Alexander Kabaev <[EMAIL PROTECTED]> writes: > Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > > Log: > > Don't use dbg if it isn't defined (such as when this file is used by > > code outside of rtld-elf) > The use of this file in threading libraries is illegal and should be > fixed instead.
That was my initial reaction as well, but you can't get around the fact that the thread libraries need to know about linker internals. It might be better to reorganize rtld's header files so there is a clear division between data structures (which the thread libraries need to know about) and implementation details (which they don't). DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
