]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas: add NEWS entry for change of comment syntax in BPF assembler
authorJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 28 Nov 2023 16:51:51 +0000 (17:51 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 28 Nov 2023 16:52:59 +0000 (17:52 +0100)
2023-11-28  Jose E. Marchesi  <jose.marchesi@oracle.com>

* NEWS: Add entry about change of comment syntax in the BPF
assembler.

gas/ChangeLog
gas/NEWS

index c5e781d275cdb4b0279be9fcb90fedf2508a7010..3d5cfcae58ce98b4ad71cdbfe18ccdc8704370ae 100644 (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
index 643f0e6700ec5d53cc3d25328377c42a0b1f9d6c..6bfab08c5b8b75714cef723825964f516875ed95 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
 * 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.