genfixes (machname.h): Move the functionality from gen-machine.h into this file.
authorBruce Korb <bkorb@gnu.org>
Fri, 4 Feb 2000 21:42:00 +0000 (21:42 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Fri, 4 Feb 2000 21:42:00 +0000 (21:42 +0000)
commitbff0dc38c2f7a20945942c52039866a82572e5ef
tree8f81e15524ec14490e37b27653b87e0a00573278
parent1c71e60ef78d26b2146bdcf45f2177722ec1ff30
genfixes (machname.h): Move the functionality from gen-machine.h into this file.

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
gcc/ChangeLog
gcc/fixinc/Makefile.in
gcc/fixinc/fixfixes.c
gcc/fixinc/fixlib.c
gcc/fixinc/fixlib.h
gcc/fixinc/fixtests.c
gcc/fixinc/gen-machname.h [deleted file]
gcc/fixinc/genfixes