https://sourceware.org/bugzilla/show_bug.cgi?id=27584

--- Comment #7 from Nelson Chu <nelsonc1225 at sourceware dot org> ---
$ cat tmp.s
foo:
        lla     a0, foo
$ riscv64-unknown-elf-as tmp.s -o tmp-gnu.o
$ riscv64-unknown-elf-nm tmp-gnu.o
0000000000000000 t foo
riscv64-unknown-elf-nm --special-syms tmp-gnu.o
0000000000000000 t .L0
0000000000000000 t foo

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to