]> 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 0a683efedd1079801a86bd7a3540e62a66f59ab3..7fc9036df4ba1be7e5affa90dd94f057d23eed27 100644 (file)
@@ -27,7 +27,7 @@
 #include "file.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$File: readelf.c,v 1.124 2015/11/05 16:58:31 christos Exp $")
+FILE_RCSID("@(#)$File: readelf.c,v 1.125 2015/11/11 21:20:18 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;