Upgrade to gdb-6.8.50.20090329.

This commit is contained in:
Ralf Corsepius
2009-04-17 16:54:47 +00:00
parent ca8cbc4ec3
commit 77aa4297b0
9 changed files with 43 additions and 17 deletions

View File

@@ -19,9 +19,9 @@ NEWLIB_RPMREL = `expr 21 + 12 + $(GCC_RPMREL)`
include ../gcc.am
GCC_OPTS +=
GDB_VERS = 6.8
GDB_VERS = 6.8.50.20090329
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 9
GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=

View File

@@ -1,2 +1,9 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8-rtems4.10-20090122.diff
# A copy of a gdb development snapshot having been retrieved from
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
# rtems-4.10 patches
# + 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

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 6.8
%define gdb_rpmvers %{expand:%(echo 6.8 | tr - _)}
%define gdb_version 6.8.50.20090329
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090329 | tr - _)}
Name: rtems-4.10-avr-rtems4.10-gdb
Summary: Gdb for target avr-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 9%{?dist}
Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -75,6 +75,14 @@ BuildRequires: %{_host_rpmprefix}gcc
%if "avr-rtems4.10" == "h8300-rtems4.10"
%define build_sim --disable-sim
%endif
%if "%{gdb_version}" >= "6.8.50"
%if "avr-rtems4.10" == "m32c-rtems4.10"
%define build_sim --disable-sim
%endif
%endif
%if "avr-rtems4.10" == "lm32-rtems4.10"
%define build_sim --disable-sim
%endif
%if "avr-rtems4.10" == "mipstx39-rtems4.10"
%define build_sim --disable-sim
%endif
@@ -105,8 +113,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8-rtems4.10-20090122.diff
# A copy of a gdb development snapshot having been retrieved from
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
# rtems-4.10 patches
# + 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
%description
GDB for target avr-rtems4.10

View File

@@ -21,7 +21,7 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.8.50.20090329
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 1
GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS += --disable-infos

View File

@@ -5,4 +5,5 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
# rtems-4.10 patches
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
# + misc small fixes to lm32-sim/gdb
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090224-rtems4.10-20090225.diff
# + avr simulator
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-lm32-rtems4.10-gdb
Summary: Gdb for target lm32-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -115,7 +115,8 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
# rtems-4.10 patches
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
# + misc small fixes to lm32-sim/gdb
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090224-rtems4.10-20090225.diff
# + avr simulator
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff
%description
GDB for target lm32-rtems4.10

View File

@@ -21,7 +21,7 @@ GCC_OPTS += --disable-infos
GDB_VERS = 6.8.50.20090329
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 1
GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS += --disable-infos

View File

@@ -5,4 +5,5 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
# rtems-4.10 patches
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
# + misc small fixes to lm32-sim/gdb
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090224-rtems4.10-20090225.diff
# + avr simulator
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-m32c-rtems4.10-gdb
Summary: Gdb for target m32c-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -115,7 +115,8 @@ Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
# rtems-4.10 patches
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
# + misc small fixes to lm32-sim/gdb
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090224-rtems4.10-20090225.diff
# + avr simulator
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090329-rtems4.10-20090417.diff
%description
GDB for target m32c-rtems4.10