Browse Source

whitespace trim

Mike Frysinger 20 years ago
parent
commit
b5cde98b17
1 changed files with 0 additions and 5 deletions
  1. 0 5
      ldso/ldso/i386/dl-startup.h

+ 0 - 5
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
 /* Transfer control to the user's application, once the dynamic loader is
  * done.  This routine has to exit the current function, then call the
  * done.  This routine has to exit the current function, then call the
  * _dl_elf_main function.  */
  * _dl_elf_main function.  */
@@ -45,7 +44,3 @@ void PERFORM_BOOTSTRAP_RELOC(ELF_RELOC *rpnt, unsigned long *reloc_addr,
 	__asm__ volatile ("leave\n\t"						\
 	__asm__ volatile ("leave\n\t"						\
 		    "jmp *%%eax\n\t"							\
 		    "jmp *%%eax\n\t"							\
 		    : "=a" (status) :	"a" (_dl_elf_main))
 		    : "=a" (status) :	"a" (_dl_elf_main))
-
-
-
-