about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-10-08 21:24:56 +0200
committerAndreas Schwab <schwab@suse.de>2013-10-08 21:25:12 +0200
commit7d0c5ed0fe4ea1230fd47710ff355faa125ba546 (patch)
tree21b2ed502bda7bda440aa4da6e8ac0d28aaa2ed2
parented4c99394440533818babac9b8ba602e666ded7c (diff)
downloadglibc-7d0c5ed0fe4ea1230fd47710ff355faa125ba546.tar.gz
glibc-7d0c5ed0fe4ea1230fd47710ff355faa125ba546.tar.xz
glibc-7d0c5ed0fe4ea1230fd47710ff355faa125ba546.zip
Fix typo in last change
-rw-r--r--ports/sysdeps/m68k/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/m68k/start.S b/ports/sysdeps/m68k/start.S
index 7ed96cf910..c3ceee6fa6 100644
--- a/ports/sysdeps/m68k/start.S
+++ b/ports/sysdeps/m68k/start.S
@@ -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'.  */