platform_bionic/libc/arch-arm64
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
..
bionic Fix assembler warnings. 2024-01-23 22:06:19 +00:00
string Move to arm-optimized-routines memset(). 2022-11-17 19:28:06 +00:00
dynamic_function_dispatch.cpp Fix the *return* types in the arm64 dynamic function dispatch. 2023-05-22 19:28:33 +00:00
static_function_dispatch.S Add (no-op) ifuncs for SVE optimized routines. 2023-01-25 23:33:39 +00:00