diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-05-04 23:12:19 +0000 |
---|---|---|
committer | Geoff Keating <geoffk@cygnus.com> | 2000-05-04 23:12:19 +0000 |
commit | 5a59a3a514de1e5826a6e29081e880354e57565b (patch) | |
tree | eca3812e794637682f83f31ce273ef1bf62edcc6 /ChangeLog | |
parent | 6c51aa641e389e500ac68cab32977fd9ca3e4a5c (diff) | |
download | glibc-5a59a3a514de1e5826a6e29081e880354e57565b.zip glibc-5a59a3a514de1e5826a6e29081e880354e57565b.tar.gz glibc-5a59a3a514de1e5826a6e29081e880354e57565b.tar.bz2 |
Update sysdeps/powerpc/dl-start.S.
2000-04-11 Geoff Keating <geoffk@cygnus.com>
* sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user
symbol. Call _dl_init rather than the old way.
>>>>>>> 1.3514
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-04-11 Geoff Keating <geoffk@cygnus.com> + + * sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user + symbol. Call _dl_init rather than the old way. + 2000-05-04 Ulrich Drepper <drepper@redhat.com> * elf/dl-open.c (dl_open_worker): Use l_map_start and l_map_end to @@ -1176,6 +1181,7 @@ * sysdeps/mips/dl-machine.h: Update some comments. (ELF_MACHINE_ALIGN_MASK): Removed, it's not needed. +>>>>>>> 1.3514 2000-04-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add |