From: Eli Bendersky Date: Fri, 10 Dec 2021 14:57:26 +0000 (-0800) Subject: Rebuild readelf locally and add more instructions X-Git-Tag: v0.28~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=968929444c9b7ec29f39b9665066228183a4905a;p=pyelftools.git Rebuild readelf locally and add more instructions --- diff --git a/test/external_tools/README.txt b/test/external_tools/README.txt index 3380cce..28f031f 100644 --- a/test/external_tools/README.txt +++ b/test/external_tools/README.txt @@ -1,4 +1,8 @@ Some utilities that use libelf to create synthetic ELF files -Also, readelf picked up from a built binutils. Run it with --version to version -details. The binary is built on a 64-bit Ubuntu machine. +readelf is built as follows: + +* From binutils Git: https://sourceware.org/git/binutils-gdb.git +* Branch binutils-2_37-branch (commit cd7ce9337f2eda1ef57abbb28e207d2458e6fcda) +* configure, then make from the binutils/ directory +* Built on a 64-bit Ubuntu machine diff --git a/test/external_tools/readelf b/test/external_tools/readelf index 96f85d8..95494d5 100755 Binary files a/test/external_tools/readelf and b/test/external_tools/readelf differ