diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-16 18:21:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-16 18:21:36 +0000 |
commit | 36a8cf1e48eda7d925454c3882dfc34ff0b887f3 (patch) | |
tree | 1a53806676c2445f62dde8020281ea7f75396215 | |
parent | c84ce4f164961da2e6b031e009327e9b8501ffc3 (diff) | |
download | glibc-36a8cf1e48eda7d925454c3882dfc34ff0b887f3.zip glibc-36a8cf1e48eda7d925454c3882dfc34ff0b887f3.tar.gz glibc-36a8cf1e48eda7d925454c3882dfc34ff0b887f3.tar.bz2 |
Update.
2003-08-16 Alan Modra <amodra@bigpond.net.au>
* sysdeps/powerpc/powerpc64/elf/start.S: Add a nop after
__libc_start_main branch.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-08-16 Alan Modra <amodra@bigpond.net.au> + + * sysdeps/powerpc/powerpc64/elf/start.S: Add a nop after + __libc_start_main branch. + 2003-08-16 Jakub Jelinek <jakub@redhat.com>, Andreas Jaeger <aj@suse.de> |