This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Long] Problem with ld


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]