diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-12 10:12:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-12 10:12:33 +0000 |
commit | 65da9563c76080002eb5018b4666220e15c9d70d (patch) | |
tree | aa4e195abac749dd64c5b12ed8dd040e689dc51c /ChangeLog | |
parent | 75aafc716bfcf989abc986c68d506e8a4f991ade (diff) | |
download | glibc-65da9563c76080002eb5018b4666220e15c9d70d.tar.gz glibc-65da9563c76080002eb5018b4666220e15c9d70d.tar.xz glibc-65da9563c76080002eb5018b4666220e15c9d70d.zip |
* elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
(_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to find the ELF header.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7489eaf59d..f0eba51b32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-09-12 Roland McGrath <roland@redhat.com> + * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn. + (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to + find the ELF header. + * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main executable if needed, in case it's actually a shared object. |