Le samedi 10 novembre 2012 16:33:33, Daniel Glöckner a écrit :
> On Wed, Nov 07, 2012 at 04:18:00PM +0100, Thomas Preud'homme wrote:
> > Le mercredi 7 novembre 2012 16:09:51, Milutin Jovanović a écrit :
> > > Other then that, looks OK to me. BTW, I did not check correctness, just
> > > reviewed the style and logic.
> > 
> > Don't worry for the correctness. GOT needs to be aligned on 4 bytes on
> > ARM so I know it's fine. I tested the code successfully on ARM and it
> > yields the correct result on my tests.
> 
> Can we assume GOT entries are aligned to 2 bytes on all architectures?

It's the case for i386, amd64 and arm EABI at least. The first patch I 
proposed only assumed that it's aligned on 2 bytes at least for arm which was 
true. But indeed, this new version assume it's the case for all architectures. 
Can c67, il or arm OABI GOT entries be byte aligned? If yes, I'll use the 
first version of the patch.

> 
>   Daniel

Best regards,

Thomas Preud'homme

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to