mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 10:57:12 +08:00
inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
* fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO. * fixincl.x: Regenerate. From-SVN: r33865
This commit is contained in:
parent
c35db29361
commit
f4305c31e5
@ -1571,15 +1571,8 @@ tSCC zHpux8_Bogus_InlinesList[] =
|
||||
tSCC zHpux8_Bogus_InlinesSelect0[] =
|
||||
"inline";
|
||||
|
||||
/*
|
||||
* content bypass pattern - skip fix if pattern found
|
||||
*/
|
||||
tSCC zHpux8_Bogus_InlinesBypass0[] =
|
||||
"The Santa Cruz Operation";
|
||||
|
||||
#define HPUX8_BOGUS_INLINES_TEST_CT 2
|
||||
#define HPUX8_BOGUS_INLINES_TEST_CT 1
|
||||
tTestDesc aHpux8_Bogus_InlinesTests[] = {
|
||||
{ TT_NEGREP, zHpux8_Bogus_InlinesBypass0, (regex_t*)NULL },
|
||||
{ TT_EGREP, zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, };
|
||||
|
||||
/*
|
||||
@ -4688,7 +4681,7 @@ extern char *\tsprintf();\\\n\
|
||||
*
|
||||
* List of all fixes
|
||||
*/
|
||||
#define REGEX_COUNT 105
|
||||
#define REGEX_COUNT 104
|
||||
#define MACH_LIST_SIZE_LIMIT 279
|
||||
#define FIX_COUNT 118
|
||||
|
||||
|
@ -908,7 +908,6 @@ fix = {
|
||||
hackname = hpux8_bogus_inlines;
|
||||
files = math.h;
|
||||
select = inline;
|
||||
bypass = 'The Santa Cruz Operation';
|
||||
sed = "s@inline int abs(int [a-z][a-z]*) {.*}@extern \"C\" int abs(int);@";
|
||||
sed = "s@inline double abs(double [a-z][a-z]*) {.*}@@";
|
||||
sed = "s@inline int sqr(int [a-z][a-z]*) {.*}@@";
|
||||
|
Loading…
Reference in New Issue
Block a user