Index: uspace/lib/c/arch/ppc32/_link.ld.in
===================================================================
--- uspace/lib/c/arch/ppc32/_link.ld.in	(revision 7148abf7be4fb0241aed4a17a23df1ffc5c77163)
+++ uspace/lib/c/arch/ppc32/_link.ld.in	(revision 2223ceb286f93d7d54168f4adebb3fbc5f998b5e)
@@ -1,4 +1,4 @@
 STARTUP(LIBC_PATH/arch/UARCH/src/entry.o)
-ENTRY(__entry)
+ENTRY(_start)
 
 PHDRS {
Index: uspace/lib/c/arch/ppc32/src/entry.S
===================================================================
--- uspace/lib/c/arch/ppc32/src/entry.S	(revision 7148abf7be4fb0241aed4a17a23df1ffc5c77163)
+++ uspace/lib/c/arch/ppc32/src/entry.S	(revision 2223ceb286f93d7d54168f4adebb3fbc5f998b5e)
@@ -37,5 +37,5 @@
 # r6 contains the PCB pointer
 #
-SYMBOL(__entry)
+SYMBOL(_start)
 	#
 	# Create the first stack frame.
