summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-09-03 05:48:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-09-03 05:48:08 +0000
commitd76de26ec1ace505db9480be8ef653983decfd5d (patch)
tree699c533ac7249daccb2b081cedb1c9eed92b0bab /contrib
parentGDB_VERS = 7.2 (diff)
downloadrtems-d76de26ec1ace505db9480be8ef653983decfd5d.tar.bz2
Add gdb-7.2
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.11/arm/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/avr/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/i386/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/lm32/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m32c/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m32r/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/m68k/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/mips/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sh/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc/gdb-sources.add4
-rw-r--r--contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add4
14 files changed, 56 insertions, 0 deletions
diff --git a/contrib/crossrpms/rtems4.11/arm/gdb-sources.add b/contrib/crossrpms/rtems4.11/arm/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/avr/gdb-sources.add b/contrib/crossrpms/rtems4.11/avr/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add b/contrib/crossrpms/rtems4.11/h8300/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/i386/gdb-sources.add b/contrib/crossrpms/rtems4.11/i386/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add b/contrib/crossrpms/rtems4.11/lm32/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add b/contrib/crossrpms/rtems4.11/m32c/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add b/contrib/crossrpms/rtems4.11/m32r/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add b/contrib/crossrpms/rtems4.11/m68k/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/mips/gdb-sources.add b/contrib/crossrpms/rtems4.11/mips/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add b/contrib/crossrpms/rtems4.11/mipstx39/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add b/contrib/crossrpms/rtems4.11/powerpc/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/sh/gdb-sources.add b/contrib/crossrpms/rtems4.11/sh/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add b/contrib/crossrpms/rtems4.11/sparc/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff
diff --git a/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add b/contrib/crossrpms/rtems4.11/sparc64/gdb-sources.add
index 18694b3811..b638d41406 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.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-20100903.diff
+%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.1-rtems4.11-20100812.diff