]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/doc/c-bpf.texi
Revert "2.41 Release sources"
[thirdparty/binutils-gdb.git] / gas / doc / c-bpf.texi
index 6683ff98105eec47d9b4135948642603ce9f1552..6b43c77d5a08d6af110e09a2a1b95a393ba31bf5 100644 (file)
@@ -53,6 +53,10 @@ when assembling.  The BPF ISA versions supported are @option{v1} @option{v2}, @o
 The value @option{xbpf} can be specified to recognize extra
 instructions that are used by GCC for testing purposes.  But beware
 this is not valid BPF.
+
+@cindex @option{-mno-relax} command-line options, BPF
+@item -mno-relax
+This option tells the assembler to not relax instructions.
 @end table
 
 Note that if no endianness option is specified in the command line,
@@ -64,9 +68,8 @@ the host endianness is used.
 
 @cindex line comment character, BPF
 @cindex BPF line comment character
-The presence of a @samp{;} on a line indicates the start of a comment
-that extends to the end of the current line.  If a @samp{#} appears as
-the first character of a line, the whole line is treated as a comment.
+The presence of a @samp{;} or a @samp{#} on a line indicates the start
+of a comment that extends to the end of the current line.
 
 @cindex statement separator, BPF
 Statements and assembly directives are separated by newlines.