* Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Feb 2000 21:27:02 +0000 (21:27 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Feb 2000 21:27:02 +0000 (21:27 +0000)
commit745272dbe781216d3b1bb4848b3af9a9d8dda016
treedc89fdbfec79835dff420526e91afe6ae04f9ca8
parent2e931affe3fad0cb9ae8116d79b0ceb545cb913c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31854 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/fix-header.c
gcc/gen-protos.c
gcc/scan.c
gcc/scan.h