bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'


From: hjl.tools at gmail dot com
Subject: [Bug binutils/25640] nm shows symbol as 'U' while showed as 'T'
Date: Fri, 06 Mar 2020 16:37:46 +0000

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
LTO generates 2 ltrans.o files from one input IR:

$ nm /tmp/ccXafC5I.ltrans0.ltrans.o | grep tp_connection_get_type
0000000000004570 T tp_connection_get_type
0000000000002250 t tp_connection_get_type_once
$nm /tmp/ccXafC5I.ltrans1.ltrans.o | grep tp_connection_get_type
                 U tp_connection_get_type

plugin picked the last one.

-- 
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]