bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27584] nm riscv: Suppress empty name symbols unless --spec


From: nelsonc1225 at sourceware dot org
Subject: [Bug binutils/27584] nm riscv: Suppress empty name symbols unless --special-syms?
Date: Thu, 15 Apr 2021 02:48:58 +0000

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

[Prev in Thread] Current Thread [Next in Thread]