summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-01 03:54:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-01 03:54:09 +0000
commit120adc247d3b429becb774dc9be4a979aacb8a5a (patch)
tree674d2925d0e0d028d6624caaea7a01d911f2199a /contrib
parentMove python into package specific subdir. (diff)
downloadrtems-120adc247d3b429becb774dc9be4a979aacb8a5a.tar.bz2
gdb-7.3
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/arm/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/arm/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/avr/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/avr/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/i386/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/i386/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/lm32/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/lm32/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m32c/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/m32c/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m32r/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/m32r/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m68k/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/m68k/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/mips/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/mips/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/mipstx39/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/powerpc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sh/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/sh/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc64/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add4
30 files changed, 90 insertions, 30 deletions
diff --git a/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am b/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am
index 2e44c269eb..f4dafedda2 100644
--- a/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add b/contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/arm/Makefile.am b/contrib/crossrpms/rtems4.11/arm/Makefile.am
index b18645d7fa..d7a2077b49 100644
--- a/contrib/crossrpms/rtems4.11/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/arm/Makefile.am
@@ -21,9 +21,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/arm/gdb-sources.add b/contrib/crossrpms/rtems4.11/arm/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/arm/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/arm/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/avr/Makefile.am b/contrib/crossrpms/rtems4.11/avr/Makefile.am
index 96e46d4c56..04df6c3841 100644
--- a/contrib/crossrpms/rtems4.11/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/avr/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS +=
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/avr/gdb-sources.add b/contrib/crossrpms/rtems4.11/avr/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/avr/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/avr/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/h8300/Makefile.am b/contrib/crossrpms/rtems4.11/h8300/Makefile.am
index da06e2d901..accdc95b52 100644
--- a/contrib/crossrpms/rtems4.11/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/h8300/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add b/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/i386/Makefile.am b/contrib/crossrpms/rtems4.11/i386/Makefile.am
index 1d3c2b86c8..b466b34582 100644
--- a/contrib/crossrpms/rtems4.11/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/i386/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/i386/gdb-sources.add b/contrib/crossrpms/rtems4.11/i386/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/i386/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/i386/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/lm32/Makefile.am b/contrib/crossrpms/rtems4.11/lm32/Makefile.am
index 6d674f8d2d..f06a2157ee 100644
--- a/contrib/crossrpms/rtems4.11/lm32/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/lm32/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add b/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/m32c/Makefile.am b/contrib/crossrpms/rtems4.11/m32c/Makefile.am
index af5b04533b..c75d1c0908 100644
--- a/contrib/crossrpms/rtems4.11/m32c/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m32c/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS +=
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add b/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/m32r/Makefile.am b/contrib/crossrpms/rtems4.11/m32r/Makefile.am
index dc1a934e08..fa18e92c02 100644
--- a/contrib/crossrpms/rtems4.11/m32r/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m32r/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS +=
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add b/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/m68k/Makefile.am b/contrib/crossrpms/rtems4.11/m68k/Makefile.am
index 27ce7b11af..6410038141 100644
--- a/contrib/crossrpms/rtems4.11/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m68k/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add b/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/mips/Makefile.am b/contrib/crossrpms/rtems4.11/mips/Makefile.am
index 061211c6a6..a893f1caf1 100644
--- a/contrib/crossrpms/rtems4.11/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/mips/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/mips/gdb-sources.add b/contrib/crossrpms/rtems4.11/mips/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/mips/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/mips/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am
index a2bb2e9b3c..0c08502829 100644
--- a/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am
@@ -6,8 +6,8 @@ TARGET = mipstx39-rtems4.11
include $(top_srcdir)/mkspec.am
# We only want a gdb with a tx39 simulator in it. We share the other tools
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add b/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
index 265def28b6..c28bde383f 100644
--- a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add b/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/sh/Makefile.am b/contrib/crossrpms/rtems4.11/sh/Makefile.am
index ef858819c8..474813db2a 100644
--- a/contrib/crossrpms/rtems4.11/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sh/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/sh/gdb-sources.add b/contrib/crossrpms/rtems4.11/sh/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/sh/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/sh/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/sparc/Makefile.am b/contrib/crossrpms/rtems4.11/sparc/Makefile.am
index 9b6e74f9bb..a9ef6efb6a 100644
--- a/contrib/crossrpms/rtems4.11/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sparc/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add b/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
diff --git a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
index 4b35e8be26..2c9bf4d95d 100644
--- a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am
@@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 7.2
+GDB_VERS = 7.3
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2
+GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add b/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add
index 3aaeea77e8..bf17f8cd5b 100644
--- a/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add
@@ -1,3 +1,7 @@
+%if "%{gdb_version}" == "7.3"
+Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3a.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff
+%endif
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff