gas: add NEWS entry for change of comment syntax in BPF assembler
2023-11-28 Jose E. Marchesi <jose.marchesi@oracle.com> * NEWS: Add entry about change of comment syntax in the BPF assembler.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2023-11-28 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||
|
||||
* NEWS: Add entry about change of comment syntax in the BPF
|
||||
assembler.
|
||||
|
||||
2023-11-28 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||
|
||||
* config/tc-bpf.c: Semicolon does not start a comment, but
|
||||
|
||||
@@ -37,6 +37,10 @@
|
||||
* Add support for various T-Head extensions (XTheadVector, XTheadZvlsseg
|
||||
and XTheadZvamo) from version 2.3.0 of the T-Head ISA manual.
|
||||
|
||||
* The BPF assembler now uses semi-colon (;) to separate statements, and
|
||||
therefore they cannot longer be used to begin line comments. This matches the
|
||||
behavior of the clang/LLVM BPF assembler.
|
||||
|
||||
Changes in 2.41:
|
||||
|
||||
* Add support for the KVX instruction set.
|
||||
|
||||
Reference in New Issue
Block a user