OBS User unknown 2008-07-08 16:23:20 +00:00 committed by Git OBS Bridge
parent e9584446ba
commit b1d1244d3c
5 changed files with 43 additions and 8 deletions

View File

@ -0,0 +1,26 @@
Index: gdb/breakpoint.c
===================================================================
RCS file: /cvs/src/src/gdb/breakpoint.c,v
retrieving revision 1.325
diff -u -a -p -u -p -a -r1.325 gdb/breakpoint.c
--- gdb/breakpoint.c 10 Jun 2008 09:29:15 -0000 1.325
+++ gdb/breakpoint.c 22 Jun 2008 23:51:37 -0000
@@ -5211,18 +5211,6 @@ expand_line_sal_maybe (struct symtab_and
return expanded;
}
- if (original_pc)
- {
- found = 0;
- for (i = 0; i < expanded.nelts; ++i)
- if (expanded.sals[i].pc == original_pc)
- {
- found = 1;
- break;
- }
- gdb_assert (found);
- }
-
return expanded;
}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:842b1776aaa3d28c1fde81ca032bb4fc24327415b3043ecb8588c44e5c03d330
size 15390228

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:628687f41bef0db66322e4415c17b42a909a57d806f79b4d4ac04dbe5677b125
size 15391120

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 7 13:42:05 CEST 2008 - schwab@suse.de
- Update to head of trunk.
-------------------------------------------------------------------
Wed Jun 18 16:47:02 CEST 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gdb (Version 6.8.50.20080618)
# spec file for package gdb (Version 6.8.50.20080708)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -29,7 +29,7 @@ Group: Development/Tools/Debuggers
AutoReqProv: on
PreReq: %{install_info_prereq}
Summary: The GNU Debugger
Version: 6.8.50.20080618
Version: 6.8.50.20080708
Release: 1
%define sss -cvs
Source: gdb-%{version}%{sss}.tar.bz2
@ -42,6 +42,7 @@ Patch6: sect-index-text.diff
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
%description
@ -110,9 +111,9 @@ Authors:
%patch7
%patch8
%patch9
%patch10
%build
CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --libdir=%{_libdir} --infodir=%{_infodir} \
--mandir=%{_mandir} --with-system-readline \
%ifarch ia64
@ -122,12 +123,13 @@ CFLAGS="$RPM_OPT_FLAGS" \
%endif
--with-separate-debug-dir=%{_prefix}/lib/debug \
--enable-64-bit-bfd --disable-werror \
--build=%{_target_cpu}-suse-linux
--build=%{_target_cpu}-suse-linux \
CFLAGS="$RPM_OPT_FLAGS"
make %{?jobs:-j%jobs}
make info
%check
ulimit -c unlimited
ulimit -c $(ulimit -Hc)
TERM=dumb \
make -k check || :
@ -171,6 +173,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Jul 07 2008 schwab@suse.de
- Update to head of trunk.
* Wed Jun 18 2008 schwab@suse.de
- Update to head of trunk.
* Fri May 23 2008 matz@suse.de