projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a968f40
)
* coffcode.h (coff_compute_section_file_positions): Set
author
Alan Modra
<amodra@gmail.com>
Fri, 26 Apr 2002 03:16:43 +0000
(
03:16
+0000)
committer
Alan Modra
<amodra@gmail.com>
Fri, 26 Apr 2002 03:16:43 +0000
(
03:16
+0000)
section_tail after shuffling section list.
bfd/ChangeLog
patch
|
blob
|
history
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 19a70477bd51a0b2e240871782629bce6a2f71e3..9aff0f9aee77ffc051a7cc1721d8770bedf9355f 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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
diff --git
a/bfd/coffcode.h
b/bfd/coffcode.h
index dad0ce52e40eb3a72cbf44f4f4317f93d1b6bad8..84269bd1ccc034500a408ca00462ca09ae62976c 100644
(file)
--- a/
bfd/coffcode.h
+++ b/
bfd/coffcode.h
@@
-3014,6
+3014,7
@@
coff_compute_section_file_positions (abfd)
else
current->target_index = target_index++;
}
+ abfd->section_tail = ¤t->next
free (section_list);
}