]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
readelf.c (print_ops): Add missing DW_OP_GNU operands.
authorMark Wielaard <mjw@redhat.com>
Tue, 24 Apr 2012 09:56:42 +0000 (11:56 +0200)
committerMark Wielaard <mjw@redhat.com>
Tue, 24 Apr 2012 09:56:42 +0000 (11:56 +0200)
DW_OP_GNU_push_tls_address, DW_OP_GNU_uinit and DW_OP_GNU_encoded_addr.

src/ChangeLog
src/readelf.c

index 642df1b267b7f074e802068f8ef1dc44dd4cd365..cae5e6b30711c4aabfd3c35590d465a392c703b5 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-24  Mark Wielaard  <mjw@redhat.com>
+
+       * readelf.c (print_ops): Add DW_OP_GNU_push_tls_address,
+       DW_OP_GNU_uinit and DW_OP_GNU_encoded_addr.
+
 2012-03-28  Roland McGrath  <roland@hack.frob.com>
 
        * elflint.c (special_sections): Accept SHF_INFO_LINK for reloc sections.
index b70779dd92462a21142d3d2430e0b465e698fe7f..b4e9fc8633bcfa3231aa0ef8216f4605c48d6fed 100644 (file)
@@ -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",