[git commit future 1/1] mips/README: fix comment about file from which functions were copied

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=9988b10902de45888e8d2c9b0a678f2943264198
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 ldso/ldso/mips/README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ldso/ldso/mips/README b/ldso/ldso/mips/README
index 9ca6a86..c47109d 100644
--- a/ldso/ldso/mips/README
+++ b/ldso/ldso/mips/README
@@ -13,7 +13,7 @@ The code is taken from the function 'RTLD_START' in the file
 elfinterp.c
 -----------
 Contains the runtime resolver code taken from the function
-'__dl_runtime_resolve' in 'sysdeps/mips/dl-machine.h'. Also
+'__dl_runtime_resolve' in 'sysdeps/mips/dl-trampoline.h'. Also
 contains the function to perform relocations for objects
 other than the linker itself. The code was taken from the
 function 'elf_machine_rel' in 'sysdeps/mips/dl-machine.h'.
@@ -47,6 +47,6 @@ resolve.S
 ---------
 Contains the low-level assembly code for the dynamic runtime
 resolver. The code is taken from the assembly code function
-'_dl_runtime_resolve' in the file 'sysdeps/mips/dl-machine.h'.
+'_dl_runtime_resolve' in the file 'sysdeps/mips/dl-trampoline.h'.
 The code looks a bit different since we only need to pass the
 symbol index and the old GP register.
-- 
1.7.3.4



More information about the uClibc-cvs mailing list