summaryrefslogtreecommitdiffstats
path: root/libelf/libelf.map
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2007-08-23 08:10:54 +0000
committerRoland McGrath <[email protected]>2007-08-23 08:10:54 +0000
commitcb6d865011ad98a8ac2018f072f396a2268739ca (patch)
treec497c4dacb592f9da5f5740a8b9fa8d362468079 /libelf/libelf.map
parent50c6a2f8b9621ae01c8943e80c39bc859c9d5c22 (diff)
readelf register printing sort order tweak
Diffstat (limited to 'libelf/libelf.map')
-rw-r--r--libelf/libelf.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/libelf/libelf.map b/libelf/libelf.map
index 9549c317..bc597c6f 100644
--- a/libelf/libelf.map
+++ b/libelf/libelf.map
@@ -117,3 +117,9 @@ ELFUTILS_1.2 {
global:
elf_gnu_hash;
} ELFUTILS_1.1.1;
+
+ELFUTILS_1.3 {
+ global:
+ gelf_getauxv;
+ gelf_update_auxv;
+};