aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-12 20:34:49 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-12 20:34:49 +0000
commitcf7f2f7151d2c6c8489bae8238135762f5408df9 (patch)
tree28a7e9861c97b50813c341756f97851605ababed
parent4ca63811653fda6c8000a1088a27e9cd2f2d9d4f (diff)
downloadgdb-cf7f2f7151d2c6c8489bae8238135762f5408df9.zip
gdb-cf7f2f7151d2c6c8489bae8238135762f5408df9.tar.gz
gdb-cf7f2f7151d2c6c8489bae8238135762f5408df9.tar.bz2
* 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.
-rw-r--r--ld/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7b92b2a..62b890e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.