- Upgrade to the latest upstream final release gdb-6.8.
This commit is contained in:
parent
338fe930a1
commit
7d92950e83
@ -1 +1 @@
|
|||||||
gdb-6.7.50.20080227.tar.bz2
|
gdb-6.8.tar.bz2
|
||||||
|
@ -25,7 +25,7 @@ http://sourceware.org/ml/gdb-patches/2008-02/msg00472.html
|
|||||||
* gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
|
* gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
|
||||||
(test_inaccessible_watchpoint): New.
|
(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:
|
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
|
-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
|
+* Watchpoints can now be set on unreadable memory locations, e.g. addresses
|
||||||
+which will be allocated using malloc later in program execution.
|
+which will be allocated using malloc later in program execution.
|
||||||
+
|
+
|
||||||
*** Changes since GDB 6.7
|
*** Changes in GDB 6.8
|
||||||
|
|
||||||
* New native configurations
|
* 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 -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
|
||||||
|
9
gdb.spec
9
gdb.spec
@ -9,15 +9,15 @@ Name: gdb%{?_with_debug:-debug}
|
|||||||
# Set version to contents of gdb/version.in.
|
# Set version to contents of gdb/version.in.
|
||||||
# NOTE: the FSF gdb versions are numbered N.M for official releases, like 6.3
|
# 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).
|
# 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.
|
# 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.
|
# `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
|
License: GPL
|
||||||
Group: Development/Debuggers
|
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)
|
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
URL: http://gnu.org/software/gdb/
|
URL: http://gnu.org/software/gdb/
|
||||||
|
|
||||||
@ -741,6 +741,9 @@ fi
|
|||||||
%{_mandir}/*/gdbserver.1*
|
%{_mandir}/*/gdbserver.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- build-id warnings integrated more with rpm and the lists of the warnings got
|
||||||
replaced usually by a single-line `debuginfo-install' advice.
|
replaced usually by a single-line `debuginfo-install' advice.
|
||||||
|
Loading…
Reference in New Issue
Block a user