aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-04-09 15:37:57 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-04-09 15:37:57 +0000
commit62d7890874a4fb64efb4e86b1ff77857b536d62c (patch)
tree80d7ab3352ecef230f87d92fa804b4ffff66bfe5 /bfd/ChangeLog
parentb4f2f049b185f79cd2319351e78c8b9c8f97c0f0 (diff)
downloadgdb-62d7890874a4fb64efb4e86b1ff77857b536d62c.zip
gdb-62d7890874a4fb64efb4e86b1ff77857b536d62c.tar.gz
gdb-62d7890874a4fb64efb4e86b1ff77857b536d62c.tar.bz2
Return relocation error on unsupported relocation.
2011-04-09 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_relocate_section): Return relocation error on unsupported relocation. * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
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 c745c2a..a724277 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2011-04-09 H.J. Lu <hongjiu.lu@intel.com>
+ * elf32-i386.c (elf_i386_relocate_section): Return relocation
+ error on unsupported relocation.
+ * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
+
+2011-04-09 H.J. Lu <hongjiu.lu@intel.com>
+
PR binutils/12657
* hosts/x86-64linux.h (elf_prstatus32): Replace __pid_t with
pid_t.