2011-06-09 Tristan Gingold <gingold@adacore.com>

* bfd.c (bfd_get_sign_extend_vma): Handle aixcoff.
This commit is contained in:
Tristan Gingold 2011-06-09 15:31:41 +00:00
parent e682d13b0a
commit 8076289ed5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-06-09 Tristan Gingold <gingold@adacore.com>
* bfd.c (bfd_get_sign_extend_vma): Handle aixcoff.
2011-06-09 Nick Clifton <nickc@redhat.com>
PR ld/12845

View File

@ -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"))