This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Add x32 dl-machine.h


On Mon, May 14, 2012 at 12:54 PM, Roland McGrath <roland@hack.frob.com> wrote:
>> I can't since dl-machine.h is included more than once. See
>> #ifdef RESOLVE_MAP in sysdeps/x86_64/dl-machine.h.
>
> I see. ?In that case, add a comment explaining why it's important
> that the #include be outside the guard.
>
>

Something like this?

--
/* Must allow <sysdeps/x86_64/dl-machine.h> to be included more than once.
   See #ifdef RESOLVE_MAP in sysdeps/x86_64/dl-machine.h. */
--

Thanks.



-- 
H.J.


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