[Bug 1183] fix non-virtual thunks in database

[email protected] Mon, 30 Jan 2006 19:28:17 -0500
Newsgroups gmane.linux.lsb.specification
Message-ID <[email protected]>


------- Additional Comments From [email protected]  2006-01-30 19:28 -------
(In reply to comment #0)
> non-virtual thunks are compiler-generated functions, but some are listed as 
> 'Data' in the database, leading to warnings when generating stub libraries. The 
> following SQL command fixes this, please apply to the master database: 
>  
> update Interface set Itype = 'Function' where Iname like '_ZThn%'

Is this query going to update stdc++ interfaces? Is that the intention? Or is
the query specific to Qt libraries only   
 
--    
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.