aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-bpf.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-31Use bool in gasAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-26bpf: add xBPF ISADavid Faust1-4/+30
2020-06-05gas: avoid GCC 10 warning stringop-overflow in tc-bpf.cJose E. Marchesi1-2/+2
2020-06-04gas: simplify code in tc-bpf.c:md_apply_fixJose E. Marchesi1-3/+1
2020-06-04cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi1-4/+2
2020-06-04opcodes: discriminate endianness and insn-endianness in CGEN portsJose E. Marchesi1-1/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-07-19gas: make .lcomm to accept an optional aligmnet in eBPF targetsJose E. Marchesi1-1/+43
2019-07-18gas: .lcomm gets an alignment argument in eBPFJose E. Marchesi1-1/+2
2019-07-17gas: support .half, .word and .dword directives in eBPFJose E. Marchesi1-0/+3
2019-05-23gas: add support for eBPFJose E. Marchesi1-0/+354