aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-11-08 07:54:31 +0000
committerRichard Henderson <rth@redhat.com>2000-11-08 07:54:31 +0000
commit9a951beb03d7a4a8c1b6784bd06fdecfc1b3855d (patch)
tree5985fd6ae0227e9fa1fcd897f325dd266616e8f4 /bfd/ChangeLog
parentaebad5fe2c11207eff4d7aebee889f1477fe5adb (diff)
downloadgdb-9a951beb03d7a4a8c1b6784bd06fdecfc1b3855d.zip
gdb-9a951beb03d7a4a8c1b6784bd06fdecfc1b3855d.tar.gz
gdb-9a951beb03d7a4a8c1b6784bd06fdecfc1b3855d.tar.bz2
* elf64-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
Set it before bfd_elf64_bfd_final_link call. Use it after the call. * section.c (bfd_set_section_contents): Call memcpy if section->contents set and location not equal to contents plus offset.
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 ccf9c6a..3351193 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2000-11-07 Richard Henderson <rth@redhat.com>
+
+ * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
+ Set it before bfd_elf64_bfd_final_link call. Use it after the call.
+ * section.c (bfd_set_section_contents): Call memcpy if
+ section->contents set and location not equal to contents plus offset.
+
2000-11-08 Kazu Hirata <kazu@hxi.com>
* bfd.c: Fix formatting.