Add rudimentary config files for architectures that still use the old gdb
authorniklas <niklas@openbsd.org>
Wed, 22 Jan 1997 11:56:26 +0000 (11:56 +0000)
committerniklas <niklas@openbsd.org>
Wed, 22 Jan 1997 11:56:26 +0000 (11:56 +0000)
commit7a08d8589c5d81a7beb0ba0e0373f4c97a877267
tree18943677cf5dccede3ccbdb7b99b9be2221d7a59
parent26671a78e85bf77e220a50157080388883c5d750
Add rudimentary config files for architectures that still use the old gdb
23 files changed:
gnu/usr.bin/binutils/gdb/config/i386/nm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/i386/obsd.mh [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/i386/obsd.mt [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/i386/tm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/i386/xm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/m68k/nm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/m68k/obsd.mh [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/m68k/obsd.mt [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/m68k/tm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/m68k/xm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/nm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/ns32k/nm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/ns32k/obsd.mh [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/ns32k/obsd.mt [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/ns32k/tm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/ns32k/xm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/sparc/nm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/sparc/obsd.mh [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/sparc/obsd.mt [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/sparc/tm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/sparc/xm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/tm-obsd.h [new file with mode: 0644]
gnu/usr.bin/binutils/gdb/config/xm-obsd.h [new file with mode: 0644]