This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

minor doc patch applied



        * tm.texi (ASM_OUTPUT_MAX_SKIP_ALIGN): Document.

Index: tm.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/./gcc/tm.texi,v
retrieving revision 1.56
diff -c -3 -p -r1.56 tm.texi
*** tm.texi	1998/10/16 00:08:42	1.56
--- tm.texi	1998/10/26 19:57:52
*************** section.
*** 6375,6380 ****
--- 6375,6388 ----
  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]