From 50566667587e92dcf900e2d53204d972b5650a38 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 23 May 2002 19:09:03 +0000 Subject: Several h8300 updates from Yoshinori Sato --- libc/sysdeps/linux/h8300/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/h8300') diff --git a/libc/sysdeps/linux/h8300/crt0.S b/libc/sysdeps/linux/h8300/crt0.S index 183cd819d..cbd40f317 100644 --- a/libc/sysdeps/linux/h8300/crt0.S +++ b/libc/sysdeps/linux/h8300/crt0.S @@ -58,6 +58,6 @@ empty_func: * is linking when the main() function is in a static library (.a) * we can be sure that main() actually gets linked in */ L_dummy_main_reference: - .long main + .long _main -- cgit v1.2.3