From 7e4ec8d5786942901de7b4dae84d944bece3cf45 Mon Sep 17 00:00:00 2001 From: law Date: Mon, 26 Oct 1998 11:59:07 +0000 Subject: * tm.texi (ASM_OUTPUT_MAX_SKIP_ALIGN): Document. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23352 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tm.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/tm.texi') diff --git a/gcc/tm.texi b/gcc/tm.texi index b8e49693926..ab35f1f7598 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -6375,6 +6375,14 @@ section. A C statement to output to the stdio stream @var{stream} an assembler command to advance the location counter to a multiple of 2 to the @var{power} bytes. @var{power} will be a C expression of type @code{int}. + +@findex ASM_OUTPUT_MAX_SKIP_ALIGN +@item ASM_OUTPUT_MAX_SKIP_ALIGN (@var{stream}, @var{power}, @var{max_skip}) +A C statement to output to the stdio stream @var{stream} an assembler +command to advance the location counter to a multiple of 2 to the +@var{power} bytes, but only if @var{max_skip} or fewer bytes are needed to +satisfy the alignment request. @var{power} and @var{max_skip} will be +a C expression of type @code{int}. @end table @need 3000 -- cgit v1.2.1