3 autogen definitions fixincl
;
5 /* Define all the fixes we know about for repairing damaged headers.
6 Please see the README before adding or changing entries in this file.
8 This is the sort command
:
10 blocksort output
=inclhack.sorted \
12 trailer
='^/\*EOF\*[/]' \
14 key
='hackname[ ]*=[ ]*(.*);'
16 Set up a debug test so we can make the templates emit special
17 code while debugging these fixes
: */
25 * On Mac OS
10.3.9, the
'long double' functions are available in
26 * libSystem
, but are not prototyped in math.h.
29 hackname
= AAB_darwin7_9_long_double_funcs
;
30 mach
= "*-*-darwin7.9*";
31 files
= architecture
/ppc
/math.h
;
33 replace
= <<- _EndOfHeader_
34 /* This file prototypes the long double functions available on Mac OS
38 # define __APPLE_CC__
1345
39 # include_next
<architecture
/ppc
/math.h
>
41 # define __APPLE_CC__
1
42 # ifndef __LIBMLDBL_COMPAT
43 # ifdef __LONG_DOUBLE_128__
44 # define
__LIBMLDBL_COMPAT(sym
) __asm("_" #sym
"$LDBL128")
46 # define
__LIBMLDBL_COMPAT(sym
)
47 # endif
/* __LONG_DOUBLE_128__
*/
48 # endif
/* __LIBMLDBL_COMPAT
*/
52 extern long double
acosl( long double
) __LIBMLDBL_COMPAT(acosl
);
53 extern long double
asinl( long double
) __LIBMLDBL_COMPAT(asinl
);
54 extern long double
atanl( long double
) __LIBMLDBL_COMPAT(atanl
);
55 extern long double
atan2l( long double
, long double
) __LIBMLDBL_COMPAT(atan2l
);
56 extern long double
cosl( long double
) __LIBMLDBL_COMPAT(cosl
);
57 extern long double
sinl( long double
) __LIBMLDBL_COMPAT(sinl
);
58 extern long double
tanl( long double
) __LIBMLDBL_COMPAT(tanl
);
59 extern long double
acoshl( long double
) __LIBMLDBL_COMPAT(acoshl
);
60 extern long double
asinhl( long double
) __LIBMLDBL_COMPAT(asinhl
);
61 extern long double
atanhl( long double
) __LIBMLDBL_COMPAT(atanhl
);
62 extern long double
coshl( long double
) __LIBMLDBL_COMPAT(coshl
);
63 extern long double
sinhl( long double
) __LIBMLDBL_COMPAT(sinhl
);
64 extern long double
tanhl( long double
) __LIBMLDBL_COMPAT(tanhl
);
65 extern long double
expl( long double
) __LIBMLDBL_COMPAT(expl
);
66 extern long double
exp2l( long double
) __LIBMLDBL_COMPAT(exp2l
);
67 extern long double
expm1l( long double
) __LIBMLDBL_COMPAT(expm1l
);
68 extern long double
logl( long double
) __LIBMLDBL_COMPAT(logl
);
69 extern long double
log10l( long double
) __LIBMLDBL_COMPAT(log10l
);
70 extern long double
log2l( long double
) __LIBMLDBL_COMPAT(log2l
);
71 extern long double
log1pl( long double
) __LIBMLDBL_COMPAT(log1pl
);
72 extern long double
logbl( long double
) __LIBMLDBL_COMPAT(logbl
);
73 extern long double
modfl( long double
, long double
* ) __LIBMLDBL_COMPAT(modfl
);
74 extern long double
ldexpl( long double
, int
) __LIBMLDBL_COMPAT(ldexpl
);
75 extern long double
frexpl( long double
, int
* ) __LIBMLDBL_COMPAT(frexpl
);
76 extern int
ilogbl( long double
) __LIBMLDBL_COMPAT(ilogbl
);
77 extern long double
scalbnl( long double
, int
) __LIBMLDBL_COMPAT(scalbnl
);
78 extern long double
scalblnl( long double
, long int
) __LIBMLDBL_COMPAT(scalblnl
);
79 extern long double
fabsl( long double
) __LIBMLDBL_COMPAT(fabsl
);
80 extern long double
cbrtl( long double
) __LIBMLDBL_COMPAT(cbrtl
);
81 extern long double
hypotl( long double
, long double
) __LIBMLDBL_COMPAT(hypotl
);
82 extern long double
powl( long double
, long double
) __LIBMLDBL_COMPAT(powl
);
83 extern long double
sqrtl( long double
) __LIBMLDBL_COMPAT(sqrtl
);
84 extern long double
erfl( long double
) __LIBMLDBL_COMPAT(erfl
);
85 extern long double
erfcl( long double
) __LIBMLDBL_COMPAT(erfcl
);
86 extern long double
lgammal( long double
) __LIBMLDBL_COMPAT(lgammal
);
87 extern long double
tgammal( long double
) __LIBMLDBL_COMPAT(tgammal
);
88 extern long double
ceill( long double
) __LIBMLDBL_COMPAT(ceill
);
89 extern long double
floorl( long double
) __LIBMLDBL_COMPAT(floorl
);
90 extern long double
nearbyintl( long double
) __LIBMLDBL_COMPAT(nearbyintl
);
91 extern long double
rintl( long double
) __LIBMLDBL_COMPAT(rintl
);
92 extern long int
lrintl( long double
) __LIBMLDBL_COMPAT(lrintl
);
93 extern long long int
llrintl( long double
) __LIBMLDBL_COMPAT(llrintl
);
94 extern long double
roundl( long double
) __LIBMLDBL_COMPAT(roundl
);
95 extern long int
lroundl( long double
) __LIBMLDBL_COMPAT(lroundl
);
96 extern long long int
llroundl( long double
) __LIBMLDBL_COMPAT(llroundl
);
97 extern long double
truncl( long double
) __LIBMLDBL_COMPAT(truncl
);
98 extern long double
fmodl( long double
, long double
) __LIBMLDBL_COMPAT(fmodl
);
99 extern long double
remainderl( long double
, long double
) __LIBMLDBL_COMPAT(remainderl
);
100 extern long double
remquol( long double
, long double
, int
* ) __LIBMLDBL_COMPAT(remquol
);
101 extern long double
copysignl( long double
, long double
) __LIBMLDBL_COMPAT(copysignl
);
102 extern long double
nanl( const char
* ) __LIBMLDBL_COMPAT(nanl
);
103 extern long double
nextafterl( long double
, long double
) __LIBMLDBL_COMPAT(nextafterl
);
104 extern long double
nexttowardl( long double
, long double
) __LIBMLDBL_COMPAT(nexttowardl
);
105 extern long double
fdiml( long double
, long double
) __LIBMLDBL_COMPAT(fdiml
);
106 extern long double
fmaxl( long double
, long double
) __LIBMLDBL_COMPAT(fmaxl
);
107 extern long double
fminl( long double
, long double
) __LIBMLDBL_COMPAT(fminl
);
108 extern long double
fmal( long double
, long double
, long double
) __LIBMLDBL_COMPAT(fmal
);
112 #endif
/* __MATH__
*/
118 * ... and for the previous fix to be useful
, you have to not use
""
122 hackname
= AAB_darwin7_9_long_double_funcs_2
;
123 mach
= "*-*-darwin7.9*";
125 select
= '#include[ \t]+\"';
127 c_fix_arg
= "%1<%2.h>";
129 c_fix_arg
= '([ \t]*#[ \t]*include[ \t]+)"([a-z0-9/]+)\.h"';
131 test_text
= '#include "architecture/ppc/math.h"';
136 * This fixes __FD_ZERO bug for linux
2.x.
y (x
<= 2 && y
<= some n
)
139 hackname
= AAB_fd_zero_asm_posix_types_h
;
140 files
= asm
/posix_types.h
;
141 mach
= 'i[34567]86-*-linux*';
145 * Define _POSIX_TYPES_H_WRAPPER at the end of the wrapper
, not
146 * the start
, so that if #include_next gets another instance of
147 * the wrapper
, this will follow the #include_next chain until
148 * we arrive at the real
<asm
/posix_types.h
>.
150 replace
= <<- _EndOfHeader_
151 /* This file fixes a bug in the __FD_ZERO macro
152 for older versions of the Linux kernel.
*/
153 #ifndef _POSIX_TYPES_H_WRAPPER
154 #include
<features.h
>
155 #include_next
<asm
/posix_types.h
>
157 #if
defined(__FD_ZERO
) && !defined(__GLIBC__
)
159 #define
__FD_ZERO(fdsetp
) \
162 __asm__
__volatile__("cld ; rep ; stosl" \
163 : "=&c" (__d0
), "=&D" (__d1
) \
164 : "a" (0), "0" (__FDSET_LONGS
), \
165 "1" ((__kernel_fd_set *)
(fdsetp
)) :"memory"); \
169 #define _POSIX_TYPES_H_WRAPPER
170 #endif
/* _POSIX_TYPES_H_WRAPPER
*/
176 * This fixes __FD_ZERO bug for glibc
-1.x
179 hackname
= AAB_fd_zero_gnu_types_h
;
181 mach
= 'i[34567]86-*-linux*';
184 * Define _TYPES_H_WRAPPER at the end of the wrapper
, not
185 * the start
, so that if #include_next gets another instance of
186 * the wrapper
, this will follow the #include_next chain until
187 * we arrive at the real
<gnu
/types.h
>.
189 replace
= <<- _EndOfHeader_
190 /* This file fixes a bug in the __FD_ZERO macro present in glibc
1.x.
*/
191 #ifndef _TYPES_H_WRAPPER
192 #include
<features.h
>
193 #include_next
<gnu
/types.h
>
195 #if
defined(__FD_ZERO
) && !defined(__GLIBC__
)
197 # define
__FD_ZERO(fdsetp
) \
200 __asm__
__volatile__("cld ; rep ; stosl" \
201 : "=&c" (__d0
), "=&D" (__d1
) \
202 : "a" (0), "0" (__FDSET_LONGS
), \
203 "1" ((__fd_set *)
(fdsetp
)) :"memory"); \
207 #define _TYPES_H_WRAPPER
208 #endif
/* _TYPES_H_WRAPPER
*/
214 * This fixes __FD_ZERO bug for glibc
-2.0.x
217 hackname
= AAB_fd_zero_selectbits_h
;
218 files
= selectbits.h
;
219 mach
= 'i[34567]86-*-linux*';
222 * Define _SELECTBITS_H_WRAPPER at the end of the wrapper
, not
223 * the start
, so that if #include_next gets another instance of
224 * the wrapper
, this will follow the #include_next chain until
225 * we arrive at the real
<selectbits.h
>.
227 replace
= <<- _EndOfHeader_
228 /* This file fixes a bug in the __FD_ZERO macro present in glibc
2.0.x.
*/
229 #ifndef _SELECTBITS_H_WRAPPER
230 #include
<features.h
>
231 #include_next
<selectbits.h
>
233 #if
defined(__FD_ZERO
) && defined(__GLIBC__
) \\
234 && defined(__GLIBC_MINOR__
) && __GLIBC__
== 2 \\
235 && __GLIBC_MINOR__
== 0
237 #define
__FD_ZERO(fdsetp
) \\
240 __asm__
__volatile__ ("cld; rep; stosl" \\
241 : "=&c" (__d0
), "=&D" (__d1
) \\
242 : "a" (0), "0" (sizeof (__fd_set
) \\
243 / sizeof (__fd_mask
)), \\
244 "1" ((__fd_mask *)
(fdsetp
)) \\
249 #define _SELECTBITS_H_WRAPPER
250 #endif
/* _SELECTBITS_H_WRAPPER
*/
256 * Solaris
<sys
/varargs.h
> is a
DDK (aka kernel
-land
) header providing
257 * the same interface as
<stdarg.h
>. No idea why they couldn
't have just
258 * used the standard header.
261 hackname = AAB_solaris_sys_varargs_h;
262 files = "sys/varargs.h";
263 mach = '*-*-solaris
*';
264 replace = <<- _EndOfHeader_
275 * Fix non-ANSI memcpy declaration that conflicts with gcc's builtin
276 * declaration on Sun OS
4.x. We must only fix this on Sun OS
4.x
, because
277 * many other systems have similar text but correct versions of the file.
278 * To ensure only Sun
's is fixed, we grep for a likely unique string.
279 * Fix also on sysV68 R3V7.1 (head/memory.h\t50.1\t )
282 hackname = AAB_sun_memcpy;
284 select = "/\\*\t@\\(#\\)"
285 "(head/memory.h\t50.1\t "
286 "|memory\\.h 1\\.[2-4] 8./../.. SMI; from S5R2 1\\.2\t)\\*/";
288 replace = <<- _EndOfHeader_
289 /* This file was generated by fixincludes */
294 extern void *memccpy();
295 extern void *memchr();
296 extern void *memcpy();
297 extern void *memset();
299 extern char *memccpy();
300 extern char *memchr();
301 extern char *memcpy();
302 extern char *memset();
303 #endif /* __STDC__ */
307 #endif /* __memory_h__ */
313 * Completely replace <sys/varargs.h> with a file that includes gcc's
314 * stdarg.h or varargs.h files as appropriate.
318 hackname
= AAB_svr4_no_varargs
;
319 files
= sys
/varargs.h
;
320 replace
= "/* This file was generated by fixincludes. */\n"
321 "#ifndef _SYS_VARARGS_H\n"
322 "#define _SYS_VARARGS_H\n\n"
325 "#include <stdarg.h>\n"
327 "#include <varargs.h>\n"
330 "#endif /* _SYS_VARARGS_H */\n";
336 * Completely replace
<sys
/byteorder.h
> with a file that implements gcc
's
337 * optimized byteswapping. (The original probably implemented some
338 * incompatible optimized byteswapping.)
341 hackname = AAB_svr4_replace_byteorder;
343 mach = "i[34567]86-*-sysv5*";
344 mach = "i[34567]86-*-sco3.2v5*";
345 mach = "i[34567]86-*-udk*";
346 mach = "i[34567]86-*-solaris2.[0-4]";
347 mach = "powerpcle-*-solaris2.[0-4]";
348 mach = "sparc-*-solaris2.[0-4]";
349 mach = "i[34567]86-sequent-ptx*";
350 files = sys/byteorder.h;
351 replace = <<- _EndOfHeader_
352 #ifndef _SYS_BYTEORDER_H
353 #define _SYS_BYTEORDER_H
355 /* Functions to convert `short' and `long
' quantities from host byte order
356 to (internet) network byte order (i.e. big-endian).
358 Written by Ron Guilmette (rfg@ncd.com).
360 This isn't actually used by GCC. It is installed by fixinc.svr4.
362 For big
-endian machines these functions are essentially no
-ops.
364 For little
-endian machines
, we define the functions using specialized
365 asm sequences in cases where doing so yields better
code (e.g. i386
).
*/
367 #if
!defined (__GNUC__
) && !defined (__GNUG__
)
368 #error You lose
! This file is only useful with GNU compilers.
371 #ifndef __BYTE_ORDER__
372 /* Byte order defines. These are as defined on UnixWare
1.1, but with
373 double underscores added at the front and back.
*/
374 #define __LITTLE_ENDIAN__
1234
375 #define __BIG_ENDIAN__
4321
376 #define __PDP_ENDIAN__
3412
380 static __inline__ unsigned long
htonl (unsigned long
);
381 static __inline__ unsigned short
htons (unsigned int
);
382 static __inline__ unsigned long
ntohl (unsigned long
);
383 static __inline__ unsigned short
ntohs (unsigned int
);
384 #endif
/* defined (__STDC__
) */
386 #if
defined (__i386__
)
388 #ifndef __BYTE_ORDER__
389 #define __BYTE_ORDER__ __LITTLE_ENDIAN__
392 /* Convert a host long to a network long.
*/
394 /* We must use a new
-style function definition
, so that this will also
396 static __inline__ unsigned long
397 htonl (unsigned long __arg
)
399 register unsigned long __result
;
401 __asm__ ("xchg%B0 %b0,%h0
403 xchg%B0 %b0,%h0" : "=q" (__result
) : "0" (__arg
));
407 /* Convert a host short to a network short.
*/
409 static __inline__ unsigned short
410 htons (unsigned int __arg
)
412 register unsigned short __result
;
414 __asm__ ("xchg%B0 %b0,%h0" : "=q" (__result
) : "0" (__arg
));
418 #
elif (defined (__ns32k__
) ||
defined (__vax__
) ||
defined (__arm__
))
420 #ifndef __BYTE_ORDER__
421 #define __BYTE_ORDER__ __LITTLE_ENDIAN__
424 /* For other little
-endian machines
, using C code is just as efficient as
425 using assembly code.
*/
427 /* Convert a host long to a network long.
*/
429 static __inline__ unsigned long
430 htonl (unsigned long __arg
)
432 register unsigned long __result
;
434 __result
= (__arg
>> 24) & 0x000000ff;
435 __result |
= (__arg
>> 8) & 0x0000ff00;
436 __result |
= (__arg
<< 8) & 0x00ff0000;
437 __result |
= (__arg
<< 24) & 0xff000000;
441 /* Convert a host short to a network short.
*/
443 static __inline__ unsigned short
444 htons (unsigned int __arg
)
446 register unsigned short __result
;
448 __result
= (__arg
<< 8) & 0xff00;
449 __result |
= (__arg
>> 8) & 0x00ff;
453 #else
/* must be a big
-endian machine
*/
455 #ifndef __BYTE_ORDER__
456 #define __BYTE_ORDER__ __BIG_ENDIAN__
459 /* Convert a host long to a network long.
*/
461 static __inline__ unsigned long
462 htonl (unsigned long __arg
)
467 /* Convert a host short to a network short.
*/
469 static __inline__ unsigned short
470 htons (unsigned int __arg
)
475 #endif
/* big
-endian
*/
477 /* Convert a network long to a host long.
*/
479 static __inline__ unsigned long
480 ntohl (unsigned long __arg
)
482 return
htonl (__arg
);
485 /* Convert a network short to a host short.
*/
487 static __inline__ unsigned short
488 ntohs (unsigned int __arg
)
490 return
htons (__arg
);
498 * Cancel out ansi_compat.h on Ultrix. Replace it with an empty file.
501 hackname
= AAB_ultrix_ansi_compat
;
502 files
= ansi_compat.h
;
504 replace
= "/* This file intentionally left blank. */\n";
509 * The Ultrix
4.3 file limits.h is a symbolic link to sys
/limits.h.
510 * Replace limits.h with a file that includes sys
/limits.h.
513 hackname
= AAB_ultrix_limits
;
515 mach
= "*-*-ultrix4.3";
516 replace
= <<- _EndOfHeader_
517 #ifndef _LIMITS_INCLUDED
518 #define _LIMITS_INCLUDED
519 #include
<sys
/limits.h
>
520 #endif
/* _LIMITS_INCLUDED
*/
526 * The ULTRIX
4.3 version of memory.h duplicates definitions
527 * present in strings.h. Replace memory.h with a file that includes
528 * strings.h to prevent problems from multiple inclusion.
531 hackname
= AAB_ultrix_memory
;
533 mach
= "*-*-ultrix4.3";
534 replace
= <<- _EndOfHeader_
535 #ifndef _MEMORY_INCLUDED
536 #define _MEMORY_INCLUDED
538 #endif
/* _MEMORY_INCLUDED
*/
544 * The Ultrix
4.3 file string.h is a symbolic link to strings.h.
545 * Replace string.h link with a file that includes strings.h to prevent
546 * problems from multiple inclusion.
549 hackname
= AAB_ultrix_string
;
551 mach
= "*-*-ultrix4.3";
552 replace
= <<- _EndOfHeader_
553 #ifndef _STRING_INCLUDED
554 #define _STRING_INCLUDED
556 #endif
/* _STRING_INCLUDED
*/
562 * pthread.h on AIX
4.3.3 tries to define a macro without whitspace
563 * which violates a requirement of ISO C.
566 hackname
= aix_pthread
;
568 select
= "(#define [A-Za-z_0-9]+)(\\\\\n[^A-Za-z_0-9 \t\n(])";
571 test_text
= "#define PTHREAD_MUTEX_INITIALIZER\\\\\n"
572 "{...init stuff...}";
577 * sys
/machine.h on AIX
4.3.3 puts whitespace between a \ and a newline
578 * in an otherwise
harmless (and #ifed out
) macro definition
581 hackname
= aix_sysmachine
;
582 files
= sys
/machine.h
;
586 test_text
= "#define FOO \\\n"
587 " bar \\ \n baz \\ \n bat";
592 * sys
/wait.h on AIX
3.2.5 puts the declaration of wait3 before the
593 * definition of struct rusage
, so the prototype added by fixproto fails.
596 hackname
= aix_syswait
;
598 select
= "^extern pid_t wait3\\(\\);\n";
601 c_fix_arg
= "struct rusage;\n%0";
602 test_text
= "/* bos325, */\n"
603 "extern pid_t wait3();\n"
604 "\t/* pid_t wait3(int *, int, struct rusage *); */";
609 * sys
/wait.h on AIX
5.2 defines macros that have both signed and
610 * unsigned types in conditional expressions.
613 hackname
= aix_syswait_2
;
615 select
= '\? (\(\(\(\(unsigned[^)]*\)[^)]*\) >> [^)]*\) \& 0xff\) : -1)';
617 c_fix_arg
= "? (int)%1";
618 test_text
= "#define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? ((((unsigned int)__x) >> 8) & 0xff) : -1)";
623 * sys
/signal.h on some versions of AIX uses volatile in the typedef of
624 * sig_atomic_t
, which causes gcc to generate a warning about duplicate
625 * volatile when a sig_atomic_t variable is declared volatile
, as
626 * required by ANSI C.
629 hackname
= aix_volatile
;
630 files
= sys
/signal.h
;
631 select
= "typedef volatile int sig_atomic_t";
633 c_fix_arg
= "typedef int sig_atomic_t";
634 test_text
= "typedef volatile int sig_atomic_t;";
639 * Fix __assert declaration in assert.h on Alpha OSF
/1.
642 hackname
= alpha___assert
;
644 select
= '__assert\(char \*, char \*, int\)';
646 c_fix_arg
= "__assert(const char *, const char *, int)";
647 test_text
= 'extern void __assert(char *, char *, int);';
652 * Obey __PRAGMA_EXTERN_PREFIX for Tru64 UNIX V4
/5 headers.
655 hackname
= alpha___extern_prefix
;
656 select
= "(.*)(defined\\(__DECC\\)|def[ \t]*__DECC)[ \t]*\n(#[ \t]*pragma[ \t]*extern_prefix.*)";
658 mach
= "alpha*-dec-osf*";
660 c_fix_arg
= "%1 (defined(__DECC) || defined(__PRAGMA_EXTERN_PREFIX))\n%3";
662 test_text
= "#ifdef __DECC\n"
663 "#pragma extern_prefix \"_P\"\n"
664 "# if defined(__DECC)\n"
665 "# pragma extern_prefix \"_E\"\n"
666 "# if !defined(_LIBC_POLLUTION_H_) && defined(__DECC)\n"
667 "# pragma extern_prefix \"\"";
672 * Obey __PRAGMA_EXTERN_PREFIX for Tru64 UNIX V4
/5 <standards.h
>.
675 hackname
= alpha___extern_prefix_standards
;
677 select
= ".*!defined\\(_LIBC_POLLUTION_H_\\) && !defined\\(__DECC\\)";
679 mach
= "alpha*-dec-osf*";
681 c_fix_arg
= "%0 && !defined(__PRAGMA_EXTERN_PREFIX)";
683 test_text
= "#if (_ISO_C_SOURCE>=19990L) && !defined(_LIBC_POLLUTION_H_) && !defined(__DECC)";
688 * Obey __PRAGMA_EXTERN_PREFIX for Tru64 UNIX V5
<sys
/mount.h
> and
689 * <sys
/stat.h
>. The tests for __DECC are special in various ways
, so
690 * alpha__extern_prefix cannot be used.
693 hackname
= alpha___extern_prefix_sys_stat
;
696 select
= "#[ \t]*if[ \t]*defined\\(__DECC\\)";
698 mach
= "alpha*-dec-osf5*";
700 c_fix_arg
= "%0 || defined(__PRAGMA_EXTERN_PREFIX)";
702 test_text
= "# if defined(__DECC)";
707 * Fix assert macro in assert.h on Alpha OSF
/1.
708 * The superfluous int cast breaks C
++.
711 hackname
= alpha_assert
;
713 select
= '(#define assert\(EX\).*)\(\(int\) \(EX\)\)';
715 c_fix_arg
= "%1(EX)";
716 test_text
= '#define assert(EX) (((int) (EX)) ? (void)0 : __assert(#EX, __FILE__, __LINE__))';
721 * Fix #defines under Alpha OSF
/1:
722 * The following files contain
'#pragma extern_prefix "_FOO"' followed by
723 * a
'#define something(x,y,z) _FOOsomething(x,y,z)'. The intent of these
724 * statements is to reduce namespace pollution. While these macros work
725 * properly in most cases
, they don
't allow you to take a pointer to the
726 * "something" being modified. To get around this limitation, change these
727 * statements to be of the form '#define something _FOOsomething
'.
729 * sed ain't egrep
, lesson
2463: sed can use self
-referential
730 * regular expressions. In the substitute expression below
,
731 * "\\1" and
"\\2" refer to subexpressions found earlier in the
732 * same match. So
, we continue to use sed.
"extern_prefix" will
733 * be a rare match anyway...
736 hackname
= alpha_bad_lval
;
738 select
= "^[ \t]*#[ \t]*pragma[ \t]+extern_prefix";
739 mach
= "alpha*-dec-osf*";
742 "s/^[ \t]*#[ \t]*define[ \t][ \t]*\\([^(]*\\)\\(([^)]*)\\)[ \t]*"
743 "\\(_.*\\)\\1\\2[ \t]*$/#define \\1 \\3\\1/";
745 test_text
= '#pragma extern_prefix "_FOO"'"\n"
746 "#define something(x,y,z) _FOOsomething(x,y,z)\n"
747 "#define mumble _FOOmumble";
752 * Fix getopt declarations in stdio.h and stdlib.h on Alpha OSF
/1 and AIX.
755 hackname
= alpha_getopt
;
758 select
= 'getopt\(int, char \*\[\], *char \*\)';
760 c_fix_arg
= "getopt(int, char *const[], const char *)";
761 test_text
= 'extern int getopt(int, char *[], char *);';
766 * Remove erroneous parentheses in sym.h on Alpha OSF
/1.
769 hackname
= alpha_parens
;
771 select
= '#ifndef\(__mips64\)';
773 c_fix_arg
= "#ifndef __mips64";
774 test_text
= "#ifndef(__mips64) /* bogus */\nextern int foo;\n#endif";
779 * Obey __PRAGMA_EXTERN_PREFIX for Tru64 UNIX
<pthread.h
>.
782 hackname
= alpha_pthread
;
784 select
= "((#[ \t]*if)([ \t]*defined[ \t]*\\(_PTHREAD_ENV_DECC\\)|def _PTHREAD_ENV_DECC)(.*))\n"
785 "(#[ \t]*define _PTHREAD_USE_PTDNAM_)";
787 mach
= "alpha*-dec-osf*";
789 c_fix_arg
= "%2 defined (_PTHREAD_ENV_DECC)%4 || defined (__PRAGMA_EXTERN_PREFIX)\n%5";
791 test_text
= "# if defined (_PTHREAD_ENV_DECC) || defined (_PTHREAD_ENV_EPCC)\n"
792 "# define _PTHREAD_USE_PTDNAM_\n"
794 "# ifdef _PTHREAD_ENV_DECC\n"
795 "# define _PTHREAD_USE_PTDNAM_\n"
801 * Recognize GCC in Tru64 UNIX V5.1B
<pthread.h
>.
804 hackname
= alpha_pthread_gcc
;
806 select
= "#else\n# error <pthread.h>: unrecognized compiler.";
808 mach
= "alpha*-dec-osf*";
810 c_fix_arg
= "#elif defined (__GNUC__)\n"
811 "# define _PTHREAD_ENV_GCC\n"
814 test_text
= "# define _PTHREAD_ENV_INTELC\n"
816 "# error <pthread.h>: unrecognized compiler.\n"
821 * Compaq Tru64 v5.1 defines all of its PTHREAD_
*_INITIALIZER macros
822 * incorrectly
, specifying less fields in the initializers than are
823 * defined in the corresponding structure types. Use of these macros
824 * in user code results in spurious warnings.
827 hackname
= alpha_pthread_init
;
829 select
= ' \* @\(#\).RCSfile: pthread\.h,v \$'
830 ' .Revision: 1\.1\.33\.21 \$ \(DEC\)'
831 ' .Date: 2000/08/15 15:30:13 \$';
832 mach
= "alpha*-dec-osf*";
833 sed
= "s@MVALID\\(.*\\)A}@MVALID\\1A, 0, 0, 0, 0, 0, 0 }@\n"
834 "s@MVALID\\(.*\\)_}@MVALID\\1_, 0, 0, 0, 0 }@\n"
835 "s@CVALID\\(.*\\)A}@CVALID\\1A, 0, 0, 0, 0 }@\n"
836 "s@CVALID\\(.*\\)_}@CVALID\\1_, 0, 0 }@\n"
837 "s@WVALID\\(.*\\)A}@WVALID\\1A, 0, 0, 0, 0, 0, 0, 0, 0, 0 }@\n"
838 "s@WVALID\\(.*\\)_}@WVALID\\1_, 0, 0, 0, 0, 0, 0, 0 }@\n";
840 " * @(#)_RCSfile: pthread.h,v \\$ "
841 "_Revision: 1.1.33.21 \\$ (DEC) "
842 "_Date: 2000/08/15 15:30:13 \\$\n"
844 "#ifndef _PTHREAD_NOMETER_STATIC\n"
845 "# define PTHREAD_MUTEX_INITIALIZER \\\n"
846 " {_PTHREAD_MSTATE_CONFIG, _PTHREAD_MVALID | _PTHREAD_MVF_STA}\n"
847 "# define PTHREAD_COND_INITIALIZER \\\n"
848 " {_PTHREAD_CSTATE_SLOW, _PTHREAD_CVALID | _PTHREAD_CVF_STA}\n"
849 "# define PTHREAD_MUTEX_INITWITHNAME_NP(_n_,_a_) \\\n"
850 " {_PTHREAD_MSTATE_CONFIG, _PTHREAD_MVALID | _PTHREAD_MVF_STA, _n_, _a_}\n"
851 "# define PTHREAD_COND_INITWITHNAME_NP(_n_,_a_) \\\n"
852 " {_PTHREAD_CSTATE_SLOW, _PTHREAD_CVALID | _PTHREAD_CVF_STA, _n_, _a_}\n"
854 "# define PTHREAD_MUTEX_INITIALIZER {0, _PTHREAD_MVALID | _PTHREAD_MVF_STA}\n"
855 "# define PTHREAD_MUTEX_INITWITHNAME_NP(_n_,_a_) \\\n"
856 " {0, _PTHREAD_MVALID | _PTHREAD_MVF_STA, _n_, _a_}\n"
857 "# define PTHREAD_COND_INITWITHNAME_NP(_n_,_a_) \\\n"
858 " {0, _PTHREAD_CVALID | _PTHREAD_CVF_STA, _n_, _a_}\n"
860 "#define PTHREAD_RWLOCK_INITIALIZER {_PTHREAD_RWVALID | _PTHREAD_RWVF_STA}\n"
861 "#define PTHREAD_RWLOCK_INITWITHNAME_NP(_n_,_a_) \\\n"
862 " {_PTHREAD_RWVALID | _PTHREAD_RWVF_STA, _n_, _a_}\n";
866 * Fix return value of sbrk in unistd.h on Alpha OSF
/1 V2.0
870 hackname
= alpha_sbrk
;
872 select
= "char[ \t]*\\*[\t ]*sbrk[ \t]*\\(";
874 c_fix_arg
= "void *sbrk(";
875 test_text
= "extern char* sbrk(ptrdiff_t increment);";
880 * Change external names of wcstok
/wcsftime via asm instead of macros on
884 hackname
= alpha_wchar
;
887 mach
= "alpha*-dec-osf4*";
888 select
= "#define wcstok wcstok_r";
889 sed
= "s@#define wcstok wcstok_r@extern wchar_t *wcstok __((wchar_t *, const wchar_t *, wchar_t **)) __asm__(\"wcstok_r\");@";
890 sed
= "s@#define wcsftime __wcsftime_isoc@extern size_t wcsftime __((wchar_t *, size_t, const wchar_t *, const struct tm *)) __asm__(\"__wcsftime_isoc\");@";
891 test_text
= "#define wcstok wcstok_r\n"
892 "#define wcsftime __wcsftime_isoc";
897 * For C
++, avoid any typedef or macro definition of bool
,
898 * and use the built in type instead.
899 * HP
/UX
10.20 also has it in curses_colr
/curses.h.
902 hackname
= avoid_bool_define
;
904 files
= curses_colr
/curses.h
;
908 select
= "#[ \t]*define[ \t]+bool[ \t]";
909 bypass
= "__cplusplus";
912 c_fix_arg
= "#ifndef __cplusplus\n%0\n#endif";
913 c_fix_arg
= "^[ \t]*#[ \t]*define[ \t]+bool[ \t].*";
915 test_text
= "# define bool\t char \n";
920 hackname
= avoid_bool_type
;
922 files
= curses_colr
/curses.h
;
926 select
= "^[ \t]*typedef[ \t].*[ \t]bool[ \t]*;";
927 bypass
= "__cplusplus";
930 c_fix_arg
= "#ifndef __cplusplus\n%0\n#endif";
932 test_text
= "typedef unsigned int\tbool \t; /* bool\n type */";
937 * For C
++, avoid any typedef definition of wchar_t
,
938 * and use the built in type instead.
939 * Don
't do this for headers that are smart enough to do the right
940 * thing (recent [n]curses.h and Xlib.h).
941 * Don't do it for
<linux
/nls.h
> which is never used from C
++ anyway
,
942 * and will be broken by the edit.
946 hackname
= avoid_wchar_t_type
;
948 select
= "^[ \t]*typedef[ \t].*[ \t]wchar_t[ \t]*;";
949 bypass
= "__cplusplus";
950 bypass
= "_LINUX_NLS_H";
951 bypass
= "XFree86: xc/lib/X11/Xlib\\.h";
954 c_fix_arg
= "#ifndef __cplusplus\n%0\n#endif";
956 test_text
= "typedef unsigned short\twchar_t \t; /* wchar_t\n type */";
961 * Fix `typedef struct term
;' on hppa1.1-hp-hpux9.
964 hackname = bad_struct_term;
966 select = "^[ \t]*typedef[ \t]+struct[ \t]+term[ \t]*;";
968 c_fix_arg = "struct term;";
970 test_text = 'typedef struct term
;';
975 * Fix one other error in this file:
976 * a mismatched quote not inside a C comment.
980 files = sundev/vuid_event.h;
983 c_fix_arg = "does not
";
985 test_text = "/* doesn
't have matched single quotes */";
990 * check for broken assert.h that needs stdio.h
993 hackname = broken_assert_stdio;
996 bypass = "include.*stdio\\.h";
998 c_fix_arg = "#include <stdio.h>\n";
999 test_text = "extern FILE* stderr;";
1004 * check for broken assert.h that needs stdlib.h
1007 hackname = broken_assert_stdlib;
1009 select = 'exit
*\
(|abort
*\
(';
1010 bypass = "include.*stdlib\\.h";
1012 c_fix_arg = "#ifdef __cplusplus\n"
1013 "#include <stdlib.h>\n"
1015 test_text = "extern void exit ( int );";
1020 * Remove `extern double cabs' declarations from math.h.
1021 * This conflicts with C99. Discovered on AIX.
1022 * IRIX
5 and IRIX
6 before
6.5.18 (where C99 support was introduced
)
1023 * declares
cabs() to take a struct __cabs_s argument.
1024 * SunOS4 has its
cabs() declaration followed by a comment which
1025 * terminates on the following line.
1026 * Darwin hides its broken cabs in architecture
-specific subdirs.
1029 hackname
= broken_cabs
;
1031 files
= "architecture/ppc/math.h";
1032 files
= "architecture/i386/math.h";
1033 select
= "^extern[ \t]+double[ \t]+cabs";
1037 c_fix_arg
= "^extern[ \t]+double[ \t]+cabs[ \t]*\\([^\\)]*\\);";
1039 test_text
= "#ifdef __STDC__\n"
1040 "extern double cabs(struct dbl_hypot);\n"
1042 "extern double cabs();\n"
1044 "extern double cabs ( _Complex z );\n"
1045 "extern double cabs(); /* This is a comment\n"
1046 " and it ends here. */\n"
1047 "extern double cabs(struct __cabs_s);";
1051 * Fixup Darwin
's broken check for __builtin_nanf.
1055 hackname = broken_nan;
1056 files = "architecture/ppc/math.h";
1057 files = "architecture/i386/math.h";
1058 select = "#if defined(__APPLE_CC__) && (__APPLE_CC__ >= 1345)";
1061 c_fix_arg = "#if 1";
1062 test_text = "#if defined(__APPLE_CC__) && (__APPLE_CC__ >= 1345)";
1067 * Various systems derived from BSD4.4 contain a macro definition
1068 * for vfscanf that interacts badly with requirements of builtin-attrs.def.
1069 * Known to be fixed in FreeBSD 5 system headers.
1072 hackname = bsd_stdio_attrs_conflict;
1074 mach = *-*-*darwin*;
1076 select = "^#define[ \t]*vfscanf[ \t]*__svfscanf[ \t]*$";
1078 c_fix_arg = '#define
_BSD_STRING(_BSD_X
) _BSD_STRINGX(_BSD_X
)' "\n"
1079 '#define
_BSD_STRINGX(_BSD_X
) #_BSD_X
' "\n"
1080 'int
vfscanf(FILE
*, const char
*, __builtin_va_list
) '
1081 '__asm__ (_BSD_STRING(__USER_LABEL_PREFIX__
) "__svfscanf");';
1082 test_text = '#define vfscanf __svfscanf
';
1087 * Fix various macros used to define ioctl numbers.
1088 * The traditional syntax was:
1090 * #define _CTRL(n, x) (('n
'<<8)+x)
1091 * #define TCTRLCFOO _CTRL(T, 1)
1093 * but this does not work with the C standard, which disallows macro
1094 * expansion inside strings. We have to rewrite it thus:
1096 * #define _CTRL(n, x) ((n<<8)+x)
1097 * #define TCTRLCFOO _CTRL('T
', 1)
1099 * The select expressions match too much, but the c_fix code is cautious.
1101 * CTRL might be: CTRL _CTRL ISCTRL BSD43_CTRL ...
1104 hackname = ctrl_quotes_def;
1105 select = "define[ \t]+[A-Z0-9_]+CTRL\\([a-zA-Z][,)]";
1106 c_fix = char_macro_def;
1110 * This is two tests in order to ensure that the "CTRL(c)" can
1111 * be selected in isolation from the multi-arg format
1113 test_text = "#define BSD43_CTRL(n, x) (('n
'<<8)+x)\n";
1114 test_text = "#define _CTRL(c) ('c
'&037)";
1118 hackname = ctrl_quotes_use;
1119 select = "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+CTRL[ \t]*\\( *[^,']";
1120 c_fix = char_macro_use;
1122 test_text = "#define TCTRLFOO
BSD43_CTRL(T
, 1)";
1127 * sys/mman.h on HP/UX is not C++ ready,
1128 * even though NO_IMPLICIT_EXTERN_C is defined on HP/UX.
1130 * rpc/types.h on OSF1/2.0 is not C++ ready,
1131 * even though NO_IMPLICIT_EXTERN_C is defined for the alpha.
1133 * The problem is the declaration of malloc.
1136 hackname = cxx_unready;
1138 files = rpc/types.h;
1139 select = '[^#]+malloc.*;'; /* Catch any form of declaration
1140 not within a macro. */
1141 bypass = '"C
"|__BEGIN_DECLS';
1144 c_fix_arg = "#ifdef __cplusplus
\n"
1147 c_fix_arg = "#ifdef __cplusplus
\n"
1150 test_text = "extern void
* malloc( size_t
);";
1155 * AvailabilityMacros.h on Darwin breaks with GCC 4.0, because of
1156 * bad __GNUC__ tests.
1160 hackname = darwin_gcc4_breakage;
1161 mach = "*-*-darwin
*";
1162 files = AvailabilityMacros.h;
1163 select = "\\(__GNUC__
>= 3\\) && \\(__GNUC_MINOR__
>= 1\\)";
1165 c_fix_arg = "((__GNUC__
>= 4) ||
(__GNUC__
== 3 && __GNUC_MINOR__
>= 1))";
1166 test_text = "#if
defined(__GNUC__
) && (__GNUC__
>= 3) && "
1167 "(__GNUC_MINOR__
>= 1)\n";
1172 * __private_extern__ doesn't exist in FSF GCC. Even if it did,
1173 * why would you ever put it in a system header file?
1176 hackname = darwin_private_extern;
1177 mach = "*-*-darwin
*";
1178 files = mach-o/dyld.h;
1179 select = "__private_extern__
[a
-z_
]+ _dyld_
";
1181 c_fix_arg = "extern
";
1182 c_fix_arg = "__private_extern__
";
1183 test_text = "__private_extern__ int
_dyld_func_lookup(\n"
1184 "const char
*dyld_func_name
,\n"
1185 "unsigned long
*address
);\n";
1190 * Fix <c_asm.h> on Digital UNIX V4.0:
1191 * It contains a prototype for a DEC C internal asm() function,
1192 * clashing with gcc's asm keyword. So protect this with __DECC.
1195 hackname = dec_intern_asm;
1197 sed = "/^
[ \t]*float
[ \t]*fasm
/i
\\\n#ifdef __DECC
\n";
1198 sed = "/^
[ \t]*#
[ \t]*pragma
[ \t]*intrinsic([ \t]*dasm
/a
\\\n"
1202 " ... asm stuff ...
\n"
1203 "};\n#pragma
intrinsic( dasm
)\n/* END ASM TEST
*/";
1208 * Fix typo in <wchar.h> on DJGPP 2.03.
1211 hackname = djgpp_wchar_h;
1213 select = "__DJ_wint_t
";
1214 bypass = "sys
/djtypes.h
";
1216 c_fix_arg = "%0\n#include
<sys
/djtypes.h
>";
1217 c_fix_arg = "#include
<stddef.h
>";
1218 test_text = "#include
<stddef.h
>\n"
1219 "extern __DJ_wint_t x
;\n";
1224 * Fix these Sun OS files to avoid an invalid identifier in an #ifdef.
1227 hackname = ecd_cursor;
1228 files = "sunwindow
/win_lock.h
";
1229 files = "sunwindow
/win_cursor.h
";
1230 select = 'ecd\.cursor';
1232 c_fix_arg = 'ecd_cursor';
1234 test_text = "#ifdef ecd.cursor
\n#error bogus
\n#endif
/* ecd
+cursor
*/";
1239 * math.h on SunOS 4 puts the declaration of matherr before the definition
1240 * of struct exception, so the prototype (added by fixproto) causes havoc.
1241 * This must appear before the math_exception fix.
1244 hackname = exception_structure;
1247 /* If matherr has a prototype already, the header needs no fix. */
1248 bypass = 'matherr.*(struct exception|__MATH_EXCEPTION|[ \t]*__FP_EXCEPTION[ \t]*\*[ \t]*)';
1252 c_fix_arg = "struct exception
;\n";
1254 test_text = "extern int
matherr();";
1259 * Between 8/24/1998 and 2/17/2001, FreeBSD system headers presume
1260 * neither the existence of GCC 3 nor its exact feature set yet break
1261 * (by design?) when __GNUC__ is set beyond 2.
1264 hackname = freebsd_gcc3_breakage;
1265 mach = *-*-freebsd*;
1266 files = sys/cdefs.h;
1267 select = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$';
1268 bypass = '__GNUC__[ \t]*([>=]=[ \t]*[3-9]|>[ \t]*2)';
1270 c_fix_arg = '%0 || __GNUC__ >= 3';
1271 test_text = '#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7';
1276 * Some releases of FreeBSD 4 and FreeBSD 5.0 and 5.1 system headers presume
1277 * neither the existence of GCC 4 nor its exact feature set yet break
1278 * (by design?) when __GNUC__ is set beyond 3.
1281 hackname = freebsd_gcc4_breakage;
1282 mach = *-*-freebsd*;
1283 files = sys/cdefs.h;
1284 select = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \|\| __GNUC__ == 3$';
1286 c_fix_arg = '#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3';
1287 test_text = '#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ == 3';
1292 * Fix these files to use the types we think they should for
1293 * ptrdiff_t, size_t, and wchar_t.
1295 * This defines the types in terms of macros predefined by our 'cpp'.
1296 * This is supposedly necessary for glibc's handling of these types.
1297 * It's probably not necessary for anyone else, but it doesn't hurt.
1300 hackname = gnu_types;
1301 files = "sys
/types.h
";
1303 files = "sys
/stdtypes.h
";
1307 bypass = '_GCC_(PTRDIFF|SIZE|WCHAR)_T';
1308 select = "^
[ \t]*typedef
[ \t]+.
*[ \t](ptrdiff|size|wchar
)_t
;";
1310 /* The Solaris 10 headers already define these types correctly. */
1311 mach = '*-*-solaris2.1[0-9]*';
1314 test_text = "typedef long int ptrdiff_t
; /* long int
*/\n"
1315 "typedef uint_t size_t
; /* uint_t
*/\n"
1316 "typedef ushort_t wchar_t
; /* ushort_t
*/";
1321 * Fix HP & Sony's use of "..
/machine
/xxx.h
"
1322 * to refer to: <machine/xxx.h>
1325 hackname = hp_inline;
1326 files = sys/spinlock.h;
1327 files = machine/machparam.h;
1328 select = "[ \t]*#
[ \t]*include
[ \t]+" '"\.\.
/machine
/';
1331 c_fix_arg = "%1<machine/%2.h>";
1333 c_fix_arg = "([ \t]*#[ \t]*include[ \t]+)" '"\.\./machine/'
1336 test_text = ' # include
"../machine/mumble.h"';
1341 * Check for (...) in C++ code in HP/UX sys/file.h.
1344 hackname = hp_sysfile;
1346 select = "HPUX_SOURCE";
1349 c_fix_arg = "(struct file *, ...)";
1350 c_fix_arg = '\
(\.\.\.\
)';
1352 test_text = "extern void foo(...); /* HPUX_SOURCE - bad varargs */";
1357 * Delete C++ double pow (double, int) inline function from HP-UX 10 & 11
1358 * math.h to prevent clash with define in c_std/bits/std_cmath.h.
1361 hackname = hpux10_cpp_pow_inline;
1362 files = fixinc-test-limits.h, math.h;
1363 select = <<- END_POW_INLINE
1364 ^# +ifdef +__cplusplus
1366 +inline +double +pow\(double +__d,int +__expon\) +\{
1367 [ ]+return +pow\(__d,\(double\)__expon\);
1378 "# ifdef __cplusplus\n"
1380 " inline double pow(double __d,int __expon) {\n"
1381 "\t return pow(__d,(double)__expon);\n"
1383 ' extern
"C"' " {\n"
1389 hackname = hpux11_cpp_pow_inline;
1391 select = " +inline double pow\\(double d,int expon\\) \\{\n"
1392 " +return pow\\(d, \\(double\\)expon\\);\n"
1398 " inline double pow(double d,int expon) {\n"
1399 " return pow(d, (double)expon);\n"
1405 * Fix hpux 10.X missing ctype declarations 1
1408 hackname = hpux10_ctype_declarations1;
1410 select = "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
1411 bypass = "^[ \t]*extern[ \t]*int[ \t]*__tolower[ \t]*\\(";
1413 c_fix_arg = "#ifdef _PROTOTYPES\n"
1414 "extern int __tolower(int);\n"
1415 "extern int __toupper(int);\n"
1416 "#else /* NOT _PROTOTYPES */\n"
1417 "extern int __tolower();\n"
1418 "extern int __toupper();\n"
1419 "#endif /* _PROTOTYPES */\n\n"
1422 test_text = "# define _toupper(__c) __toupper(__c)\n";
1427 * Fix hpux 10.X missing ctype declarations 2
1430 hackname = hpux10_ctype_declarations2;
1432 select = "^# if defined\\(_SB_CTYPE_MACROS\\) && \\!defined\\(__lint\\)";
1433 bypass = "^[ \t]*extern[ \t]*int[ \t]*_isalnum[ \t]*\\(";
1435 c_fix_arg = "%0\n\n"
1436 "#ifdef _PROTOTYPES\n"
1437 " extern int _isalnum(int);\n"
1438 " extern int _isalpha(int);\n"
1439 " extern int _iscntrl(int);\n"
1440 " extern int _isdigit(int);\n"
1441 " extern int _isgraph(int);\n"
1442 " extern int _islower(int);\n"
1443 " extern int _isprint(int);\n"
1444 " extern int _ispunct(int);\n"
1445 " extern int _isspace(int);\n"
1446 " extern int _isupper(int);\n"
1447 " extern int _isxdigit(int);\n"
1448 "# else /* not _PROTOTYPES */\n"
1449 " extern int _isalnum();\n"
1450 " extern int _isalpha();\n"
1451 " extern int _iscntrl();\n"
1452 " extern int _isdigit();\n"
1453 " extern int _isgraph();\n"
1454 " extern int _islower();\n"
1455 " extern int _isprint();\n"
1456 " extern int _ispunct();\n"
1457 " extern int _isspace();\n"
1458 " extern int _isupper();\n"
1459 " extern int _isxdigit();\n"
1460 "#endif /* _PROTOTYPES */\n";
1462 test_text = "# if defined(_SB_CTYPE_MACROS) && !defined(__lint)\n"
1463 " extern unsigned int *__SB_masks;\n";
1468 * Fix hpux 10.X missing stdio declarations
1471 hackname = hpux10_stdio_declarations;
1473 select = "^#[ \t]*define _iob[ \t]*__iob";
1474 bypass = "^[ \t]*extern[ \t]*int[ \t]*vsnprintf[ \t]*\\(";
1476 c_fix_arg = "%0\n\n"
1477 "# if defined(__STDC__) || defined(__cplusplus)\n"
1478 " extern int snprintf(char *, size_t, const char *, ...);\n"
1479 " extern int vsnprintf(char *, size_t, const char *, __va_list);\n"
1480 "# else /* not __STDC__) || __cplusplus */\n"
1481 " extern int snprintf();\n"
1482 " extern int vsnprintf();\n"
1483 "# endif /* __STDC__) || __cplusplus */\n";
1485 test_text = "# define _iob __iob\n";
1490 * Make sure hpux defines abs in header.
1493 hackname = hpux11_abs;
1494 mach = ia64-hp-hpux11*;
1496 select = "ifndef _MATH_INCLUDED";
1498 c_fix_arg = "if !defined(_MATH_INCLUDED) || defined(__GNUG__)";
1499 // sed = "s/ifndef _MATH_INCLUDED/if !defined(_MATH_INCLUDED) || defined(__GNUG__)/";
1500 test_text = "#ifndef _MATH_INCLUDED";
1505 * Keep HP-UX 11 from stomping on C++ math namespace
1506 * with defines for fabsf.
1509 hackname = hpux11_fabsf;
1511 select = "^[ \t]*#[ \t]*define[ \t]+fabsf\\(.*";
1512 bypass = "__cplusplus";
1515 c_fix_arg = "#ifndef __cplusplus\n%0\n#endif";
1519 "# define fabsf(x) ((float)fabs((double)(float)(x)))\n"
1525 * Prevent HP-UX 11 from defining __size_t and preventing size_t from
1526 * being defined by having it define _hpux_size_t instead.
1529 hackname = hpux11_size_t;
1530 mach = "*-hp-hpux11*";
1531 select = "__size_t";
1534 c_fix_arg = "_hpux_size_t";
1537 "#define __size_t size_t\n"
1538 " extern int getpwuid_r( char *, __size_t, struct passwd **);\n";
1543 * Fix hpux 11.00 broken snprintf declaration
1544 * (third argument is char *, needs to be const char * to prevent
1545 * spurious warnings with -Wwrite-strings or in C++).
1548 hackname = hpux11_snprintf;
1550 select = '(extern int snprintf
*\
(char
*\
*, *(|__|_hpux_
)size_t
,)'
1551 ' *(char
*\
*, *\.\.\.\
);)';
1553 c_fix_arg = '%1 const
%3';
1555 test_text = "extern int snprintf(char *, size_t, char *, ...);\n"
1556 "extern int snprintf(char *, __size_t, char *, ...);\n"
1557 "extern int snprintf(char *, _hpux_size_t, char *, ...);";
1562 * In inttypes.h on HPUX 11, the use of __CONCAT__ in the definition
1563 * of UINT32_C has undefined behavior according to ISO/ANSI:
1564 * the arguments to __CONCAT__ are not macro expanded before the
1565 * concatination happens so the trailing ')' in the first argument
1566 * is concatinated with the 'l
' in the second argument creating an
1567 * invalid pp token. The behavior of invalid pp tokens is undefined.
1568 * GCC does not handle these invalid tokens the way the HP compiler does.
1569 * This problem will potentially occur anytime macros are used in the
1570 * arguments to __CONCAT__. A general solution to this problem would be to
1571 * insert another layer of macro between __CONCAT__ and its use
1572 * in UINT32_C. An example of this solution can be found in the C standard.
1573 * A more specific solution, the one used here, is to change the UINT32_C
1574 * macro to not used macros in the arguments to __CONCAT__.
1577 hackname = hpux11_uint32_c;
1579 select = "^#define UINT32_C\\(__c\\)[ \t]*"
1580 "__CONCAT__\\(__CONCAT_U__\\(__c\\),l\\)";
1582 c_fix_arg = '#define
UINT32_C(__c
) __CONCAT__(__c
,ul
)';
1584 "#define CONCAT_U__(__c)\t__CONCAT__(__c,u)\n"
1585 "#define UINT32_C(__c)\t__CONCAT__(__CONCAT_U__(__c),l)";
1590 * Fix hpux 11.00 broken vsnprintf declaration
1593 hackname = hpux11_vsnprintf;
1595 select = '(extern int vsnprintf\
(char \
*, _
[hpux
]*_size_t
, '
1596 'const char \
*,) __va__list\
);';
1598 c_fix_arg = "%1 __va_list);";
1600 test_text = 'extern int
vsnprintf(char
*, _hpux_size_t
, const char
*,'
1606 * get rid of bogus inline definitions in HP-UX 8.0
1609 hackname = hpux8_bogus_inlines;
1612 bypass = "__GNUG__";
1613 sed = "s@inline int abs(int [a-z][a-z]*) {.*}"
1614 "@extern \"C\" int abs(int);@";
1615 sed = "s@inline double abs(double [a-z][a-z]*) {.*}@@";
1616 sed = "s@inline int sqr(int [a-z][a-z]*) {.*}@@";
1617 sed = "s@inline double sqr(double [a-z][a-z]*) {.*}@@";
1618 test_text = "inline int abs(int v) { return (v>=0)?v:-v; }\n"
1619 "inline double sqr(double v) { return v**0.5; }";
1624 * Fix hpux broken ctype macros
1627 hackname = hpux_ctype_macros;
1629 select = '((: |\
()__SB_masks
\? )'
1630 '(__SB_masks\
[__(alnum|c
)\
] & _IS
)';
1632 c_fix_arg = "%1(int)%3";
1634 test_text = ": __SB_masks ? __SB_masks[__alnum] & _ISCNTRL\n"
1635 "# define isalpha(__c) (__SB_masks ? __SB_masks[__c] & _IS\n";
1640 * Fix hpux broken #ifndef _XOPEN_SOURCE_EXTENDED conditional on htonl etc.
1643 hackname = hpux_htonl;
1644 files = netinet/in.h;
1645 select = "#ifndef _XOPEN_SOURCE_EXTENDED\n"
1647 " \\* Macros for number representation conversion\\.\n"
1651 c_fix_arg = "#if 1\n%1";
1653 test_text = "#ifndef _XOPEN_SOURCE_EXTENDED\n"
1655 " * Macros for number representation conversion.\n"
1658 "#define ntohl(x) (x)\n"
1659 "#define ntohs(x) (x)\n"
1660 "#define htonl(x) (x)\n"
1661 "#define htons(x) (x)\n"
1663 "#endif /* ! _XOPEN_SOURCE_EXTENDED */";
1671 hackname = hpux_long_double;
1673 select = "extern[ \t]long_double[ \t]strtold";
1674 bypass = "long_double_t";
1675 sed = "/^#[ \t]*ifndef _LONG_DOUBLE/,/\\/\\* _LONG_DOUBLE \\*\\//D";
1676 sed = "s/long_double/long double/g";
1678 test_text = "# ifndef _LONG_DOUBLE\n"
1679 "# define _LONG_DOUBLE\n"
1680 " typedef struct {\n"
1681 " unsigned int word1, word2, word3, word4;\n"
1683 "# endif /* _LONG_DOUBLE */\n"
1684 "extern long_double strtold(const char *, char **);\n";
1689 * Fix hpux10.20 <sys/time.h> to avoid invalid forward decl
1692 hackname = hpux_systime;
1694 select = "^extern struct sigevent;";
1697 c_fix_arg = "struct sigevent;";
1699 test_text = 'extern struct sigevent
;';
1704 * Wrap spu_info in ifdef _KERNEL. GCC cannot handle an array of unknown
1705 * type and mpinfou is only defined when _KERNEL is set.
1708 hackname = hpux_spu_info;
1709 mach = "*-hp-hpux*";
1710 files = ia64/sys/getppdp.h;
1711 select = "^.*extern.*spu_info.*";
1714 c_fix_arg = "#ifdef _KERNEL\n%0\n#endif";
1716 test_text = "extern union mpinfou spu_info[];";
1720 hackname = hpux_extern_errno;
1721 mach = "*-hp-hpux10.*";
1722 mach = "*-hp-hpux11.[0-2]*";
1724 select = "^[ \t]*extern int errno;$";
1726 c_fix_arg = "#ifdef __cplusplus\nextern \"C\" {\n#endif\n%0\n#ifdef __cplusplus\n}\n#endif";
1727 test_text = " extern int errno;\n";
1732 * Fix glibc definition of HUGE_VAL in terms of hex floating point constant
1735 hackname = huge_val_hex;
1736 files = bits/huge_val.h;
1737 select = "^#[ \t]*define[ \t]*HUGE_VAL[ \t].*0x1\\.0p.*";
1738 bypass = "__builtin_huge_val";
1741 c_fix_arg = "#define HUGE_VAL (__builtin_huge_val())\n";
1743 test_text = "# define HUGE_VAL\t(__extension__ 0x1.0p2047)";
1748 * Fix glibc definition of HUGE_VALF in terms of hex floating point constant
1751 hackname = huge_valf_hex;
1752 files = bits/huge_val.h;
1753 select = "^#[ \t]*define[ \t]*HUGE_VALF[ \t].*0x1\\.0p.*";
1754 bypass = "__builtin_huge_valf";
1757 c_fix_arg = "#define HUGE_VALF (__builtin_huge_valf())\n";
1759 test_text = "# define HUGE_VALF (__extension__ 0x1.0p255f)";
1764 * Fix glibc definition of HUGE_VALL in terms of hex floating point constant
1767 hackname = huge_vall_hex;
1768 files = bits/huge_val.h;
1769 select = "^#[ \t]*define[ \t]*HUGE_VALL[ \t].*0x1\\.0p.*";
1770 bypass = "__builtin_huge_vall";
1773 c_fix_arg = "#define HUGE_VALL (__builtin_huge_vall())\n";
1775 test_text = "# define HUGE_VALL (__extension__ 0x1.0p32767L)";
1780 * Fix return type of abort and free
1783 hackname = int_abort_free_and_exit;
1785 select = "int[ \t]+(abort|free|exit)[ \t]*\\(";
1786 bypass = "_CLASSIC_ANSI_TYPES";
1789 c_fix_arg = "void\t%1(";
1791 test_text = "extern int abort(int);\n"
1792 "extern int free(void*);\n"
1793 "extern int exit(void*);";
1798 * Fix various macros used to define ioctl numbers.
1799 * The traditional syntax was:
1801 * #define _IO(n, x) (('n
'<<8)+x)
1802 * #define TIOCFOO _IO(T, 1)
1804 * but this does not work with the C standard, which disallows macro
1805 * expansion inside strings. We have to rewrite it thus:
1807 * #define _IO(n, x) ((n<<8)+x)
1808 * #define TIOCFOO _IO('T
', 1)
1810 * The select expressions match too much, but the c_fix code is cautious.
1812 * _IO might be: _IO DESIO BSD43__IO with W, R, WR, C, ... suffixes.
1815 hackname = io_quotes_def;
1816 select = "define[ \t]+[A-Z0-9_]+IO[A-Z]*\\([a-zA-Z][,)]";
1817 c_fix = char_macro_def;
1820 "#define BSD43__IOWR(n, x) (('n
'<<8)+x)\n"
1821 "#define _IOWN(x,y,t) (_IOC_IN|(((t)&_IOCPARM_MASK)<<16)|('x
'<<8)|y)\n"
1822 "#define _IO(x,y) ('x
'<<8|y)";
1824 "#define XX_IO(x) ('x
'<<8|256)";
1828 hackname = io_quotes_use;
1829 select = "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+IO[A-Z]*[ \t]*"
1831 c_fix = char_macro_use;
1833 test_text = "#define TIOCFOO
BSD43__IOWR(T
, 1)\n"
1834 "#define TIOCFOO
\\\\\n"
1835 "BSD43__IOWR(T
, 1) /* Some are multi
-line
*/";
1840 * Check for missing ';' in struct
1843 hackname = ip_missing_semi;
1844 files = netinet/ip.h;
1846 sed = "/^struct
/,/^
};/s
/}$
/};/";
1852 "}; /* mumbled struct
*/\n";
1857 * IRIX 6.5.1[89] <internal/sgimacros.h> unconditionally defines
1858 * __restrict as restrict iff __c99. This is wrong for C++, which
1859 * needs many C99 features, but only supports __restrict.
1862 hackname = irix___restrict;
1863 files = internal/sgimacros.h;
1864 select = "(#ifdef __c99
\n)(#
[ \t]*define __restrict restrict
)";
1866 mach = "mips
-sgi
-irix6.5
";
1869 "# ifndef __cplusplus
\n%2\n# endif
";
1871 test_text = "#ifdef __c99
\n# define __restrict restrict
";
1875 * IRIX 6.5.22 <internal/math_core.h> uses the SGI c99 __generic() intrinsic
1876 * to define the fpclasify, isfinite, isinf, isnan, isnormal and signbit
1879 * This was probably introduced around IRIX 6.5.18
1882 hackname = irix___generic1;
1883 files = internal/math_core.h;
1884 mach = "mips
-sgi
-irix6.5
";
1885 select = "#
define ([a
-z
]+)\\(x
\\) *__generic.
*";
1888 c_fix_arg = "extern int
%1(double
);\n"
1889 "extern int
%1f(float
);\n"
1890 "extern int
%1l(long double
);\n"
1891 "#define
%1(x
) (sizeof(x
) == sizeof(double
) ? _
%1(x
) \\\n"
1892 " : sizeof(x
) == sizeof(float
) ? _
%1f(x
) \\\n"
1896 "#define
isnan(x
) __generic(x
,,, _isnan
, _isnanf
, _isnanl
,,,)(x
)\n";
1900 /* Likewise <internal/math_core.h> on IRIX 6.5.19 and later uses the SGI
1901 compiler's __generic intrinsic to define isgreater, isgreaterequal,
1902 isless, islessequal, islessgreater and isunordered functions. */
1904 hackname = irix___generic2;
1905 files = internal/math_core.h;
1906 mach = "mips
-sgi
-irix6.5
";
1907 select = "#
define ([a
-z
]+)\\(x
,y
\\) *__generic.
*";
1910 c_fix_arg = "#define
%1(x
,y
) \\\n"
1911 " ((sizeof(x
)<=4 && sizeof(y
)<=4) ? _
%1f(x
,y
) \\\n"
1912 " : (sizeof(x
)<=8 && sizeof(y
)<=8) ? _
%1(x
,y
) \\\n"
1916 "#define
isless(x
,y
) __generic(x
,y
,, _isless
, _islessf
, _islessl
,,,)(x
,y
)";
1921 * IRIX 5.2's <sys/asm.h> contains an asm comment with a contraction
1922 * that causes the assembly preprocessor to complain about an
1923 * unterminated character constant.
1926 hackname = irix_asm_apostrophe;
1929 select = "^
[ \t]*#.
*[Ww
]e
're";
1931 c_fix_arg = "%1 are";
1932 c_fix_arg = "^([ \t]*#.*[Ww]e)'re
";
1933 test_text = "\t# and we
're on vacation";
1938 * Non-traditional "const" declaration in Irix's limits.h.
1941 hackname
= irix_limits_const
;
1942 files
= fixinc
-test
-limits.h
, limits.h
;
1943 select
= "^extern const ";
1945 c_fix_arg
= "extern __const ";
1946 test_text
= "extern const char limit; /* test limits */";
1951 * IRIX
6.5.1[78] <sys
/socket.h
> has a broken definition of socklen_t.
1952 * Various socket function prototypes use different types instead
,
1953 * depending on the API in
use (BSD
, XPG4
/5), but the socklen_t
1954 * definition doesn
't reflect this (SGI Bug Id 864477, fixed in
1958 hackname = irix_socklen_t;
1959 files = sys/socket.h;
1960 select = "(#define _SOCKLEN_T\n)(typedef u_int32_t socklen_t;)";
1962 mach = "mips-sgi-irix6.5";
1965 "#if _NO_XOPEN4 && _NO_XOPEN5\n"
1966 "typedef int socklen_t;\n"
1969 "#endif /* _NO_XOPEN4 && _NO_XOPEN5 */";
1971 test_text = "#define _SOCKLEN_T\ntypedef u_int32_t socklen_t;";
1975 * IRIX 5.x's stdio.h and IRIX
6.5's internal/stdio_core.h declare
1976 * some functions that take a va_list as
1977 * taking char *. However, GCC uses void * for va_list, so
1978 * calling vfprintf with a va_list fails in C++. */
1980 hackname = irix_stdio_va_list;
1982 files = internal/stdio_core.h;
1984 select = '/\
* va_list \
*/ char \
*';
1986 c_fix_arg = "__gnuc_va_list";
1988 "extern int printf( const char *, /* va_list */ char * );";
1993 * IRIX 6.5.19 <internal/wchar_core.h> provides the XPG4 variant of
1994 * wcsftime by default. ISO C99 requires the XPG5 variant instead.
1997 hackname = irix_wcsftime;
1998 files = internal/wchar_core.h;
1999 select = "#if _NO_XOPEN5\n(extern size_t[ \t]+wcsftime.*const char \*.*)";
2001 mach = "mips-sgi-irix6.5";
2003 c_fix_arg = "#if _NO_XOPEN5 && !defined(__c99)\n%1";
2005 test_text = "#if _NO_XOPEN5\n"
2006 "extern size_t wcsftime(wchar_t *, __SGI_LIBC_NAMESPACE_QUALIFIER size_t, const char *, const struct tm *);";
2010 * Fixing ISC fmod declaration
2013 hackname = isc_fmod;
2015 select = 'fmod\
(double\
)';
2017 c_fix_arg = "fmod(double, double)";
2018 test_text = "extern double fmod(double);";
2023 * On Interactive Unix 2.2, certain traditional Unix definitions
2024 * (notably getc and putc in stdio.h) are omitted if __STDC__ is
2025 * defined, not just if _POSIX_SOURCE is defined. This makes it
2026 * impossible to compile any nontrivial program except with -posix.
2029 hackname = isc_omits_with_stdc;
2034 files = "sys/limits.h";
2035 files = "sys/fcntl.h";
2036 files = "sys/dirent.h";
2038 select = '!defined\
(__STDC__\
) && !defined\
(_POSIX_SOURCE\
)';
2040 c_fix_arg = '!defined(_POSIX_SOURCE
)';
2041 test_text = "#if !defined(__STDC__) && !defined(_POSIX_SOURCE) /* ? ! */"
2042 "\nint foo;\n#endif";
2047 * These files in Sun OS 4.x and ARM/RISCiX and BSD4.3
2048 * use / * * / to concatenate tokens.
2051 hackname = kandr_concat;
2052 files = "sparc/asm_linkage.h";
2053 files = "sun3/asm_linkage.h";
2054 files = "sun3x/asm_linkage.h";
2055 files = "sun4/asm_linkage.h";
2056 files = "sun4c/asm_linkage.h";
2057 files = "sun4m/asm_linkage.h";
2058 files = "sun4c/debug/asm_linkage.h";
2059 files = "sun4m/debug/asm_linkage.h";
2060 files = "arm/as_support.h";
2061 files = "arm/mc_type.h";
2062 files = "arm/xcb.h";
2063 files = "dev/chardefmac.h";
2064 files = "dev/ps_irq.h";
2065 files = "dev/screen.h";
2066 files = "dev/scsi.h";
2067 files = "sys/tty.h";
2068 files = "Xm.acorn/XmP.h";
2069 files = bsd43/bsd43_.h;
2073 test_text = "#define __CONCAT__(a,b) a/**/b";
2078 * Fix libc1 _G_va_list definition, used in declarations of several
2079 * more-or-less standard functions, for example vasprintf.
2082 hackname = libc1_G_va_list;
2083 files = _G_config.h;
2084 mach = '*-*-linux
*libc1
';
2085 select = 'typedef void \
* _G_va_list
;';
2087 c_fix_arg = "typedef __builtin_va_list _G_va_list;";
2088 test_text = 'typedef void
* _G_va_list
;';
2093 * GNU libc1 string.h does not prototype memcpy and memcmp for gcc
2094 * versions > 1. This fix will open up the declaration for all
2095 * versions of GCC and for g++.
2098 hackname = libc1_ifdefd_memx;
2100 /* The string.h result is overwritten by AAB_ultrix_string when doing
2101 "make check" and will fail. Therefore, we add the following kludgery
2102 to insert the test_text into the special testing header. :-} */
2107 select = "' is a built
-in function for gcc
2\\.x
\\.
\\*/";
2108 bypass = __cplusplus;
2111 '/\* `mem...\' is a built-in function for gcc 2\.x\. \*/' "\n"
2112 '#if defined\(__STDC__\) && __GNUC__ < 2' "\n"
2114 "extern
[a
-z_
]+ mem.
*(\n[^#
].*)
*;)\n"
2118 "/* \\`memcpy
' is a built-in function for gcc 2.x. */\n"
2119 "#if defined(__STDC__) && __GNUC__ < 2\n"
2120 "/* Copy N bytes of SRC to DEST. */\n"
2121 "extern __ptr_t memcpy __P ((__ptr_t __dest, __const __ptr_t __src,\n"
2127 /* The /usr/include/sys/ucontext.h on ia64-*linux-gnu systems defines
2128 * an _SC_GR0_OFFSET macro using an idiom that isn't a compile time
2129 * constant on recent versions of g
++.
2132 hackname
= linux_ia64_ucontext
;
2133 files
= "sys/ucontext.h";
2134 mach
= "ia64-*-linux*";
2135 select
= '\(\(\(char \*\) &\(\(struct sigcontext \*\) 0\)'
2136 '->sc_gr\[0\]\) - \(char \*\) 0\)';
2138 c_fix_arg
= "__builtin_offsetof \(struct sigcontext, sc_gr[0]\)";
2139 test_text
= "# define _SC_GR0_OFFSET\t\\\\\n"
2140 "\t(((char *) &((struct sigcontext *) 0)->sc_gr[0]) - (char *) 0)\n";
2145 * Apparently some SVR4 systems typedef longlong_t to long ?
2149 hackname
= longlong_t
;
2150 select
= "typedef[ \t]+(unsigned[ \t]+)?long[ \t]+(u_)?longlong_t";
2152 c_fix_arg
= "typedef %1long long %2longlong_t";
2153 test_text
= "typedef long longlong_t\n"
2154 "typedef unsigned long u_longlong_t";
2159 * Remove header file warning from sys
/time.h. Autoconf
's
2160 * AC_HEADER_TIME recommends to include both sys/time.h and time.h
2161 * which causes warning on LynxOS. Remove the warning.
2164 hackname = lynxos_no_warning_in_sys_time_h;
2166 select = "#warning[ \t]+Using <time.h> instead of <sys/time.h>";
2169 test_text = "#warning Using <time.h> instead of <sys/time.h>";
2174 * Add missing declaration for putenv.
2177 hackname = lynxos_missing_putenv;
2178 mach = '*-*-lynxos
*';
2180 bypass = 'putenv
[ \t]*\\(';
2181 select = "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);";
2184 "extern int putenv _AP((char *));";
2185 c_fix_arg = "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);";
2186 test_text = "extern char *getenv _AP((const char *));";
2191 * Fix BSD machine/ansi.h to use __builtin_va_list to define _BSD_VA_LIST_.
2193 * On NetBSD, machine is a symbolic link to an architecture specific
2194 * directory name, so we can't match a specific file name here.
2197 hackname
= machine_ansi_h_va_list
;
2198 select
= "define[ \t]+_BSD_VA_LIST_[ \t]";
2199 bypass
= '__builtin_va_list';
2202 c_fix_arg
= "%1__builtin_va_list";
2203 c_fix_arg
= "(define[ \t]+_BSD_VA_LIST_[ \t]+).*";
2205 test_text
= " # define _BSD_VA_LIST_\tchar**";
2210 * Fix non
-ansi machine name defines
2213 hackname
= machine_name
;
2214 c_test
= machine_name
;
2215 c_fix
= machine_name
;
2217 test_text
= "/* MACH_DIFF: */\n"
2218 "#if defined( i386 ) || defined( sparc ) || defined( vax )"
2219 "\n/* no uniform test, so be careful :-) */";
2224 * Some math.h files define struct
exception (it
's in the System V
2225 * Interface Definition), which conflicts with the class exception defined
2226 * in the C++ file std/stdexcept.h. We redefine it to __math_exception.
2227 * This is not a great fix, but I haven't been able to think of anything
2228 * better. Note that we have to put the #ifdef
/#endif blocks at beginning
2229 * and end of file
, because fixproto runs after us and may insert
2230 * additional references to struct exception.
2233 hackname
= math_exception
;
2235 select
= "struct exception";
2237 * This should be bypassed on __cplusplus
, but some supposedly C
++ C
++
2238 * aware headers
, such as Solaris
8 and
9, don
't wrap their struct
2239 * exception either. So currently we bypass only for glibc, based on a
2240 * comment in the fixed glibc header. Ick.
2242 bypass = 'We have a problem when using C\
+\
+|for C\
+\
+, _
[a
-z0
-9A
-Z_
]+_exception
; for C
, exception
';
2245 c_fix_arg = "#ifdef __cplusplus\n"
2246 "#define exception __math_exception\n"
2249 c_fix_arg = "#ifdef __cplusplus\n"
2250 "#undef exception\n"
2253 test_text = "typedef struct exception t_math_exception;";
2258 * This looks pretty broken to me. ``dbl_max_def'' will contain
2259 * "define DBL_MAX " at the start, when what we really want is just
2260 * the value portion. Can't figure out how to write a test case
2261 * for this either
:-(
2264 hackname
= math_huge_val_from_dbl_max
;
2268 * IF HUGE_VAL is defined to be DBL_MAX
*and
* DBL_MAX is _not_ defined
2269 * in math.h
, this fix applies.
2271 select
= "define[ \t]+HUGE_VAL[ \t]+DBL_MAX";
2272 bypass
= "define[ \t]+DBL_MAX";
2276 * See if we have a definition for DBL_MAX in float.h.
2277 * If we do
, we will replace the one in math.h with that one.
2280 "\tdbl_max_def=`egrep 'define[ \t]+DBL_MAX[ \t]+.*' float.h "
2281 "| sed 's/.*DBL_MAX[ \t]*//' 2>/dev/null`\n\n"
2283 "\tif ( test -n \"${dbl_max_def}\" ) > /dev/null 2>&1\n"
2284 "\tthen sed -e '/define[ \t]*HUGE_VAL[ \t]*DBL_MAX/"
2285 "s@DBL_MAX@'\"$dbl_max_def@\"\n"
2290 "`echo '#define DBL_MAX\t3.1415e+9 /* really big */' >> float.h`\n"
2291 "#define HUGE_VAL DBL_MAX";
2299 hackname
= nested_auth_des
;
2301 select
= '(/\*.*rpc/auth_des\.h>.*)/\*';
2303 c_fix_arg
= "%1*/ /*";
2304 test_text
= "/*#include <rpc/auth_des.h> /* skip this */";
2309 * Fix nested comments in Motorola
's <limits.h> and <sys/limits.h>
2312 hackname = nested_motorola;
2313 mach = "m68k-motorola-sysv*";
2314 files = sys/limits.h;
2316 select = "max # bytes atomic in write|error value returned by Math lib";
2318 sed = "s@^\\(#undef[ \t][ \t]*PIPE_BUF[ \t]*"
2319 "/\\* max # bytes atomic in write to a\\)$@\\1 */@";
2320 sed = "s@\\(/\\*#define\tHUGE_VAL\t3.[0-9e+]* \\)"
2321 "\\(/\\*error value returned by Math lib\\*/\\)$@\\1*/ \\2@";
2324 "#undef PIPE_BUF /* max # bytes atomic in write to a\n"
2326 "/*#define\tHUGE_VAL\t3.9e+9 /*error value returned by Math lib*/";
2331 * Fixing nested comments in ISC <sys/limits.h>
2334 hackname = nested_sys_limits;
2335 files = sys/limits.h;
2337 sed = "/CHILD_MAX/s,/\\* Max, Max,";
2338 sed = "/OPEN_MAX/s,/\\* Max, Max,";
2339 test_text = "/*\n#define CHILD_MAX 20 /* Max, Max, ... */ /*\n"
2340 "#define OPEN_MAX 20 /* Max, Max, ... */\n";
2345 * NetBSD has a semicolon after the ending '}' for some extern "C".
2348 hackname = netbsd_extra_semicolon;
2350 files = sys/cdefs.h;
2351 select = "#define[ \t]*__END_DECLS[ \t]*};";
2354 c_fix_arg = "#define __END_DECLS }";
2356 test_text = "#define __END_DECLS };";
2361 * NeXT 3.2 adds const prefix to some math functions.
2362 * These conflict with the built-in functions.
2365 hackname = next_math_prefix;
2366 files = ansi/math.h;
2367 select = "^extern[ \t]+double[ \t]+__const__[ \t]";
2370 c_fix_arg = "extern double %1(";
2371 c_fix_arg = "^extern[ \t]+double[ \t]+__const__[ \t]+([a-z]+)\\(";
2373 test_text = "extern\tdouble\t__const__\tmumble();";
2378 * NeXT 3.2 uses the word "template" as a parameter for some
2379 * functions. GCC reports an invalid use of a reserved key word
2380 * with the built-in functions.
2383 hackname = next_template;
2385 select = "[ \t]template\\)";
2389 c_fix_arg = "\\(([^)]*)[ \t]template\\)";
2390 test_text = "extern mumble( char * template); /* fix */";
2395 * NeXT 3.2 includes the keyword volatile in the abort() and exit()
2396 * function prototypes. That conflicts with the built-in functions.
2399 hackname = next_volitile;
2400 files = ansi/stdlib.h;
2401 select = "^extern[ \t]+volatile[ \t]+void[ \t]";
2404 c_fix_arg = "extern void %1(";
2405 c_fix_arg = "^extern[ \t]+volatile[ \t]+void[ \t]+(exit|abort)\\(";
2407 test_text = "extern\tvolatile\tvoid\tabort();";
2412 * NeXT 2.0 defines 'int
wait(union wait*)
', which conflicts with Posix.1.
2413 * Note that version 3 of the NeXT system has wait.h in a different directory,
2414 * so that this code won't do anything. But wait.h in version
3 has a
2415 * conditional
, so it doesn
't need this fix. So everything is okay.
2418 hackname = next_wait_union;
2421 select = 'wait\
(union wait
';
2423 c_fix_arg = "wait(void";
2424 test_text = "extern pid_d wait(union wait*);";
2429 * a missing semi-colon at the end of the nodeent structure definition.
2432 hackname = nodeent_syntax;
2433 files = netdnet/dnetdb.h;
2434 select = "char[ \t]*\\*na_addr[ \t]*$";
2437 test_text = "char *na_addr\t";
2442 * obstack.h used casts as lvalues.
2444 * We need to change postincrements of casted pointers (which are
2445 * then dereferenced and assigned into) of the form
2447 * *((TYPE*)PTRVAR)++ = (VALUE)
2449 * into expressions like
2451 * ((*((TYPE*)PTRVAR) = (VALUE)), (PTRVAR += sizeof (TYPE)))
2453 * which is correct for the cases used in obstack.h since PTRVAR is
2454 * of type char * and the value of the expression is not used.
2457 hackname = obstack_lvalue_cast;
2459 select = '\
*\
(\
(([^
()]*)\
*\
)(.*)\
)\
+\
+ = \
(([^
()]*)\
)';
2461 c_fix_arg = "((*((%1*)%2) = (%3)), (%2 += sizeof (%1)))";
2462 test_text = "*((void **) (h)->next_free)++ = (aptr)";
2467 * sys/lc_core.h on some versions of OSF1/4.x pollutes the namespace by
2468 * defining regex.h related types. This causes libg++ build and usage
2469 * failures. Fixing this correctly requires checking and modifying 3 files.
2472 hackname = osf_namespace_a;
2473 files = reg_types.h;
2474 files = sys/lc_core.h;
2475 test = " -r reg_types.h";
2476 test = " -r sys/lc_core.h";
2477 test = " -n \"`grep '} regex_t
;' reg_types.h`\"";
2478 test = " -z \"`grep __regex_t regex.h`\"";
2482 c_fix_arg = "reg(ex|off|match)_t";
2484 test_text = "`touch sys/lc_core.h`"
2485 "typedef struct {\n int stuff, mo_suff;\n} regex_t;\n"
2486 "extern regex_t re;\n"
2487 "extern regoff_t ro;\n"
2488 "extern regmatch_t rm;\n";
2492 hackname = osf_namespace_c;
2494 test = " -r reg_types.h";
2495 test = " -r sys/lc_core.h";
2496 test = " -n \"`grep '} regex_t
;' reg_types.h`\"";
2497 test = " -z \"`grep __regex_t regex.h`\"";
2499 select = "#include <reg_types\.h>.*";
2502 "typedef __regex_t\tregex_t;\n"
2503 "typedef __regoff_t\tregoff_t;\n"
2504 "typedef __regmatch_t\tregmatch_t;";
2506 test_text = "#include <reg_types.h>";
2511 * Fix __page_size* declarations in pthread.h AIX 4.1.[34].
2512 * The original ones fail if uninitialized externs are not common.
2513 * This is the default for all ANSI standard C++ compilers.
2516 hackname = pthread_page_size;
2518 select = "^int __page_size";
2520 c_fix_arg = "extern %0";
2521 test_text = "int __page_size;";
2525 * On broken glibc-2.3.3 systems an array of incomplete structures is
2526 * passed to __sigsetjmp. Fix that to take a pointer instead.
2529 hackname = pthread_incomplete_struct_argument;
2531 select = "struct __jmp_buf_tag";
2533 c_fix_arg = "%1 *%2%3";
2534 c_fix_arg = "^(extern int __sigsetjmp \\(struct __jmp_buf_tag) (__env)\\[1\\](.*)$";
2535 test_text = "extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask);";
2539 * On DYNIX/ptx, sys/mc_param.h has an embedded asm for the cpuid instruction
2540 * on the P5. This is not used by anything else so we ifdef it out.
2541 * Current GCC doesn't seem to complain about the asm
, though.
2545 hackname
= ptx_sys_mc_param_h
;
2546 files
= sys
/mc_param.h
;
2547 sed
= "/__asm/,/}/{"
2549 "#if !defined (__GNUC__) && !defined (__GNUG__)\n"
2553 test_text
= "__asm\n"
2556 " non-GNU assembly here\n"
2563 * Fix return type of fread and fwrite on sysV68
2566 hackname
= read_ret_type
;
2568 select
= "extern int\t.*, fread\\(\\), fwrite\\(\\)";
2570 c_fix_arg
= "extern unsigned int fread(), fwrite();\n%1%2";
2571 c_fix_arg
= "(extern int\t.*), fread\\(\\), fwrite\\(\\)(.*)";
2573 test_text
= "extern int\tfclose(), fflush(), fread(), fwrite(), foo();";
2578 * Fix casts as lvalues in glibc
's <rpc/xdr.h>.
2581 hackname = rpc_xdr_lvalue_cast_a;
2583 select = "#define[ \t]*IXDR_GET_LONG.*\\\\\n.*__extension__.*";
2585 c_fix_arg = "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))";
2586 test_text = "#define IXDR_GET_LONG(buf) \\\\\n"
2587 "\t((long)ntohl((u_long)*__extension__((u_int32_t*)(buf))++))";
2592 hackname = rpc_xdr_lvalue_cast_b;
2594 select = "#define[ \t]*IXDR_PUT_LONG.*\\\\\n.*__extension__.*";
2596 c_fix_arg = "#define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))";
2597 test_text = "#define IXDR_PUT_LONG(buf, v) \\\\\n"
2598 "\t(*__extension__((u_int32_t*)(buf))++ = (long)htonl((u_long)(v)))";
2603 * function class(double x) conflicts with C++ keyword on rs/6000
2606 hackname = rs6000_double;
2608 select = '[^a
-zA
-Z_
]class\
(';
2611 c_fix_arg = "#ifndef __cplusplus\n%0\n#endif";
2612 c_fix_arg = '^.
*[^a
-zA
-Z_
]class\
(.
*';
2614 test_text = "extern int class();";
2619 * Wrong fchmod prototype on RS/6000.
2622 hackname = rs6000_fchmod;
2624 select = 'fchmod\
(char \
*';
2626 c_fix_arg = "fchmod(int";
2627 test_text = "extern int fchmod(char *, mode_t);";
2632 * parameters conflict with C++ new on rs/6000
2635 hackname = rs6000_param;
2639 select = 'rename\
(const char \
*old
, const char \
*new\
)';
2641 c_fix_arg = 'rename(const char
*_old
, const char
*_new
)';
2643 test_text = 'extern int
rename(const char
*old
, const char
*new
);';
2648 * On OpenServer and on UnixWare 7, <math.h> uses the native compiler
2649 * __builtin_generic. We fix that usage to use the GCC equivalent.
2650 * It also has a plethora of inline functions that conflict with libstdc++.
2653 hackname = sco_math;
2655 files = ansi/math.h;
2656 files = posix/math.h;
2657 files = xpg4/math.h;
2658 files = xpg4v2/math.h;
2659 files = xpg4plus/math.h;
2660 files = ods_30_compat/math.h;
2661 files = oldstyle/math.h;
2662 select = "inline double abs";
2663 bypass = "__GNUG__";
2664 sed = "/#define.*__fp_class(a) \\\\/i\\\n"
2665 "#ifndef __GNUC__\n";
2667 "/.*__builtin_generic/a\\\n"
2669 "#define __fp_class(a) \\\\\\\n"
2670 " __builtin_choose_expr(__builtin_types_compatible_p(typeof(a),long double),\\\\\\\n"
2671 " __fpclassifyl(a), \\\\\\\n"
2672 " __builtin_choose_expr(__builtin_types_compatible_p(typeof(a), float), \\\\\\\n"
2673 " __fpclassifyf(a),__fpclassify(a)))\\\n"
2676 sed = "/extern \"C\\+\\+\"/N;"
2677 "/inline double abs/i\\\n"
2678 "#ifndef __GNUC__\n";
2679 sed = "/inline long double trunc/N;"
2680 "/inline long double trunc.*}.*extern \"C\\+\\+\"/a\\\n"
2681 "#endif /* ! __GNUC__ */";
2684 "#define __fp_class(a) \\\\\n"
2685 " __builtin_generic(a,\"ld:__fplcassifyl;f:__fpclassifyf;:__fpclassify\")\n";
2691 * On SCO OpenServer prior to 5.0.7UP1, <sys/regset.h> and <ieeefp.h>
2692 * have a clash on struct _fpstate and struct fpstate.
2695 hackname = sco_regset;
2696 files = sys/regset.h;
2697 mach = "*-*-sco3.2v5*";
2698 select = "(struct[ \t]+.*)fpstate";
2700 c_fix_arg = "%1rsfpstate";
2704 " struct\tfpstate\n"
2710 " struct _fpstate\n"
2719 * The static functions lstat() and fchmod() in <sys/stat.h>
2720 * cause G++ grief since they're not wrapped in
"if __cplusplus".
2722 * On SCO OpenServer
5.0.0 through (at least
) 5.0.5 <sys
/stat.h
> contains
2723 * tiny static wrappers that aren
't C++ safe.
2726 hackname = sco_static_func;
2728 mach = "i?86-*-sco3.2*";
2729 select = "^static int";
2731 sed = "/^static int/i\\\n"
2732 "#if __cplusplus\\\n"
2733 "extern \"C\" {\\\n"
2734 "#endif /* __cplusplus */";
2737 "#if __cplusplus\\\n"
2739 "#endif /* __cplusplus */";
2743 "static int\tstat(const char *__f, struct stat *__p) {\n"
2744 "\treturn __stat32(__f, __p);\n"
2745 "}\n\n# else /* !__STDC__ THIS FAILS ON BSD SYSTEMS */\n"
2747 "static int\tstat(__f, __p)\n"
2749 "\tstruct stat *__p;\n"
2751 "\treturn __stat32(__f, __p);\n"
2758 * Fix prototype declaration of utime in sys/times.h.
2759 * In 3.2v4.0 the const is missing.
2762 hackname = sco_utime;
2763 files = sys/times.h;
2764 mach = "i?86-*-sco3.2v4*";
2766 select = '\
(const char \
*, struct utimbuf \
*\
);';
2768 c_fix_arg = '(const char
*, const struct utimbuf *)
;';
2770 test_text = "extern int utime(const char *, struct utimbuf *);";
2774 * Sun Solaris 10 defines several C99 math macros in terms of
2775 * builtins specific to the Studio compiler, in particular not
2776 * compatible with the GNU compiler.
2779 hackname = solaris_math_1;
2780 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2781 bypass = "__GNUC__";
2782 files = iso/math_c99.h;
2784 c_fix_arg = "#define\tHUGE_VA%1\t(__builtin_huge_va%2())";
2785 c_fix_arg = "^#define[ \t]+HUGE_VA([LF]+)[ \t]+__builtin_huge_va([lf]+)";
2787 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2789 "#define HUGE_VAL __builtin_huge_val\n"
2790 "#undef HUGE_VALF\n"
2791 "#define HUGE_VALF __builtin_huge_valf\n"
2792 "#undef HUGE_VALL\n"
2793 "#define HUGE_VALL __builtin_huge_vall";
2797 hackname = solaris_math_2;
2798 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2799 bypass = "__GNUC__";
2800 files = iso/math_c99.h;
2802 c_fix_arg = "#define\tINFINITY\t(__builtin_inff())";
2803 c_fix_arg = "^#define[ \t]+INFINITY[ \t]+__builtin_infinity";
2805 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2807 "#define INFINITY __builtin_infinity";
2811 hackname = solaris_math_3;
2812 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2813 bypass = "__GNUC__";
2814 files = iso/math_c99.h;
2816 c_fix_arg = "#define\tNAN\t\t(__builtin_nanf(\"\"))";
2817 c_fix_arg = "^#define[ \t]+NAN[ \t]+__builtin_nan";
2819 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2821 "#define NAN __builtin_nan";
2825 hackname = solaris_math_4;
2826 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2827 bypass = "__GNUC__";
2828 files = iso/math_c99.h;
2830 c_fix_arg = "#define\tfpclassify(x) \\\n"
2831 " __extension__ ({ __typeof(x) __x_fp = (x); \\\n"
2832 "\t\t isnan(__x_fp) \\\n"
2833 "\t\t ? FP_NAN \\\n"
2834 "\t\t : isinf(__x_fp) \\\n"
2835 "\t\t ? FP_INFINITE \\\n"
2836 "\t\t : isnormal(__x_fp) \\\n"
2837 "\t\t\t ? FP_NORMAL \\\n"
2838 "\t\t\t : __x_fp == 0.0 \\\n"
2839 "\t\t\t ? FP_ZERO \\\n"
2840 "\t\t\t : FP_SUBNORMAL; })";
2841 c_fix_arg = "^#define[ \t]+fpclassify\\(x\\)[ \t]+__builtin_fpclassify\\(x\\)";
2843 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2844 "#undef fpclassify\n"
2845 "#define fpclassify(x) __builtin_fpclassify(x)";
2849 hackname = solaris_math_5;
2850 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2851 bypass = "__GNUC__";
2852 files = iso/math_c99.h;
2854 c_fix_arg = "#define\tisfinite(x) \\\n"
2855 " __extension__ ({ __typeof (x) __x_f = (x); \\\n"
2856 "\t\t __builtin_expect(!isnan(__x_f - __x_f), 1); })";
2857 c_fix_arg = "^#define[ \t]+isfinite\\(x\\)[ \t]+__builtin_isfinite\\(x\\)";
2859 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2861 "#define isfinite(x) __builtin_isfinite(x)";
2865 hackname = solaris_math_6;
2866 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2867 bypass = "__GNUC__";
2868 files = iso/math_c99.h;
2870 c_fix_arg = "#define\tisinf(x) \\\n"
2871 " __extension__ ({ __typeof (x) __x_i = (x); \\\n"
2872 "\t\t __builtin_expect(!isnan(__x_i) && !isfinite(__x_i), 0); })";
2873 c_fix_arg = "^#define[ \t]+isinf\\(x\\)[ \t]+__builtin_isinf\\(x\\)";
2875 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2877 "#define isinf(x) __builtin_isinf(x)";
2881 hackname = solaris_math_7;
2882 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2883 bypass = "__GNUC__";
2884 files = iso/math_c99.h;
2886 c_fix_arg = "#define\tisnormal(x) \\\n"
2887 " __extension__ ({ __typeof(x) __x_n = (x); \\\n"
2888 "\t\t if (__x_n < 0.0) __x_n = -__x_n; \\\n"
2889 "\t\t __builtin_expect(isfinite(__x_n) \\\n"
2890 "\t\t\t\t && (sizeof(__x_n) == sizeof(float) \\\n"
2891 "\t\t\t\t\t ? __x_n >= __FLT_MIN__ \\\n"
2892 "\t\t\t\t\t : sizeof(__x_n) == sizeof(long double) \\\n"
2893 "\t\t\t\t\t ? __x_n >= __LDBL_MIN__ \\\n"
2894 "\t\t\t\t\t : __x_n >= __DBL_MIN__), 1); })";
2895 c_fix_arg = "^#define[ \t]+isnormal\\(x\\)[ \t]+__builtin_isnormal\\(x\\)";
2897 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2899 "#define isnormal(x) __builtin_isnormal(x)";
2903 hackname = solaris_math_8;
2904 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2905 bypass = "__GNUC__";
2906 files = iso/math_c99.h;
2908 c_fix_arg = "#define\tsignbit(x)\t(sizeof(x) == sizeof(float) \\\n"
2909 "\t\t\t ? __builtin_signbitf(x) \\\n"
2910 "\t\t\t : sizeof(x) == sizeof(long double) \\\n"
2911 "\t\t\t ? __builtin_signbitl(x) \\\n"
2912 "\t\t\t : __builtin_signbit(x))";
2913 c_fix_arg = "^#define[ \t]+signbit\\(x\\)[ \t]+__builtin_signbit\\(x\\)";
2915 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2917 "#define signbit(x) __builtin_signbit(x)";
2921 hackname = solaris_math_9;
2922 select = '@\
(#\
)math_c99.h
' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2923 bypass = "__GNUC__";
2924 files = iso/math_c99.h;
2926 c_fix_arg = "#define\t%1(x, y)%2__builtin_%1(x, y)";
2927 c_fix_arg = "^#define[ \t]+([a-z]+)\\(x, y\\)([ \t]+)\\(\\(x\\) __builtin_[a-z]+\\(y\\)\\)";
2929 '#ident
"@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
2930 "#undef isgreater\n"
2931 "#define isgreater(x, y) ((x) __builtin_isgreater(y))\n"
2932 "#undef isgreaterequal\n"
2933 "#define isgreaterequal(x, y) ((x) __builtin_isgreaterequal(y))\n"
2935 "#define isless(x, y) ((x) __builtin_isless(y))\n"
2936 "#undef islessequal\n"
2937 "#define islessequal(x, y) ((x) __builtin_islessequal(y))\n"
2938 "#undef islessgreater\n"
2939 "#define islessgreater(x, y) ((x) __builtin_islessgreater(y))\n"
2940 "#undef isunordered\n"
2941 "#define isunordered(x, y) ((x) __builtin_isunordered(y))";
2945 * Sun Solaris 2.5.1, 2.6 defines PTHREAD_{MUTEX|COND}_INITIALIZER
2946 * incorrectly, so we replace them with versions that correspond to
2947 * the definition. We also explicitly name this fix "1" and the next
2948 * fix "2" because this one does not deal with the last field. This
2949 * fix needs to run before the next.
2952 hackname = solaris_mutex_init_1;
2953 select = '@\
(#\
)pthread.h
' "[ \t]+1.1[0-9][ \t]+9[567]/[0-9/]+ SMI";
2955 sed = "/define[ \t]*PTHREAD_MUTEX_INI/s/{0, 0,/{{{0}, 0}, {{{0}}},/\n"
2956 "/define[ \t]*PTHREAD_COND_INI/s/{0,/{{{0},0},/";
2958 '#ident
"@(#)pthread.h 1.16 97/05/05 SMI"'"\n"
2959 "#define PTHREAD_MUTEX_INITIALIZER\t{0, 0, 0}\n"
2960 "#define PTHREAD_COND_INITIALIZER\t{0, 0} /* */\n";
2965 * Sun Solaris defines PTHREAD_MUTEX_INITIALIZER with a trailing
2966 * "0" for the last field of the pthread_mutex_t structure, which is
2967 * of type upad64_t, which itself is typedef'd to int64_t
, but with
2968 * __STDC__
defined (e.g. by
-ansi
) it is a union. So change the
2969 * initializer to
"{0}" instead
2972 hackname
= solaris_mutex_init_2
;
2973 select
= '@\(#\)pthread.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
2976 c_fix_arg
= "#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)\n"
2981 c_fix_arg
= "(^#define[ \t]+PTHREAD_(MUTEX|COND)_INITIALIZER[ \t]+\\{.*)"
2982 ",[ \t]*0\\}" "(|[ \t].*)$";
2984 '#ident "@(#)pthread.h 1.26 98/04/12 SMI"'"\n"
2985 "#define PTHREAD_MUTEX_INITIALIZER\t{{{0},0}, {{{0}}}, 0}\n"
2986 "#define PTHREAD_COND_INITIALIZER\t{{{0}, 0}, 0}\t/* DEFAULTCV */\n"
2987 "#define PTHREAD_RWLOCK_INITIALIZER\t"
2988 "{0, 0, 0, {0, 0, 0}, {0, 0}, {0, 0}}";
2993 * Solaris
2.5.1 and
2.6 use an outdated prototype for send
& recv
2994 * in sys
/socket.h. This is corrected in Solaris
7 and up.
2997 hackname
= solaris_socket
;
2998 files
= sys
/socket.h
;
2999 select
= '@\(#\)socket.h' "[ \t]+1.[123][0-9][ \t]+9[567]/[0-9/]+ SMI";
3001 c_fix_arg
= "extern int %1(int, %2void *, int, int);";
3002 c_fix_arg
= '^extern int (recv|send)\(int,'
3006 test_text
= '#ident "@(#)socket.h 1.30 97/01/20 SMI"'"\n"
3007 "extern int recv(int, char *, int, int);\n"
3008 "extern int send(int, const char *, int, int);";
3013 * Solaris
2.8 has what appears to be some gross workaround for
3014 * some old version of their c
++ compiler. G
++ doesn
't want it
3015 * either, but doesn't want to be tied to SunPRO version numbers.
3018 hackname
= solaris_stdio_tag
;
3019 files
= stdio_tag.h
;
3021 select
= '__cplusplus < 54321L';
3022 /* In Solaris
10, the code in stdio_tag.h is conditionalized on
3023 "!defined(__GNUC__)" so we no longer need to fix it.
*/
3024 bypass
= '__GNUC__';
3025 sed
= 's/defined(__cplusplus) && (__cplusplus < 54321L)/0/';
3027 test_text
= "#if\tdefined(__cplusplus) && (__cplusplus < 54321L)";
3032 * Sun Solaris
2.5.1 doesn
't define 'getpagesize
' in <unistd.h>, as is done
3033 * on Solaris 2.6 and up.
3036 hackname = solaris_unistd;
3038 select = '@\
(#\
)unistd.h
' "[ \t]+1.3[0-9][ \t]+9[567]/[0-9/]+ SMI";
3039 bypass = "getpagesize";
3041 c_fix_arg = "extern int getpagesize();\n%0";
3042 c_fix_arg = '^
extern (pid_t|int
) getpgid\
(.
*\
);';
3043 test_text = '#ident
"@(#)unistd.h 1.33 95/08/28 SMI"'"\n"
3044 "extern pid_t getpgid(pid_t);\n"
3045 "extern int getpgid();";
3050 * <widec.h> until Solaris 2.5.1 defines macros for a couple of <wchar.h>
3051 * functions, breaking their prototypes if that file is included afterwards.
3052 * Include <wchar.h> early to avoid this issue, as is done on Solaris 2.6
3056 hackname = solaris_widec;
3058 mach = '*-*-solaris2.
[0-5]';
3059 mach = '*-*-solaris2.
[0-5].
*';
3060 bypass = "include.*wchar\\.h";
3061 select = "#include <euc.h>";
3063 c_fix_arg = "%0\n#include <wchar.h>";
3064 test_text = "#include <euc.h>";
3069 * a missing semi-colon at the end of the statsswtch structure definition.
3072 hackname = statsswtch;
3073 files = rpcsvc/rstat.h;
3074 select = "boottime$";
3076 c_fix_arg = "boottime;";
3077 test_text = "struct statswtch {\n int boottime\n};";
3082 * Arrange for stdio.h to use stdarg.h to define __gnuc_va_list.
3083 * On 4BSD-derived systems, stdio.h defers to machine/ansi.h; that's
3087 hackname
= stdio_stdarg_h
;
3089 bypass
= "include.*(stdarg\.h|machine/ansi\.h)";
3091 * On Solaris
10, this fix is unncessary
; <stdio.h
> includes
3092 * <iso
/stdio_iso.h
>, which includes
<sys
/va_list.h
>.
3094 mach
= '*-*-solaris2.1[0-9]*';
3099 c_fix_arg
= "#define __need___va_list\n#include <stdarg.h>\n";
3106 * Don
't use or define the name va_list in stdio.h. This is for
3107 * ANSI. Note _BSD_VA_LIST_ is dealt with elsewhere. The presence
3108 * of __gnuc_va_list, __DJ_va_list, or _G_va_list is taken to
3109 * indicate that the header knows what it's doing
-- under SUSv2
,
3110 * stdio.h is required to define va_list
, and we shouldn
't break
3111 * that. On IRIX 6.5, internal/wchar_core.h used to get its
3112 * definition of va_list from stdio.h. Since this doesn't happen any
3113 * longer
, use __gnuc_va_list there
, too.
3116 hackname
= stdio_va_list
;
3118 files
= internal
/stdio_core.h
;
3119 files
= internal
/wchar_core.h
;
3120 bypass
= '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
3122 * On Solaris
10, the definition in
3123 * <stdio.h
> is guarded appropriately by the _XPG4 feature macro
;
3124 * there is therefore no need for this fix there.
3126 mach
= '*-*-solaris2.1[0-9]*';
3130 * Use __gnuc_va_list in arg types in place of va_list.
3131 * On
386BSD use __gnuc_va_list instead of _VA_LIST_. On Tru64 UNIX V5.1A
3132 * use __gnuc_va_list instead of __VA_LIST__. We
're hoping the
3133 * trailing parentheses and semicolon save all other systems from this.
3134 * Define __not_va_list__ (something harmless and unused)
3135 * instead of va_list.
3136 * Don't claim to have defined va_list.
3138 sed
= "s@[ \t]va_list\\([ \t)]\\)@ __gnuc_va_list\\1@\n"
3139 "s@(va_list)&@(__gnuc_va_list)\\&@\n"
3140 "s@ _VA_LIST_));@ __gnuc_va_list));@\n"
3141 "s@ __VA_LIST__));@ __gnuc_va_list));@\n"
3142 "s@ va_list@ __not_va_list__@\n"
3143 "s@\\*va_list@*__not_va_list__@\n"
3144 "s@ __va_list)@ __gnuc_va_list)@\n"
3145 "s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;"
3146 "@typedef \\1 __not_va_list__;@\n"
3147 "s@typedef[ \t]*__va_list__@typedef __gnuc_va_list@\n"
3148 "s@GNUC_VA_LIST@GNUC_Va_LIST@\n"
3149 "s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@\n"
3150 "s@_NEED___VA_LIST@_NEED___Va_LIST@\n"
3151 "s@VA_LIST@DUMMY_VA_LIST@\n"
3152 "s@_Va_LIST@_VA_LIST@";
3153 test_text
= "extern void mumble( va_list);";
3158 * Fix headers that use va_list from stdio.h to use the updated
3159 * va_list from the stdio_va_list change. Note _BSD_VA_LIST_ is
3160 * dealt with elsewhere. The presence of __gnuc_va_list
,
3161 * __DJ_va_list
, or _G_va_list is taken to indicate that the header
3162 * knows what it
's doing.
3165 hackname = stdio_va_list_clients;
3173 files = curses_colr/curses.h;
3174 bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list
';
3175 /* Don't fix
, if we use va_list from stdarg.h
, or if the use is
3176 otherwise protected.
*/
3177 bypass
= 'include <stdarg\.h>|#ifdef va_start';
3180 * Use __gnuc_va_list in arg types in place of va_list.
3181 * On
386BSD use __gnuc_va_list instead of _VA_LIST_. On Tru64 UNIX V5.1A
3182 * use __gnuc_va_list instead of __VA_LIST__. We
're hoping the
3183 * trailing parentheses and semicolon save all other systems from this.
3184 * Define __not_va_list__ (something harmless and unused)
3185 * instead of va_list.
3186 * Don't claim to have defined va_list.
3188 sed
= "s@[ \t]va_list\\([ \t)]\\)@ __gnuc_va_list\\1@\n"
3189 "s@(va_list)&@(__gnuc_va_list)\\&@\n"
3190 "s@ _VA_LIST_));@ __gnuc_va_list));@\n"
3191 "s@ __VA_LIST__));@ __gnuc_va_list));@\n"
3192 "s@ va_list@ __not_va_list__@\n"
3193 "s@\\*va_list@*__not_va_list__@\n"
3194 "s@ __va_list)@ __gnuc_va_list)@\n"
3195 "s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;"
3196 "@typedef \\1 __not_va_list__;@\n"
3197 "s@typedef[ \t]*__va_list__@typedef __gnuc_va_list@\n"
3198 "s@GNUC_VA_LIST@GNUC_Va_LIST@\n"
3199 "s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@\n"
3200 "s@_NEED___VA_LIST@_NEED___Va_LIST@\n"
3201 "s@VA_LIST@DUMMY_VA_LIST@\n"
3202 "s@_Va_LIST@_VA_LIST@";
3203 test_text
= "extern void mumble( va_list);";
3208 * "!__STDC__" or
"__STDC__==0" or
"__STDC__!=1" or
"__STDC__-0==0"
3209 * is
"!defined( __STRICT_ANSI__ )"
3212 hackname
= strict_ansi_not
;
3213 select
= "^([ \t]*#[ \t]*if.*)"
3215 "|__STDC__[ \t]*==[ \t]*0"
3216 "|__STDC__[ \t]*!=[ \t]*1"
3217 "|__STDC__[ \t]*-[ \t]*0[ \t]*==[ \t]*0)";
3218 /* Tru64 UNIX V4.0F
/V5.1
<standards.h
> supports GCC usage of __STDC__.
*/
3219 bypass
= 'GNU and MIPS C compilers define __STDC__ differently';
3220 /* GNU gmp.h uses
"__STDC__ != 1" only if __SCO_VERSION__
, which
3221 is not defined by GCC
, so it is safe.
*/
3222 bypass
= '__SCO_VERSION__.*__STDC__ != 1';
3223 c_test
= stdc_0_in_system_headers
;
3226 c_fix_arg
= "%1 !defined(__STRICT_ANSI__)";
3228 test_text
= "#if !__STDC__ \n"
3229 "#if __STDC__ == 0\n"
3230 "#if __STDC__ != 1\n"
3231 "#if __STDC__ - 0 == 0"
3232 "/* not std C */\nint foo;\n"
3233 "\n#end-end-end-end-if :-)";
3238 * is
"!defined( __STRICT_ANSI__ )" on continued #if
-s
3241 hackname
= strict_ansi_not_ctd
;
3242 files
= math.h
, limits.h
, stdio.h
, signal.h
,
3243 stdlib.h
, sys
/signal.h
, time.h
;
3245 * Starting at the beginning of a line
, skip white space and
3246 * a leading
"(" or
"&&" or
"||". One of those must be found.
3247 * Then
, zero
, one or more copies of a
"defined(_FOO_BAR_) &&"
3248 * expression. If these are nested
, then they must accumulate
3249 * because we won
't match any closing parentheses. Finally,
3250 * after skipping over all that, we must then match our suspect
3251 * phrase: "__STDC__-0==0" with or without white space.
3253 select = "^([ \t]*" '(\
(|
&&|\|\|
)'
3254 "([ \t(]*!*[ \t]*defined\\([a-zA-Z_0-9]+\\)[ \t]*[|&][|&])*"
3256 "(__STDC__[ \t]*(|-[ \t]*0[ \t]*)==[ \t]*0)";
3257 c_test = stdc_0_in_system_headers;
3260 c_fix_arg = "%1 !defined(__STRICT_ANSI__)";
3262 test_text = "#if 1 && \\\\\n"
3263 "&& defined(mumbling) |& (__STDC__ - 0 == 0) \\\\\n"
3264 "( __STDC__ == 0 && !defined(_XOPEN_SOURCE) \\\\\n"
3265 "|| __STDC__ - 0 == 0 ) /* not std C */\n"
3271 * "__STDC__!=0" or "__STDC__==1" or "__STDC__-0==1"
3272 * is "defined( __STRICT_ANSI__ )"
3275 hackname = strict_ansi_only;
3276 select = "^([ \t]*#[ \t]*if.*)"
3277 "(__STDC__[ \t]*!=[ \t]*0"
3278 "|__STDC__[ \t]*==[ \t]*1"
3279 "|__STDC__[ \t]*-[ \t]*0[ \t]*==[ \t]*1"
3280 "|__STDC__[ \t]*-[ \t]*0[ \t]*!=[ \t]*0)";
3281 c_test = stdc_0_in_system_headers;
3284 c_fix_arg = "%1 defined(__STRICT_ANSI__)";
3286 test_text = "#if __STDC__ == 1 /* is std C\n */\nint foo;\n#endif";
3291 * IRIX 4.0.5 <rpc/xdr.h> uses struct __file_s
3292 * in prototype without previous definition.
3295 hackname = struct_file;
3297 select = '^.
*xdrstdio_create.
*struct __file_s
';
3299 c_fix_arg = "struct __file_s;\n%0";
3300 test_text = "extern void xdrstdio_create( struct __file_s* );";
3305 * IRIX 4.0.5 <rpc/auth.h> uses struct sockaddr
3306 * in prototype without previous definition.
3308 * Don't fix OpenBSD
, which uses struct sockaddr_in prototyping the same
3309 * function
, and does define it.
3312 hackname
= struct_sockaddr
;
3314 select
= "^.*authdes_create.*struct sockaddr[^_]";
3315 bypass
= "<sys/socket\.h>";
3316 bypass
= "struct sockaddr;\n";
3318 c_fix_arg
= "struct sockaddr;\n%0";
3319 test_text
= "extern AUTH* authdes_create( struct sockaddr* );";
3324 * Apply fix this to all OSs since this problem seems to effect
3325 * more than just SunOS.
3328 hackname
= sun_auth_proto
;
3333 bypass
= "__cplusplus";
3335 * Select those files containing
'(*name)()'.
3337 select
= '\(\*[a-z][a-z_]*\)\(\)';
3340 c_fix_arg
= "#ifdef __cplusplus\n%1(...);%2\n"
3341 "#else\n%1();%2\n#endif";
3342 c_fix_arg
= '(.*\(\*[a-z][a-z_]*\))\(\);(.*)';
3346 " int (*name)(); /* C++ bad */\n"
3352 * Fix bogus #ifdef on SunOS
4.1.
3355 hackname
= sun_bogus_ifdef
;
3356 files
= "hsfs/hsfs_spec.h";
3357 files
= "hsfs/iso_spec.h";
3358 select
= '#ifdef(.*\|\|.*)';
3360 c_fix_arg
= "#if%1";
3362 test_text
= "#ifdef __i386__ || __vax__ || __sun4c__";
3367 * Fix the CAT macro in SunOS memvar.h.
3370 hackname
= sun_catmacro
;
3371 files
= pixrect
/memvar.h
;
3372 select
= "^#define[ \t]+CAT\\(a,b\\).*";
3377 "# define CAT(a,b) a##b\n"
3378 "#else\n%0\n#endif";
3381 "#define CAT(a,b)\ta/**/b";
3386 * Fix return type of free and
{c
,m
,re
}alloc in
<malloc.h
> on SunOS
4.1.
3387 * Also fix return type of
{m
,re
}alloc in
<malloc.h
> on sysV68
3390 hackname
= sun_malloc
;
3392 bypass
= "_CLASSIC_ANSI_TYPES";
3394 sed
= "s/typedef[ \t]char \\*\tmalloc_t/typedef void \\*\tmalloc_t/g";
3395 sed
= "s/int[ \t][ \t]*free/void\tfree/g";
3396 sed
= "s/char\\([ \t]*\\*[ \t]*malloc\\)/void\\1/g";
3397 sed
= "s/char\\([ \t]*\\*[ \t]*realloc\\)/void\\1/g";
3398 sed
= "s/char\\([ \t]*\\*[ \t]*calloc\\)/void\\1/g";
3401 "typedef char *\tmalloc_t;\n"
3403 "char*\tmalloc();\n"
3404 "char*\tcalloc();\n"
3405 "char*\trealloc();";
3410 * Check for yet more missing
';' in
struct (in SunOS
4.0.x
)
3413 hackname
= sun_rusers_semi
;
3414 files
= rpcsvc
/rusers.h
;
3416 sed
= "/^struct/,/^};/s/_cnt$/_cnt;/";
3417 test_text
= "struct mumble\n int _cnt\n};";
3422 * signal.h on SunOS defines signal
using (),
3423 * which causes trouble when compiling with g
++ -pedantic.
3426 hackname
= sun_signal
;
3427 files
= sys
/signal.h
;
3429 select
= "^void\t" '\(\*signal\(\)\)\(\);.*';
3433 "#ifdef __cplusplus\n"
3434 "void\t(*signal(...))(...);\n"
3435 "#else\n%0\n#endif";
3437 test_text
= "void\t(*signal())();";
3442 * Correct the return type for strlen in strings.h in SunOS
4.
3445 hackname
= sunos_strlen
;
3447 select
= "int[ \t]*strlen\\(\\);(.*)";
3449 c_fix_arg
= "__SIZE_TYPE__ strlen();%1";
3450 test_text
= " int\tstrlen(); /* string length */";
3455 * Disable apparent native compiler optimization cruft in SVR4.2
<string.h
>
3456 * that is visible to any ANSI compiler using this include. Simply
3457 * delete the lines that #define some string functions to internal forms.
3460 hackname
= svr4_disable_opt
;
3462 select
= '#define.*__std_hdr_';
3463 sed
= '/#define.*__std_hdr_/d';
3464 test_text
= "#define strlen __std_hdr_strlen\n";
3469 * Conditionalize some of
<sys
/endian.h
> on __GNUC__ and __GNUG__.
3470 * On some
systems (UnixWare
2, UnixWare
7), the file is byteorder.h
3471 * but we still
"hijack" it and redirect it to the GNU byteorder.h..
3475 hackname
= svr4_endian
;
3476 files
= sys
/endian.h
;
3479 * since we emit our own sys
/byteorder.h
,
3480 * this fix can never be applied to that file.
3482 files
= sys
/byteorder.h
;
3484 bypass
= '__GNUC__';
3486 sed
= "/#\tifdef\t__STDC__/i\\\n"
3487 "# if !defined (__GNUC__) && !defined (__GNUG__)\n";
3489 sed
= "/#\t\tinclude\t<sys\\/byteorder.h>/s/\t\t/ /";
3491 sed
= "/# include\t<sys\\/byteorder.h>/i\\\n"
3492 "# endif /* !defined (__GNUC__) && !defined (__GNUG__) */\n";
3498 * Remove useless extern keyword from struct forward declarations
3499 * in
<sys
/stream.h
> and
<sys
/strsubr.h
>
3503 hackname
= svr4_extern_struct
;
3504 files
= sys
/stream.h
;
3505 files
= sys
/strsubr.h
;
3506 select
= 'extern struct [a-z_]*;';
3507 sed
= 's/extern struct \([a-z][a-z_]*\)/struct \1/';
3512 * Fix declarations of `ftw
' and `nftw' in
<ftw.h
>. On some
/most SVR4
3513 * systems the file
<ftw.h
> contains extern declarations of these
3514 * functions followed by explicitly `static
' definitions of these
3515 * functions... and that's not allowed according to ANSI C.
(Note
3516 * however that on Solaris
, this header file glitch has been pre
-fixed by
3517 * Sun. In the Solaris version of
<ftw.h
> there are no static
3518 * definitions of any function so we don
't need to do any of this stuff
3524 hackname = svr4_ftw;
3526 select = '^extern int ftw\
(const
';
3528 sed = '/^extern int
ftw(const
/i
' "\\\n"
3529 "#if !defined(_STYPES)\\\n"
3534 sed = 's
/extern \
(int
ftw(const.
*\
)$
/\
1/';
3535 sed = "/^extern int nftw/i\\\n"
3536 "#if defined(_STYPES)\\\n"
3541 sed = 's
/extern \
(int nftw.
*\
)$
/\
1/';
3542 sed = "/^extern int ftw(),/c\\\n"
3543 "#if !defined(_STYPES)\\\n"
3549 "#if defined(_STYPES)\\\n"
3561 * Fix broken decl of getcwd present on some svr4 systems.
3564 hackname = svr4_getcwd;
3567 files = prototypes.h;
3568 select = 'getcwd\
(char \
*, int\
)';
3571 c_fix_arg = "getcwd(char *, size_t)";
3573 test_text = "extern char* getcwd(char *, int);";
3578 * Wrap some files on System V r4 and DYNIX/ptx systems with
3579 * #ifdef _KERNEL, presumably to prevent kernel headers from
3580 * leaking into userspace. This may not be necessary at all,
3581 * but it was in the old scripts, so it seems safest to keep it for now.
3584 /* Can't name this with _kernel
, or the test case will hit the bypass
! */
3585 hackname
= svr4_krnl
;
3586 /* Since I
'm rather unsure about the validity of this, limit it
3587 * to the specific systems it was operating on before. It should
3588 * also be bypassed for i?86-*-sysv4.3uw2, by that rule, but I didn't
3589 * see an easy way to do that. Hopefully it will be harmless
3590 * in any case.
-- Nathanael
*/
3591 mach
= '*-*-sysv4*';
3592 mach
= 'i?86-sequent-ptx*';
3593 files
= fs
/rfs
/rf_cache.h
;
3597 files
= sys
/getpages.h
;
3599 files
= sys
/cmn_err.h
;
3600 files
= sys
/kdebugger.h
;
3602 /* This bypass will match _KERNEL
, __KERNEL
, __KERNEL__
, etc.
3603 * It will also match SVR4_KERNEL_CHECK
, which means that the
3604 * testsuite case will always be bypassed. Which is fine with me.
*/
3608 c_fix_arg
= "#ifdef _KERNEL\n";
3609 c_fix_arg
= "#endif /* _KERNEL */\n";
3611 /* There
's no reasonable test for this given that we don't know exactly
3612 * what problem inspired it in the first place.
*/
3618 * Delete any #defines of `__i386
' which may be present in <ieeefp.h>. They
3619 * tend to conflict with the compiler's own definition of this symbol.
(We
3620 * will use the compiler
's definition.)
3621 * Likewise __sparc, for Solaris, and __i860, and a few others
3622 * (guessing it is necessary for all of them).
3626 hackname = svr4_mach_defines;
3628 select = "#define[ \t]*__(i386|mips|sparc|m88k|m68k)[ \t]";
3629 sed = "/#define[ \t]*__\\(i386|mips|sparc|m88k|m68k\\)[ \t]/d";
3635 * Fix declarations of `makedev', `major
', and `minor' in
<sys
/mkdev.h
>.
3636 * They are declared as non
-static then immediately redeclared as static.
3640 hackname
= svr4_mkdev
;
3641 files
= sys
/mkdev.h
;
3644 sed
= "/^dev_t makedev(/s/^/static /";
3645 sed
= "/^major_t major(/s/^/static /";
3646 sed
= "/^minor_t minor(/s/^/static /";
3652 * Fix reference to NC_NPI_RAW in
<sys
/netcspace.h
>.
3653 * Also fix types of array initializers.
3657 hackname
= svr4_netcspace
;
3658 files
= sys
/netcspace.h
;
3659 select
= 'NC_NPI_RAW';
3660 sed
= 's/NC_NPI_RAW/NC_TPI_RAW/g';
3661 sed
= 's/NC_/(unsigned long) NC_/';
3666 * Fix reference to NMSZ in
<sys
/adv.h
>.
3670 hackname
= svr4_nmsz
;
3672 select
= '\[NMSZ\]';
3673 sed
= 's/\[NMSZ\]/\[RFS_NMSZ\]/g';
3679 * Some SVR4 systems supposedly use these non
-ANSI preprocessor directives.
3683 hackname
= svr4_preproc_lint_on
;
3684 select
= '#lint\(on\)';
3686 c_fix_arg
= 'defined(lint)';
3687 test_text
= "#if #lint(on)";
3690 hackname
= svr4_preproc_lint_off
;
3691 select
= '#lint\(off\)';
3693 c_fix_arg
= '!defined(lint)';
3694 test_text
= "#if #lint(off)";
3697 hackname
= svr4_preproc_machine
;
3698 select
= '#(machine|system|cpu)\(([^)]*)\)';
3700 c_fix_arg
= 'defined(__%1__)';
3701 test_text
= "#if #machine(i386) || #system(vax) || #cpu(sparc)";
3707 * Fix broken decl of profil present on some svr4 systems.
3710 hackname
= svr4_profil
;
3715 'profil\(unsigned short \*, unsigned int, unsigned int, unsigned int\)';
3716 /* The fix is wrong on IRIX
5/6 and creates a conflict with another
3717 prototype in
<sys
/profil.h
>.
*/
3718 bypass
= 'Silicon Graphics';
3720 c_fix_arg
= 'profil(unsigned short *, size_t, int, unsigned int)';
3723 'profil(unsigned short *, unsigned int, unsigned int, unsigned int);';
3728 * Convert functions to prototype form
, and fix arg names in
<sys
/stat.h
>.
3732 hackname
= svr4_proto_form
;
3734 select
= 'const extern';
3736 sed
= "/^stat([ \t]*[^c]/ {\nN\nN\n"
3741 sed
= "/^lstat([ \t]*[^c]/ {\nN\nN\n"
3746 sed
= "/^fstat([ \t]*[^i]/ {\nN\nN\n"
3751 sed
= "/^mknod([ \t]*[^c]/{\nN\nN\nN\n"
3756 sed
= "1,$s/\\([^A-Za-z]\\)path\\([^A-Za-z]\\)/\\1__path\\2/g";
3757 sed
= "1,$s/\\([^A-Za-z]\\)buf\\([^A-Za-z]\\)/\\1__buf\\2/g";
3758 sed
= "1,$s/\\([^A-Za-z]\\)fd\\([^A-Za-z]\\)/\\1__fd\\2/g";
3759 sed
= "1,$s/ret\\([^u]\\)/__ret\\1/g";
3760 sed
= "1,$s/\\([^_]\\)mode\\([^_]\\)/\\1__mode\\2/g";
3761 sed
= "1,$s/\\([^_r]\\)dev\\([^_]\\)/\\1__dev\\2/g";
3766 * Add a prototyped declaration of mmap to
<sys
/mman.h
>.
3770 hackname
= svr4_proto_mmap
;
3772 select
= '^extern caddr_t mmap();$';
3773 sed
= '/^extern caddr_t mmap();$/c' "\\\n"
3774 "#ifdef __STDC__\\\n"
3775 "extern caddr_t mmap (caddr_t, size_t, int, int, int, off_t);\\\n"
3776 "#else /* !defined(__STDC__) */\\\n"
3777 "extern caddr_t mmap ();\\\n"
3778 "#endif /* !defined(__STDC__) */\\\n";
3783 * Add a #define of _SIGACTION_ into
<sys
/signal.h
>.
3787 hackname
= svr4_sigaction
;
3788 files
= sys
/signal.h
;
3789 sed
= "/^struct sigaction {/i\\\n"
3790 "#define _SIGACTION_";
3791 sed
= 's/(void *(\*)())/(void (*)(int))/';
3797 * Correct types for signal handler constants like SIG_DFL
; they might be
3798 * void (*) (), and should be void (*) (int). C++ doesn't like the
3802 hackname = svr4_sighandler_type;
3803 files = sys/signal.h;
3804 select = 'void *\(\*\)\(\)';
3806 c_fix_arg = "void (*)(int)";
3807 test_text = "#define SIG_DFL (void(*)())0\n"
3808 "#define SIG_IGN (void (*)())0\n";
3812 * Put storage class at start of decl, to avoid warning.
3816 hackname = svr4_storage_class;
3817 files = rpc/types.h;
3818 select = 'const extern';
3819 sed = 's/const extern/extern const/g';
3825 * Some SysV r4 systems, including Sequent's DYNIX/ptx, use the local
3826 * function 'getrnge' in <regexp.h> before they declare it. For these
3827 * systems add a 'static int' declaration of 'getrnge' into <regexp.h>
3830 * 'getrnge' traditionally manipulates a file-scope global called 'size',
3831 * so put the declaration right after the declaration of 'size'.
3833 * Don't do this if there is already a `static void getrnge' declaration
3834 * present, since this would cause a redeclaration error. Solaris 2.x has
3835 * such a declaration.
3838 hackname = svr4_undeclared_getrnge;
3841 bypass = "static void getrnge";
3844 "static int getrnge ();";
3845 c_fix_arg = "^static int[ \t]+size;";
3846 test_text = "static int size;\n"
3847 "/* stuff which calls getrnge() */\n"
3848 "static getrnge()\n"
3854 * Like svr4_mach_defines, but with newfangled syntax.
3855 * Source lines are of #define __i386 #machine(i386). Delete them.
3859 hackname = svr5_mach_defines;
3861 select = "#define[ \t]*__i386.*\(i386\)";
3862 sed = "/#define[ \t]*__i386.*/d";
3868 * Fix return value of mem{ccpy,chr,cpy,set} and str{len,spn,cspn}
3869 * in string.h on sysV68
3870 * Correct the return type for strlen in string.h on Lynx.
3871 * Correct the argument type for ffs in string.h on Alpha OSF/1 V2.0.
3872 * Add missing const for strdup on OSF/1 V3.0.
3873 * On sysV88 layout is slightly different.
3876 hackname = sysv68_string;
3879 bypass = "_CLASSIC_ANSI_TYPES";
3881 sed = "s/extern[ \t]*int[ \t]*strlen();/extern unsigned int strlen();/";
3882 sed = "s/extern[ \t]*int[ \t]*ffs[ \t]*(long);/extern int ffs(int);/";
3883 sed = "s/strdup(char \\*s1);/strdup(const char *s1);/";
3885 sed = "/^extern char$/N";
3886 sed = "s/^extern char\\(\\n\t\\*memccpy(),\\)$/extern void\\1/";
3888 sed = "/^extern int$/N";
3889 sed = "s/^extern int\\(\\n\tstrlen(),\\)/extern size_t\\1/";
3891 sed = "/^\tstrncmp(),$/N";
3892 sed = 's/^\(' "\t" 'strncmp()\),\n\(' "\t" 'strlen(),\)$/'
3893 '\1;' "\\\nextern unsigned int\\\n\\2/";
3896 "extern int strlen();\n"
3898 "extern int ffs(long);\n"
3911 "\tstrlen(), strspn();";
3916 * Fix return type of calloc, malloc, realloc, bsearch and exit
3919 hackname = sysz_stdlib_for_sun;
3921 bypass = "_CLASSIC_ANSI_TYPES";
3923 select = "char[ \t]*\\*[ \t]*(calloc|malloc|realloc|bsearch)[ \t]*\\(";
3925 c_fix_arg = "void *\t%1(";
3928 "extern char*\tcalloc(size_t);\n"
3929 "extern char*\tmalloc(size_t);\n"
3930 "extern char*\trealloc(void*,size_t);\n"
3931 "extern char*\tbsearch(void*,size_t,size_t);\n";
3936 * __thread is now a keyword.
3939 hackname = thread_keyword;
3940 files = "pthread.h";
3941 files = "bits/sigthread.h";
3942 select = "([* ])__thread([,)])";
3944 c_fix_arg = "%1__thr%2";
3947 "extern int pthread_create (pthread_t *__restrict __thread,\n"
3948 "extern int pthread_kill (pthread_t __thread, int __signo);\n"
3949 "extern int pthread_cancel (pthread_t __thread);";
3953 * if the #if says _cplusplus, not the double underscore __cplusplus
3957 hackname = tinfo_cplusplus;
3959 select = "[ \t]_cplusplus";
3962 c_fix_arg = " __cplusplus";
3963 test_text = "#ifdef _cplusplus\nint bogus;\n#endif";
3968 * function parameter to atexit is missing "void" on VAX Ultrix 4.3.
3971 hackname = ultrix_atexit_param;
3973 select = 'atexit\(.*\(\)';
3976 c_fix_arg = "atexit( void (*__func)( void )";
3978 test_text = "int atexit( void (*__func)() );\n";
3983 * parameter to atof not const on DECstation Ultrix V4.0 and NEWS-OS 4.2R.
3986 hackname = ultrix_atof_param;
3988 select = "atof\\([ \t]*char";
3991 c_fix_arg = "atof(const char";
3993 test_text = "extern double atof( char *__nptr);\n";
3998 * parameters not const on DECstation Ultrix V4.0 and OSF/1.
4001 hackname = ultrix_const;
4003 select = 'perror\( char \*';
4006 c_fix_arg = "%1 const %3 *__";
4007 c_fix_arg = "([ \t*](perror|fputs|fwrite|scanf|fscanf)\\(.*)"
4008 "[ \t]+(char|void
) \\*__
";
4011 "extern void
perror( char
*__s
);\n"
4012 "extern int
fputs( char
*__s
, FILE *)
;\n"
4013 "extern size_t
fwrite( void
*__ptr
, size_t
, size_t
, FILE *)
;\n"
4014 "extern int
fscanf( FILE
*__stream
, char
*__format
, ...
);\n"
4015 "extern int
scanf( char
*__format
, ...
);\n";
4020 * parameters not const on DECstation Ultrix V4.0 and OSF/1.
4023 hackname = ultrix_const2;
4026 select = '\*fopen\( char \*';
4028 c_fix_arg = "%1( const char
*%3, const char
*";
4029 c_fix_arg = "([ \t*](fopen|sscanf|popen|tempnam
))\\("
4030 "[ \t]*char
[ \t]*\\*([^
,]*)
,"
4031 "[ \t]*char
[ \t]*\\*[ \t]*";
4034 "extern FILE
*fopen( char
*__filename
, char
*__type
);\n"
4035 "extern int
sscanf( char
*__s
, char
*__format
, ...
);\n"
4036 "extern FILE
*popen(char
*, char *)
;\n"
4037 "extern char
*tempnam(char
*,char*)
;\n";
4042 * parameters not const on Ultrix V4.3.
4045 hackname = ultrix_const3;
4047 select = 'fdopen\( .*, char \*';
4050 c_fix_arg = "%1 const
%3 *__
";
4051 c_fix_arg = "([ \t*](fdopen
)\\(.*)
"
4052 "[ \t]+(char|void
) \\*__
";
4055 "extern FILE
* fdopen( int __filedes
, char
*__type
);\n";
4060 * Ultrix V4.[35] puts the declaration of uname before the definition
4061 * of struct utsname, so the prototype (added by fixproto) causes havoc.
4064 hackname = ultrix_fix_fixproto;
4065 files = sys/utsname.h;
4069 c_fix_arg = "struct utsname
;\n%0";
4070 c_fix_arg = "^
[ \t]*extern
[ \t]*int
[ \t]*uname
\\(\\);";
4073 "/* ULTRIX
's uname */\nextern\tint\tuname();";
4078 * Check for bad #ifdef line (in Ultrix 4.1)
4081 hackname = ultrix_ifdef;
4082 select = "^#ifdef KERNEL[ \t]+&&";
4086 c_fix_arg = "#if defined(KERNEL) &&";
4089 "#ifdef KERNEL\t&& defined( mumbojumbo )\nint oops;\n#endif";
4094 * Add once-only latch to Ultrix V4.3 locale.h.
4097 hackname = ultrix_locale;
4099 select = "@\\(#\\)locale\\.h.*6\\.1.*\\(ULTRIX\\)";
4102 "@(#)locale.h 6.1 (ULTRIX)\n";
4107 * Strip "|| CC$gfloat" from Ultrix math headers.
4110 hackname = ultrix_math_ifdef;
4111 files = sys/limits.h;
4114 select = "^(#if.*)\\|\\|[ \t]+CC\\$[a-z]+";
4118 test_text = '#if
defined(__GFLOAT
) || CC\$gfloat
';
4123 * Avoid nested comments on Ultrix 4.3.
4126 hackname = ultrix_nested_ioctl;
4127 files = sys/ioctl.h;
4128 select = "^/\\* #define SIOCSCREEN";
4129 sed = "/^\\/\\* #define SIOCSCREEN/s@/\\* screend@*//* screend@";
4131 "/* #define SIOCSCREENON _IOWR('i
', 49, int)"
4132 "/* screend, net/gw_screen.h */\n";
4137 hackname = ultrix_nested_svc;
4139 select = "^ \\*[ \t]*int protocol; */\\*";
4140 sed = "s@^\\( \\*\tint protocol; \\)/\\*@\\1*/ /*@";
4142 " *\tint protocol; /* like TCP or UDP\n";
4147 * Add missing prototype for lstat and define for S_ISLNK
4148 * in Ultrix V4.3 sys/stat.h.
4151 hackname = ultrix_stat;
4153 select = "@\\(#\\)stat\\.h.*6\\.1.*\\(ULTRIX\\)";
4154 sed = "/^#define[ \t]S_IFPORT[ \t]*S_IFIFO$/a\\\n"
4156 "/* macro to test for symbolic link */\\\n"
4157 "#define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)\\\n"
4159 sed = "/^[ \t]*fstat(),$/a\\\n"
4162 "@(#)stat.h 6.1 (ULTRIX)\n"
4163 "#define S_IFPORT S_IFIFO\n"
4164 "\tfstat(),\n/* THE INSERTION LINE FAILS ON BSD SYSTEMS */";
4169 * Check for superfluous `static' (in Ultrix
4.2)
4170 * On Ultrix
4.3, includes of other
files (r3_cpu.h
,r4_cpu.h
) is broken.
4173 hackname
= ultrix_static
;
4174 files
= machine
/cpu.h
;
4175 select
= '#include "r[34]_cpu';
4176 sed
= "s/^static struct tlb_pid_state/struct tlb_pid_state/";
4177 sed
= 's/^#include "r3_cpu\.h"$/#include <machine\/r3_cpu\.h>/';
4178 sed
= 's/^#include "r4_cpu\.h"$/#include <machine\/r4_cpu\.h>/';
4180 "static struct tlb_pid_state {\n"
4181 "#include \"r3_cpu.h\"\n";
4186 * Add missing declarations to Ultrix V4.3 stdlib.h.
4189 hackname
= ultrix_stdlib
;
4191 select
= "@\\(#\\)stdlib\\.h.*6\\.1.*\\(ULTRIX\\)";
4193 sed
= "/^char.*getenv( const char .* );.*$/a\\\n"
4194 "int\t\tsetenv( const char *__name, const char *__val, int __ovrwrt );\\\n"
4195 "void\t\tunsetenv( const char *__name );\\\n"
4196 "int\t\tputenv( char *__s );\n";
4198 sed
= "/^char.*getenv();.*$/a\\\n"
4199 "int\tsetenv();\\\n"
4200 "void\tunsetenv();\\\n"
4204 "@(#)stdlib.h 6.1 (ULTRIX)\n"
4205 "char * getenv( const char *__name );\n"
4206 "char *getenv();\n";
4211 * Add once
-only latch to Ultrix V4.3 strings.h.
4214 hackname
= ultrix_strings
;
4216 select
= "@\\(#\\)strings\\.h.*6\\.1.*\\(ULTRIX\\)";
4219 "@(#)strings.h 6.1 (ULTRIX)\n";
4224 * Add missing declarations to Ultrix V4.3 strings.h.
4227 hackname
= ultrix_strings2
;
4229 select
= "@\\(#\\)strings\\.h.*6\\.1.*\\(ULTRIX\\)";
4231 sed
= "/^.*strncmp( const .* );.*/a\\\n"
4234 "\tstrcasecmp( const char *__s1, const char *__s2),\\\n"
4235 "\tstrncasecmp( const char *__s1, const char *__s2, size_t __n );\n";
4237 sed
= "/^.*strncmp();.*/a\\\n"
4239 "\tstrcasecmp(),\\\n"
4240 "\tstrncasecmp();\n";
4243 "@(#)strings.h 6.1 (ULTRIX)\n"
4244 "\tstrncmp( const char *__s1, const char *__s2, size_t __n );\n"
4250 * Add missing declarations to Ultrix V4.3 sys
/time.h.
4253 hackname
= ultrix_sys_time
;
4255 select
= "@\\(#\\)time\\.h.*6\\.1.*\\(ULTRIX\\)";
4257 sed
= "/^extern.*time_t.*time( time_t .* );.*$/a\\\n"
4259 "extern int adjtime(struct timeval *, struct timeval *);\\\n"
4260 "extern int getitimer(int, struct itimerval *);\\\n"
4261 "extern int setitimer(int, struct itimerval *, struct itimerval *);\\\n"
4262 "extern int gettimeofday(struct timeval *, struct timezone *);\\\n"
4263 "extern int settimeofday(struct timeval *, struct timezone *);\\\n"
4264 "extern void profil(const void *, size_t, size_t, unsigned int);\\\n"
4265 "extern int stime(const time_t *);\\\n"
4266 "extern int utimes(const char *, const struct timeval[2]);\\\n"
4267 "extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);\n";
4269 sed
= "/^extern.*double.*difftime();.*$/a\\\n"
4270 "extern\tint adjtime();\\\n"
4271 "extern\tint getitimer();\\\n"
4272 "extern\tint setitimer();\\\n"
4273 "extern\tint gettimeofday();\\\n"
4274 "extern\tint settimeofday();\\\n"
4275 "extern\tvoid profil();\\\n"
4276 "extern\tint stime();\\\n"
4277 "extern\tint utimes();\\\n"
4278 "extern\tint select();\n";
4281 "@(#)time.h 6.1 (ULTRIX)\n"
4282 "extern time_t time( time_t *__tloc );\n"
4283 "extern double difftime();\n";
4288 * Add missing declarations to Ultrix V4.3 unistd.h.
4291 hackname
= ultrix_unistd
;
4293 select
= "@\\(#\\)unistd\\.h.*6\\.1.*\\(ULTRIX\\)";
4295 sed
= "/^[ \t]*getgroups(),.*$/a\\\n"
4296 "\tgetpagesize(),\n";
4298 sed
= "/^[ \t]*fork(),.*$/a\\\n"
4302 "@(#)unistd.h 6.1 (ULTRIX)\n"
4309 * On Cray Unicos
/Mk some standard headers use the C99 keyword
"restrict"
4310 * which must be replaced by __restrict__ for GCC.
4313 hackname
= unicosmk_restrict
;
4317 mach
= "*-*-unicosmk*";
4318 select
= "(\\*[ \t]*)restrict([ \t]+)";
4321 c_fix_arg
= "%1__restrict__%2";
4323 test_text
= "void f (char * restrict x);";
4327 * If arpa
/inet.h prototypes are incompatible with the ones we just
4328 * installed in
<sys
/byteorder.h
>, just remove the protos.
4329 * Because of this close association
, this patch must be applied only
4330 * on those systems where the replacement byteorder header is installed.
4333 hackname
= uw7_byteorder_fix
;
4334 files
= arpa
/inet.h
;
4335 select
= "in_port_t";
4336 test
= "-f sys/byteorder.h";
4338 mach
= "*-*-sysv4*";
4339 mach
= "i?86-*-sysv5*";
4340 mach
= "i?86-*-udk*";
4341 mach
= "i?86-*-solaris2.[0-4]";
4342 mach
= "powerpcle-*-solaris2.[0-4]";
4343 mach
= "sparc-*-solaris2.[0-4]";
4348 c_fix_arg
= "^extern.*[ \t](htons|ntohs).*\\(in_port_t\\).*;";
4350 test_text
= "extern in_port_t\thtons __P((in_port_t));\n"
4351 "extern in_port_t\tntohs __P((in_port_t));"
4352 "`[ ! -d $DESTDIR/sys ] && mkdir $DESTDIR/sys\n"
4353 "echo '/* DUMMY */' >> sys/byteorder.h`";
4358 * Fix definitions of macros used by va
-i960.h in VxWorks header file.
4361 hackname
= va_i960_macro
;
4362 files
= arch
/i960
/archI960.h
;
4363 select
= "__(vsiz|vali|vpad|alignof__)";
4366 c_fix_arg
= "__vx%1";
4369 "extern int __vsiz vsiz;\n"
4370 "extern int __vali vali;\n"
4371 "extern int __vpad vpad;\n"
4372 "#define __alignof__(x) ...";
4377 * AIX and Interix headers define NULL to be cast to a void pointer
,
4378 * which is illegal in ANSI C
++.
4381 hackname
= void_null
;
4391 files
= sys
/param.h
;
4392 files
= sys
/types.h
;
4393 /* avoid changing C
++ friendly NULL
*/
4394 bypass
= __cplusplus
;
4395 select
= "^#[ \t]*define[ \t]+NULL[ \t]+\\(\\(void[ \t]*\\*\\)0\\)";
4397 c_fix_arg
= "#define NULL 0";
4398 test_text
= "# define\tNULL \t((void *)0) /* typed NULL */";
4403 * Make VxWorks header which is almost gcc ready fully gcc ready.
4406 hackname
= vxworks_gcc_problem
;
4407 files
= types
/vxTypesBase.h
;
4408 select
= "__GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__";
4410 sed
= "s/#ifdef __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__/"
4413 sed
= "/[ \t]size_t/i\\\n"
4414 "#ifndef _GCC_SIZE_T\\\n"
4415 "#define _GCC_SIZE_T\n";
4417 sed
= "/[ \t]size_t/a\\\n"
4420 sed
= "/[ \t]ptrdiff_t/i\\\n"
4421 "#ifndef _GCC_PTRDIFF_T\\\n"
4422 "#define _GCC_PTRDIFF_T\n";
4424 sed
= "/[ \t]ptrdiff_t/a\\\n"
4427 sed
= "/[ \t]wchar_t/i\\\n"
4428 "#ifndef _GCC_WCHAR_T\\\n"
4429 "#define _GCC_WCHAR_T\n";
4431 sed
= "/[ \t]wchar_t/a\\\n"
4435 "#ifdef __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__\n"
4436 "typedef unsigned int size_t;\n"
4437 "typedef long ptrdiff_t;\n"
4438 "typedef unsigned short wchar_t;\n"
4439 "#endif /* __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__ */\n";
4444 * Fix VxWorks
<time.h
> to not require including
<vxTypes.h
>.
4447 hackname
= vxworks_needs_vxtypes
;
4449 select
= "uint_t([ \t]+_clocks_per_sec)";
4451 c_fix_arg
= "unsigned int%1";
4452 test_text
= "uint_t\t_clocks_per_sec;";
4457 * Fix VxWorks
<sys
/stat.h
> to not require including
<vxWorks.h
>.
4460 hackname
= vxworks_needs_vxworks
;
4462 test
= " -r types/vxTypesOld.h";
4463 test
= " -n \"`egrep '#include' $file`\"";
4464 test
= " -n \"`egrep ULONG $file`\"";
4465 select
= "#[ \t]define[ \t]+__INCstath";
4467 sed
= "/#[ \t]define[ \t][ \t]*__INCstath/a\\\n"
4468 "#include <types/vxTypesOld.h>\n";
4470 test_text
= "`touch types/vxTypesOld.h`"
4471 "#include </dev/null> /* ULONG */\n"
4472 "# define\t__INCstath <sys/stat.h>";
4477 * Another bad dependency in VxWorks
5.2 <time.h
>.
4480 hackname
= vxworks_time
;
4482 test
= " -r vxWorks.h";
4484 select
= "#[ \t]*define[ \t]+VOIDFUNCPTR[ \t].*";
4488 "#ifndef __gcc_VOIDFUNCPTR_defined\n"
4489 "#ifdef __cplusplus\n"
4490 "typedef void (*__gcc_VOIDFUNCPTR) (...);\n"
4492 "typedef void (*__gcc_VOIDFUNCPTR) ();\n"
4494 "#define __gcc_VOIDFUNCPTR_defined\n"
4496 "#define VOIDFUNCPTR __gcc_VOIDFUNCPTR";
4498 test_text
= "`touch vxWorks.h`"
4499 "#define VOIDFUNCPTR (void(*)())";
4504 * WindISS math.h headers include bogus extern declarations of
4505 * numerous math functions that conflict with libstdc
++-v3.
4508 hackname
= windiss_math1
;
4510 mach
= "*-*-windiss";
4511 sed
= "s|inline long double cosl.*|#ifndef __GNUC__|";
4513 test_text
= "inline long double cosl(long double);";
4517 hackname
= windiss_math2
;
4519 mach
= "*-*-windiss";
4520 sed
= "s|/\\* long double declarations \\*/|"
4521 "#endif /* __GNUC__ */|";
4523 test_text
= "/* long double declarations */";
4527 * WindISS headers include
"diab/va_list.h" instead of
"stdarg.h"
4530 select
= '(#include.*)diab/va_list.h';
4531 hackname
= windiss_valist
;
4532 sed
= "s|diab/va_list.h|stdarg.h|";
4533 mach
= "*-*-windiss";
4535 test_text
= "#include <diab/va_list.h>";
4539 * There are several name conflicts with C
++ reserved words in X11 header
4540 * files. These are fixed in some versions
, so don
't do the fixes if
4541 * we find __cplusplus in the file. These were found on the RS/6000.
4544 hackname = x11_class;
4545 files = X11/ShellP.h;
4546 bypass = __cplusplus;
4547 select = "^([ \t]*char \\*)class;(.*)";
4549 c_fix_arg = "#ifdef __cplusplus\n%1c_class;%2\n"
4550 "#else\n%1class;%2\n#endif";
4559 * class in Xm/BaseClassI.h
4562 hackname = x11_class_usage;
4563 files = Xm/BaseClassI.h;
4564 bypass = "__cplusplus";
4566 select = " class\\)";
4568 c_fix_arg = " c_class)";
4570 test_text = "extern mumble (int class);\n";
4575 * new in Xm/Traversal.h
4579 files = Xm/Traversal.h;
4580 bypass = __cplusplus;
4582 sed = "/Widget\told, new;/i\\\n"
4583 "#ifdef __cplusplus\\\n"
4584 "\tWidget\told, c_new;\\\n"
4587 sed = "/Widget\told, new;/a\\\n"
4590 sed = "s/Widget new,/Widget c_new,/g";
4593 " Widget\told, new; /* fixinc check FAILS ON BSD */\n"
4594 "};\nextern Wedged( Widget new, Widget old );";
4599 * Incorrect sprintf declaration in X11/Xmu.h
4602 hackname = x11_sprintf;
4604 files = X11/Xmu/Xmu.h;
4605 select = "^extern char \\*\tsprintf\\(\\);$";
4608 c_fix_arg = "#ifndef __STDC__\n%0\n#endif /* !defined __STDC__ */";
4610 test_text = "extern char *\tsprintf();";