diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-01 18:06:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-01 18:06:53 +0000 |
commit | f6feefe4488cbd6927fcf3c040322d599d12f946 (patch) | |
tree | ea96cc36bf3d05da75617d57818324090c8278a3 /ld | |
parent | 751b7dcc00ada9869d445efb0df51a73bc44d8ed (diff) | |
download | gdb-f6feefe4488cbd6927fcf3c040322d599d12f946.zip gdb-f6feefe4488cbd6927fcf3c040322d599d12f946.tar.gz gdb-f6feefe4488cbd6927fcf3c040322d599d12f946.tar.bz2 |
* ldmain.c (warning_callback): Add abfd, section, and address
parameters.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Change call to warning accordingly.
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): If not
relocateable and not shared, put .gnu.warning.SYMBOL sections into
the .text section.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9794ec6..f5a8067 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Fri Sep 1 13:13:29 1995 Ian Lance Taylor <ian@cygnus.com> + + * ldmain.c (warning_callback): Add abfd, section, and address + parameters. + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): + Change call to warning accordingly. + + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): If not + relocateable and not shared, put .gnu.warning.SYMBOL sections into + the .text section. + Fri Sep 1 08:35:16 1995 James G. Smith <jsmith@beauty.cygnus.com> * configure.in: Added mips*vr4300-idt-elf* and |