public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hjl.tools@gmail.com>
To: binutils@sourceware.org
Cc: Alan Modra <amodra@gmail.com>, Kaylee Blake <klkblake@gmail.com>
Subject: [PATCH v3 7/7] ld: Add -z nosectionheader test to bootstrap.exp
Date: Mon,  5 Jun 2023 08:32:22 -0700	[thread overview]
Message-ID: <20230605153222.1728119-8-hjl.tools@gmail.com> (raw)
In-Reply-To: <20230605153222.1728119-1-hjl.tools@gmail.com>

	PR ld/25617
	* testsuite/ld-bootstrap/bootstrap.exp: Add -z nosectionheader
	test.
---
 ld/testsuite/ld-bootstrap/bootstrap.exp | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp
index b189a0c7098..7b70b9582c0 100644
--- a/ld/testsuite/ld-bootstrap/bootstrap.exp
+++ b/ld/testsuite/ld-bootstrap/bootstrap.exp
@@ -66,6 +66,9 @@ set test_flags {"" "strip" "--static" "-Wl,--traditional-format"
 if { [istarget "powerpc-*-*"] } {
     lappend test_flags "-Wl,--ppc476-workaround"
 }
+if { [is_elf_format] && ![is_bad_symtab] } {
+    lappend test_flags "-Wl,-z,nosectionheader"
+}
 
 set gcc_B_opt_save $gcc_B_opt
 
@@ -94,9 +97,12 @@ foreach flags $test_flags {
 	set testname "bootstrap"
     }}
 
-    # --static is meaningless and --relax is incompatible with -r.
+    # --static is meaningless.  --relax and -z nosectionheader are
+    # incompatible with -r.
     regsub -- "-Wl," $flags "" partial_flags
-    if { "$partial_flags" == "--static" || "$partial_flags" == "--relax" } {
+    if { "$partial_flags" == "--static" \
+         || "$partial_flags" == "--relax" \
+	 || [string match "*nosectionheader*" "$partial_flags"] } {
 	set partial_flags ""
     }
 
-- 
2.40.1


  parent reply	other threads:[~2023-06-05 15:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05 15:32 [PATCH v3 0/7] ELF: Strip section header in ELF objects H.J. Lu
2023-06-05 15:32 ` [PATCH v3 1/7] " H.J. Lu
2023-06-05 15:32 ` [PATCH v3 2/7] ELF: Discard non-alloc sections without section header H.J. Lu
2023-06-05 15:32 ` [PATCH v3 3/7] bfd: Improve nm and objdump " H.J. Lu
2023-06-06  6:44   ` Alan Modra
2023-06-05 15:32 ` [PATCH v3 4/7] ld: Add a simple test for -z nosectionheader H.J. Lu
2023-06-05 15:32 ` [PATCH v3 5/7] binutils: Add a --strip-section-headers test H.J. Lu
2023-06-05 15:32 ` [PATCH v3 6/7] ld: Add tests for -z nosectionheader and --strip-section-headers H.J. Lu
2023-06-06  6:46   ` Alan Modra
2023-06-06 17:26     ` H.J. Lu
2023-06-06  9:57   ` Florian Weimer
2023-06-06 17:26     ` H.J. Lu
2023-06-05 15:32 ` H.J. Lu [this message]
2023-06-06  6:48 ` [PATCH v3 0/7] ELF: Strip section header in ELF objects Alan Modra
2023-06-29 17:21   ` H.J. Lu

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=20230605153222.1728119-8-hjl.tools@gmail.com \
    --to=hjl.tools@gmail.com \
    --cc=amodra@gmail.com \
    --cc=binutils@sourceware.org \
    --cc=klkblake@gmail.com \
    /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).