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:
John Gilmore
1993-03-14 10:49:01 +00:00
parent 961ee88e92
commit 84a05e5253
15 changed files with 143 additions and 184 deletions

3
gdb/config/m68k-fp.mt Normal file
View 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

View File

@ -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

View File

@ -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
View File

@ -0,0 +1,3 @@
# Target: SPARC embedded
TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o
TM_FILE= tm-spc-em.h

View File

@ -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

View File

@ -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