public inbox for binutils-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb/binutils-2_39-branch] ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targets [PR29411]
@ 2022-07-29  7:05 Rainer Orth
  0 siblings, 0 replies; only message in thread
From: Rainer Orth @ 2022-07-29  7:05 UTC (permalink / raw)
  To: bfd-cvs

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

commit 4b596a7719bfa1bcb8781f59faba66a20c4ab2da
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date:   Fri Jul 29 09:04:59 2022 +0200

    ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targets [PR29411]
    
    As discussed in PR ld/29411, the ld warning
    
            [...] has a LOAD segment with RWX permissions
    
    needs to be disabled on all SPARC targets, not just Solaris/SPARC: the
    .plt section is required to be RWX by the 32-bit SPARC ELF psABI and the
    64-bit SPARC Compliance Definition 2.4.1.  Given that ld only supports
    SPARC ELF targets, this patch implements this.
    
    Tested on sparc64-unknown-linux-gnu and sparc-sun-solaris2.11.
    
    2022-07-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
    
            ld:
            PR ld/29411
            * configure.tgt (ac_default_ld_warn_rwx_segments): Extend to all
            sparc targets.  Expand comment.

Diff:
---
 ld/ChangeLog     | 6 ++++++
 ld/configure.tgt | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index ac1365a16c6..30fc1937d06 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2022-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+	PR ld/29411
+	* configure.tgt (ac_default_ld_warn_rwx_segments): Extend to all
+	sparc targets.  Expand comment.
+
 2022-07-26  Nick Clifton  <nickc@redhat.com>
 
 	PR 29411
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 1a3c7df0ae8..2bae9099b6a 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -49,13 +49,13 @@ if test "${ac_default_ld_warn_rwx_segments}" = unset; then
   case "${targ}" in
       # The CRIS default linker script yields just one segment
       # as intended, so a rwx segment warning is not helpful.
-      # The HPPA's PLT section uses a constructed trampoline
+      # The HPPA's and SPARC's PLT sections use a constructed trampoline
       # hence it needs to have a RWX segment.
       # Many MIPS targets use executable segments.
     cris-*-* | crisv32-*-* | \
     hppa*-*-* | \
-    sparc*-*-solaris2* | \
-    mips*-*-*)
+    mips*-*-* | \
+    sparc*-*-*)
       ac_default_ld_warn_rwx_segments=0
       ;;
     *)


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

only message in thread, other threads:[~2022-07-29  7:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29  7:05 [binutils-gdb/binutils-2_39-branch] ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targets [PR29411] Rainer Orth

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