aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2002-02-09 05:04:27 +0000
committerHans-Peter Nilsson <hp@axis.com>2002-02-09 05:04:27 +0000
commit7e799044895a1c8775626903a011d59ae24e68ae (patch)
treeeea42f05bcab1936e90aba1fb8037d6634ee5028 /bfd/ChangeLog
parentc99012716a475bb17aa60cd4f9c0ab94b410a7d0 (diff)
downloadgdb-7e799044895a1c8775626903a011d59ae24e68ae.zip
gdb-7e799044895a1c8775626903a011d59ae24e68ae.tar.gz
gdb-7e799044895a1c8775626903a011d59ae24e68ae.tar.bz2
* elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
that base-plus-offset reloc accounting is consistent. (mmix_elf_relax_section): Keep base-plus-offset reloc accounting up to date for undefined symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 750fea1..bf5854d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
+ that base-plus-offset reloc accounting is consistent.
+ (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
+ up to date for undefined symbols.
+
2002-02-08 Eric Christopher <echristo@redhat.com>
From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>