summaryrefslogtreecommitdiff
path: root/gcc/fixinc/inclhack.def
Commit message (Collapse)AuthorAgeFilesLines
* inline pow fix/PTHREAD_*_INITIALIZER for Solaris/UW7 Byteorder.h search problemkorbb2001-06-281-12/+34
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43623 138bc75d-0d04-0410-961f-82ee72b054a4
* Blow away a duplicate definition of "pow()" for C++korbb2001-06-141-0/+33
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43358 138bc75d-0d04-0410-961f-82ee72b054a4
* reorganize inclhacks and apply fix to fixtests.ckorbb2001-05-271-217/+226
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42663 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/fixtests.c(stdc_0_in_system_headers_test): Must return "FIX"korbb2001-05-261-21/+17
| | | | | | | | | | | | | | | | | | | when fixincl is operating in test mode * fixinc/inclhack.def(AAB_dgux_int_varargs) : aesthetics (AAB_ultrix_limits): remove redundant text (AAB_ultrix_memory): ditto (AAB_ultrix_string): ditto (djgpp_wchar_h): fix the test text (irix_stdio_va_list): add test text (irix_limits_const): add a testing output file (limits.h is overwritten) (strict_ansi_not_ctd): put limits.h second in list for same reason (solaris27_mutex_init): test text needed selection text, too * fixinc/fixtests.c(stdc_0_in_system_headers_test): in testing mode, always apply the fix git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42642 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (strict_ansi_not, strict_ansi_not_ctd,rth2001-05-251-0/+3
| | | | | | | | | | | strict_ansi_only): Don't run if stdc_0_in_system_headers. * fixinc/fixincl.x: Regenerate. * fixinc/fixtests.c (stdc_0_in_system_headers_test): New function. (FIX_TEST_TABLE): Declare it. * fixinc/fixlib.h: Include config.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42593 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (alpha___assert): Change char * args torth2001-05-251-0/+13
| | | | | | | | | const char * on Tru64 UNIX to avoid excessive warnings from assert.h. * fixinc/fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42589 138bc75d-0d04-0410-961f-82ee72b054a4
* fix broken mutex initializerkorbb2001-05-171-0/+18
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42185 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (irix_stdio_va_list): New.aoliva2001-03-161-0/+14
| | | | | | | * fixinc/fixincl.x: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40527 138bc75d-0d04-0410-961f-82ee72b054a4
* HTML typos and avoid standards.h breakagekorbb2001-03-081-2/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40327 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Remove RANLIB definition. Use RANLIBlauras2001-03-071-0/+14
| | | | | | | | | | | | | | in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set. * Makefile.in: Set RANLIB to @RANLIB@. Remove RANLIB_TEST. * fixinc/inclhack.def (djgpp_wchar_h): New test. * fixinc/fixincl.x: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40299 138bc75d-0d04-0410-961f-82ee72b054a4
* fix freebsd version check of GCCkorbb2001-02-211-39/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39961 138bc75d-0d04-0410-961f-82ee72b054a4
* Use C fixincludes for UnixWare 7.korbb2001-02-161-0/+70
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39771 138bc75d-0d04-0410-961f-82ee72b054a4
* do not rely on load_file_data() to close file pointerkorbb2001-02-061-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39501 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-01-311-0/+12
| | | | | | | | | | | * fixinc/fixincl.tpl: Add 2001 to copyright. Change name of README file. * fixinc/fixincl.x: Regenerated. * fixinc/inclhack.def (irix_limits_const): New definition to convert "const" to "__const" in limits.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39362 138bc75d-0d04-0410-961f-82ee72b054a4
* skip stdio_va_list fix if __DJ_va_list found in a headerkorbb2000-12-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38242 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/mkfixinc.sh(*-gnu*): activate fixinc for GNU/Hurd andrearnsha2000-12-051-1/+3
| | | | | | | | | | | | GNU/Linux. * fixinc/mkfixinc.sh: Run fixinc on netbsd. * fixinc/inclhack.def (machine/ansi.h): Run this rule on all files, to cope with aliased copies. * fixinc/fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38044 138bc75d-0d04-0410-961f-82ee72b054a4
* prevent dual double definition protectionkorbb2000-11-301-2/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37895 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (sunos_matherr_decl): Bypass matherrmmitchel2000-11-121-1/+1
| | | | | | | | declarations that use `__MATH_EXCEPTION' in their prototypes, too. * fixinc/fixincl.x: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37402 138bc75d-0d04-0410-961f-82ee72b054a4
* avoid commenting out #endifskorbb2000-11-121-4/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37401 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (avoid_wchar_t_type): New fix.mmitchel2000-11-111-0/+16
| | | | | | | * fininc/fixincl.x: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37391 138bc75d-0d04-0410-961f-82ee72b054a4
* * toplev.c, flags.h, fold-const.c, real.c, rtl.c,jsm282000-10-291-1/+1
| | | | | | | | fixinc/inclhack.def: Change comments mentioning C9X to refer to C99 instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37127 138bc75d-0d04-0410-961f-82ee72b054a4
* * inclhack.def (hpux_maxint): Also apply fix to values.h.law2000-10-171-0/+1
| | | | | | | * fixincl.x: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36904 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (broken_cabs): Generalize regex.dje2000-09-291-4/+4
| | | | | | | * fixinc/fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36669 138bc75d-0d04-0410-961f-82ee72b054a4
* Fixed the test for aix_pthreadkorbb2000-08-231-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35909 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix sed script for sysv86_string fixkorbb2000-08-231-7/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35908 138bc75d-0d04-0410-961f-82ee72b054a4
* top level:zack2000-08-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * configure: Make enable_threads and enable_shared defaults explicit. Substitute enable_threads into generated Makefiles. * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*. gcc: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. * fixinc/inclhack.def: Likewise. * fixinc/mkfixinc.sh: Likewise. * configure: Regenerate. * fixinc/fixincl.x: Regenerate. * install.texi: Document equivalence of linux and linux-gnu. libio: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. Honor --disable-threads. libstdc++: * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. Honor --disable-threads. libstdc++-v3: * configure: Regenerate after change to ../libtool.m4. libobjc: * configure: Regenerate after change to ../libtool.m4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35680 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (aix_pthread): New fix.geoffk2000-08-131-0/+29
| | | | | | | | (aix_sysmachine): New fix. * fixinc/fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35663 138bc75d-0d04-0410-961f-82ee72b054a4
* rely* on GCC defining the __xxx_TYPE__ macroskorbb2000-07-271-12/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35288 138bc75d-0d04-0410-961f-82ee72b054a4
* use platform specific types in gnu_type_fixkorbb2000-07-201-16/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35143 138bc75d-0d04-0410-961f-82ee72b054a4
* implement various pre-processor guards around standard typeskorbb2000-07-131-116/+80
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35012 138bc75d-0d04-0410-961f-82ee72b054a4
* fixinc/inclhack.def(libc1_ifdefd_memx) omit #if/#endif pairkorbb2000-07-111-9/+13
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34969 138bc75d-0d04-0410-961f-82ee72b054a4
* irix_multiline_cmnt is now obsoletekorbb2000-07-111-15/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34964 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.hp2000-07-101-0/+31
| | | | | | | | * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/testing.h: Add testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34950 138bc75d-0d04-0410-961f-82ee72b054a4
* reorder some files= entrieskorbb2000-06-171-17/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34582 138bc75d-0d04-0410-961f-82ee72b054a4
* finish the implementation of multiple tests per fixkorbb2000-06-171-2/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34581 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modifyghazi2000-06-161-2/+2
| | | | | | | select pattern to also match macro defs with only one argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34576 138bc75d-0d04-0410-961f-82ee72b054a4
* typokorbb2000-06-051-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34408 138bc75d-0d04-0410-961f-82ee72b054a4
* New include hacks for ultrixkorbb2000-06-051-15/+147
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34407 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (osf_namespace_a): Relax expression tokenner2000-06-021-1/+1
| | | | | | | match that used before the conversion to c_fix style. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34355 138bc75d-0d04-0410-961f-82ee72b054a4
* rework "make check" for fixinckorbb2000-05-311-60/+118
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34298 138bc75d-0d04-0410-961f-82ee72b054a4
* restore old algorighm for char_macro_*_fix routineskorbb2000-05-301-22/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34271 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (sun_malloc): Handle `calloc'.ghazi2000-05-221-0/+6
| | | | | | | (sun_malloc, sysz_stdtypes_for_sun): Add test_text. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34071 138bc75d-0d04-0410-961f-82ee72b054a4
* many applications of c_fix=format + testskorbb2000-05-201-130/+229
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34059 138bc75d-0d04-0410-961f-82ee72b054a4
* yet more applications of c_fix=format + testskorbb2000-05-201-39/+70
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34055 138bc75d-0d04-0410-961f-82ee72b054a4
* more applications of c_fix=format + testskorbb2000-05-201-85/+102
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34053 138bc75d-0d04-0410-961f-82ee72b054a4
* test_text cleanupskorbb2000-05-191-9/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34020 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (broken_cabs): Update fix to handle commentsghazi2000-05-181-3/+7
| | | | | | | | following the cabs decl which terminate on the following line. Add the corresponding test_text case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33983 138bc75d-0d04-0410-961f-82ee72b054a4
* Keep HP-UX 11 from stomping on C++ math namespacekorbb2000-05-171-0/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33957 138bc75d-0d04-0410-961f-82ee72b054a4
* added several "test_text" attributes; changed several fixes to use `c_fix = ↵korbb2000-05-161-274/+313
| | | | | | | | | format' and re-alphabetized the fixes git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33930 138bc75d-0d04-0410-961f-82ee72b054a4
* Add several tests and use the ``c_fix = format'' fixer morekorbb2000-05-141-44/+67
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33895 138bc75d-0d04-0410-961f-82ee72b054a4