On Tue, 28 Mar 2006, Alexander Kabaev wrote: > On Tue, 28 Mar 2006 18:28:07 +0000 (UTC) > Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > > > des 2006-03-28 18:28:07 UTC > > > > FreeBSD src repository > > > > Modified files: > > libexec/rtld-elf/i386 rtld_machdep.h > > Log: > > Don't use dbg if it isn't defined (such as when this file is used by > > code outside of rtld-elf) > > > > Revision Changes Path > > 1.11 +2 -0 src/libexec/rtld-elf/i386/rtld_machdep.h > > > > http://cvsweb.FreeBSD.org/src/libexec/rtld-elf/i386/rtld_machdep.h.diff?r1=1.10&r2=1.11 > > The use of this file in threading libraries is illegal and should be > fixed instead.
David Xu probably knows more about this, but it's needed for the debugger. rtld.h is included by the thread libraries, so rtld_machdep.h comes along for the ride. -- DE _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
