diff options
Diffstat (limited to 'gcc/fixinc/fixincl.x')
-rw-r--r-- | gcc/fixinc/fixincl.x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index 5b0edc7..5522a55 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -2,11 +2,11 @@ * * DO NOT EDIT THIS FILE (fixincl.x) * - * It has been AutoGen-ed Thursday July 31, 2003 at 07:32:15 PM EDT + * It has been AutoGen-ed Friday August 1, 2003 at 06:47:22 PM EDT * From the definitions inclhack.def * and the template file fixincl */ -/* DO NOT CVS-MERGE THIS FILE, EITHER Thu Jul 31 19:32:15 EDT 2003 +/* DO NOT CVS-MERGE THIS FILE, EITHER Fri Aug 1 18:47:22 EDT 2003 * * You must regenerate it. Use the ./genfixes script. * @@ -1270,7 +1270,7 @@ tSCC zBroken_CabsName[] = * File name selection pattern */ tSCC zBroken_CabsList[] = - "|math.h|"; + "|math.h|architecture/ppc/math.h|architecture/i386/math.h|"; /* * Machine/OS name selection pattern */ @@ -1292,7 +1292,7 @@ static tTestDesc aBroken_CabsTests[] = { static const char* apzBroken_CabsPatch[] = { "format", "", - "^extern[ \t]+double[ \t]+cabs\\((struct dbl_hypot|)\\);", + "^extern[ \t]+double[ \t]+cabs[ \t]*\\([^\\)]*\\);", (char*)NULL }; /* * * * * * * * * * * * * * * * * * * * * * * * * * |