diff --git a/.cvsignore b/.cvsignore index 1d7423f..b306ec3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gdb-6.7.50.20080227.tar.bz2 +gdb-6.8.tar.bz2 diff --git a/gdb-6.8-watchpoint-inaccessible-memory.patch b/gdb-6.8-watchpoint-inaccessible-memory.patch index be3e1bb..5a7a1d0 100644 --- a/gdb-6.8-watchpoint-inaccessible-memory.patch +++ b/gdb-6.8-watchpoint-inaccessible-memory.patch @@ -25,7 +25,7 @@ http://sourceware.org/ml/gdb-patches/2008-02/msg00472.html * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint. (test_inaccessible_watchpoint): New. -[ Backported for GDB-6.8pre. ] +[ Backported for GDB-6.8. ] It fixes the regression since GDB-6.7.1rh on x86_64 -m64 -fPIE/-pie: -PASS: gdb.base/watchpoint.exp: run to marker1 in test_simple_watchpoint @@ -41,7 +41,7 @@ diff -u -X /home/jkratoch/.diffi.list -rup gdb-6.7.50.20080227-orig/gdb/NEWS gdb +* Watchpoints can now be set on unreadable memory locations, e.g. addresses +which will be allocated using malloc later in program execution. + - *** Changes since GDB 6.7 + *** Changes in GDB 6.8 * New native configurations diff -u -X /home/jkratoch/.diffi.list -rup gdb-6.7.50.20080227-orig/gdb/breakpoint.c gdb-6.7.50.20080227-dynwatch/gdb/breakpoint.c diff --git a/gdb.spec b/gdb.spec index a053c72..aa17049 100644 --- a/gdb.spec +++ b/gdb.spec @@ -9,15 +9,15 @@ Name: gdb%{?_with_debug:-debug} # Set version to contents of gdb/version.in. # NOTE: the FSF gdb versions are numbered N.M for official releases, like 6.3 # and, since January 2005, X.Y.Z.date for daily snapshots, like 6.3.50.20050112 # (daily snapshot from mailine), or 6.3.0.20040112 (head of the release branch). -Version: 6.7.50.20080227 +Version: 6.8 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 3%{?_with_upstream:.upstream}%{?dist} +Release: 1%{?_with_upstream:.upstream}%{?dist} License: GPL Group: Development/Debuggers -Source: ftp://sourceware.org/pub/gdb/snapshots/current/gdb-6.7.50.20080227.tar.bz2 +Source: ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.bz2 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) URL: http://gnu.org/software/gdb/ @@ -741,6 +741,9 @@ fi %{_mandir}/*/gdbserver.1* %changelog +* Fri Mar 28 2008 Jan Kratochvil - 6.8-1 +- Upgrade to the latest upstream final release gdb-6.8. + * Mon Mar 10 2008 Jan Kratochvil - 6.7.50.20080227-3 - build-id warnings integrated more with rpm and the lists of the warnings got replaced usually by a single-line `debuginfo-install' advice. diff --git a/sources b/sources index c9e1525..afeb7aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79c01091740eda9b2ecf4981b603c477 gdb-6.7.50.20080227.tar.bz2 +c9da266b884fb8fa54df786dfaadbc7a gdb-6.8.tar.bz2