diff options
author | Christopher Yeleighton <giecrilj@stegny.2a.pl> | 2019-04-26 15:23:59 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-04-26 15:23:59 +0100 |
commit | a094d01f01688a49810c2cd970086ed22ea617f4 (patch) | |
tree | 54f1eb0d1e27fb59d240b97223a73a1357cb7c6b /ld/ChangeLog | |
parent | 152d61760a048909bf93f256063b5657b34ffd4c (diff) | |
download | gdb-a094d01f01688a49810c2cd970086ed22ea617f4.zip gdb-a094d01f01688a49810c2cd970086ed22ea617f4.tar.gz gdb-a094d01f01688a49810c2cd970086ed22ea617f4.tar.bz2 |
Fix the hyphenation of word phrases such as "target specific" and "machine specific".
* ld.texi: Properly hyphenate the word "specific".
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7a00864..198e138 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2019-04-26 Christopher Yeleighton <giecrilj@stegny.2a.pl> + + * ld.texi: Properly hyphenate the word "specific". + 2019-04-25 H.J. Lu <hongjiu.lu@intel.com> PR ld/24406 |