summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2010-08-23 13:51:39 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2010-08-23 13:51:39 +0000
commit02813cd5cc8fc3e6fe02332b40374d8549b49623 (patch)
tree0f0b1da9233f0b28c2e102ffb8e30c3fc8353613 /binutils/readelf.c
parent9ea7111b2060d02958c8ad236cba7dfa14f1f44c (diff)
downloadbinutils-redhat-02813cd5cc8fc3e6fe02332b40374d8549b49623.tar.gz
binutils/
* 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.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 2e5ca232a6..b345afb502 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -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);