aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-11-27 17:11:05 +0000
committerIan Lance Taylor <ian@airs.com>1996-11-27 17:11:05 +0000
commit15aafe49cc2a3297c8b1a482c2ee9cd938806975 (patch)
tree7c590a1af78a3ca7fd7c452669303f22eaf28f4e
parent279cca90f4a3d7dca48691f3c307d35f9904d2b4 (diff)
downloadgdb-15aafe49cc2a3297c8b1a482c2ee9cd938806975.zip
gdb-15aafe49cc2a3297c8b1a482c2ee9cd938806975.tar.gz
gdb-15aafe49cc2a3297c8b1a482c2ee9cd938806975.tar.bz2
* elf32-i386.c (elf_i386_relocate_section): Warn about a
relocation against a symbol defined in a section with no output section. PR 11174.
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1bbca52..7f61e27 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 27 12:10:25 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * elf32-i386.c (elf_i386_relocate_section): Warn about a
+ relocation against a symbol defined in a section with no output
+ section.
+
Tue Nov 26 11:07:31 1996 Ian Lance Taylor <ian@cygnus.com>
* aclocal.m4 (BFD_CC_FOR_BUILD): Don't require AC_C_CROSS.