diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-23 19:09:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-23 19:09:03 +0000 |
commit | 50566667587e92dcf900e2d53204d972b5650a38 (patch) | |
tree | a6f76761af913def513f7cd326f38bce6cc95eca /libc/sysdeps/linux/h8300 | |
parent | df052fadc5d95cc5312a3aff62b32993039056df (diff) |
Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>
Diffstat (limited to 'libc/sysdeps/linux/h8300')
-rw-r--r-- | libc/sysdeps/linux/h8300/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |