]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarf.h: Add DW_OP_GNU_encoded_addr.
authorRoland McGrath <roland@redhat.com>
Thu, 22 Jan 2009 10:26:24 +0000 (02:26 -0800)
committerRoland McGrath <roland@redhat.com>
Thu, 22 Jan 2009 10:26:24 +0000 (02:26 -0800)
libdw/ChangeLog
libdw/dwarf.h

index fe797822afd7c7a8bf85eddf856cd9459dbb4d57..d55d2d1eccef83685f39c20aa930075f54aeab81 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-22  Roland McGrath  <roland@redhat.com>
+
+       * dwarf.h: Add DW_OP_GNU_encoded_addr.
+
 2009-01-21  Roland McGrath  <roland@redhat.com>
 
        * Makefile.am (CLEANFILES): Renamed to ...
index cce463049d49f2060dab88e96a5624aeecf4c2c3..7048d427cb7e76c64b49350d1cd51093051514e3 100644 (file)
@@ -435,6 +435,7 @@ enum
     /* GNU extensions.  */
     DW_OP_GNU_push_tls_address = 0xe0,
     DW_OP_GNU_uninit = 0xf0,
+    DW_OP_GNU_encoded_addr = 0xf1,
 
     DW_OP_lo_user = 0xe0,      /* Implementation-defined range start.  */
     DW_OP_hi_user = 0xff       /* Implementation-defined range end.  */