mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user