aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-06-09 15:31:41 +0000
committerTristan Gingold <gingold@adacore.com>2011-06-09 15:31:41 +0000
commit8076289ed5bd220b8c454095258684a8f5c64683 (patch)
tree66b95d0f22e09a512401eb485846b5087830984b /bfd/bfd.c
parente682d13b0a33c653960e7ae1dca56cd8337c44b4 (diff)
downloadfsf-binutils-gdb-8076289ed5bd220b8c454095258684a8f5c64683.zip
fsf-binutils-gdb-8076289ed5bd220b8c454095258684a8f5c64683.tar.gz
fsf-binutils-gdb-8076289ed5bd220b8c454095258684a8f5c64683.tar.bz2
2011-06-09 Tristan Gingold <gingold@adacore.com>
* bfd.c (bfd_get_sign_extend_vma): Handle aixcoff.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index c729d63..b3e2c47 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"))