summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 02:54:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 02:54:35 +0000
commit72a6eb1dce0f967bc13b4e8d812e7603a38afcb1 (patch)
treef5a38c77978c57aa730a76a39a9edd7567baef2f
parentUpgrade to gdb-6.8 (diff)
downloadrtems-72a6eb1dce0f967bc13b4e8d812e7603a38afcb1.tar.bz2
Upgrade to gdb-6.6.
-rw-r--r--contrib/crossrpms/rtems4.7/arm/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/arm/gdb-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/avr/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/avr/gdb-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/h8300/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/h8300/gdb-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/i386/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/i386/gdb-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/gdb-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/mips/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/mips/gdb-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/mipstx39/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/powerpc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add5
-rw-r--r--contrib/crossrpms/rtems4.7/sh/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/sh/gdb-sources.add5
18 files changed, 27 insertions, 54 deletions
diff --git a/contrib/crossrpms/rtems4.7/arm/Makefile.am b/contrib/crossrpms/rtems4.7/arm/Makefile.am
index 369f1eede5..73f423b90e 100644
--- a/contrib/crossrpms/rtems4.7/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/arm/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/arm/gdb-sources.add b/contrib/crossrpms/rtems4.7/arm/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/arm/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/arm/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif
diff --git a/contrib/crossrpms/rtems4.7/avr/Makefile.am b/contrib/crossrpms/rtems4.7/avr/Makefile.am
index d9905c34e7..bb625bfb16 100644
--- a/contrib/crossrpms/rtems4.7/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/avr/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS +=
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/avr/gdb-sources.add b/contrib/crossrpms/rtems4.7/avr/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/avr/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/avr/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif
diff --git a/contrib/crossrpms/rtems4.7/h8300/Makefile.am b/contrib/crossrpms/rtems4.7/h8300/Makefile.am
index c5b7d53d9f..e19e74b79b 100644
--- a/contrib/crossrpms/rtems4.7/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/h8300/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/h8300/gdb-sources.add b/contrib/crossrpms/rtems4.7/h8300/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/h8300/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/h8300/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif
diff --git a/contrib/crossrpms/rtems4.7/i386/Makefile.am b/contrib/crossrpms/rtems4.7/i386/Makefile.am
index a2fee7d96e..221fb71272 100644
--- a/contrib/crossrpms/rtems4.7/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/i386/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/i386/gdb-sources.add b/contrib/crossrpms/rtems4.7/i386/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/i386/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/i386/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif
diff --git a/contrib/crossrpms/rtems4.7/m68k/Makefile.am b/contrib/crossrpms/rtems4.7/m68k/Makefile.am
index 2694d6f871..c5d981e093 100644
--- a/contrib/crossrpms/rtems4.7/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/m68k/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add b/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif
diff --git a/contrib/crossrpms/rtems4.7/mips/Makefile.am b/contrib/crossrpms/rtems4.7/mips/Makefile.am
index 4b0fb77e2c..9003443033 100644
--- a/contrib/crossrpms/rtems4.7/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/mips/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/mips/gdb-sources.add b/contrib/crossrpms/rtems4.7/mips/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/mips/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/mips/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif
diff --git a/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am
index ea4130ab32..a39629c0d0 100644
--- a/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am
@@ -5,8 +5,8 @@ TARGET = mipstx39-rtems4.7
include $(top_srcdir)/mkspec.am
# We only want a gdb with a tx39 simulator in it. We share the other tools
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add b/contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif
diff --git a/contrib/crossrpms/rtems4.7/powerpc/Makefile.am b/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
index bb6ba174b7..d2dc9d0877 100644
--- a/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add b/contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif
diff --git a/contrib/crossrpms/rtems4.7/sh/Makefile.am b/contrib/crossrpms/rtems4.7/sh/Makefile.am
index 7dbfb8b5ab..2c72cca3ef 100644
--- a/contrib/crossrpms/rtems4.7/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/sh/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.5
+GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/sh/gdb-sources.add b/contrib/crossrpms/rtems4.7/sh/gdb-sources.add
index b28f70b2ab..89adf0d27a 100644
--- a/contrib/crossrpms/rtems4.7/sh/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/sh/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+Patch0: gdb-6.6-rtems4.7-20071216.diff
%endif