summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/sh')
-rw-r--r--tools/cpu/sh/ChangeLog4
-rw-r--r--tools/cpu/sh/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/cpu/sh/ChangeLog b/tools/cpu/sh/ChangeLog
index b22d6a5be0..c81c207426 100644
--- a/tools/cpu/sh/ChangeLog
+++ b/tools/cpu/sh/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: New BUG-REPORT address.
+
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
diff --git a/tools/cpu/sh/configure.ac b/tools/cpu/sh/configure.ac
index d75932d982..6c3b72896e 100644
--- a/tools/cpu/sh/configure.ac
+++ b/tools/cpu/sh/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.60)
-AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([shgen.c])
RTEMS_TOP(../../..)