mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +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:
parent
db9d528091
commit
9eeefea8dd
@ -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>
|
2010-08-19 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* NEWS: Mention change in linker script expression evaluation.
|
* NEWS: Mention change in linker script expression evaluation.
|
||||||
|
@ -10718,7 +10718,7 @@ display_mips_gnu_attribute (unsigned char * p, int tag)
|
|||||||
printf (_("Soft float\n"));
|
printf (_("Soft float\n"));
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
printf (_("64-bit float (-mips32r2 -mfp64)\n"));
|
printf (_("Hard float (MIPS32r2 64-bit FPU)\n"));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf ("??? (%d)\n", val);
|
printf ("??? (%d)\n", val);
|
||||||
|
@ -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>
|
2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/11933
|
PR ld/11933
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
|
|
||||||
Attribute Section: gnu
|
Attribute Section: gnu
|
||||||
File Attributes
|
File Attributes
|
||||||
Tag_GNU_MIPS_ABI_FP: 64-bit float \(-mips32r2 -mfp64\)
|
Tag_GNU_MIPS_ABI_FP: Hard float \(MIPS32r2 64-bit FPU\)
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
|
|
||||||
Attribute Section: gnu
|
Attribute Section: gnu
|
||||||
File Attributes
|
File Attributes
|
||||||
Tag_GNU_MIPS_ABI_FP: 64-bit float \(-mips32r2 -mfp64\)
|
Tag_GNU_MIPS_ABI_FP: Hard float \(MIPS32r2 64-bit FPU\)
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
|
|
||||||
Attribute Section: gnu
|
Attribute Section: gnu
|
||||||
File Attributes
|
File Attributes
|
||||||
Tag_GNU_MIPS_ABI_FP: 64-bit float \(-mips32r2 -mfp64\)
|
Tag_GNU_MIPS_ABI_FP: Hard float \(MIPS32r2 64-bit FPU\)
|
||||||
|
Loading…
Reference in New Issue
Block a user