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
/
compiler_rt
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2014-03-02
Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH"
matt
2014-02-26
Update compiler-rt glue for the new source layout.
joerg
2014-01-29
Long double support builds for PPC now.
joerg
2014-01-18
ARM needs __clear_cache.
joerg
2014-01-18
Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code is
joerg
2014-01-18
__fixsfdi is required, __fixdfsi already in softfloat.
joerg
2014-01-18
Use a separate variable for the use of GCC's unwind code.
joerg
2014-01-17
Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat provides
joerg
2014-01-17
Comment out softfloat code until it is decided what to use long term.
joerg
2014-01-17
__floatunsidf and __floatunsisf are provided by softfloat, but
joerg
2014-01-17
Explicitly enumerate platforms that have unwind support to make
joerg
2014-01-16
Don't build common quad routines if the platform is 64bit since they
matt
2014-01-15
Add profiling helper functions to the build.
joerg
2013-12-03
Don't include bswap for ARM right now, the routines require ARMv6.
joerg
2013-12-03
Add ARM (EABI) specific sources. Split off code that requires C11,
joerg
2013-07-04
Build glue for including compiler-rt in libc, not hooked up yet.
joerg