aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2023-11-28 17:51:51 +0100
committerJose E. Marchesi <jose.marchesi@oracle.com>2023-11-28 17:52:59 +0100
commit927d9ccfd30a5bdd7225cfd36a29d326653d9124 (patch)
tree9a1d1fca43ecc6141c6314e9093d0e2f1e57f4ee /gas/NEWS
parent14e461bed44258fb872731a79ca5e82b70781d09 (diff)
downloadgdb-927d9ccfd30a5bdd7225cfd36a29d326653d9124.zip
gdb-927d9ccfd30a5bdd7225cfd36a29d326653d9124.tar.gz
gdb-927d9ccfd30a5bdd7225cfd36a29d326653d9124.tar.bz2
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.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 643f0e6..6bfab08 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -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.