diff options
author | Stafford Horne <shorne@gmail.com> | 2017-12-17 07:20:50 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-12-17 07:20:50 +0900 |
commit | b282f0f2b56903c7b58f1eb94b88e468851928e8 (patch) | |
tree | bf87828c5106faa04029b145208ee9325181c735 /gdb/NEWS | |
parent | 46afe196ec282505dcd2727725bfb5ef87ea4b21 (diff) | |
download | gdb-b282f0f2b56903c7b58f1eb94b88e468851928e8.zip gdb-b282f0f2b56903c7b58f1eb94b88e468851928e8.tar.gz gdb-b282f0f2b56903c7b58f1eb94b88e468851928e8.tar.bz2 |
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -210,6 +210,9 @@ maint info selftests starti 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 and show the limit of nesting level for nested types that the type printer will show. @@ -252,6 +255,7 @@ FreeBSD/arm arm*-*-freebsd* FreeBSD/aarch64 aarch64*-*-freebsd* FreeBSD/arm arm*-*-freebsd* +OpenRISC ELF or1k*-*-elf * Removed targets and native configurations |