mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
175cef4163
sysdeps/unix/sysv/linux/arm/unwind-resume.c and sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c have static variables that are written in C code but only read from toplevel asms. Current GCC trunk now optimizes away such apparently write-only static variables, so causing a build failure. This patch marks those variables with __attribute_used__ to avoid that optimization. Tested that this fixes the build for ARM. * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c (libgcc_s_resume): Use __attribute_used__. * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume): Likewise. |
||
---|---|---|
.. | ||
bits | ||
sys | ||
____longjmp_chk.S | ||
aeabi_read_tp.S | ||
alphasort64.c | ||
arch-fork.h | ||
arm-features.h | ||
brk.c | ||
c++-types.data | ||
clone.S | ||
configure | ||
configure.ac | ||
createthread.c | ||
dl-cache.h | ||
dl-machine.h | ||
dl-procinfo.c | ||
dl-procinfo.h | ||
fchown.c | ||
fcntl.c | ||
ftruncate64.c | ||
fxstat.c | ||
fxstatat.c | ||
getcontext.S | ||
getdents64.c | ||
getegid.c | ||
geteuid.c | ||
getgid.c | ||
getgroups.c | ||
getresgid.c | ||
getresuid.c | ||
getrlimit64.c | ||
getuid.c | ||
glob64.c | ||
internal_accept4.S | ||
internal_recvmmsg.S | ||
internal_sendmmsg.S | ||
ioperm.c | ||
kernel-features.h | ||
lchown.c | ||
ld.abilist | ||
ldconfig.h | ||
ldsodefs.h | ||
libanl.abilist | ||
libBrokenLocale.abilist | ||
libc-aeabi_read_tp.S | ||
libc-do-syscall.S | ||
libc.abilist | ||
libcrypt.abilist | ||
libdl.abilist | ||
libm.abilist | ||
libnsl.abilist | ||
libpthread.abilist | ||
libresolv.abilist | ||
librt.abilist | ||
libthread_db.abilist | ||
libutil.abilist | ||
localplt.data | ||
lockf64.c | ||
lowlevellock.h | ||
lxstat.c | ||
makecontext.c | ||
Makefile | ||
mmap64.S | ||
mmap.S | ||
msgctl.c | ||
nptl-aeabi_unwind_cpp_pr1.c | ||
oldgetrlimit64.c | ||
oldgetrlimit.c | ||
oldsetrlimit.c | ||
posix_fadvise64.c | ||
posix_fadvise.c | ||
pread64.c | ||
pread.c | ||
profil-counter.h | ||
pwrite64.c | ||
pwrite.c | ||
readahead.c | ||
readdir64_r.c | ||
readdir64.c | ||
readelflib.c | ||
register-dump.h | ||
rt-aeabi_unwind_cpp_pr1.c | ||
scandir64.c | ||
semctl.c | ||
setcontext.S | ||
setegid.c | ||
seteuid.c | ||
setfsgid.c | ||
setfsuid.c | ||
setgid.c | ||
setgroups.c | ||
setregid.c | ||
setresgid.c | ||
setresuid.c | ||
setreuid.c | ||
setrlimit.c | ||
setuid.c | ||
shmctl.c | ||
sigaction.c | ||
sigcontextinfo.h | ||
sigrestorer.S | ||
swapcontext.S | ||
syscall.S | ||
syscalls.list | ||
sysdep-cancel.h | ||
sysdep.h | ||
sysdep.S | ||
truncate64.c | ||
ucontext_i.sym | ||
umount.c | ||
unwind-forcedunwind.c | ||
unwind-resume.c | ||
Versions | ||
versionsort64.c | ||
vfork.S | ||
xstat.c |