]> sourceware.org Git - glibc.git/commitdiff
2008-07-28 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 29 Jul 2008 01:18:26 +0000 (01:18 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 29 Jul 2008 01:18:26 +0000 (01:18 +0000)
* elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.

elf/dl-sysdep.c

index 1ff7a350be5137b800b448abc1c05808e56e7294..622eeb626b1b3cdc639e7546c02c2cc86848f916 100644 (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 },
This page took 0.039566 seconds and 5 git commands to generate.