- Rebase to 8.2 release (as in fedora 29 @ c720d998):

* 'symbol-file' and 'add-symbol-file' accept -o to add relative
    offset to all sections
  * pager accepts 'c' response to disable it for rest of command
  * accept _Alignof and alignof in C resp. C++ expressions
  * new target riscv*-*-elf
  * python API extensions: gdb.Type.align, gdb.execute deals
    with multi-line gdb commands, gdb.convenience_variable and
    gdb.set_convenience_variable to access convenience variables,
  * aarch64: properly support hardware watchpoints on unaligned
    addresses (needs kernel >= 4.10)
- Support access to new POWER8 registers [fate#325178, fate#326120]
  Add patches gdb-rhbz1187581-power8-regs-1of7.patch,
  gdb-rhbz1187581-power8-regs-2of7.patch,
  gdb-rhbz1187581-power8-regs-3of7.patch,
  gdb-rhbz1187581-power8-regs-4of7.patch,
  gdb-rhbz1187581-power8-regs-5of7.patch,
  gdb-rhbz1187581-power8-regs-6of7.patch,
  gdb-rhbz1187581-power8-regs-7of7.patch .
- Support ipv6 for gdbserver connections:
  Add patches gdb-rhbz881849-ipv6-1of3.patch,
  gdb-rhbz881849-ipv6-2of3.patch,
  gdb-rhbz881849-ipv6-3of3.patch .
- Update to intel processor trace library 2.0 (from 1.6.1):
  Add v2.0.tar.gz, remove v1.6.1.tar.gz
  Remove obsolete v1.6.1-implicit-fallthrough.patch .
- Remove obsolete patches:
  gdb-fix-python37-breakage.patch,
  gdb-pahole-python2.patch .
- Added patches from Fedora:

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=191
This commit is contained in:
Michael Matz 2018-09-11 15:43:32 +00:00 committed by Git OBS Bridge
parent 61f55bd3c2
commit d51e7f7f92

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Tue Sep 11 15:01:59 UTC 2018 - matz@suse.com
- Rebase to 8.2 release (as in fedora 29 @ c720d998):
* 'symbol-file' and 'add-symbol-file' accept -o to add relative
offset to all sections
* pager accepts 'c' response to disable it for rest of command
* accept _Alignof and alignof in C resp. C++ expressions
* new target riscv*-*-elf
* python API extensions: gdb.Type.align, gdb.execute deals
with multi-line gdb commands, gdb.convenience_variable and
gdb.set_convenience_variable to access convenience variables,
* aarch64: properly support hardware watchpoints on unaligned
addresses (needs kernel >= 4.10)
- Support access to new POWER8 registers [fate#325178, fate#326120]
Add patches gdb-rhbz1187581-power8-regs-1of7.patch,
gdb-rhbz1187581-power8-regs-2of7.patch,
gdb-rhbz1187581-power8-regs-3of7.patch,
gdb-rhbz1187581-power8-regs-4of7.patch,
gdb-rhbz1187581-power8-regs-5of7.patch,
gdb-rhbz1187581-power8-regs-6of7.patch,
gdb-rhbz1187581-power8-regs-7of7.patch .
- Support ipv6 for gdbserver connections:
Add patches gdb-rhbz881849-ipv6-1of3.patch,
gdb-rhbz881849-ipv6-2of3.patch,
gdb-rhbz881849-ipv6-3of3.patch .
- Update to intel processor trace library 2.0 (from 1.6.1):
Add v2.0.tar.gz, remove v1.6.1.tar.gz
Remove obsolete v1.6.1-implicit-fallthrough.patch .
- Remove obsolete patches:
gdb-fix-python37-breakage.patch,
gdb-pahole-python2.patch .
- Added patches from Fedora:
gdb-rhbz1491128-batch-mode-exit-status-1of2.patch,
gdb-rhbz1491128-batch-mode-exit-status-2of2.patch,
gdb-rhbz1553104-s390x-arch12-test.patch,
gdb-use-pulongest-aarch64-linux-tdep.patch .
- Removed obsolete patches from Fedora:
gdb-6.6-bz235197-fork-detach-info.patch,
gdb-6.8-attach-signalled-detach-stopped.patch,
gdb-gdb-add-index-script.patch,
gdb-ppc64-stwux-tautological-compare.patch,
gdb-rhbz1540559-gdbaddindex-glibcdebug-regression.patch,
gdb-stale-frame_info.patch .
- Most other patches rebased.
-------------------------------------------------------------------
Fri Aug 10 08:58:06 UTC 2018 - tchvatal@suse.com