diff options
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 |