glibc 2.21 - Machine maintainers, please test your machines.
H.J. Lu
hjl.tools@gmail.com
Fri Jan 23 22:34:00 GMT 2015
On Fri, Jan 23, 2015 at 2:13 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Fri, Jan 23, 2015 at 2:10 PM, Carlos O'Donell <carlos@redhat.com> wrote:
>> On 01/23/2015 05:03 PM, H.J. Lu wrote:
>>> On Fri, Jan 23, 2015 at 1:32 PM, Carlos O'Donell <carlos@redhat.com> wrote:
>>>> Dear Machine Maintainers,
>>>>
>>>> Please start testing your machines against glibc
>>>> master.
>>>>
>>>> Please update the glibc 2.21 release page with your
>>>> testing results:
>>>>
>>>> https://sourceware.org/glibc/wiki/Release/2.21
>>>>
>>>> If nobody objects I want to cut the release as soon
>>>
>>> x32 failed to build:
>>>
>>> https://sourceware.org/bugzilla/show_bug.cgi?id=17870
>>
>> Thanks, I'll look into this immediately.
>>
>> Cheers,
>> Carlos.
>>
>>
>
> I am testing this and will check it in after testing it on
> x32, x86-64 and ia32.
>
>
This patch uses uint64_t and (uint64_t) 1 instead of
unsigned long int and 1UL. I am re-running the test
on x32, x86-64 and ia32. I will check it in if there is
no regression.
--
H.J.
---
2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
[BZ #17870]
* nptl/sem_post.c (__new_sem_post): Replace unsigned long int
with uint64_t.
* nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
(uint64_t) 1.
(__new_sem_wait_slow): Replace unsigned long int with uint64_t.
Replace 1UL with (uint64_t) 1.
* sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
int with uint64_t.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr17870.patch
Type: text/x-patch
Size: 3787 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150123/5d39b530/attachment.bin>
More information about the Libc-alpha
mailing list