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:
Jose E. Marchesi
2023-11-28 17:51:51 +01:00
parent 14e461bed4
commit 927d9ccfd3
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -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
+4
View File
@@ -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.