OBS User unknown
2009-03-02 14:46:37 +00:00
committed by Git OBS Bridge
parent 58512d16aa
commit 37f0f3cc41
5 changed files with 4069 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
Name: gdb
Summary: The GNU Debugger
Version: 6.8.50.20090216
Release: 1
Release: 2
BuildRequires: bison dejagnu flex gcc-c++ gcc-fortran gcc-java gcc-objc python-devel readline-devel zlib-devel
%if 0%{?suse_version} > 1020
BuildRequires: libexpat-devel
@@ -43,6 +43,7 @@ Obsoletes: gdb-64bit
PreReq: %{install_info_prereq}
Recommends: python
%define sss -cvs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: gdb-%{version}%{sss}.tar.bz2
Patch: cell-combined.diff
Patch1: find-pc-sect-line.diff
@@ -54,7 +55,11 @@ Patch7: pie-relocate.diff
Patch8: find-separate-debug-file.diff
Patch9: fix-gdb-backtrace.diff
Patch10: expand-line-sal-maybe.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Patches from Fedora
# Support transparent debugging of inlined functions for an optimized code.
Patch327: gdb-6.8-inlining.patch
Patch350: gdb-6.8-inlining-addon.patch
Patch328: gdb-6.8-inlining-by-name.patch
%description
You can use GDB to debug programs written in C, C++, Ada, and Modula-2.
@@ -123,6 +128,9 @@ Authors:
%patch8
%patch9
%patch10
%patch327 -p1
%patch350 -p1
%patch328 -p1
%build
%ifarch %ix86 ia64 ppc ppc64 s390 s390x x86_64
@@ -199,6 +207,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Mar 02 2009 rguenther@suse.de
- Integrate support for transparently debugging inline functions.
* Mon Feb 16 2009 schwab@suse.de
- Update to head to trunk.
* Tue Feb 03 2009 schwab@suse.de