mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-10 09:59:06 +08:00

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.
16 lines
332 B
Makefile
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
|