- Rebase to gdb 8.0 release:

* support for DWARF5 (except its .debug_names)
  * support C++11 rvalue references
  * support PKU register (memory protection keys on future Intel CPUs)
  * python scripting:
    - start, stop and access running btrace
    - rvalue references in gdb.Type
  * record/replay x86_64 rdrand and rdseed
  * removed support for GCJ compiled java programs
  * user commands accept more than 10 arguments
  * "eval" expands user-defined command arguments
  * new options:
    set/show disassembler-options (on arm, ppc s390)
- Removed obsoleted patches:
  gdb-release-werror.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=162
This commit is contained in:
2017-06-06 14:44:13 +00:00
committed by Git OBS Bridge
parent 5c490bb803
commit 63c075a695
6 changed files with 26 additions and 93 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jun 6 14:37:05 UTC 2017 - matz@suse.com
- Rebase to gdb 8.0 release:
* support for DWARF5 (except its .debug_names)
* support C++11 rvalue references
* support PKU register (memory protection keys on future Intel CPUs)
* python scripting:
- start, stop and access running btrace
- rvalue references in gdb.Type
* record/replay x86_64 rdrand and rdseed
* removed support for GCJ compiled java programs
* user commands accept more than 10 arguments
* "eval" expands user-defined command arguments
* new options:
set/show disassembler-options (on arm, ppc s390)
- Removed obsoleted patches:
gdb-release-werror.patch
-------------------------------------------------------------------
Thu Apr 27 14:39:44 UTC 2017 - matz@suse.com