platform_bionic/linker/arch/x86_64
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
..
begin.S Force _start to be the top frame for the linker. 2017-10-16 14:43:34 -07:00
linker_wrapper_begin.S Don't use prefix_symbols for host bionic linker wrapper 2021-06-14 12:24:25 -07:00