]> granicus.if.org Git - file/commitdiff
rename the "from" tag in the auxv to "execfn".
authorChristos Zoulas <christos@zoulas.com>
Wed, 11 Nov 2015 21:20:18 +0000 (21:20 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 11 Nov 2015 21:20:18 +0000 (21:20 +0000)
src/readelf.c

index bef1488234c7120fa1505305a8f7d025e18faf01..cb4a75e4cc9e53b093b45e01461594e093151b17 100644 (file)
@@ -27,7 +27,7 @@
 #include "file.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$File: readelf.c,v 1.123 2015/10/09 14:38:47 christos Exp $")
+FILE_RCSID("@(#)$File: readelf.c,v 1.124 2015/11/05 16:58:31 christos Exp $")
 #endif
 
 #ifdef BUILTIN_ELF
@@ -945,7 +945,7 @@ do_auxv_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type,
                switch(xauxv_type) {
                case AT_LINUX_EXECFN:
                        is_string = 1;
-                       tag = "from";
+                       tag = "execfn";
                        break;
                case AT_LINUX_PLATFORM:
                        is_string = 1;