]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
binutils/
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 23 Aug 2010 13:51:40 +0000 (13:51 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 23 Aug 2010 13:51:40 +0000 (13:51 +0000)
* readelf.c (display_mips_gnu_attribute): Replace GCC options
with a textual description of a MIPS32r2 64-bit FPU.

ld/testsuite/
* ld-mips-elf/attr-gnu-4-04.d: Adjust Tag_GNU_MIPS_ABI_FP for
the new MIPS32r2 64-bit FPU description.
* ld-mips-elf/attr-gnu-4-40.d: Likewise.
* ld-mips-elf/attr-gnu-4-44.d: Likewise.

binutils/ChangeLog
binutils/readelf.c
ld/testsuite/ChangeLog
ld/testsuite/ld-mips-elf/attr-gnu-4-04.d
ld/testsuite/ld-mips-elf/attr-gnu-4-40.d
ld/testsuite/ld-mips-elf/attr-gnu-4-44.d

index deb1006c7a2cbce19c44d973e9762a5f1ca71df9..cac073fa2ec6561e3fa14dd8a124f6c21fdb4500 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * readelf.c (display_mips_gnu_attribute): Replace GCC options
+       with a textual description of a MIPS32r2 64-bit FPU.
+
 2010-08-19  Alan Modra  <amodra@gmail.com>
 
        * NEWS: Mention change in linker script expression evaluation.
index 2e5ca232a60738244e35f96b189920b4c2688d7e..b345afb5027f02a18be180e635ee080eb790fea3 100644 (file)
@@ -10718,7 +10718,7 @@ display_mips_gnu_attribute (unsigned char * p, int tag)
          printf (_("Soft float\n"));
          break;
        case 4:
-         printf (_("64-bit float (-mips32r2 -mfp64)\n"));
+         printf (_("Hard float (MIPS32r2 64-bit FPU)\n"));
          break;
        default:
          printf ("??? (%d)\n", val);
index df69b375690e0ae1378d97b795e4db7ba35c8d59..fde01df7bb3bdedcfb04902a3df5ce2a2d810ae7 100644 (file)
@@ -1,3 +1,10 @@
+2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * ld-mips-elf/attr-gnu-4-04.d: Adjust Tag_GNU_MIPS_ABI_FP for
+       the new MIPS32r2 64-bit FPU description.
+       * ld-mips-elf/attr-gnu-4-40.d: Likewise.
+       * ld-mips-elf/attr-gnu-4-44.d: Likewise.
+
 2010-08-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/11933
index 992ed04cf9526289080483ed03dd5e9f32b361f7..62b9eeffbbc955150a8ed0d33ebee9e6f431de70 100644 (file)
@@ -7,4 +7,4 @@
 
 Attribute Section: gnu
 File Attributes
-  Tag_GNU_MIPS_ABI_FP: 64-bit float \(-mips32r2 -mfp64\)
+  Tag_GNU_MIPS_ABI_FP: Hard float \(MIPS32r2 64-bit FPU\)
index f84e95bccd7e65322e3db45f1ade6b9435b9f34c..d28aa2a462b892bd6d147fcc36207508e1be2db2 100644 (file)
@@ -7,4 +7,4 @@
 
 Attribute Section: gnu
 File Attributes
-  Tag_GNU_MIPS_ABI_FP: 64-bit float \(-mips32r2 -mfp64\)
+  Tag_GNU_MIPS_ABI_FP: Hard float \(MIPS32r2 64-bit FPU\)
index 6e8cac23267125fd4e82802d062d549f99090244..8be31de3c28a0ffd35e140deb44276710f3c660f 100644 (file)
@@ -7,4 +7,4 @@
 
 Attribute Section: gnu
 File Attributes
-  Tag_GNU_MIPS_ABI_FP: 64-bit float \(-mips32r2 -mfp64\)
+  Tag_GNU_MIPS_ABI_FP: Hard float \(MIPS32r2 64-bit FPU\)