diff options
author | Ian Lance Taylor <iant@golang.org> | 2019-09-13 13:45:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-09-13 13:45:35 +0000 |
commit | 9a235e7e85aec64b023b6725c5a2f3fc3a122d3b (patch) | |
tree | f47a5e4bd0c6f0024b8b4a88e6ad2370538604b2 /gcc | |
parent | 22cd031212e2376221435db5e9c6a298f24d7046 (diff) | |
download | gcc-9a235e7e85aec64b023b6725c5a2f3fc3a122d3b.zip gcc-9a235e7e85aec64b023b6725c5a2f3fc3a122d3b.tar.gz gcc-9a235e7e85aec64b023b6725c5a2f3fc3a122d3b.tar.bz2 |
* doc/invoke.texi (Optimize Options): Fix typo.
From-SVN: r275699
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d368dc6..57a6a67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-09-13 Ian Lance Taylor <iant@golang.org> + + * doc/invoke.texi (Optimize Options): Fix typo. + 2019-09-12 Uroš Bizjak <ubizjak@gmail.com> PR tree-optimization/89386 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6e91a66..fe5cf35 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10343,7 +10343,7 @@ To enable debug info generation you need to supply @option{-g} at compile-time. If any of the input files at link time were built with debug info generation enabled the link will enable debug info generation as well. Any elaborate debug info settings -like the dwarf level @option{-gdwarf-5} need to be explicitely repeated +like the dwarf level @option{-gdwarf-5} need to be explicitly repeated at the linker command line and mixing different settings in different translation units is discouraged. |