PR28541, unstable cie offset in the output of readelf
authorAlan Modra <amodra@gmail.com>
Fri, 5 Nov 2021 10:56:16 +0000 (21:26 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 5 Nov 2021 11:02:02 +0000 (21:32 +1030)
commitca8775833bb6af8eb4333f41e4f8672df0ead874
treebaec327f0c07ef4f4b056380ec752936df9a74ed
parent109c1107c4394f0e85fa905ecb369f40d36fbef4
PR28541, unstable cie offset in the output of readelf

Calculating "0 - pointer" can indeed result in seeming randomness as
the pointer address varies.

PR 28541
* dwarf.c (display_debug_frames): Don't print cie offset when
invalid, print "invalid" instead.  Remove now redundant warning.
binutils/dwarf.c