From: Roland McGrath Date: Thu, 22 Jan 2009 10:26:24 +0000 (-0800) Subject: dwarf.h: Add DW_OP_GNU_encoded_addr. X-Git-Tag: elfutils-0.139~6^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afdd51e683f37412c1ce4eb9dddacd5a924f98e4;p=thirdparty%2Felfutils.git dwarf.h: Add DW_OP_GNU_encoded_addr. --- diff --git a/libdw/ChangeLog b/libdw/ChangeLog index fe797822a..d55d2d1ec 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,7 @@ +2009-01-22 Roland McGrath + + * dwarf.h: Add DW_OP_GNU_encoded_addr. + 2009-01-21 Roland McGrath * Makefile.am (CLEANFILES): Renamed to ... diff --git a/libdw/dwarf.h b/libdw/dwarf.h index cce463049..7048d427c 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -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. */