This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Optimized string operations for i586...



I am trying to build the 2.1.1 using something like:
export CFLAGS=" -D__USE_STRING_INLINES -fstrict-aliasing -g -O3"
../glibc/configure --prefix=/usr --enable-add-ons=yes i586-pc-linux

Using egcs 1.1.2 everything is okay, but the resulting libc is broken;
almos all string operations are causing a segfault. Most frequesnt is
happening in ../sysdeps/i386/i486/bits/string.h when __strncpy_gg is used.

Anybody knows if this is supposed to work? 

Cristian
--
----------------------------------------------------------------------
Cristian Gafton   --   gafton@redhat.com   --   Red Hat Software, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 UNIX is user friendly. It's just selective about who its friends are.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]