2011-06-09 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Thu, 9 Jun 2011 15:31:41 +0000 (15:31 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 9 Jun 2011 15:31:41 +0000 (15:31 +0000)
* bfd.c (bfd_get_sign_extend_vma): Handle aixcoff.

bfd/ChangeLog
bfd/bfd.c

index 40abe45199407e4f5a56763f842b301961ced857..b41c9cd2922f932f97ba5d9f7d7e49f46ac6b704 100644 (file)
@@ -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
index c729d63170310aa2825acad8a7cd662231b26dad..b3e2c47289b37b75c921d61e694922a981550a8b 100644 (file)
--- 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"))
This page took 0.028049 seconds and 4 git commands to generate.