This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: Potential issue with strstr on x86 with sse4.2 in glibc-2.18


On 20/08/13 17:11, Andreas Schwab wrote:
> Rich Felker <dalias@aerifal.cx> writes:
> 
>> What may be viable is globally using -mpreferred-stack-boundary=2
> 
> Please take a look at sysdeps/i386/Makefile.
> 

So is a viable solution to add:

sysdep-CFLAGS += -mpreferred-stack-boundary=4

to in the string directory section of sysdeps/i386/i686/multiarch/Makefile?

Allan




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