This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/3] Cleanup hp-timing defines
- From: Tulio Magno Quites Machado Filho <tuliom at ascii dot art dot br>
- To: Wilco Dijkstra <Wilco dot Dijkstra at arm dot com>, 'GNU C Library' <libc-alpha at sourceware dot org>
- Cc: nd <nd at arm dot com>
- Cc:
- Date: Mon, 21 Jan 2019 18:12:55 -0200
- Subject: Re: [PATCH 1/3] Cleanup hp-timing defines
- References: <DB5PR08MB1030D94CF1FE225CA7F0745683810@DB5PR08MB1030.eurprd08.prod.outlook.com>
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