summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-06-09 15:31:39 +0000
committerTristan Gingold <gingold@adacore.com>2011-06-09 15:31:39 +0000
commitf40cf00ab7d14658acf401d208e71a00f4087bb6 (patch)
tree5f706467aa213cb664c7150119c8010a8bfb026a /bfd/bfd.c
parent4c23495ec3cf3e931b89724441a83fc9457a4c14 (diff)
downloadbinutils-redhat-f40cf00ab7d14658acf401d208e71a00f4087bb6.tar.gz
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 c729d63170..b3e2c47289 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"))