aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-10-26 11:59:07 +0000
committerJeff Law <law@gcc.gnu.org>1998-10-26 04:59:07 -0700
commit26f63a7785248ef733ab3a89c56bede58860472c (patch)
treef64e7603046af71851ce2144770e9a9c3cbf55df /gcc
parent0fd3de0080e62d6705a5760fa836103ad749053e (diff)
downloadgcc-26f63a7785248ef733ab3a89c56bede58860472c.zip
gcc-26f63a7785248ef733ab3a89c56bede58860472c.tar.gz
gcc-26f63a7785248ef733ab3a89c56bede58860472c.tar.bz2
* tm.texi (ASM_OUTPUT_MAX_SKIP_ALIGN): Document.
From-SVN: r23352
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tm.texi8
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5fc4bdc..6aedcb2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/tm.texi b/gcc/tm.texi
index b8e4969..ab35f1f 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