aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-01-05 07:50:44 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-01-05 07:50:44 +0000
commite85c6a701591c2a23c8ae14405d17f7e2e845916 (patch)
tree7b12dae7be7424a5721a86e60c2fc51139765bdc /bfd/ChangeLog
parentc40a53a844c2364d8650438d3a02b95c274f1c80 (diff)
downloadgdb-e85c6a701591c2a23c8ae14405d17f7e2e845916.zip
gdb-e85c6a701591c2a23c8ae14405d17f7e2e845916.tar.gz
gdb-e85c6a701591c2a23c8ae14405d17f7e2e845916.tar.bz2
bfd/
Fix zero registers core files when built by gcc-4.7. * elf64-x86-64.c (elf_x86_64_write_core_note): Remove variables p and size. Call elfcore_write_note for the local variables. Remove the final elfcore_write_note call. Add NOTREACHED comments.
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 5dac115..eeef5a6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2012-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Fix zero registers core files when built by gcc-4.7.
+ * elf64-x86-64.c (elf_x86_64_write_core_note): Remove variables p and
+ size. Call elfcore_write_note for the local variables. Remove the
+ final elfcore_write_note call. Add NOTREACHED comments.
+
2012-01-04 Tristan Gingold <gingold@adacore.com>
* mach-o.c (bfd_mach_o_fat_stat_arch_elt): New function.