From: Christos Zoulas Date: Wed, 11 Nov 2015 21:20:18 +0000 (+0000) Subject: rename the "from" tag in the auxv to "execfn". X-Git-Tag: FILE5_26~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9e70c212540b39ff1b48b6599345ffedf6fd1f3;p=file rename the "from" tag in the auxv to "execfn". --- diff --git a/src/readelf.c b/src/readelf.c index bef14882..cb4a75e4 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -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;