diff options
author | John Gilmore <gnu@cygnus> | 1993-03-14 10:49:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-03-14 10:49:01 +0000 |
commit | 84a05e5253714e3943cd86a48e2f57d05a984f1a (patch) | |
tree | d481bb7581289fc26cafbe63ef0aa0ff49d068e3 /gdb/config | |
parent | 961ee88e92251181bfe6c4923a8202f8013d7396 (diff) | |
download | gdb-84a05e5253714e3943cd86a48e2f57d05a984f1a.zip gdb-84a05e5253714e3943cd86a48e2f57d05a984f1a.tar.gz gdb-84a05e5253714e3943cd86a48e2f57d05a984f1a.tar.bz2 |
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.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m68k-fp.mt | 3 | ||||
-rw-r--r-- | gdb/config/m68k-noun.mt | 4 | ||||
-rw-r--r-- | gdb/config/m68k-un.mt | 4 | ||||
-rw-r--r-- | gdb/config/sparc-em.mt | 3 | ||||
-rw-r--r-- | gdb/config/sparc-noun.mt | 4 | ||||
-rw-r--r-- | gdb/config/sparc-un.mt | 4 |
6 files changed, 6 insertions, 16 deletions
diff --git a/gdb/config/m68k-fp.mt b/gdb/config/m68k-fp.mt new file mode 100644 index 0000000..139595b --- /dev/null +++ b/gdb/config/m68k-fp.mt @@ -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 diff --git a/gdb/config/m68k-noun.mt b/gdb/config/m68k-noun.mt deleted file mode 100644 index 201c576..0000000 --- a/gdb/config/m68k-noun.mt +++ /dev/null @@ -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 diff --git a/gdb/config/m68k-un.mt b/gdb/config/m68k-un.mt deleted file mode 100644 index 95ded7a..0000000 --- a/gdb/config/m68k-un.mt +++ /dev/null @@ -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 diff --git a/gdb/config/sparc-em.mt b/gdb/config/sparc-em.mt new file mode 100644 index 0000000..97b2476 --- /dev/null +++ b/gdb/config/sparc-em.mt @@ -0,0 +1,3 @@ +# Target: SPARC embedded +TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o +TM_FILE= tm-spc-em.h diff --git a/gdb/config/sparc-noun.mt b/gdb/config/sparc-noun.mt deleted file mode 100644 index 7e290b4..0000000 --- a/gdb/config/sparc-noun.mt +++ /dev/null @@ -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 diff --git a/gdb/config/sparc-un.mt b/gdb/config/sparc-un.mt deleted file mode 100644 index 8bf3d93..0000000 --- a/gdb/config/sparc-un.mt +++ /dev/null @@ -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 |