mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-08-27 22:40:28 -04:00
03bb9dbb2d
The saga of clean $DEBUGINFOD_PROGRESS=1 output continues. Previous code would sometimes insert a \n (a blank line) into the output stream, even if the target file was found in a cache and thus the progressfn was never called. New code sets a client flag to track this case more precisely. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>