summaryrefslogtreecommitdiff
path: root/tests/varlocs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/varlocs.c')
-rw-r--r--tests/varlocs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/varlocs.c b/tests/varlocs.c
index d2c13767..8e563fd3 100644
--- a/tests/varlocs.c
+++ b/tests/varlocs.c
@@ -251,6 +251,12 @@ print_expr (Dwarf_Attribute *attr, Dwarf_Op *expr, Dwarf_Addr addr, int depth)
printf ("%s", opname);
break;
+ case DW_OP_GNU_uninit:
+ /* No arguments. Special. It means the expression describes
+ an value which hasn't been initialized (yet). */
+ printf ("%s", opname);
+ break;
+
case DW_OP_call_frame_cfa:
/* No arguments. Special. Pushes Call Frame Address as computed
by CFI data (dwarf_cfi_addrframe will fetch that info (either from