* cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index f19c017f422fd24a7a069d4260a36fd5492d5814..98acdfb3fb81005d625f47aa26cb2f9e83c9fbf4 100644 (file)
@@ -1,5 +1,220 @@
+Mon Feb 26 14:01:13 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
+       struct/union/enum type with no elements.
+
+Sat Feb 24 11:38:58 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
+
+       * archive.c (bfd_generic_archive_p): If the first file in the
+       archive can not be recognized as an object, don't assume that this
+       is the wrong format.
+
+       * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
+       format is not bfd_object.
+       (bfd_elf_get_dt_soname): Likewise.
+
+Wed Feb 21 13:58:04 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
+       reloc.
+
+Tue Feb 20 16:22:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * bfd.c (tdata): Add netbsd_core_data.
+       * bfd-in2.h: Regenerated.
+
+Tue Feb 20 16:50:02 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * sunos.c (SUNOS_CONSTRUCTOR): Define.
+       (sunos_add_one_symbol): Don't let a symbol from a dynamic object
+       override a constructor symbol.  Set SUNOS_CONSTRUCTOR when
+       appropriate.
+
+       * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
+       to get the symbol index, matching 14 Jul 95 change.
+
+Tue Feb 20 08:26:27 1996  Fred Fish  <fnf@phydeaux.cygnus.com>
+
+       * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
+       Remove duplicate definition of gp.
+
+Mon Feb 19 12:37:41 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
+       assume that we can set the GP value and then get the same value,
+       since it won't be true if the output file is neither ELF nor
+       ECOFF.
+       * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
+       _bfd_get_gp_value here.
+       (mips_gprel_reloc): Don't assume we can set and get the GP value.
+       * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
+       mips_elf_final_gp.
+       (mips_elf_lo16_reloc): Likewise.
+       (mips_elf_final_gp): Add pgp parameter.  Set it to the GP value.
+       Don't require that the BFD be ELF.
+       (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
+       (mips_elf_gprel32_reloc): Likewise.
+       (mips_elf_relocate_section): Don't assume we can set and get the
+       GP value.
+       (mips_elf_finish_dynamic_symbol): Don't bother to use
+       _bfd_get_gp_value here.
+
+       * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
+       Don't change epdr between malloc and free.  Be careful not to free
+       NULL pointers.  Zero out the first RPDR.
+
+       * configure.host: On Linux, only pass -rpath option if $(libdir)
+       is neither /lib nor /usr/lib.  From Alan Modra
+       <alan@mullet.Levels.UniSA.Edu.Au>.
+
+       * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
+       dt_name.
+       (elf_dt_name): Rename from elf_dt_needed_name.
+       * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
+       elf_dt_needed_name.
+       (bfd_elf_get_dt_soname): New function.
+       * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
+       elf_dt_needed_name.  Save the SONAME back in elf_dt_name.
+       * bfd-in.h (bfd_elf_get_dt_soname): Declare.
+       * bfd-in2.h: Rebuild.
+
+Mon Feb 19 02:50:23 1996  Doug Evans  <dje@charmed.cygnus.com>
+
+       * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
+       _bfd_sparc_elf_reloc_type_lookup.
+       (bfd_elf32_bfd_reloc_type_lookup): Update.
+       * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
+       (sparc64_elf_howto_table): Define.
+       (sparc_reloc_map): Define.
+       (sparc64_elf_reloc_type_lookup): New function.
+       (sparc_elf_wdisp16_reloc): New function.
+       (elf_info_to_howto): Use sparc64_elf_howto_table.
+       (sparc64_elf_relocate_section): Likewise.
+       (bfd_elf64_bfd_reloc_type_lookup): Update.
+
+Sun Feb 18 15:02:25 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.host: Check for 'do not mix' from native linker before
+       trying to use -rpath.
+
+Fri Feb 16 12:46:18 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * bfd.c (_bfd_get_gp_value): New function.
+       (_bfd_set_gp_value): New function.
+       * libbfd-in.h (_bfd_get_gp_value): Declare.
+       (_bfd_set_gp_value): Declare.
+       * libbfd.h: Rebuild.
+       * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
+       _bfd_get_gp_value and _bfd_set_gp_value rather than referring
+       directly to the fields in the tdata information.
+       (alpha_relocate_section): Likewise.
+       * coff-mips.c (mips_adjust_reloc_in): Likewise.
+       (mips_gprel_reloc): Likewise.
+       (mips_relocate_section): Likewise.
+       * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
+       (mips_elf_lo16_reloc): Likewise.
+       (mips_elf_final_gp): Likewise.
+       (mips_elf_gprel16_reloc): Likewise.
+       (mips_elf_gprel32_reloc): Likewise.
+       (mips_elf_relocate_section): Likewise.
+       (mips_elf_finish_dynamic_symbol): Likewise.
+
+       * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
+
+Thu Feb 15 11:29:13 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Call AC_PROG_CC before configure.host.
+       * configure: Rebuild.
+       * configure.host: Don't set information which autoconf should
+       figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
+
+       * configure.host: Remove go32 and win32 host information, since it
+       should no longer be needed.
+
+       * elf.c (map_sections_to_segments): If we have a .dynamic section,
+       then start a new segment rather than put a writable section in a
+       readonly segment.
+
+       * configure.host: Set RPATH_ENVVAR.
+
+       * Makefile.in: Rebuild dependencies.
+
+       * elflink.c (_bfd_elf_create_linker_section): Remove unused
+       zero_section variable.
+
+Thu Feb 15 10:39:17 1996  H.J. Lu  <hjl@zoom.com>
+
+       * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
+       ($(srcdir)/libbfd.h): Rename from libbfd.h.
+       ($(srcdir)/libcoff.h): Rename from libcoff.h.
+
+Wed Feb 14 16:29:07 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
+
+       * ieee.c (ieee_write_expression): Only use an R variable for a
+       local symbol.  Don't output a zero offset.  Handle a zero address.
+       (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
+       (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
+       PCREL_OFFSET.
+       (parse_expression): Don't try to handle multiple occurrences of a
+       P variable.  Handle I variables differently from X variables.  Fix
+       the order of minus expressions.
+       (ieee_slurp_external_symbols): Generate an I variable for an NN
+       record.  Fix handling of ATI and ATX records.
+       (ieee_slurp_sections): Only set minimal section attributes.
+       Adjust them later, based on the section contents.
+       (ieee_object_p): Read in the file until just after the ME record.
+       Call ieee_slurp_section_data to set the section flags.
+       (do_one): Add iterations parameter.  Only repeat the first load
+       item.  Set the section and file reloc flags.
+       (ieee_slurp_section_data): Set section flags.  Pass iterations to
+       do_one.
+       (ieee_canonicalize_reloc): Handle I variables.
+       (do_with_relocs): Only emit relocation size when necessary.
+       Increase MAXRUN to 127.  Change ov to be assigned, and take
+       src_mask and pcrel_offset into account.
+       (ieee_write_data_part): Skip sections that are not loaded.
+       (ieee_write_external_part): Don't output optional last entry of WX
+       records.
+       (ieee_write_me_part): Make setting of me_record neater.
+       (ieee_generic_stat_arch_elt): Get the size of an archive element.
+
+       * syms.c (stt): Add entries for zerovars, vars, and code.
+
+       * elfcode.h (validate_reloc): New static function.
+       (write_relocs): Call validate_reloc for non ELF relocs.
+
+       * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
+       (TARGET_BIG_SYM): Use elf_symbol_leading_char.
+       (TARGET_LITTLE_SYM): Likewise.
+
+       * config.bfd (m68*-*-psos*): New target.
+
+Tue Feb 13 15:56:22 1996  Bryan Ford  <baford@snake.cs.utah.edu>
+
+       * i386msdos.c: Remove some #if 0 code.
+       (msdos_write_object_contents): Don't include empty sections in the
+       size computation, regardless of their address.
+
+Tue Feb 13 15:36:37 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
+       is NULL, ie, the -r switch is used.
+
 Tue Feb 13 14:35:15 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
+       (BFD_RELOC_MIPS_GOT_LO16): Define.
+       (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
+       * bfd-in2.h, libbfd.h: Rebuild.
+       * elf32-mips.c (mips_reloc_map): Map new relocs.
+
+       * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
+
+       * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
+       $(SHLINK).
+
        * ieee.c (get_symbol): Set the section to bfd_abs_section.
        (do_with_relocs): If EXEC_P is set and there are no relocs, use a
        simple number for the section address, rather than an expression.
This page took 0.025897 seconds and 4 git commands to generate.