diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-01-06 08:09:17 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-01-06 08:09:17 +0000 |
commit | 43934e8c1a12e2f0feeea58dbbd0e483a735155a (patch) | |
tree | c59b3b0716a6daaf7aef114bb14efc2b78ba58cd /gcc | |
parent | e1d070a4f7128f98c1d5aa504ec44f41d0ac1a5a (diff) | |
download | gcc-43934e8c1a12e2f0feeea58dbbd0e483a735155a.zip gcc-43934e8c1a12e2f0feeea58dbbd0e483a735155a.tar.gz gcc-43934e8c1a12e2f0feeea58dbbd0e483a735155a.tar.bz2 |
Fix entry
From-SVN: r244124
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff36b16..069c657 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -7,7 +7,7 @@ 2017-01-05 Eric Botcazou <ebotcazou@adacore.com> - * doc/invoke.texi (C Dialect Options): Document it. + * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry. 2017-01-05 Jakub Jelinek <jakub@redhat.com> |