* dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value

and DW_OP_stack_value.

	* dwarf.c (decode_location_expression): Handle DW_OP_stack_value
	and DW_OP_implicit_value.
This commit is contained in:
Jakub Jelinek
2009-07-03 08:53:50 +00:00
parent 4159214911
commit e490a1f83c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-07-03 Jakub Jelinek <jakub@redhat.com>
* dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
and DW_OP_stack_value.
2009-06-22 Alan Modra <amodra@bigpond.net.au>
* ppc.h (R_PPC_RELAX*): Define as enum.