mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
[readelf] Fix end_seq entry in -wL. Specifically stop the display of a line number and is_statement/has-view fields for the End of Sequence operator, as these have no meaning.
binutils* dwarf.c (display_debug_lines_decoded): Don't emit meaningless information in the end_sequence row. * testsuite/binutils-all/dw5.W: Update. * testsuite/binutils-all/objdump.WL: Update. gas * testsuite/gas/elf/dwarf2-11.d: Update expected output from readelf's line table decoding. * testsuite/gas/elf/dwarf2-12.d: Likewise. * testsuite/gas/elf/dwarf2-13.d: Likewise. * testsuite/gas/elf/dwarf2-14.d: Likewise. * testsuite/gas/elf/dwarf2-15.d: Likewise. * testsuite/gas/elf/dwarf2-16.d: Likewise. * testsuite/gas/elf/dwarf2-17.d: Likewise. * testsuite/gas/elf/dwarf2-18.d: Likewise. * testsuite/gas/elf/dwarf2-19.d: Likewise. * testsuite/gas/elf/dwarf2-5.d: Likewise. * testsuite/gas/elf/dwarf2-6.d: Likewise. * testsuite/gas/elf/dwarf2-7.d: Likewise.
This commit is contained in:

committed by
Nick Clifton

parent
d882c98893
commit
af2b318648
@ -350,10 +350,10 @@ CU: ./main.c:
|
||||
File name Line number Starting address View Stmt
|
||||
main.c 6 0x1234 x
|
||||
main.c 6 0x12346 x
|
||||
main.c 6 0x1234 x
|
||||
main.c - 0x1234
|
||||
|
||||
main.c 5 0x1234 x
|
||||
main.c 5 0x1234 x
|
||||
main.c 5 0x1234 x
|
||||
main.c - 0x1234
|
||||
|
||||
|
||||
|
@ -12,5 +12,5 @@ file1\.c 1 .*
|
||||
|
||||
\./dw2-decodedline\.c:\[\+\+\]
|
||||
dw2-decodedline\.c 2 .*
|
||||
dw2-decodedline\.c 2 .*
|
||||
dw2-decodedline\.c - .*
|
||||
|
||||
|
Reference in New Issue
Block a user