summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-07-29 01:18:26 +0000
committerRoland McGrath <roland@gnu.org>2008-07-29 01:18:26 +0000
commitbd3314aac34c4bbe00f836036bf5d96b073ab34b (patch)
tree85147a29851ecc715bc00061d68b883ec752cccf /elf
parent300ea0ad5e77c2ee345a5cc1257ea6fe13ad6554 (diff)
2008-07-28 Roland McGrath <roland@redhat.com>
* elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-sysdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-sysdep.c b/elf/dl-sysdep.c
index 1ff7a350be..622eeb626b 100644
--- a/elf/dl-sysdep.c
+++ b/elf/dl-sysdep.c
@@ -273,6 +273,7 @@ _dl_show_auxv (void)
} auxvars[] =
{
[AT_EXECFD - 2] = { "AT_EXECFD: ", dec },
+ [AT_EXECFN - 2] = { "AT_EXECFN: ", str },
[AT_PHDR - 2] = { "AT_PHDR: 0x", hex },
[AT_PHENT - 2] = { "AT_PHENT: ", dec },
[AT_PHNUM - 2] = { "AT_PHNUM: ", dec },