* config/m68k-un.mt, config/m68k-noun.mt, config/sparc-un.mt,

config/sparc-noun.mt:  New target configs for embedded.
* config/sun4os3.{mh,mt}:  Remove, never existed in production.
This commit is contained in:
John Gilmore 1992-09-02 08:04:32 +00:00
parent ebb3a1e550
commit e1313d24bc
4 changed files with 16 additions and 0 deletions

4
gdb/config/m68k-noun.mt Normal file
View file

@ -0,0 +1,4 @@
# Target: Motorola 68xxx, in a file format that uses no leading underlines.
# (such as COFF or ELF)
TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
TM_FILE= tm-68k-noun.h

4
gdb/config/m68k-un.mt Normal file
View file

@ -0,0 +1,4 @@
# Target: Motorola 68xxx, in a file format that uses leading underlines.
# (such as a.out)
TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
TM_FILE= tm-68k-un.h

4
gdb/config/sparc-noun.mt Normal file
View file

@ -0,0 +1,4 @@
# Target: SPARC using an object file format with no leading underbars
# (like elf)
TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o
TM_FILE= tm-spc-noun.h

4
gdb/config/sparc-un.mt Normal file
View file

@ -0,0 +1,4 @@
# Target: SPARC using an object file format with leading underbars
# (like a.out)
TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o
TM_FILE= tm-spc-un.h