diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2019-07-19 15:35:02 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2019-07-19 15:35:02 +0200 |
commit | 1802aae8449a4d693ba1f4efb8a7917c2f20990b (patch) | |
tree | 0eba0b337dd383bdedda4d3f353b036f60317f03 /gas/ChangeLog | |
parent | ccbdd22fb96b8680ebeaecd829e8e51958845a8f (diff) | |
download | gdb-1802aae8449a4d693ba1f4efb8a7917c2f20990b.zip gdb-1802aae8449a4d693ba1f4efb8a7917c2f20990b.tar.gz gdb-1802aae8449a4d693ba1f4efb8a7917c2f20990b.tar.bz2 |
gas: make .lcomm to accept an optional aligmnet in eBPF targets
Tested in a x86_64 host.
gas/ChangeLog:
2019-07-19 Jose E. Marchesi <jose.marchesi@oracle.com>
* config/tc-bpf.c (pe_lcomm_internal): Adapted from tc-i386.c.
(pe_lcomm): Likewise.
(md_pseudo_table): Use pe_lcomm to implement .lcomm.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fa19030..e33802b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2019-07-19 Jose E. Marchesi <jose.marchesi@oracle.com> + + * config/tc-bpf.c (pe_lcomm_internal): Adapted from tc-i386.c. + (pe_lcomm): Likewise. + (md_pseudo_table): Use pe_lcomm to implement .lcomm. + 2019-07-19 Richard Sandiford <richard.sandiford@arm.com> * doc/c-aarch64.texi: Remame the +bitperm extension to +sve2-bitperm. |