- Replace tentative fix with upstreamed fix [swo#27681]:

Remove:
  * gdb-build-workaround-pcre2_posix-linking-problem.patch
  Add:
  * gdb-build-hardcode-with-included-regex.patch
- Backport fix from upstream [bsc#1185638, swo#26327]:
  * gdb-symtab-fix-infinite-recursion-in-dwarf2_cu-get_builder.patch
- Backport fix from upstream [rh#1931344]:
  * gdb-save-restore-file-offset-while-reading-notes-in-core-file.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=276
This commit is contained in:
2021-05-07 17:15:06 +00:00
committed by Git OBS Bridge
parent dc44c74411
commit 434fe8a120
6 changed files with 424 additions and 119 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 7 10:43:38 UTC 2021 - Tom de Vries <tdevries@suse.com>
- Replace tentative fix with upstreamed fix [swo#27681]:
Remove:
* gdb-build-workaround-pcre2_posix-linking-problem.patch
Add:
* gdb-build-hardcode-with-included-regex.patch
- Backport fix from upstream [bsc#1185638, swo#26327]:
* gdb-symtab-fix-infinite-recursion-in-dwarf2_cu-get_builder.patch
- Backport fix from upstream [rh#1931344]:
* gdb-save-restore-file-offset-while-reading-notes-in-core-file.patch
-------------------------------------------------------------------
Sun May 2 18:24:36 UTC 2021 - Tom de Vries <tdevries@suse.com>