This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: String Functions for x86-64
- From: Mike Frysinger <vapier at gentoo dot org>
- To: libc-alpha at sourceware dot org
- Cc: "Michael Matz" <matz at suse dot de>, "Meissner, Michael" <michael dot meissner at amd dot com>, "Gwenole Beauchesne" <gbeauchesne at mandriva dot com>
- Date: Wed, 3 May 2006 00:08:09 -0400
- Subject: Re: String Functions for x86-64
- Geoman: IS A RETARD
- References: <84EA05E2CA77634C82730353CBE3A84304BA4116@SAUSEXMB1.amd.com>
On Tuesday 02 May 2006 11:46, Menezes, Evandro wrote:
> I added Mike Frysinger's changes, hopefully correctly.
looks correct to me, thanks :)
> Again, I'd appreciate your feedback.
still missing the sysdeps/x86_64/elf/rtld-global-offsets.sym file and the hunk
to fix sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c ...
assuming this has already been done, but rtld-global-offsets.sym needs to be
updated to declare the new _dl_prefetchw symbol
sysdeps/x86_64/dl-procinfo.c still declares _dl_cache2size even though the
proposed patch no longer utilizes it ... also the comment above
_dl_cache2sizehalf says "_dl_cache2size" instead of "_dl_cache2sizehalf"
the patch appears to be heavily corrupted with DOS newlines
/* $Header: */ comments added to the top of files should to be scrubbed before
being submitted i think
so, once i make the changes hinted at above, glibc builds but stratcliff test
likes to randomly segv ... i could have just botched the required tweaks ...
a new patch would help to clear that up ;)
-mike