summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2010-08-20 21:04:07 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2010-08-20 21:04:07 +0000
commit0982e15774ff2baa92f4d595266eb29c154a8037 (patch)
treecb839f470cdd15af3793a15fc1f07bac620df6ff
parentf0cd06677b9a8059197f8027452c243991dc64ea (diff)
downloadppe42-binutils-0982e15774ff2baa92f4d595266eb29c154a8037.tar.gz
ppe42-binutils-0982e15774ff2baa92f4d595266eb29c154a8037.zip
binutils/
* ChangeLog: Add a missing entry for 2010-04-20's commit. ld/testsuite/ * ld-mips-elf/attr-gnu-4-01.d: Correct Tag_GNU_MIPS_ABI_FP. * ld-mips-elf/attr-gnu-4-02.d: Likewise. * ld-mips-elf/attr-gnu-4-10.d: Likewise. * ld-mips-elf/attr-gnu-4-11.d: Likewise. * ld-mips-elf/attr-gnu-4-15.d: Likewise. * ld-mips-elf/attr-gnu-4-20.d: Likewise. * ld-mips-elf/attr-gnu-4-22.d: Likewise. * ld-mips-elf/attr-gnu-4-25.d: Likewise.
-rw-r--r--binutils/ChangeLog3
-rw-r--r--ld/testsuite/ChangeLog11
-rw-r--r--ld/testsuite/ld-mips-elf/attr-gnu-4-01.d2
-rw-r--r--ld/testsuite/ld-mips-elf/attr-gnu-4-02.d2
-rw-r--r--ld/testsuite/ld-mips-elf/attr-gnu-4-10.d2
-rw-r--r--ld/testsuite/ld-mips-elf/attr-gnu-4-11.d2
-rw-r--r--ld/testsuite/ld-mips-elf/attr-gnu-4-15.d2
-rw-r--r--ld/testsuite/ld-mips-elf/attr-gnu-4-20.d2
-rw-r--r--ld/testsuite/ld-mips-elf/attr-gnu-4-22.d2
-rw-r--r--ld/testsuite/ld-mips-elf/attr-gnu-4-25.d2
10 files changed, 22 insertions, 8 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 624bab1d0d..deb1006c7a 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -237,6 +237,9 @@
* readelf.c: Add _() macros to constant strings that are
translatable.
+ * readelf.c (display_mips_gnu_attribute): Replace GCC options
+ with a textual description of single and double precision float.
+
2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index dd7ee77d7b..419b714203 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * ld-mips-elf/attr-gnu-4-01.d: Correct Tag_GNU_MIPS_ABI_FP.
+ * ld-mips-elf/attr-gnu-4-02.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-10.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-11.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-15.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-20.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-22.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-25.d: Likewise.
+
2010-08-19 Alan Modra <amodra@gmail.com>
* ld-scripts/memory.t: Remove ORIGIN fudge.
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-01.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-01.d
index 3e68405e12..88bd9c2e20 100644
--- a/ld/testsuite/ld-mips-elf/attr-gnu-4-01.d
+++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-01.d
@@ -7,4 +7,4 @@
Attribute Section: gnu
File Attributes
- Tag_GNU_MIPS_ABI_FP: Hard float \(-mdouble-float\)
+ Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-02.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-02.d
index 0641a85a77..a9cd4879f6 100644
--- a/ld/testsuite/ld-mips-elf/attr-gnu-4-02.d
+++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-02.d
@@ -7,4 +7,4 @@
Attribute Section: gnu
File Attributes
- Tag_GNU_MIPS_ABI_FP: Hard float \(-msingle-float\)
+ Tag_GNU_MIPS_ABI_FP: Hard float \(single precision\)
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d
index d57dd968a0..cd15000fef 100644
--- a/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d
+++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d
@@ -7,4 +7,4 @@
Attribute Section: gnu
File Attributes
- Tag_GNU_MIPS_ABI_FP: Hard float \(-mdouble-float\)
+ Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-11.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-11.d
index d694508bfa..37ccda16eb 100644
--- a/ld/testsuite/ld-mips-elf/attr-gnu-4-11.d
+++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-11.d
@@ -7,4 +7,4 @@
Attribute Section: gnu
File Attributes
- Tag_GNU_MIPS_ABI_FP: Hard float \(-mdouble-float\)
+ Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-15.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-15.d
index cf323024e1..e3ac7fcb0d 100644
--- a/ld/testsuite/ld-mips-elf/attr-gnu-4-15.d
+++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-15.d
@@ -8,4 +8,4 @@
Attribute Section: gnu
File Attributes
- Tag_GNU_MIPS_ABI_FP: Hard float \(-mdouble-float\)
+ Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-20.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-20.d
index 7ea84ab69f..23fc72d005 100644
--- a/ld/testsuite/ld-mips-elf/attr-gnu-4-20.d
+++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-20.d
@@ -7,4 +7,4 @@
Attribute Section: gnu
File Attributes
- Tag_GNU_MIPS_ABI_FP: Hard float \(-msingle-float\)
+ Tag_GNU_MIPS_ABI_FP: Hard float \(single precision\)
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-22.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-22.d
index 603e5c19f9..062bfaf2eb 100644
--- a/ld/testsuite/ld-mips-elf/attr-gnu-4-22.d
+++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-22.d
@@ -7,4 +7,4 @@
Attribute Section: gnu
File Attributes
- Tag_GNU_MIPS_ABI_FP: Hard float \(-msingle-float\)
+ Tag_GNU_MIPS_ABI_FP: Hard float \(single precision\)
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-25.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-25.d
index 77013971d6..0f27255e60 100644
--- a/ld/testsuite/ld-mips-elf/attr-gnu-4-25.d
+++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-25.d
@@ -8,4 +8,4 @@
Attribute Section: gnu
File Attributes
- Tag_GNU_MIPS_ABI_FP: Hard float \(-msingle-float\)
+ Tag_GNU_MIPS_ABI_FP: Hard float \(single precision\)
OpenPOWER on IntegriCloud