bfd/elf.c(assign_section_numbers)

Fabio Alemagna falemagn@studenti.unina.it
Thu Feb 6 19:04:00 GMT 2003


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...



More information about the Binutils mailing list