[Tinycc-devel] x86-64 port

2008-11-29 Thread shinichiro . h
Hi, I've worked on porting TCC for x86-64 and I'd like to send a patch. This patch is the diff from CVS head. http://shinh.skr.jp/tmp/tinycc_x86_64.patch.gz Here is the complete archive. http://shinh.skr.jp/tmp/tinycc_x86_64.tgz The status of this patch is - produces x86-64 object files and

Re: [Tinycc-devel] x86-64 port

2008-11-29 Thread Daniel Glöckner
On 30 Nov 08 05:12, shinichiro. h wrote: I've worked on porting TCC for x86-64 and I'd like to send a patch. This patch is the diff from CVS head. http://shinh.skr.jp/tmp/tinycc_x86_64.patch.gz I'd really like to see this being split. One could make one big patch for those Elf32_x - ElfW(x)

Re: [Tinycc-devel] x86-64 port

2008-11-29 Thread grischka
shinichiro.h wrote: I've worked on porting TCC for x86-64 and I'd like to send a patch. This patch is the diff from CVS head. Thanks. I think we definitely want this. Please consider to contribute to our GIT repo directly. http://repo.or.cz/w/tinycc.git You can push to the mob branch

Re: [Tinycc-devel] x86-64 port

2008-11-29 Thread shinichiro . h
Please consider to contribute to our GIT repo directly. http://repo.or.cz/w/tinycc.git Thanks for the suggestion. I pushed two patches. The first one introduces ElfW macros to encapsulate the difference between Elf32 and Elf64, and REL and RELA. The second one was just copied pieces related to