about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-09-26 13:29:01 +0200
committerAndreas Schwab <schwab@redhat.com>2011-09-26 14:01:30 +0200
commitbf972c9dfcda9f95e337c6d4586abcc3bdf46561 (patch)
tree7380ce8d753f2e9cbbd1adbdb8e991408a3fb14d /ChangeLog
parente057a1b5930ec538c2b8abbba700a436ef2c81d5 (diff)
downloadglibc-bf972c9dfcda9f95e337c6d4586abcc3bdf46561.tar.gz
glibc-bf972c9dfcda9f95e337c6d4586abcc3bdf46561.tar.xz
glibc-bf972c9dfcda9f95e337c6d4586abcc3bdf46561.zip
Fix parse error in bits/mathinline.h with --std=c99
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 693745fcf6..1047cce2bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-26  Andreas Schwab  <schwab@redhat.com>
+
+	* sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
+
 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
 	    Maxim Kuvyrkov  <maxim@codesourcery.com>
 	    Joseph Myers  <joseph@codesourcery.com>