aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-07-28 22:32:11 +0000
committerMark Mitchell <mark@codesourcery.com>2005-07-28 22:32:11 +0000
commit2bec3ad44fa849cafa0a5adb2aa791f4389fd901 (patch)
tree6fdc01a68664b9570a1ab6d31c4604c723dd8307
parentd9cb2f18e71b5c605dc80ba726667209be005cc0 (diff)
* gcc/version.c (version_string): Use "Sourcery G++" as the
release name. (bug_report_url): Use our support tracker. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-gxxpro-3_4-branch@102523 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl6
-rw-r--r--gcc/version.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
new file mode 100644
index 00000000000..4b8da8703f4
--- /dev/null
+++ b/ChangeLog.csl
@@ -0,0 +1,6 @@
+2005-07-28 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc/version.c (version_string): Use "Sourcery G++" as the
+ release name.
+ (bug_report_url): Use our support tracker.
+
diff --git a/gcc/version.c b/gcc/version.c
index cff041f4e11..fb134633585 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -5,7 +5,7 @@
please modify this string to indicate that, e.g. by putting your
organization's name in parentheses at the end of the string. */
-const char version_string[] = "3.4.4 (release) (CodeSourcery ARM Q1cvs 2005)";
+const char version_string[] = "3.4.4 (release) (Sourcery G++)";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
@@ -14,4 +14,4 @@ const char version_string[] = "3.4.4 (release) (CodeSourcery ARM Q1cvs 2005)";
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[] = "https://support.codesourcery.com/GNUToolchain/";