From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [IPv6:2001:67c:2050:0:465::102]) by sourceware.org (Postfix) with ESMTPS id 40E553858418; Mon, 7 Aug 2023 11:19:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 40E553858418 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4RKDNX450Sz9sSv; Mon, 7 Aug 2023 13:19:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1691407148; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=elcFc+o93h5XAONWdi+CYgyfXN+6Y9u5077ashT5OYg=; b=WvBQe9F6Hn/e7uCif4N50iOcUn8znD76JIDrNeJIJmQhimzd4QNRizpU1ASk9B3BijIpZh Xqc3Qp48AxQsPKC4psU2BOx6CqXh0z8gvCiNYU9JNAafN0DCnOrj+xXVP/ONsBCfJ0AV/I 0LX8A7Y6qKfNpRF1k53aN1dE5z5Ea8ftcZmIqwn2Nv0+DEyqf/l9tboFFkc3lz9Kj5jnHL ojMnmJOdkxLm8Cnkh5k6QeGdUer3Gz/ebSrfB2eXEeQY8MaQiM2yu5WtRS9H2qR1ZhJCBO glMXm2qKZrJMa4011J5CqXAKk2zHOd3ZcTJPb9LEYz2rG9g8uFbA2W2fp8RcFg== From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= To: gdb-patches@sourceware.org, binutils@sourceware.org Cc: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Subject: [PATCH 01/45] *: Regenerate autoconf and aclocal files Date: Mon, 7 Aug 2023 13:07:04 +0200 Message-ID: <20230807111029.2320238-2-arsen@aarsen.me> In-Reply-To: <20230807111029.2320238-1-arsen@aarsen.me> References: <20230807111029.2320238-1-arsen@aarsen.me> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4RKDNX450Sz9sSv X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,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 List-Id: bfd/ChangeLog: * aclocal.m4: Regenerate. gold/ChangeLog: * aclocal.m4: Regenerate. intl/ChangeLog: * aclocal.m4: Regenerate. --- bfd/aclocal.m4 | 4 ++-- gold/aclocal.m4 | 2 +- gprofng/aclocal.m4 | 22 +++------------------- gprofng/configure | 7 +++++-- intl/configure | 3 +++ 5 files changed, 14 insertions(+), 24 deletions(-) diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4 index 09b849dfc87..50e39795063 100644 --- a/bfd/aclocal.m4 +++ b/bfd/aclocal.m4 @@ -1167,6 +1167,8 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([bfd.m4]) +m4_include([warning.m4]) m4_include([../config/acx.m4]) m4_include([../config/bfd64.m4]) m4_include([../config/depstand.m4]) @@ -1187,6 +1189,4 @@ m4_include([../ltoptions.m4]) m4_include([../ltsugar.m4]) m4_include([../ltversion.m4]) m4_include([../lt~obsolete.m4]) -m4_include([bfd.m4]) -m4_include([warning.m4]) m4_include([acinclude.m4]) diff --git a/gold/aclocal.m4 b/gold/aclocal.m4 index e4bdc46e153..cc51f9f6b5a 100644 --- a/gold/aclocal.m4 +++ b/gold/aclocal.m4 @@ -1196,6 +1196,7 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([../bfd/warning.m4]) m4_include([../config/ax_pthread.m4]) m4_include([../config/depstand.m4]) m4_include([../config/gettext-sister.m4]) @@ -1209,4 +1210,3 @@ m4_include([../config/po.m4]) m4_include([../config/progtest.m4]) m4_include([../config/zlib.m4]) m4_include([../config/zstd.m4]) -m4_include([../bfd/warning.m4]) diff --git a/gprofng/aclocal.m4 b/gprofng/aclocal.m4 index 02b07b91597..ce17f68902d 100644 --- a/gprofng/aclocal.m4 +++ b/gprofng/aclocal.m4 @@ -686,25 +686,6 @@ if test x"${install_sh+set}" != xset; then fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering @@ -1246,6 +1227,9 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([../config/depstand.m4]) +m4_include([../config/lead-dot.m4]) +m4_include([../config/override.m4]) m4_include([../libtool.m4]) m4_include([../ltoptions.m4]) m4_include([../ltsugar.m4]) diff --git a/gprofng/configure b/gprofng/configure index c39dc8535f7..34950c98e3c 100755 --- a/gprofng/configure +++ b/gprofng/configure @@ -2427,6 +2427,9 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then @@ -12221,7 +12224,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12224 "configure" +#line 12227 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12327,7 +12330,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12330 "configure" +#line 12333 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/intl/configure b/intl/configure index e75f072f8fa..9b1f6d0828b 100755 --- a/intl/configure +++ b/intl/configure @@ -6857,6 +6857,9 @@ case "${host}" in # sets the default TLS model and affects inlining. PICFLAG=-fPIC ;; + loongarch*-*-*) + PICFLAG=-fpic + ;; mips-sgi-irix6*) # PIC is the default. ;; -- 2.41.0