From 0ccbc13238004e878f742ab82f2566c42e5212f2 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Tue, 1 Oct 2013 18:54:30 +0000 Subject: [PATCH] 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 From-SVN: r203080 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b00b2e3d6b5..59fa14ed619 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,14 @@ 2013-10-01 Joern Rennecke + Diego Novillo * 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 * config/arc/arc.c (arc_conditional_register_usage): diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index ef10f4c0b06..5cfa0c85c6f 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 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.