From 5ca8bf3bf81ac50dcffa45f4f192e8cd65afb286 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Jun 2009 16:55:24 +0000 Subject: [PATCH] Update to gdb-6.8.50.20090629 --- contrib/crossrpms/rtems4.10/avr/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.10/avr/gdb-sources.add | 2 +- .../rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec | 8 ++++---- contrib/crossrpms/rtems4.10/lm32/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.10/lm32/gdb-sources.add | 2 +- .../rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec | 8 ++++---- contrib/crossrpms/rtems4.10/m32c/Makefile.am | 4 ++-- contrib/crossrpms/rtems4.10/m32c/gdb-sources.add | 2 +- .../rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec | 8 ++++---- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/contrib/crossrpms/rtems4.10/avr/Makefile.am b/contrib/crossrpms/rtems4.10/avr/Makefile.am index 86d7045a9e..15231efbf8 100644 --- a/contrib/crossrpms/rtems4.10/avr/Makefile.am +++ b/contrib/crossrpms/rtems4.10/avr/Makefile.am @@ -19,9 +19,9 @@ NEWLIB_RPMREL = `expr 21 + 12 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += -GDB_VERS = 6.8.50.20090329 +GDB_VERS = 6.8.50.20090629 GDB_PKGVERS = $(GDB_VERS) -GDB_RPMREL = 2 +GDB_RPMREL = 1 include ../gdb.am GDB_OPTS += diff --git a/contrib/crossrpms/rtems4.10/avr/gdb-sources.add b/contrib/crossrpms/rtems4.10/avr/gdb-sources.add index c8ecde1b5e..a35a4b360d 100644 --- a/contrib/crossrpms/rtems4.10/avr/gdb-sources.add +++ b/contrib/crossrpms/rtems4.10/avr/gdb-sources.add @@ -6,4 +6,4 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2 # + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html # + misc small fixes to lm32-sim/gdb # + avr simulator -Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090629-rtems4.10-20090629.diff diff --git a/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec b/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec index 44bcd9e7ef..ea9dbad425 100644 --- a/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec +++ b/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec @@ -45,14 +45,14 @@ %define _host_rpmprefix %{nil} %endif -%define gdb_version 6.8.50.20090329 -%define gdb_rpmvers %{expand:%(echo 6.8.50.20090329 | tr - _)} +%define gdb_version 6.8.50.20090629 +%define gdb_rpmvers %{expand:%(echo 6.8.50.20090629 | tr - _)} Name: rtems-4.10-avr-rtems4.10-gdb Summary: Gdb for target avr-rtems4.10 Group: Development/Tools Version: %{gdb_rpmvers} -Release: 2%{?dist} +Release: 1%{?dist} License: GPL/LGPL URL: http://sources.redhat.com/gdb BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -121,7 +121,7 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2 # + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html # + misc small fixes to lm32-sim/gdb # + avr simulator -Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090629-rtems4.10-20090629.diff %description GDB for target avr-rtems4.10 diff --git a/contrib/crossrpms/rtems4.10/lm32/Makefile.am b/contrib/crossrpms/rtems4.10/lm32/Makefile.am index e48f5cf13e..8674c50e31 100644 --- a/contrib/crossrpms/rtems4.10/lm32/Makefile.am +++ b/contrib/crossrpms/rtems4.10/lm32/Makefile.am @@ -19,9 +19,9 @@ NEWLIB_RPMREL = `expr 21 + 12 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --languages=cxx -GDB_VERS = 6.8.50.20090329 +GDB_VERS = 6.8.50.20090629 GDB_PKGVERS = $(GDB_VERS) -GDB_RPMREL = 2 +GDB_RPMREL = 1 include ../gdb.am GDB_OPTS += --disable-infos diff --git a/contrib/crossrpms/rtems4.10/lm32/gdb-sources.add b/contrib/crossrpms/rtems4.10/lm32/gdb-sources.add index c8ecde1b5e..a35a4b360d 100644 --- a/contrib/crossrpms/rtems4.10/lm32/gdb-sources.add +++ b/contrib/crossrpms/rtems4.10/lm32/gdb-sources.add @@ -6,4 +6,4 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2 # + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html # + misc small fixes to lm32-sim/gdb # + avr simulator -Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090629-rtems4.10-20090629.diff diff --git a/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec b/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec index 7d121915b0..5b88f586ff 100644 --- a/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec +++ b/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec @@ -45,14 +45,14 @@ %define _host_rpmprefix %{nil} %endif -%define gdb_version 6.8.50.20090329 -%define gdb_rpmvers %{expand:%(echo 6.8.50.20090329 | tr - _)} +%define gdb_version 6.8.50.20090629 +%define gdb_rpmvers %{expand:%(echo 6.8.50.20090629 | tr - _)} Name: rtems-4.10-lm32-rtems4.10-gdb Summary: Gdb for target lm32-rtems4.10 Group: Development/Tools Version: %{gdb_rpmvers} -Release: 2%{?dist} +Release: 1%{?dist} License: GPL/LGPL URL: http://sources.redhat.com/gdb BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -116,7 +116,7 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2 # + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html # + misc small fixes to lm32-sim/gdb # + avr simulator -Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090629-rtems4.10-20090629.diff %description GDB for target lm32-rtems4.10 diff --git a/contrib/crossrpms/rtems4.10/m32c/Makefile.am b/contrib/crossrpms/rtems4.10/m32c/Makefile.am index c9df570ee7..f6646482b9 100644 --- a/contrib/crossrpms/rtems4.10/m32c/Makefile.am +++ b/contrib/crossrpms/rtems4.10/m32c/Makefile.am @@ -19,9 +19,9 @@ NEWLIB_RPMREL = `expr 21 + 12 + $(GCC_RPMREL)` include ../gcc.am GCC_OPTS += --disable-infos -GDB_VERS = 6.8.50.20090329 +GDB_VERS = 6.8.50.20090629 GDB_PKGVERS = $(GDB_VERS) -GDB_RPMREL = 2 +GDB_RPMREL = 1 include ../gdb.am GDB_OPTS += --disable-infos diff --git a/contrib/crossrpms/rtems4.10/m32c/gdb-sources.add b/contrib/crossrpms/rtems4.10/m32c/gdb-sources.add index c8ecde1b5e..a35a4b360d 100644 --- a/contrib/crossrpms/rtems4.10/m32c/gdb-sources.add +++ b/contrib/crossrpms/rtems4.10/m32c/gdb-sources.add @@ -6,4 +6,4 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2 # + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html # + misc small fixes to lm32-sim/gdb # + avr simulator -Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090629-rtems4.10-20090629.diff diff --git a/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec b/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec index e6b1df2c7d..3c8e1a3958 100644 --- a/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec +++ b/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec @@ -45,14 +45,14 @@ %define _host_rpmprefix %{nil} %endif -%define gdb_version 6.8.50.20090329 -%define gdb_rpmvers %{expand:%(echo 6.8.50.20090329 | tr - _)} +%define gdb_version 6.8.50.20090629 +%define gdb_rpmvers %{expand:%(echo 6.8.50.20090629 | tr - _)} Name: rtems-4.10-m32c-rtems4.10-gdb Summary: Gdb for target m32c-rtems4.10 Group: Development/Tools Version: %{gdb_rpmvers} -Release: 2%{?dist} +Release: 1%{?dist} License: GPL/LGPL URL: http://sources.redhat.com/gdb BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -116,7 +116,7 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2 # + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html # + misc small fixes to lm32-sim/gdb # + avr simulator -Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff +Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090629-rtems4.10-20090629.diff %description GDB for target m32c-rtems4.10