* ldmain.c (struct warning_callback_info): Define.
authorIan Lance Taylor <ian@airs.com>
Tue, 12 Sep 1995 20:34:49 +0000 (20:34 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 12 Sep 1995 20:34:49 +0000 (20:34 +0000)
(warning_callback): Add new parameter symbol.  Call
warning_find_reloc to try to find the section and VMA.
(warning_find_reloc): New static function.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Pass NULL as symbol parameter to warning callback.

ld/ChangeLog

index 7b92b2a3c0eaa805a254834ffdaf6b3e5256d9b0..62b890e48e0f47d55381b4bb9b10e82d3d46c59d 100644 (file)
@@ -1,4 +1,4 @@
-Thu Sep  7 12:50:49 1995  steve chamberlain  <sac@slash.cygnus.com>
+Thu Sep 12 12:50:49 1995  steve chamberlain  <sac@slash.cygnus.com>
 
        * scripttemp/pe.sc:  Allow both spellings of .ctors/.dtors.
        Start .text section on the right boundary. Always align
@@ -6,6 +6,13 @@ Thu Sep  7 12:50:49 1995  steve chamberlain  <sac@slash.cygnus.com>
 
 Tue Sep 12 12:24:17 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * ldmain.c (struct warning_callback_info): Define.
+       (warning_callback): Add new parameter symbol.  Call
+       warning_find_reloc to try to find the section and VMA.
+       (warning_find_reloc): New static function.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+       Pass NULL as symbol parameter to warning callback.
+
        * ld.texinfo: Clarify -L option.
 
        * ldlang.c (lang_one_common): Add cast to avoid warning.
This page took 0.028527 seconds and 4 git commands to generate.