From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32d.google.com (mail-ot1-x32d.google.com [IPv6:2607:f8b0:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 3E3253839C71 for ; Thu, 12 May 2022 12:59:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3E3253839C71 Received: by mail-ot1-x32d.google.com with SMTP id s18-20020a056830149200b006063fef3e17so2616933otq.12 for ; Thu, 12 May 2022 05:59:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bnA6YvgBx5P1WNGG7r+HMNDuy1BIDFMdrOsEhmxyM24=; b=REVUFUoBrb6QI04noylVmuCTjUax/bwd/rJyNXSFXF9onrPmk2N1xvlSU9RML0BStK gTSUIU1TgfrHXGd42kS1umspUbyaLSTGxIEWygvjw+x4YrznxTk8e26MZIdfCQiOOd24 hjW93H8NM3qs9i1nOmtEVtoGn/bj0kfml67s7D33qJMGnzVXSin7mH4w2csfhQNCd3FE VqlGc+yZM3Pg5zzcakrnnWPfkoFoYy20sTWtv9dD2YB7ZxttYS2cxkZ28ivR3Hkofva4 RJvzbc75R3+ohRFj+XRentMi/g/WTfybFjvvY6EbHa8bFq1XK5xMdA28diNxJsGvVLqK zcOg== X-Gm-Message-State: AOAM533lBB7o/ULHwH7YplEwjQCopWFa1D1xvRIIRvVuaJumd/WPB6O0 rlNOr1gxaHfxy8YzF2L2XNHVJ/TwkFKneg== X-Google-Smtp-Source: ABdhPJxpp/5oIIFhNenEQjwOR5lACjE1HwV3yLNkDR9eBDp+CVme7y45Bt8h65qHl6Dakq1B6pnS5g== X-Received: by 2002:a05:6830:14c6:b0:605:f9fc:44d8 with SMTP id t6-20020a05683014c600b00605f9fc44d8mr11686056otq.59.1652360387308; Thu, 12 May 2022 05:59:47 -0700 (PDT) Received: from birita.. ([2804:431:c7ca:5fbd:6a01:8849:5cb:128b]) by smtp.gmail.com with ESMTPSA id a11-20020a056870d18b00b000edf5a12baasm1527144oac.46.2022.05.12.05.59.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 May 2022 05:59:46 -0700 (PDT) From: Adhemerval Zanella To: libc-alpha@sourceware.org, Fangrui Song Subject: [PATCH v2 4/4] Remove configure fno_unit_at_a_time Date: Thu, 12 May 2022 09:59:31 -0300 Message-Id: <20220512125931.523712-5-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220512125931.523712-1-adhemerval.zanella@linaro.org> References: <20220512125931.523712-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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-List-Received-Date: Thu, 12 May 2022 12:59:49 -0000 Since it is not used any longer. --- config.make.in | 1 - configure | 32 -------------------------------- configure.ac | 19 ------------------- 3 files changed, 52 deletions(-) diff --git a/config.make.in b/config.make.in index fff4c78dd0..d7c416cbea 100644 --- a/config.make.in +++ b/config.make.in @@ -68,7 +68,6 @@ have-selinux = @have_selinux@ have-libaudit = @have_libaudit@ have-libcap = @have_libcap@ have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ -fno-unit-at-a-time = @fno_unit_at_a_time@ bind-now = @bindnow@ use-default-link = @use_default_link@ have-cxx-thread_local = @libc_cv_cxx_thread_local@ diff --git a/configure b/configure index 716dc041b6..ff2c406b3b 100755 --- a/configure +++ b/configure @@ -620,7 +620,6 @@ libc_cv_cc_loop_to_function libc_cv_cc_submachine libc_cv_cc_nofma libc_cv_mtls_dialect_gnu2 -fno_unit_at_a_time libc_cv_has_glob_dat libc_cv_fpie libc_cv_z_execstack @@ -6226,37 +6225,6 @@ fi $as_echo "$libc_cv_has_glob_dat" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5 -$as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; } -if ${libc_cv_fno_toplevel_reorder+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat > conftest.c <&5 - (eval $ac_try) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; } -then - libc_cv_fno_toplevel_reorder=yes -else - libc_cv_fno_toplevel_reorder=no -fi -rm -f conftest* -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5 -$as_echo "$libc_cv_fno_toplevel_reorder" >&6; } -if test $libc_cv_fno_toplevel_reorder = yes; then - fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors" -else - fno_unit_at_a_time=-fno-unit-at-a-time -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -mtls-dialect=gnu2" >&5 $as_echo_n "checking for -mtls-dialect=gnu2... " >&6; } if ${libc_cv_mtls_dialect_gnu2+:} false; then : diff --git a/configure.ac b/configure.ac index d08ad4d64e..eb5bc6a131 100644 --- a/configure.ac +++ b/configure.ac @@ -1383,25 +1383,6 @@ fi rm -f conftest*]) AC_SUBST(libc_cv_has_glob_dat) -AC_CACHE_CHECK(for -fno-toplevel-reorder -fno-section-anchors, libc_cv_fno_toplevel_reorder, [dnl -cat > conftest.c <&AS_MESSAGE_LOG_FD]) -then - libc_cv_fno_toplevel_reorder=yes -else - libc_cv_fno_toplevel_reorder=no -fi -rm -f conftest*]) -if test $libc_cv_fno_toplevel_reorder = yes; then - fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors" -else - fno_unit_at_a_time=-fno-unit-at-a-time -fi -AC_SUBST(fno_unit_at_a_time) - AC_CACHE_CHECK([for -mtls-dialect=gnu2], libc_cv_mtls_dialect_gnu2, [dnl cat > conftest.c <