Add a nop after __libc_start_main branch.

This commit is contained in:
Ulrich Drepper 2003-08-16 18:19:50 +00:00
parent 878edcefb8
commit c84ce4f164
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ ENTRY(_start)
/* and continue in libc-start, in glibc. */
b JUMPTARGET(BP_SYM(__libc_start_main))
/* The linker needs this nop to recognize that it's OK to call via a
TOC adjusting stub. */
nop
END(_start)