public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: H.J. Lu <hjl@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] ld: Add simple tests for -z nosectionheader
Date: Thu, 29 Jun 2023 17:36:29 +0000 (GMT)	[thread overview]
Message-ID: <20230629173629.7417E3858C31@sourceware.org> (raw)

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

commit 0a06ea7a767579aade45ff779170f2fa81dfcb11
Author: Kaylee Blake <klkblake@gmail.com>
Date:   Thu Mar 5 13:42:31 2020 +1030

    ld: Add simple tests for -z nosectionheader
    
    2020-06-06  Kaylee Blake  <klkblake@gmail.com>
                H.J. Lu  <hongjiu.lu@intel.com>
    
            PR ld/25617
            * testsuite/ld-elf/nosectionheader-1.d: New file.
            * testsuite/ld-elf/nosectionheader-2.d: Likewise.

Diff:
---
 ld/testsuite/ld-elf/nosectionheader-1.d | 14 ++++++++++++++
 ld/testsuite/ld-elf/nosectionheader-2.d |  4 ++++
 2 files changed, 18 insertions(+)

diff --git a/ld/testsuite/ld-elf/nosectionheader-1.d b/ld/testsuite/ld-elf/nosectionheader-1.d
new file mode 100644
index 00000000000..cbaea669b9a
--- /dev/null
+++ b/ld/testsuite/ld-elf/nosectionheader-1.d
@@ -0,0 +1,14 @@
+#source: start.s
+#ld: -z nosectionheader
+#readelf: -h -S
+#xfail: [uses_genelf]
+# These targets don't support -z.
+
+#...
+  Start of section headers:[ \t]+0 \(bytes into file\)
+#...
+  Size of section headers:[ \t]+0 \(bytes\)
+  Number of section headers:[ \t]+0
+  Section header string table index:[ \t]+0
+
+There are no sections in this file.
diff --git a/ld/testsuite/ld-elf/nosectionheader-2.d b/ld/testsuite/ld-elf/nosectionheader-2.d
new file mode 100644
index 00000000000..38c344ad697
--- /dev/null
+++ b/ld/testsuite/ld-elf/nosectionheader-2.d
@@ -0,0 +1,4 @@
+#source: start.s
+#ld: -r -z nosectionheader
+#error:  -r and -z nosectionheader may not be used together
+#xfail: [uses_genelf]

                 reply	other threads:[~2023-06-29 17:36 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=20230629173629.7417E3858C31@sourceware.org \
    --to=hjl@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).