platform_bionic/libc/arch-riscv64
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 string/memory functions: avoid qemu bugs/performance issues. 2023-11-15 15:49:57 -08:00
dynamic_function_dispatch.cpp riscv64: correct comparison logic of have_fast_v 2023-11-23 11:14:45 +08:00
static_function_dispatch.S string/memory functions: avoid qemu bugs/performance issues. 2023-11-15 15:49:57 -08:00