mirror of git://sourceware.org/git/glibc.git
Fix typo in last change
This commit is contained in:
parent
ed4c993944
commit
7d0c5ed0fe
|
@ -92,7 +92,7 @@ _start:
|
||||||
|
|
||||||
/* Call the user's main function, and exit with its value. But
|
/* Call the user's main function, and exit with its value. But
|
||||||
let the libc call main. */
|
let the libc call main. */
|
||||||
jbsr __libc_start_main@PLT
|
jbsr __libc_start_main@PLTPC
|
||||||
#else
|
#else
|
||||||
/* Push the address of our own entry points to `.fini' and
|
/* Push the address of our own entry points to `.fini' and
|
||||||
`.init'. */
|
`.init'. */
|
||||||
|
|
Loading…
Reference in New Issue