diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2015-04-23 22:18:55 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2015-04-24 22:49:59 +0100 |
commit | 6faec16b1c633a8043791e0d15d7e7f1c8d448c1 (patch) | |
tree | dc986eaf6ecf5357770b688dd1eb54b5183ecfab /gdb/ChangeLog | |
parent | cf75d6c37e15e321e82e7f4ceebcf847b4f057fc (diff) | |
download | binutils-gdb-6faec16b1c633a8043791e0d15d7e7f1c8d448c1.tar.gz |
gdb: Add internationalization support to a few strings.
Spotted a few strings that were missing internationalization support.
gdb/ChangeLog:
* cli/cli-dump.c (srec_dump_command): Add internationalization
mark ups.
(ihex_dump_command): Likewise.
(tekhex_dump_command): Likewise.
(binary_dump_command): Likewise.
(binary_append_command): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5898ec98c35..7e16be14d76 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com> + * cli/cli-dump.c (srec_dump_command): Add internationalization + mark ups. + (ihex_dump_command): Likewise. + (tekhex_dump_command): Likewise. + (binary_dump_command): Likewise. + (binary_append_command): Likewise. + +2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com> + * cli/cli-dump.c (verilog_cmdlist): New variable. (dump_verilog_memory): New function. (dump_verilog_value): New function. |