diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-01-22 22:30:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-01-22 22:30:52 +0000 |
commit | 42b5c73927f9c86c0726b25e271b76133a8e9178 (patch) | |
tree | 80786c8f5eedf148e80f45cbad461d7996e6327f /ld/.Sanitize | |
parent | 746ed5252937d09dd4abc06e13c168901468b28c (diff) | |
download | gdb-42b5c73927f9c86c0726b25e271b76133a8e9178.zip gdb-42b5c73927f9c86c0726b25e271b76133a8e9178.tar.gz gdb-42b5c73927f9c86c0726b25e271b76133a8e9178.tar.bz2 |
Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com)
* mips.sc-sh: New file. Ultrix, and hopefully other MIPS ECOFF
targets, linker script.
* mipslit.sh: New file. Little endian MIPS emulation.
* config/mips-lit.mt: New file. Use mipslit emulation.
* configure.in (mips-dec-ultrix*): Use target mips-lit.
* Makefile.in (ALL_EMULATIONS): Added em_mipslit.o.
(em_mipslit.c): New target. Uses mipslit.sh.
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r-- | ld/.Sanitize | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index e22cec0..27ee748 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -101,6 +101,8 @@ m68kcoff.sc-sh m68kcoff.sh m88kbcs.sc-sh m88kbcs.sh +mips.sc-sh +mipslit.sh mri.c mri.h go32.sh @@ -130,7 +132,18 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.47 1992/09/25 18:10:41 sac +# Revision 1.48 1993/01/22 22:30:34 ian +# Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com) +# +# * mips.sc-sh: New file. Ultrix, and hopefully other MIPS ECOFF +# targets, linker script. +# * mipslit.sh: New file. Little endian MIPS emulation. +# * config/mips-lit.mt: New file. Use mipslit emulation. +# * configure.in (mips-dec-ultrix*): Use target mips-lit. +# * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o. +# (em_mipslit.c): New target. Uses mipslit.sh. +# +# Revision 1.47 1992/09/25 18:10:41 sac # Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) # # Added initial support for the z8k |