platform_bionic/libc/arch-riscv64
Elliott Hughes bc192cff55 Add the L() macro for local labels to <private/bionic_asm.h>.
This lets us remove the riscv64 "sys/asm.h" file. It turns out everyone
loves this macro --- tons of x86 and arm assembler is already using it!

I'll clean up some of the now-duplicate definitions separately, and I'll
move the assembler we wrote ourselves over to this macro (rather than
the current `.L_foo` style) too.

Test: built riscv64 _and_ arm/arm64 _and_ x86/x86-64
Change-Id: If3f93c9b71094a8bed1fd1bb81bb83ec60ce409e
2023-08-04 15:12:30 -07:00
..
bionic riscv64: switch from x18 to gp for shadow call stack. 2023-04-12 14:19:38 -07:00
string Add the L() macro for local labels to <private/bionic_asm.h>. 2023-08-04 15:12:30 -07:00
dynamic_function_dispatch.cpp Implement rvv version mem* and str* for riscv64 2023-05-31 09:32:42 +08:00
static_function_dispatch.S Implement rvv version mem* and str* for riscv64 2023-05-31 09:32:42 +08:00