* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.

(__dll_crt0): Only initialize _main_tls if it changes.
* fhandler_console.cc (fhandler_console::write): Fix debugging output.
This commit is contained in:
Christopher Faylor
2010-10-02 19:08:21 +00:00
parent 1da77c2678
commit f0b04035b1
3 changed files with 13 additions and 3 deletions

View File

@ -1987,7 +1987,7 @@ fhandler_console::write (const void *vsrc, size_t len)
}
}
syscall_printf ("%d = fhandler_console::write (\".20s\")", len, vsrc);
syscall_printf ("%d = fhandler_console::write (...)", len);
return len;
}