This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: where is _IO_cookie_file used?


Greg McGary <greg@kayak.mcgary.org> writes:

> _IO_STR_DYNAMIC isn't used internally in the C++ stuff under
> gcc/libio.  _IO_STR_FROZEN isn't used internally, but is used for C++.
> I would like to move the _IO_streambuf and _IO_strfile structs to
> libioP.h and redefine _IO_STR_DYNAMIC/_IO_STR_FROZEN to call internal
> functions that do the same thing.  That will eliminate the last of the
> last of the user-visible vtables.

No functions calls where there were none before.

> Speaking of the gcc/libio, how & when does libio code move from glibc
> to gcc?

This is not so easy.  The listdc++ implementation must be adjusted.
It'll happen sometime soon.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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