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
This commit is contained in:
parent
4393907184
commit
0ccbc13238
2 changed files with 6 additions and 2 deletions
|
@ -1,10 +1,14 @@
|
|||
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||
Diego Novillo <dnovillo@google.com>
|
||||
|
||||
* config/arc/simdext.md (UNSPEC_ARC_SIMD_VLD32WH): Delete.
|
||||
(UNSPEC_ARC_SIMD_VLD32WL): Likewise.
|
||||
(vld32wh_insn, vld32wl_insn): Delete commented-out old
|
||||
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>
|
||||
|
||||
* config/arc/arc.c (arc_conditional_register_usage):
|
||||
|
|
|
@ -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 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.
|
||||
These attributes override the
|
||||
@option{-mlong-calls} (@pxref{ARM Options} and @ref{ARC Options})
|
||||
|
@ -9027,7 +9027,7 @@ Note that this is different from
|
|||
@smallexample
|
||||
__alignof__(*(char *)@var{val}) >= alignval
|
||||
@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
|
||||
as well as from the pointed-to type.
|
||||
The information available will depend on optimization level.
|
||||
|
|
Loading…
Add table
Reference in a new issue