bug-binutils
[Top][All Lists]
Advanced

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

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


From: marxin.liska at gmail dot com
Subject: [Bug binutils/25640] New: nm shows symbol as 'U' while showed as 'T'
Date: Fri, 06 Mar 2020 13:23:52 +0000

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

            Bug ID: 25640
           Summary: nm shows symbol as 'U' while showed as 'T'
           Product: binutils
           Version: 2.34
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: marxin.liska at gmail dot com
  Target Milestone: ---

Created attachment 12352
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12352&action=edit
test-case

Using latest release I see:

$ gcc connection.i -O2 -c -flto -c -o x.o
$ nm -B x.o | grep 'U tp_connection_get_type\>'
         U tp_connection_get_type

while previous release 2.33 showed:

$ /home/marxin/Programming/binutils/objdir/binutils/nm-new --plugin
/usr/bin/../bin/../lib/bfd-plugins/liblto_plugin.so.0.0.0 x.o

$ /home/marxin/Programming/binutils/objdir/binutils/nm-new --plugin
/usr/bin/../bin/../lib/bfd-plugins/liblto_plugin.so.0.0.0 x.o | grep
tp_connection_get_type
00000000 T tp_connection_get_type

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