diff options
author | Pedro Alves <palves@redhat.com> | 2016-01-12 15:03:11 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-01-12 15:03:11 +0000 |
commit | bc504a311794145e7aef2011f31ea87aa64bea4c (patch) | |
tree | c090ec3bb13003608595cc59a8bd9ec1cd6b3cbf /gdb/nat/linux-btrace.h | |
parent | cde67b27d6304ffcc43fc13fb6da56f583af018d (diff) | |
download | gdb-bc504a311794145e7aef2011f31ea87aa64bea4c.zip gdb-bc504a311794145e7aef2011f31ea87aa64bea4c.tar.gz gdb-bc504a311794145e7aef2011f31ea87aa64bea4c.tar.bz2 |
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.
Diffstat (limited to 'gdb/nat/linux-btrace.h')
-rw-r--r-- | gdb/nat/linux-btrace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/nat/linux-btrace.h b/gdb/nat/linux-btrace.h index c778756..7e91e6f 100644 --- a/gdb/nat/linux-btrace.h +++ b/gdb/nat/linux-btrace.h @@ -63,7 +63,8 @@ struct btrace_tinfo_bts struct perf_event_buffer bts; }; -/* Branch trace target information for Intel(R) Processor Trace. */ +/* Branch trace target information for Intel Processor Trace + tracing. */ struct btrace_tinfo_pt { /* The Linux perf_event configuration for collecting the branch trace. */ |