mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
* coffcode.h (coff_compute_section_file_positions): Set
section_tail after shuffling section list.
This commit is contained in:
parent
a968f40a51
commit
eba9104496
@ -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
|
||||
|
@ -3014,6 +3014,7 @@ coff_compute_section_file_positions (abfd)
|
||||
else
|
||||
current->target_index = target_index++;
|
||||
}
|
||||
abfd->section_tail = ¤t->next
|
||||
|
||||
free (section_list);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user