diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-22 14:00:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-22 14:00:18 +0000 |
commit | 506eee2253b69d1cd98c00212a57e572a74945ec (patch) | |
tree | 63b9dedd38f0f8c731faa4b9c6305f693490cc08 /ld/ChangeLog | |
parent | 2d0441d9628b8196f726082b03c663000a491623 (diff) | |
download | gdb-506eee2253b69d1cd98c00212a57e572a74945ec.zip gdb-506eee2253b69d1cd98c00212a57e572a74945ec.tar.gz gdb-506eee2253b69d1cd98c00212a57e572a74945ec.tar.bz2 |
Improve Solaris compatability
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 61dc757..5267811 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,23 @@ +2001-05-22 Alexandre Oliva <aoliva@redhat.com> + + * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh. + (ELF_INTERPRETER_NAME): Define it. + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use + it. + * configure.tgt (targ_emul, targ_extra_emuls) + [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso + as primary, elf_i386 as extra. + * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o. + (eelf_i386_ldso.c): New rule. + * Makefile.in: Rebuilt. + +2001-05-22 Nick Clifton <nickc@redhat.com> + + * lexsup.c (ld_options): Allow -I to be an alias for + --dynamic-linker. This is for Solaris compatability. + * ld.texinfo: Document that -I can be used. + * ld.1: Regenerate. + 2001-05-16 Alan Modra <amodra@one.net.au> * ldlang.c (wild_doit): Use linker_has_input to reliably determine |