aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/unwind-resume.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-05ARM: Consolidate with generic unwinder wrapper codeRoland McGrath1-101/+0
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-05-20Fix ARM build with GCC trunk.Joseph Myers1-1/+2
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.
2014-05-13Verbatim NPTL file moves for ARM/Linux.Roland McGrath1-0/+100