From patchwork Thu May 18 13:03:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 69612 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5BB6938323FE for ; Thu, 18 May 2023 13:03:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5BB6938323FE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684415037; bh=9kfBzqtUsFTzXCS5ZQ98FtJaB0JCwgpq02d7neImgrU=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=dPCm1vGhOhGkMzizsilWVIJs3nAXPwZGRHTXeG4gt5gIo2UKtS2YaB4DLq5a2Tubn mnpLWn1aMi6mPFMLdQ6DOrh0UpHslexCpzfBkvn0Qy6UhrxIzbx8axyki0olKCVPFL 7tcpOU0+DomH2BoNoAa6SKf2YEi6Yogvag/LKes4= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id B0DA93858C5F for ; Thu, 18 May 2023 13:03:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B0DA93858C5F Received: from mail-yb1-f199.google.com (mail-yb1-f199.google.com [209.85.219.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-617-I5IPc7TCOLKWPV8Q1biLHA-1; Thu, 18 May 2023 09:03:31 -0400 X-MC-Unique: I5IPc7TCOLKWPV8Q1biLHA-1 Received: by mail-yb1-f199.google.com with SMTP id 3f1490d57ef6-ba83fed51adso3562331276.0 for ; Thu, 18 May 2023 06:03:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684415010; x=1687007010; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=9kfBzqtUsFTzXCS5ZQ98FtJaB0JCwgpq02d7neImgrU=; b=R0HLb88Jk8L+bN/Cqj1Ze9i/EsklzYRmhHRPKvnUhWWWvsa1PGjtp/fB10NN/2BX8J NVR5QwSPXT3O8oMv7tN9NErXefaquYp9f/MEZSs0jS1pVewyqPRAiCqdIzFfdvCvnc4N qne8+1ofK5JJW8RoLUH0lFEiEjce/X0BI/ZkuVYZ1G+xSzNPj9ek9qqdb6mXLPM/lyOW EjmUCxn4bg3v+JVW8EBxysAC+6E2zsJcrC8TJVDZLAdKPBK5hJ8FUd1ST/lvKF/Nyh8Q RyHcc+sF+2sZT2OW+LLm1MdFrfLSh4/B/GzHabR2awDymfcYF0Y8hCMSzCH5e62uwDsf kniw== X-Gm-Message-State: AC+VfDwGFysehcIMWuKwLrQ6t8IQNi4ELNq2uAxFa92WlLeTOD1/6D42 GoBoSxSXagoGZ7/pZsjaQHxpmGQtmxuX0XKccvnBvo/dcWV/tpqRKEQiIm0/RTiUIqMrC9JYgH+ e8zwwISlF7a0m+n3jnLLz/rGPa95jnWn7wNV3JouZ/VdOmpKG3YOrYpW6DdM2bGSVhdWM0JJeF0 Milg== X-Received: by 2002:a25:aaa1:0:b0:ba7:24e8:bcf8 with SMTP id t30-20020a25aaa1000000b00ba724e8bcf8mr1545534ybi.49.1684415009885; Thu, 18 May 2023 06:03:29 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ62uiahfAYM0fSRg5Ag8HtUbCF5TDt1te9aN0NmRuA4umBoQoDJTqNfsHrgnIfVPARU8YSSGw== X-Received: by 2002:a25:aaa1:0:b0:ba7:24e8:bcf8 with SMTP id t30-20020a25aaa1000000b00ba724e8bcf8mr1545476ybi.49.1684415009211; Thu, 18 May 2023 06:03:29 -0700 (PDT) Received: from DESKTOP-1DH6NSL.localdomain ([198.48.244.52]) by smtp.gmail.com with ESMTPSA id a3-20020a81bb43000000b0054c0a8ceb2fsm406033ywl.28.2023.05.18.06.03.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 May 2023 06:03:28 -0700 (PDT) To: libc-alpha@sourceware.org, siddhesh@gotplt.org Cc: Carlos O'Donell Subject: [PATCH 1/5] scripts: sort-makefile-lines.py Date: Thu, 18 May 2023 09:03:21 -0400 Message-Id: <20230518130325.59309-2-carlos@redhat.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230518130325.59309-1-carlos@redhat.com> References: <20230518130325.59309-1-carlos@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Carlos O'Donell via Libc-alpha From: Carlos O'Donell Reply-To: Carlos O'Donell Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" We must return < 0, 0, or > 0 as the result of the comparison function for cmp_to_key() to work correctly across all comparisons. Reviewed-by: Siddhesh Poyarekar --- scripts/sort-makefile-lines.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/sort-makefile-lines.py b/scripts/sort-makefile-lines.py index fd657df970..c0badebf8c 100755 --- a/scripts/sort-makefile-lines.py +++ b/scripts/sort-makefile-lines.py @@ -102,7 +102,10 @@ def glibc_makefile_numeric(string1, string2): # string1 and string2 both share a prefix and # have a numeric suffix that can be compared. # Sort order is based on the numeric suffix. - return int(var1.group(1)) > int(var2.group(1)) + # If the suffix is the same return 0, otherwise + # > 0 for greater-than, and < 0 for less-than. + # This is equivalent to the numerical difference. + return int(var1.group(1)) - int(var2.group(1)) # Default to strcoll. return locale.strcoll(string1, string2) From patchwork Thu May 18 13:03:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 69613 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3676C3839DE9 for ; Thu, 18 May 2023 13:03:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3676C3839DE9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684415038; bh=nDSV9EyvQebEn8QA1t0BT0hd74F9Ysfg1nTsmu8NRn4=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=LtIlag7MCfim/+NUN81YZklbMAD+Nn8g7jVJG1s/Q4ts4Aw6edrrrb7nKSXjgq9Kt 2yKY6hfZPhMJlKW+F89sIgpj7ofVgneGSFXnLa0ZWxv3egQn5v3RYj/AadEJeVKA30 TtgDtoStu9gOEeKeWBmb7x6kTTAEmQHSR5N5goIs= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 88D563857724 for ; Thu, 18 May 2023 13:03:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 88D563857724 Received: from mail-yw1-f200.google.com (mail-yw1-f200.google.com [209.85.128.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-479-YlIuM8OsO72ZaGzyOaKXuw-1; Thu, 18 May 2023 09:03:32 -0400 X-MC-Unique: YlIuM8OsO72ZaGzyOaKXuw-1 Received: by mail-yw1-f200.google.com with SMTP id 00721157ae682-561b265e237so30942377b3.3 for ; Thu, 18 May 2023 06:03:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684415011; x=1687007011; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nDSV9EyvQebEn8QA1t0BT0hd74F9Ysfg1nTsmu8NRn4=; b=GCkMdgq9E1pGqAQpDih5OmAUAfIAAtul30v2L28tFDh3vIuktDg1PeP2nd8OwKLTnm LM260zvDdskMMKvu6yUIYhLiBT2cfB71dHBIY02nOis92HO/4Yt4YEpsuwiZRmK3sSOs Q0l7+W5HWREs3mymt8QoHWoeISYalxP/BjcLocGzI45sd+a/J1spbAYsfkh0N/cFwylH q2+6xOXNb/Yu2H4NT+ZY84OJStSoRQtHSsPICAEd2p9qoklKEDvV7mBj4YXim/3QQQEW 5OXTxbEkwqedcNcTWJSOqNttJrIodJwOyor8ElxriLEXAaBgovNSn3wEvGSDi9SA9jrH 48hA== X-Gm-Message-State: AC+VfDz/7cuqgXYFChGyKif0anuguEEHkWI4DWETVNMTjSCQkXCFF+Eu BjyoYU+3ZOwv7LCXQo2C+iEHCbZ/almkxyOY6eQNCx5rLrsTH25/N2pPwU1gH5SFhHyoE/WdI66 yAp1ix5sX6ClFXslVpR3opMECEAooXB8JZrKQYb95RbrcfvcSnF9uZE5PH4/xVal2e86s+warzN c6jw== X-Received: by 2002:a81:5404:0:b0:541:694a:4c69 with SMTP id i4-20020a815404000000b00541694a4c69mr1191908ywb.52.1684415011269; Thu, 18 May 2023 06:03:31 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ6pLZMV7uwUYWbXK0u7H7/CuArNz7bK5ZT72i23LNe5EYbVU/ZKp53rLmIU6NMqf6v3RjeM0A== X-Received: by 2002:a81:5404:0:b0:541:694a:4c69 with SMTP id i4-20020a815404000000b00541694a4c69mr1191884ywb.52.1684415010927; Thu, 18 May 2023 06:03:30 -0700 (PDT) Received: from DESKTOP-1DH6NSL.localdomain ([198.48.244.52]) by smtp.gmail.com with ESMTPSA id a3-20020a81bb43000000b0054c0a8ceb2fsm406033ywl.28.2023.05.18.06.03.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 May 2023 06:03:30 -0700 (PDT) To: libc-alpha@sourceware.org, siddhesh@gotplt.org Cc: Carlos O'Donell Subject: [PATCH 2/5] elf: Adjust tests in Makefile. Date: Thu, 18 May 2023 09:03:22 -0400 Message-Id: <20230518130325.59309-3-carlos@redhat.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230518130325.59309-1-carlos@redhat.com> References: <20230518130325.59309-1-carlos@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Carlos O'Donell via Libc-alpha From: Carlos O'Donell Reply-To: Carlos O'Donell Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Sort tests against updated scripts/sort-makefile-lines.py. No changes in generated code. No regressions on x86_64 and i686. Reviewed-by: Siddhesh Poyarekar --- elf/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/elf/Makefile b/elf/Makefile index c6d499aa66..e262f3e6b1 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -440,6 +440,8 @@ tests += \ tst-tls-ie \ tst-tls-ie-dlmopen \ tst-tls-manydynamic \ + tst-tls4 \ + tst-tls5 \ tst-tls10 \ tst-tls11 \ tst-tls12 \ @@ -452,8 +454,6 @@ tests += \ tst-tls19 \ tst-tls20 \ tst-tls21 \ - tst-tls4 \ - tst-tls5 \ tst-tlsalign \ tst-tlsalign-extern \ tst-unique1 \ @@ -929,14 +929,6 @@ modules-names += \ modules-names-cxx = \ tst-dlopen-nodelete-reloc-mod1 \ - tst-dlopen-nodelete-reloc-mod10 \ - tst-dlopen-nodelete-reloc-mod11 \ - tst-dlopen-nodelete-reloc-mod12 \ - tst-dlopen-nodelete-reloc-mod13 \ - tst-dlopen-nodelete-reloc-mod14 \ - tst-dlopen-nodelete-reloc-mod15 \ - tst-dlopen-nodelete-reloc-mod16 \ - tst-dlopen-nodelete-reloc-mod17 \ tst-dlopen-nodelete-reloc-mod2 \ tst-dlopen-nodelete-reloc-mod3 \ tst-dlopen-nodelete-reloc-mod4 \ @@ -945,6 +937,14 @@ modules-names-cxx = \ tst-dlopen-nodelete-reloc-mod7 \ tst-dlopen-nodelete-reloc-mod8 \ tst-dlopen-nodelete-reloc-mod9 \ + tst-dlopen-nodelete-reloc-mod10 \ + tst-dlopen-nodelete-reloc-mod11 \ + tst-dlopen-nodelete-reloc-mod12 \ + tst-dlopen-nodelete-reloc-mod13 \ + tst-dlopen-nodelete-reloc-mod14 \ + tst-dlopen-nodelete-reloc-mod15 \ + tst-dlopen-nodelete-reloc-mod16 \ + tst-dlopen-nodelete-reloc-mod17 \ tst-nodelete-rtldmod \ tst-nodelete-uniquemod \ tst-nodelete-zmod \ From patchwork Thu May 18 13:03:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 69615 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5E2373882040 for ; Thu, 18 May 2023 13:04:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E2373882040 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684415082; bh=MHQi+5G0rr/ZWI/aGfDPRy5Q9dxCauYXGYlUhLQygaE=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=Xn/zCCgXI7scFbrJtpJPd6NaHvbpOlE05QaSnB9/8fWmlAL07FylNlPa/BTMjaa5P sXysiUKwH0pnQLzFYJ+0YnBy3xJokvuS+zB+rb2I6VlkQ4opYbdOIxpxI7NDhSn5HS XkZiOEeugam0u9wZYpLVBVyn3FUC750q+ewINeJ0= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id B45B83856DC2 for ; Thu, 18 May 2023 13:03:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B45B83856DC2 Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-103-qqNMr02hORCgaVgfOW73iA-1; Thu, 18 May 2023 09:03:35 -0400 X-MC-Unique: qqNMr02hORCgaVgfOW73iA-1 Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-561b265e237so30943217b3.3 for ; Thu, 18 May 2023 06:03:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684415013; x=1687007013; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=MHQi+5G0rr/ZWI/aGfDPRy5Q9dxCauYXGYlUhLQygaE=; b=CzM3u0J52CUzEf2Um6Se/ltGt/uS98sRjhAQ7vH9N1C3z/Os8hknWpZJJkXbIIjjYS Fe9FqSrrWn82FGcEASmsLZrbiAfoU2OXXZC1M8e4JsW3LlFe15YNicin+JiJ59lgzMLw Z4/cnk0BcN4u7xF82NXfBzQvOSQ4ZYj8mYsO36+Qi1pE2ObteBXh9AlWdwFtwu1T+ncL 4/1R7b1AGhj5Wc//AhX16DLxm6EJHcby0GODBDMchUssN/9P/06vrvarsEj6d9KnXk9p 4qVqD3rpdQAoL8dAzPzikDn1leFU0W0jZYNwVir0u2YKELNY51XgfJFahxwhKAg+ZeKd mg2w== X-Gm-Message-State: AC+VfDzP669bBz/rfRiP9J7khKB+qwH2Q4AHqJg6nrDI6R1jPvPSQrPc frfJDmc1cCqgnkV8oqmZQnArt+fGZPE7rvQBetpwW2DiGki5BVZmeYo1Xb2qiBKv0WiOIw0xTe7 SFrRpIF+/qZ3PgLL7L6M1xauFFs2T6s9AeZU39ghn1RDxe+C84zh0DvcFft1a0Rym9wuZ/H2NC6 0AMg== X-Received: by 2002:a81:4ed5:0:b0:561:d6dd:bc84 with SMTP id c204-20020a814ed5000000b00561d6ddbc84mr1218903ywb.48.1684415013153; Thu, 18 May 2023 06:03:33 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ7YhhCfnPKHm7OpQ6VS7VPxinmXKRCUiOlhEQuKSzlCwJ5sWOWOedN3PJQy4CyUOeu4jmPxeQ== X-Received: by 2002:a81:4ed5:0:b0:561:d6dd:bc84 with SMTP id c204-20020a814ed5000000b00561d6ddbc84mr1218858ywb.48.1684415012679; Thu, 18 May 2023 06:03:32 -0700 (PDT) Received: from DESKTOP-1DH6NSL.localdomain ([198.48.244.52]) by smtp.gmail.com with ESMTPSA id a3-20020a81bb43000000b0054c0a8ceb2fsm406033ywl.28.2023.05.18.06.03.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 May 2023 06:03:32 -0700 (PDT) To: libc-alpha@sourceware.org, siddhesh@gotplt.org Cc: Carlos O'Donell Subject: [PATCH 3/5] stdio-common: Adjust tests in Makefile Date: Thu, 18 May 2023 09:03:23 -0400 Message-Id: <20230518130325.59309-4-carlos@redhat.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230518130325.59309-1-carlos@redhat.com> References: <20230518130325.59309-1-carlos@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Carlos O'Donell via Libc-alpha From: Carlos O'Donell Reply-To: Carlos O'Donell Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Sort tests against updated scripts/sort-makefile-lines.py. No changes in generated code. No regressions on x86_64 and i686. Reviewed-by: Siddhesh Poyarekar --- stdio-common/Makefile | 44 +++++++++++++------------- stdio-common/{bug23-2.c => bug27.c} | 0 stdio-common/{bug23-3.c => bug28.c} | 0 stdio-common/{bug23-4.c => bug29.c} | 0 stdio-common/{scanf14a.c => scanf18.c} | 0 stdio-common/{scanf16a.c => scanf19.c} | 0 6 files changed, 22 insertions(+), 22 deletions(-) rename stdio-common/{bug23-2.c => bug27.c} (100%) rename stdio-common/{bug23-3.c => bug28.c} (100%) rename stdio-common/{bug23-4.c => bug29.c} (100%) rename stdio-common/{scanf14a.c => scanf18.c} (100%) rename stdio-common/{scanf16a.c => scanf19.c} (100%) diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 1b4997afc8..4c15b97683 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -130,6 +130,13 @@ aux := \ tests := \ bug-vfprintf-nargs \ bug1 \ + bug3 \ + bug4 \ + bug5 \ + bug6 \ + bug7 \ + bug8 \ + bug9 \ bug10 \ bug11 \ bug12 \ @@ -146,38 +153,31 @@ tests := \ bug21 \ bug22 \ bug23 \ - bug23-2 \ - bug23-3 \ - bug23-4 \ bug24 \ bug25 \ bug26 \ - bug3 \ - bug4 \ - bug5 \ - bug6 \ - bug7 \ - bug8 \ - bug9 \ + bug27 \ + bug28 \ + bug29 \ errnobug \ scanf1 \ + scanf2 \ + scanf3 \ + scanf4 \ + scanf5 \ + scanf7 \ + scanf8 \ + scanf9 \ scanf10 \ scanf11 \ scanf12 \ scanf13 \ scanf14 \ - scanf14a \ scanf15 \ scanf16 \ - scanf16a \ scanf17 \ - scanf2 \ - scanf3 \ - scanf4 \ - scanf5 \ - scanf7 \ - scanf8 \ - scanf9 \ + scanf18 \ + scanf19 \ temptest \ test-fseek \ test-fwrite \ @@ -442,11 +442,11 @@ CFLAGS-isoc23_scanf.c += -fexceptions CFLAGS-dprintf.c += $(config-cflags-wno-ignored-attributes) -# scanf14a.c and scanf16a.c test a deprecated extension which is no +# scanf18.c and scanf19.c test a deprecated extension which is no # longer visible under most conformance levels; see the source files # for more detail. -CFLAGS-scanf14a.c += -std=gnu89 -CFLAGS-scanf16a.c += -std=gnu89 +CFLAGS-scanf18.c += -std=gnu89 +CFLAGS-scanf19.c += -std=gnu89 CFLAGS-bug3.c += -DOBJPFX=\"$(objpfx)\" CFLAGS-bug4.c += -DOBJPFX=\"$(objpfx)\" diff --git a/stdio-common/bug23-2.c b/stdio-common/bug27.c similarity index 100% rename from stdio-common/bug23-2.c rename to stdio-common/bug27.c diff --git a/stdio-common/bug23-3.c b/stdio-common/bug28.c similarity index 100% rename from stdio-common/bug23-3.c rename to stdio-common/bug28.c diff --git a/stdio-common/bug23-4.c b/stdio-common/bug29.c similarity index 100% rename from stdio-common/bug23-4.c rename to stdio-common/bug29.c diff --git a/stdio-common/scanf14a.c b/stdio-common/scanf18.c similarity index 100% rename from stdio-common/scanf14a.c rename to stdio-common/scanf18.c diff --git a/stdio-common/scanf16a.c b/stdio-common/scanf19.c similarity index 100% rename from stdio-common/scanf16a.c rename to stdio-common/scanf19.c From patchwork Thu May 18 13:03:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 69617 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0744638560AA for ; Thu, 18 May 2023 13:05:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0744638560AA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684415125; bh=SD7qLpyHgGetZDluF4eXLjEKXqf/ShimH4wgCXywTMQ=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=AQYW7g2ssuHHo+qYLob4KdB0sugmqLgln6rHJnCZjA/ETPE7XBBErs2fSYSyK2nhl xTCraMPdu7/z3yMGolh0jg7XtE/qmpBS4HsvALlhb/3ShW5CJ5OR5Ie/5Vs0af8Lsy 8o08EKsw7D8yf/hA/w36Y1aLSP/bXeiV/vNWESyM= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id A0E123844053 for ; Thu, 18 May 2023 13:03:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A0E123844053 Received: from mail-yw1-f199.google.com (mail-yw1-f199.google.com [209.85.128.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-618-GKUhjFEVORqHN-S06akC9w-1; Thu, 18 May 2023 09:03:36 -0400 X-MC-Unique: GKUhjFEVORqHN-S06akC9w-1 Received: by mail-yw1-f199.google.com with SMTP id 00721157ae682-5617da91670so32075367b3.0 for ; Thu, 18 May 2023 06:03:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684415015; x=1687007015; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SD7qLpyHgGetZDluF4eXLjEKXqf/ShimH4wgCXywTMQ=; b=KLb0XM66P34oWSuJTcbFrV7IIR7NMOZ5CzJNsopeZL1A1KKZ/Ub1NHEpbcu26APXjc F7OT3QbtANQFHVDLUdywDneJhRwM3MKM6tGiUVK5LVr/3otCwjMpxYo6uSN67Pnps9jr BM2im1DORz6Z7pjKvj0mozr36pOZXEzvSfRIChuzJCIVsqioCqYgq0DxLdSAwwJgGrfL IReJpxhlsjbaUb5mgu0E+/H0FysceI610VIwTWaT1EZSfbIKfoUasANQJVCYDSINpWXs 8GSF1YrFbLkRcs+kR/NwnzlJIhkyzGhAULRBEEb9rYbGUS0+BeRGh2dExxBA+z5jB1wo AMQw== X-Gm-Message-State: AC+VfDwsgafBCZTsNKQ/Wz2vJWut/lMk07Y8e1Psc16uo8o7+ui5EDTU Y1HEPfjsyOHng5NxCv1sTu/EOECEoo5ru6mjOj4JAl9gcWHz6k6/cSq+bg5mhG7jcylrZWV6NjV J7B2QLz+VQ32XrEEYGDbsfLwpahHZuENlVXYEEu4iIVPbBIGL7xsc4dxSxe/a8DiSze9QDyj+ki aFJw== X-Received: by 2002:a0d:d9c8:0:b0:559:f7d4:8d40 with SMTP id b191-20020a0dd9c8000000b00559f7d48d40mr1024756ywe.4.1684415015158; Thu, 18 May 2023 06:03:35 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ4igTF3NnF+3XJYXHleQ67pn+SoOtsCZ+6WJwvpKGOp+eWQX7HruuE5J+gX1zdIblMiWefCOQ== X-Received: by 2002:a0d:d9c8:0:b0:559:f7d4:8d40 with SMTP id b191-20020a0dd9c8000000b00559f7d48d40mr1024704ywe.4.1684415014162; Thu, 18 May 2023 06:03:34 -0700 (PDT) Received: from DESKTOP-1DH6NSL.localdomain ([198.48.244.52]) by smtp.gmail.com with ESMTPSA id a3-20020a81bb43000000b0054c0a8ceb2fsm406033ywl.28.2023.05.18.06.03.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 May 2023 06:03:33 -0700 (PDT) To: libc-alpha@sourceware.org, siddhesh@gotplt.org Cc: Carlos O'Donell Subject: [PATCH 4/5] misc: Reformat Makefile. Date: Thu, 18 May 2023 09:03:24 -0400 Message-Id: <20230518130325.59309-5-carlos@redhat.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230518130325.59309-1-carlos@redhat.com> References: <20230518130325.59309-1-carlos@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Carlos O'Donell via Libc-alpha From: Carlos O'Donell Reply-To: Carlos O'Donell Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Reflow Makefile. Sort using updated scripts/sort-makefile-lines.py. Code generation is changed as routines are linked in sorted order as expected. No regressions on x86_64 and i686. Reviewed-by: Siddhesh Poyarekar --- misc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/Makefile b/misc/Makefile index 1a21347f5e..84aa4cb0ad 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -156,14 +156,14 @@ routines := \ munlockall \ munmap \ preadv \ - preadv64 \ preadv2 \ + preadv64 \ preadv64v2 \ pselect \ ptrace \ pwritev \ - pwritev64 \ pwritev2 \ + pwritev64 \ pwritev64v2 \ qefgcvt \ qefgcvt_r \ @@ -243,8 +243,8 @@ tests := \ tst-mntent-escape \ tst-mntent2 \ tst-preadvwritev \ - tst-preadvwritev64 \ tst-preadvwritev2 \ + tst-preadvwritev64 \ tst-preadvwritev64v2 \ tst-pselect \ tst-select \ From patchwork Thu May 18 13:03:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 69614 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 27BF6385483D for ; Thu, 18 May 2023 13:04:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27BF6385483D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684415044; bh=W3L2/skHtPMpQzR7Oi20Fm7adGh5TS0I4OTMUTLNfew=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=ksjK6Aa3XAhuOdfnY/YdmMbJW6AtrW6SjG8GFzPC379kxSZRf8vVR0exNo5+Z5otB Q4xcVSFLkGxKjnsFpr122f9ylogs70Tn2UKOuoVtr85V4MnCQio6fd8Cn4s8vF3CWJ e/yQ0N+KiDJrmg72nNifjfDGEGgQ9+WxNs86PEB8= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id C0ACF3856241 for ; Thu, 18 May 2023 13:03:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C0ACF3856241 Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-588-Acsrg0BnNNiLlX2E7Xmy1Q-1; Thu, 18 May 2023 09:03:38 -0400 X-MC-Unique: Acsrg0BnNNiLlX2E7Xmy1Q-1 Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-5617da91670so32075927b3.0 for ; Thu, 18 May 2023 06:03:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684415016; x=1687007016; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=W3L2/skHtPMpQzR7Oi20Fm7adGh5TS0I4OTMUTLNfew=; b=IbnAGZc4sTCLZs/dtk9tZPhnIff/QOnxWdrIi2DYEjeNu/OK2HYc7+3EfIUlzzdkUB 8z6QltrihZOccrMWagNVO/cll73dKiFVoedPT/K3IUhky3+8GDX32l+QuTtwLprT5JAx 7rBdnGwSjBbe9BU8LgM2qT83b72qgyvWSUemBVEgEoaHTag8GcjMndKKPRQDFWCczok+ /D3WltTPEvw3u49/8SM+2E3c0wjmDVRKU89K7qNTgI3LgdbxOArKvt/yk8m/zANUoqAb 8pdPvIntg4Xq51I4v2urPf5vbMAQiPo9g2AOj7fLdOJfBGTpy2KOsu+nMIjL+pb9EKwA 2cpg== X-Gm-Message-State: AC+VfDwI+AXgPpIHBvn96JGBtEqLOvNZsFu6tWeAAbU3JSg4qYg7MCwv q8fyAwivpz/aiAfYazRPjek+0AFLYdLyJ3w2arhuqjoz8uh4Asgrvat2IbNcfgKJKMCSkaVG9Wh pijCnGqG+9/mmlEL678JPGa18ZmXSwYfHm9DLH4KyrSXyl2WfoDaO3HuluX/+51/v2TvQ/TWVVe Slgw== X-Received: by 2002:a81:4c50:0:b0:561:94a9:f9f7 with SMTP id z77-20020a814c50000000b0056194a9f9f7mr1106213ywa.20.1684415015817; Thu, 18 May 2023 06:03:35 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ4K1TYx2wfmxc+RIDsJ3ZrsFv2hoNSOfQ5/SbF/o5puJvXdCvEUieSkpic6ZW4evebM/bmv8A== X-Received: by 2002:a81:4c50:0:b0:561:94a9:f9f7 with SMTP id z77-20020a814c50000000b0056194a9f9f7mr1106187ywa.20.1684415015376; Thu, 18 May 2023 06:03:35 -0700 (PDT) Received: from DESKTOP-1DH6NSL.localdomain ([198.48.244.52]) by smtp.gmail.com with ESMTPSA id a3-20020a81bb43000000b0054c0a8ceb2fsm406033ywl.28.2023.05.18.06.03.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 May 2023 06:03:34 -0700 (PDT) To: libc-alpha@sourceware.org, siddhesh@gotplt.org Cc: Carlos O'Donell Subject: [PATCH 5/5] wcsmbs: Reformat Makefile. Date: Thu, 18 May 2023 09:03:25 -0400 Message-Id: <20230518130325.59309-6-carlos@redhat.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230518130325.59309-1-carlos@redhat.com> References: <20230518130325.59309-1-carlos@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Carlos O'Donell via Libc-alpha From: Carlos O'Donell Reply-To: Carlos O'Donell Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Reflow Makefile. Sort using updated scripts/sort-makefile-lines.py. Code generation is changed as routines are linked in sorted order as expected. No regressions on x86_64 and i686. Reviewed-by: Siddhesh Poyarekar --- wcsmbs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 347b44841e..ea8ea7b3e6 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -52,9 +52,9 @@ routines := \ isoc99_vwscanf \ isoc99_wscanf \ mbrlen \ + mbrtoc8 \ mbrtoc16 \ mbrtoc32 \ - mbrtoc8 \ mbrtowc \ mbsinit \ mbsnrtowcs \