diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-03-29 15:13:53 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-29 15:13:53 -0700 |
commit | bc58236c652761240fbe52f946f4a5efdd503fab (patch) | |
tree | d79c5b44f766d8506e1d1b25e71914940e9403b8 /ChangeLog | |
parent | 8f4a5048eea6536ee85c0f2670adbb97d71e427d (diff) | |
download | glibc-bc58236c652761240fbe52f946f4a5efdd503fab.zip glibc-bc58236c652761240fbe52f946f4a5efdd503fab.tar.gz glibc-bc58236c652761240fbe52f946f4a5efdd503fab.tar.bz2 |
Handle platforms without aux vector
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-03-28 Thomas Schwinge <thomas@schwinge.name> + + * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Adapt to auxv + changes in the generic code. + * elf/rtld.c (dl_main): Conditionalize the code that dereferences auxv + to [HAVE_AUX_VECTOR]. + 2010-03-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): If |