]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi (long_call/medium_call/short_call): Typo fix.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Tue, 1 Oct 2013 18:54:30 +0000 (18:54 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 1 Oct 2013 18:54:30 +0000 (19:54 +0100)
        * 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

gcc/ChangeLog
gcc/doc/extend.texi

index b00b2e3d6b5a54d54e82f7e2049e05593414a3c6..59fa14ed6196098aac20f3b2ad53a31fa0d55d2d 100644 (file)
@@ -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):
index ef10f4c0b067b416dc9969aa03cd58a56ae86224..5cfa0c85c6f1029f4b602a2486bbf5b1489ae3ab 100644 (file)
@@ -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.