diff options
author | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-18 12:26:50 +0000 |
---|---|---|
committer | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-18 12:26:50 +0000 |
commit | 57f194be3f697f6431ed5f46df6a8d994f51da75 (patch) | |
tree | c87fd4de1ea1b6bad16ef5e8c6fa926ec58ad2b8 /gcc/system.h | |
parent | 5c2b86193683c94cbb374d06c47c28bcad228b29 (diff) | |
download | gcc-57f194be3f697f6431ed5f46df6a8d994f51da75.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32049 138bc75d-0d04-0410-961f-82ee72b054a4
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 99b0d087030..06ef2c82a48 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> |