gas/ChangeLog:
2019-07-17 Jose E. Marchesi <jose.marchesi@oracle.com>
* config/tc-bpf.c: Make .lcomm to get a third argument with the
alignment.
+2019-07-17 Jose E. Marchesi <jose.marchesi@oracle.com>
+
+ * config/tc-bpf.c: Make .lcomm to get a third argument with the
+ alignment.
+
2019-07-17 Jose E. Marchesi <jose.marchesi@oracle.com>
* config/tc-bpf.c (md_pseudo_table): .half, .word and .dword.
+
* testsuite/gas/bpf/data.s: New file.
* testsuite/gas/bpf/data.d: Likewise.
* testsuite/gas/bpf/data-be.d: Likewise.
{ "half", cons, 2 },
{ "word", cons, 4 },
{ "dword", cons, 8 },
- { NULL, NULL, 0 }
+ { "lcomm", s_lcomm, 1 },
+ { NULL, NULL, 0 }
};
/* ISA handling. */