diff options
author | Alan Modra <amodra@gmail.com> | 2018-07-24 09:11:35 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-07-24 19:59:11 +0930 |
commit | 7b8d9e8cec30b366392aaebc513063eff0115548 (patch) | |
tree | 6eb0ae8fa7dd1b4dc3e195d148a7163858f59937 /binutils/ChangeLog | |
parent | 67ce483baa43121a17195efe4b14a183e9fd8232 (diff) | |
download | gdb-7b8d9e8cec30b366392aaebc513063eff0115548.zip gdb-7b8d9e8cec30b366392aaebc513063eff0115548.tar.gz gdb-7b8d9e8cec30b366392aaebc513063eff0115548.tar.bz2 |
PR23431, Messages composed from pieces can't be properly translated
PR 23431
* dwarf.c (display_formatted_table): Replace "what" parameter
with "is_dir". Expand messages. Fix capitalisation.
* testsuite/binutils-all/dw5.W: Update expected output.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 25caf29..b09e93d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ 2018-07-24 Alan Modra <amodra@gmail.com> + PR 23431 + * dwarf.c (display_formatted_table): Replace "what" parameter + with "is_dir". Expand messages. Fix capitalisation. + * testsuite/binutils-all/dw5.W: Update expected output. + +2018-07-24 Alan Modra <amodra@gmail.com> + PR 23430 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies to uses_64bit_indices. |