diff options
Diffstat (limited to 'libc/sysdeps/linux/h8300/crt0.S')
-rw-r--r-- | libc/sysdeps/linux/h8300/crt0.S | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/sysdeps/linux/h8300/crt0.S b/libc/sysdeps/linux/h8300/crt0.S index 2fe9d0d53..a4f862797 100644 --- a/libc/sysdeps/linux/h8300/crt0.S +++ b/libc/sysdeps/linux/h8300/crt0.S @@ -22,6 +22,7 @@ Cambridge, MA 02139, USA. */ .global _start .global __exit .global atexit + .global main .h8300h .text @@ -53,11 +54,3 @@ empty_func: .set atexit,empty_func #endif - -/* Stick in a dummy reference to main(), so that if an application - * 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 - - |