commit | cc44342012efbc20421fa91abd1f0c3000a2241a | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Fri Aug 12 17:48:00 2022 +0930 |
committer | Alan Modra <amodra@gmail.com> | Sat Aug 13 14:11:27 2022 +0930 |
tree | bd2481e9e2386e5b439ff2157d7aa36967d81a28 | |
parent | 31e5a3a3807e7d5b43845d0d17ddfd1a8692752c [diff] |
readelf: print 0x0 as 0, and remove trailing spaces This changes readelf output a little, removing the 0x prefix on hex output when the value is 0, except in cases where a fixed field width is shown. %#010x is not a good replacement for 0x%08x.