Re: [Tinycc-devel] x86-64 port

2008-12-10 Thread grischka
grischka wrote: I will first pull Daniel's latest changes with type-casts and then put your changes on top of it. Done. Updated CVS too. See: http://repo.or.cz/w/tinycc.git ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org

Re: [Tinycc-devel] x86-64 port

2008-12-03 Thread grischka
shinichiro.h wrote: Hi, I pushed all of my patch into mob branch. Okay, thanks. Looks good ! I will first pull Daniel's latest changes with type-casts and then put your changes on top of it. Daniel: I've checked your branch to compile gcc-2.95 and there weren't any regressions. So, good

Re: [Tinycc-devel] x86-64 port

2008-11-30 Thread grischka
shinichiro.h wrote: 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

[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