Remove a few remaining underscore/no-underscore remnants from config files.
authorJohn Gilmore <gnu@cygnus>
Sun, 14 Mar 1993 10:49:01 +0000 (10:49 +0000)
committerJohn Gilmore <gnu@cygnus>
Sun, 14 Mar 1993 10:49:01 +0000 (10:49 +0000)
commit84a05e5253714e3943cd86a48e2f57d05a984f1a
treed481bb7581289fc26cafbe63ef0aa0ff49d068e3
parent961ee88e92251181bfe6c4923a8202f8013d7396
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.
15 files changed:
gdb/ChangeLog
gdb/config/m68k-fp.mt [new file with mode: 0644]
gdb/config/m68k-noun.mt [deleted file]
gdb/config/m68k-un.mt [deleted file]
gdb/config/sparc-em.mt [new file with mode: 0644]
gdb/config/sparc-noun.mt [deleted file]
gdb/config/sparc-un.mt [deleted file]
gdb/configure.in
gdb/tm-68k-fp.h [new file with mode: 0644]
gdb/tm-68k-noun.h
gdb/tm-68k-un.h
gdb/tm-spc-em.h [new file with mode: 0644]
gdb/tm-spc-noun.h
gdb/tm-spc-un.h
gdb/tm-sun4sol2.h
This page took 0.025667 seconds and 4 git commands to generate.