>I had an alternative thought. I'm assuming something about the operation of
>the linker, and that executables are loaded at fixed addresses.

It's not quite true that executables load at fixed addresses (PIC code can end 
up anywhere) but since the kernel always page-aligns them in all practical 
cases it probably doesn't make any difference.

>through the list. If my above assumption is correct, is there a problem with
>modifying the linker so that with a flag it can change its behaviour to:

The only practical problem that I can see with the idea as you've presented it 
is that it's not really acceptable for the linker to reorder input files.  
Aside from that though there is the deeper question of how far we want to bend 
the toolchain to accomodate buggy silicon.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to