]> git.ipfire.org Git - thirdparty/gcc.git/commit - contrib/ChangeLog
PR translation/90118 Missing space between words
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 19 Apr 2019 09:08:49 +0000 (09:08 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Fri, 19 Apr 2019 09:08:49 +0000 (11:08 +0200)
commit4180490732498b1d7e30eb73abb6a7c934b89256
treeddd7dd5975cd91534d9a0e591450711fdaa59dea
parente7178413f46ac98975bd4b83e073c931b418205d
PR translation/90118 Missing space between words

2019-04-19  Christophe Lyon  <christophe.lyon@linaro.org>

PR translation/90118

contrib/
* check-internal-format-escaping.py: Check that %< is not next to
a word.

gcc/
* config/aarch64/aarch64.c (aarch64_override_options_internal):
Add missing space before %<.

From-SVN: r270454
contrib/ChangeLog
contrib/check-internal-format-escaping.py
gcc/ChangeLog
gcc/config/aarch64/aarch64.c