From 49fbf4b925552657ef9fe53d8382dfc5d9723ac5 Mon Sep 17 00:00:00 2001 From: zack Date: Tue, 18 May 2004 01:26:21 +0000 Subject: top: * Makefile.def, Makefile.tpl, configure.in: Remove all mention of libf2c. * configure, Makefile.in: Regenerate. contrib: * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files from list of files to be touched. * convert_to_f2c, convert_to_g2c, download_f2c: Delete. gcc: * f: Entire directory removed * c-common.h (CTI_G77_INTEGER_TYPE, CTI_G77_UINTEGER_TYPE) (CTI_G77_LONGINT_TYPE, CTI_G77_ULONGINT_TYPE) (g77_integer_type_node, g77_uinteger_type_node) (g77_longint_type_node, or g77_ulongint_type_node): Delete. * c-common.c (c_common_nodes_and_builtins): Do not initialize the above set of variables. * config/i386/uwin.h: No need to define WIN32_UWIN_TARGET. * doc/invoke.texi, doc/standards.texi: Remove cross-references to g77 manual. gcc/po: * exgettext (spec_error_string): Do not scan beyond the end of the string for a close brace. Do not bail out at the first incidence of %%e. * gcc.pot: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81967 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/doc/invoke.texi | 8 ++------ gcc/doc/standards.texi | 3 --- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'gcc/doc') diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5b8556634cd..968ad375e8e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -43,8 +43,8 @@ remainder. @samp{g++} accepts mostly the same options as @samp{gcc}. @c man end @c man begin SEEALSO gpl(7), gfdl(7), fsf-funding(7), -cpp(1), gcov(1), g77(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1) -and the Info entries for @file{gcc}, @file{cpp}, @file{g77}, @file{as}, +cpp(1), gcov(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1) +and the Info entries for @file{gcc}, @file{cpp}, @file{as}, @file{ld}, @file{binutils} and @file{gdb}. @c man end @c man begin BUGS @@ -773,10 +773,6 @@ preprocessor (not included with GCC)@. @itemx @var{file}.f95 Fortran 90/95 source code which should not be preprocessed. -@xref{Overall Options,,Options Controlling the Kind of Output, g77, -Using and Porting GNU Fortran}, for more details of the handling of -Fortran input files. - @c FIXME: Descriptions of Java file types. @c @var{file}.java @c @var{file}.class diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index df14c0f143d..faa08e4a9f6 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -185,9 +185,6 @@ HTML format. GNAT Reference Manual}, for information on standard conformance and compatibility of the Ada compiler. -@xref{Language,,The GNU Fortran Language, g77, Using and Porting GNU -Fortran}, for details of the Fortran language supported by @command{g77}. - @xref{Standards,,Standards, gfortran, The GNU Fortran 95 Compiler}, for details of standards supported by @command{gfortran}. -- cgit v1.2.1