summaryrefslogtreecommitdiff
path: root/gas/config/tc-bpf.c
Commit message (Expand)AuthorAgeFilesLines
* gas: fix building tc-bpf.c on s390xIlya Leoshkevich2023-05-041-2/+4
* gas: support for the BPF pseudo-c assembly syntaxGuillermo E. Martinez2023-04-261-4/+1517
* BPF relocations review / refactoringCupertino Miranda2023-03-161-7/+0
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in gasAlan Modra2021-03-311-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* bpf: add xBPF ISADavid Faust2020-08-261-4/+30
* gas: avoid GCC 10 warning stringop-overflow in tc-bpf.cJose E. Marchesi2020-06-051-2/+2
* gas: simplify code in tc-bpf.c:md_apply_fixJose E. Marchesi2020-06-041-3/+1
* cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi2020-06-041-4/+2
* opcodes: discriminate endianness and insn-endianness in CGEN portsJose E. Marchesi2020-06-041-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* gas: make .lcomm to accept an optional aligmnet in eBPF targetsJose E. Marchesi2019-07-191-1/+43
* gas: .lcomm gets an alignment argument in eBPFJose E. Marchesi2019-07-181-1/+2
* gas: support .half, .word and .dword directives in eBPFJose E. Marchesi2019-07-171-0/+3
* gas: add support for eBPFJose E. Marchesi2019-05-231-0/+354