- Upgrade to the latest upstream final release gdb-6.8.

This commit is contained in:
Jan Kratochvil 2008-03-28 09:32:36 +00:00
parent 338fe930a1
commit 7d92950e83
4 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
gdb-6.7.50.20080227.tar.bz2
gdb-6.8.tar.bz2

View File

@ -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

View File

@ -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 <jan.kratochvil@redhat.com> - 6.8-1
- Upgrade to the latest upstream final release gdb-6.8.
* Mon Mar 10 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 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.

View File

@ -1 +1 @@
79c01091740eda9b2ecf4981b603c477 gdb-6.7.50.20080227.tar.bz2
c9da266b884fb8fa54df786dfaadbc7a gdb-6.8.tar.bz2