aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2001-03-20 10:11:07 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2001-03-20 10:11:07 +0000
commit95fc45e66fe1363261130a27022cfff16e460289 (patch)
tree4de974f769b5948eff7ffc6ed4fa09b38ffa0791 /bfd/ChangeLog
parentc97fe386ef32ffb486064c5609dfecb47dd401a8 (diff)
downloadfsf-binutils-gdb-95fc45e66fe1363261130a27022cfff16e460289.zip
fsf-binutils-gdb-95fc45e66fe1363261130a27022cfff16e460289.tar.gz
fsf-binutils-gdb-95fc45e66fe1363261130a27022cfff16e460289.tar.bz2
* elf32-m68k.c (elf_m68k_relocate_section): Don't need the
relocation value when resolving a reference from a debugging section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7861c44..426b2c7f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-20 Andreas Schwab <schwab@suse.de>
+
+ * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
+ relocation value when resolving a reference from a debugging
+ section.
+
2001-03-16 Scott Thomason <SThomaso@hii.com>
* coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.