On Sat, Jan 13, 2007 at 09:43:48AM +1100, David Gibson wrote:
> On Fri, Jan 12, 2007 at 03:42:50PM -0500, Sonny Rao wrote:
> > On Fri, Jan 12, 2007 at 02:08:30PM -0600, Adam Litke wrote:
> > > On Fri, 2007-01-12 at 14:57 -0500, Sonny Rao wrote:
> > > > (Apologies if this is a re-post)
> > > >
> >
On 22.01.2007 [17:08:34 -0600], Adam Litke wrote:
> The current extracopysize detection algorithm does not include weak
> objects in the copy window. These are symbols marked with 'W' and 'V'
> in nm output. These can in fact be initialized global variables (just
> like STB_GLOBAL symbols) and sh
The current extracopysize detection algorithm does not include weak
objects in the copy window. These are symbols marked with 'W' and 'V'
in nm output. These can in fact be initialized global variables (just
like STB_GLOBAL symbols) and should be included in the extracopy window.
The following p