From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 066111F405 for ; Wed, 19 Dec 2018 23:46:02 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:cc:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=vriGBWmo4nuM/w3P jBEIfh6YKIaEigYeJxQy7AjwlIoE9PIW8AjTE7EcqB6TWSdBi4ygld+0Zaptq+ae /xj9yv3K4SrBW2Q5Lw2V2tE/dfIOjfNdK2/EppkvUHgjzBRX9tJtBUAGZCWL9Utm iCaLsuaJUVTHUBZ9yF15UrUnjVs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:cc:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Sct1kVuZZyxagreC0TeOsG jCX9E=; b=ELWEgVoV2M/7VnL3+ydTh5wdIDFmxqG8+hBy+anwDyzw1HEjdsUQmf Ji+Bjz2ADAJkekzkPKIbSl7AxgxelNtWgTk7BxUavqCUd2oG/Kmmo08H6qqOvLy3 xYGlnTHJAJgEw/UuDHFV2zC4L3OWJj7OPxzbm98d1IJAX+FscmCzc= Received: (qmail 67281 invoked by alias); 19 Dec 2018 23:45:59 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 67056 invoked by uid 89); 19 Dec 2018 23:45:39 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtprelay.synopsys.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1545263134; bh=ZAuKFtuBDwXe7ppDsWYlmfQMUGcgIngn2/Bb7JnJ6Nc=; h=From:Subject:To:CC:References:Date:In-Reply-To:From; b=AtUhGrcUOeVhBqXLLyF7c4SdSBpe/Dg+eeHWmuvqufygHtDfSlvCwWFlHL9KvBWRZ sEcxnvjhU5MBbO9YsritWTJI3PbKUy7Y1a23QZ9EYqqgpXiVv76t63tMsZT/Q4GBsp mpNhkj9JP69QqUhckF1BFmt+0xf3HQ8fgcqGI1rYw3zfBJQmFSJ7JINwB25adG4JyO 8npYYNV6sgYygsO2KgFNRjLkt6s+BEmC0ej5x61HhRK0JpY77FH0cUDl+8P55z4RqB U2LpLpcrpeKvdqhyNc9nB3LBIJ4pCAAhzHcbKjNHpuM/3yC+9hndUJ0xwhBpZXYqDC EszS502F31DzA== From: Vineet Gupta Subject: Re: [PATCH 00/21] glibc port to ARC processors To: Joseph Myers CC: , Newsgroups: gmane.comp.lib.glibc.alpha,gmane.linux.kernel.arc References: <1545167083-16764-1-git-send-email-vgupta@synopsys.com> Openpgp: preference=signencrypt Message-ID: <228be09c-0d23-d77c-ab45-0ffb69f7f5a1@synopsys.com> Date: Wed, 19 Dec 2018 15:45:19 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 12/18/18 3:11 PM, Joseph Myers wrote: > Another general point: when posting a new port, could you include pointers > to architecture and ABI reference manuals in case those are of relevance > to the review? (URLs going directly to PDFs of those manuals are > preferred.) The PRM (Programmer's Reference Manual) is not open source and per corporate policy requires license agreement, signing NDA... The ABI doc as of today is not open as well, although I'm checking if we could share it and if not create equivalent content like some of the other guys on github etc. Thx for your understanding. -Vineet