Files
Alan Modra cc44342012 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.
2022-08-13 14:11:27 +09:30

16 lines
332 B
Makefile

#PROG: objcopy
#source: testranges-ia64.s
#readelf: -wR --wide
#name: unordered .debug_info references to .debug_ranges
#target: ia64-*-*
Contents of the .debug_ranges section:
Offset Begin End
00000000 00000001 00000002 ?
00000000 <End of list>
00000010 00000000 00000002 ?
00000010 <End of list>
#pass