OSDN Git Service

* coffcode.h (coff_compute_section_file_positions): Set
authorAlan Modra <amodra@bigpond.net.au>
Fri, 26 Apr 2002 03:16:43 +0000 (03:16 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Fri, 26 Apr 2002 03:16:43 +0000 (03:16 +0000)
section_tail after shuffling section list.

bfd/ChangeLog
bfd/coffcode.h

index 19a7047..9aff0f9 100644 (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
index dad0ce5..84269bd 100644 (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);
   }