-
- Downloads
Makefile.in (machname.h): Remove.
2004-08-30 Paolo Bonzini <bonzini@gnu.org> * fixinc/Makefile.in (machname.h): Remove. (fixincl.x): Do not pass $@ to genfixes. * fixinc/genfixes: Remove code to produce machname.h. * fixinc/fixincl.sh: Move it here instead. * fixinc/fixlib.c: Do not conditionalize on MN_NAME_PAT's presence, instead check if pz_mn_name_pat is NULL. Make mn_get_regexps return a bool indicating whether pz_mn_name_pat is NULL. * fixinc/fixlib.h: Do not conditionalize on MN_NAME_PAT's presence. Declare extern C variables for the ENV_TABLE. * fixinc/fixfixes.c: Do not conditionalize on MN_NAME_PAT's presence, instead use the result of mn_get_regexps. * fixinc/fixtests.c: Likewise. From-SVN: r86771
Showing
- gcc/ChangeLog 15 additions, 0 deletionsgcc/ChangeLog
- gcc/fixinc/Makefile.in 4 additions, 11 deletionsgcc/fixinc/Makefile.in
- gcc/fixinc/fixfixes.c 5 additions, 5 deletionsgcc/fixinc/fixfixes.c
- gcc/fixinc/fixincl.sh 30 additions, 0 deletionsgcc/fixinc/fixincl.sh
- gcc/fixinc/fixlib.c 7 additions, 9 deletionsgcc/fixinc/fixlib.c
- gcc/fixinc/fixlib.h 8 additions, 4 deletionsgcc/fixinc/fixlib.h
- gcc/fixinc/fixtests.c 2 additions, 5 deletionsgcc/fixinc/fixtests.c
- gcc/fixinc/genfixes 11 additions, 52 deletionsgcc/fixinc/genfixes
Loading
Please register or sign in to comment