summaryrefslogtreecommitdiff
path: root/ldso/ldso/cris
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-30 03:31:31 +0000
committerEric Andersen <andersen@codepoet.org>2004-07-30 03:31:31 +0000
commit51987d4c7d42027a86c8fbedda559dde76a18a21 (patch)
treee0d9393fec675f920b4bf7913fa44877d9cc7099 /ldso/ldso/cris
parentf902d4167279e8aaa8bfc1329ca0ea52ab7147fe (diff)
Whitespace cleanup
Diffstat (limited to 'ldso/ldso/cris')
-rw-r--r--ldso/ldso/cris/resolve.S27
1 files changed, 13 insertions, 14 deletions
diff --git a/ldso/ldso/cris/resolve.S b/ldso/ldso/cris/resolve.S
index fff21382b..9d2f079fe 100644
--- a/ldso/ldso/cris/resolve.S
+++ b/ldso/ldso/cris/resolve.S
@@ -1,19 +1,18 @@
/*
- * This function is _not_ called directly. It is jumped to from PLT when
- * attempting to use a symbol that has not yet been resolved. The first
- * time a jump symbol (such as a function call inside a shared library)
- * is used (before it gets resolved) it will jump here. When we get called
- * the stack contains reloc_offset and tpnt is in MOF.
+ * This function is _not_ called directly. It is jumped to from PLT when
+ * attempting to use a symbol that has not yet been resolved. The first time a
+ * jump symbol (such as a function call inside a shared library) is used
+ * (before it gets resolved) it will jump here. When we get called the stack
+ * contains reloc_offset and tpnt is in MOF.
*
- * We save all the registers, setup R10 and R11 with the right arguments
- * then call _dl_linux_resolver(tpnt, reloc_offset). _dl_linux_resolver()
- * figures out where the jump symbol is _really_ supposed to have jumped to
- * and returns that to us. Once we have that, we overwrite tpnt with this
- * fixed up address. We then clean up after ourselves, put all the registers
- * back how we found them, then we jump to where the fixed up address, which
- * is where the jump symbol that got us here really wanted to jump to in the
- * first place.
- */
+ * We save all the registers, setup R10 and R11 with the right arguments then
+ * call _dl_linux_resolver(tpnt, reloc_offset). _dl_linux_resolver() figures
+ * out where the jump symbol is _really_ supposed to have jumped to and returns
+ * that to us. Once we have that, we overwrite tpnt with this fixed up
+ * address. We then clean up after ourselves, put all the registers back how we
+ * found them, then we jump to where the fixed up address, which is where the
+ * jump symbol that got us here really wanted to jump to in the first place.
+ */
.globl _dl_linux_resolve
.type _dl_linux_resolve,@function