X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fdoc%2Fc-vax.texi;h=e06a7d53ded813f30905b3a8d50e9478038b8d0b;hb=42e58860e260edf7d92734c01b95fccf9ddb2431;hp=b13d7e5a49330314ab9ae7f9fa30bfabf05ec302;hpb=5b64ad42d36e6d487e1f7287d37fbc243a178e72;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/doc/c-vax.texi b/gas/doc/c-vax.texi index b13d7e5a49..e06a7d53de 100644 --- a/gas/doc/c-vax.texi +++ b/gas/doc/c-vax.texi @@ -1,7 +1,7 @@ -@c Copyright (C) 1991, 92, 93, 94, 95, 96, 1998 Free Software Foundation, Inc. +@c Copyright (C) 1991-2016 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. -@c VAX/VMS description exhanced and corrected by Klaus K"aempf, kkaempf@progis.de +@c VAX/VMS description enhanced and corrected by Klaus K"aempf, kkaempf@progis.de @ifset GENERIC @node Vax-Dependent @chapter VAX Dependent Features @@ -23,6 +23,7 @@ * VAX-branch:: VAX Branch Improvement * VAX-operands:: VAX Operands * VAX-no:: Not Supported on VAX +* VAX-Syntax:: VAX Syntax @end menu @@ -355,3 +356,28 @@ separated. @cindex bitfields, not supported on VAX Vax bit fields can not be assembled with @code{@value{AS}}. Someone can add the required code if they really need it. + +@node VAX-Syntax +@section VAX Syntax +@menu +* VAX-Chars:: Special Characters +@end menu + +@node VAX-Chars +@subsection Special Characters + +@cindex line comment character, VAX +@cindex VAX line comment character +The presence of a @samp{#} appearing anywhere on a line indicates the +start of a comment that extends to the end of that line. + +If a @samp{#} appears as the first character of a line then the whole +line is treated as a comment, but in this case the line can also be a +logical line number directive (@pxref{Comments}) or a preprocessor +control command (@pxref{Preprocessing}). + +@cindex line separator, VAX +@cindex statement separator, VAX +@cindex VAX line separator +The @samp{;} character can be used to separate statements on the same +line.