mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 15:42:52 +00:00
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
@ -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…
x
Reference in New Issue
Block a user