summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-16 02:46:50 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-16 02:46:50 +0000
commitb5cde98b174ba0a394f2f2bf3f6d04f677be6ecc (patch)
tree1eb6a2222c82408cdcb5d2642b7a4088acaa4754 /ldso/ldso/i386
parent10fb70daa46b46f347bc4d8b51e60af4b1e2977b (diff)
whitespace trim
Diffstat (limited to 'ldso/ldso/i386')
-rw-r--r--ldso/ldso/i386/dl-startup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h
index 222da9fe6..fd546491e 100644
--- a/ldso/ldso/i386/dl-startup.h
+++ b/ldso/ldso/i386/dl-startup.h
@@ -37,7 +37,6 @@ void PERFORM_BOOTSTRAP_RELOC(ELF_RELOC *rpnt, unsigned long *reloc_addr,
}
}
-
/* Transfer control to the user's application, once the dynamic loader is
* done. This routine has to exit the current function, then call the
* _dl_elf_main function. */
@@ -45,7 +44,3 @@ void PERFORM_BOOTSTRAP_RELOC(ELF_RELOC *rpnt, unsigned long *reloc_addr,
__asm__ volatile ("leave\n\t" \
"jmp *%%eax\n\t" \
: "=a" (status) : "a" (_dl_elf_main))
-
-
-
-