mirror of git://gcc.gnu.org/git/gcc.git
inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on posix_types_64.
* inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on posix_types_64. * fixincl.x: Regenerate. From-SVN: r135297
This commit is contained in:
parent
da19297d25
commit
2627042d9a
|
|
@ -1,3 +1,9 @@
|
||||||
|
2008-05-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
|
||||||
|
posix_types_64.
|
||||||
|
* fixincl.x: Regenerate.
|
||||||
|
|
||||||
2008-04-25 Kai Tietz <kai.tietz@onvision.com>
|
2008-04-25 Kai Tietz <kai.tietz@onvision.com>
|
||||||
|
|
||||||
* fixincl.c (fix_with_system): Cast pointer difference to long.
|
* fixincl.c (fix_with_system): Cast pointer difference to long.
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@
|
||||||
*
|
*
|
||||||
* DO NOT EDIT THIS FILE (fixincl.x)
|
* DO NOT EDIT THIS FILE (fixincl.x)
|
||||||
*
|
*
|
||||||
* It has been AutoGen-ed Friday March 7, 2008 at 07:37:21 AM CET
|
* It has been AutoGen-ed Wednesday May 14, 2008 at 03:12:47 PM UTC
|
||||||
* From the definitions inclhack.def
|
* From the definitions inclhack.def
|
||||||
* and the template file fixincl
|
* and the template file fixincl
|
||||||
*/
|
*/
|
||||||
/* DO NOT SVN-MERGE THIS FILE, EITHER Fr 7. Mär 07:37:22 CET 2008
|
/* DO NOT SVN-MERGE THIS FILE, EITHER Wed May 14 15:12:47 UTC 2008
|
||||||
*
|
*
|
||||||
* You must regenerate it. Use the ./genfixes script.
|
* You must regenerate it. Use the ./genfixes script.
|
||||||
*
|
*
|
||||||
|
|
@ -272,11 +272,14 @@ tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass0[] =
|
||||||
"} while";
|
"} while";
|
||||||
tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass1[] =
|
tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass1[] =
|
||||||
"x86_64";
|
"x86_64";
|
||||||
|
tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass2[] =
|
||||||
|
"posix_types_64";
|
||||||
|
|
||||||
#define AAB_FD_ZERO_ASM_POSIX_TYPES_H_TEST_CT 2
|
#define AAB_FD_ZERO_ASM_POSIX_TYPES_H_TEST_CT 3
|
||||||
static tTestDesc aAab_Fd_Zero_Asm_Posix_Types_HTests[] = {
|
static tTestDesc aAab_Fd_Zero_Asm_Posix_Types_HTests[] = {
|
||||||
{ TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass0, (regex_t*)NULL },
|
{ TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass0, (regex_t*)NULL },
|
||||||
{ TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass1, (regex_t*)NULL }, };
|
{ TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass1, (regex_t*)NULL },
|
||||||
|
{ TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass2, (regex_t*)NULL }, };
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fix Command Arguments for Aab_Fd_Zero_Asm_Posix_Types_H
|
* Fix Command Arguments for Aab_Fd_Zero_Asm_Posix_Types_H
|
||||||
|
|
@ -8664,7 +8667,7 @@ static const char* apzX11_SprintfPatch[] = {
|
||||||
*
|
*
|
||||||
* List of all fixes
|
* List of all fixes
|
||||||
*/
|
*/
|
||||||
#define REGEX_COUNT 256
|
#define REGEX_COUNT 257
|
||||||
#define MACH_LIST_SIZE_LIMIT 261
|
#define MACH_LIST_SIZE_LIMIT 261
|
||||||
#define FIX_COUNT 213
|
#define FIX_COUNT 213
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,7 @@ fix = {
|
||||||
mach = 'i[34567]86-*-linux*';
|
mach = 'i[34567]86-*-linux*';
|
||||||
bypass = '} while';
|
bypass = '} while';
|
||||||
bypass = 'x86_64';
|
bypass = 'x86_64';
|
||||||
|
bypass = 'posix_types_64';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define _POSIX_TYPES_H_WRAPPER at the end of the wrapper, not
|
* Define _POSIX_TYPES_H_WRAPPER at the end of the wrapper, not
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue