diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-02-02 05:14:48 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-02-02 05:15:05 -0800 |
commit | 5424d7ed94cf5a7ca24636ab9f4e6d5c353fc0d3 (patch) | |
tree | 6ea1db24d290d5fc0360d1845274f20ae800a557 /binutils/testsuite/binutils-all | |
parent | 9918bff7cf2a566aaa2036d2242a61c140652dc7 (diff) | |
download | binutils-5424d7ed94cf5a7ca24636ab9f4e6d5c353fc0d3.zip binutils-5424d7ed94cf5a7ca24636ab9f4e6d5c353fc0d3.tar.gz binutils-5424d7ed94cf5a7ca24636ab9f4e6d5c353fc0d3.tar.bz2 |
readelf: Add 'R' and 'D' to "Key to Flags:"
Add "R (retain)" and "D (mbind)" to "Key to Flags:".
PR binutils/27281
* readelf.c (process_section_headers): Add 'R' and 'D' to
"Key to Flags:".
* testsuite/binutils-all/retain1a.d: Updated.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/retain1a.d | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/retain1a.d b/binutils/testsuite/binutils-all/retain1a.d index 6397ac5..c3cdcaf 100644 --- a/binutils/testsuite/binutils-all/retain1a.d +++ b/binutils/testsuite/binutils-all/retain1a.d @@ -15,4 +15,6 @@ \[[ 0-9]+\] .bss.lsretain0.*WAR.* \[[ 0-9]+\] .bss.lsretain1.*WAR.* \[[ 0-9]+\] .data.lsretain2.*WAR.* +#... + R \(retain\), D \(mbind\), .* #pass |