On Thu, 2018-06-07 at 23:44 +0200, Mark Wielaard wrote: > We don't really need to setup a buffer, print into it and then print it > out to stdout. Simplify the code by directly printing the address (and > symbol name).
Pushed to master, including a description of the other little change in it: This also showed a small error in the output of DW_LLE_startx_length. It had two unintended trailing dots. diff --git a/tests/ChangeLog b/tests/ChangeLog index 587e2ac..a2adfee 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2018-06-07 Mark Wielaard <m...@klomp.org> + + * run-readelf-loc.sh: Fix expected output for startx_length. +