diff options
author | Andreas Jaeger <aj@suse.de> | 2007-11-15 19:06:06 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2007-11-15 19:06:06 +0000 |
commit | a05826e20805d6db6d178eda1c1a09ed496f509d (patch) | |
tree | 4ed679108ed3d2d1e80a4ae181e7a46f6617bb5e /sysdeps/ieee754 | |
parent | 68a6dcf5da8ec8ff398eab29f2b1f5bc3114552e (diff) | |
download | glibc-a05826e20805d6db6d178eda1c1a09ed496f509d.tar.gz glibc-a05826e20805d6db6d178eda1c1a09ed496f509d.tar.xz glibc-a05826e20805d6db6d178eda1c1a09ed496f509d.zip |
Fix size of union.
Diffstat (limited to 'sysdeps/ieee754')
-rw-r--r-- | sysdeps/ieee754/dbl-64/sincos.tbl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ieee754/dbl-64/sincos.tbl b/sysdeps/ieee754/dbl-64/sincos.tbl index 9dd5502841..9343f24163 100644 --- a/sysdeps/ieee754/dbl-64/sincos.tbl +++ b/sysdeps/ieee754/dbl-64/sincos.tbl @@ -1,7 +1,7 @@ /* * IBM Accurate Mathematical Library * Written by International Business Machines Corp. - * Copyright (C) 2001 Free Software Foundation, Inc. + * Copyright (C) 2001, 2007 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -24,7 +24,7 @@ #ifdef BIG_ENDI -static const union {int4 i[880]; double x[40];}sincos = { .i = { +static const union {int4 i[880]; double x[440];}sincos = { .i = { /**/ 0x00000000, 0x00000000, /**/ 0x00000000, 0x00000000, /**/ 0x3FF00000, 0x00000000, |