aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-06-30 23:01:30 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2007-06-30 23:01:30 +0100
commitdcb957d9dc7d26f686aefc1345e6318284da7a8a (patch)
tree5793a0fcb7aa717563d22023f4f092e73a1c855d /gcc/ChangeLog
parent81c3e25a406b4a132c67ed93b8bbbc0ecf9caca5 (diff)
downloadgcc-dcb957d9dc7d26f686aefc1345e6318284da7a8a.zip
gcc-dcb957d9dc7d26f686aefc1345e6318284da7a8a.tar.gz
gcc-dcb957d9dc7d26f686aefc1345e6318284da7a8a.tar.bz2
configure.ac: Check for .gnu_attribute on MIPS.
* configure.ac: Check for .gnu_attribute on MIPS. * configure, config.in: Regenerate. * config/mips/mips.c (mips_file_start): If supported, output attribute for floating-point ABI. From-SVN: r126157
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index dc35a49..c8f71ee 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-30 Joseph Myers <joseph@codesourcery.com>
+
+ * configure.ac: Check for .gnu_attribute on MIPS.
+ * configure, config.in: Regenerate.
+ * config/mips/mips.c (mips_file_start): If supported, output
+ attribute for floating-point ABI.
+
2007-06-30 Uros Bizjak <ubizjak@gmail.com>
PR target/32433