From: Tristan Gingold Date: Thu, 9 Jun 2011 15:31:41 +0000 (+0000) Subject: 2011-06-09 Tristan Gingold X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=8076289ed5bd220b8c454095258684a8f5c64683;p=deliverable%2Fbinutils-gdb.git 2011-06-09 Tristan Gingold * bfd.c (bfd_get_sign_extend_vma): Handle aixcoff. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 40abe45199..b41c9cd292 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2011-06-09 Tristan Gingold + + * bfd.c (bfd_get_sign_extend_vma): Handle aixcoff. + 2011-06-09 Nick Clifton PR ld/12845 diff --git a/bfd/bfd.c b/bfd/bfd.c index c729d63170..b3e2c47289 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -1031,7 +1031,8 @@ bfd_get_sign_extend_vma (bfd *abfd) || strcmp (name, "pe-x86-64") == 0 || strcmp (name, "pei-x86-64") == 0 || strcmp (name, "pe-arm-wince-little") == 0 - || strcmp (name, "pei-arm-wince-little") == 0) + || strcmp (name, "pei-arm-wince-little") == 0 + || strcmp (name, "aixcoff-rs6000") == 0) return 1; if (CONST_STRNEQ (name, "mach-o"))