80b4c698c2make win32 version of libtcc1.a for cross-compiler on x86 / x86_64
Henry Kroll III
2010-04-24 13:27:56 -07:00
b0b29d8013put tcc in /usr/lib64/tcc on distros that have it
Henry Kroll III
2010-04-24 03:30:46 -07:00
2ab42855cbmake --with-selinux work with libtcc, too
Henry Kroll III
2010-04-24 03:28:54 -07:00
a4ed587f61add --disable-static option to build libtcc.so instead of libtcc.a for distros that want static libs
Henry Kroll III
2010-04-24 02:35:43 -07:00
1578322b06fix typo in configure
Henry Kroll III
2010-04-24 02:28:27 -07:00
4686236091i386-win32-tcc fails to build a valid win32 executable if built on x86_64 using --enable-cross. The easiest way to fix this is to put -m32 in the Makefile.
Henry Kroll III
2010-04-23 18:32:09 -07:00
be7e339d8aUse mmap instead of exec mem for Selinux machines. Fixes crash on Fedora.
Henry Kroll III
2010-04-20 23:40:33 -07:00
a64a6f36a0Replace malloc+strcpy by tcc_strdup in ld_load_file_list
Thomas Preud'homme
2010-04-20 22:25:16 +02:00
6525a15919Fix "already done" test in libname_to_filename()
Thomas Preud'homme
2010-04-20 16:19:54 +02:00
4d5fcfb971Delete unused vtop_saved variable in unary_type
Thomas Preud'homme
2010-04-20 16:12:41 +02:00
3ad3168125Clean changes introduced by 47abdbd
Thomas Preud'homme
2010-04-20 15:49:34 +02:00
809f489662WinCE PE subsystem
Timo VJ Lahde
2010-04-19 16:34:59 +03:00
2cb1fd6a10PE ARM: jump IAT arm code
Timo VJ Lahde
2010-04-19 15:50:22 +03:00
197a6acb30Avoid a crash with weak symbols for "make test"
Timo VJ Lähde
2010-04-05 01:08:49 +02:00
d3c432244cgenerate inc and dec for smaller code
U-UNIT1\dennis
2010-04-03 21:20:34 +03:00
27bcc8f583tinylibmaker: On error situation tempfile was not removed
unknown
2010-04-03 11:31:38 +03:00
95bc36a149tccpp: Add missing bracket in an error message
Detlef Riekenberg
2010-03-31 00:42:39 +02:00
4d05a6319dCatch array[index] with unknown sizeof(*array)
Daniel Glöckner
2010-03-15 22:37:41 +01:00
95b9a477b6weak function symbols
Manuel Simoni
2010-02-27 17:37:59 +01:00
d63ec6f20dfill got table for static linking
Ali Gholami Rudi
2010-02-04 23:08:01 +03:30
b9aeac0a64Fixed bug which prevent tcc preprocessor to ignore line number directives
Alexandre Becoulet
2010-02-01 18:08:51 +01:00
253bad7993Added patch to detect and use the paths for 64bit libraries as used by CentOS (affects X86_64 only).
Nikos Mavrogiannopoulos
2010-01-28 08:27:38 +01:00
900871ca8dDump the current token in skip(), when it's not the expected token
Detlef Riekenberg
2010-01-27 00:02:33 +01:00
62ba135228Add support for --help
Detlef Riekenberg
2010-01-26 22:58:48 +01:00
a975008ae7Add support for the __mode__ attribute
Detlef Riekenberg
2010-01-26 22:56:22 +01:00