* elf.c (map_sections_to_segments): Even if we are not demand
authorIan Lance Taylor <ian@airs.com>
Tue, 23 Sep 1997 23:04:37 +0000 (23:04 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 23 Sep 1997 23:04:37 +0000 (23:04 +0000)
paged, don't put a loadable section after a nonloadable section.
(assign_file_positions_for_segments): Increment the file offset
for a section with contents, even if it is not loadable.
PR 13139.

bfd/ChangeLog

index 34b6fde..7b9ba2d 100644 (file)
@@ -1,3 +1,17 @@
+Tue Sep 23 19:03:13 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * elf.c (map_sections_to_segments): Even if we are not demand
+       paged, don't put a loadable section after a nonloadable section.
+       (assign_file_positions_for_segments): Increment the file offset
+       for a section with contents, even if it is not loadable.
+
+start-sanitize-v850e
+Sun Sep 21 11:03:24 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-v850.c (v850_elf_final_link_relocate): Add return code
+       indicating that __ctbp could not be found.
+
+end-sanitize-v850e
 Thu Sep 18 15:04:57 1997  Nick Clifton  <nickc@cygnus.com>
 
        * elf32-v850.c (v850_elf_check_relocs): Improve error message.