Skip to content
Unverified Commit abc71bf0 authored by Palmer Dabbelt's avatar Palmer Dabbelt
Browse files

RISC-V: Stop using LOCAL for the uaccess fixups



LLVM's integrated assembler doesn't support the LOCAL directive, which we're
using when generating our uaccess fixup tables.  Luckily the table fragment is
small enough that there's only one internal symbol, so using a relative symbol
reference doesn't really complicate anything.

Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
parent fdff9911
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment