Re: [Tinycc-devel] tinycc tcc.c tccelf.c

2008-05-07 Thread Cameron Villers
grischka wrote: I don't know why, but after making this function static, each of my tcc.dll and tcc.exe became smaller by 4 KB. Apparently, on some implementations of PE, data must be aligned to a 4kb page (up until recently, the Microsoft linker included an option to optimize for Windows 9x

Re: [Tinycc-devel] tinycc tcc.c tccelf.c

2008-05-06 Thread grischka
From: Shmuel Zeigerman: grischka wrote: CVSROOT: /sources/tinycc Module name: tinycc Changes by: grischka grischka 08/05/05 22:39:44 Modified files: . : tcc.c tccelf.c Log message: enable pe-output from libtcc (Shmuel Zeigerman) I'm glad to see this

[Tinycc-devel] tinycc tcc.c tccelf.c

2008-04-27 Thread grischka
CVSROOT:/sources/tinycc Module name:tinycc Changes by: grischka grischka 08/04/27 18:49:31 Modified files: . : tcc.c tccelf.c Log message: fix stabstr with linked objects CVSWeb URLs:

[Tinycc-devel] tinycc tcc.c

2008-04-27 Thread grischka
CVSROOT:/sources/tinycc Module name:tinycc Changes by: grischka grischka 08/04/27 18:50:36 Modified files: . : tcc.c Log message: fix options in C scripts after -run CVSWeb URLs:

[Tinycc-devel] tinycc tcc.c tccelf.c

2008-03-25 Thread grischka
CVSROOT:/sources/tinycc Module name:tinycc Changes by: grischka grischka 08/03/25 21:04:48 Modified files: . : tcc.c tccelf.c Log message: Add -soname linker option (Marc Andre Tanner) CVSWeb URLs:

[Tinycc-devel] tinycc tcc.c

2008-03-08 Thread grischka
CVSROOT:/sources/tinycc Module name:tinycc Changes by: grischka grischka 08/03/08 20:00:57 Modified files: . : tcc.c Log message: Enable -B option for library path on win32 CVSWeb URLs:

[Tinycc-devel] tinycc tcc.c win32/build-tcc.bat

2007-11-25 Thread grischka
CVSROOT:/sources/tinycc Module name:tinycc Changes by: grischka grischka 07/11/25 22:14:36 Modified files: . : tcc.c Added files: win32 : build-tcc.bat Log message: Some in-between fixes (See Changelog for details). CVSWeb