]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/
authorolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Dec 2014 08:31:32 +0000 (08:31 +0000)
committerolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Dec 2014 08:31:32 +0000 (08:31 +0000)
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

gcc/ChangeLog
gcc/doc/extend.texi

index 9b5b25999a9b5228028011c77216fe3e75fa8dd8..1078fabf32c3adc878d37f8b57a20204eb3064d3 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-10  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       PR target/53513
+       * doc/extend.texi (__builtin_sh_set_fpscr): Fix typo.
+
 2014-12-10  Marek Polacek  <polacek@redhat.com>
 
        PR tree-optimization/61686
index f8bfa24c0c48065313a0c50af3234256b729a5c1..aaace5343870d22553e4d4da1931bb0caaa30843 100644 (file)
@@ -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