summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 12:27:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 12:27:07 +0000
commita4081ce74c1237d3ef05f2f542c3576c41dff54f (patch)
tree6d5f568f9e188f95b6ea7175c8c3b866778535a2 /contrib
parentForce building against expat (diff)
downloadrtems-a4081ce74c1237d3ef05f2f542c3576c41dff54f.tar.bz2
gdb-4.7.1
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.9/arm/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/arm/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/avr/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/avr/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/h8300/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/h8300/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/i386/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/i386/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/m68k/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/m68k/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/mips/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/mips/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/mipstx39/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/mipstx39/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/powerpc/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/powerpc/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/sh/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/sh/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.9/sparc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.9/sparc/gdb-sources.add3
20 files changed, 41 insertions, 11 deletions
diff --git a/contrib/crossrpms/rtems4.9/arm/Makefile.am b/contrib/crossrpms/rtems4.9/arm/Makefile.am
index e22dd0665e..b5e84eb642 100644
--- a/contrib/crossrpms/rtems4.9/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/arm/Makefile.am
@@ -17,7 +17,7 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/arm/gdb-sources.add b/contrib/crossrpms/rtems4.9/arm/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/arm/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/arm/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/avr/Makefile.am b/contrib/crossrpms/rtems4.9/avr/Makefile.am
index 9b0324a4b4..bec2b6bcc1 100644
--- a/contrib/crossrpms/rtems4.9/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/avr/Makefile.am
@@ -16,7 +16,7 @@ GCC_RPMREL = 1%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/avr/gdb-sources.add b/contrib/crossrpms/rtems4.9/avr/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/avr/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/avr/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/h8300/Makefile.am b/contrib/crossrpms/rtems4.9/h8300/Makefile.am
index e56397a08b..f29a8a4b83 100644
--- a/contrib/crossrpms/rtems4.9/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/h8300/Makefile.am
@@ -17,7 +17,7 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/h8300/gdb-sources.add b/contrib/crossrpms/rtems4.9/h8300/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/h8300/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/h8300/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/i386/Makefile.am b/contrib/crossrpms/rtems4.9/i386/Makefile.am
index 2b5b8fc538..addd415f5f 100644
--- a/contrib/crossrpms/rtems4.9/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/i386/Makefile.am
@@ -17,7 +17,7 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/i386/gdb-sources.add b/contrib/crossrpms/rtems4.9/i386/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/i386/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/i386/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/m68k/Makefile.am b/contrib/crossrpms/rtems4.9/m68k/Makefile.am
index 86a89d79e4..ab0b302dcb 100644
--- a/contrib/crossrpms/rtems4.9/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/m68k/Makefile.am
@@ -17,7 +17,7 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/m68k/gdb-sources.add b/contrib/crossrpms/rtems4.9/m68k/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/m68k/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/m68k/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/mips/Makefile.am b/contrib/crossrpms/rtems4.9/mips/Makefile.am
index a16cb30fde..7674d7b850 100644
--- a/contrib/crossrpms/rtems4.9/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/mips/Makefile.am
@@ -17,7 +17,7 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/mips/gdb-sources.add b/contrib/crossrpms/rtems4.9/mips/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/mips/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/mips/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.9/mipstx39/Makefile.am
index b7090ef80c..ec586722ee 100644
--- a/contrib/crossrpms/rtems4.9/mipstx39/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/mipstx39/Makefile.am
@@ -5,7 +5,7 @@ TARGET = mipstx39-rtems4.9
include $(top_srcdir)/mkspec.am
# We only want a gdb with a tx39 simulator in it. We share the other tools
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/mipstx39/gdb-sources.add b/contrib/crossrpms/rtems4.9/mipstx39/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/mipstx39/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/mipstx39/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/powerpc/Makefile.am b/contrib/crossrpms/rtems4.9/powerpc/Makefile.am
index fcdb50b7be..bfcb0de6b8 100644
--- a/contrib/crossrpms/rtems4.9/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/powerpc/Makefile.am
@@ -17,7 +17,7 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/powerpc/gdb-sources.add b/contrib/crossrpms/rtems4.9/powerpc/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/powerpc/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/powerpc/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/sh/Makefile.am b/contrib/crossrpms/rtems4.9/sh/Makefile.am
index 1cf6cac44f..12d750f266 100644
--- a/contrib/crossrpms/rtems4.9/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/sh/Makefile.am
@@ -17,7 +17,7 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/sh/gdb-sources.add b/contrib/crossrpms/rtems4.9/sh/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/sh/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/sh/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif
diff --git a/contrib/crossrpms/rtems4.9/sparc/Makefile.am b/contrib/crossrpms/rtems4.9/sparc/Makefile.am
index b2452e2783..47b4d1ca6c 100644
--- a/contrib/crossrpms/rtems4.9/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/sparc/Makefile.am
@@ -17,9 +17,9 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2%{?dist}
+GDB_RPMREL = 3%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.9/sparc/gdb-sources.add b/contrib/crossrpms/rtems4.9/sparc/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/sparc/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/sparc/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif