Mention patches in .changes

patches:
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-1of5.patch
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-2of5.patch
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-3of5.patch
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-4of5.patch
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-5of5.patch
 * Add gdb-fix-multidictionary.exp-for-gdb-8.2.patch to fix
   multidictionary.exp test-case

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=201
This commit is contained in:
Michael Matz 2019-01-24 16:41:58 +00:00 committed by Git OBS Bridge
parent d40359d9a3
commit 56004f3d0d

View File

@ -4,8 +4,15 @@ Thu Jan 24 10:13:33 UTC 2019 - tdevries@suse.com
- Backport upstream fix for assertion failure
`SYMBOL_LANGUAGE (sym) == DICT_LANGUAGE (dict)->la_language'
[swo#23712, rh#1560010]
patches:
gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-1of5.patch
gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-2of5.patch
gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-3of5.patch
gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-4of5.patch
gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-5of5.patch
* Add patches from fedora 29 @ 4513f72
* Add patch to fix multidictionary.exp test-case
* Add gdb-fix-multidictionary.exp-for-gdb-8.2.patch to fix
multidictionary.exp test-case
-------------------------------------------------------------------
Thu Dec 6 14:49:34 UTC 2018 - matz@suse.com