]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Add support for DW_OP_GNU_parameter_ref to dwarf-opcodes.h
authorMark Wielaard <mark@klomp.org>
Fri, 6 Oct 2017 13:19:05 +0000 (15:19 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 6 Oct 2017 19:38:48 +0000 (21:38 +0200)
Signed-off-by: Djordje Todorovic <djordje.todorovic@rt-rk.com>
Signed-off-by: Mark Wielaard <mark@klomp.org>
src/dwarf-opcodes.h

index dc644d48b52f64a39c629ae4e3f0bb71eb1c3924..ffb97eb3998f037caaa5a8a2a37c54683dead5cb 100644 (file)
   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)