* tm.texi (ASM_OUTPUT_MAX_SKIP_ALIGN): Document.
authorJeffrey A Law <law@cygnus.com>
Mon, 26 Oct 1998 11:59:07 +0000 (11:59 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 26 Oct 1998 11:59:07 +0000 (04:59 -0700)
From-SVN: r23352

gcc/ChangeLog
gcc/tm.texi

index 5fc4bdcf9947f723e9a50408be3bf55bc7b6179c..6aedcb2b949c9fdae62f1e428d0fd7713c6a10c7 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct 26 12:53:14 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * tm.texi (ASM_OUTPUT_MAX_SKIP_ALIGN): Document.
+
 Mon Oct 26 00:36:58 PST 1998 Jeff Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
index b8e496939261eaf1f90a47689bac3d21e55848a0..ab35f1f75985c1193a7ae49e3020d47ff90a4af1 100644 (file)
@@ -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