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]

32-bit glibc build broken?


Greetings,

$ git pull
Already up-to-date.

$ git diff ./sysdeps/i386/i686/multiarch/varshift.S
./sysdeps/x86_64/multiarch/varshift.c
$

$ cat ./sysdeps/i386/i686/multiarch/varshift.S
#include <sysdeps/x86_64/multiarch/varshift.S>

But sysdeps/x86_64/multiarch/varshift.S has been removed here:

2010-08-25  Roland McGrath  <roland@redhat.com>

        * sysdeps/x86_64/multiarch/varshift.S: File removed.
        * sysdeps/x86_64/multiarch/varshift.c: New file.
        * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
        * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
        * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
        * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.


-- 
Paul Pluzhnikov


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