Commit Graph

220538 Commits

Author SHA1 Message Date
matt
eeddcf15a5 Add cfi ops.
Thumbify
2013-08-19 03:27:34 +00:00
matt
bbbb7b3800 make sure u_int is defined 2013-08-19 03:05:17 +00:00
matt
4f50540e20 Add END() and clarify thumb/arm 2013-08-19 02:55:19 +00:00
matt
d0a4289725 Thumbify 2013-08-19 02:54:02 +00:00
matt
70e4c7e047 Add END() 2013-08-19 02:37:12 +00:00
matt
de1d51c4ce Thumbify 2013-08-19 02:36:27 +00:00
matt
f66bbc4e80 ip -> r2
teq -> cmp
2013-08-19 02:24:09 +00:00
matt
7ed75e50a6 Thumbify 2013-08-19 02:22:25 +00:00
matt
d3ce3f542d ip -> r2
teq -> cmp
2013-08-19 02:20:06 +00:00
matt
8ba242506b Thumbify 2013-08-19 02:13:13 +00:00
matt
414db3a8ba Use ip as a temporary 2013-08-19 02:11:03 +00:00
matt
0b070291c7 Change previous use of r2 to r3 2013-08-19 02:08:41 +00:00
matt
ad93040ca6 teq -> cmp
ip -> r2
add/sub -> adds/subs
(thumbify part 1)
2013-08-19 02:07:22 +00:00
matt
4373b1a3d8 For EABI, add .cfi ops 2013-08-19 01:17:32 +00:00
matt
9dae71ed91 Add .cfi for __ARM_EABI__
Thumbify
2013-08-19 01:12:08 +00:00
matt
b4e387d260 Add END(memcpy) 2013-08-19 01:08:53 +00:00
matt
c2438985ca For Thumb, use naive version 2013-08-19 01:08:29 +00:00
matt
f37c7d04a2 Thumbify 2013-08-19 00:56:12 +00:00
matt
4640cf4296 Add .cfi ops if EABI.
Thumbify.
2013-08-19 00:36:29 +00:00
matt
dcdd476662 Thumbify 2013-08-19 00:35:06 +00:00
matt
0cd0e4b29d Fix CLKF_INTR for EABI to (void) its argument so it isn't mark unused by the
optimizer.
2013-08-18 23:14:27 +00:00
matt
aa45c3c11b Fix <arm/locore.h> lossage 2013-08-18 21:50:31 +00:00
matt
046aded495 Fix more <arm/locore.h> lossage 2013-08-18 21:42:16 +00:00
joerg
4879d4747d Support __format_arg. 2013-08-18 20:48:17 +00:00
joerg
2933c53464 Rename fixup to update_global to better reflect the purpose.
Remove the various Current pointers, they are implementation internals
that shouldn't be leaked. Remove _CATEGORY_DEFAULT related handling and
directly pick the implemenation pointer from the C locale.
Merge the C locale data into global_locale.c with the exception of
_DefaultRuneLocale. Mark that one hidden. Move _RUNE_LOCALE and
_CITRUS_CTYPE into multibyte.h and pick up the correct rl_citrus_ctype
for non-default locales.
2013-08-18 20:03:48 +00:00
skrll
e1e1d514de Revert previous. 2013-08-18 16:55:47 +00:00
matt
d91603e2c5 Fix typo 2013-08-18 16:09:50 +00:00
matt
fe8c224376 Fix <arm/locore.h> lossage. 2013-08-18 16:08:42 +00:00
matt
88e5164352 Include <arm/cpufunc.h> if !_LOCORE 2013-08-18 16:08:24 +00:00
matt
15255e4825 Don't include <arm/locore.h>, just <arm/armreg.h> 2013-08-18 16:08:02 +00:00
matt
213e0bd398 <arm/locore.h> fallout (fixes some include ordering errors) 2013-08-18 15:58:19 +00:00
wiz
47f6874b73 Update comment. 2013-08-18 10:40:06 +00:00
christos
5211d3a5ee getnameinfo is now thread-safe so remove bugs section. 2013-08-18 10:00:57 +00:00
christos
298ec155a2 appease lint. 2013-08-18 09:57:16 +00:00
martin
6e62732fa1 Remove ancient spl* variants no longer used 2013-08-18 09:31:38 +00:00
matt
5fa6204d61 Properly recognize Thumb2 instructions.
(a thumb2 FP programs correctly runs now).
2013-08-18 08:08:15 +00:00
skrll
ece6044b61 Only add in __aeabi_read_tp.S when building for earm. 2013-08-18 07:57:29 +00:00
matt
93a7036079 Add a CPU_IS_ARMV7_P() macro (nonv7 evals to false, v7 only true, otherwise
cpu_armv7_p is checked (and is set by cpuconf for cortex and pj4b).
2013-08-18 07:57:26 +00:00
matt
9493a1541a include <arm/locore.h> 2013-08-18 07:55:28 +00:00
matt
43fbd09817 If _KMEMUSER, include <sys/intr.h> 2013-08-18 07:36:39 +00:00
matt
f0dde9e9c3 Expose SOFTINT_COUNT for _KMEMUSER 2013-08-18 07:36:13 +00:00
matt
35a694914d Don't use cfi ops in non EABI MCOUNT 2013-08-18 07:15:31 +00:00
matt
db7576897d Use <arm/locore.h> 2013-08-18 07:01:45 +00:00
matt
fdcef2fafb Include <arm/locore.h> 2013-08-18 06:50:31 +00:00
matt
8cfffc845c There are only 16 faults. 2013-08-18 06:46:04 +00:00
matt
89b5157a86 Use blx ip if _ARM_ARCH_5
prepare to get of switchframe
2013-08-18 06:37:02 +00:00
matt
4d204e63ce Add END(beagle_start) 2013-08-18 06:34:02 +00:00
matt
e3737c6770 Move parts of cpu.h that are not needed by MI code in <arm/locore.h>
Don't include <machine/cpu.h> or <machine/frame.h>, use <arm/locore.h>
Use <arm/asm.h> instead of <machine/arm.h>
2013-08-18 06:32:15 +00:00
matt
ab152917fb Move parts of cpu.h that are not needed by MI code in <arm/locore.h>
Don't include <machine/cpu.h> or <machine/frame.h>, use <arm/locore.h>
Use <arm/asm.h> instead of <machine/arm.h>
2013-08-18 06:28:18 +00:00
matt
7c5d0d300c Fix local symbol to be local
use END/ASEND
2013-08-18 05:54:16 +00:00