public inbox for binutils-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Stop the linker from complaining about RWX segments in sparc-solaris targets.
@ 2022-07-26 13:26 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2022-07-26 13:26 UTC (permalink / raw)
  To: bfd-cvs

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
       ;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-26 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26 13:26 [binutils-gdb] Stop the linker from complaining about RWX segments in sparc-solaris targets Nick Clifton

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).