Commit 0ccbc132 by Joern Rennecke Committed by Joern Rennecke

extend.texi (long_call/medium_call/short_call): Typo fix.

        * doc/extend.texi (long_call/medium_call/short_call): Typo fix.
        (__builtin_arc_aligned): Likewise.

Co-Authored-By: Diego Novillo <dnovillo@google.com>

From-SVN: r203080
parent 43939071
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com> 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
Diego Novillo <dnovillo@google.com>
* config/arc/simdext.md (UNSPEC_ARC_SIMD_VLD32WH): Delete. * config/arc/simdext.md (UNSPEC_ARC_SIMD_VLD32WH): Delete.
(UNSPEC_ARC_SIMD_VLD32WL): Likewise. (UNSPEC_ARC_SIMD_VLD32WL): Likewise.
(vld32wh_insn, vld32wl_insn): Delete commented-out old (vld32wh_insn, vld32wl_insn): Delete commented-out old
versions of these patterns. versions of these patterns.
* doc/extend.texi (long_call/medium_call/short_call): Typo fix.
(__builtin_arc_aligned): Likewise.
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com> 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
* config/arc/arc.c (arc_conditional_register_usage): * config/arc/arc.c (arc_conditional_register_usage):
......
...@@ -3036,7 +3036,7 @@ attribute is not allowed on types to annotate indirect calls. ...@@ -3036,7 +3036,7 @@ attribute is not allowed on types to annotate indirect calls.
@cindex indirect calls on ARC @cindex indirect calls on ARC
@cindex indirect calls on ARM @cindex indirect calls on ARM
@cindex indirect calls on Epiphany @cindex indirect calls on Epiphany
These attribute specifies how a particular function is called on These attribute specify how a particular function is called on
ARC, ARM and Epiphany - with @code{medium_call} being specific to ARC. ARC, ARM and Epiphany - with @code{medium_call} being specific to ARC.
These attributes override the These attributes override the
@option{-mlong-calls} (@pxref{ARM Options} and @ref{ARC Options}) @option{-mlong-calls} (@pxref{ARM Options} and @ref{ARC Options})
...@@ -9027,7 +9027,7 @@ Note that this is different from ...@@ -9027,7 +9027,7 @@ Note that this is different from
@smallexample @smallexample
__alignof__(*(char *)@var{val}) >= alignval __alignof__(*(char *)@var{val}) >= alignval
@end smallexample @end smallexample
because __alignof__ sees only the type of the dereference, wheras because __alignof__ sees only the type of the dereference, whereas
__builtin_arc_align uses alignment information from the pointer __builtin_arc_align uses alignment information from the pointer
as well as from the pointed-to type. as well as from the pointed-to type.
The information available will depend on optimization level. The information available will depend on optimization level.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment