diff options
author | Pedro Alves <palves@redhat.com> | 2014-05-21 18:30:46 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-05-21 18:30:46 +0100 |
commit | 930ee1b1bf8c36a746ea5f7456afba094aabc887 (patch) | |
tree | f2bc45dd952e2c8a40153c67b68444334fce318a /gdb | |
parent | 1f5d1b137becfbd8d021640384559b1a458db1ff (diff) | |
download | fsf-binutils-gdb-930ee1b1bf8c36a746ea5f7456afba094aabc887.zip fsf-binutils-gdb-930ee1b1bf8c36a746ea5f7456afba094aabc887.tar.gz fsf-binutils-gdb-930ee1b1bf8c36a746ea5f7456afba094aabc887.tar.bz2 |
NEWS: Mention native target renames.
gdb/
2014-05-21 Pedro Alves <palves@redhat.com>
* NEWS: Mention that the "child", "GNU, "djgpp", "darwin-child"
and "procfs" targets are now called "native" instead.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ef9c904..1c74843 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-05-21 Pedro Alves <palves@redhat.com> + * NEWS: Mention that the "child", "GNU, "djgpp", "darwin-child" + and "procfs" targets are now called "native" instead. + +2014-05-21 Pedro Alves <palves@redhat.com> + * go32-nat.c (go32_open): Delete. (go32_target): Don't override the to_open method. @@ -97,6 +97,17 @@ maint ada show ignore-descriptive-types * The "compare-sections" command is no longer specific to target remote. It now works with all targets. +* All native targets are now consistently called "native". + Consequently, the "target child", "target GNU", "target djgpp", + "target procfs" (Solaris/Irix/OSF/AIX) and "target darwin-child" + commands have been replaced with "target native". The QNX/NTO port + leaves the "procfs" target in place and adds a "native" target for + consistency with other ports. The impact on users should be minimal + as these commands previously either throwed an error, or were + no-ops. The target's name is visible in the output of the following + commands: "help target", "info target", "info files", "maint print + target-stack". + * New remote packets qXfer:btrace:read's annex |