gdb: Add news entries for new or1k target.
gdb/ChangeLog: yyyy-mm-dd Stafford Horne <shorne@gmail.com> * NEWS (Changes since GDB 8.0): Mention new or1k target and new commands to set/show or1k debug.
This commit is contained in:
parent
46afe196ec
commit
b282f0f2b5
|
@ -1,3 +1,8 @@
|
||||||
|
2017-12-17 Stafford Horne <shorne@gmail.com>
|
||||||
|
|
||||||
|
* NEWS (Changes since GDB 8.0): Mention new or1k target and new
|
||||||
|
commands to set/show or1k debug.
|
||||||
|
|
||||||
2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
|
2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
* typeprint.c (whatis_exp): Fix ARI warning and reindent "if"
|
* typeprint.c (whatis_exp): Fix ARI warning and reindent "if"
|
||||||
|
|
4
gdb/NEWS
4
gdb/NEWS
|
@ -210,6 +210,9 @@ maint info selftests
|
||||||
starti
|
starti
|
||||||
Start the debugged program stopping at the first instruction.
|
Start the debugged program stopping at the first instruction.
|
||||||
|
|
||||||
|
set|show debug or1k
|
||||||
|
Control display of debugging messages related to OpenRISC targets.
|
||||||
|
|
||||||
set|show print type nested-type-limit
|
set|show print type nested-type-limit
|
||||||
Set and show the limit of nesting level for nested types that the
|
Set and show the limit of nesting level for nested types that the
|
||||||
type printer will show.
|
type printer will show.
|
||||||
|
@ -252,6 +255,7 @@ FreeBSD/arm arm*-*-freebsd*
|
||||||
|
|
||||||
FreeBSD/aarch64 aarch64*-*-freebsd*
|
FreeBSD/aarch64 aarch64*-*-freebsd*
|
||||||
FreeBSD/arm arm*-*-freebsd*
|
FreeBSD/arm arm*-*-freebsd*
|
||||||
|
OpenRISC ELF or1k*-*-elf
|
||||||
|
|
||||||
* Removed targets and native configurations
|
* Removed targets and native configurations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue