musl: Update libc.S for hexagon-linux-musl.

This commit is contained in:
Alex Rønne Petersen 2025-04-07 18:59:34 +02:00
parent 7f20b9f9db
commit e939fc859d
No known key found for this signature in database

View file

@ -2607,12 +2607,12 @@ insque:
.globl ioctl .globl ioctl
.type ioctl, %function; .type ioctl, %function;
ioctl: ioctl:
#if !defined(ARCH_aarch64) && !defined(ARCH_arm) && !defined(ARCH_loongarch64) && !defined(ARCH_mips64) && !defined(ARCH_mipsn32) && !defined(ARCH_riscv32) && !defined(ARCH_riscv64) && !defined(ARCH_s390x) #if !defined(ARCH_aarch64) && !defined(ARCH_arm) && !defined(ARCH_hexagon) && !defined(ARCH_loongarch64) && !defined(ARCH_mips64) && !defined(ARCH_mipsn32) && !defined(ARCH_riscv32) && !defined(ARCH_riscv64) && !defined(ARCH_s390x)
.globl ioperm .globl ioperm
.type ioperm, %function; .type ioperm, %function;
ioperm: ioperm:
#endif #endif
#if !defined(ARCH_aarch64) && !defined(ARCH_arm) && !defined(ARCH_loongarch64) && !defined(ARCH_mips64) && !defined(ARCH_mipsn32) && !defined(ARCH_riscv32) && !defined(ARCH_riscv64) && !defined(ARCH_s390x) #if !defined(ARCH_aarch64) && !defined(ARCH_arm) && !defined(ARCH_hexagon) && !defined(ARCH_loongarch64) && !defined(ARCH_mips64) && !defined(ARCH_mipsn32) && !defined(ARCH_riscv32) && !defined(ARCH_riscv64) && !defined(ARCH_s390x)
.globl iopl .globl iopl
.type iopl, %function; .type iopl, %function;
iopl: iopl: