diff options
author | Roland McGrath <roland@gnu.org> | 2003-06-25 01:56:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-06-25 01:56:15 +0000 |
commit | 1775abf061fd7a1868bb7e38fad8cb0a27f443fb (patch) | |
tree | 4a231e4f173c622fc6812ca47d16343a8d55e40a /ChangeLog | |
parent | 4d4ac6ad6b1717dc09a3749b9118ff6e4558f202 (diff) | |
download | glibc-1775abf061fd7a1868bb7e38fad8cb0a27f443fb.tar glibc-1775abf061fd7a1868bb7e38fad8cb0a27f443fb.tar.gz glibc-1775abf061fd7a1868bb7e38fad8cb0a27f443fb.tar.bz2 glibc-1775abf061fd7a1868bb7e38fad8cb0a27f443fb.zip |
* sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Catch uninitialized
elements in the table instead of printing an empty name string.
2003-06-05 Roland McGrath <roland@redhat.com>
* elf/elf.h (PT_GNU_STACK): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-06-18 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Catch uninitialized + elements in the table instead of printing an empty name string. + +2003-06-05 Roland McGrath <roland@redhat.com> + + * elf/elf.h (PT_GNU_STACK): New macro. + 2003-06-24 Ulrich Drepper <drepper@redhat.com> * include/time.h: Define CLOCK_IDFIELD_SIZE. |