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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f9a8a95..0c40adb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,19 @@ +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. + +Thu Jan 14 15:30:27 1993 Ian Lance Taylor (ian@cygnus.com) + + * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and + $(tooldir)/bin/gld, so that gcc can find it with or without + collect2. + Mon Jan 11 18:50:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * ldwrite.c: Removed perform_relocation, copy_and_relocate, and |