* 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.
This commit is contained in:
parent
751b7dcc00
commit
f6feefe448
1 changed files with 11 additions and 0 deletions
11
ld/ChangeLog
11
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
|
||||
|
|
Loading…
Reference in a new issue