[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] x86-64 port
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] x86-64 port |
Date: |
Sat, 29 Nov 2008 22:37:12 +0100 |
User-agent: |
Mutt/1.4.2.1i |
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) and
SHT_REL -> SHT_RELX changes and one patch for all the casts
(are all those casts on char pointers really necessary?).
I couldn't look deeper into this as I have to perform a relocation
on myself.
Daniel