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: e_phnum > 1


"Andreas Schwab" <schwab@suse.de> wrote:

Section to Segment mapping:
 Segment Sections...
  00     .reginfo
  01     .text .reginfo .data

You probably need to configure the assembler for target mips-elf to prevent it from creating a loadable .reginfo section.

Yes, it works, thank you. Are there any doc about this ?


I have only to use --omagic option. Without this option binutils
creates two different segments, one for .data and another for .text

--
-=AV=-


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