cvs commit: src/libexec/rtld-elf/i386 rtld_machdep.h

Daniel Eischen deischen at freebsd.org
Wed Mar 29 01:27:03 UTC 2006


On Tue, 28 Mar 2006, Alexander Kabaev wrote:

> On Tue, 28 Mar 2006 18:28:07 +0000 (UTC)
> Dag-Erling Smorgrav <des at FreeBSD.org> 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



More information about the cvs-src mailing list