From: Mark Wielaard Date: Fri, 6 Oct 2017 13:19:05 +0000 (+0200) Subject: Add support for DW_OP_GNU_parameter_ref to dwarf-opcodes.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1dddf7076058650b910bb8cf8b3488dda49a293;p=thirdparty%2Felfutils.git Add support for DW_OP_GNU_parameter_ref to dwarf-opcodes.h Signed-off-by: Djordje Todorovic Signed-off-by: Mark Wielaard --- diff --git a/src/dwarf-opcodes.h b/src/dwarf-opcodes.h index dc644d48b..ffb97eb39 100644 --- a/src/dwarf-opcodes.h +++ b/src/dwarf-opcodes.h @@ -195,4 +195,5 @@ DW_OP_2 (DW_OP_GNU_regval_type, DW_FORM_udata, DW_FORM_udata) \ DW_OP_2 (DW_OP_GNU_deref_type, DW_FORM_data1, DW_FORM_udata) \ DW_OP_1 (DW_OP_GNU_convert, DW_FORM_udata) \ + DW_OP_1 (DW_OP_GNU_parameter_ref, DW_FORM_ref4) \ DW_OP_1 (DW_OP_GNU_reinterpret, DW_FORM_udata)