platform_bionic/linker/arch
Ryan Prichard f857d59635 Switch x86 begin.c to asm; align ESP correctly
Every other architecture already uses an assembly file here.

The previous code aligned ESP incorrectly, but it doesn't really matter
because everything is built with Clang's -mstackrealign, which realigns
ESP in every function prologue.

Bug: http://b/73140672#comment4
Test: lunch aosp_x86-eng; m; emulator; device boots
Test: manual
Change-Id: I921fd7848cdc611b4f8f13d1176d1983ffea952d
2018-02-12 21:43:12 -08:00
..
arm Force _start to be the top frame for the linker. 2017-10-16 14:43:34 -07:00
arm64 Force _start to be the top frame for the linker. 2017-10-16 14:43:34 -07:00
mips Replace .align with .balign for clarity 2016-10-27 05:11:56 -07:00
mips64 Fix mip64 build. 2017-10-13 13:22:24 -07:00
x86 Switch x86 begin.c to asm; align ESP correctly 2018-02-12 21:43:12 -08:00
x86_64 Force _start to be the top frame for the linker. 2017-10-16 14:43:34 -07:00