* bfd-in.h (bfd_byte, reloc_howto_type): Define here, not...
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 4089456a96c9cb4a5df73064ae937d65bedace8d..63579580434fa76b301a57ae0edf2dec2fd719be 100644 (file)
@@ -1,3 +1,981 @@
+Tue Jan 17 10:52:32 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * bfd-in.h (bfd_byte, reloc_howto_type): Define here, not...
+       * reloc.c (bfd_byte, reloc_howto_type): here.
+       * Changed all occurrences of ``const struct reloc_howto_struct''
+       to be ``reloc_howto_type'' instead.
+       * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.
+
+       * opncls.c (bfd_openstreamr): New function.
+       * bfd-in2.h: Rebuilt.
+
+       * elf32-mips.c (enum reloc_type): Define new relocs used on Irix.
+       (elf_mips_howto_table): Add entries for new relocs.
+       (mips_elf_section_from_shdr): Handle SHT_MIPS_MSYM,
+       SHT_MIPS_DWARF, and SHT_MIPS_EVENTS.
+       (mips_elf_fake_sections): Handle sections named .msym, .debug_*
+       and .MIPS.events.*.
+
+       * srec.c (srec_init): Remove unused local variable i.
+
+Sat Jan 14 19:09:48 1995  Steve Chamberlain  <sac@jonny>
+
+       * archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h,
+       config.bfd, configure.in, config/w65.mt: Initial support for the W65.
+
+Sun Jan 15 13:57:45 1995  Steve Chamberlain  <sac@splat>
+
+       * opncls.c (bfd_fdopenr): Configure for WIN32.
+
+Thu Jan 12 16:30:47 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (diststuff): Include `headers'.
+
+       * sunos.c (m68k_plt_first_entry, sparc_plt_first_entry): Now
+       const.
+       * tekhex.c (digs): Ditto.
+       * elf32-i386.c (elf_i386_plt0_entry, elf_i386_plt_entry): Ditto.
+
+       * srec.c, tekhex.c: Include libiberty.h.  Delete static array
+       hex_value and replace references to it with references to
+       hex_init, hex_p, and hex_value.
+       * Makefile.in: Updated dependencies.
+
+       * archures.c (archures_init_table): Now const.
+       (bfd_arch_init): Adjusted type of local var `ptable'.
+start-sanitize-rce
+
+       * Makefile.in (ALL_MACHINES): Include cpu-rce.o.
+       (BFD32_BACKENDS): Include aout-rce.o.
+end-sanitize-rce
+start-sanitize-arc
+
+       * Makefile.in (ALL_MACHINES): Include cpu-arc.o.
+       (BFD32_BACKENDS): Include elf32-arc.o.
+end-sanitize-arc
+
+Thu Jan 12 09:33:24 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * hosts/symmetry.h:  Redefine `shared' to enable compilation
+       with the native Dynix cc compiler.
+       * i386dynix.c:  Include aoutx.h instead of using routines
+       from aout32.c.
+
+Wed Jan 11 21:31:41 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * reloc.c (reloc_howto_type): Make typedef include `const'.
+       * aout-ns32k.c, aoutx.h, bout.c, cf-m68klynx.c, coff-i386.c,
+       coff-i960.c, coff-m68k.c, cofflink.c, cpu-ns32k.c, ecoff.c,
+       elf32-hppa.c, elf32-i386.c, elf32-mips.c, elf32-sparc.c,
+       elfcode.h, libbfd-in.h, linker.c, mipsbsd.c, nlm32-ppc.c, oasys.c,
+       reloc.c, som.c: Don't use `const' in combination with
+       `reloc_howto_type'.
+start-sanitize-arc
+       * elf32-arc.c: Ditto.
+end-sanitize-arc
+       * bfd-in2.h, libbfd.h: Regenerated.
+
+       * ecoff.c (ecoff_type_to_string): Local variable `buffer1' doesn't
+       need to be static.
+
+Wed Jan 11 14:36:41 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * sunos.c (sunos_add_one_symbol): Don't core dump if a multiple
+       definition of an absolute symbol is encountered.
+
+       * linker.c (_bfd_generic_link_add_one_symbol): Ignore
+       redefinitions of an absolute symbol to the same value.
+
+Mon Jan  9 15:51:32 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (elf_link_add_object_symbols): It's reasonable for no
+       flags to be set, so don't insist otherwise.
+
+Fri Jan  6 16:39:40 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (elf_slurp_symbol_table): Don't set BSF_GLOBAL for an
+       undefined or common symbol.
+       (elf_link_add_object_symbols): Likewise.
+
+Wed Jan  4 14:14:05 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * som.c (bfd_section_from_som_symbol): Only return sections which
+       correspond to subspaces.
+
+       * som.c (som_begin_writing): Don't forget to bump the
+       total_subspaces when writing the unloadable subspaces.
+
+Wed Dec 28 20:54:47 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * som.c (som_write_fixups): Use SEC_HAS_CONTENTS to identify
+       bss-like sections.
+       (som_get_section_contents): Likewise.
+       (som_set_section_contents): Likewise.
+
+Tue Dec 27 14:03:47 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * som.c (setup_sections): Turn off SEC_HAS_CONTENTS for bss-like
+       sections.
+
+Tue Dec 20 15:30:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * coffgen.c (bfd_debug_section): Deleted.
+       (coff_section_from_bfd_index): Return absolute section for debug
+       symbol.
+       (coff_write_symbol): Set BSF_DEBUGGING for C_FILE symbols.  If
+       BSF_DEBUGGING is set, set section to N_DEBUG.
+       (coff_bfd_make_debug_symbol): Use absolute section.
+
+       * elfcode.h (assign_file_positions_except_relocs): In assertion,
+       force all values to the same type.
+
+Tue Dec 20 11:11:58 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * coff-h8300.c (howto_table): All relocs get a special function.
+       (special): Never do anything when linking -r.
+
+Tue Dec 20 13:58:01 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * i386linux.c (linux_add_one_symbol): Don't do anything Linux
+       specific if this is not a Linux hash table.  From Eric Youngdale
+       <eric@aib.com>.
+
+       Patches from kkojima@mix.or.jp (Kazumoto Kojima):
+       * mipsbsd.c (mips_howto_table_ext): Change sizes of memory relocs
+       apply to from two bytes to four bytes.
+       * MY(reloc_howto_type_lookup): Handle BFD_RELOC_CTOR.
+
+       * elf32-i386.c (elf_i386_relocate_section): Correct and expand the
+       list of cases for which relocation need not be computed.
+       * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
+
+start-sanitize-arc
+Tue Dec 20 09:01:01 1994  Doug Evans  <dje@canuck.cygnus.com>
+
+       * elf32-arc.c (elf_arc_howto_table, R_ARC_B22_PCREL): Value is
+       right-shifted 2 bits.  Fix dst_mask.
+end-sanitize-arc
+
+Mon Dec 19 23:09:16 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * elf32-hppa.c (elf32_hppa_read_symext_info): Delete do_locals and
+       do_globals arguments, always read symbol extension information for
+       globals and locals.  All callers changed.
+       (elf32_hppa_size_stubs): Rework to only read symbol extension
+       information once for each input bfd.  10% improvement in linker
+       performance.
+
+Fri Dec 16 12:28:46 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (elf_section_from_bfd_section): Check
+       bfd_is_abs_section, etc., only after checking for the section in
+       the BFD and after calling the backend routine.
+
+Wed Dec 14 20:21:58 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (elf_map_symbols): Only use section symbols whose
+       value is the start of the section, checking output_offset when
+       using output_section.  When creating a new symbol, set the value
+       to 0, since BFD symbol values are section relative.
+
+Tue Dec 13 13:31:06 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * cpu-z8k.c (arch_info_struct): Make z8002 the default
+       architecture.
+
+Fri Dec  9 12:43:05 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (elf_bfd_link_add_symbols): If the first object in the
+       archive is not an ELF object, pass the archive to the add_symbols
+       entry point appropriate for the first object.  From Eric Youngdale
+       <eric@aib.com>.
+       * aoutx.h (NAME(aout,link_add_symbols)): Similar change if the
+       first object is not an a.out object.
+
+       * elf32-i386.c (elf_i386_relocate_section): Don't compute
+       relocation in cases where we won't use it.
+       * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
+
+Thu Dec  8 14:19:41 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * pc532-mach.c (NAME): Define to use ns32kaout prefix.
+       * ns32knetbsd.c (NAME): Ditto.
+       (ns32kaout_32_get_section_contents): Define to standard aout-32
+       version.
+
+Fri Dec  2 13:56:49 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
+
+       * coff-mips.c (mips_read_relocs): New static function, broken out
+       of mips_relax_section.
+       (mips_relax_section): Call mips_read_relocs.
+       (bfd_mips_ecoff_create_embedded_relocs): New function.
+       * bfd-in.h (bfd_mnips_ecoff_create_embedded_relocs): Declare.
+       * bfd-in2.h: Rebuild.
+
+Wed Nov 30 14:12:55 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * coff-sh.c: Use _bfd_dummy_target instead of no_archive.
+
+start-sanitize-arc
+Tue Nov 29 17:14:21 1994  Doug Evans  <dje@canuck.cygnus.com>
+
+       * archures.c: Initial support for the ARC.
+       * reloc.c, targets.c, config.bfd, configure.in, elfcode.h: Likewise.
+       * bfd-in2.h: Regenerated.
+       * libbfd.h: Likewise.
+       * config/arc-elf.mt: New file.
+end-sanitize-arc
+
+Tue Nov 29 14:00:19 1994  J.T. Conklin  <jtc@.rtl.cygnus.com>
+
+       * config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
+       * configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host.
+
+Mon Nov 28 15:36:04 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * config/m68k-nbsd.mt (DEFAULT_VECTOR): set to m68knetbsd_vec.
+       * Makefile.in: Rebuilt dependancies.
+         (CFILES): Added m68knetbsd.c.
+         (HFILES): Added netbsd.h.
+
+Wed Nov 23 19:21:41 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * coff-sh.c (shlcoff_vec): New target vector.
+       (no_archive): New function.
+       * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Handle
+       little endian SH.
+       * configure.in: Handle shl.
+       * targets.c (bfd_target_vector): Add shlcoff_vec.
+       * config/sh-coff.mt (SELECT_VECS): Handle shl_coff_vec.
+
+Wed Nov 23 10:50:13 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * elfcode.h (write_relocs): Do not subtract the section's vma from
+       the reloc's offset when writing .o's.  Instead add the section's
+       vma to the reloc's offset when writing an executable or shared
+       library.
+
+Tue Nov 22 23:34:37 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Do not add
+       input_section->vma to the relocation's offset.
+
+Mon Nov 21 12:37:25 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * srec.c (srec_get_reloc_upper_bound): Define.
+       (srec_canonicalize_reloc): Define.
+       (srec_bfd_reloc_type_lookup): Define.
+       (srec_vec, symbolsrec_vec): Use BFD_JUMP_TABLE_RELOCS (srec).
+
+Sat Nov 19 03:10:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * configure.host (i[345]86-*-solaris*):  Use solaris2 to
+       enable extraction of procfs info from core file for GDB.
+
+Thu Nov 17 17:37:39 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * reloc.c (bfd_reloc_code_type): Add new value BFD_RELOC_12_PCREL.
+       * bfd-in2.h, libbfd.h: Rebuilt.
+
+Thu Nov 17 13:12:08 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * bfd/elf32-hppa.c (elf32_hppa_bfd_final_link_relocated): Use the
+       vma from the output_section containing $global$ when computing
+       global_vlaue.
+
+Thu Nov 17 14:29:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * archive.c (_bfd_write_archive_contents): Round up the archive
+       header size of the extended name table to an even number.
+
+Wed Nov 16 16:08:06 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * coff-sh.c: Deleted some code that was commented out or inside
+       "#if 0".
+       (COFF_LONG_FILENAMES): Define.
+
+       * cpu-sh.c (arch_info_struct): Convert name to lowercase, for
+       consistency with other architectures.
+
+Sat Nov 12 23:50:10 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * elfcode.h (elf_export_symbol): Also export symbols which are
+       referenced by a regular file.
+
+Fri Nov 11 14:29:31 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add
+       export_dynamic argument, and handle it.
+       (elf_export_symbol): New function.
+       * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
+       (bfd_elf64_size_dynamic_sections): Update declaration.
+       * bfd-in2.h: Rebuild.
+
+Fri Nov 11 10:35:33 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * hpux-core.c (hpux_core_struct): Delete handles for the
+       data, reg and stack sections.  They're never used.  Delete
+       accessor macros.
+       (make_bfd_asection): Use bfd_make_section_anyway since debugging
+       cores from dynamic executables may have several sections with the
+       same logical name.
+       (hpux_core_core_file_p): Don't save handles to data, reg and
+       stack sections.  Handle CORE_TEXT, CORE_MMF and CORE_SHM.
+
+Tue Nov  8 13:03:30 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * bout.c (callj_callback): Add new argument shrinking.  Change all
+       callers.  Handle relocs against section symbols correctly.  If not
+       shrinking, don't subtract out dstidx; the subtraction is already
+       in the object file.
+
+Sun Nov  6 12:52:00 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * som.h: Conditionally include <shl.h> and <dl.h>.
+
+Thu Nov  3 18:19:13 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (ALL_MACHINES): Include m68knetbsd.o.
+
+       * config/i386linux.mh (EXTRALIBS): Include -lm.
+
+       Patches from DJ Delorie:
+       * coff-go32.c: Replacement file, uses coff-i386.c with minor
+       changes.
+       * coff-i386.c (TARGET_UNDERSCORE): allow other files to override
+       underscore also
+       * makefile.dos: del ctor.o, add cofflink.o and elf32.o
+
+       * aoutx.h (adjust_o_magic): If user set data section vma, use it
+       to determine the default bss vma.  Patch from Takada Hiroaki,
+       hiro@is.s.u-tokyo.ac.jp.
+       (machine_type, case bfd_arch_vax): Set *unknown to false.  Patch
+       from John David Anglin <dave@hiauly1.hia.nrc.ca>.
+
+       * configure.in (tb): Rename ns32knetbsd_vec to pc532netbsd_vec,
+       since that's what it's called.
+
+Wed Nov  2 15:24:51 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * archive.c (normalize): Change to take a BFD as an argument.
+       Change VMS version to use bfd_alloc rather than malloc, so that we
+       don't lose the memory forever.
+       (_bfd_construct_extended_name_table): Check the name of an archive
+       entry which is not being extended, and correct it if it is wrong.
+       This is necessary in case the archive was constructed by another
+       program which put an entry in the extended name table which we
+       don't plan to put in ourselves.  From jjc@jclark.com (James
+       Clark).
+       (bfd_dont_truncate_arname): Check return value of normalize.
+
+Mon Oct 31 14:19:08 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elf32-hppa.c (ELF32_PARISC_SX_SIZE): Define.
+       (ELF32_PARISC_SX_GET, ELF32_PARISC_SX_PUT): Define.
+       (symextn_entry): Don't define.
+       (symext_chain_size): Change type to bfd_size_type.
+       (symextn_contents): Change type to bfd_byte *.
+       (elf32_hppa_backend_begin_write_processing): Use
+       ELF32_PARISC_SX_SIZE instead of sizeof (symext_entryS).
+       (elf32_hppa_size_symext): Likewise.  Also, change type of sizep to
+       bfd_size_type *.
+       (elf_hppa_tc_make_sections): Cast symextn_contents assignment to
+       bfd_byte *.  Use ELF32_PARISC_SX_PUT instead of direct assignment.
+       (elf32_hppa_backend_symbol_table_processing): Use
+       ELF32_PARISC_SX_SIZE instead of sizeof (symext_entryS).  Use
+       ELF32_PARISC_SX_GET insetad of direct assignment.
+       (elf32_hppa_read_symext_info): Change type of contents, and its
+       assignment cast, to bfd_byte *.  Use ELF32_PARISC_SX_SIZE instead
+       of sizeof (symextn_entry).  Use symext_entryS instead of
+       symextn_entry.  Use ELF32_PARISC_SX_GET instead of direct
+       assignment.
+
+       * archive.c (bfd_dont_truncate_arname): Add the ar padding
+       character, if there is room for it, even if the name is the
+       maximum length.
+
+       * elfcode.h (assign_file_positions_except_relocs): Sort the ELF
+       headers by section address when assigning file positions.
+       (elf_sort_hdrs): New static function.
+
+Sun Oct 30 18:56:58 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INIT
+       and DT_FINI dynamic entries based on the existence of _init and
+       _fini symbols, not on the .init and .fini sections.  This is
+       compatible with some SVR4 linkers.
+       (elf_bfd_final_link): Corresponding change.
+
+Sat Oct 29 12:18:10 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't move a
+       symbol with a PLT entry into the .plt section if it is defined in
+       a regular file.
+       * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
+
+       * linker.c (_bfd_generic_link_add_archive_symbols): It's not an
+       error if an empty archive has no symbol table.
+       * ecoff.c (ecoff_link_add_archive_symbols): Likewise.
+       * elfcode.h (elf_link_add_archive_symbols): Likewise.
+
+Fri Oct 28 10:08:41 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
+
+        NetBSD/m68k support, based on work by mikeb@snow.datametrics.com: 
+       * config.bfd (m68*-*-netbsd*): Use m68k-nbsd as bfd_name.
+       * configure.in (m68knetbsd_vec): Added.
+       * targets.c (bfd_m68knetbsd_vec): Added.
+       * hosts/m68knbsd.h, config/m68k-nbsd.mt, m68knetbsd.c: New files.
+       * Makefile.in (BFD32_BACKENDS, CFILES): Add m68knetbsd.c.
+
+       miscellaneous cleanup required by all netbsd targets, based on work 
+       by Andrew Cagney <cagney@highland.com.au>:
+       * netbsd.h (N_MAGIC, N_SET_MAGIC, N_GETMAGIC, N_GETMAGIC2, N_TXTADDR,
+         N_TXTOFF, N_ALIGN, N_DATADDR, N_DATOFF): Removed.  Generic a.out
+         definitions work.
+       * i386nbsd.c, ns32knbsd.c, sparcnbsd.c (__LDPGSZ): Removed.
+         (MY(write_object_contents)): Use NetBSD's magic numbers
+
+Thu Oct 27 16:59:52 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * libelf.h (struct bfd_elf_section_data): Add field dynindx.
+       * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Don't finalize
+       the .dynsym, .dynstr or .hash sections until after the backend
+       size_dynamic_sections routine, so that it can add dynamic symbols
+       if it wants to.
+       * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't define the
+       symbol to be in the .plt section when generating a shared library
+       if it is a defined symbol.
+       * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
+       (elf32_sparc_size_dynamic_sections): When generating a shared
+       library, allocate space for a dynamic symbol for each output
+       section, storing the index in the dynindx field of the ELF section
+       data.  Adjust the other dynindx fields to account for this.
+       (elf32_sparc_adjust_dynindx): New static function.
+       (elf32_sparc_relocate_section): When copying a reloc into a shared
+       library, use the original addend as appropriate.  Convert an
+       R_SPARC_32 reloc into an R_SPARC_RELATIVE reloc.  Use the dynamic
+       symbol index of the output section, not the normal symbol index.
+       (elf32_sparc_finish_dynamic_sections): Don't die if a section does
+       not exist when setting the value of the dynamic tags.  Write out
+       a dynamic symbol for each output section.
+
+Wed Oct 26 01:15:51 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * aoutx.h (aout_link_input_section): Don't bother to read or write
+       the relocs if there aren't any.
+
+Tue Oct 25 11:44:38 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * Makefile.in (ALL_MACHINES): Add tekhex.o.
+       * targets.c (bfd_target_vector): If SELECT_VECS is not defined,
+       include tekhex_vec.
+       * tekhex.c (NIBBLE, ISHEX): Cast array arguments to unsigned char.
+       (getvalue, getsym, out): Likewise.
+       (find_chunk): Remove unused variable s.
+       (first_phase): Remove unused variable s.
+       (pass_over): Remove unused variable address.
+       (tekhex_object_p): Remove unused variable section.
+       (move_section_contents): Change return type from boolean to void.
+       (tekhex_write_object_contents): Remove unused variables tdata and
+       list.
+
+       * linker.c (enum link_action): Add CIND.
+       (link_action): Change COMMON_ROW\indr from MDEF to CREF.  Change
+       INDR_ROW\common from MDEF to CIND.
+       (_bfd_generic_link_add_one_symbol): In CREF case, handle an
+       existing symbol which is indirect rather than defined.  Add new
+       CIND case.
+
+Mon Oct 24 15:33:16 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       Change S-record backend to use multiple sections to handle gaps in
+       file.
+       * srec.c (srec_data_list_struct): Move field next from last place
+       to first.  Change type of data to bfd_byte *.
+       (struct srec_symbol): Define.
+       (tdata_type): Remove done_symbol_read, count, strings, symbol_idx,
+       string_size, string_idx.  Change type of symbols to struct
+       srec_symbol *.  Add symtail and csymbols.
+       (low, high): Remove.
+       (size_symbols, fillup_symbols, size_srec, fillup): Remove.
+       (white, skipwhite, pass_over, object_p): Remove.
+       (srec_mkobject): Call srec_init.  Adjust tdata initialization for
+       field changes.
+       (srec_get_byte, srec_bad_byte): New static functions.
+       (srec_new_symbol, srec_scan): New static functions.
+       (srec_object_p): Change type of b to bfd_byte.  Explicitly set
+       wrong_format error.  Call srec_mkobject and srec_scan instead of
+       object_p.
+       (symbolsrec_object_p): Likewise.  Also, change b to be only two
+       bytes.
+       (srec_read_section): New static function.
+       (srec_get_section_contents): Call srec_read_section rather than
+       pass_over.  Handle zero length section correctly.
+       (set_set_arch_mach): Change from function to macro.
+       (srec_set_section_contents): Change data to bfd_byte *.
+       (srec_write_record): Change data, end and src to bfd_byte *.
+       (srec_write_header): Change buffer and dst to bfd_byte *.
+       (srec_write_section): Change location to bfd_byte *.
+       (srec_write_terminator): Change buffer to bfd_byte *.
+       (srec_get_symtab_upper_bound): Don't call
+       srec_get_section_contents.
+       (srec_get_symtab): Rewrite.
+
+       * ecoff.c (ecoff_set_symbol_info): Set udata.i to 0, not NULL.
+
+Fri Oct 21 16:43:13 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * libaout.h (machine_type): added M_68K_NETBSD and M_SPARC_NETBSD.
+       * i386netbsd.c, ns32knetbsd.c, sparcnetbsd.c: removed RCS Id's.
+         changed how PAGE_SIZE and SEGMENT_SIZE are defined so they are
+         consistant with each other.
+       * netbsd.h (N_HEADER_IN_TEXT, TEXT_START_ADDR): NetBSD fits its
+         header into the start of its text segment.
+
+Fri Oct 21 17:13:07 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add case for
+       _construct_extended_name_table.
+       (bfd_target): Add _bfd_construct_extended_name_table.
+       * archive.c (_bfd_archive_bsd_construct_extended_name_table): New
+       function.
+       (_bfd_archive_coff_construct_extended_name_table): New function.
+       (_bfd_construct_extended_name_table): Renamed by adding a leading
+       underscore, and made externally visible.  Added trailing_slash
+       argument, and used it instead of elf_style.  Changed type of
+       tablen to bfd_size_type *.
+       (_bfd_write_archive_contents): Use BFD_SEND to call
+       construct_extended_name_table.  Use the returned name.
+       * libbfd-in.h (_bfd_construct_extended_name_table): Declare.
+       (_bfd_noarchive_construct_extended_name_table): Define.
+       (_bfd_archive_bsd_construct_extended_name_table): Declare.
+       (_bfd_archive_coff_construct_extended_name_table): Declare.
+       * bfd-in2.h: Rebuild.
+       * libbfd.h: Rebuild.
+       * som.c (som_construct_extended_name_table): New static function.
+       * aout-target.h (MY_construct_extended_name_table): Define.
+       * coff-rs6000.c (rs6000coff_construct_extended_name_table):
+       Define.
+       * ieee.c (ieee_construct_extended_name_table): Define.
+       * libecoff.h (_bfd_ecoff_construct_extended_name_table): Define.
+       * oasys.c (oasys_construct_extended_name_table): Define.
+
+       Fix the ELF linker to not require an interpreter if no dynamic
+       objects were seen, even when linking PIC code.
+       * libelf.h (ELF_LINK_HASH_NEEDS_PLT): Define.
+       (struct elf_link_hash_table): Add field dynamic_sections_created.
+       * elfcode.h (elf_link_record_dynamic_symbol): Create dynstr if it
+       doesn't already exist.
+       (elf_link_add_object_symbols): Create dynamic sections based on
+       dynamic_sections_created field, not dynobj field.  Don't bother to
+       set dynobj.
+       (elf_link_create_dynamic_sections): If dynamic sections were
+       already created, don't do anything.  If dynobj is already set, use
+       it; otherwise, set it to the bfd argument.  Don't initialize
+       dynsymcount.  Only create dynstr if it does not exist.  Set
+       dynamic_sections_created to true.
+       (NAME(bfd_elf,size_dynamic_sections)): Skip most of this function
+       if no dynamic objects were seen.
+       (elf_adjust_dynamic_symbol): If a symbol has the
+       ELF_LINK_HASH_NEEDS_PLT flag set, let the backend adjust it.
+       (elf_bfd_final_link): Change most decisions based on dynobj to
+       check dynamic_sections_created instead.
+       (elf_link_output_extsym): Only handle dynamic symbols if a dynamic
+       object was seen.
+       * elf.c (_bfd_elf_link_hash_table_init): Initialize new field
+       dynamic_sections_created.  Set dynsymcount to 1, not 0.
+       * elf32-i386.c (elf_i386_create_dynamic_sections): Call
+       elf_i386_create_got_section rather than creating the .got and
+       .got.plt sections.
+       (elf_i386_create_got_section): New static function.
+       (elf_i386_check_relocs): Just call elf_i386_create_got_section if
+       a GOT table is needed, not bfd_elf32_link_create_dynamic_sections.
+       Only create the .rel.got section, and only make space for a reloc,
+       for a global symbol or when generating a shared object.  For a
+       R_386_PLT32 reloc, just set the ELF_LINK_HASH_NEEDS_PLT flag.
+       (elf_i386_adjust_dynamic_symbol): Rework initial assertion to
+       permit ELF_LINK_HASH_NEEDS_PLT non dynamic symbols.  Create a
+       procedure linkage table entry for such symbols.  But, if no
+       dynamic objects were seen, never create a PLT entry.
+       (elf_i386_size_dynamic_sections): If no dynamic objects were seen,
+       skip most of this function, and force the size of the .rel.got
+       section to zero.
+       (elf_i386_relocate_section): For a R_386_GOT32 reloc against a global
+       symbol when no dynamic object was seen, initialize the contents of
+       the .got section.  For a R_386_GOT32 against a local symbol, only
+       create a R_386_RELATIVE reloc when generating a shared object.
+       Treat a R_386_PLT32 reloc against a symbol for which we did not
+       create a PLT entry as a R_386_PC32 reloc.
+       (elf_i386_finish_dynamic_sections): Only fiddle with the dynamic
+       entries and the PLT if we saw a dynamic object.
+       * elf32-sparc.c (elf_sparc_howto_table): Fix R_SPARC_PC22 by
+       setting rightshift to 10.  Fix R_SPARC_WPLT20 by setting
+       rightshift to 2, size to 2, bitsize to 30, and dst_mask to
+       0x3fffffff.
+       (elf32_sparc_create_dynamic_sections): Don't set the size of the
+       .plt section.  Call elf32_sparc_create_got_section rather than
+       creating the .got section.
+       (elf32_sparc_check_relocs): Call elf32_sparc_create_got_section if
+       a GOT table is needed, not bfd_elf32_link_create_dynamic_sections.
+       Only create the .rela.got section, and only make space for a
+       reloc, for a global symbol or when generating a shared object.
+       Set the alignment of the .rela.got section to 2.  For a
+       R_SPARC_WPLT30 reloc, just set the ELF_LINK_HASH_NEEDS_PLT flag.
+       (elf32_sparc_adjust_dynamic_symbol): Rework initial assertion to
+       permit ELF_LINK_HASH_NEDS_PLT non dynamic symbols.  Create a
+       procedure linkage table for such symbols.  But, if no dynamic
+       objects were seen, never create a PLT entry.  Initialize the size
+       of the .plt section.
+       (elf32_sparc_size_dynamic_sections): If no dynamic objects were
+       seen, skip most of this function, and force the size of the
+       .rela.got section to zero.  Strip empty reloc sections, and strip
+       an empty .plt section.
+       (elf32_sparc_relocate_section): For a GOT reloc against a global
+       symbol when no dynamic object was seen, initialize the contents of
+       the .got section.  For a GOT reloc against a local symbol, only
+       create a R_SPARC_RELATIVE reloc when generating a shared object.
+       Treat a R_SPARC_WPLT30 reloc against a symbol for which we did not
+       create a PLT entry as a R_SPARC_WDISP30 reloc.
+       (elf32_sparc_finish_dynamic_sections): Only fiddle with the
+       dynamic entries and the PLT if we saw a dynamic object.
+
+Thu Oct 20 13:28:45 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * elfcode.h (elf_map_symbols): Don't worry about section symbols
+       in a section not owned by any BFD.
+       (elf_section_from_bfd_section): Separate out loop which calls
+       backend routine.  Check bfd_section and call the backend routine
+       even for a section not owned by any BFD.
+       * elf32-mips.c (mips_elf_section_from_bfd_section): Handle
+       .acommon section.
+
+Wed Oct 19 13:28:29 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * coffgen.c (coff_print_symbol): Make names for section number and
+       storage class slightly more verbose.  It's not clear how many
+       characters I can justify using up, but before this change they
+       both were abbreviated "sc" which is (IMHO) clearly unacceptable.
+
+Wed Oct 19 01:26:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * binary.c (binary_set_section_contents): Set the base file
+       position from the lowest section VMA, not the start address.
+
+       * aoutx.h (NAME(aout,slurp_symbol_table)): Don't return an error
+       if there are no symbols.
+       * coffgen.c (coff_get_normalized_symtab): Likewise.
+       * hp300hpux.c (MY(slurp_symbol_table)): Likewise.
+
+Tue Oct 18 12:56:43 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * aout-target.h (MY_bfd_copy_private_section_data): Only copy
+       subformat to another bfd_target_aout_flavour file.
+
+       * binary.c: New file for raw binary output format.
+       * Makefile.in (BFD_LIBS): Add binary.o.
+       (CFILES): Add binary.c.
+       * targets.c (binary_vec): Declare.
+       (bfd_target_vector): Include binary_vec.
+
+       * srec.c (tdata_type): Add field tail.
+       (srec_mkobject): Initialize tail.
+       (srec_set_section_contents): Sort S record list by address.
+
+Mon Oct 17 11:38:16 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (elf_map_symbols): Sort the symbols into a new array,
+       rather than messing with Elf_Sym_Extra.  Store the symbol index in
+       the udata.i field.
+       (swap_out_syms): Use outbound_syms as a pointer rather than as an
+       array.  Don't worry about elf_sym_num.
+       * libelf.h (struct elf_sym_extra): Don't define.
+       (Elf_Sym_Extra): Don't define.
+       (struct elf_obj_tdata): Remove sym_extra field.
+       (elf_sym_extra): Don't define.
+       * elf32-hppa.c (elf32_hppa_backend_final_write_processing): Use
+       udata.i rather than elf_sym_extra array.
+
+       * syms.c (asymbol): Change udata field into a union.
+       * bfd-in2.h: Rebuild.
+       * aoutx.h (NAME(aout,translate_symbol_table)): Use udata.p rather
+       than just udata.
+       * bout.c (perform_slip): Likewise.
+       * hp300hpux.c (MY(slurp_symbol_table)): Likewise.
+       * ieee.c (ieee_slurp_external_symbols): Likewise.
+       * linker.c (generic_link_add_symbol_list): Likewise.
+       (default_indirect_link_order): Likewise.
+       * oasys.c (oasys_slurp_symbol_table): Likewise.
+       * reloc16.c (bfd_perform_slip): Likewise.
+       * srec.c (fillup_symbols): Likewise.
+       * coffcode.h (get_index): Use udata.i rather than just udata.
+       (coff_slurp_symbol_table): Likewise.
+       * coffgen.c (set_index): Likewise.
+       * ecoff.c (ecoff_set_symbol_info): Likewise.
+       * elfcode.h (elf_symbol_from_bfd_symbol): Likewise.
+       * libecoff.h (ecoff_get_sym_index, ecoff_set_sym_index): Likewise.
+       * som.c (compare_syms): Likewise.
+       (som_prep_for_fixups): Likewise.
+       (som_write_fixups): Likewise.
+
+       Use a hash table when writing out ELF symbol names.
+       * elfcode.h (elf_stringtab_init): New static function.
+       (bfd_new_strtab, bfd_add_to_strtab, bfd_add_2_to_strtab): Remove.
+       Change all callers to use elf_stringtab_init or
+       _bfd_stringtab_add, and get stringtab lengths using
+       _bfd_stringtab_size.
+       (elf_fake_sections): Change ignored argument to pointer to
+       boolean, and set the boolean to true if an error occurs.  If an
+       error has already occurred, don't do anything.
+       (assign_section_numbers): Just set sh_size, not contents.
+       (elf_compute_section_file_positions): Pass the address of a
+       boolean to elf_fake_sections.  Pass the address of a
+       bfd_strtab_hash to swap_out_syms.  Write out the .strtab section.
+       (prep_headers): Change shstrtab to bfd_strtab_hash.
+       (swap_out_syms): Take a pointer to a bfd_strtab_hash as an
+       argument.  Set it to the symbol names.
+       (NAME(bfd_elf,write_object_contents)): Write out the section
+       header names using _bfd_stringtab_emit.
+       (elf_debug_section): Remove first argument; get the section name
+       via the bfd_section pointer.  Change caller.
+       (elf_bfd_final_link): Write out the symbol names using
+       _bfd_stringtab_emit.  Likewise for the .dynstr section contents.
+       Free the symbol names at the end of the function.
+       (elf_link_input_bfd): Remove the last argument, output_names,
+       from relocate_section.  Save the old symbol contents before
+       calling elf_link_output_sym, and restore them afterward.
+       * libelf.h (struct elf_link_hash_table): Change dynstr field to
+       struct bfd_strtab_hash.
+       (struct elf_backend_data): Remove last argument, output_names,
+       from elf_backend_relocate_section field.
+       (struct strtab): Don't define.
+       (struct elf_obj_tdata): Change strtab_ptr field to struct
+       bfd_strtab_hash.
+       * elf32-hppa.c (elf32_hppa_relocate_section): Remove last
+       argument, output_names.
+       * elf32-i386.c (elf_i386_relocate_section): Likewise.
+       * elf32-mips.c (mips_elf_relocate_section): Likewise.
+       * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
+
+       * libbfd-in.h (DEFAULT_STRING_SPACE_SIZE): Don't define.
+       (bfd_add_to_string_table): Don't declare.
+       * libbfd.h: Rebuild.
+       * libbfd.c (bfd_add_to_string_table): Remove.
+
+       * elfcode.h (elf_swap_shdr_in): Use bfd_section, not rawdata.
+       Clear contents field.
+       (bfd_section_from_shdr): In SHT_STRTAB case, check bfd_section,
+       not rawdata.  Don't set rawdata if e_shstrndx.  Use bfd_section
+       rather than rawdata in commented out code.  In SHT_REL[A] case,
+       don't bother to check elf_section_data of section returned by
+       section_from_elf_index.
+       (elf_fake_sections): Set bfd_section, not rawdata.  Don't set
+       size.
+       (elf_map_symbols): Don't set elf_num_section_syms.  Don't create
+       section symbols that already exist.
+       (assign_file_position_for_section): Use bfd_section, not rawdata.
+       (section_from_elf_index): Just check bfd_section field.
+       (elf_section_from_bfd_section): Likewise.
+       (elf_debug_section): Don't print rawdata, contents, or size.
+       (elf_link_add_object_symbols): Don't error out if
+       section_from_elf_index returns NULL.
+       (elf_bfd_final_link): Check return value from
+       section_from_elf_index against NULL, not bfd_is_abs_section.
+       (elf_link_input_bfd): Don't check section_from_elf_index return
+       value.
+       * libelf.h (struct elf_obj_tdata): Remove num_section_syms field.
+       (elf_num_section_syms): Don't define.
+       * elf.c (elf_get_str_section): Store section contents in contents
+       field rather than rawdata field.
+       (elf_string_from_elf_section): Likewise.
+       (_bfd_elf_make_section_from_shdr): Store BFD section pointer in
+       bfd_section field rather than rawdata field.
+       * elf32-hppa.c (elf32_hppa_read_symext_info): Use bfd_section
+       rather than rawdata.
+       (elf32_hppa_size_stubs): Likewise.
+       (elf32_hppa_backend_symbol_table_processing): Don't set
+       symextn_hdr->size; just use sh_size.
+       * elf32-mips.c (mips_elf_final_write_processing): Use bfd_section
+       rathern than rawdata.
+       (mips_elf_section_from_shdr): Likewise.
+       (mips_elf_section_processing): Likewise.
+       (mips_elf_section_from_bfd_section): Remove rawdata check.
+
+       * srec.c (pass_over): Set the start address for S7, S8 or S9.
+
+Fri Oct 14 19:15:46 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * VERSION: Updated to 2.5.
+
+Fri Oct 14 11:07:50 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * bfd.c (bfd_scan_vma): Cast end to be non const before passing it
+       to strtoul.
+
+Thu Oct 13 14:40:41 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * bfd.c (bfd_scan_vma): Pass end argument on to strtoul.
+
+Wed Oct 12 16:46:43 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * opncls.c (bfd_realloc): Deleted, since it's broken and fixing it
+       would make it slow.  Besides, it isn't used much.
+       * elfcode.h (elf_map_symbols): Always allocate new storage for the
+       symbol table.
+
+Wed Oct 12 11:54:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * ecoff.c (ecoff_set_symbol_info): Mark local stProc, stLabel or
+       stabs symbols as BSF_DEBUGGING.
+
+       * rs6000-core.c (rs6000coff_core_file_matches_executable_p): Make
+       str1 and str2 const pointers.
+
+       * Makefile.in (INSTALL): Use top level install.sh script.
+       * config/README (INSTALL): Remove.
+       * config/delta88.mh (INSTALL): Remove.
+       * config/i386v4.mh (INSTALL): Remove.
+       * config/irix4.mh (INSTALL): Remove.
+       * config/irix5.mh (INSTALL): Remove.
+       * config/ncrt3000.mh (INSTALL): Remove.
+
+Tue Oct 11 13:57:56 1994  Eric Youngdale  (eric@andante.aib.com)
+
+       * elf32-i386.c (elf_i386_check_relocs): Make sure that a symbol
+       with a global offset table entry or a procedure linkage table
+       entry is added to the dynamic symbol table.
+       * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
+       * elf32-i386.c (elf_i386_adjust_dynamic_symbol): If a symbol has
+       already gotten a procedure linkage table entry, change the
+       definition to the PLT entry.
+       * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
+
+Tue Oct 11 17:12:00 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * lynx-core.c (lynx_core_file_p): SPARC Lynx appears to start
+       dumping the .data section in a core file at a page boundary.
+
+Mon Oct 10 16:24:44 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32
+       to correct type.
+       (coff_read_string_table): Cast argument to bfd_h_get_32 to correct
+       type.
+       * elfcode.h (elf_link_output_extsym): Cast argument to
+       bfd_elf_hash to correct type.
+
+       * elf32-sparc.c (elf_sparc_howto_table): The PC10, PC22, and
+       WPLT30 relocations are PC-relative.
+
+Thu Oct  6 12:57:26 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
+
+       * aoutx.h (adjust_o_magic): Correctly initialize vma if the vma of
+       the text section was user-defined.
+
+Wed Oct  5 14:42:12 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * archive.c (bfd_construct_extended_name_table): SVR4 uses slash
+       newline at the end of the file name, not just newline.
+
+Tue Oct  4 11:23:12 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * ecoff.c (_bfd_ecoff_new_section_hook): Default section alignment
+       power to 4, rather than using align_power_min.
+
+       * coffcode.h (coff_new_section_hook): Don't use align_power_min;
+       use COFF_DEFAULT_SECTION_ALIGNMENT_POWER instead.  Force the .stab
+       and .stabstr sections to be aligned to no more than 2.  Remove
+       COFF_SPARC special cases.
+       * coff-a29k.c: Define COFF_DEFAULT_SECTION_ALIGNMENT_POWER.
+       * coff-apollo.c, coff-go32.c, coff-h8300.c: Likewise.
+       * coff-h8500.c, coff-i386.c, coff-i960.c, coff-m68k.c: Likewise.
+       * coff-m88k.c, coff-rs6000.c, coff-sh.c, coff-sparc.c: Likewise.
+       * coff-we32k.c, coff-z8k.c: Likewise.
+
+       * configure.in: Use ${config_shell} when running config.bfd.
+
+       * cofflink.c (coff_link_input_bfd): Don't try to convert a long
+       filename if the offset field is zero.
+
+       * elfcode.h (swap_out_syms): If the alignment of a common symbol
+       was not set, use a sensible default rather than zero.
+
+Mon Oct  3 16:04:29 1994  H.J. Lu (hjl@nynexst.com)
+
+       * opncls.c (bfd_close): Honor umask when setting execution bits.
+       (bfd_close_all_done): Likewise.
+
+Mon Oct  3 04:41:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * rs6000-core.c (rs6000coff_core_p):  Set SEC_HAS_CONTENTS flag
+       for .stack and .ldinfo sections. Cast coredata.c_tab to a
+       file_ptr to avoid warnings from gcc.
+
+Fri Sep 30 13:11:38 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * elfcode.h (elf_bfd_final_link): Remove assertion when a non
+        SEC_IN_MEMORY section is found in dynobj.  This can happen when
+       linking PIC compiled code.
+
+Thu Sep 29 15:21:44 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * reloc.c (bfd_install_relocation): Change type of "data" to
+       bfd_byte *, to go along with yesterday's change.
+
+       * elf.c (bfd_elf_print_symbol): Moved here from elf_print_symbol
+       in elfcode.h.  (case bfd_print_symbol_all): Print symbol's size
+       field, except for common symbols; print their alignment.
+       * elfcode.h (elf_print_symbol): Deleted.
+       * libelf.h (bfd_elf_print_symbol): Declare.
+       (bfd_elf{32,64}_print_symbol): Replace declarations with macros.
+
+       * syms.c (bfd_print_symbol_vandf): Show BSF_LOCAL and BSF_GLOBAL
+       in one column.  Use the column freed up to show BSF_FUNCTION and
+       BSF_FILE.
+
+Thu Sep 29 12:29:01 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * syms.c (stt): Add .rdata and .rodata.
+
+Wed Sep 28 13:35:05 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * reloc.c (bfd_install_relocation): Cast data_start to bfd_byte *
+       before trying to add values to it.
+
+Tue Sep 27 16:47:58 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * elf32-hppa.c (elf32_hppa_backend_final_write_processing): Cast
+       return value from elf_sym_extra.
+       (elf32_hppa_build_stubs): Cast return value from bfd_zalloc.
+       (elf32_hppa_size_stubs): Cast return value from malloc.
+
+       * gen-aout.c (main): Declare and initialize "arch".
+
+       * cofflink.c (coff_link_add_symbols): Cast return value of
+       bfd_hash_allocate.
+
+       * riscix.c (riscix_callback): Use PARAMS macro in prototype.
+
+       * reloc.c (bfd_install_relocation): New function, mostly copied
+       from bfd_perform_relocation, adjusted for the assembler's needs.
+       * bfd-in2.h: Regenerated.
+
+Mon Sep 26 11:00:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * elfcode.h (assign_file_positions_except_relocs): Align the
+       section VMA and the file position even if D_PAGED is not set.
+
+       * bfd-in.h (bfd_seek): Change declaration to not mark fp const.
+       * bfd-in2.h: Rebuild.
+       * libbfd.c (bfd_seek): Don't mark parameters const, to avoid
+       conflicts with declaration.
+
+Fri Sep 23 15:15:31 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * elfcode.h (map_program_segments): Don't abort if we allocated
+       too much space for the program header, only if we allocated too
+       little.
+       (assign_file_positions_except_relocs): Similar change.
+
 Tue Sep 20 13:17:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
 
        * libaout.h: Fix comment.
@@ -6,6 +984,11 @@ Tue Sep 20 13:17:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
 
 Tue Sep 20 15:23:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
+       * Makefile.in: Rebuilt dependencies.
+       (BFD32_BACKENDS): Add sparcnetbsd.o.
+       (CFILES): Add ns32knetbsd.c and sparcnetbsd.c.
+       * targets.c: ns32knetbsd_vec was renamed to pc532netbsd_vec.
+
        * coff-sh.c (rtype2howto): Remove; unused.
        (coff_sh_relocate_section): Remove unused local variable rstat.
        (reloc_processing): Comment out; unused.
This page took 0.033705 seconds and 4 git commands to generate.