summaryrefslogtreecommitdiffstats
path: root/src/readelf.c
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2012-04-24 11:56:42 +0200
committerMark Wielaard <[email protected]>2012-04-24 11:56:42 +0200
commit716486d5a15bdfb528c5d011dc623fa0f6fdc2af (patch)
tree297eee82d7dcd693dfba82a82fb3c78908b32274 /src/readelf.c
parent96a52138eab04f24a86c78e8f2af9c74c2d6bfaf (diff)
readelf.c (print_ops): Add missing DW_OP_GNU operands.
DW_OP_GNU_push_tls_address, DW_OP_GNU_uinit and DW_OP_GNU_encoded_addr.
Diffstat (limited to 'src/readelf.c')
-rw-r--r--src/readelf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/readelf.c b/src/readelf.c
index b70779dd..b4e9fc86 100644
--- a/src/readelf.c
+++ b/src/readelf.c
@@ -4065,6 +4065,9 @@ print_ops (Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest,
[DW_OP_bit_piece] = "bit_piece",
[DW_OP_implicit_value] = "implicit_value",
[DW_OP_stack_value] = "stack_value",
+ [DW_OP_GNU_push_tls_address] = "GNU_push_tls_address",
+ [DW_OP_GNU_uninit] = "GNU_uninit",
+ [DW_OP_GNU_encoded_addr] = "GNU_encoded_addr",
[DW_OP_GNU_implicit_pointer] = "GNU_implicit_pointer",
[DW_OP_GNU_entry_value] = "GNU_entry_value",
[DW_OP_GNU_const_type] = "GNU_const_type",