]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Handle DW_OP_GNU_*.
authorRoland McGrath <roland@redhat.com>
Sat, 17 Jan 2009 22:48:26 +0000 (14:48 -0800)
committerRoland McGrath <roland@redhat.com>
Sat, 17 Jan 2009 22:48:26 +0000 (14:48 -0800)
src/ChangeLog
src/expr_opcodes.h

index 844814e7b422eb1a4f3ccdd34b882eee84466f4c..0304e7f20441c78dc9b46735be65ec67de16b753 100644 (file)
@@ -1,6 +1,7 @@
 2009-01-17  Roland McGrath  <roland@redhat.com>
 
        * expr_opcodes.h: Fix DW_OP_deref entry.
+       Add DW_OP_GNU_push_tls_address, DW_OP_GNU_uninit.
 
 2009-01-17  Petr Machata  <pmachata@redhat.com>
 
index 1aaaa6441c2963677b06d1924fe83edf55e0cf15..b38f218a9b92e02270326a1ac192aab9abc1e297 100644 (file)
@@ -148,5 +148,7 @@ DEF_DW_OP (DW_OP_call2, DW_FORM_data2, 0)
 DEF_DW_OP (DW_OP_call4, DW_FORM_data4, 0)
 DEF_DW_OP (DW_OP_call_ref, DW_FORM_addr, 0)
 DEF_DW_OP (DW_OP_form_tls_address, 0, 0)
+DEF_DW_OP (DW_OP_GNU_push_tls_address, 0, 0)
 DEF_DW_OP (DW_OP_call_frame_cfa, 0, 0)
 DEF_DW_OP (DW_OP_bit_piece, DW_FORM_udata, DW_FORM_udata)
+DEF_DW_OP (DW_OP_GNU_uninit, 0, 0)