Fix typo in last change
authorAndreas Schwab <schwab@suse.de>
Tue, 8 Oct 2013 19:24:56 +0000 (21:24 +0200)
committerAndreas Schwab <schwab@suse.de>
Tue, 8 Oct 2013 19:25:12 +0000 (21:25 +0200)
ports/sysdeps/m68k/start.S

index 7ed96cf..c3ceee6 100644 (file)
@@ -92,7 +92,7 @@ _start:
 
        /* Call the user's main function, and exit with its value.  But
           let the libc call main.  */
-       jbsr __libc_start_main@PLT
+       jbsr __libc_start_main@PLTPC
 #else
        /* Push the address of our own entry points to `.fini' and
           `.init'.  */