2008-07-28 Roland McGrath <roland@redhat.com>

* elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
This commit is contained in:
Roland McGrath 2008-07-29 01:18:26 +00:00
parent 300ea0ad5e
commit bd3314aac3

View File

@ -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 },