On 04.12.2007 04:03, Peter Stuge wrote:
On Tue, Dec 04, 2007 at 03:39:58AM +0100, Carl-Daniel Hailfinger wrote:
ret = execute_in_place(&archive, "normal/initram.o/segment0");
ret = execute_in_place(&archive, "normal/initram/segment0");
This seems to have snuck in from another patch?
Yes and no. I sent another patch which changes these lines in the same way, but this change made changing names necessary anyway, so I decided to incorporate that change. Btw, the "remove .o suffix during lar parsing" patch is still pending, but I feel that it may not be entirely correct from a conceptual standpoint (code-wise it is fine, though), and removing the .o suffix here is just the natural way of handling the changed compilation. It's not an object anyway.
Regards, Carl-Daniel