summaryrefslogtreecommitdiff
path: root/gcc/fixinc/genfixes
Commit message (Collapse)AuthorAgeFilesLines
* 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-05-231-4/+4
| | | | | | | | | | * 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". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67139 138bc75d-0d04-0410-961f-82ee72b054a4
* Do not use two warnings when one will dokorbb2001-05-191-13/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42323 138bc75d-0d04-0410-961f-82ee72b054a4
* Upgrade to AutoGen 5 Templatekorbb2001-05-181-0/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42235 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-01-311-2/+2
| | | | | | | * fixinc/genfixes (AG): Fix "autogen4" thinko. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39361 138bc75d-0d04-0410-961f-82ee72b054a4
* Use one makefile for fixinckorbb2000-12-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38231 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/genfixes: Remove EGCS reference.jsm282000-10-221-1/+1
| | | | | | | | * install.texi: Remove EGCS reference. * INSTALL: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37007 138bc75d-0d04-0410-961f-82ee72b054a4
* fix up some of the testingkorbb2000-05-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33886 138bc75d-0d04-0410-961f-82ee72b054a4
* code generation reduction & sco script removalkorbb2000-05-081-32/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33766 138bc75d-0d04-0410-961f-82ee72b054a4
* Improve the matching for make target nameskorbb2000-05-051-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33718 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-02-04 Bruce Korb <bkorb@gnu.org>korbb2000-02-041-23/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31793 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-12-17 13:21 -0800 Zack Weinberg <zack@rabi.columbia.edu>zack1999-12-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30999 138bc75d-0d04-0410-961f-82ee72b054a4
* oops - typokorbb1999-10-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30166 138bc75d-0d04-0410-961f-82ee72b054a4
* Provide a means for specifying -D options to AutoGenkorbb1999-10-251-13/+51
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30165 138bc75d-0d04-0410-961f-82ee72b054a4
* use genfixes within Makefile.in and move comments to READMEkorbb1999-10-191-6/+42
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30086 138bc75d-0d04-0410-961f-82ee72b054a4
* Ensure that the server shell is _NOT_ cshkorbb1999-04-051-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26193 138bc75d-0d04-0410-961f-82ee72b054a4
* Shell script to create the generated fileskorbb1999-04-011-0/+10
from the templates and definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26102 138bc75d-0d04-0410-961f-82ee72b054a4