From 0471cf380de63fd4bb79a9490f3b6be33958c646 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Dec 06 2017 20:09:47 +0000 Subject: Merge remote-tracking branch 'origin/f27' into f26 --- diff --git a/gdb-rhbz1228556-bpt-inlined-func-name-1of2.patch b/gdb-rhbz1228556-bpt-inlined-func-name-1of2.patch index 1dcc678..9a7f67a 100644 --- a/gdb-rhbz1228556-bpt-inlined-func-name-1of2.patch +++ b/gdb-rhbz1228556-bpt-inlined-func-name-1of2.patch @@ -130,7 +130,7 @@ Index: gdb-8.0.1/gdb/symtab.h struct program_space *pspace; struct symtab *symtab; -+ struct symbol *symbol = NULL; ++ struct symbol *symbol; struct obj_section *section; /* Line number. Line numbers start at 1 and proceed through symtab->nlines. 0 is never a valid line number; it is used to indicate that line number diff --git a/gdb.spec b/gdb.spec index 76db34e..488f47e 100644 --- a/gdb.spec +++ b/gdb.spec @@ -26,7 +26,7 @@ Version: 8.0.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. -Release: 32%{?dist} +Release: 33%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL Group: Development/Debuggers @@ -1731,6 +1731,9 @@ then fi %changelog +* Wed Dec 6 2017 Jan Kratochvil - 8.0.1-33.fc26 +- [rhel7] Fix C++ compiler compatibility. + * Tue Dec 5 2017 Jan Kratochvil - 8.0.1-32.fc26 - Backport upstream fix for Intel PKRU (Walfred Tedeschi). - Backport upstream fix AVX instr. single-stepping (RH BZ 1515209, Pedro Alves).