From 268a8d3ac407c5ce6bd6fe27736a1b9265e84f25 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 11 May 2012 00:50:43 +0000 Subject: Use int and bfd_signed_vma in x32 addend overflow check bfd/ * elf64-x86-64.c (elf_x86_64_relocate_section): Use int in x32 addend overflow check. gas/ * config/tc-i386.c (tc_gen_reloc): Use bfd_signed_vma in x32 addend overflow check. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 806db7f..e776f41 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-05-10 H.J. Lu + + * elf64-x86-64.c (elf_x86_64_relocate_section): Use int in x32 + addend overflow check. + 2012-05-10 DJ Delorie * elf32-rx.c (rx_elf_object_p): Ignore empty segments. -- cgit v1.1