On 25.11.2007 03:57, ron minnich wrote:
> I think we're going to have to take the approach of buildroot, where
> we pull down a working gcc as part of linuxbios build.
>
> I don't like this. But I'm getting tired of the various distros breaking 
> gnubin.
>   

After spending hours looking at the generated assembly output, it seems
the problem is NOT with the compiler, but with the linker. Basically,
for XIP code, only the first function in the assembly output is
executed. With -funit-at-a-time, that was usually the function placed
last in the code. So I'm now chasing a bug either in our linker commands
or in binutils.

Regards,
Carl-Daniel

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to