Rebase to FSF GDB 7.11.90.20160929 (pre-7.12 branch snapshot).

- Fixes GDB crashes on inf. function call scripts (RH BZ 1378147, Pedro Alves).
This commit is contained in:
Jan Kratochvil 2016-09-29 10:57:10 +02:00
parent 4ca26b1f03
commit 25e02352ec
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
/gdb-libstdc++-v3-python-6.1.1-20160817.tar.xz
/v1.5.tar.gz
/gdb-7.11.90.20160928.tar.xz
/gdb-7.11.90.20160929.tar.xz

View File

@ -21,13 +21,13 @@ Name: %{?scl_prefix}gdb
%global snapsrc 20160801
# See timestamp of source gnulib installed into gdb/gnulib/ .
%global snapgnulib 20150822
%global tardate 20160928
%global tardate 20160929
%global tarname gdb-7.11.90.%{tardate}
Version: 7.12
# 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: 0.18.%{tardate}%{?dist}
Release: 0.19.%{tardate}%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
Group: Development/Debuggers
@ -1494,6 +1494,10 @@ then
fi
%changelog
* Thu Sep 29 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-0.19.20160929.fc25
- Rebase to FSF GDB 7.11.90.20160929 (pre-7.12 branch snapshot).
- Fixes GDB crashes on inf. function call scripts (RH BZ 1378147, Pedro Alves).
* Wed Sep 28 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-0.18.20160928.fc25
- Fix attachment of JIT-debug-enabled inf. (7.11.1 regression, RH BZ 1375553).
- Rebase to FSF GDB 7.11.90.20160928 (pre-7.12 branch snapshot).

View File

@ -1,3 +1,3 @@
131d0dfd20cd6014c168fbcab9be2c43 gdb-libstdc++-v3-python-6.1.1-20160817.tar.xz
29efc08219d9d6a0536d58f9807c8722 v1.5.tar.gz
c9585e011f46f8be9ca1b2c4d05cf6dc gdb-7.11.90.20160928.tar.xz
c235bf20f302f0393714ad1b654f9029 gdb-7.11.90.20160929.tar.xz