2 Copyright (C) 1997-2013 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
15 You should have received a copy of the GNU Lesser General Public
16 License along with the GNU C Library. If not, see
17 <http://www.gnu.org/licenses/>. */
19 /* ??? Needs more rearrangement for the LDM to handle thumb mode. */
22 #include <bits/setjmp.h>
23 #include <rtld-global-offsets.h>
24 #include <arm-features.h>
26 /* __longjmp(jmpbuf, val) */
30 movs r0, r1 /* get the return value in place */
31 moveq r0, #1 /* can't let setjmp() return zero! */
35 ldr r4, [\B, #32] /* jmpbuf's sp */
38 PTR_DEMANGLE (r4, r4, a3, a4)
43 ldmia \B!, JMP_BUF_REGLIST
45 PTR_DEMANGLE (fp, a4, a3, a2)
47 PTR_DEMANGLE2 (sp, a4, a3)
49 PTR_DEMANGLE2 (lr, a4, a3)
66 #if !defined ARM_ASSUME_NO_IWMMXT || defined __SOFTFP__
73 ldr a3, .Lrtld_local_ro
76 ldr a2, [a2, #RTLD_GLOBAL_RO_DL_HWCAP_OFFSET]
80 ldr a3, .Lrtld_global_ro
83 ldr a2, [a2, #RTLD_GLOBAL_RO_DL_HWCAP_OFFSET]
92 tst a2, #HWCAP_ARM_VFP
96 /* Restore the VFP registers. */
97 /* Following instruction is vldmia ip!, {d8-d15}. */
99 ldc p11, cr8, [\B], #64
102 #ifndef ARM_ASSUME_NO_IWMMXT
103 tst a2, #HWCAP_ARM_IWMMXT
106 /* Restore the call-preserved iWMMXt registers. */
107 /* Following instructions are wldrd wr10, [ip], #8 (etc.) */
109 ldcl p1, cr10, [\B], #8
111 ldcl p1, cr11, [\B], #8
113 ldcl p1, cr12, [\B], #8
115 ldcl p1, cr13, [\B], #8
117 ldcl p1, cr14, [\B], #8
119 ldcl p1, cr15, [\B], #8
127 1: .long _GLOBAL_OFFSET_TABLE_ - 0b - PC_OFS
129 .long C_SYMBOL_NAME(_rtld_local_ro)(GOTOFF)
132 1: .long _GLOBAL_OFFSET_TABLE_ - 0b - PC_OFS
134 .long C_SYMBOL_NAME(_rtld_global_ro)(GOT)
137 .long C_SYMBOL_NAME(_dl_hwcap)