You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Liebler
5be920e910
s390x: don't allow br r0 in CRTJMP asm
The instruction encoding that would be "br %r0" is not actually a
branch to r0, but instead a nop/memory-barrier. gcc 14 has been found
to choose r0 for the "r"(pc) constraint, breaking CRTJMP.
This patch adjusts the inline assembly constraints and marks "pc" as
address ("a"), which disallows usage of r0.
2 years ago
..
aarch64
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
arm
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
generic
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
i386
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
loongarch64
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
m68k
m68k: fix POLLWRNORM and POLLWRBAND
2 years ago
microblaze
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
mips
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
mips64
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
mipsn32
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
or1k
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
powerpc
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
powerpc64
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
riscv32
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
riscv64
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
s390x
s390x: don't allow br r0 in CRTJMP asm
2 years ago
sh
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
x32
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago
x86_64
stdint.h: derive limits from __LONG_MAX, use common fast16 types
2 years ago