-
- Downloads
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
Showing
- gcc/ChangeLog 25 additions, 0 deletionsgcc/ChangeLog
- gcc/fixinc/Makefile.in 1 addition, 2 deletionsgcc/fixinc/Makefile.in
- gcc/fixinc/fixfixes.c 5 additions, 4 deletionsgcc/fixinc/fixfixes.c
- gcc/fixinc/fixlib.c 3 additions, 7 deletionsgcc/fixinc/fixlib.c
- gcc/fixinc/fixlib.h 4 additions, 1 deletiongcc/fixinc/fixlib.h
- gcc/fixinc/fixtests.c 5 additions, 2 deletionsgcc/fixinc/fixtests.c
- gcc/fixinc/gen-machname.h 0 additions, 46 deletionsgcc/fixinc/gen-machname.h
- gcc/fixinc/genfixes 83 additions, 23 deletionsgcc/fixinc/genfixes
Loading
Please register or sign in to comment