about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-07-29 01:18:31 +0000
committerRoland McGrath <roland@gnu.org>2008-07-29 01:18:31 +0000
commit0424d007011745b5b05946fd2e1605ada8b1a28c (patch)
tree84763a915056775a96f92c8f063d69d4224ec05d
parentbd3314aac34c4bbe00f836036bf5d96b073ab34b (diff)
downloadglibc-0424d007011745b5b05946fd2e1605ada8b1a28c.tar.gz
glibc-0424d007011745b5b05946fd2e1605ada8b1a28c.tar.xz
glibc-0424d007011745b5b05946fd2e1605ada8b1a28c.zip
* elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76aafc0076..5077ca4b0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-28  Roland McGrath  <roland@redhat.com>
+
+	* elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
+
 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
 
 	* io/ftw.c (add_object): Remove inline to avoid warning.