946afd2343Fixed problems with XMM1 use on Linux/x86-64.
James Lyon
2013-04-19 18:31:24 +01:00
0e17671f72Most x86-64 tests now work; only on error in test1-3.
James Lyon
2013-04-19 15:33:16 +01:00
b961ba5396Got test1-3 working on x86-64.
James Lyon
2013-04-19 11:08:12 +01:00
55ea6d3fc1x86-64 ABI fixes.
James Lyon
2013-04-19 00:40:48 +01:00
3f1d900007Added some additional tests to abitest.c
James Lyon
2013-04-18 17:55:00 +01:00
2bbfaf436fTests in abitest.c now work on Win32.
James Lyon
2013-04-18 17:27:34 +01:00
ce5e12c2f9Added ABI compatibility tests with native compiler using libtcc.
James Lyon
2013-04-17 21:51:51 +01:00
e31579b076Fixed tests on Windows (including out-of-tree problems)
James Lyon
2013-04-17 20:32:07 +01:00
1d673cbfd6Fixed out of tree build problem on Windows.
James Lyon
2013-04-17 17:31:18 +01:00
1ef95ea342Fix building instruction wrt make/gmake
Thomas Preud'homme
2013-04-08 23:26:27 +02:00
0de6fe6c41Update README,add x86_64/arm,FreeBSD/OSX etc. Change make to gmake because make will not be gnu make in some OS like FreeBSD
Jov
2013-03-25 22:51:52 +08:00
c68af2db9dFix synchronization between data and instr caches
Thomas Preud'homme
2013-03-19 14:03:15 +01:00
6ed6a36a51Flush caches before -running program
Thomas Preud'homme
2013-02-28 16:40:18 +01:00
d9dfd9cdedFix configure script on FreeBSD
Thomas Preud'homme
2013-03-14 18:15:32 +01:00
c219a53402Update .gitignore with regards to test changes
Thomas Preud'homme
2013-03-11 22:31:59 +01:00
0ad857c80eadded CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATH
Andrew Aladjev
2013-02-19 14:47:36 +03:00
0db7f616adremove doubled prototype fix documentation about __TINYC__ define __STDC_HOSTED__ like __STDC__
Urs Janssen
2013-02-18 15:44:18 +01:00
5d6cfe855aFix GNU Hurd interpreter path
Thomas Preud'homme
2013-02-18 11:53:00 +01:00
e946c3583fAdd support for KfreeBSD 64bits
Thomas Preud'homme
2013-02-18 11:41:34 +01:00
322743eef8libtcc: tcc_define_symbol() uses strings, fix segfault
Roy
2013-02-18 08:32:03 +08:00
3ad64ffe2eDefine __STDC_HOSTED__ to a sane value
Thomas Preud'homme
2013-02-17 22:13:41 +01:00
fe64a4d005Define __STDC_HOSTED__
Thomas Preud'homme
2013-02-17 19:44:55 +01:00
0bdbd49eacadd version number to manpage avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English)
Urs Janssen
2013-02-17 00:48:51 +01:00
d5e22108a0Release TinyCC 0.9.26
Thomas Preud'homme
2013-02-14 15:56:40 +01:00
bfde339b8cfixed pasto in in 108b2876; background for the additional $CC test is: GCC_MAJOR may be set even is $CC not realy gcc (but i.e. clang, which (as of 3.1) requires an addtional CFLAG to accept the non portable (gnuisms all over the place; try to cimpile tcc with Sun^HOracle, Intel, Pathscale, ... compiler) code).
Urs Janssen
2013-02-15 13:04:39 +01:00
108b287665- don't use GCC_MAJOR to see if we're not using gcc as GCC_MAJOR might be set during configure even with --cc=notgcc as long as gcc is installed.
Urs Janssen
2013-02-15 00:53:33 +01:00
0928761257Revert "Don't search libgcc_s.so.1 on /lib64"
Thomas Preud'homme
2013-02-14 23:52:11 +01:00
c4397b2b02configure: detect ARM variants
grischka
2013-02-14 21:15:56 +01:00
b9f089fc4aDon't search libgcc_s.so.1 on /lib64
Thomas Preud'homme
2013-02-14 18:02:56 +01:00
762a43877bconfigure: pass CONFIG_xxxDIR/PATH options via commandline
grischka
2013-02-14 17:43:24 +01:00
99b801dafcAdd missing heading slash to detect /lib64 systems
Thomas Preud'homme
2013-02-14 16:56:40 +01:00
b4656f3191Add arm ABI detection in conftest.c
Thomas Preud'homme
2013-02-14 16:40:16 +01:00
b1a8233562Another attempt to "detect" multiarch
Thomas Preud'homme
2013-02-14 15:39:35 +01:00
062efe6ab8- make clang accept unportable code in libtcc1.c - add -dumpversion cmd.line opt
Urs Janssen
2013-02-14 08:24:51 +01:00