stdint.h: derive limits from __LONG_MAX, use common fast16 types
commit2c124e13bd7941fe0b885eecdc5de6f09aacf06a
authorRich Felker <dalias@aerifal.cx>
Tue, 7 May 2024 13:17:51 +0000 (7 09:17 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 7 May 2024 13:17:51 +0000 (7 09:17 -0400)
tree26cd045d0cee92f8643c818d736e7ac69dcb84af
parent7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9
stdint.h: derive limits from __LONG_MAX, use common fast16 types

the bits file is retained, but as a single generic version, to allow
for the unlikely future possibility of letting a new arch define
something differently.
18 files changed:
arch/arm/bits/stdint.h [deleted file]
arch/generic/bits/stdint.h [moved from arch/aarch64/bits/stdint.h with 68% similarity]
arch/i386/bits/stdint.h [deleted file]
arch/loongarch64/bits/stdint.h [deleted file]
arch/m68k/bits/stdint.h [deleted file]
arch/microblaze/bits/stdint.h [deleted file]
arch/mips/bits/stdint.h [deleted file]
arch/mips64/bits/stdint.h [deleted file]
arch/mipsn32/bits/stdint.h [deleted file]
arch/or1k/bits/stdint.h [deleted file]
arch/powerpc/bits/stdint.h [deleted file]
arch/powerpc64/bits/stdint.h [deleted file]
arch/riscv32/bits/stdint.h [deleted file]
arch/riscv64/bits/stdint.h [deleted file]
arch/s390x/bits/stdint.h [deleted file]
arch/sh/bits/stdint.h [deleted file]
arch/x32/bits/stdint.h [deleted file]
arch/x86_64/bits/stdint.h [deleted file]