diff options
author | Brooks Moses <bmoses@google.com> | 2014-06-30 16:10:29 -0700 |
---|---|---|
committer | Brooks Moses <bmoses@google.com> | 2014-06-30 16:10:29 -0700 |
commit | 4ddf6cb7a611804bd725a8f049931ea330aea4ac (patch) | |
tree | 2e1035e638c8f7fde8bdffe2bf3cd4b59b8a8057 /README.google | |
parent | 007f8306a3944bdee42c0f15ac849dc8132d67f1 (diff) | |
download | glibc-4ddf6cb7a611804bd725a8f049931ea330aea4ac.zip glibc-4ddf6cb7a611804bd725a8f049931ea330aea4ac.tar.gz glibc-4ddf6cb7a611804bd725a8f049931ea330aea4ac.tar.bz2 |
For b/15780211, consolidate setting of __google_auxv into earliest possible location. (Forward-port of cl/69729332.)
Diffstat (limited to 'README.google')
-rw-r--r-- | README.google | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.google b/README.google index 775e6b8..c9c9f96 100644 --- a/README.google +++ b/README.google @@ -374,3 +374,8 @@ sysdeps/x86_64/start.S and initialize __google_auxv in __libc_csu_init instead. (ppluzhnikov, google-local) +csu/elf-init.c +elf/dl-support.c + For b/15780211, revert local change to csu/elf-init.c and move + initialization of __google_auxv earlier (in the fully-static link). + (ppluzhnikov, google-local) |