summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-31 21:51:32 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:35 +0200
commit949975862a4430b1d6224ec9b378fd1541baea1a (patch)
treefa702c3223862c0472dc0dcdbb349817b69e8ef9 /ldso
parent0f34bed3f407464c18e2261d12ae53e90e333d85 (diff)
mips/README: fix comment about file from which functions were copied
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/mips/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/mips/README b/ldso/ldso/mips/README
index 9ca6a869b..c47109d3d 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.