[gcc r15-6514] bpf: install a wrapping stdint.h for bpf-none-unknown targets

2025-01-03 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:995d1c2b7cca9bec23a60f9cbcebccd9f307c53f commit r15-6514-g995d1c2b7cca9bec23a60f9cbcebccd9f307c53f Author: Jose E. Marchesi Date: Fri Jan 3 13:42:26 2025 +0100 bpf: install a wrapping stdint.h for bpf-none-unknown targets This patch makes GCC to wrap the host

[gcc r15-6256] bpf: fix build adding new required arg to RESOLVE_OVERLOADED_BUILTIN

2024-12-14 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:6866547e2421cc40606c13c2c3621a3d9121e893 commit r15-6256-g6866547e2421cc40606c13c2c3621a3d9121e893 Author: Jose E. Marchesi Date: Sat Dec 14 19:15:34 2024 +0100 bpf: fix build adding new required arg to RESOLVE_OVERLOADED_BUILTIN gcc/ChangeLog

[gcc r15-2726] bpf: do not emit BPF non-fetching atomic instructions

2024-08-05 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:c26534d21159dd4c5d1472f0050b65e148161691 commit r15-2726-gc26534d21159dd4c5d1472f0050b65e148161691 Author: Jose E. Marchesi Date: Mon Aug 5 16:23:47 2024 +0200 bpf: do not emit BPF non-fetching atomic instructions When GCC finds a call to one of the __atomic_

[gcc r15-359] bpf: fix printing of memory operands in pseudoc asm dialect

2024-05-10 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:bb5f619a938567b316306bdc46f0efb8d18ddc59 commit r15-359-gbb5f619a938567b316306bdc46f0efb8d18ddc59 Author: Jose E. Marchesi Date: Fri May 10 09:50:25 2024 +0200 bpf: fix printing of memory operands in pseudoc asm dialect The BPF backend was emitting memory ope

[gcc r14-10123] bpf: default to using pseudo-C assembly syntax by default

2024-04-25 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:c96c2a304b4a98116520cce497fbf5bab7465f23 commit r14-10123-gc96c2a304b4a98116520cce497fbf5bab7465f23 Author: Jose E. Marchesi Date: Thu Apr 25 16:53:49 2024 +0200 bpf: default to using pseudo-C assembly syntax by default At this point the kernel headers that a

[gcc r14-10107] bpf: define BPF feature pre-processor macros

2024-04-24 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:152d945d42136737305fd55f1239a3dd6037c8a7 commit r14-10107-g152d945d42136737305fd55f1239a3dd6037c8a7 Author: Jose E. Marchesi Date: Wed Apr 24 13:48:51 2024 +0200 bpf: define BPF feature pre-processor macros This commit makes the BPF backend to define the foll