From ea83005a367456739e04b6434758e56c04e4d775 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 10 Apr 2024 12:23:44 +0100 Subject: [PATCH] readelf: Add -j/--display-section command line option. --- binutils/testsuite/binutils-all/display-section.0 | 1 + binutils/testsuite/binutils-all/display-section.r | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 binutils/testsuite/binutils-all/display-section.0 create mode 100644 binutils/testsuite/binutils-all/display-section.r diff --git a/binutils/testsuite/binutils-all/display-section.0 b/binutils/testsuite/binutils-all/display-section.0 new file mode 100644 index 00000000000..80d974421c9 --- /dev/null +++ b/binutils/testsuite/binutils-all/display-section.0 @@ -0,0 +1 @@ +.*: Info: Unable to display section 0 - it has a NULL type diff --git a/binutils/testsuite/binutils-all/display-section.r b/binutils/testsuite/binutils-all/display-section.r new file mode 100644 index 00000000000..2d22bdc0a70 --- /dev/null +++ b/binutils/testsuite/binutils-all/display-section.r @@ -0,0 +1,4 @@ +.*: Warning: Section '.*' was not dumped because it does not exist + +Relocation section '.*' at offset 0x.* contains .* entries: +#... -- 2.11.4.GIT