bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/11175] ld marks destructor hidden global


From: raj dot khem at gmail dot com
Subject: [Bug ld/11175] ld marks destructor hidden global
Date: 16 Jan 2010 00:27:26 -0000

------- Additional Comments From raj dot khem at gmail dot com  2010-01-16 
00:27 -------
(In reply to comment #18)
> Created an attachment (id=4524)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4524&action=view)
> preprocessed testcase
> 

-fvisibility-inlines-hidden is making this difference.

$ arm-oe-linux-gnueabi-g++ -c -fvisibility-inlines-hidden moc_lnkproperties.i
$ readelf -s moc_lnkproperties.o |grep ZN13LnkPropertiesD1Ev
   298: 00000000   136 FUNC    WEAK   HIDDEN  154 _ZN13LnkPropertiesD1Ev


$ arm-oe-linux-gnueabi-g++ -c moc_lnkproperties.i

$ readelf -s moc_lnkproperties.o |grep ZN13LnkPropertiesD1Ev
   298: 00000000   136 FUNC    WEAK   DEFAULT  154 _ZN13LnkPropertiesD1Ev


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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