diff options
| author | Petr Machata <[email protected]> | 2013-09-26 21:02:22 +0200 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2013-09-30 13:43:57 +0200 |
| commit | 0c9ae0c5515c9da3d9e11396974b6a2f0ede2543 (patch) | |
| tree | 997b882e01cec3ffbd6005c41cecdaf5075dbeca /tests | |
| parent | ab22410aed2732016c598c47102d47df659ede0c (diff) | |
Show contents NT_FILE core note in readelf
Signed-off-by: Petr Machata <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 5 | ||||
| -rwxr-xr-x | tests/run-readelf-mixed-corenote.sh | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 7e716616..622af0c9 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,10 @@ 2013-09-26 Petr Machata <[email protected]> + * run-readelf-mixed-corenote.sh: Update output of testfile71 + dump--readelf can newly decode the NT_FILE note. + +2013-09-26 Petr Machata <[email protected]> + * Makefile.am (EXTRA_DIST): Add testfile71.bz2. * run-readelf-mixed-corenote.sh: New test for this file. * testfile71.bz2: New file. diff --git a/tests/run-readelf-mixed-corenote.sh b/tests/run-readelf-mixed-corenote.sh index 8823c3ed..9a438095 100755 --- a/tests/run-readelf-mixed-corenote.sh +++ b/tests/run-readelf-mixed-corenote.sh @@ -272,6 +272,17 @@ Note segment of 1476 bytes at offset 0x430: PLATFORM: 0x7fff69fe3d29 NULL CORE 469 FILE + 10 files: + 00400000-00401000 00000000 4096 /home/petr/a.out + 00600000-00601000 00000000 4096 /home/petr/a.out + 00601000-00602000 00001000 4096 /home/petr/a.out + 3dffa00000-3dffa21000 00000000 135168 /usr/lib64/ld-2.17.so + 3dffc20000-3dffc21000 00020000 4096 /usr/lib64/ld-2.17.so + 3dffc21000-3dffc22000 00021000 4096 /usr/lib64/ld-2.17.so + 3dffe00000-3dfffb6000 00000000 1794048 /usr/lib64/libc-2.17.so + 3dfffb6000-3e001b6000 001b6000 2097152 /usr/lib64/libc-2.17.so + 3e001b6000-3e001ba000 001b6000 16384 /usr/lib64/libc-2.17.so + 3e001ba000-3e001bc000 001ba000 8192 /usr/lib64/libc-2.17.so EOF exit 0 |
