* 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.
This commit is contained in:
Ian Lance Taylor 1997-09-23 23:04:37 +00:00
parent 15cfc4ad72
commit 3099ef787a
1 changed files with 14 additions and 0 deletions

View 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.