public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Szabolcs Nagy <nsz@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/ARM/heads/gcs-13)] libgcc: Fix config.in
Date: Wed, 14 Feb 2024 15:35:57 +0000 (GMT)	[thread overview]
Message-ID: <20240214153557.5DC93385E448@sourceware.org> (raw)

https://gcc.gnu.org/g:f05df91eade6cce802483c262f3bbcae978ff28d

commit f05df91eade6cce802483c262f3bbcae978ff28d
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Fri Dec 8 12:22:54 2023 +0000

    libgcc: Fix config.in
    
    It was updated incorrectly in
    
      commit dbbfb52b0e9c66ee9d05b8fd17c4f44655e48463
      Author:     Szabolcs Nagy <szabolcs.nagy@arm.com>
      CommitDate: 2023-12-08 11:29:06 +0000
    
        libgcc: aarch64: Configure check for __getauxval
    
    so regenerate it.
    
    libgcc/ChangeLog:
    
            * config.in: Regenerate.
    
    (cherry picked from commit 47575ec9edcd3078f066aa54ba428420be796bef)

Diff:
---
 libgcc/config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libgcc/config.in b/libgcc/config.in
index 441d4d39b95b..8f7dd437b0ed 100644
--- a/libgcc/config.in
+++ b/libgcc/config.in
@@ -16,9 +16,6 @@
 /* Define to 1 if the assembler supports .variant_pcs. */
 #undef HAVE_AS_VARIANT_PCS
 
-/* Define to 1 if __getauxval is available. */
-#undef HAVE___GETAUXVAL
-
 /* Define to 1 if the target assembler supports thread-local storage. */
 #undef HAVE_CC_TLS
 
@@ -67,6 +64,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if __getauxval is available. */
+#undef HAVE___GETAUXVAL
+
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT

                 reply	other threads:[~2024-02-14 15:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240214153557.5DC93385E448@sourceware.org \
    --to=nsz@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).