[PATCH 4/7] ld: Add a simple test for -z nosectionheader
H.J. Lu
hjl.tools@gmail.com
Sun Mar 8 23:42:39 GMT 2020
More information about the Binutils mailing list
Sun Mar 8 23:42:39 GMT 2020
- Previous message (by thread): [PATCH 3/7] readelf: Compute dynamic symbol table size from hash table
- Next message (by thread): [PATCH 5/7] binutils: Add --remove-section-header tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Kaylee Blake <klkblake@gmail.com> 2020-03-XX Kaylee Blake <klkblake@gmail.com> PR ld/25617 * testsuite/ld-elf/nosectionheader.d: New file. --- ld/testsuite/ld-elf/nosectionheader.d | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ld/testsuite/ld-elf/nosectionheader.d diff --git a/ld/testsuite/ld-elf/nosectionheader.d b/ld/testsuite/ld-elf/nosectionheader.d new file mode 100644 index 0000000000..7154e095e1 --- /dev/null +++ b/ld/testsuite/ld-elf/nosectionheader.d @@ -0,0 +1,12 @@ +#source: start.s +#ld: -z nosectionheader +#readelf: -h -S + +#... + 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. -- 2.24.1
- Previous message (by thread): [PATCH 3/7] readelf: Compute dynamic symbol table size from hash table
- Next message (by thread): [PATCH 5/7] binutils: Add --remove-section-header tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list