Mailinglist Archive: opensuse-commit (875 mails)

< Previous Next >
commit gdb
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 08 Jul 2008 18:23:18 +0200
  • Message-id: <20080708162319.08FE7678186@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gdb
checked in at Tue Jul 8 18:23:18 CEST 2008.


--------
--- gdb/gdb.changes 2008-06-18 16:47:08.000000000 +0200
+++ gdb/gdb.changes 2008-07-07 13:42:15.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 7 13:42:05 CEST 2008 - schwab@xxxxxxx
+
+- Update to head of trunk.
+
+-------------------------------------------------------------------



Old:
----
gdb-6.8.50.20080618-cvs.tar.bz2

New:
----
expand-line-sal-maybe.diff
gdb-6.8.50.20080708-cvs.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gdb.spec ++++++
--- /var/tmp/diff_new_pack.C26160/_old 2008-07-08 17:03:41.000000000 +0200
+++ /var/tmp/diff_new_pack.C26160/_new 2008-07-08 17:03:41.000000000 +0200
@@ -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 @@
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 @@
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 @@
%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 @@
%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 @@
%endif

%changelog
+* Mon Jul 07 2008 schwab@xxxxxxx
+- Update to head of trunk.
* Wed Jun 18 2008 schwab@xxxxxxx
- Update to head of trunk.
* Fri May 23 2008 matz@xxxxxxx


++++++ expand-line-sal-maybe.diff ++++++
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;
}

++++++ gdb-6.8.50.20080618-cvs.tar.bz2 -> gdb-6.8.50.20080708-cvs.tar.bz2 ++++++
gdb/gdb-6.8.50.20080618-cvs.tar.bz2 gdb/gdb-6.8.50.20080708-cvs.tar.bz2 differ:
byte 11, line 1


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread