diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2023-11-28 17:51:51 +0100 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2023-11-28 17:52:59 +0100 |
commit | 927d9ccfd30a5bdd7225cfd36a29d326653d9124 (patch) | |
tree | 9a1d1fca43ecc6141c6314e9093d0e2f1e57f4ee /gas/ChangeLog | |
parent | 14e461bed44258fb872731a79ca5e82b70781d09 (diff) | |
download | gdb-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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c5e781d..3d5cfca 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 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 separates multiple commands on a single line. * testsuite/gas/bpf/alu-pseudoc.s: Adapt test accordingly. |