2011-06-09 Tristan Gingold <gingold@adacore.com>
* bfd.c (bfd_get_sign_extend_vma): Handle aixcoff.
This commit is contained in:
parent
e682d13b0a
commit
8076289ed5
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2011-06-09 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR ld/12845
|
PR ld/12845
|
||||||
|
|
|
@ -1031,7 +1031,8 @@ bfd_get_sign_extend_vma (bfd *abfd)
|
||||||
|| strcmp (name, "pe-x86-64") == 0
|
|| strcmp (name, "pe-x86-64") == 0
|
||||||
|| strcmp (name, "pei-x86-64") == 0
|
|| strcmp (name, "pei-x86-64") == 0
|
||||||
|| strcmp (name, "pe-arm-wince-little") == 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;
|
return 1;
|
||||||
|
|
||||||
if (CONST_STRNEQ (name, "mach-o"))
|
if (CONST_STRNEQ (name, "mach-o"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue