android_bionic/libc/arch-common/bionic
Elliott Hughes b348d5cda8 Build crtbegin with clang too.
If _start_main is static, clang optimizes it out and then generates an
undefined reference from the inline assembler, so let's explicitly tell
the compiler it's used.

Bug: N/A
Test: ran tests
Change-Id: Iba3d9c63abae9a0dc32f236b01783515f0190956
2017-07-25 11:54:33 -07:00
..
__dso_handle.h
__dso_handle_so.h
asm_multiarch.h Properly align init/fini_arrays for crtend.o 2015-05-07 12:56:15 -07:00
atexit.h Fixes for __cxa_finalize 2014-05-05 11:36:57 -07:00
crtbegin.c Build crtbegin with clang too. 2017-07-25 11:54:33 -07:00
crtbegin_so.c Remove obsolete __stack_chk_fail_local. 2017-05-23 16:43:30 -07:00
crtbrand.S Make .note.android.ident section type SH_NOTE 2015-02-12 21:37:20 -08:00
crtend.S Properly align init/fini_arrays for crtend.o 2015-05-07 12:56:15 -07:00
crtend_so.S Properly align init/fini_arrays for crtend.o 2015-05-07 12:56:15 -07:00
pthread_atfork.h Unregister pthread_atfork handlers on dlclose() 2015-04-24 17:57:37 -07:00