This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: ARCv2 Public PRM (was Re: [PATCH v2 00/15] glibc port to ARC processors)
- From: Vineet Gupta <Vineet dot Gupta1 at synopsys dot com>
- To: Alistair Francis <alistair23 at gmail dot com>, Joseph Myers <joseph at codesourcery dot com>
- Cc: "linux-snps-arc at lists dot infradead dot org" <linux-snps-arc at lists dot infradead dot org>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Date: Thu, 6 Feb 2020 22:41:44 +0000
- Subject: Re: ARCv2 Public PRM (was Re: [PATCH v2 00/15] glibc port to ARC processors)
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=synopsys.com; dmarc=pass action=none header.from=synopsys.com; dkim=pass header.d=synopsys.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=pyaQBwuDaqKw4oZusfaSY6B9zpt3L+oKtyMkjCvtYrg=; b=JSDcTQNVEvVjRb6V0lyDXyY3fZXsU/rH0ZJOIbSe79kv9Q+MjGB2RCZebdUQ+KgVrSwiR0j/gAIwx7r3uVl/AtEq8u99IvzVT3XNy+pYch8ktKe1MSP17AaZEzTC9g7LdDbvE6nt4Ry5zDIM3GAc8zbNeULQBmvde2twu3DcbYkRbGhAShzrnWwsWbDx8KqMO0ZdwjvtzscyGog+UNc/tOetaRZNjVfK0Tv+ePRTDpFltv7m+l2Z2XlmVSxWdNLQj+s7GEt29Qc1B8QF2yfp9sLvF+MS0hV0km9vPsfJIt2xTZEoOjoaneSnXF4RakhhBDAiyrcLFq63VOsTi+rBYw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jN+PB5C9D/fC1tssI/bs0Wx2vMokp+kYfTKIzd205PCJMRZMO4EbjvNEcDaRv4IAmNCxlqNVOkXzS+88mAdFXxbLdtBC19o+6xERUX59Vgl9NVvdFWaCwyCweliL5p27dUS+3jJciPdLqsjBVmU/ye4eQr4dYyw5gbqOlGd956toc86S44bMevhGXDwQTK+GoyIsGzIvio28C5jnjpHyw79DYqI2SsB/W7xj7dradsOnp0TqA2qS282mYpm+wTDIgR2RI+cQqkle/sWqPt+4LFIcjXrd7dDIbP53Y8zvXGgaOsf1mthvtaBTiL3J+54bRABCG1IiWSMK2AOoB8K4Uw==
- References: <1548811555-24373-1-git-send-email-vgupta@synopsys.com> <alpine.DEB.2.21.1901300220520.24454@digraph.polyomino.org.uk> <980d8411-e4b9-24c0-3340-c112d6d6c349@synopsys.com> <c3e18811-b5ed-2194-ba55-6c5f87f46721@synopsys.com> <alpine.DEB.2.21.2001172136520.13033@digraph.polyomino.org.uk> <8311a699-183e-6811-cf24-3ad85ff80321@synopsys.com> <alpine.DEB.2.21.2002062149360.22384@digraph.polyomino.org.uk> <CAKmqyKODf8rBqhV708hzMMcdbEZEQrf1T2ABGi-3KLSwWozqNA@mail.gmail.com>
On 2/6/20 2:06 PM, Alistair Francis wrote:
>>
>> I'd suggest posting patches that are on top of the RV32 ones (maybe
>> there's a git tree with RV32 changes to current glibc that could be used),
>> and that only support Linux 5.1 and later (so you don't need anything much
>> of the Y2038 support beyond what's in the RV32 patches).
>
> Go for it!
>
> My working branch is here:
> https://github.com/alistair23/glibc/tree/alistair/rv32.next
>
> My latest RFC branch is here:
> https://github.com/alistair23/glibc/tree/alistair/rv32.rfc6
Thx a bunch Alistair. I'm rebasing my stuff on top of your next branch as it seems
to have more time/y2038 code so will help shake it out as well.
Thx,
-Vineet