[Cegcc-devel] [ cegcc-Bugs-2890747 ] Wrong search dirs?

2009-11-02 Thread SourceForge.net
Bugs item #2890747, was opened at 2009-11-02 16:30 Message generated for change (Comment added) made by dannybackx You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2890747&group_id=173455 Please note that this message will contain a full copy of the commen

Re: [Cegcc-devel] fix cegcc PE bug

2009-11-02 Thread Danny Backx
On Sun, 2009-11-01 at 17:17 +0100, Vincent R. wrote: > Basically from what I understand it consists in doing the following > modifications : > > 1) Put section .edata and .idata inside .rdata > 2) Put .bss data inside .data instead of emitting a .bss section > 3) Fix IAT because value is NULL > 4)

[Cegcc-devel] [ cegcc-Bugs-2890747 ] Wrong search dirs?

2009-11-02 Thread SourceForge.net
Bugs item #2890747, was opened at 2009-11-02 15:30 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2890747&group_id=173455 Please note that this message will contain a full copy of the comment

Re: [Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-11-02 Thread Pierre Ynard
> On Fri, 2009-10-30 at 13:02 -0700, Pierre Ynard wrote: > > Yes, my fix works. But you commited something different from my fix. > > I'm not too sure about all of this, so I figured you'd know better than me > > :) > > I see a difference, don't know why this happened. Are things better > now ?