* cccp.c, cexp.y, cexp.c, cccp.1: Removed.
commit0b30807c99030db7bdd20760699afd4e1ebf5cd4
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Apr 2000 22:34:13 +0000 (18 22:34 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Apr 2000 22:34:13 +0000 (18 22:34 +0000)
treee8718fa52dbdfe7b1537eb81efbf50d3e182ea09
parent780662e77297bc8b5a88e620c2c3ede4b63ea911
* cccp.c, cexp.y, cexp.c, cccp.1: Removed.

* configure.in: Delete --disable-cpplib option and all
references to cpp_main.
* configure: Regenerate.
* Makefile.in: Remove all references to CCCP, CCCP_OBJS,
@cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
cccp.o, cccp, or cppmain.  Link cppmain.o straight to
cpp$(exeext).  Add --no-headers to makeinfo command line when
generating INSTALL.  Install and uninstall cpp.1 manpage, not
cccp.1.
* install.texi: Delete all references to cexp.y/cexp.c.
Delete ancient instructions for compiling GCC on 3b1.
* INSTALL: Regenerate.

* cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c,
ch/decl.c, ch/lex.c, cp/lex.c, f/lex.c, mips/t-ecoff,
mips/t-elf, mips/t-r3900: Remove references to cccp.c.
* convex.h, fx80.h, m68k.h, pdp11.h, contrib/gcc_update,
f/g77install.texi: Remove references to cexp.c/cexp.y.
* xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
which is no longer tested anywhere.

* po/POTFILES.in: Remove cccp.c and cexp.c.  Comment out
alpha/vms-tramp.asm.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33238 138bc75d-0d04-0410-961f-82ee72b054a4
37 files changed:
contrib/ChangeLog
contrib/gcc_update
gcc/ChangeLog
gcc/INSTALL
gcc/Makefile.in
gcc/c-lex.c
gcc/cccp.1 [deleted file]
gcc/cccp.c [deleted file]
gcc/cexp.c [deleted file]
gcc/cexp.y [deleted file]
gcc/ch/ChangeLog
gcc/ch/decl.c
gcc/ch/lex.c
gcc/config/convex/convex.h
gcc/config/fx80/fx80.h
gcc/config/i386/xm-os2.h
gcc/config/m68k/m68k.h
gcc/config/mips/t-ecoff
gcc/config/mips/t-elf
gcc/config/mips/t-r3900
gcc/config/pdp11/pdp11.h
gcc/config/romp/xm-romp.h
gcc/config/xm-linux.h
gcc/configure
gcc/configure.in
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cppfiles.c
gcc/cpplib.h
gcc/f/ChangeLog
gcc/f/g77install.texi
gcc/f/lex.c
gcc/install.texi
gcc/jump.c
gcc/po/ChangeLog
gcc/po/POTFILES.in
gcc/protoize.c