diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-09-26 13:29:01 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-09-26 14:01:30 +0200 |
commit | bf972c9dfcda9f95e337c6d4586abcc3bdf46561 (patch) | |
tree | 7380ce8d753f2e9cbbd1adbdb8e991408a3fb14d /ChangeLog | |
parent | e057a1b5930ec538c2b8abbba700a436ef2c81d5 (diff) | |
download | glibc-bf972c9dfcda9f95e337c6d4586abcc3bdf46561.zip glibc-bf972c9dfcda9f95e337c6d4586abcc3bdf46561.tar.gz glibc-bf972c9dfcda9f95e337c6d4586abcc3bdf46561.tar.bz2 |
Fix parse error in bits/mathinline.h with --std=c99
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |