diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-10-12 21:46:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-10-12 21:46:52 +0000 |
commit | a71da7601757bb5af48ab2e5cd994735c4295e0d (patch) | |
tree | 4d2d6dc2cf682ca45e47c1aff9b57b1664ab469f /ld | |
parent | f1d043f50f37daa173e8600189934a1674b4eaa7 (diff) | |
download | gdb-a71da7601757bb5af48ab2e5cd994735c4295e0d.zip gdb-a71da7601757bb5af48ab2e5cd994735c4295e0d.tar.gz gdb-a71da7601757bb5af48ab2e5cd994735c4295e0d.tar.bz2 |
* configure.in (mips-*-elf*): New target; use mipsb-elf32.
* scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and
OTHER_READWRITE_SECTIONS if relocating. Shell variables are not
expanded within them.
* config/mipsb-elf32.mt: New file.
* emulparams/elf32mipb.sh: New file.
* Makefile.in (em_elf32mipb.c): New target.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2bf4875..b689b55 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,7 +1,15 @@ +Tue Oct 12 17:30:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * configure.in (mips-*-elf*): New target; use mipsb-elf32. + * scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and + OTHER_READWRITE_SECTIONS if relocating. Shell variables are not + expanded within them. + * config/mipsb-elf32.mt: New file. + * emulparams/elf32mipb.sh: New file. + * Makefile.in (em_elf32mipb.c): New target. + Thu Sep 30 17:00:36 1993 Rob Savoye (rob@darkstar.cygnus.com) - * ldlang.c (lang_add_input_file): If it's a library brought in by - INPUT(), then change the file type to lang_input_file_is_l_enum. * ldgram.y: In input_list, change lang_input_file_is_file_enum to lang_input_file_is_search_file_enum so objects brought in using INPUT() do a path lookup. |