mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
Remove a few remaining underscore/no-underscore remnants from config files.
* config/{m68k-un.mt, sparc-un.mt}: Remove. * config/m68k-noun.mt: Rename to m68k-fp.mt. * config/sparc-noun.mt: Rename to sparc-em.mt. * tm-68k-noun.h, tm-spc-noun.h: Remove. * tm-68k-un.h: Rename to tm-68k-fp.h. * tm-spc-un.h: Rename to tm-spc-em.h. * tm-sun4sol2.h: Cleanup. * configure.in (m68k-*, sparc-* targets): Corresponding changes.
This commit is contained in:
3
gdb/config/m68k-fp.mt
Normal file
3
gdb/config/m68k-fp.mt
Normal file
@ -0,0 +1,3 @@
|
||||
# Target: Motorola 68xxx with floating point
|
||||
TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o
|
||||
TM_FILE= tm-68k-fp.h
|
@ -1,4 +0,0 @@
|
||||
# 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
|
@ -1,4 +0,0 @@
|
||||
# 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
|
3
gdb/config/sparc-em.mt
Normal file
3
gdb/config/sparc-em.mt
Normal file
@ -0,0 +1,3 @@
|
||||
# Target: SPARC embedded
|
||||
TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o
|
||||
TM_FILE= tm-spc-em.h
|
@ -1,4 +0,0 @@
|
||||
# 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
|
@ -1,4 +0,0 @@
|
||||
# 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
|
Reference in New Issue
Block a user