commit | abc71bf0a70311ab294f97a7f16e8de03718c05a | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmerdabbelt@google.com> | Thu Feb 27 11:16:28 2020 -0800 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue Mar 03 10:45:14 2020 -0800 |
tree | e13d1bde9ce2eac1d427bdb3fbc9a040e02bc620 | |
parent | fdff9911f266951b14b20e25557278b5b3f0d90d [diff] |
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: Palmer Dabbelt <palmerdabbelt@google.com>