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 fe79782..d55d2d1 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 cce4630..7048d42 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.  */