aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-09-23 23:04:37 +0000
committerIan Lance Taylor <ian@airs.com>1997-09-23 23:04:37 +0000
commit3099ef787af6cc88b7b234937518555741ad6170 (patch)
treefaa294ccb0e31425f86466d041538db38140b5b5 /bfd
parent15cfc4ad727572189ed3751978e18dc3b6be7a34 (diff)
downloadgdb-3099ef787af6cc88b7b234937518555741ad6170.zip
gdb-3099ef787af6cc88b7b234937518555741ad6170.tar.gz
gdb-3099ef787af6cc88b7b234937518555741ad6170.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog14
1 files changed, 14 insertions, 0 deletions
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 <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.