bpf: accept # as an inline comment char
authorDavid Faust <david.faust@oracle.com>
Mon, 24 Jul 2023 21:57:35 +0000 (14:57 -0700)
committerDavid Faust <david.faust@oracle.com>
Wed, 26 Jul 2023 15:22:31 +0000 (08:22 -0700)
commit9d1e07bd19fb126edf5ac8bb098777bee9364ca5
tree93fcff9d437f813bdcea11d6d20b5d85caae48e0
parent200546f1a33bd4e6d81d5bdef8d26836a7504bdb
bpf: accept # as an inline comment char

This little patch makes the BPF assembler accept '#' as an inline
comment character, which clang -S seems to use.

gas/
* config/tc-bpf.c (comment_chars): Add '#'.
* doc/c-bpf.texi (BPF Special Characters): Add note that '#' may
be used for inline comments.
gas/config/tc-bpf.c
gas/doc/c-bpf.texi