From 1a509dcc12769a52569c270c67356cc81739c28c Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Tue, 13 Nov 2001 20:13:30 +0000 Subject: Index: bfd/ChangeLog 2001-11-11 Geoffrey Keating * dwarf2.c (decode_line_info): Properly deal with unknown standard opcodes. Index: binutils/ChangeLog 2001-11-11 Geoffrey Keating * readelf.c (display_debug_lines): Deal with unknown standard opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin, DW_LNS_set_isa. Index: include/elf/ChangeLog 2001-11-11 Geoffrey Keating * dwarf2.h (dwarf_line_number_ops): Add DWARF 3 opcodes. --- include/elf/dwarf2.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/elf/dwarf2.h') diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h index d7c1640..a99dca7 100644 --- a/include/elf/dwarf2.h +++ b/include/elf/dwarf2.h @@ -588,7 +588,11 @@ enum dwarf_line_number_ops DW_LNS_negate_stmt = 6, DW_LNS_set_basic_block = 7, DW_LNS_const_add_pc = 8, - DW_LNS_fixed_advance_pc = 9 + DW_LNS_fixed_advance_pc = 9, + /* DWARF 3 */ + DW_LNS_set_prologue_end = 10, + DW_LNS_set_epilogue_begin = 11, + DW_LNS_set_isa = 12 }; /* Line number extended opcodes. */ -- cgit v1.1