diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-02-02 13:08:58 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-02-02 13:08:58 -0800 |
commit | fb06f1c0f25d27006b28a94e54273a6bb35b5926 (patch) | |
tree | ca3539cb0fe2bb5960d52dc93fa879d13fcf920a /bfd/ChangeLog | |
parent | 4a539596f5d54d3116c5fdebd8be56998757288b (diff) | |
download | gdb-fb06f1c0f25d27006b28a94e54273a6bb35b5926.zip gdb-fb06f1c0f25d27006b28a94e54273a6bb35b5926.tar.gz gdb-fb06f1c0f25d27006b28a94e54273a6bb35b5926.tar.bz2 |
Fix typos in bfd/ChangeLog and bfd/elf64-x86-64.c
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e862c3c..ff74998 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -2,7 +2,7 @@ PR ld/19542 * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated - distrances in the compressed_size field of the output section. + distances in the compressed_size field of the output section. 2016-02-02 Alan Modra <amodra@gmail.com> |