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.
This commit is contained in:
parent
1f5d1b137b
commit
930ee1b1bf
2 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
11
gdb/NEWS
11
gdb/NEWS
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue