This is the mail archive of the binutils@sources.redhat.com 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: bfd/elf.c(assign_section_numbers)


On Thu, 6 Feb 2003, Fabio Alemagna wrote:
> I don't think it would cause any arm if it looked like this:
>
>   if (!assign_section_numbers (abfd))
>     return FALSE;
>
>   failed = FALSE;
>   bfd_map_over_sections (abfd, elf_fake_sections, &failed);
>   if (failed)
>     return FALSE;

Hum... no, that does cause damages... on the other hand, perhaps I found
the right place myself: elf_backend_section_processing. I'm gonna try that
one...


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