aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/genfixes
AgeCommit message (Collapse)AuthorFilesLines
2003-05-23Makefile.in: Correct description.Nathanael Nerode1-4/+4
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org> * fixinc/Makefile.in: Correct description. * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c, fixinc/genfixes: Replace "GNU CC" with "GCC". From-SVN: r67139
2001-05-19Do not use two warnings when one will doBruce Korb1-13/+5
From-SVN: r42323
2001-05-18Upgrade to AutoGen 5 TemplateBruce Korb1-0/+8
From-SVN: r42235
2001-01-31genfixes (AG): Fix "autogen4" thinko.Jeffrey Oldham1-2/+2
2001-01-30 Jeffrey Oldham <oldham@codesourcery.com> * fixinc/genfixes (AG): Fix "autogen4" thinko. From-SVN: r39361
2000-12-13Use one makefile for fixincBruce Korb1-1/+1
From-SVN: r38231
2000-10-22genfixes: Remove EGCS reference.Joseph Myers1-1/+1
* fixinc/genfixes: Remove EGCS reference. * install.texi: Remove EGCS reference. * INSTALL: Regenerate. From-SVN: r37007
2000-05-12fix up some of the testingBruce Korb1-1/+1
From-SVN: r33886
2000-05-08code generation reduction & sco script removalBruce Korb1-32/+3
From-SVN: r33766
2000-05-05Improve the matching for make target namesBruce Korb1-4/+4
From-SVN: r33718
2000-02-04genfixes (machname.h): Move the functionality from gen-machine.h into this file.Bruce Korb1-23/+83
2000-02-04 Bruce Korb <bkorb@gnu.org> * fixinc/genfixes(machname.h): Move the functionality from gen-machine.h into this file. UNdef MN_NAME_PAT if there are no names to change. Also, be a little kinder when AutoGen is not present. * fixinc/Makefile.in(machname.h): Change the generation rule to use genfixes. * fixinc/fixfixes.c(machine_name): machine_name_fix's functionality now dependent upon whether MN_NAME_PAT is defined. * fixinc/fixtests.c(machine_name): ditto. * fixinc/fixlib.c(mn_get_regexps): conditional on definition of MN_NAME_PAT. * fixinc/fixlib.h(mn_get_regexps): ditto * fixinc/gen-machine.h: DELETED From-SVN: r31793
1999-12-17fixtests.c (is_cxx_header): New fn, split out of double_slash_test.Zack Weinberg1-2/+2
1999-12-17 13:21 -0800 Zack Weinberg <zack@rabi.columbia.edu> * fixtests.c (is_cxx_header): New fn, split out of double_slash_test. (else_endif_label): Allow "#endif // comment" in C++ headers, as determined by is_cxx_header. * fixfixes.c (else_endif_label_fix): Update comment. * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not a tty. * genfixes: Correct double thinko in commandline parsing. * hackshell.tpl: Generate correct sh syntax for bypass entries. * inclhack.def (all): Whenever an inserted preprocessor conditional is split over multiple lines, use double backslashes in this file so the fixed header will be readable. (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h and add bypass entry for correct version of this header. (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h. (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h. (hpux8_bogus_inlines): New fix, split from... (ultrix_atof_param) ... here. (math_expression): Add bypass entry keyed to glibc comment indicating the problem has been dealt with; disable unnecessary sed operations; update commentary. (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max, add select and bypass entries, simplify shell operation. (math_huge_val_ifndef): Split from math_gcc_ifndefs. (ip_missing_semi, rs6000_param, tinfo_cplusplus, ultrix_atof_param): Add select entry. (stdio_va_list, sunos_mather_decl): Add bypass entry. (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the comments with the fixes they describe. * fixincl.x, fixincl.sh, inclhack.sh: Regen. From-SVN: r30999
1999-10-25oops - typoBruce Korb1-1/+1
From-SVN: r30166
1999-10-25Provide a means for specifying -D options to AutoGenBruce Korb1-13/+51
From-SVN: r30165
1999-10-19use genfixes within Makefile.in and move comments to READMEBruce Korb1-6/+42
From-SVN: r30086
1999-04-05Ensure that the server shell is _NOT_ cshBruce Korb1-0/+3
From-SVN: r26193
1999-04-01Shell script to create the generated filesBruce Korb1-0/+10
from the templates and definitions. From-SVN: r26102