On Wed, Mar 05, 2008 at 09:42:53AM -0600, Adam Litke wrote:
>
> On Wed, 2008-03-05 at 10:52 +1100, David Gibson wrote:
> > > diff --git a/Makefile b/Makefile
> > > index a689ad6..34a9c21 100644
> > > --- a/Makefile
> > > +++ b/Makefile
> > > @@ -73,10 +73,13 @@ OBJDIRS += obj64
> > > endif
> > >
On Wed, 2008-03-05 at 10:52 +1100, David Gibson wrote:
> > diff --git a/Makefile b/Makefile
> > index a689ad6..34a9c21 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -73,10 +73,13 @@ OBJDIRS += obj64
> > endif
> >
> > ifdef ELF32
> > -LIBOBJS32 = obj32/elflink.o obj32/$(ELF32).o
> > +LIB
On Tue, Mar 04, 2008 at 02:54:53PM -0600, Adam Litke wrote:
> PowerPC 64-bit binaries place their plt in the uninitialized (normally
> zeroed)
> part of the data segment. This placement requires extra copying to be
> performed in order to preserve symbol lookups that have already been
On Tue, 2008-03-04 at 13:50 -0800, Nishanth Aravamudan wrote:
> On 04.03.2008 [14:54:53 -0600], Adam Litke wrote:
> > PowerPC 64-bit binaries place their plt in the uninitialized (normally
> > zeroed)
> > part of the data segment. This placement requires extra copying to be
> > perfor
On 04.03.2008 [14:54:53 -0600], Adam Litke wrote:
> PowerPC 64-bit binaries place their plt in the uninitialized (normally
> zeroed)
> part of the data segment. This placement requires extra copying to be
> performed in order to preserve symbol lookups that have already been
> comple
PowerPC 64-bit binaries place their plt in the uninitialized (normally
zeroed)
part of the data segment. This placement requires extra copying to be
performed in order to preserve symbol lookups that have already been
completed
by the dynamic linker.
Determining the numb