]> gcc.gnu.org Git - gcc.git/commit - fixincludes/fixlib.c
Makefile.in (machname.h): Remove.
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 30 Aug 2004 13:32:57 +0000 (13:32 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 30 Aug 2004 13:32:57 +0000 (13:32 +0000)
commit89b8abbf7d1d832e0597def81e243e47fc662cee
tree46be915f501e15ade713cd78a6d183f24dbe2920
parentfc6633e0cf54d9d3a5f57ce6e33dfd1af8a5ac81
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
gcc/ChangeLog
gcc/fixinc/Makefile.in
gcc/fixinc/fixfixes.c
gcc/fixinc/fixincl.sh
gcc/fixinc/fixlib.c
gcc/fixinc/fixlib.h
gcc/fixinc/fixtests.c
gcc/fixinc/genfixes
This page took 1.396776 seconds and 5 git commands to generate.