summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu')
-rw-r--r--tools/cpu/ChangeLog4
-rw-r--r--tools/cpu/configure.ac2
-rw-r--r--tools/cpu/generic/ChangeLog4
-rw-r--r--tools/cpu/generic/configure.ac2
-rw-r--r--tools/cpu/nios2/ChangeLog4
-rw-r--r--tools/cpu/nios2/configure.ac2
-rw-r--r--tools/cpu/sh/ChangeLog4
-rw-r--r--tools/cpu/sh/configure.ac2
8 files changed, 20 insertions, 4 deletions
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 35c378e34b..0409926cbe 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/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/configure.ac b/tools/cpu/configure.ac
index 85bd9b6957..a815822de7 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.60)
-AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([generic])
RTEMS_TOP(../..)
diff --git a/tools/cpu/generic/ChangeLog b/tools/cpu/generic/ChangeLog
index bc0ccf794f..fbd03acfe1 100644
--- a/tools/cpu/generic/ChangeLog
+++ b/tools/cpu/generic/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/generic/configure.ac b/tools/cpu/generic/configure.ac
index 73893828ba..501e4a12c9 100644
--- a/tools/cpu/generic/configure.ac
+++ b/tools/cpu/generic/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.60)
-AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([size_rtems.in])
RTEMS_TOP(../../..)
diff --git a/tools/cpu/nios2/ChangeLog b/tools/cpu/nios2/ChangeLog
index 4b4aac55a1..f245c3cd14 100644
--- a/tools/cpu/nios2/ChangeLog
+++ b/tools/cpu/nios2/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/nios2/configure.ac b/tools/cpu/nios2/configure.ac
index 40da9cc107..a926375afa 100644
--- a/tools/cpu/nios2/configure.ac
+++ b/tools/cpu/nios2/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.60)
-AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([nios2gen.c])
RTEMS_TOP(../../..)
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(../../..)