bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/13245] PREVAILING_DEF reported too often.


From: cryptooctoploid at gmail dot com
Subject: [Bug gold/13245] PREVAILING_DEF reported too often.
Date: Sun, 02 Oct 2011 08:19:49 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13245

Octoploid <cryptooctoploid at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cryptooctoploid at gmail
                   |                            |dot com

--- Comment #2 from Octoploid <cryptooctoploid at gmail dot com> 2011-10-02 
08:19:49 UTC ---
I cannot reproduce this issue:

 % gcc t2.C --shared -o t2.so -fPIC -L ./ -lt -flto --save-temps
[Leaving LTRANS /tmp/ccVZyHEi.args]
[Leaving LTRANS t2.so.ltrans.out]
[Leaving LTRANS /tmp/ccqiTieX.args]
[Leaving LTRANS t2.so.ltrans0.o]

 % < t2.res
1
t2.o 2
172 54331a27 PREVAILING_DEF_IRONLY_EXP _Z5test2v
176 54331a27 RESOLVED_DYN _Z5test3v

 % nm t2.so
0000000000001618 d _DYNAMIC
0000000000001830 d _GLOBAL_OFFSET_TABLE_
                 w _Jv_RegisterClasses
000000000000055c t _Z4testv.local.0.2237
000000000000054c T _Z5test2v
                 U _Z5test3v
0000000000001860 d __JCR_END__
...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]