From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49721 invoked by alias); 13 Jun 2018 11:21:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 49702 invoked by uid 89); 13 Jun 2018 11:21:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f65.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=39ivq2hBbpUtCTpRfn4ktVBZf5cB/r3Kdb+J0F0eECU=; b=aN1/R/ZNt3LNAmQFSKjYjVi8G4NP/JRWqK1ymPPNFACa0cBT9VkmaSnlIeiOJuL49l YWTUYLXGNeZK71a7+jdNN2LyPMkrgAY2xCh59SzlfY0uTSYwEJFLolb92GGPAY+/HJRC XLi7pVi/56LeOqLcm1NCcIdZXcPUne3Jn9bCWp6OeBKg3afyku6qvQjPhdYft4iWVfus XX57AU4p0B2gxY8tZPsOBZWkxsCeEDRCuCREc6yegHXIej85tuYZXADSQ/WH5K+n7bAm 4kmCwtns1A/fJri4cEf9roVRftjhgpQsAo6axeqSjwnKnG5PbdLMZAzkCaDzGPIr7LwU H/zA== X-Gm-Message-State: APt69E1rOUqiohCdXmNbRm9Q9KPslR7FQb+u9iE26qcJVB2wURWCMyAF bt1rcl/7JEOPg3dhPYdLvNJk31YSBUbD3p6wugzNIw== X-Google-Smtp-Source: ADUXVKKUxM4U5cZbU6oTCjhBoUpvArSohqlIo6v3FjS7SzR5bGFEFYY91VNBUpd3e1pF+PDu7MZhhJUz3yVkDgArdkI= X-Received: by 2002:aca:52c5:: with SMTP id g188-v6mr4294633oib.228.1528888874192; Wed, 13 Jun 2018 04:21:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20180612221939.19545-1-hjl.tools@gmail.com> <20180612221939.19545-2-hjl.tools@gmail.com> From: "H.J. Lu" Date: Wed, 13 Jun 2018 11:21:00 -0000 Message-ID: Subject: Re: [PATCH 01/20] Initial empty CPU run-time library for C: libcpu-rt-c To: Joseph Myers Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-06/txt/msg00303.txt.bz2 On Tue, Jun 12, 2018 at 4:20 PM, Joseph Myers wrote: > Any new configure option needs documentation in install.texi with INSTALL > regenerated. Any such new feature needs documenting in NEWS as well. Here is the patch to document --enable-cpu-rt: https://github.com/hjl-tools/glibc/commit/2d6391762652a39fb8b64b3a87da4b0d92c53616 > I'd expect any such new library to have ABI test baselines. If for some > reason ABI tests don't get run for this library, that's also a problem; > you said it can be linked directly with applications, which means it needs > to be ABI tested to make sure the ABI is properly stable. > Here is the patch to add ABI test: https://github.com/hjl-tools/glibc/commit/a14b8035029ffc248fef53772c557483bcb45985 I will collect more feedbacks and submit a new set of patches. -- H.J.