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