diff options
author | Joern Rennecke <amylaar@gcc.gnu.org> | 2013-10-01 22:24:20 +0100 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2013-10-01 22:24:20 +0100 |
commit | 5c0b30218e3264f0c3381024648aec021f6ca161 (patch) | |
tree | a118a76e26401cf1d3674abeaeb90be60a8564ea /gcc/doc/extend.texi | |
parent | 5719867dc56cc9854b3a3e6ad6682f9c6e4fbb1c (diff) | |
download | gcc-5c0b30218e3264f0c3381024648aec021f6ca161.zip gcc-5c0b30218e3264f0c3381024648aec021f6ca161.tar.gz gcc-5c0b30218e3264f0c3381024648aec021f6ca161.tar.bz2 |
* doc/extend.texi (long_call/medium_call/short_call): Amend typo fix.
From-SVN: r203090
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 5cfa0c8..d722774 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3036,7 +3036,7 @@ attribute is not allowed on types to annotate indirect calls. @cindex indirect calls on ARC @cindex indirect calls on ARM @cindex indirect calls on Epiphany -These attribute specify how a particular function is called on +These attributes specify how a particular function is called on ARC, ARM and Epiphany - with @code{medium_call} being specific to ARC. These attributes override the @option{-mlong-calls} (@pxref{ARM Options} and @ref{ARC Options}) |