diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-06-09 15:31:41 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-06-09 15:31:41 +0000 |
commit | 8076289ed5bd220b8c454095258684a8f5c64683 (patch) | |
tree | 66b95d0f22e09a512401eb485846b5087830984b /bfd/bfd.c | |
parent | e682d13b0a33c653960e7ae1dca56cd8337c44b4 (diff) | |
download | binutils-8076289ed5bd220b8c454095258684a8f5c64683.zip binutils-8076289ed5bd220b8c454095258684a8f5c64683.tar.gz binutils-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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")) |