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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: architecture status, please


> I think things have stablelized now and we can think about 2.3.2.  Do
> all architectures which worked in 2.3.1 work now?  Are any other
> architectures which didn't work in 2.3.1 close to working with the
> current tree?

s390-32 passed make + make check. There is a small issue with
chown and --enable-kernel=2.4.20. I'll send a patch for this.

s390-64 fails to compile because of an undefined reference to
'__GI___pwrite64'. pread64.c and pwrite64.c are empty files for
64 bit. With a s390-64 specific implementation of pread64/pwrite64
I got it to work but I doubt that this is the way it should be
fixed. Any ideas?

And by the way why is __pwrite64 hidden and __pread64 isn't ?

blue skies,
   Martin



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