platform_bionic/libc/arch-arm/bionic
Elliott Hughes d7831208b2 Fix assembler warnings.
clang complains if you define a symbol and _then_ make it weak, rather
than the other way round:

  /tmp/setjmp-c3c977.s:90:1: warning: sigsetjmp changed binding to STB_WEAK
  .weak sigsetjmp;
  ^

Test: treehugger
Change-Id: Iee6b0ea456bb2e92aea810ce45f171caabaa89d2
2024-01-23 22:06:19 +00:00
..
__aeabi.c Remove workarounds for old versions of clang and GCC. 2018-07-11 13:18:29 -07:00
__aeabi_read_tp.S Add ARM EABI function __aeabi_read_tp 2019-01-07 20:30:35 -08:00
__bionic_clone.S Clear the stack frame pointer in _start and __bionic_clone 2021-05-07 15:00:55 -07:00
__restore.S Fix assembler warnings. 2024-01-23 22:06:19 +00:00
_exit_with_stack_teardown.S Hide _exit_with_stack_teardown. 2014-05-16 16:17:44 -07:00
atexit_legacy.c Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
atomics_arm.c libc: Fix typo that broke NDK compatibility. 2011-11-23 14:38:36 +01:00
bpabi.c Implement __gnu_[u]ldivmod_helper methods in libc 2019-04-22 18:12:55 -07:00
exidx_dynamic.c Move __aeabi* symbols to LIBC_N version 2016-01-08 10:13:16 -08:00
exidx_static.c Move dl_unwind_find_exidx from libdl.a to libc.a 2019-10-14 16:34:12 -07:00
kuser_helper_on.S [NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE. 2022-02-07 13:49:20 -08:00
libcrt_compat.c Switch libm to libcrt.builtins 2019-02-22 13:33:15 -08:00
popcount_tab.c Add exported __popcount_tab for libgcc compat under compiler-rt. 2015-08-24 13:06:10 -07:00
setjmp.S Fix assembler warnings. 2024-01-23 22:06:19 +00:00
syscall.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00
vfork.S Fix assembler warnings. 2024-01-23 22:06:19 +00:00