platform_bionic/linker/arch
Colin Cross a0a591a714 Don't use prefix_symbols for host bionic linker wrapper
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
2021-06-14 12:24:25 -07:00
..
arm Force _start to be the top frame for the linker. 2017-10-16 14:43:34 -07:00
arm64 Don't use prefix_symbols for host bionic linker wrapper 2021-06-14 12:24:25 -07:00
arm_neon Remove an unused code path 2020-01-22 13:59:15 -08:00
x86 Switch x86 begin.c to asm; align ESP correctly 2018-02-12 21:43:12 -08:00
x86_64 Don't use prefix_symbols for host bionic linker wrapper 2021-06-14 12:24:25 -07:00