summaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-10 08:31:32 +0000
committerolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-10 08:31:32 +0000
commit94d87c4f63a6a8be1c741756b7627e6199430b35 (patch)
tree4eb13e85894f16f7a55edd5ad416ec80daa39c68 /gcc/doc/extend.texi
parenteff8617c9b320837d49c7a09414d567f437027c1 (diff)
downloadgcc-94d87c4f63a6a8be1c741756b7627e6199430b35.tar.gz
gcc/
PR target/53513 * doc/extend.texi (__builtin_sh_set_fpscr): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218563 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index f8bfa24c0c4..aaace534387 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -16906,7 +16906,7 @@ int get_tcb_value (void)
Returns the value that is currently set in the @samp{FPSCR} register.
@end deftypefn
-@deftypefn {Built-in Function} {void} __builtin_sh_get_fpscr (unsigned int @var{val})
+@deftypefn {Built-in Function} {void} __builtin_sh_set_fpscr (unsigned int @var{val})
Sets the @samp{FPSCR} register to the specified value @var{val}, while
preserving the current values of the FR, SZ and PR bits.
@end deftypefn