* coffcode.h (coff_compute_section_file_positions): Set

section_tail after shuffling section list.
This commit is contained in:
Alan Modra 2002-04-26 03:16:43 +00:00
parent a968f40a51
commit eba9104496
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-04-26 Alan Modra <amodra@bigpond.net.au>
* coffcode.h (coff_compute_section_file_positions): Set
section_tail after shuffling section list.
2002-04-24 Christian Groessler <chris@groessler.org>
* coff-z8k.c (extra_case): Fix R_IMM32 relocations: The

View file

@ -3014,6 +3014,7 @@ coff_compute_section_file_positions (abfd)
else
current->target_index = target_index++;
}
abfd->section_tail = &current->next
free (section_list);
}