]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
authorZack Weinberg <zack@wolery.cumb.org>
Tue, 8 Feb 2000 21:27:02 +0000 (21:27 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 8 Feb 2000 21:27:02 +0000 (21:27 +0000)
commit5fa7f88c064df849718157fb4e90fa865e35fb5b
treedc89fdbfec79835dff420526e91afe6ae04f9ca8
parent4be2e5d967e76bdec83d5b6d08d7b9c5ccacad75
Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.

* Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
(gen_protos.o): Don't depend on cpplib.h or cpphash.h.
(fix-header.o): Don't depend on cpphash.h.

* scan.c (hashstr): New function.
* scan.h: Prototype it.
* fix-header.c: Don't include cpphash.h.  Use hashstr.
* gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
hashstr.  Report hash table statistics.  Add private
definition of xrealloc.

From-SVN: r31854
gcc/ChangeLog
gcc/Makefile.in
gcc/fix-header.c
gcc/gen-protos.c
gcc/scan.c
gcc/scan.h
This page took 0.052929 seconds and 5 git commands to generate.