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


Hi Tulio,

> 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

Oops... It looks like when I split the big patch into smaller parts, it added that
define back. Basically that define is treated as always true now, so the if
can be removed. I'll respin.

Wilco

    

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