diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2015-12-08 09:01:58 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-12-08 09:01:58 +0000 |
commit | fb0e6f4f4e784513ef1a11c8930d6f76c97e4dc1 (patch) | |
tree | 241421d3c5f426cefd55cd316569b62168f72384 /gcc | |
parent | 73866e0dfa174c5a4ff4151895b7de6541aaedb0 (diff) | |
download | gcc-fb0e6f4f4e784513ef1a11c8930d6f76c97e4dc1.zip gcc-fb0e6f4f4e784513ef1a11c8930d6f76c97e4dc1.tar.gz gcc-fb0e6f4f4e784513ef1a11c8930d6f76c97e4dc1.tar.bz2 |
* doc/invoke.texi (SPARC options): Fix typo.
From-SVN: r231399
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 4ddb77e..ebba01a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2015-12-08 Eric Botcazou <ebotcazou@adacore.com> + * doc/invoke.texi (SPARC options): Fix typo. + +2015-12-08 Eric Botcazou <ebotcazou@adacore.com> + * config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust. (output_probe_stack_range): Rotate the loop and simplify. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9a30a2f7..08a5990 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -21605,7 +21605,7 @@ the rules of the ABI@. @opindex mstd-struct-return @opindex mno-std-struct-return With @option{-mstd-struct-return}, the compiler generates checking code -in functions returning structures or unions that detect size mismatches +in functions returning structures or unions to detect size mismatches between the two sides of function calls, as per the 32-bit ABI@. The default is @option{-mno-std-struct-return}. This option has no effect |