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: PATCH: some small cleanups


Ulrich Drepper <drepper@redhat.com> writes:

> Greg McGary <greg@mcgary.org> writes:
> 
> > 	* misc/sys/cdefs.h (__ptrvalue): Define as nothing for non-BP.
> 
> Is __ptrvalue a compiler builtin?  If yes, the patch is OK.

Yes.  __ptrvalue, __ptrlow and __ptrhigh are gcc prefix operators that
select the three components of a BP.  In the non-BP case, __ptrvalue
is a no-op.

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