From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1861) id CEFCC3858C78; Tue, 28 Nov 2023 16:53:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CEFCC3858C78 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jose E. Marchesi To: bfd-cvs@sourceware.org Subject: [binutils-gdb] gas: add NEWS entry for change of comment syntax in BPF assembler X-Act-Checkin: binutils-gdb X-Git-Author: Jose E. Marchesi X-Git-Refname: refs/heads/master X-Git-Oldrev: 14e461bed44258fb872731a79ca5e82b70781d09 X-Git-Newrev: 927d9ccfd30a5bdd7225cfd36a29d326653d9124 Message-Id: <20231128165309.CEFCC3858C78@sourceware.org> Date: Tue, 28 Nov 2023 16:53:09 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2023 16:53:09 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D927d9ccfd30a= 5bdd7225cfd36a29d326653d9124 commit 927d9ccfd30a5bdd7225cfd36a29d326653d9124 Author: Jose E. Marchesi Date: Tue Nov 28 17:51:51 2023 +0100 gas: add NEWS entry for change of comment syntax in BPF assembler =20 2023-11-28 Jose E. Marchesi =20 * NEWS: Add entry about change of comment syntax in the BPF assembler. Diff: --- gas/ChangeLog | 5 +++++ gas/NEWS | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index c5e781d275c..3d5cfcae58c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2023-11-28 Jose E. Marchesi + + * NEWS: Add entry about change of comment syntax in the BPF + assembler. + 2023-11-28 Jose E. Marchesi =20 * config/tc-bpf.c: Semicolon does not start a comment, but diff --git a/gas/NEWS b/gas/NEWS index 643f0e6700e..6bfab08c5b8 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. =20 +* The BPF assembler now uses semi-colon (;) to separate statements, and + therefore they cannot longer be used to begin line comments. This matche= s the + behavior of the clang/LLVM BPF assembler. + Changes in 2.41: =20 * Add support for the KVX instruction set.