From 3099ef787af6cc88b7b234937518555741ad6170 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 23 Sep 1997 23:04:37 +0000 Subject: [PATCH] * 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. PR 13139. --- bfd/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 34b6fde..7b9ba2d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Tue Sep 23 19:03:13 1997 Ian Lance Taylor + + * 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 + + * 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 * elf32-v850.c (v850_elf_check_relocs): Improve error message. -- 2.7.4