From: geoffk Date: Tue, 12 Dec 2006 23:53:37 +0000 (+0000) Subject: * doc/tm.texi (Alignment Output): Document that ASM_OUTPUT_SKIP X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=819bacb1ea8e8f8664cdaebcc43eb42d911aa68f;p=thirdparty%2Fgcc.git * doc/tm.texi (Alignment Output): Document that ASM_OUTPUT_SKIP actually takes an unsigned HOST_WIDE_INT for its second parameter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119806 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86530bca63ed..cb8b282ab7c3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-12-12 Geoffrey Keating + + * 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 * config/spu/spu.c (TARGET_ENCODE_SECTION_INFO): Define. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 52305478d1a5..f209593f0c9b 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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