SHA256
1
0
forked from pool/gdb
OBS User unknown 2009-02-03 21:49:21 +00:00 committed by Git OBS Bridge
parent 0ffa8e7b93
commit 7168e51d73
6 changed files with 22 additions and 21 deletions

View File

@ -1497,7 +1497,15 @@
srv_regobj="${srv_regobj} powerpc-vsx64l.o"
srv_regobj="${srv_regobj} powerpc-isa205-64l.o"
srv_regobj="${srv_regobj} powerpc-isa205-altivec64l.o"
@@ -130,6 +132,7 @@ case "${target}" in
@@ -116,6 +118,7 @@ case "${target}" in
srv_tgtobj="linux-low.o linux-ppc-low.o"
srv_xmlfiles="rs6000/powerpc-32l.xml"
srv_xmlfiles="${srv_xmlfiles} rs6000/powerpc-altivec32l.xml"
+ srv_xmlfiles="${srv_xmlfiles} rs6000/powerpc-cell32l.xml"
srv_xmlfiles="${srv_xmlfiles} rs6000/powerpc-vsx32l.xml"
srv_xmlfiles="${srv_xmlfiles} rs6000/powerpc-isa205-32l.xml"
srv_xmlfiles="${srv_xmlfiles} rs6000/powerpc-isa205-altivec32l.xml"
@@ -130,6 +133,7 @@ case "${target}" in
srv_xmlfiles="${srv_xmlfiles} rs6000/power-spe.xml"
srv_xmlfiles="${srv_xmlfiles} rs6000/powerpc-64l.xml"
srv_xmlfiles="${srv_xmlfiles} rs6000/powerpc-altivec64l.xml"

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8737eb1010fea0ac78a5dd47b4986119ad811cc4b7a3b9ad4245bb78dd68cc94
size 15838272

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 3 18:11:57 CET 2009 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Thu Jan 22 17:12:42 CET 2009 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gdb (Version 6.8.50.20090116)
# spec file for package gdb (Version 6.8.50.20090203)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,8 +19,8 @@
Name: gdb
Summary: The GNU Debugger
Version: 6.8.50.20090116
Release: 2
Version: 6.8.50.20090203
Release: 1
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
@ -54,7 +54,6 @@ Patch7: pie-relocate.diff
Patch8: find-separate-debug-file.diff
Patch9: fix-gdb-backtrace.diff
Patch10: expand-line-sal-maybe.diff
Patch11: startup-inferior.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -124,7 +123,6 @@ Authors:
%patch8
%patch9
%patch10
%patch11
%build
%ifarch %ix86 ia64 ppc ppc64 s390 s390x x86_64
@ -201,6 +199,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Feb 03 2009 schwab@suse.de
- Update to head to trunk.
* Thu Jan 22 2009 schwab@suse.de
- Update Cell combined debugger patch.
* Fri Jan 16 2009 schwab@suse.de

View File

@ -1,12 +0,0 @@
--- gdb/fork-child.c 10 Nov 2008 11:25:09 +0100 1.47
+++ gdb/fork-child.c 20 Nov 2008 14:27:26 +0100
@@ -494,6 +494,9 @@ startup_inferior (int ntraps)
resume_ptid = pid_to_ptid (-1);
else
resume_ptid = event_ptid;
+ /* Update running state now, in case an error occurs during
+ resume. */
+ set_running (resume_ptid, 0);
if (resume_signal != TARGET_SIGNAL_TRAP)
{