forked from Imagelibrary/binutils-gdb
Remove trademark acknowledgements throughout
The GNU Coding Standards say: "Please do not include any trademark acknowledgements in GNU software packages or documentation." gdb/ChangeLog: 2016-01-12 Pedro Alves <palves@redhat.com> Remove use of the registered trademark symbol throughout. gdb/gdbserver/ChangeLog: 2016-01-12 Pedro Alves <palves@redhat.com> Remove use of the registered trademark symbol throughout. gdb/doc/ChangeLog: 2016-01-12 Pedro Alves <palves@redhat.com> Remove use of the registered trademark symbol throughout.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2016-01-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
Remove use of the registered trademark symbol throughout.
|
||||
|
||||
2016-01-08 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* remote-utils.c (getpkt): If c is '\003', call target hook
|
||||
|
||||
@@ -6913,7 +6913,7 @@ linux_low_disable_btrace (struct btrace_target_info *tinfo)
|
||||
return (err == BTRACE_ERR_NONE ? 0 : -1);
|
||||
}
|
||||
|
||||
/* Encode an Intel(R) Processor Trace configuration. */
|
||||
/* Encode an Intel Processor Trace configuration. */
|
||||
|
||||
static void
|
||||
linux_low_encode_pt_config (struct buffer *buffer,
|
||||
|
||||
@@ -420,7 +420,7 @@ handle_btrace_enable_bts (struct thread_info *thread)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Handle btrace enabling in Intel(R) Processor Trace format. */
|
||||
/* Handle btrace enabling in Intel Processor Trace format. */
|
||||
|
||||
static const char *
|
||||
handle_btrace_enable_pt (struct thread_info *thread)
|
||||
|
||||
Reference in New Issue
Block a user