From 237ac71179a01b7ecb0af4e7c36df61525cfb0b1 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Wed, 3 May 2006 23:13:47 +0000 Subject: 2006-05-04 Paul Brook * 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 --- ChangeLog.csl | 4 ++++ gcc/version.c | 4 ++-- 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 + + * gcc/version.c: Revert back to Sourcery G++. + 2006-05-03 Paul Brook 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[] = ""; /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */ -- cgit v1.2.3