aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-bpf.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25bpf: fix calculation when deciding to relax branchDavid Faust1-4/+33
2024-02-19bpf: fix bpf expression parsing regression in GASWill Hawkins1-1/+1
2024-02-19bpf: gas: avoid UB in pointer subtractionJose E. Marchesi1-12/+25
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-11-28gas: change meaning of ; in the BPF assemblerJose E. Marchesi1-2/+2
2023-11-21bpf: Fixed register parsing disambiguating with possible symbol.Cupertino Miranda1-0/+4
2023-11-18gas: bpf: do not allow referring to register names as symbols in operandsJose E. Marchesi1-48/+65
2023-11-17bpf: avoid creating wrong symbols while parsingDavid Faust1-0/+92
2023-10-28gas: tc-bpf.c: fix formatting of commentJose E. Marchesi1-4/+5
2023-08-17bpf: gas: consolidate handling of immediate overflowsJose E. Marchesi1-11/+32
2023-08-02Revert "2.41 Release sources"Sam James1-1581/+1340
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-1340/+1581
2023-07-30bpf: include, bfd, opcodes: add EF_BPF_CPUVER ELF header flagsJose E. Marchesi1-0/+9
2023-07-30bpf: gas: add field overflow checking to the BPF assemblerJose E. Marchesi1-8/+55
2023-07-28bpf: remove spurious comment from tc-bpf.cJose E. Marchesi1-2/+0
2023-07-28bpf: gas: support relaxation of V4 jump instructionsJose E. Marchesi1-308/+712
2023-07-26bpf: accept # as an inline comment charDavid Faust1-1/+1
2023-07-26bpf: format not a string literalAlan Modra1-1/+1
2023-07-24bpf: add support for jal/gotol jump instruction with 32-bit targetJose E. Marchesi1-22/+34
2023-07-21DesCGENization of the BPF binutils portJose E. Marchesi1-1615/+904
2023-05-04gas: fix building tc-bpf.c on s390xIlya Leoshkevich1-2/+4
2023-04-26gas: support for the BPF pseudo-c assembly syntaxGuillermo E. Martinez1-4/+1517
2023-03-16BPF relocations review / refactoringCupertino Miranda1-7/+0
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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