aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-05 15:48:59 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-05 15:48:59 +0000
commit8adca5825180e18a3da5e3dce2abb36712ca3df1 (patch)
treecfbaf38cfe0952a3232301dc352b08b248ad1016 /bfd
parente303e2e3589a0aba00d43b71e5442c9ece6a59c3 (diff)
downloadgdb-8adca5825180e18a3da5e3dce2abb36712ca3df1.zip
gdb-8adca5825180e18a3da5e3dce2abb36712ca3df1.tar.gz
gdb-8adca5825180e18a3da5e3dce2abb36712ca3df1.tar.bz2
* elf32-mips.c (mips_elf_create_dynamic_sections): Clear
ELF_LINK_NON_ELF flag. (mips_elf_create_got_section): Likewise. * elf.c: Revert last change, since it breaks dynamic linking. * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg field. * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define. * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define. (elfNN_bed): Don't initialize want_hdr_in_seg field.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 13bbdd9..13a634c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,30 @@
+Mon Feb 5 10:38:27 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
+ flavour of a section with no owner.
+
+ * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
+ ELF_LINK_NON_ELF flag.
+ (mips_elf_create_got_section): Likewise.
+
+ * elf.c: Revert last change, since it breaks dynamic linking.
+ * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
+ field.
+ * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
+ * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
+ (elfNN_bed): Don't initialize want_hdr_in_seg field.
+
+Sun Feb 4 20:45:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * elf.c (assign_file_positions_for_segments): If the backend does
+ not want the elf header or the program headers in the address
+ space, do not include them in the calculations.
+
+ * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
+ function to determine if we need additional program headers.
+ (ppc_elf_modify_segment_map): Define as a NOP function for now.
+ (ppc_elf_create_linker_section): .sdata2 is a read-only section.
+
Sat Feb 3 23:00:03 1996 Ian Lance Taylor <ian@cygnus.com>
* coffcode.h: Move today's libcoff.h change into coffcode.h.