index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
arm
Age
Commit message (
Expand
)
Author
2014-01-29
Include compiler-rt in libc, libm and libkern.
joerg
2014-01-23
One vmsr is enough.
joerg
2014-01-17
GC
joerg
2014-01-17
Use generic version of fabs for softfloat.
joerg
2013-12-25
Explicitly enable FPU support.
joerg
2013-11-30
fabsl alias.
joerg
2013-11-30
Use PLT_SYM.
joerg
2013-10-21
Fix bug introduced in revision 1.13 which meant longjmp would never
skrll
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
2013-09-08
detect whether hw divide is present.
matt
2013-09-08
Detect presence of hardware divide.
matt
2013-09-04
Fix the .cfi correctly.
matt
2013-09-04
Fix build by matching .cfi/#if.
htodd
2013-09-04
only emit cfi if __ARM_EABI__ && __UNWIND_TABLES__
matt
2013-09-03
Use less got, add END(), make thumb tolerant.
matt
2013-08-21
divide.S need -marm
matt
2013-08-21
If not earmv7, use -marm on all assembly files
matt
2013-08-21
Add -marm to those sources who aren't thumb friendly.
matt
2013-08-19
Put the startup code in .text.startup
matt
2013-08-19
Group all syscalls together.
matt
2013-08-19
Always compile as ARM even if -mthumb is given.
matt
2013-08-18
Revert previous.
skrll
2013-08-18
Only add in __aeabi_read_tp.S when building for earm.
skrll
2013-08-17
Enforce that this must be not compiled using Thumb1
matt
2013-08-17
Thumbify & add END
matt
2013-08-16
Add END
matt
2013-08-16
Save r3 instead of r4 when calling CERROR in thumb mode.
matt
2013-08-16
thumbify and add END
matt
2013-08-16
Thumbify & optimize a little
matt
2013-08-16
Use _INVOKE_CERROR
matt
2013-08-16
Rework SYSTRAP for thumb.
matt
2013-08-16
Make _libc_arm_fpu_present hidden
matt
2013-08-02
Use vmrs instead of mrc
matt
2013-08-01
CERROR is now hidden so no need to call it via the PLT
matt
2013-08-01
Make __minbrk, __curbrk, and CERROR hidden and avoid using the GOT to access
matt
2013-07-30
include namespace.h - this fixes 48091
skrll
2013-07-18
Remove non-__ELF__ defines
matt
2013-06-20
Fix compile error.
msaitoh
2013-06-20
modsi3/umodsi3 is not needed for earm since __aeabi_*divmod takes care of it.
matt
2013-04-30
include assym.h
skrll
2013-04-30
Don't hardcode offset in assembler. This ensures the return value in the
skrll
2013-04-30
Don't hardcode offset in assembler. This ensures the return value in the
skrll
2013-04-30
Match against LIBC_MACHINE_ARCH for MKCOMPAT
matt
2013-04-24
Add #include <stdint.h>
matt
2013-04-19
Ignore VFP bit in magic.
matt
2013-04-19
A small optimization
matt
2013-04-19
Actually fail if the magic number is found to be wrong in __longjmp.
skrll
2013-04-16
Deal with arguments being NaNs
matt
2013-04-16
aeabi floating compare ops are different from the normal gcc softfloat ones.
matt
2013-02-03
Add hardfloat version of fabs using the vabs.f64 instruction
matt
[next]