dd72577759tccgen: initial the last member of union
yuanbin
2010-06-11 21:18:05 +08:00
6709933d78tccgen: initial last member of union
yuanbin
2010-06-11 20:28:31 +08:00
dc265feb63Fix bashims in configure and gcctestsuite.sh.
Thomas Preud'homme
2010-05-26 13:45:16 +02:00
a867f42597don't discard SHT_((PRE)INIT|FINI)_ARRAY sections
Daniel Glöckner
2010-05-15 01:26:56 +02:00
128e46f91bARM: add support for R_ARM_V4BX
Daniel Glöckner
2010-05-15 01:23:34 +02:00
20a1cba286ARM: implement rt_get_caller_pc
Daniel Glöckner
2010-05-14 14:22:32 +02:00
741841d863ARM: allow jumps > 32MB on -run
Daniel Glöckner
2010-05-14 13:07:59 +02:00
a64727ba7dappend ULL to big constants
Daniel Glöckner
2010-05-13 22:18:33 +02:00
3de023b6c6ARM: use uint32_t for opcodes
Daniel Glöckner
2010-05-13 22:17:09 +02:00
6eac6b7254Revert "tccpp: Allow local labels to start with a dot"
Daniel Glöckner
2010-05-06 21:42:37 +02:00
8eb86ab78dAdd nan, snan and inf float constants
Thomas Preud'homme
2010-05-06 02:19:00 +02:00
2220467fcfDon't load libtcc1 on arch where it doesn't exist
Thomas Preud'homme
2010-04-27 20:13:19 +02:00
a28b18fa16Link alias symbols together
Thomas Preud'homme
2010-04-26 00:46:39 +02:00
036ff17916reverse another unnecessary change -m32 is set elsewhere now.
Henry Kroll III
2010-04-29 23:52:20 -07:00
1f62f2253crecursive Makefiles should use $(MAKE), not "make" add clean: target for lib/tcc1.def
Henry Kroll III
2010-04-29 23:06:23 -07:00
c7a4e11bf1remove superfluous LIBS=. (leftover from work on --disable-statc)
Henry Kroll III
2010-04-28 16:15:19 -07:00
209caeedeeSummary of commits + added some brief comments to Makefile
Henry Kroll III
2010-04-26 23:20:35 -07:00
ac0b7d82d8don't build tcc1.def on Windows. I think the Windows build portion of the Makefile already provides their own version. If not, we can remove the check.
Henry Kroll III
2010-04-26 01:27:15 -07:00
765992396fMakefile fixup: * additional make target for lib/tcc1.def on non-win32 builds tcc1.def was formerly lib/libtcc1.a but has bee made into its own Makefile target, tcc1.def
Henry Kroll III
2010-04-25 13:34:02 -07:00
07eb850608make --enable-cross work properly on x86_64 merge more changes from Fedora spec file into Makefile I did a lot of reading on Makefiles. It should be a lot less hacked now that I got rid of my temporary cross-build script. I had to build i386-win32-tcc as 32 bit in order to use it to build the windows version of libtcc1.a and move that into lib directory. Still testing, but it does build windows fib.exe smoothly now and generates shard lib, libtcc.so.1.0 and test links against it.
Henry Kroll III
2010-04-25 00:35:25 -07:00
1a8e7d9fbbMerge branch 'mob' of ssh://repo.or.cz/srv/git/tinycc into makefile
Henry Kroll III
2010-04-25 00:32:10 -07:00
239fdf0b87remove make_libtcc1_win32.sh shell script and merge commands into Makefile
Henry Kroll III
2010-04-24 21:58:12 -07:00
eb78e94300reverse make win32 version of libtcc1.a patch
Henry Kroll III
2010-04-24 21:58:12 -07:00