diff options
author | Roland McGrath <roland@redhat.com> | 2009-08-09 15:40:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-08-09 15:40:52 -0700 |
commit | ebfb6484d5e164f2b7f428a8c92d55c4083f55fd (patch) | |
tree | e017186eebddb022eb1d05dba54f2ba34fa6533a /libdw/libdw.map | |
parent | de0bef87168df49c27af8f2040bed258a9bddb61 (diff) | |
download | elfutils-ebfb6484d5e164f2b7f428a8c92d55c4083f55fd.tar.gz |
New macros for symbol versioning definitions, use them for libdw convenience wrappers just changed.
Diffstat (limited to 'libdw/libdw.map')
-rw-r--r-- | libdw/libdw.map | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libdw/libdw.map b/libdw/libdw.map index b4759baf..6fc86b34 100644 --- a/libdw/libdw.map +++ b/libdw/libdw.map @@ -209,3 +209,19 @@ ELFUTILS_0.142 { dwfl_module_dwarf_cfi; dwfl_module_eh_cfi; } ELFUTILS_0.138; + +ELFUTILS_0.143 { + global: + # Replaced ELFUTILS_0.122 versions. Both versions point to the + # same implementation, but users of the new symbol version can + # presume that they use dwarf_attr_integrate properly. + dwarf_arrayorder; + dwarf_bitoffset; + dwarf_bitsize; + dwarf_bytesize; + dwarf_decl_column; + dwarf_decl_file; + dwarf_decl_line; + dwarf_srclang; + +} ELFUTILS_0.142; |