diff options
author | Rob Landley <rob@landley.net> | 2020-05-13 16:00:07 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-05-13 16:00:07 -0500 |
commit | f5ca2bcf2b5c46aa532a767bed08e2425a1a6fd4 (patch) | |
tree | c73523024bb123472be68186cb6bd582d810671c /tests | |
parent | 6924b38801594d45396ec9676652fe379e39994d (diff) | |
download | toybox-f5ca2bcf2b5c46aa532a767bed08e2425a1a6fd4.tar.gz |
toyonly a test binutils lies about, and add a TODO comment.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/readelf.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/readelf.test b/tests/readelf.test index a015e23a..32917b31 100755 --- a/tests/readelf.test +++ b/tests/readelf.test @@ -104,7 +104,8 @@ Program Headers: " "" "" # binutils doesn't line up the column headers for 64-bit ELF files. -NOSPACE=1 testing "-d" "readelf -dW $elf-full" " +# TODO: binutils readelf lies about trailing NULL entires binutils ld produces +NOSPACE=1 toyonly testing "-d" "readelf -dW $elf-full" " Dynamic section at offset 0xd98 contains 33 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libc.so] |