diff options
| author | James Lyon <jamesly0n@hotmail.com> | 2013-04-19 00:40:48 +0100 |
|---|---|---|
| committer | James Lyon <jamesly0n@hotmail.com> | 2013-04-19 00:46:49 +0100 |
| commit | 55ea6d3fc175b0e01e2e946ca9b319c1fbe8aa67 (patch) | |
| tree | 7f541d052ececf742853561cd1d8099635ee5ae8 /tcc.c | |
| parent | 3f1d9000071eeebe315795079c3adbe4022d6d19 (diff) | |
| download | tinycc-55ea6d3fc175b0e01e2e946ca9b319c1fbe8aa67.tar.gz tinycc-55ea6d3fc175b0e01e2e946ca9b319c1fbe8aa67.tar.bz2 | |
x86-64 ABI fixes.
abitest now passes; however test1-3 fail in init_test. All other tests
pass. I need to re-test Win32 and Linux-x86.
I've added a dummy implementation of gfunc_sret to c67-gen.c so it
should now compile, and I think it should behave as before I created
gfunc_sret.
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ static void help(void) " -Bdir use 'dir' as tcc internal library and include path\n" " -MD generate target dependencies for make\n" " -MF depfile put generated dependencies here\n" - " -norunsrc Do not compile the file which is the first argument after -run." + " -norunsrc Do not compile the file which is the first argument after -run.\n" ); } |
