From 664d321a69d13f586be69445b881dc7543e58c53 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Dec 2011 18:08:16 +0000 Subject: gdb-7.3.91. --- contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/arm/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/arm/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/avr/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/avr/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/bfin/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/bfin/gdb-sources.add | 18 ++++++++++++++---- contrib/crossrpms/rtems4.11/h8300/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/h8300/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/i386/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/i386/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/lm32/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/lm32/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/m32c/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/m32c/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/m32r/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/m32r/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/m68k/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/m68k/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/mips/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/mips/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/mipstx39/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/powerpc/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/sh/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/sh/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/sparc/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/sparc/gdb-sources.add | 4 ++++ contrib/crossrpms/rtems4.11/sparc64/Makefile.am | 2 +- contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add | 4 ++++ 32 files changed, 90 insertions(+), 20 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 31dfc8e76f..79e2deb534 100644 --- a/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am +++ b/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add b/contrib/crossrpms/rtems4.11/arm-eabi/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/arm/Makefile.am b/contrib/crossrpms/rtems4.11/arm/Makefile.am index 70d437ebf8..12a09c36b9 100644 --- a/contrib/crossrpms/rtems4.11/arm/Makefile.am +++ b/contrib/crossrpms/rtems4.11/arm/Makefile.am @@ -21,7 +21,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/arm/gdb-sources.add b/contrib/crossrpms/rtems4.11/arm/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/avr/Makefile.am b/contrib/crossrpms/rtems4.11/avr/Makefile.am index 02e7975c27..571ceb9382 100644 --- a/contrib/crossrpms/rtems4.11/avr/Makefile.am +++ b/contrib/crossrpms/rtems4.11/avr/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/avr/gdb-sources.add b/contrib/crossrpms/rtems4.11/avr/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/bfin/Makefile.am b/contrib/crossrpms/rtems4.11/bfin/Makefile.am index 35db838900..b0a2212c2f 100644 --- a/contrib/crossrpms/rtems4.11/bfin/Makefile.am +++ b/contrib/crossrpms/rtems4.11/bfin/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add b/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add index ece19d9a03..0cdd0bbcf6 100644 --- a/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add +++ b/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add @@ -1,3 +1,17 @@ +%if "%{gdb_version}" == "7.3.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif +%if "%{gdb_version}" == "7.3.1" +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 + +%if "%{gdb_version}" == "7.3.1" BuildRequires: @rpmprefix@bfin-rtems4.11-binutils BuildRequires: texinfo @@ -6,8 +20,4 @@ BuildRequires: texinfo # Force not building the GUI. %{!?suse:BuildConflicts: SDL-devel} %{?suse:BuildConflicts: libSDL-devel} - -%if "%{gdb_version}" == "7.3.1" -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 diff --git a/contrib/crossrpms/rtems4.11/h8300/Makefile.am b/contrib/crossrpms/rtems4.11/h8300/Makefile.am index d38f3accf9..0022044554 100644 --- a/contrib/crossrpms/rtems4.11/h8300/Makefile.am +++ b/contrib/crossrpms/rtems4.11/h8300/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add b/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/i386/Makefile.am b/contrib/crossrpms/rtems4.11/i386/Makefile.am index a965269e3c..c3cc21c165 100644 --- a/contrib/crossrpms/rtems4.11/i386/Makefile.am +++ b/contrib/crossrpms/rtems4.11/i386/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/i386/gdb-sources.add b/contrib/crossrpms/rtems4.11/i386/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/lm32/Makefile.am b/contrib/crossrpms/rtems4.11/lm32/Makefile.am index 14925eb37b..88f5adeb2e 100644 --- a/contrib/crossrpms/rtems4.11/lm32/Makefile.am +++ b/contrib/crossrpms/rtems4.11/lm32/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add b/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/m32c/Makefile.am b/contrib/crossrpms/rtems4.11/m32c/Makefile.am index 86042aa6ad..8aa7db386b 100644 --- a/contrib/crossrpms/rtems4.11/m32c/Makefile.am +++ b/contrib/crossrpms/rtems4.11/m32c/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add b/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/m32r/Makefile.am b/contrib/crossrpms/rtems4.11/m32r/Makefile.am index 08fd274dfd..e5155a3761 100644 --- a/contrib/crossrpms/rtems4.11/m32r/Makefile.am +++ b/contrib/crossrpms/rtems4.11/m32r/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add b/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/m68k/Makefile.am b/contrib/crossrpms/rtems4.11/m68k/Makefile.am index e433e81be3..39abbd94e5 100644 --- a/contrib/crossrpms/rtems4.11/m68k/Makefile.am +++ b/contrib/crossrpms/rtems4.11/m68k/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add b/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/mips/Makefile.am b/contrib/crossrpms/rtems4.11/mips/Makefile.am index d84d1fd718..252cad61b9 100644 --- a/contrib/crossrpms/rtems4.11/mips/Makefile.am +++ b/contrib/crossrpms/rtems4.11/mips/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/mips/gdb-sources.add b/contrib/crossrpms/rtems4.11/mips/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am index 501acbe116..e64e706d83 100644 --- a/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am +++ b/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am @@ -6,7 +6,7 @@ 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.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add b/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am index e716c55d1a..cb904dab94 100644 --- a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am +++ b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add b/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/sh/Makefile.am b/contrib/crossrpms/rtems4.11/sh/Makefile.am index 3cdabf5742..fe251d84d9 100644 --- a/contrib/crossrpms/rtems4.11/sh/Makefile.am +++ b/contrib/crossrpms/rtems4.11/sh/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/sh/gdb-sources.add b/contrib/crossrpms/rtems4.11/sh/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/sparc/Makefile.am b/contrib/crossrpms/rtems4.11/sparc/Makefile.am index 7cf56a71fb..b393e9b343 100644 --- a/contrib/crossrpms/rtems4.11/sparc/Makefile.am +++ b/contrib/crossrpms/rtems4.11/sparc/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add b/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 diff --git a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am index 9d81df9580..bd0f90db05 100644 --- a/contrib/crossrpms/rtems4.11/sparc64/Makefile.am +++ b/contrib/crossrpms/rtems4.11/sparc64/Makefile.am @@ -20,7 +20,7 @@ NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 19` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 7.3.1 +GDB_VERS = 7.3.91 GDB_PKGVERS = $(GDB_VERS) GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add b/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add index 54b7731515..c8f9e27f60 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.91" +Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2 +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff +%endif %if "%{gdb_version}" == "7.3.1" 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 -- cgit v1.2.3