diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-05 13:39:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-05 13:39:21 +0000 |
commit | f036f1a9bc28b0b873054034355c390a63644a09 (patch) | |
tree | 4ce6c80bfc07066ecceb88e40782d3e76330adf7 /sysdeps | |
parent | fa858214167518b935d3a42996ff34aba8a0ed37 (diff) | |
download | glibc-f036f1a9bc28b0b873054034355c390a63644a09.tar glibc-f036f1a9bc28b0b873054034355c390a63644a09.tar.gz glibc-f036f1a9bc28b0b873054034355c390a63644a09.tar.bz2 glibc-f036f1a9bc28b0b873054034355c390a63644a09.zip |
Fix typo in last change.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/arm/dl-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/dl-machine.h b/sysdeps/arm/dl-machine.h index b0f364f8ff..66ab4c6de2 100644 --- a/sysdeps/arm/dl-machine.h +++ b/sysdeps/arm/dl-machine.h @@ -315,7 +315,7 @@ _dl_start_user: .word _dl_fini(GOT) .L_STACK_END: .word __libc_stack_end(GOT) -.L_MAIN_SEARCHLIST +.L_MAIN_SEARCHLIST: .word _dl_main_searchlist(GOT) .previous\n\ "); |