From patchwork Tue Jan 14 16:37:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam James X-Patchwork-Id: 104775 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 41780385B52D for ; Tue, 14 Jan 2025 16:40:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41780385B52D X-Original-To: binutils@sourceware.org Delivered-To: binutils@sourceware.org Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 6C14E3858D33 for ; Tue, 14 Jan 2025 16:38:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6C14E3858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6C14E3858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1736872688; cv=none; b=PcdNwInG0X6qYg6iSO4xeKn9V/ZibP2iWmvz0FWJmh8nh2Mwl5tL0P6TarwJGvdfbLujHfajel1DPfYbIgL/YGjHDm+an1U2YMiC+MVEPQ+s/MlMr+cNtmqbVauVlkxI1EHfRwx6gcT8RcWUpEjytfpl4wfRFvSN9Nq/JwMDdLs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1736872688; c=relaxed/simple; bh=aTLNVibun9oStCJEI0eMbh9Bt99G0cs3Qq9uOzs7KDg=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=E0qDlvFMFjhyzNwRQVj9aWHUpvilZMFmStQIymsNl6Rfl1M1poBZiVhy2dFK46xh9dGD7sXbyifq8ex3FzQHIoFHlJUnZr9B93rbRJtZPpD4EHEaxLRDKBlqHCqox0ZQs34a5cxs+RG3hfzaSt7wVXBw+CN3Hmeegzqxsl9QoSg= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C14E3858D33 From: Sam James To: binutils@sourceware.org Cc: Adhemerval Zanella , Sam James Subject: [COMMITTED] ld: regenerate Date: Tue, 14 Jan 2025 16:37:56 +0000 Message-ID: X-Mailer: git-send-email 2.48.0 MIME-Version: 1.0 X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP 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: binutils@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: binutils-bounces~patchwork=sourceware.org@sourceware.org 80dc29527ff9b5179741c360418e77e5064f2b69 contained some changes from non-vanilla autoconf. Regenerate. ChangeLog: * config.in: Regenerate. * configure: Regenerate. --- ld/config.in | 7 ++++--- ld/configure | 12 +++++------- 2 files changed, 9 insertions(+), 10 deletions(-) base-commit: 80dc29527ff9b5179741c360418e77e5064f2b69 diff --git a/ld/config.in b/ld/config.in index ed838463856..2d7b6406d2b 100644 --- a/ld/config.in +++ b/ld/config.in @@ -53,6 +53,10 @@ default. */ #undef DEFAULT_LD_Z_MARK_PLT +/* Define to 1 if you want to enable -z memory_seal in ELF linker by default. + */ +#undef DEFAULT_LD_Z_MEMORY_SEAL + /* Define to 1 if you want to enable -z relro in ELF linker by default. */ #undef DEFAULT_LD_Z_RELRO @@ -60,9 +64,6 @@ default. */ #undef DEFAULT_LD_Z_SEPARATE_CODE -/* Define to 1 if you want to enable -z memory-seal in ELF linker by default. */ -#undef DEFAULT_LD_Z_MEMORY_SEAL - /* Define to 1 if you want to set DT_RUNPATH instead of DT_RPATH by default. */ #undef DEFAULT_NEW_DTAGS diff --git a/ld/configure b/ld/configure index f34141bb238..6145931bfb3 100755 --- a/ld/configure +++ b/ld/configure @@ -15253,7 +15253,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -15299,7 +15299,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -15323,7 +15323,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -15368,7 +15368,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -15392,7 +15392,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -18978,8 +18978,6 @@ main () if (*(data + i) != *(data3 + i)) return 14; close (fd); - free (data); - free (data3); return 0; } _ACEOF