This is the mail archive of the libc-hacker@sourceware.org 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: sysdeps/generic


The check-in went fine, all is checked in.

If you have the chance, do a build on your arch(s) of interest before updating cvs. Then again with the same options after the update and compare the builds.

Just run size on libc_pic.a and find the files which changed. These should be only a few. The look at the sections in the changed files. I found only changes in debug info and unwind sections and those changes are related to some path changes. I think I had in total 6 files which changed on x86-64.

Things that need work: add-ons. Specifically the rtkio (LT should not be an issue since it doesn't work on the trunk anyway). What is needed for rtkio are a few files with

#include "../rt/*.c"

--
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â


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