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/system.h | |
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/system.h')
-rw-r--r-- | gcc/system.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h index 99b0d08..06ef2c8 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -23,6 +23,11 @@ Boston, MA 02111-1307, USA. */ #ifndef __GCC_SYSTEM_H__ #define __GCC_SYSTEM_H__ +/* This is the location of the online document giving information how + to report bugs. If you change this string, also check for strings + not under control of the preprocessor. */ +#define GCCBUGURL "<URL:http://www.gnu.org/software/gcc/bugs.html>" + /* We must include stdarg.h/varargs.h before stdio.h. */ #ifdef ANSI_PROTOTYPES #include <stdarg.h> |