aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2019-07-17 23:18:41 +0200
committerJose E. Marchesi <jose.marchesi@oracle.com>2019-07-18 13:12:33 +0200
commitd0044bac9eb6c5476d29c41872bcf8f74a990d4f (patch)
treef453502ff90f2f891cef1353da7cde0eea0c8f7f /gas/ChangeLog
parentf264fab3cd9364073ccf7c32f29d0f1aa7c99159 (diff)
downloadgdb-d0044bac9eb6c5476d29c41872bcf8f74a990d4f.zip
gdb-d0044bac9eb6c5476d29c41872bcf8f74a990d4f.tar.gz
gdb-d0044bac9eb6c5476d29c41872bcf8f74a990d4f.tar.bz2
gas: .lcomm gets an alignment argument in eBPF
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5d3bb61..6e457d9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,6 +1,12 @@
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.