From 5fc93f1254e39d788068aeb7b0e5c5b32767a4cf Mon Sep 17 00:00:00 2001 From: law Date: Sun, 18 Jul 1999 03:48:02 +0000 Subject: * 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 --- gcc/system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/system.h') 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 for details.", \ + "Please submit a full bug report.\n" \ + "See for instructions.", \ __PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__) #endif /* recent gcc */ -- cgit v1.2.1