mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-09 01:24:06 +08:00
* 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:
parent
ebb3a1e550
commit
e1313d24bc
4
gdb/config/m68k-noun.mt
Normal file
4
gdb/config/m68k-noun.mt
Normal 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
4
gdb/config/m68k-un.mt
Normal 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
4
gdb/config/sparc-noun.mt
Normal 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
4
gdb/config/sparc-un.mt
Normal 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
|
Loading…
Reference in New Issue
Block a user