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 1/3] Cleanup hp-timing defines


Wilco Dijkstra <Wilco.Dijkstra@arm.com> writes:

> Cleanup the defines in the hp-timing header: Replace HP_TIMING_AVAIL
> with HP_TIMING_INLINE since these are equivalent.  Remove conflicting
> uses of HP_SMALL_TIMING_AVAIL and HP_TIMING_NONAVAIL.  Reserve
> HP_TIMING_NONAVAIL only for rtld internal timing. No functional changes
> (apart from not using rtld timing on alpha).
>
> OK for commit?

After applying the 4 patches (3 from this patch series and another from 01/14),
I get a build failure because of:
elf/rtld.c:2717:  if (HP_SMALL_TIMING_AVAIL)
elf/rtld.c:2785:  if (HP_SMALL_TIMING_AVAIL)

Am I missing another patch?  :-D

-- 
Tulio Magno


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