From: Andreas Jaeger Date: Thu, 15 Nov 2007 19:06:06 +0000 (+0000) Subject: Fix size of union. X-Git-Tag: cvs/fedora-glibc-20071212T1051~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a05826e20805d6db6d178eda1c1a09ed496f509d;p=thirdparty%2Fglibc.git Fix size of union. --- diff --git a/sysdeps/ieee754/dbl-64/sincos.tbl b/sysdeps/ieee754/dbl-64/sincos.tbl index 9dd5502841a..9343f241631 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,