public inbox for binutils-cvs@sourceware.org
help / color / mirror / Atom feed
From: Nick Clifton <nickc@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] Stop the linker from complaining about RWX segments in sparc-solaris targets.
Date: Tue, 26 Jul 2022 13:26:06 +0000 (GMT)	[thread overview]
Message-ID: <20220726132606.797703858421@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=91896b4d6a7d312e850094eaaa5b965a9e3dc39b

commit 91896b4d6a7d312e850094eaaa5b965a9e3dc39b
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jul 26 14:25:33 2022 +0100

    Stop the linker from complaining about RWX segments in sparc-solaris targets.
    
            PR 29411
            * configure.tgt (ac_default_ld_warn_rwx_segments): Disable for
            sparc-solaris configurations.

Diff:
---
 ld/ChangeLog     | 6 ++++++
 ld/configure.tgt | 1 +
 2 files changed, 7 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8f9f4ad11a5..ac1365a16c6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2022-07-26  Nick Clifton  <nickc@redhat.com>
+
+	PR 29411
+	* configure.tgt (ac_default_ld_warn_rwx_segments): Disable for
+	sparc-solaris configurations.
+
 2022-07-08  Nick Clifton  <nickc@redhat.com>
 
 	* 2.39 branch created.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 4f9e1b30bf9..1a3c7df0ae8 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -54,6 +54,7 @@ if test "${ac_default_ld_warn_rwx_segments}" = unset; then
       # Many MIPS targets use executable segments.
     cris-*-* | crisv32-*-* | \
     hppa*-*-* | \
+    sparc*-*-solaris2* | \
     mips*-*-*)
       ac_default_ld_warn_rwx_segments=0
       ;;


                 reply	other threads:[~2022-07-26 13:26 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=20220726132606.797703858421@sourceware.org \
    --to=nickc@sourceware.org \
    --cc=bfd-cvs@sourceware.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).