mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-24 18:35:28 +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>
|
||||
|
||||
PR ld/12845
|
||||
|
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user