diff options
author | Andreas Jaeger <aj@suse.de> | 2000-03-06 17:33:50 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-03-06 17:33:50 +0000 |
commit | 8f95ad1c79f4f950add034b414f86d887047a007 (patch) | |
tree | b7ba6ffcc6ed1055b89f11d79670d448680ccc29 | |
parent | f576429e02b369cbb4ff7dc1c3bd7e07bafc3196 (diff) | |
download | glibc-8f95ad1c79f4f950add034b414f86d887047a007.zip glibc-8f95ad1c79f4f950add034b414f86d887047a007.tar.gz glibc-8f95ad1c79f4f950add034b414f86d887047a007.tar.bz2 |
Update.
2000-03-06 Andreas Jaeger <aj@suse.de>
* sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
in __sgn1l, otherwise g++ fails to parse this.
Reported by Sean Chen <sean.chen@turbolinux.com>.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-03-06 Andreas Jaeger <aj@suse.de> + + * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error + in __sgn1l, otherwise g++ fails to parse this. + Reported by Sean Chen <sean.chen@turbolinux.com>. + 2000-03-03 Geoff Keating <geoffk@cygnus.com> * configure.in: Compute sizeof-long-double. |