From 826eb30163a35e30f50bd7f3fb3893db92a48d55 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Sep 2011 03:39:43 +0000 Subject: gdb-7.3.1 --- contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/arm/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/arm/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/avr/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/avr/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/bfin/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/bfin/gdb-sources.add | 19 ++++++++----------- contrib/crossrpms/rtems4.11/h8300/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/h8300/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/i386/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/i386/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/lm32/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/lm32/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/m32c/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/m32c/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/m32r/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/m32r/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/m68k/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/m68k/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/mips/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/mips/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/mipstx39/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/powerpc/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/sh/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/sh/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/sparc/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/sparc/gdb-sources.add | 4 ++-- contrib/crossrpms/rtems4.11/sparc64/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add | 4 ++-- 32 files changed, 70 insertions(+), 73 deletions(-) (limited to 'contrib') diff --git a/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am b/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am index 9bd846f262..07da8686c9 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/arm/Makefile.am b/contrib/crossrpms/rtems4.11/arm/Makefile.am index d6498c7ffb..a37a770535 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/arm/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/arm/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/avr/Makefile.am b/contrib/crossrpms/rtems4.11/avr/Makefile.am index 74f9c3c203..6b642d09ad 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/avr/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/avr/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/bfin/Makefile.am b/contrib/crossrpms/rtems4.11/bfin/Makefile.am index 85daf26289..4e48cdf72d 100644 --- a/contrib/crossrpms/rtems4.11/bfin/Makefile.am +++ b/contrib/crossrpms/rtems4.11/bfin/Makefile.am @@ -20,9 +20,9 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3 +GDB_VERS = 7.3.1 GDB_PKGVERS = $(GDB_VERS) -GDB_RPMREL = 2 +GDB_RPMREL = 1 include ../gdb.am GDB_OPTS += diff --git a/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add b/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add index 81708800ea..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add @@ -1,11 +1,8 @@ -BuildRequires: @rpmprefix@bfin-rtems4.11-binutils -BuildRequires: texinfo - -# The bfin simulator silently tries to conditionally build an SDL based GUI, -# but fails to link correctly -# Force not building the GUI. -%{!?suse:BuildConflicts: SDL-devel} -%{?suse:BuildConflicts: libSDL-devel} - -Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}a.tar.bz2 -Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3-rtems4.11-20110831.diff +%if "%{gdb_version}" == "7.3" +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.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 +%endif diff --git a/contrib/crossrpms/rtems4.11/h8300/Makefile.am b/contrib/crossrpms/rtems4.11/h8300/Makefile.am index c20a66a8fa..8d46872b1f 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/i386/Makefile.am b/contrib/crossrpms/rtems4.11/i386/Makefile.am index 8bf8800425..664accc4f1 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/i386/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/i386/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/lm32/Makefile.am b/contrib/crossrpms/rtems4.11/lm32/Makefile.am index 7839ae9770..b3ce77c2eb 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/m32c/Makefile.am b/contrib/crossrpms/rtems4.11/m32c/Makefile.am index d3ed30e781..9c73b9b81e 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/m32r/Makefile.am b/contrib/crossrpms/rtems4.11/m32r/Makefile.am index 4c755066ca..95ce5ba71c 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/m68k/Makefile.am b/contrib/crossrpms/rtems4.11/m68k/Makefile.am index 6222cf10ee..5d17b87bb5 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/mips/Makefile.am b/contrib/crossrpms/rtems4.11/mips/Makefile.am index 39c170f3e1..989cbdc7d4 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/mips/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/mips/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am index 7e48273c79..501acbe116 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am index 659cf2f676..00a21888e6 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/sh/Makefile.am b/contrib/crossrpms/rtems4.11/sh/Makefile.am index c59fa09ffc..5fb24f66bc 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/sh/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/sh/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/sparc/Makefile.am b/contrib/crossrpms/rtems4.11/sparc/Makefile.am index 5316203bb5..18c78328fb 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 diff --git a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am index 3c5d72ccf2..86602bbe03 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.3 +GDB_VERS = 7.3.1 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 7c81ec9d04..82ffecbbec 100644 --- a/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add @@ -1,6 +1,6 @@ %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 +Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff %endif %if "%{gdb_version}" == "7.2" Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2 -- cgit v1.2.3