diff options
Diffstat (limited to 'gas/doc/c-sh64.texi')
-rw-r--r-- | gas/doc/c-sh64.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/doc/c-sh64.texi b/gas/doc/c-sh64.texi index ca73125761..8138c1ffa1 100644 --- a/gas/doc/c-sh64.texi +++ b/gas/doc/c-sh64.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002, 2003, 2008 Free Software Foundation, Inc. +@c Copyright (C) 2002, 2003, 2008, 2011 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page @@ -86,6 +86,11 @@ Support H'00 style hex constants in addition to 0x00 style. @cindex SH64 line comment character @samp{!} is the line comment character. +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 could also be +a logical line number directive (@pxref{Comments}) or a preprocessor +control command (@pxref{Preprocessing}). + @cindex line separator, SH64 @cindex statement separator, SH64 @cindex SH64 line separator |