summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-02-12 06:04:51 +0000
committerandrew <andrew@FreeBSD.org>2013-02-12 06:04:51 +0000
commit3303d1f6a9146828c38be38486f035a2fdc8e010 (patch)
treedf594d7cdaf51f638f035a4233daf58efc3dac72 /etc/etc.i386
parent180d9ee4c70608454a9b8c6831ce1949c3e27bc7 (diff)
downloadFreeBSD-src-3303d1f6a9146828c38be38486f035a2fdc8e010.zip
FreeBSD-src-3303d1f6a9146828c38be38486f035a2fdc8e010.tar.gz
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.
Diffstat (limited to 'etc/etc.i386')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud