aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-27 18:45:20 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-27 18:45:20 +0000
commiteb80d52a27e28dd84294adcddc988d791200658b (patch)
treec8821baaabab54fd0bcc713791d30cc20935f67e /bfd
parentf89adeb77450fe4d55424543330262addc92b94d (diff)
downloadgdb-eb80d52a27e28dd84294adcddc988d791200658b.zip
gdb-eb80d52a27e28dd84294adcddc988d791200658b.tar.gz
gdb-eb80d52a27e28dd84294adcddc988d791200658b.tar.bz2
* elf32-i386.c (elf_i386_adjust_dynamic_symbol): Generate a COPY
reloc even if the symbol is in the .bss section. * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise. * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise. * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0e527f4..834a1a8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Thu Mar 27 12:55:42 1997 Ian Lance Taylor <ian@cygnus.com>
+ * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Generate a COPY
+ reloc even if the symbol is in the .bss section.
+ * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
+ * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
+ * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
+
* coffcode.h (bfd_coff_backend_data): Add new field
_bfd_coff_default_section_alignment_power.
(bfd_coff_default_section_alignment_power): Define.