Searched hist:246706 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/libc/arm/aeabi/
H A DMakefile.incdiff 246706 Tue Feb 12 06:06:07 MST 2013 andrew When clang builds libc it may insert calls to __aeabi_* functions. Normally
this is not a problem as they are resolved by libgcc. The exception is for
the __aeabi_mem* functions. These call back into libc to the appropriate
function. This causes issues for static binaries as we only link against
libc once so there is no way for it to call into libgcc and back.

The fix for this is to include these symbols in libc but keep them hidden
so binaries use the libgcc version.

Completed in 57 milliseconds