glibc/sysdeps/unix/sysv/linux/loongarch
caiyinyu 3eed5f3a1e LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernel
The LoongArch glibc was using the value of the SHMLBA macro from common code,
which is __getpagesize() (16k), but this was inconsistent with the value of
the SHMLBA macro in the kernel, which is SZ_64K (64k). This caused several
shmat-related tests in LTP (Linux Test Project) to fail. This commit fixes
the issue by ensuring that the glibc's SHMLBA macro value matches the value
used in the kernel like other architectures.
2023-05-30 14:13:06 +08:00
..
bits LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernel 2023-05-30 14:13:06 +08:00
lp64 C2x scanf binary constant handling 2023-03-02 19:10:37 +00:00
sys Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Implies
Makefile LoongArch: Add soft float support. 2022-09-01 09:10:08 +08:00
arch-syscall.h
atomic-machine.h Fix misspellings in sysdeps/unix -- BZ 25337 2023-05-23 11:59:23 +00:00
clone.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
clone3.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
configure LoongArch: Add soft float support. 2022-09-01 09:10:08 +08:00
configure.ac LoongArch: Add soft float support. 2022-09-01 09:10:08 +08:00
dl-cache.h LoongArch: Add support for ldconfig. 2023-03-13 09:20:28 +08:00
getcontext.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gettimeofday.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ldd-rewrite.sed LoongArch: Add soft float support. 2022-09-01 09:10:08 +08:00
localplt.data elf: Rework exception handling in the dynamic loader [BZ #25486] 2022-11-03 09:39:31 +01:00
makecontext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pointer_guard.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
readelflib.c LoongArch: ldconfig: Add comments for using EF_LARCH_OBJABI_V1 2023-03-28 09:55:48 +08:00
setcontext.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
shlib-versions LoongArch: Add soft float support. 2022-09-01 09:10:08 +08:00
sigcontextinfo.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
swapcontext.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
sysdep.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
sysdep.h Fix misspellings in sysdeps/unix -- BZ 25337 2023-05-23 11:59:23 +00:00
ucontext-macros.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ucontext_i.sym
vfork.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00