a0a591a714
The only symbol that actually needs a prefix to avoid a collision is _start, and that can be handled with a copy of begin.S that uses a "#define" to rename _start to __dlwrap__start. Removing the prefixed symbols will also allow simplifying the host bionic build process by letting it directly reference the real _start. Test: build and run host bionic binary Change-Id: I50be786c16fe04b7f05c14ebfb74f710c7446ed9 |
||
---|---|---|
.. | ||
arm | ||
arm64 | ||
arm_neon | ||
x86 | ||
x86_64 |