diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-18 03:48:02 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-18 03:48:02 +0000 |
commit | 5fc93f1254e39d788068aeb7b0e5c5b32767a4cf (patch) | |
tree | 9835e4d71ad0afac072a023e94c8b969b1b7c140 /gcc/system.h | |
parent | 3d40f1a2607b24b3e424dde5c006653199f101c8 (diff) | |
download | ppe42-gcc-5fc93f1254e39d788068aeb7b0e5c5b32767a4cf.tar.gz ppe42-gcc-5fc93f1254e39d788068aeb7b0e5c5b32767a4cf.zip |
* gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
Removed paragraph about compression of files and size limitation,
duplicated in the FAQ. Use gcc-patches for posting patches.
* gcc.c (main): Updated URL with bug reporting instructions to
gcc.gnu.org. Removed e-mail address.
* system.h (abort): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28151 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h index 5d1adcd9ad6..93ba4c3a365 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -398,8 +398,8 @@ extern void fatal PVPROTO((const char *, ...)) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORE trim_filename (__FILE__), __LINE__) #else #define abort() fatal ("Internal compiler error in `%s', at %s:%d\n" \ - "Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.\n" \ - "See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.", \ + "Please submit a full bug report.\n" \ + "See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.", \ __PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__) #endif /* recent gcc */ |