[Long] Problem with ld

Ian Lance Taylor iant@google.com
Wed Jan 14 01:31:00 GMT 2009


Maciej Piechotka <uzytkownik2@gmail.com> writes:

> SECTIONS
> {
>         . = phys;
>         .setup : 

> How to force lower offset for .setup.

It should work to use . = phys + SIZEOF_HEADERS, or to link with -N.

Ian



More information about the Binutils mailing list