summaryrefslogtreecommitdiffstats
path: root/libdw/dwarf.h
diff options
context:
space:
mode:
authorJakub Jelinek <[email protected]>2011-05-17 17:00:14 +0200
committerMark Wielaard <[email protected]>2011-05-17 22:07:39 +0200
commit0312424b6f374dac5c72b86791745d80b38049fb (patch)
tree31d3bc3281029aca3fd23470a11724e076c22632 /libdw/dwarf.h
parent69a9b11d3e553f1217ed65a14540ff4ff16bb6ab (diff)
Add DW_OP_GNU_const_type/regval_type/deref_type/convert/reinterpret.
Diffstat (limited to 'libdw/dwarf.h')
-rw-r--r--libdw/dwarf.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libdw/dwarf.h b/libdw/dwarf.h
index c0dcbdd2..e6a83670 100644
--- a/libdw/dwarf.h
+++ b/libdw/dwarf.h
@@ -1,5 +1,5 @@
/* This file defines standard DWARF types, structures, and macros.
- Copyright (C) 2000-2010 Red Hat, Inc.
+ Copyright (C) 2000-2011 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -487,6 +487,11 @@ enum
DW_OP_GNU_encoded_addr = 0xf1,
DW_OP_GNU_implicit_pointer = 0xf2,
DW_OP_GNU_entry_value = 0xf3,
+ DW_OP_GNU_const_type = 0xf4,
+ DW_OP_GNU_regval_type = 0xf5,
+ DW_OP_GNU_deref_type = 0xf6,
+ DW_OP_GNU_convert = 0xf7,
+ DW_OP_GNU_reinterpret = 0xf9,
DW_OP_lo_user = 0xe0, /* Implementation-defined range start. */
DW_OP_hi_user = 0xff /* Implementation-defined range end. */