mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
Add a nop after __libc_start_main branch.
This commit is contained in:
parent
878edcefb8
commit
c84ce4f164
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user