mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
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:
@ -35,7 +35,7 @@ btrace_format_string (enum btrace_format format)
|
||||
return _("Branch Trace Store");
|
||||
|
||||
case BTRACE_FORMAT_PT:
|
||||
return _("Intel(R) Processor Trace");
|
||||
return _("Intel Processor Trace");
|
||||
}
|
||||
|
||||
internal_error (__FILE__, __LINE__, _("Unknown branch trace format"));
|
||||
|
Reference in New Issue
Block a user