Am 2017-04-11 14:01, schrieb John David Anglin:
On 2017-04-05, at 7:03 PM, John David Anglin wrote:
Attached is my latest patch for glibc trunk on hppa.
sysdeps/hppa/fpu/libm-test-ulps is updated with new
ulps values. sysdeps/hppa/dl-fptr.c b/sysdeps/hppa/dl-fptr.c is
updated because define for ALIGN_UP
moved.
Latest patch set adds v3 version of pthread_cond_t patch and fixes
nptl/tst-typesizes.
+ char *new_guard = (char *) (((uintptr_t) pd - guardsize) &
~pagesize_m1);
+ char *old_guard = (char *) (((uintptr_t) pd - pd->guardsize) &
~pagesize_m1);
Why cast this to char* at all? Just use the uintptr_t numbers for the
compare.
Eike
--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html