[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] shared libraries on x86-64: "unexpected reloc type 0x
From: |
shinichiro . h |
Subject: |
Re: [Tinycc-devel] shared libraries on x86-64: "unexpected reloc type 0x09" |
Date: |
Wed, 01 Apr 2009 03:55:13 +0900 |
User-agent: |
Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.2 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) |
Hi,
> Excellent! I've just tested it with the mob version (last commit
> 2009-03-21) and it worked!
Thanks for testing! I'm glad to hear that.
> For some reason I see for every linked object file the following
> (warning/error) message:
>
> new_bind=1 new_shndx=1 new_vis=0 old_bind=1 old_shndx=1 old_vis=0
> ./obj/file1.o: '__va_list_malloc' defined twice
> new_bind=1 new_shndx=1 new_vis=0 old_bind=1 old_shndx=1 old_vis=0
> ./obj/file1.o: '__va_list_free' defined twice
>
> but the resulting library seems to be (more or less - it
> certainly needs more testing) okay!
Thanks for the report. I marked this as a TODO, but I forgot it :(
Anyway, the following patch would fix:
http://repo.or.cz/w/tinycc.git?a=commit;h=6ae4229d7b692d54ed5ee8c1f24849b49d819806
Thanks,