diff options
author | Nick Clifton <nickc@redhat.com> | 2024-04-10 12:23:44 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-04-10 12:23:44 +0100 |
commit | ea83005a367456739e04b6434758e56c04e4d775 (patch) | |
tree | 24ac7b441fb4cf96d7a7b4bab24f814fe2d128e2 | |
parent | 303da223b1b7401623eaec418b22b7b80d5b16af (diff) | |
download | gdb-ea83005a367456739e04b6434758e56c04e4d775.zip gdb-ea83005a367456739e04b6434758e56c04e4d775.tar.gz gdb-ea83005a367456739e04b6434758e56c04e4d775.tar.bz2 |
readelf: Add -j/--display-section command line option.
-rw-r--r-- | binutils/testsuite/binutils-all/display-section.0 | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/display-section.r | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/display-section.0 b/binutils/testsuite/binutils-all/display-section.0 new file mode 100644 index 0000000..80d9744 --- /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 0000000..2d22bdc --- /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: +#... |