Accepting request 721544 from home:tomdevries:branches:devel:gcc-2

- Master backport:
  * gdb-fix-breakpoints-on-file-reloads-for-pie-binaries.patch
- Master backports testsuite:
  * gdb-testsuite-i386-pkru-exp.patch
  * gdb-testsuite-read1-fixes.patch
  * gdb-testsuite-pie-no-pie.patch
  * gdb-testsuite-add-missing-initial-prompt-read-in-multidictionary.exp.patch
- Work around bsc#1115034:
  * gdb-testsuite-ada-pie.patch
- Fixes for fedora patches:
  * gdb-testsuite-fix-perror-in-gdb.opt-fortran-string.exp.patch
  * gdb-testsuite-avoid-pagination-in-attach-32.exp.patch

OBS-URL: https://build.opensuse.org/request/show/721544
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=219
This commit is contained in:
2019-08-08 14:14:27 +00:00
committed by Git OBS Bridge
parent 3b3c59425c
commit 27ab902d16
10 changed files with 1391 additions and 0 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Aug 6 21:36:49 UTC 2019 - Tom de Vries <tdevries@suse.de>
- Master backport:
* gdb-fix-breakpoints-on-file-reloads-for-pie-binaries.patch
- Master backports testsuite:
* gdb-testsuite-i386-pkru-exp.patch
* gdb-testsuite-read1-fixes.patch
* gdb-testsuite-pie-no-pie.patch
* gdb-testsuite-add-missing-initial-prompt-read-in-multidictionary.exp.patch
- Work around bsc#1115034:
* gdb-testsuite-ada-pie.patch
- Fixes for fedora patches:
* gdb-testsuite-fix-perror-in-gdb.opt-fortran-string.exp.patch
* gdb-testsuite-avoid-pagination-in-attach-32.exp.patch
-------------------------------------------------------------------
Thu Jul 25 21:46:56 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>