]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tm.texi (Alignment Output): Document that ASM_OUTPUT_SKIP actually takes an unsigned...
authorGeoffrey Keating <geoffk@apple.com>
Tue, 12 Dec 2006 23:53:37 +0000 (23:53 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 12 Dec 2006 23:53:37 +0000 (23:53 +0000)
* doc/tm.texi (Alignment Output): Document that ASM_OUTPUT_SKIP
actually takes an unsigned HOST_WIDE_INT for its second parameter.

From-SVN: r119806

gcc/ChangeLog
gcc/doc/tm.texi

index 86530bca63ed328229bbd2de907bc6d455809ea5..cb8b282ab7c3a6f4ec40bbc08227dc9c9c674f73 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-12  Geoffrey Keating  <geoffk@apple.com>
+
+       * doc/tm.texi (Alignment Output): Document that ASM_OUTPUT_SKIP
+       actually takes an unsigned HOST_WIDE_INT for its second parameter.
+
 2006-12-13  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/spu/spu.c (TARGET_ENCODE_SECTION_INFO): Define.
index 52305478d1a59b8e63b7f9dddfcf8f89d9275027..f209593f0c9bc52a5351898b5b388a19987ef6a9 100644 (file)
@@ -8195,7 +8195,7 @@ This works only if @code{ASM_OUTPUT_MAX_SKIP_ALIGN} is defined.
 A C statement to output to the stdio stream @var{stream} an assembler
 instruction to advance the location counter by @var{nbytes} bytes.
 Those bytes should be zero when loaded.  @var{nbytes} will be a C
-expression of type @code{int}.
+expression of type @code{unsigned HOST_WIDE_INT}.
 @end defmac
 
 @defmac ASM_NO_SKIP_IN_TEXT