From 35b2c5cfe31a7f80b72a0d5a91b018ba4373db39 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Tue, 3 Nov 2009 21:25:49 +0000 Subject: [PATCH] gcc/ * doc/invoke.texi: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153869 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ccab39c..e17dfa1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-11-03 Richard Sandiford + + * doc/invoke.texi: Fix typo. + 2009-11-03 Paul Brook * config/arm/neon.ml (vectype): Add T_floatSF. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index ed652ec..7ccd5c9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14216,7 +14216,7 @@ assembler and the linker alone without help from the compiler. @opindex mmcount-ra-address @opindex mno-mcount-ra-address Emit (do not emit) code that allows @code{_mcount} to modify the -colling function's return address. When enabled, this option extends +calling function's return address. When enabled, this option extends the usual @code{_mcount} interface with a new @var{ra-address} parameter, which has type @code{intptr_t *} and is passed in register @code{$12}. @code{_mcount} can then modify the return address by -- 2.7.4