From: Ian Lance Taylor Date: Wed, 27 Nov 1996 17:11:05 +0000 (+0000) Subject: * elf32-i386.c (elf_i386_relocate_section): Warn about a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15aafe49cc2a3297c8b1a482c2ee9cd938806975;p=binutils-gdb.git * elf32-i386.c (elf_i386_relocate_section): Warn about a relocation against a symbol defined in a section with no output section. PR 11174. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1bbca521d3b..7f61e271bf9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 27 12:10:25 1996 Ian Lance Taylor + + * 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 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't require AC_C_CROSS.