aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-05-03 23:13:47 +0000
committerPaul Brook <paul@codesourcery.com>2006-05-03 23:13:47 +0000
commit237ac71179a01b7ecb0af4e7c36df61525cfb0b1 (patch)
tree8bcc9b777bc44bfe2ab69a921a31bc8383841ffd
parent2dc284049072850eaf8faff511a4607b183e17a7 (diff)
2006-05-04 Paul Brook <paul@codesourcery.com>csl/sourcerygxx/4.1-4
* gcc/version.c: Revert back to Sourcery G++. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@113504 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl4
-rw-r--r--gcc/version.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index eebe9562cfc..ac90a7b3a0d 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,7 @@
+2006-05-04 Paul Brook <paul@codesourcery.com>
+
+ * gcc/version.c: Revert back to Sourcery G++.
+
2006-05-03 Paul Brook <paul@codesourcery.com>
Merge from branches/csl/arm-4_1 r113476.
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. */