This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[COMMITTED,BPF 0/2] A couple of little updates
- From: "Jose E. Marchesi" <jose dot marchesi at oracle dot com>
- To: binutils at sourceware dot org
- Date: Fri, 19 Jul 2019 10:02:21 +0200
- Subject: [COMMITTED,BPF 0/2] A couple of little updates
Hi people!
I just pushed these two little patches. The first changes the
handling of .lcomm (again!) so it allows an optional alignment
argument (GCC generates both variants). The second makes the
disassembler to use better names for a couple of registers.
Salud!
Jose E. Marchesi (2):
gas: make .lcomm to accept an optional aligmnet in eBPF targets
cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF
disassembler
cpu/ChangeLog | 5 +++++
cpu/bpf.cpu | 4 ++--
gas/ChangeLog | 14 +++++++++++++
gas/config/tc-bpf.c | 44 +++++++++++++++++++++++++++++++++++++++-
gas/testsuite/gas/bpf/alu-be.d | 24 +++++++++++-----------
gas/testsuite/gas/bpf/alu.d | 24 +++++++++++-----------
gas/testsuite/gas/bpf/alu32-be.d | 26 ++++++++++++------------
gas/testsuite/gas/bpf/alu32.d | 26 ++++++++++++------------
gas/testsuite/gas/bpf/lddw-be.d | 2 +-
gas/testsuite/gas/bpf/lddw.d | 2 +-
opcodes/ChangeLog | 4 ++++
opcodes/bpf-desc.c | 8 ++++----
12 files changed, 124 insertions(+), 59 deletions(-)
--
2.11.0