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: 19 Jan 2010 18:18:26 -0000

------- Additional Comments From raj dot khem at gmail dot com  2010-01-19 
18:18 -------
as I see in the code for lnkproperties.h

public:
// WARNING: Do *NOT* define this yourself. The SL5xxx from SHARP does NOT
//      have this class.
#ifdef QTOPIA_INTERNAL_FSLP
    LnkProperties( AppLnk* lnk, QWidget* parent = 0 );
    ~LnkProperties();
#endif

and QTOPIA_INTERNAL_FSLP is not defined when compiling moc_lnkproperties.cpp
so ~LnkProperties() is not seen as a result default desctructor is assumed by
gcc and this one gets inlined hence the problem. 

So far this worked because symbol attributed were not merged. Thanks HJ and 
Alan.


-- 


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]