diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-18 22:34:13 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-18 22:34:13 +0000 |
commit | 86702e3134874b23eb9b10dd5725957c29294513 (patch) | |
tree | e8718fa52dbdfe7b1537eb81efbf50d3e182ea09 /gcc/f | |
parent | d88b89e5063f7a693d3f2f7d593510eff110727d (diff) | |
download | gcc-86702e3134874b23eb9b10dd5725957c29294513.zip gcc-86702e3134874b23eb9b10dd5725957c29294513.tar.gz gcc-86702e3134874b23eb9b10dd5725957c29294513.tar.bz2 |
cccp.c, [...]: Removed.
* 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.
From-SVN: r33238
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/f/g77install.texi | 2 | ||||
-rw-r--r-- | gcc/f/lex.c | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index cfe74fb..854802c 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,6 +1,11 @@ +2000-04-18 Zack Weinberg <zack@wolery.cumb.org> + + * lex.c: Remove references to cccp.c. + * g77install.texi: Remove references to cexp.c/cexp.y. + 2000-04-15 David Edelsohn <edelsohn@gnu.org> - * f/target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC + * target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC as well. Wed Apr 12 15:15:26 2000 Mark Mitchell <mark@codesourcery.com> diff --git a/gcc/f/g77install.texi b/gcc/f/g77install.texi index baa72ea..67651a6 100644 --- a/gcc/f/g77install.texi +++ b/gcc/f/g77install.texi @@ -1992,7 +1992,7 @@ type these commands: @example sh# @kbd{cd gcc} -sh# @kbd{touch bi-parser.c bi-parser.h c-parse.c c-parse.h cexp.c} +sh# @kbd{touch bi-parser.c bi-parser.h c-parse.c c-parse.h} sh# @kbd{touch cp/parse.c cp/parse.h objc-parse.c} sh# @kbd{cd ..} sh# diff --git a/gcc/f/lex.c b/gcc/f/lex.c index 0a5435c..a79bab3 100644 --- a/gcc/f/lex.c +++ b/gcc/f/lex.c @@ -1224,7 +1224,7 @@ ffelex_hash_ (FILE *finput) && getc (finput) == 't' && ((c = getc (finput)) == ' ' || c == '\t')) { - /* #ident. The pedantic warning is now in cccp.c. */ + /* #ident. The pedantic warning is now in cpp. */ /* Here we have just seen `#ident '. A string constant should follow. */ |