aboutsummaryrefslogtreecommitdiff
path: root/gcc/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/version.c')
-rw-r--r--gcc/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/version.c b/gcc/version.c
index 1ec57ec966c..57b5eb14869 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -8,7 +8,7 @@
in parentheses. You may also wish to include a number indicating
the revision of your modified compiler. */
-#define VERSUFFIX " (CodeSourcery ARM)"
+#define VERSUFFIX " (Sourcery G++)"
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
@@ -17,7 +17,7 @@
forward us bugs reported to you, if you determine that they are
not bugs in your modifications.) */
-const char bug_report_url[] = "arm-gnu@codesourcery.com";
+const char bug_report_url[] = "<URL:http://www.codesourcery.com/>";
/* The complete version string, assembled from several pieces.
BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */