On Fri, Aug 27, 2010 at 10:58 PM, H.J. Lu wrote: > On Fri, Aug 27, 2010 at 7:50 AM, Jeff Chua wrote: >> On Fri, Aug 27, 2010 at 10:24 PM, H.J. Lu wrote: >>> On Thu, Aug 26, 2010 at 9:21 PM, Jeff Chua wrote: >>> FWIW, glibc builds fine for me on Fedora 13/x86-64. > Yes, I built it from scratch. Can you send me the preprocessed strncase_l.s? Attached is the strncase_l.o that was generated with the patch reverted. On Sat, Aug 28, 2010 at 2:34 AM, Mike Frysinger wrote: > On Friday, August 27, 2010 00:21:28 Jeff Chua wrote: >> Compiling glibc resulted in the follow error: > > FWIW, it's building for me > 01d2601 2010-08-26 22:35:42 -0700 Fix typo in last commit. > gcc (Gentoo 4.5.1 p1.0, pie-0.4.5) 4.5.1 > GNU ld (Linux/GNU Binutils) 2.20.51.0.11.20100810 Mine is up-to-date as yours, but for some reasons, compilation is breaking on mine. My binutils: GNU ld (Linux/GNU Binutils) 2.20.51.0.8.20100412 I compiled glibc with ... CFLAGS="-O2 -march=core2" ../configure \ --enable-add-ons=nptl \ --enable-shared \ --sysconfdir=/etc --disable-profile \ --includedir=/tmp/include --prefix=/usr \ --exec-prefix=/usr --disable-selinux Again, it compiled fine with the patch reversed. Thanks, Jeff