10 Feb
2026
10 Feb
'26
7:54 p.m.
GNU as requires %function / %progbits for .type and .section on ARM, whereas most other ELF architectures use @function / @progbits. Adjust winebuild output when targeting CPU_ARM to avoid assembler errors (including with clang's integrated assembler).
This should never happen, winebuild-generated ARM code is supposed to be built as PE. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10067#note_129363