diff options
author | Martin v. Löwis <loewis@informatik.hu-berlin.de> | 2000-02-18 12:26:50 +0000 |
---|---|---|
committer | Martin v. Löwis <loewis@gcc.gnu.org> | 2000-02-18 12:26:50 +0000 |
commit | 8b97e23b7601eec320ef0600448a9ee686fde12b (patch) | |
tree | c87fd4de1ea1b6bad16ef5e8c6fa926ec58ad2b8 /gcc/f | |
parent | 7eeb2431024ac0cda66c1d91f74b1068972e30db (diff) | |
download | gcc-8b97e23b7601eec320ef0600448a9ee686fde12b.zip gcc-8b97e23b7601eec320ef0600448a9ee686fde12b.tar.gz gcc-8b97e23b7601eec320ef0600448a9ee686fde12b.tar.bz2 |
gcc.texi (Bug Reporting): Refer to bugs.html.
* gcc.texi (Bug Reporting): Refer to bugs.html.
(Bug Lists): Likewise.
* system.h (GCCBUGURL): New preprocessor define.
* rtl.c (fancy_abort): Use it.
* gcc.c (main): Likewise.
* typeck2.c (my_friendly_abort): Use GCCBUGURL.
* g77spec.c (lang_specific_driver): Use GCCBUGURL.
* gjavah.c (help): Use GCCBUGURL.
* jv-scan.c (help): Likewise.
* jcf-dump.c (help): Likewise.
From-SVN: r32049
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/g77spec.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index f9ae016..ebb4336 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 18 13:19:34 2000 Martin von Loewis <loewis@informatik.hu-berlin.de> + + * g77spec.c (lang_specific_driver): Use GCCBUGURL. + 2000-02-17 Andy Vaught <andy@maxwell.la.asu.edu> * com.c (ffecom_member_phase2_): Re-enable COMMON debug code. diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c index 26d78b4..532154b 100644 --- a/gcc/f/g77spec.c +++ b/gcc/f/g77spec.c @@ -1,5 +1,5 @@ /* Specific flags and argument handling of the Fortran front-end. - Copyright (C) 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -431,7 +431,7 @@ For more information on g77 and gcc, type the commands `info -f g77'\n\ and `info -f gcc' to read the Info documentation.\n\ \n\ For bug reporting instructions, please see:\n\ -<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>.\n"); +%s.\n", GCCBUGURL); exit (0); break; #endif |