home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / bfd / ChangeLog < prev    next >
Text File  |  1996-09-28  |  183KB  |  4,626 lines

  1. Wed Jul 10 11:19:43 1996  Ian Lance Taylor  <ian@cygnus.com>
  2.  
  3.     * Released binutils 2.7.
  4.  
  5.     * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
  6.     and _FINI sections.
  7.  
  8. Wed Jul 10 11:18:21 1996  Richard Henderson  <rth@tamu.edu>
  9.  
  10.     * coffcode.h (coff_set_section_contents): A/UX does not require
  11.     special handling of the _LIB section.
  12.  
  13. Tue Jul  9 12:26:30 1996  Ian Lance Taylor  <ian@cygnus.com>
  14.  
  15.     From Kazumoto Kojima <kkojima@kk.info.kanagawa-u.ac.jp>:
  16.     * elf32-mips.c (struct mips_elf_link_hash_table): Add new fields
  17.     use_rld_obj_head and rld_value.
  18.     (mips_elf_link_hash_table_create): Initialize new fields.
  19.     (mips_elf_add_symbol_hook): Mark __rld_obj_head symbol as
  20.     dynamic.
  21.     (mips_elf_create_dynamic_sections): Create .rld_map section.  If
  22.     __rld_obj_head symbol not seen, create an __rld_map symbol.
  23.     (mips_elf_size_dynamic_sections): Make space in .rld_map section.
  24.     Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
  25.     (mips_elf_finish_dynamic_symbol): Save value of __rld_map or
  26.     __rld_obj_head symbol.
  27.     (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
  28.  
  29. Thu Jul  4 12:00:37 1996  Ian Lance Taylor  <ian@cygnus.com>
  30.  
  31.     * VERSION: Set to 2.7.
  32.  
  33. Wed Jul  3 14:59:47 1996  Ian Lance Taylor  <ian@cygnus.com>
  34.  
  35.     * i386aout.c: Include "aout/aout64.h".
  36.      (i386aout_write_object_contents): New static function.
  37.     (MY_write_object_contents): Define.
  38.  
  39.     * netbsd.h (MY(write_object_contents)): Make sure that
  40.     adjust_sizes_and_vmas is called before fiddling with the magic
  41.     number.
  42.  
  43. Tue Jul  2 23:30:39 1996  Ian Lance Taylor  <ian@cygnus.com>
  44.  
  45.     * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.
  46.  
  47. Sun Jun 30 13:34:33 1996  Ian Lance Taylor  <ian@cygnus.com>
  48.  
  49.     * libbfd-in.h (itos, stoi): Don't define.
  50.     * libbfd.h: Rebuild.
  51.     * i386lynx.c (KEEPIT): Define as udata.i.
  52.     (NAME(lynx,swap_std_reloc_out)): Don't use stoi.
  53.     (NAME(lynx,swap_ext_reloc_out)): Likewise.
  54.     * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than
  55.     flags.  Don't use stoi.
  56.  
  57.     * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000.
  58.  
  59.     * elf.c (map_sections_to_segments): Don't start a new segment for
  60.      a writable section if it's on the same page as the previous
  61.      segment.  Reset the writable variable for a readonly section.
  62.  
  63. Sat Jun 29 16:18:51 1996  Kim Knuttila  <krk@cygnus.com>
  64.  
  65.     * peicode.h (coff_swap_aouthdr_in): Missing initializations of
  66.     first_thunk_address, thunk_size, and import_table_size.
  67.     * peicode.h: Improved some diagnostics regarding edata sections.
  68.  
  69.     * coff-ppc.c (coff_ppc_relocate_section): Earlier error check
  70.     on IMGLUE relocs.
  71.     (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's.
  72.     (TARGET_LITTLE_SYM): Added missing D_PAGED.
  73.  
  74. Fri Jun 28 13:48:45 1996  Ian Lance Taylor  <ian@cygnus.com>
  75.  
  76.     * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
  77.     with XCOFF_DEF_DYNAMIC set is really defined.
  78.     (xcoff_link_check_dynamic_ar_symbols): Likewise.
  79.     (xcoff_link_add_symbols): Only create special sections if using an
  80.     XCOFF hash table.
  81.  
  82.     * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
  83.     aixcoff-rs6000.
  84.     (bfd_install_relocation): Likewise.
  85.  
  86. Fri Jun 28 11:17:00 1996  Richard Henderson  <rth@tamu.edu>
  87.  
  88.     * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add flags
  89.     field.
  90.     (ALPHA_ELF_LINK_HASH_LU_ADDR): Define.
  91.     (ALPHA_ELF_LINK_HASH_LU_MEM): Define.
  92.     (ALPHA_ELF_LINK_HASH_LU_FUNC): Define.
  93.     (elf64_alpha_link_hash_newfunc): Initialize flags field.
  94.     (elf64_alpha_check_relocs): Record types of LITUSE entries that
  95.     are found for LITERAL relocs.
  96.     (elf64_alpha_adjust_dynamic_symbol): If a symbol has its address
  97.     taken, we cannot generate a .plt entry for the symbol.
  98.  
  99. Thu Jun 27 11:24:29 1996  Ian Lance Taylor  <ian@cygnus.com>
  100.  
  101.     * configure.in: Add AC_ISC_POSIX, and check for setitimer and
  102.     sysconf functions (for gprof).
  103.     * configure, config.in: Rebuild.
  104.  
  105. Wed Jun 26 16:29:02 1996  Ian Lance Taylor  <ian@cygnus.com>
  106.  
  107.     * ecoff.c (_bfd_ecoff_archive_p): Check the first object file in
  108.     an archive if it has a map.  If the object file has the wrong
  109.     xvec, reject it.
  110.  
  111.     * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
  112.     BRADDR, SREL16, SREL32, or SREL64 reloc against an external
  113.     symbol.
  114.     (alpha_relocate_section): Likewise.
  115.  
  116.     * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
  117.     (coff_swap_filehdr_out): Use FILHSZ, not sizeof.
  118.     (coff_swap_sym_out): Use SYMESZ, not sizeof.
  119.     (coff_swap_aux_out): Use AUXESZ, not sizeof.
  120.     (coff_swap_lineno_out): Use LINESZ, not sizeof.
  121.     (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
  122.     (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
  123.     * peicode.h: Corresponding changes.
  124.  
  125. Tue Jun 25 15:28:34 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  126.  
  127.     * elflink.h (elf_create_pointer_linker_section): Comment out code
  128.     dealing with making GOT pointers negative of the GOT symbol for
  129.     now.
  130.  
  131. Tue Jun 25 11:41:24 1996  Richard Henderson  <rth@tamu.edu>
  132.  
  133.     * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
  134.     increment the .rela.plt size until after we're done creating the
  135.     .plt entry.
  136.     (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
  137.     .rela.plt offset directly rather than calculating it.
  138.  
  139. Mon Jun 24 17:15:10 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
  140.  
  141.         * Makefile.in, (bindir, libdir, datadir, mandir, infodir, includedir): 
  142.     Use autoconf-set values.
  143.         * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir, 
  144.     includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set 
  145.     values.
  146.         (docdir): Deleted.
  147.         * configure.in (AC_PREREQ): autoconf v2.5 or higher.
  148.         * configure: Rebuilt.
  149.  
  150. Mon Jun 24 22:50:35 1996  Jeffrey A Law  (law@cygnus.com)
  151.  
  152.     * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
  153.     handling code > 1k away.
  154.  
  155. Mon Jun 24 18:41:06 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  156.  
  157.     * elflink.h (elf_create_pointer_linker_section): If DEBUG is
  158.     defined, output whenever the symbol is updated.
  159.  
  160. Mon Jun 24 17:58:12 1996  Jouke Numan  <jnuman@bazis.nl>
  161.  
  162.     * elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
  163.     section to 0 if user_set_vma is set.
  164.     * elflink.h (elf_bfd_final_link): Likewise.
  165.  
  166. Sun Jun 23 20:42:51 1996  Doug Evans  <dje@canuck.cygnus.com>
  167.  
  168.     Partially undo patch of Jun 20.
  169.     * coffcode.h (coff_set_alignment_hook): Use COFF_IMAGE_WITH_PE.
  170.     (coff_compute_section_file_positions): Likewise.
  171.     (coff_write_object_contents): Likewise.  Re-add deleted code, but
  172.     use #ifdef COFF_WITH_PE, not COFF_OBJ_WITH_PE.
  173.     * peicode.h (pe_bfd_copy_private_bfd_data): Re-add #ifdef.
  174.  
  175. Fri Jun 21 17:38:15 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
  176.  
  177.     * config.bfd: Add support for *-*-rtems* configurations.
  178.     
  179. Fri Jun 21 15:19:59 1996  Ian Lance Taylor  <ian@cygnus.com>
  180.  
  181.     * elf.c (prep_headers): Add bfd_arch_alpha case.
  182.  
  183. Fri Jun 21 12:35:27 1996  Richard Henderson  <rth@tamu.edu>
  184.  
  185.     * elf64-alpha.c: New file.
  186.     * config.bfd (alpha-*-linuxecoff*): New target.
  187.     (alpha-*-linux*, alpha-*-elf*): New targets.
  188.     * configure.in (bfd_elf64_alpha_vec): New vector.
  189.     * configure: Rebuild.
  190.     * targets.c (bfd_elf64_alpha_vec): Declare.
  191.     (bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
  192.     * reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
  193.     * bfd-in2.h, libbfd.h: Rebuild.
  194.     * Makefile.in: Rebuild dependencies.
  195.      (BFD64_BACKENDS): Add elf64-alpha.o.
  196.     (BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
  197.  
  198. Thu Jun 20 18:14:25 1996  Ian Lance Taylor  <ian@cygnus.com>
  199.  
  200.     * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
  201.     than relying on a right shift of 32.
  202.  
  203. Thu Jun 20 11:00:57 1996  Doug Evans  <dje@canuck.cygnus.com>
  204.  
  205.     * coffcode.h (coff_set_alignment_hook): Change COFF_IMAGE_WITH_PE
  206.     ifdef to COFF_WITH_PE.
  207.     (coff_compute_section_file_positions): Likewise.
  208.     (coff_write_object_contents): Likewise.  Delete COFF_OBJ_WITH_PE.
  209.     * pe-{arm,i386,ppc}.c (COFF_OBJ_WITH_PE): Delete.
  210.     * peicode.h (pe_bfd_copy_private_bfd_data): Delete ifdef
  211.     COFF_IMAGE_WITH_PE, always include.
  212.  
  213.     * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
  214.  
  215. Wed Jun 19 11:37:52 1996  Ian Lance Taylor  <ian@cygnus.com>
  216.  
  217.     * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
  218.     approximate the correct answer if SIZEOF_HEADERS was not used.
  219.  
  220.     * binary.c (binary_set_section_contents): Set section file
  221.     position based on LMA rather than VMA.
  222.  
  223. Wed Jun 19 11:19:25 1996  Manfred Hollstein KS/EIC5 60/3/142 #40283  <manfred@lts.sel.alcatel.de>
  224.  
  225.     * linker.c (_bfd_generic_link_output_symbols): Don't output any
  226.     symbols if info->strip == strip_all.
  227.  
  228. Tue Jun 18 15:17:36 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
  229.  
  230.     * coff-h8300.c: Remove #if 0 code.
  231.     (compatable): Don't allow mixing/matching of different architectures.
  232.     
  233. Tue Jun 18 14:42:58 1996  Klaus Kaempf  <kkaempf@progis.de>
  234.  
  235.     Added support for Alpha OpenVMS:
  236.     * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
  237.     * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
  238.     * config.h-vms, makefile.vms: New files.
  239.     * config.bfd (alpha-*-*vms*): New target.
  240.     * configure.in (evax_alpha_vec): New target vector.
  241.     * configure: Rebuild.
  242.     * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
  243.     (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
  244.     * targets.c (bfd_target_evax_flavour): Define.
  245.     (evax_alpha_vec): Declare.
  246.     (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
  247.     if BFD64 is defined.
  248.     * bfd-in2.h, libbfd.h: Rebuild.
  249.     * Makefile.in: Rebuild dependencies.
  250.     (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
  251.     evax-emh.o, and evax-misc.o.
  252.     (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
  253.     evax-etir.c, evax-emh.c, and evax-misc.c.
  254.     (HFILES): Add evax.h.
  255.  
  256. Tue Jun 18 13:54:18 1996  Ian Lance Taylor  <ian@cygnus.com>
  257.  
  258.     * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
  259.     pointer.
  260.     (h8300_bfd_link_add_symbols): Likewise.
  261.  
  262. Mon Jun 17 10:06:50 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
  263.  
  264.     * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
  265.     * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
  266.  
  267. Mon Jun 17 12:49:11 1996  Ian Lance Taylor  <ian@cygnus.com>
  268.  
  269.     * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
  270.     for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
  271.     created.
  272.     (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
  273.     R_MIPS_32 relocs if creating a shared library.
  274.  
  275. Thu Jun 13 20:14:51 1996  Doug Evans  <dje@canuck.cygnus.com>
  276.  
  277.     * peicode.h (add_data_entry): Use pei_section_data rather than
  278.     _cooked_size.  Corresponds to May 13 change in coffcode.h.
  279.  
  280. Thu Jun 13 10:23:40 1996  Ian Lance Taylor  <ian@cygnus.com>
  281.  
  282.     * cofflink.c (_bfd_coff_final_link): Handle long section names.
  283.     * coffcode.h (coff_write_object_contents): If there are long
  284.     section names, always set the f_symptr field, even if there are no
  285.     symbols.
  286.     * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
  287.     if there are no symbols.
  288.  
  289.     * coffgen.c (make_a_section_from_file): Check return value of
  290.     _bfd_coff_read_string_table.
  291.     (coff_real_object_p): Check return value of
  292.     make_a_section_from_file.
  293.     (_bfd_coff_read_string_table): Check that there are some symbols
  294.     before trying to read the string table size.
  295.  
  296. Wed Jun 12 11:16:37 1996  Ian Lance Taylor  <ian@cygnus.com>
  297.  
  298.     * xcofflink.c (xcoff_link_add_symbols): When considering whether
  299.     to replace a symbol in a dynamic object with a symbol from another
  300.     dynamic object, do the replacement if the existing symbol is
  301.     global linkage code.
  302.  
  303.     * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
  304.     for _ptrgl, and treat it as global linkage code.
  305.  
  306.     * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
  307.     filename or N_SO symbol past the offset, and use it to indicate
  308.     that there is no line number or function when appropriate.
  309.  
  310. Tue Jun 11 15:24:48 1996  Ian Lance Taylor  <ian@cygnus.com>
  311.  
  312.     * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
  313.     common symbol defined by the linker.  Don't export function code
  314.     even if export_defineds is set.
  315.  
  316. Mon Jun 10 11:57:27 1996  Jeffrey A Law  (law@cygnus.com)
  317.  
  318.     * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
  319.     and R_JMP_DEL.
  320.     (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
  321.     (h8300_symbol_address_p): New function.
  322.     (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
  323.     relaxing.
  324.  
  325. Sun Jun  9 16:30:20 1996  Jeffrey A Law  (law@cygnus.com)
  326.  
  327.     * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
  328.     problems.
  329.     (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
  330.     correctly for the two variants.  Allow relaxing if the target
  331.     is 128 bytes away since after relaxation it'll be 126 bytes away.
  332.     (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
  333.     "dot" and "value".  Allow relaxing if the target is 128 bytes
  334.     away since after relaxation it'll be 126 bytes away.
  335.     * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
  336.     the given section until nothing changes.
  337.  
  338. Thu Jun  6 15:24:45 1996  Richard Henderson  <rth@tamu.edu>
  339.  
  340.     * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
  341.      alignment hack--we can get the lnnoptr info another way without
  342.      suddenly increasing the alignment requirements.  Set the flags for
  343.     the _PDATA section.
  344.     (ecoff_compute_section_file_positions): Do so.
  345.  
  346. Thu Jun  6 11:24:37 1996  Ian Lance Taylor  <ian@cygnus.com>
  347.  
  348.     * ieee.c (ieee_write_object_contents): Put a timestamp in the file
  349.     to keep the HP emulator database happy.
  350.  
  351.     * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
  352.     From Kevin Buettner <kev@primenet.com>.
  353.  
  354. Wed Jun  5 15:16:04 1996  Ian Lance Taylor  <ian@cygnus.com>
  355.  
  356.     * aoutx.h (translate_to_native_sym_flags): Don't try to print the
  357.     name of a NULL section.
  358.  
  359. Tue Jun  4 18:53:58 1996  Ian Lance Taylor  <ian@cygnus.com>
  360.  
  361.     * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
  362.     set, always call the notice callback.
  363.  
  364.     * VERSION: Increment for bfdlink.h change.
  365.  
  366. Mon Jun  3 11:01:53 1996  Ian Lance Taylor  <ian@cygnus.com>
  367.  
  368.     * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
  369.     (sh_relax_delete_bytes): Correct handling of differently sized
  370.     trailing alignment reloc.
  371.  
  372.     * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
  373.     * bfd-in2.h: Rebuild.
  374.     * configure.in: Warn if there is no known 64 bit type.
  375.     * configure: Rebuild.
  376.  
  377.     * Makefile.in: Rebuild dependencies.
  378.      (BFD32_BACKENDS): Add ppcboot.o.
  379.     (BFD32_BACKENDS_CFILES): Add ppcboot.c.
  380.  
  381.     * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
  382.     From Per Fogelstrom <per.fogelstrom@mailbox200.swipnet.se>.
  383.  
  384. Sat Jun  1 21:49:58 1996  Ian Lance Taylor  <ian@cygnus.com>
  385.  
  386.     * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
  387.     (bfd_mips_elf64_swap_reginfo_out): Move from here...
  388.     * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
  389.     (bfd_mips_elf64_swap_reginfo_out): ...to here.
  390.  
  391. Fri May 31 13:51:28 1996  Ian Lance Taylor  <ian@cygnus.com>
  392.  
  393.     * elf64-mips.c: Improve reloc special_functions and handling of
  394.     SHT_MIPS_OPTIONS section.
  395.     * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
  396.     mips_elf_hi16_reloc and make globally visible.
  397.     (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
  398.     make globally visible.
  399.     (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
  400.     make globally visible.
  401.     (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
  402.     and make globally visible.
  403.     (gprel16_with_gp): Check howto->src_mask before using value in
  404.     insn.
  405.     (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
  406.     and make globally visible.
  407.     (gprel32_with_gp): Check howto->src_mask before fetching value.
  408.     (bfd_mips_elf_swap_options_in): New function.
  409.     (bfd_mips_elf_swap_options_out): New function.
  410.     (_bfd_mips_elf_set_private_flags): Rename from
  411.     mips_elf_set_private_flags and make globally visible.
  412.     (_bfd_mips_elf_copy_private_bfd_data): Rename from
  413.     mips_elf_copy_private_bfd_data and make globally visible.
  414.     (_bfd_mips_elf_merge_private_bfd_data): Rename from
  415.     mips_elf_merge_private_bfd_data and make globally visible.
  416.     (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
  417.     for a SHT_MIPS_OPTIONS section.
  418.     (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
  419.     (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
  420.     name of a SHT_MIPS_OPTIONS section.
  421.     (_bfd_mips_elf_set_section_contents): New function.
  422.     (mips_elf32_section_processing): Set the GP value in a
  423.     SHT_MIPS_OPTIONS section.
  424.     (_bfd_mips_elf_find_nearest_line): Rename from
  425.     mips_elf_find_nearest_line and make globally visible.
  426.     (bfd_elf32_set_section_contents): Define.
  427.     * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
  428.     (_bfd_mips_elf_lo16_reloc): Declare.
  429.     (_bfd_mips_elf_gprel16_reloc): Declare.
  430.     (_bfd_mips_elf_got16_reloc): Declare.
  431.     (_bfd_mips_elf_gprel32_reloc): Declare.
  432.     (_bfd_mips_elf_set_private_flags): Declare.
  433.     (_bfd_mips_elf_copy_private_bfd_data): Declare.
  434.     (_bfd_mips_elf_merge_private_bfd_data): Declare.
  435.     (_bfd_mips_elf_find_nearest_line): Declare.
  436.     (_bfd_mips_elf_set_section_contents): Declare.
  437.  
  438.     * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
  439.     elf_info_to_howto.
  440.     (elf_info_to_howto): Define.
  441.     * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
  442.     elf_info_to_howto.
  443.     (elf_info_to_howto): Define.
  444.     * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
  445.     elf_info_to_howto.
  446.     (elf_info_to_howto): Define.
  447.  
  448.     * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
  449.     R_MOV16B[12], to match change in coff/internal.h.
  450.  
  451. Thu May 30 12:38:49 1996  Ian Lance Taylor  <ian@cygnus.com>
  452.  
  453.     * elf64-mips.c: Extensive additions to provide better support for
  454.     writing files and for gas.
  455.     * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
  456.     of mips_elf_object_p.
  457.     (mips_elf32_object_p): Rename from mips_elf_object_p; call
  458.     _bfd_mips_elf_object_p.
  459.     (_bfd_mips_elf_final_write_processing): Rename from
  460.     mips_elf_final_write_processing and make globally visible.
  461.     (_bfd_mips_elf_fake_sections): Rename from
  462.     mips_elf_fake_sections and make globally visible.
  463.     (_bfd_mips_elf_section_from_bfd_section): Rename from
  464.     mips_elf_section_from_bfd_section and make globally visible.
  465.     (_bfd_mips_elf_section_processing): New function, broken out of
  466.     mips_elf_section_processing.
  467.     (mips_elf32_section_processing): Rename from
  468.     mips_elf_section_processing; call
  469.     _bfd_mips_elf_section_processing.
  470.     (_bfd_mips_elf_symbol_processing): Rename from
  471.     mips_elf_symbol_processing and make globally visible.
  472.     (_bfd_mips_elf_read_ecoff_info): Rename from
  473.     mips_elf_read_ecoff_info and make globally visible.
  474.     (mips_elf32_ecoff_debug_swap): Rename from
  475.     mips_elf_ecoff_debug_swap.
  476.     * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
  477.     struct symbol_cache_entry.
  478.     (_bfd_elf_validate_reloc): New function, moved in from
  479.     elfcode.h:validate_reloc.
  480.     * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
  481.     to _bfd_elf_validate_reloc.  Change all callers.
  482.     * elf-bfd.h (bfd_section_from_shdr): Declare.
  483.     (_bfd_elf_symbol_from_bfd_symbol): Declare.
  484.     (_bfd_elf_validate_reloc): Declare.
  485.     (_bfd_mips_elf_object_p): Declare.
  486.     (_bfd_mips_elf_fake_sections): Declare.
  487.     (_bfd_mips_elf_section_from_bfd_section): Declare.
  488.     (_bfd_mips_elf_section_processing): Declare.
  489.     (_bfd_mips_elf_symbol_processing): Declare.
  490.     (_bfd_mips_elf_read_ecoff_info): Declare.
  491.     (_bfd_mips_elf_final_write_processing): Declare.
  492.     * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
  493.     if already defined.
  494.  
  495.     * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
  496.     (mips_elf_final_write_processing): Likewise.
  497.  
  498. Wed May 29 16:15:29 1996  Ian Lance Taylor  <ian@cygnus.com>
  499.  
  500.     64-bit MIPS ELF ABI objdump support:
  501.     * elf64-mips.c: New file.
  502.     * Makefile.in: Rebuild dependencies.
  503.      (BFD64_BACKENDS): Add elf64-mips.o.
  504.     (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
  505.     * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
  506.     bfd_elf64_littlemips_vec to targ_selvecs.
  507.     (mips*-*-elf*): Likewise.
  508.     * confingure.in: Add bfd_elf64_bigmips_vec and
  509.     bfd_elf64_littlemips_vec to vector switch.
  510.     * configure: Rebuild.
  511.     * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
  512.     broken out of mips_elf_section_from_shdr.
  513.     (mips_elf32_section_from_shdr): Rename from
  514.     mips_elf_section_from_shdr.  Call new function.
  515.     (elf_backend_section_from_shdr): Update name of renamed function.
  516.     * elf-bfd.h (struct elf_size_info): Change second parameter of
  517.     write_out_phdrs to be const.  Likewise for second parameter of
  518.     swap_symbol_out.
  519.     (struct bfd_elf_section_data): Add rel_hdr2 field.
  520.     (bfd_elf32_swap_symbol_in): Change second parameter to be const.
  521.     (bfd_elf32_swap_symbol_out): Likewise.
  522.     (bfd_elf32_swap_reloc_in): Likewise.
  523.     (bfd_elf32_swap_reloc_out): Likewise.
  524.     (bfd_elf32_swap_reloca_in): Likewise.
  525.     (bfd_elf32_swap_reloca_out): Likewise.
  526.     (bfd_elf32_swap_phdr_in): Likewise.
  527.     (bfd_elf32_swap_phdr_out): Likewise.
  528.     (bfd_elf32_swap_dyn_in): Likewise.
  529.     (bfd_elf32_swap_dyn_out): Likewise.
  530.     (bfd_elf32_slurp_symbol_table): Declare.
  531.     (bfd_elf32_write_shdrs_and_ehdr): Declare.
  532.     (bfd_elf32_write_out_phdrs): Declare.
  533.     (bfd_elf64_swap_symbol_in): Change second parameter to be const.
  534.     (bfd_elf64_swap_symbol_out): Likewise.
  535.     (bfd_elf64_swap_reloc_in): Likewise.
  536.     (bfd_elf64_swap_reloc_out): Likewise.
  537.     (bfd_elf64_swap_reloca_in): Likewise.
  538.     (bfd_elf64_swap_reloca_out): Likewise.
  539.     (bfd_elf64_swap_phdr_in): Likewise.
  540.     (bfd_elf64_swap_phdr_out): Likewise.
  541.     (bfd_elf64_swap_dyn_in): Likewise.
  542.     (bfd_elf64_swap_dyn_out): Likewise.
  543.     (bfd_elf64_slurp_symbol_table): Declare.
  544.     (bfd_elf64_write_shdrs_and_ehdr): Declare.
  545.     (bfd_elf64_write_out_phdrs): Declare.
  546.     (_bfd_mips_elf_section_from_shdr): Declare.
  547.     * elf.c (bfd_section_from_shdr): Remove assertion requiring
  548.     SHT_REL/SHT_RELA to match use_rela_p.  If there is already a reloc
  549.     section for the section, add the new one to rel_hdr2.  Increment
  550.     reloc_count rather than setting it.
  551.     * elfcode.h (elf_slurp_symbol_table): Define name as macro.
  552.     Remove static declaration.
  553.     (elf_write_shdrs_and_ehdr): Define name as macro.
  554.     (elf_write_out_phdrs): Likewise.
  555.     (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
  556.     (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
  557.     (elf_swap_symbol_in): Change second parameter to be const.
  558.     (elf_swap_symbol_out): Likewise.
  559.     (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
  560.     (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
  561.     (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
  562.     (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
  563.     (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
  564.     (elf_write_out_phdrs): Rename from write_out_phdrs.  Change second
  565.     parameter to be const.  Make non-static.
  566.     (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
  567.     Make non-static.
  568.     (elf_slurp_symbol_table): Make non-static.
  569.     (NAME(_bfd_elf,size_info)): Update names of renamed functions.
  570.     * elfxx-target.h (elf_info_to_howto): Define if not defined.
  571.     (elf_backend_size_info): Likewise.
  572.     (elfNN_bed): Use elf_backend_size_info.
  573.     * targets.c (bfd_elf64_bigmips_vec): Declare.
  574.     (bfd_elf64_littlemips_vec): Declare.
  575.     (bfd_target_vector): Add bfd_elf64_bigmips_vec and
  576.     bfd_elf64_littlemips_vec if BFD64 is defined.
  577.     
  578.     * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
  579.  
  580. Tue May 28 11:42:08 1996  Ian Lance Taylor  <ian@cygnus.com>
  581.  
  582.     * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
  583.     zeroes, in alignment holes.
  584.  
  585.     * configure: Rebuild with autoconf 2.10.
  586.  
  587.     * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
  588.     potential leading underscore in the allocated buffer.
  589.  
  590. Fri May 24 14:28:38 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  591.  
  592.     * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
  593.     symbols into .sbss if this is a relocatable link.
  594.  
  595. Thu May 23 12:26:24 1996  Ian Lance Taylor  <ian@cygnus.com>
  596.  
  597.     * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
  598.     undefined symbols when creating a shared library.
  599.  
  600. Fri May 17 13:54:15 1996  Ian Lance Taylor  <ian@cygnus.com>
  601.  
  602.     * coff-sh.c: Add a bunch of new code and static const arrays to
  603.     support aligning loads and stores on four byte memory boundaries.
  604.     Also:
  605.     (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
  606.     R_SH_LABEL.
  607.     (sh_relax_section): Look for R_SH_CODE relocs.  If we find one,
  608.     call sh_align_loads.
  609.     (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
  610.     as unused.
  611.  
  612. Thu May 16 16:34:13 1996  Ian Lance Taylor  <ian@cygnus.com>
  613.  
  614.     * cache.c (bfd_open_file): Unlink the file before opening it for
  615.     write.  From Marty Leisner <leisner@sdsp.mc.xerox.com>.
  616.  
  617.     * opncls.c (bfd_fdopenr): Set opened_once.
  618.  
  619. Tue May 14 12:35:32 1996  Ian Lance Taylor  <ian@cygnus.com>
  620.  
  621.     * som.c (som_slurp_reloc_table): Clear external_relocs cache after
  622.     freeing it.
  623.  
  624.     * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
  625.     the code unconditionally.
  626.  
  627. Mon May 13 19:51:37 1996  Ian Lance Taylor  <ian@cygnus.com>
  628.  
  629.     * libcoff-in.h (struct pei_section_tdata): Define structure.
  630.     (pei_section_data): Define macro.
  631.     * libcoff.h: Rebuild.
  632.     * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
  633.     store s_paddr field in pei_section_data.
  634.     (coff_compute_section_file_positions): Use pei_section_data rather
  635.     than _cooked_size, and don't overwrite an existing value.
  636.     (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
  637.     0.  If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
  638.     * peicode.h (coff_bfd_copy_private_section_data): Define if
  639.     COFF_IMAGE_WITH_PE.
  640.      (pe_bfd_copy_private_section_data): New static function if
  641.     COFF_IMAGE_WITH_PE.
  642.  
  643. Wed May  8 16:10:38 1996  Ian Lance Taylor  <ian@cygnus.com>
  644.  
  645.     * srec.c (srec_set_arch_mach): Write as a function rather than a
  646.     macro definition.
  647.  
  648.     * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
  649.     no map, just check each member in turn to see whether it is
  650.     required.
  651.  
  652. Wed May  8 09:17:34 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  653.  
  654.     * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
  655.     table.  Call BFD_ASSERT to validate header size, instead of
  656.     calling fatal.
  657.     (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
  658.     name.
  659.  
  660. Tue May  7 16:10:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  661.  
  662.     * ppcboot.c: New target for looking at PPCbug boot records.
  663.  
  664.     * config{ure.in,.bfd}: Add support for ppcboot target.
  665.     * targets.c: Ditto.
  666.     * configure: Regenerate.
  667.         
  668. Tue May  7 11:15:19 1996  Jeffrey A Law  (law@cygnus.com)
  669.  
  670.     * coff-h8300.c (howto_table): Update names to match recent
  671.     changes to include/coff/internal.h.  Fix minor errors in the
  672.     existing relocs.  Add R_MOVL1 and R_MOVL2.
  673.     (rtype2howto): Similarly.
  674.     (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
  675.     existing relaxing code  and peform more relaxing.
  676.     (h8300_reloc16_extra_cases): Likewise.
  677.  
  678. Mon May  6 18:24:09 1996  Jeffrey A Law  (law@cygnus.com)
  679.  
  680.     * reloc16.c (bfd_coff_reloc16_get_value): Handle common
  681.     symbols correctly.
  682.  
  683. Sat May  4 05:08:45 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  684.  
  685.     * elfcode.h (elf_object_p):  Reject generic ELF target if
  686.     e_machine matches an alternate machine code in a specific backend.
  687.  
  688.     * netbsd-core.c (netbsd_core_vec):  Remove initializer for
  689.     obsolete align_power_min field.
  690.  
  691. Fri May  3 13:07:35 1996  Jeffrey A Law  (law@cygnus.com)
  692.  
  693.     * coff-h8300.c (reloc_howto_type): Add howto entry for
  694.     R_PCRWORD_B.
  695.     (rtype2howto): Handle R_PCRWORD_B.
  696.     (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
  697.     (h8300_reloc_16_estimate): Likewise.  Try to turn a 16bit
  698.     pc-relative branch (R_PCRWORD) into an 8bit pc-relative
  699.     branch (R_PCWORD_B).
  700.  
  701. Fri May  3 10:47:41 1996  Ian Lance Taylor  <ian@cygnus.com>
  702.  
  703.     * aoutx.h (translate_from_native_sym_flags): Set the section for
  704.     BSF_CONSTRUCTOR symbols.
  705.  
  706.     * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
  707.     last_bf_index.
  708.  
  709. Wed May  1 18:39:32 1996  Doug Evans  <dje@canuck.cygnus.com>
  710.  
  711.     * coffcode.h (coff_write_object_contents): In comdat section lookup,
  712.     stop looking when section is found.
  713.  
  714. Wed May  1 14:17:57 1996  Ian Lance Taylor  <ian@cygnus.com>
  715.  
  716.     * coffcode.h (STRING_SIZE_SIZE): Define.
  717.     (styp_to_sec_flags): Handle long symbol names when looking for the
  718.     section symbol.
  719.     (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
  720.     (bfd_coff_long_section_names): Define.
  721.     (coff_write_object_contents): Handle long section names.
  722.     (bfd_coff_std_swap_table): Initialize new field.
  723.     * libcoff.h: Rebuild.
  724.     * coffgen.c (make_a_section_from_file): Handle long section
  725.     names.
  726.     (coff_write_symbols): Handle long section names.
  727.     * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
  728.     * coff-mips.c (mips_ecoff_backend_data): Likewise.
  729.     * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
  730.     * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
  731.     * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
  732.     * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
  733.     * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
  734.     * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
  735.  
  736.     * bout.c (b_out_callback): Set lma of sections.
  737.     (b_out_bfd_get_relocated_section_contents): Rename in_abfd
  738.     parameter to output_bfd.  Used input_bfd instead of output_bfd in
  739.     several places.
  740.  
  741. Tue Apr 30 17:56:39 1996  Ian Lance Taylor  <ian@cygnus.com>
  742.  
  743.     * aoutx.h (translate_from_native_sym_flags): Don't create
  744.     SEC_CONSTRUCTOR sections.
  745.     * ecoff.c (ecoff_set_symbol_info): Likewise.
  746.  
  747.     * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
  748.     From Don Bowman <bowman@waterloo.hp.com>.
  749.  
  750. Tue Apr 30 17:06:32 1996  Doug Evans  <dje@canuck.cygnus.com>
  751.  
  752.     * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
  753.     SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
  754.  
  755. Mon Apr 29 13:15:17 1996  Ian Lance Taylor  <ian@cygnus.com>
  756.  
  757.     * elf32-mips.c (struct mips_elf_link_hash_entry): Add
  758.     mips_32_relocs field.
  759.     (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
  760.     (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
  761.     relocs against a global symbol which is not defined in a regular
  762.     file.
  763.     (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
  764.     against a global symbol, increment mips_32_relocs.
  765.     (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
  766.     the symbol is not defined in a regular file, make room in the
  767.     .rel.dyn section.
  768.  
  769. Fri Apr 26 18:00:37 1996  Ian Lance Taylor  <ian@cygnus.com>
  770.  
  771.     * ecoff.c (ecoff_compute_section_file_positions): Track the real
  772.     file position and the virtual file position separately.  Set
  773.     filepos information bsaed on the real file position.
  774.     (_bfd_ecoff_set_section_contents): Handle .lib sections like the
  775.     Jan 23 change to coffcode.h.
  776.  
  777.     * som.c (som_slurp_symbol_table): Set the symbol count to the
  778.     number of BFD symbols created.
  779.  
  780. Fri Apr 26 12:34:29 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  781.  
  782.     * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
  783.     output file if linking shared objects.  Loop to check all relocs,
  784.     rather than returning false on first error.
  785.  
  786. Thu Apr 25 13:25:12 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  787.  
  788.     * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
  789.     (ppc_elf_additional_program_headers): If .interp section, bump #
  790.     of program headers by 1.
  791.     (ppc_elf_adjust_dynamic_symbol): Flesh out support.
  792.     (ppc_elf_size_dynamic_sections): Add support for .plt section.
  793.     (ppc_elf_check_relocs): Print out filename in debug code.  Enable
  794.     PLT support.
  795.     (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
  796.     debug output.
  797.     (ppc_elf_relocate_section): If the output section isn't defined,
  798.     don't abort, just give an error message.
  799.  
  800.     * elflink.c (_bfd_elf_create_dynamic_sections): If the section
  801.     being created is .sdata or .sdata2, don't make the symbol dynamic.
  802.  
  803. Wed Apr 24 14:04:07 1996  Ian Lance Taylor  <ian@cygnus.com>
  804.  
  805.     * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
  806.     members of an archive for dynamic objects with no symbols, and
  807.     pass them directly to check_archive_element.
  808.     (xcoff_link_check_ar_symbols): Pass dynamic objects to
  809.     xcoff_link_check_dynamic_ar_symbols.
  810.     (xcoff_link_check_dynamic_ar_symbols): New static function.
  811.  
  812.     * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
  813.     from _bfd_nodynamic to _bfd_xcoff.
  814.     * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
  815.     Declare.
  816.     (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
  817.     (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
  818.     (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
  819.     * libcoff.h: Rebuild.
  820.     * xcofflink.c (xcoff_swap_ldrel_in): New static function.
  821.     (xcoff_get_section_contents): New static function.
  822.     (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
  823.     (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
  824.     (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
  825.     (xcoff_dynamic_reloc): New static variable.
  826.     (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
  827.     (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
  828.     
  829. Tue Apr 23 12:48:42 1996  Ian Lance Taylor  <ian@cygnus.com>
  830.  
  831.     * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
  832.     if reloc_entry->addend is not 0.
  833.     (CALC_ADDEND): Just set the addend to reloc.r_offset.
  834.  
  835. Mon Apr 22 18:29:01 1996  Doug Evans  <dje@canuck.cygnus.com>
  836.  
  837.     * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
  838.     R_SPARC_GLOB_JMP.
  839.     * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
  840.     Add entries for R_SPARC_[56].
  841.     (sparc_reloc_map): Add entries for R_SPARC_[56].
  842.  
  843. Mon Apr 22 15:07:24 1996  Ian Lance Taylor  <ian@cygnus.com>
  844.  
  845.     Optimize linking of stabs in sections as used in ELF and COFF.
  846.     * stabs.c: New file.
  847.     * libbfd-in.h (_bfd_link_section_stabs): Declare.
  848.     (_bfd_write_section_stabs): Declare.
  849.     (_bfd_write_stab_strings): Declare.
  850.     * libbfd.h: Rebuild.
  851.     * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
  852.     (struct coff_link_hash_table): Add stab_info field.
  853.     * libcoff.h: Rebuild.
  854.     * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
  855.     stab_info field.
  856.     (coff_link_add_symbols): Call _bfd_link_section_stabs if
  857.     appropriate.
  858.     (_bfd_coff_final_link): Write out stab strings hash table.
  859.     (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
  860.     * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
  861.     hash table.
  862.     * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
  863.     (struct bfd_elf_section_data): Add stab_info field.
  864.     * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
  865.     field.
  866.     * elflink.h (elf_link_add_object_symbols): If appropriate, call
  867.     _bfd_link_section_stabs.
  868.     (elf_bfd_final_link): Write out stab strings hash table.
  869.     (elf_link_input_bfd): Handle optimized stabs sections.
  870.     * reloc.c (_bfd_final_link_relocate): Check address against
  871.     _raw_size rather than _cooked_size.
  872.     * Makefile.in: Rebuild dependencies.
  873.     (BFD_LIBS): Add stabs.o
  874.     (BFD_LIBS_CFILES): Add stabs.c.
  875.  
  876.     * VERSION: Increment for bfdlink.h change.
  877.  
  878.     * coffgen.c (coff_renumber_symbols): Correct handling of
  879.     BSF_NOT_AT_END common symbols.
  880.  
  881. Fri Apr 19 19:21:56 1996  Ian Lance Taylor  <ian@cygnus.com>
  882.  
  883.     * coff-ppc.c (record_toc): Add cast to avoid warning.
  884.     (ppc_allocate_toc_section): Likewise.
  885.     (coff_ppc_relocate_section): Remove ANSI C string concatenation.
  886.     (ppc_coff_reloc_type_lookup): Remove unreached code.
  887.     * coffcode.h (coff_write_object_contents): Don't take the address
  888.     of an array.
  889.     * peicode.h (pe_print_idata): Add casts to avoid warning.
  890.     (pe_print_edata): Likewise.
  891.     (pe_print_reloc): Remove ANSI C string concatenation.
  892.  
  893. Thu Apr 18 18:51:18 1996  Ian Lance Taylor  <ian@cygnus.com>
  894.  
  895.     * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
  896.     and last_bf fields.
  897.     * libcoff.h: Rebuild.
  898.     * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
  899.     symbols.
  900.     (coff_swap_aux_out): Likewise.
  901.     * peicode.h (coff_swap_aux_in): Likewise.
  902.     (coff_swap_aux_out): Likewise.
  903.     * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
  904.     symbols.
  905.     * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
  906.     field.
  907.     (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
  908.     Fix up .bf endndx link fields.
  909.     * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
  910.     field.
  911.     * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
  912.     symbols.
  913.  
  914. Wed Apr 17 12:08:24 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  915.  
  916.     * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
  917.     on Solaris PowerPC systems doesn't get confused.
  918.  
  919.     * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
  920.     #ifdef PPC.
  921.  
  922.     * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
  923.     (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
  924.     update did_reg and did_reg2.
  925.  
  926. Wed Apr 17 13:07:37 1996  Ian Lance Taylor  <ian@cygnus.com>
  927.  
  928.     * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
  929.  
  930.     * linker.c (_bfd_generic_link_add_one_symbol): When calling the
  931.     callback routines, pass h->root.string rather than name, in case
  932.     copy is true and name is transient.
  933.  
  934. Tue Apr 16 16:36:38 1996  Stu Grossman  (grossman@lisa.cygnus.com)
  935.  
  936.     * elfcore.h:  Add support for core files with multiple threads.
  937.     (Primarily for Solaris.)
  938.  
  939. Tue Apr 16 13:44:08 1996  Ian Lance Taylor  <ian@cygnus.com>
  940.  
  941.     * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
  942.     section->orelocation is NULL.
  943.  
  944.     * coffgen.c (bfd_coff_get_syment): New function.
  945.     (bfd_coff_get_auxent): New function.
  946.     * bfd-in.h (bfd_coff_get_syment): Declare.
  947.     (bfd_coff_get_auxent): Declare.
  948.     * bfd-in2.h: Rebuild.
  949.  
  950. Mon Apr 15 19:06:59 1996  Ian Lance Taylor  <ian@cygnus.com>
  951.  
  952.     * elf32-mips.c (struct mips_hi16): Define.
  953.     (mips_hi16_addr, mips_hi16_addend): Remove.
  954.     (mips_hi16_list): New static variable.
  955.     (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
  956.     (mips_elf_lo16_reloc): Process mips_hi16_list.
  957.     (mips_elf_relocate_section): Permit an arbitrary number of HI16
  958.     relocs before the associated LO16 reloc.
  959.  
  960. Wed Apr 10 00:23:53 1996  Ian Lance Taylor  <ian@cygnus.com>
  961.  
  962.     * versados.c (versados_scan): Check bfd_alloc return value.
  963.     (versados_object_p): Check all bfd_read return values.  Require
  964.     that lang field be less than 10, to avoid confusion with Intel Hex
  965.     files.
  966.  
  967.     * libaout.h (WRITE_HEADERS): Write out the relocs even if there
  968.     aren't any symbols.
  969.     * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
  970.     not 0, for an absolute symbol.
  971.     (NAME(aout,swap_ext_reloc_out)): Likewise.
  972.  
  973.     * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
  974.     (ihex_write_object_contents): For a large start address, output
  975.     the full 32 bit address in record type 5.
  976.  
  977.     * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
  978.     to int to avoid promotion problems in prototype.
  979.  
  980. Tue Apr  9 11:44:21 1996  Ian Lance Taylor  <ian@cygnus.com>
  981.  
  982.     * configure.host: Use ${srcdir} when looking for picfrag.
  983.  
  984.     * configure.host: Switch on ${libdir}, not $(libdir).  From
  985.     alan@spri.levels.unisa.edu.au (Alan Modra).
  986.  
  987.     * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
  988.     entry point, not just for DYNAMIC objects.
  989.     * sunos.c (sunos_add_dynamic_symbols): Always call
  990.     sunos_create_dynamic_sections.  If called with a non DYNAMIC
  991.     object, don't do anything else.
  992.     (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
  993.  
  994. Mon Apr  8 12:09:36 1996  Ian Lance Taylor  <ian@cygnus.com>
  995.  
  996.     * configure.in: Permit --enable-shared to specify a list of
  997.     directories.
  998.     * configure: Rebuild.
  999.  
  1000.     * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
  1001.     host when configuring with --enable-shard.
  1002.  
  1003. Fri Apr  5 12:24:13 1996  Ian Lance Taylor  <ian@cygnus.com>
  1004.  
  1005.     * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
  1006.     <jdp@polstra.com>.
  1007.  
  1008.     * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
  1009.     to avoid crashing in bfd_hash_replace.
  1010.  
  1011.     * sysdep.h: Use #ifdef, not #if.
  1012.  
  1013. Thu Apr  4 23:32:23 1996  Ian Lance Taylor  <ian@cygnus.com>
  1014.  
  1015.     * config.in: Rebuild.
  1016.  
  1017. Thu Apr  4 18:49:09 1996  Fred Fish  <fnf@cygnus.com>
  1018.  
  1019.     * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
  1020.     (AC_CHECK_HEADERS): Check for sys/time.h
  1021.     (AC_HEADER_TIME): Add macro.
  1022.     * configure: Rebuild.
  1023.     * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
  1024.     to control what combination of <time> and <sys/time.h>
  1025.     get included.
  1026.     
  1027. Tue Apr  2 13:11:53 1996  Doug Evans  <dje@canuck.cygnus.com>
  1028.  
  1029.     * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
  1030.     (aout_32_sunos4_write_object_contents): Likewise.
  1031.     * aoutx.h (NAME(aout,machine_type)): Handle
  1032.     bfd_mach_sparc_{sparclet,sparclite}.
  1033.     * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
  1034.     (bfd_mach_sparc_v9_p): Update.
  1035.     * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
  1036.     * libaout.h (enum machine_type): Add M_SPARCLET.
  1037.     * sunos.c (MACHTYPE_OK): Define.
  1038.     * bfd-in2.h: Regenerated.
  1039.  
  1040. Tue Apr  2 00:33:18 1996  Ian Lance Taylor  <ian@cygnus.com>
  1041.  
  1042.     * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
  1043.     * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
  1044.     * elflink.c (_bfd_elf_create_got_section): Store the
  1045.     _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
  1046.     * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
  1047.     global offset table goes over 0x1000, set the value of
  1048.     _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
  1049.     (elf32_sparc_relocate_section): Subtract the offset of
  1050.     _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
  1051.  
  1052.     * elfcode.h: Don't include <string.h>.
  1053.  
  1054. Mon Apr  1 10:39:24 1996  Jeffrey A Law  (law@cygnus.com)
  1055.  
  1056.     * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
  1057.     generic_link_hash_newfunc.  All references changed.
  1058.     * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
  1059.     moved here from libbfd-in.h.
  1060.     * libbfd-in.h: Corresponding changes.
  1061.     * libbfd.h: Regenerated.
  1062.  
  1063. Mon Apr  1 12:35:36 1996  Ian Lance Taylor  <ian@cygnus.com>
  1064.  
  1065.     * aoutx.h (aout_link_input_section_std): When reporting an
  1066.     overflow error, use the name of the symbol in the hash table if
  1067.     available.
  1068.     (aout_link_input_section_ext): Likewise.
  1069.  
  1070.     * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
  1071.     defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
  1072.  
  1073. Sun Mar 31 01:58:41 1996  steve chamberlain  <sac@slash.cygnus.com>
  1074.  
  1075.     * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
  1076.     * coffcode.h (coff_compute_section_file_positions): Likewise.
  1077.     (coff_write_object_contents): Likewise.
  1078.     
  1079. Fri Mar 29 12:44:36 1996  Ian Lance Taylor  <ian@cygnus.com>
  1080.  
  1081.     * section.c (SEC_LINK_ONCE): Define.
  1082.     (SEC_LINK_DUPLICATES): Define.
  1083.     (SEC_LINK_DUPLICATES_DISCARD): Define.
  1084.     (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
  1085.     (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
  1086.     (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
  1087.     * bfd-in2.h: Rebuild.
  1088.     * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
  1089.     SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
  1090.     (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
  1091.     into SEC_EXCLUDE.  If IMAGE_SCN_LNK_COMDAT is set, set
  1092.     SEC_LINK_ONCE, and look through the symbol table for the setting
  1093.     for SEC_LINK_DUPLICATES.
  1094.     (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
  1095.     set for a section, find the section symbol in the symbol table,
  1096.     and set the aux entry based on SEC_LINK_DUPLICATES.
  1097.     * coffgen.c (coff_print_symbol): Add a space before "checksum".
  1098.     * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
  1099.     SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
  1100.     * coff-i386.c (i386coff_vec): Likewise.
  1101.     * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
  1102.  
  1103.     * VERSION: Bump to 2.6.1.
  1104.     * Makefile.in (stamp-h): Depend upon VERSION.
  1105.  
  1106. Thu Mar 28 23:48:49 1996  Jeffrey A Law  (law@cygnus.com)
  1107.  
  1108.     * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
  1109.     * libbfd.h: Rebuilt.
  1110.     * linker.c (generic_link_hash_newfunc): No longer static.
  1111.     * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
  1112.     to override.
  1113.     * coff-h8300.c: Add two derived hash tables and their associated
  1114.     funtions and #defines for use by the h8300 linker.
  1115.     (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
  1116.     the function vector as needed.  Place the address of the function
  1117.     vector entry in the location specified by the R_MEM_INDIRECT reloc.
  1118.     Rewrite the vectors section contents as necessary.
  1119.     (h8300_bfd_link_add_symbols): New function for the h8300 linker. 
  1120.     (coff_bfd_link_add_symbols): Define to use h8300 specific version.
  1121.     (coff_bfd_link_hash_table_create): Likewise.
  1122.  
  1123. Thu Mar 28 17:44:08 1996  Ian Lance Taylor  <ian@cygnus.com>
  1124.  
  1125.     * libhppa.h: If gcc 2.7 or higher, declare all the functions with
  1126.     __attribute__ ((__unused__)) so that -Wall doesn't warn about
  1127.     them.
  1128.     (hppa_rebuild_insn): Pass pointer to correct type to
  1129.     low_sign_unext and dis_assemble_21.
  1130.  
  1131. Thu Mar 28 11:00:36 1996  Doug Evans  <dje@canuck.cygnus.com>
  1132.  
  1133.     * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
  1134.     Stick with sparc-*-{sysv4*,solaris2*}.
  1135.  
  1136. Wed Mar 27 10:43:34 1996  Ian Lance Taylor  <ian@cygnus.com>
  1137.  
  1138.     * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
  1139.     (coff_swap_aux_out): Swap out extra PE x_scn fields.
  1140.     * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
  1141.     * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
  1142.     fields is non-zero, print them.
  1143.  
  1144.     * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
  1145.     ifdef.  Remove unused variables.
  1146.     (ppc_record_data_in_toc_entry): Ifdef out.  Removed unused
  1147.     variables.
  1148.     (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
  1149.     (get_symbol_value): Ifdef out.
  1150.     (pe_ppc_reloc): Ifdef out.  Remove unused variables.
  1151.     (coff_ppc_relocate_section): Remove unused variables.  Make
  1152.     fprintf strings and argument types correspond.  Put before_addr in
  1153.     DEBUG_RELOC ifdef.
  1154.     (dump_toc): Make fprintf strings and argument types correspond.
  1155.     (ppc_process_before_allocation): Remove unused variables.  Always
  1156.     return a value.
  1157.     (ppc_reflo_reloc): Ifdef out.
  1158.     (ppc_addr32nb_reloc): Ifdef out.
  1159.     (ppc_coff_rtype2howto): Make fprintf strings and argument types
  1160.     correspond.
  1161.     (coff_ppc_rtype_to_howto): Likewise.
  1162.     (ppc_coff_swap_sym_in_hook): Remove unused variables.
  1163.  
  1164.     * peicode.h (pe_print_idata): Move otherwise unused variables into
  1165.     the #ifdef where they are used.  Always return a value.
  1166.     (pe_print_edata): Make fprintf strings and argument types
  1167.     correspond.  Always return a value.
  1168.     (pe_print_pdata): Removed unused variable addr_value.  Always
  1169.     return a value.
  1170.     (pe_print_reloc): Remove unused variable onaline.  Make fprintf
  1171.     strings and argument types correspond.  Always return a value.
  1172.  
  1173.     * elf32-ppc.c (ppc_elf_fake_sections): Return true.
  1174.     (ppc_elf_finish_dynamic_symbol): Move definition of unused
  1175.     variable rela inside #if 0 section where it is used.
  1176.  
  1177.     * ns32k.h: New file.
  1178.     * cpu-ns32k.h: Include ns32k.h.  Rename externally visible
  1179.     functions to start with _bfd_.
  1180.     * aout-ns32k.c: Include ns32k.h.  Change references to renamed
  1181.     functions in cpu-ns32k.h.
  1182.     * Makefile.in: Rebuild dependencies.
  1183.     (HFILES): Add ns32k.h.
  1184.  
  1185.     * section.c (struct sec): Add linker_mark field.  Change
  1186.     user_set_vma and reloc_done to be single bit fields.
  1187.     (STD_SECTION): Update accordingly.
  1188.     * bfd-in2.h: Rebuild.
  1189.     * aoutx.h (NAME(aout,final_link)): Mark sections included in the
  1190.     link.
  1191.     (aout_link_input_bfd): Don't link unmarked sections.
  1192.     * cofflink.c (_bfd_coff_final_link): Mark sections included in the
  1193.     link.
  1194.     (_bfd_coff_link_input_bfd): Don't link unmarked sections.
  1195.     * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
  1196.     the link.
  1197.     * elflink.h (elf_bfd_final_link): Mark sections included in the
  1198.     link.
  1199.     (elf_link_input_bfd): Don't link unmarked sections.
  1200.     * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
  1201.     in the link.
  1202.     (xcoff_link_input_bfd): Don't link unmarked sections.
  1203.  
  1204.     * coffswap.h (coff_swap_scnhdr_out): Include section name in
  1205.     overflow error messages.
  1206.  
  1207. Tue Mar 26 15:46:18 1996  Ian Lance Taylor  <ian@cygnus.com>
  1208.  
  1209.     * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
  1210.     is not set, print "BFD: " before the error message.
  1211.  
  1212.     * configure.in: Use AC_CHECK_TOOL to find ar and ranlib.  From
  1213.     Miles Bader <miles@gnu.ai.mit.edu>.
  1214.     * configure: Rebuild.
  1215.  
  1216. Fri Mar 22 12:17:00 1996  Ian Lance Taylor  <ian@cygnus.com>
  1217.  
  1218.     * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
  1219.     symbols.
  1220.  
  1221.     * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
  1222.     m68k-aout, m68k-coff, and m68k-elf targets.
  1223.  
  1224. Fri Mar 22 11:33:44 1996  Martin Anantharaman  <martin@goofy.imech.uni-duisburg.de>
  1225.  
  1226.     * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
  1227.     (ieee_generic_stat_arch_elt): Restructured to prevent
  1228.     ieee_object_p from being called repeatedly.
  1229.  
  1230. Thu Mar 21 11:00:47 1996  steve chamberlain  <sac@slash.cygnus.com>
  1231.  
  1232.     * coffcode.h (coff_write_object_contents):  Allocate
  1233.     buffers large enough for any FILEHDR or AOUTHDR.
  1234.  
  1235. Thu Mar 21 16:28:17 1996  David Mosberger-Tang  <davidm@azstarnet.com>
  1236.  
  1237.     * ecofflink.c (lookup_line): New static function, renamed and
  1238.     slighly changed from old _bfd_ecoff_locate_line.
  1239.     (_bfd_ecoff_locate_line): Cache line number information.  Use
  1240.     lookup_line for actual lookup.
  1241.  
  1242. Thu Mar 21 14:59:11 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  1243.  
  1244.     * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
  1245.     multiple of 20 bytes.
  1246.  
  1247. Thu Mar 21 13:54:40 1996  Ian Lance Taylor  <ian@cygnus.com>
  1248.  
  1249.     * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
  1250.     allocate ecoff_find_line, and don't initialize by hand.
  1251.     * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
  1252.     mips_elf_find_line, and don't call memset.
  1253.  
  1254.     * coffcode.h (coff_compute_section_file_positions): If not
  1255.     producing a final executable, don't consider sofar when aligning
  1256.     the section to the correct size.
  1257.  
  1258. Wed Mar 20 16:53:12 1996  Ian Lance Taylor  <ian@cygnus.com>
  1259.  
  1260.     * coffcode.h (coff_add_missing_symbols): Ifdef out.
  1261.     (coff_write_object_contents): Don't call coff_add_missing_symbols.
  1262.     * coffgen.c (coff_section_symbol): Ifdef out.
  1263.  
  1264. Mon Mar 18 12:54:41 1996  Ian Lance Taylor  <ian@cygnus.com>
  1265.  
  1266.     * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
  1267.     output_bfd is not NULL.
  1268.  
  1269. Thu Mar 14 17:12:06 1996  Doug Evans  <dje@charmed.cygnus.com>
  1270.  
  1271.     * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
  1272.     of bfd_alloc (fixes fix_line not being initialized).
  1273.     Delete zeroing of fix_{value,tag,end,scnlen} fields.
  1274.  
  1275. Thu Mar 14 16:06:06 1996  Jeffrey A Law  (law@cygnus.com)
  1276.  
  1277.     * coffcode.h: Allow specific backends to override the
  1278.     bfd_link_add_symbols routine.
  1279.  
  1280.     * coff-h8300.c: Include genlink.h.
  1281.     (howto_table): Add R_MEM_INDIRECT.
  1282.     (rtype2howto): Support R_MEM_INDIRECT.
  1283.     (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
  1284.     for now.
  1285.     
  1286. Tue Mar 12 12:41:17 1996  David Mosberger-Tang  <davidm@koala.azstarnet.com>
  1287.  
  1288.     * coff-alpha.c (alpha_relocate_section): Use
  1289.     info->callbacks_warning, rather than _bfd_error_handler, for
  1290.     "multiple gp" warning.
  1291.  
  1292. Tue Mar 12 12:10:55 1996  Ian Lance Taylor  <ian@cygnus.com>
  1293.  
  1294.     * linker.c (bfd_wrapped_link_hash_lookup): New function.
  1295.     (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
  1296.     table string.  Use bfd_wrapped_link_hash_lookup.
  1297.     (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
  1298.     table string.
  1299.     * aoutx.h (aout_link_write_symbols): Use the name from the hash
  1300.     table, if any, when writing out symbols.
  1301.     (aout_link_input_section_std): Use the name from the hash table,
  1302.     if any, when reporting undefined symbols.
  1303.     (aout_link_input_section_ext): Likewise.
  1304.     (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
  1305.     * bout.c (get_value): Likewise.
  1306.     * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
  1307.     * ecoff.c (ecoff_reloc_link_order): Likewise.
  1308.     * elflink.h (elf_link_add_object_symbols): Likewise.
  1309.     (elf_reloc_link_order): Likewise.    
  1310.     * linker.c (_bfd_generic_link_output_symbols): Likewise.
  1311.     (_bfd_generic_reloc_link_order): Likewise.
  1312.     (default_indirect_link_order): Likewise.
  1313.     * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
  1314.     * sunos.c (sunos_add_one_symbol): Likewise.
  1315.     * xcofflink.c (xcoff_link_add_symbols): Likewise.
  1316.     (bfd_xcoff_link_count_reloc): Likewise.
  1317.     (xcoff_reloc_link_order): Likewise.
  1318.  
  1319.     * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
  1320.     into -1 for intern->rss.
  1321.  
  1322.     * configure: Rebuild with autoconf 2.8.
  1323.  
  1324. Mon Mar 11 12:28:31 1996  Ian Lance Taylor  <ian@cygnus.com>
  1325.  
  1326.     * stab-syms.c (__define_stab_duplicate): Define.
  1327.     (bfd_get_stab_name): Rename from aout_stab_name.  Rewrite to use a
  1328.     switch.
  1329.     * bfd-in.h (bfd_get_stab_name): Declare.
  1330.     * bfd-in2.h: Rebuild.
  1331.     * Makefile.in: Rebuild dependencies.
  1332.     (BFD_LIBS): Add stab-syms.o.
  1333.     (BFD_LIBS_CFILES): Add stab-syms.c.
  1334.     (BFD32_BACKENDS): Remove stab-syms.o.
  1335.     (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
  1336.     * configure.in: Don't list stab-syms.o in bfd_backends.
  1337.     * configure: Rebuild.
  1338.     * libaout.h (aout_stab_name): Don't declare.
  1339.     * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
  1340.     not aout_stab_name.
  1341.  
  1342. Fri Mar  8 11:26:20 1996  Ian Lance Taylor  <ian@cygnus.com>
  1343.  
  1344.     * elf.c (assign_file_positions_for_segments): Adjust file offset
  1345.     for section alignment even if SEC_LOAD is not set.
  1346.  
  1347. Tue Mar  5 12:02:23 1996  Ian Lance Taylor  <ian@cygnus.com>
  1348.  
  1349.     * configure.in: Don't set SHLIB or SHLINK to an empty string,
  1350.     since they appear as targets in Makefile.in.
  1351.     * configure: Rebuild.
  1352.  
  1353.     * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
  1354.     don't fiddle with a symbol which is not defined anywhere.
  1355.  
  1356. Mon Mar  4 12:49:16 1996  Ian Lance Taylor  <ian@cygnus.com>
  1357.  
  1358.     * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
  1359.     though they are defined in a shared library.
  1360.     (xcoff_build_ldsyms): Likewise.
  1361.  
  1362.     * coffgen.c (coff_find_nearest_line): Don't look at the line
  1363.     numbers for the section if section->lineno is NULL.
  1364.  
  1365.     * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
  1366.     message rather than calling BFD_ASSERT.
  1367.     * elfcode.h (write_relocs): Check return value of
  1368.     _bfd_elf_symbol_from_bfd_symbol.
  1369.  
  1370. Fri Mar  1 09:42:59 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  1371.  
  1372.     * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
  1373.     for .sbss section.
  1374.  
  1375. Wed Feb 28 11:25:47 1996  Jeffrey A Law  (law@cygnus.com)
  1376.  
  1377.     * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
  1378.     and R_HPPA_NLRSEL.
  1379.     (e_nsel, e_nlsel, e_nlrsel): Undefine.  Add to
  1380.     hppa_reloc_field_selector_type_alt.
  1381.     (hppa_field_adjust): Handle e_nlsel, e_nlrsel.  Fix e_nsel handling.
  1382.     * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
  1383.     selectors.
  1384.     (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
  1385.  
  1386. Wed Feb 28 11:00:24 1996  Ian Lance Taylor  <ian@cygnus.com>
  1387.  
  1388.     * elf.c (assign_file_positions_for_segments): Adjust the segment
  1389.     memory size for the alignment of a SEC_ALLOC section, not just a
  1390.     SEC_LOAD section.
  1391.  
  1392. Tue Feb 27 14:17:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  1393.  
  1394.     * m68klinux.c: New file.
  1395.     * hosts/m68klinux.h: New file.
  1396.     * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
  1397.     * configure.in (m68*-*-linux*): New native host.
  1398.     (m68klinux_vec): New vector.
  1399.     * configure: Rebuild.
  1400.     * targets.c (m68klinux_vec): Declare.
  1401.     * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
  1402.     bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
  1403.     * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
  1404.     declaration from bfd_linux_size_dynamic_sections.
  1405.     (bfd_m68klinux_size_dynamic_sections): Declare.
  1406.     * bfd-in2.h: Rebuild.
  1407.     * Makefile.in: Rebuild dependencies.
  1408.     (BFD32_BACKENDS): Add m68klinux.o.
  1409.     (BFD32_BACKENDS_CFILES): Add m68klinux.c.
  1410.  
  1411. Tue Feb 27 11:31:34 1996  Jeffrey A Law  (law@cygnus.com)
  1412.  
  1413.     * libhppa.h (pa_arch): Add pa20.
  1414.     (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
  1415.     (e_nsel): Undefine.  Add to hppa_reloc_field_selector_type_alt.
  1416.     (hppa_field_adjust): Handle e_nsel.
  1417.     * som.c: Provide default definitions for many new relocs found only
  1418.     in hpux10 include files.
  1419.     (som_fixup_formats): Add several new relocs from hpux10.
  1420.     (som_hppa_howto_table): Add hpux10 relocs.
  1421.     (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
  1422.  
  1423. Mon Feb 26 12:52:48 1996  Stan Shebs  <shebs@andros.cygnus.com>
  1424.  
  1425.     * mpw-make.sed: Edit out recent shared library support, and
  1426.     rules to rebuild .h files using doc/chew.
  1427.  
  1428. Mon Feb 26 14:48:39 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
  1429.  
  1430.     * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
  1431.     size even of sections with no contents.
  1432.  
  1433. Mon Feb 26 14:01:13 1996  Ian Lance Taylor  <ian@cygnus.com>
  1434.  
  1435.     * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
  1436.     starting with '$' the way we skip names starting with '.'.  When
  1437.     updating x_endndx, don't be fooled by an index which has been
  1438.     merged.
  1439.  
  1440.     * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
  1441.     struct/union/enum type with no elements.
  1442.  
  1443. Sat Feb 24 11:38:58 1996  Ian Lance Taylor  <ian@cygnus.com>
  1444.  
  1445.     * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
  1446.  
  1447.     * archive.c (bfd_generic_archive_p): If the first file in the
  1448.     archive can not be recognized as an object, don't assume that this
  1449.     is the wrong format.
  1450.  
  1451.     * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
  1452.     format is not bfd_object.
  1453.     (bfd_elf_get_dt_soname): Likewise.
  1454.  
  1455. Wed Feb 21 13:58:04 1996  Ian Lance Taylor  <ian@cygnus.com>
  1456.  
  1457.     * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
  1458.     reloc.
  1459.  
  1460. Tue Feb 20 16:22:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
  1461.  
  1462.     * bfd.c (tdata): Add netbsd_core_data.
  1463.     * bfd-in2.h: Regenerated.
  1464.  
  1465. Tue Feb 20 16:50:02 1996  Ian Lance Taylor  <ian@cygnus.com>
  1466.  
  1467.     * sunos.c (SUNOS_CONSTRUCTOR): Define.
  1468.     (sunos_add_one_symbol): Don't let a symbol from a dynamic object
  1469.     override a constructor symbol.  Set SUNOS_CONSTRUCTOR when
  1470.     appropriate.
  1471.  
  1472.     * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
  1473.     to get the symbol index, matching 14 Jul 95 change.
  1474.  
  1475. Tue Feb 20 08:26:27 1996  Fred Fish  <fnf@phydeaux.cygnus.com>
  1476.  
  1477.     * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
  1478.     Remove duplicate definition of gp.
  1479.  
  1480. Mon Feb 19 12:37:41 1996  Ian Lance Taylor  <ian@cygnus.com>
  1481.  
  1482.     * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
  1483.     assume that we can set the GP value and then get the same value,
  1484.     since it won't be true if the output file is neither ELF nor
  1485.     ECOFF.
  1486.     * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
  1487.     _bfd_get_gp_value here.
  1488.     (mips_gprel_reloc): Don't assume we can set and get the GP value.
  1489.     * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
  1490.     mips_elf_final_gp.
  1491.     (mips_elf_lo16_reloc): Likewise.
  1492.     (mips_elf_final_gp): Add pgp parameter.  Set it to the GP value.
  1493.     Don't require that the BFD be ELF.
  1494.     (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
  1495.     (mips_elf_gprel32_reloc): Likewise.
  1496.     (mips_elf_relocate_section): Don't assume we can set and get the
  1497.     GP value.
  1498.     (mips_elf_finish_dynamic_symbol): Don't bother to use
  1499.     _bfd_get_gp_value here.
  1500.  
  1501.     * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
  1502.     Don't change epdr between malloc and free.  Be careful not to free
  1503.     NULL pointers.  Zero out the first RPDR.
  1504.  
  1505.     * configure.host: On Linux, only pass -rpath option if $(libdir)
  1506.     is neither /lib nor /usr/lib.  From Alan Modra
  1507.     <alan@mullet.Levels.UniSA.Edu.Au>.
  1508.  
  1509.     * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
  1510.     dt_name.
  1511.     (elf_dt_name): Rename from elf_dt_needed_name.
  1512.     * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
  1513.     elf_dt_needed_name.
  1514.     (bfd_elf_get_dt_soname): New function.
  1515.     * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
  1516.     elf_dt_needed_name.  Save the SONAME back in elf_dt_name.
  1517.     * bfd-in.h (bfd_elf_get_dt_soname): Declare.
  1518.     * bfd-in2.h: Rebuild.
  1519.  
  1520. Mon Feb 19 02:50:23 1996  Doug Evans  <dje@charmed.cygnus.com>
  1521.  
  1522.     * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
  1523.     _bfd_sparc_elf_reloc_type_lookup.
  1524.     (bfd_elf32_bfd_reloc_type_lookup): Update.
  1525.     * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
  1526.     (sparc64_elf_howto_table): Define.
  1527.     (sparc_reloc_map): Define.
  1528.     (sparc64_elf_reloc_type_lookup): New function.
  1529.     (sparc_elf_wdisp16_reloc): New function.
  1530.     (elf_info_to_howto): Use sparc64_elf_howto_table.
  1531.     (sparc64_elf_relocate_section): Likewise.
  1532.     (bfd_elf64_bfd_reloc_type_lookup): Update.
  1533.  
  1534. Sun Feb 18 15:02:25 1996  Ian Lance Taylor  <ian@cygnus.com>
  1535.  
  1536.     * configure.host: Check for 'do not mix' from native linker before
  1537.     trying to use -rpath.
  1538.  
  1539. Fri Feb 16 12:46:18 1996  Ian Lance Taylor  <ian@cygnus.com>
  1540.  
  1541.     * bfd.c (_bfd_get_gp_value): New function.
  1542.     (_bfd_set_gp_value): New function.
  1543.     * libbfd-in.h (_bfd_get_gp_value): Declare.
  1544.     (_bfd_set_gp_value): Declare.
  1545.     * libbfd.h: Rebuild.
  1546.     * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
  1547.     _bfd_get_gp_value and _bfd_set_gp_value rather than referring
  1548.     directly to the fields in the tdata information.
  1549.     (alpha_relocate_section): Likewise.
  1550.     * coff-mips.c (mips_adjust_reloc_in): Likewise.
  1551.     (mips_gprel_reloc): Likewise.
  1552.     (mips_relocate_section): Likewise.
  1553.     * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
  1554.     (mips_elf_lo16_reloc): Likewise.
  1555.     (mips_elf_final_gp): Likewise.
  1556.     (mips_elf_gprel16_reloc): Likewise.
  1557.     (mips_elf_gprel32_reloc): Likewise.
  1558.     (mips_elf_relocate_section): Likewise.
  1559.     (mips_elf_finish_dynamic_symbol): Likewise.
  1560.  
  1561.     * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
  1562.  
  1563. Thu Feb 15 11:29:13 1996  Ian Lance Taylor  <ian@cygnus.com>
  1564.  
  1565.     * configure.in: Call AC_PROG_CC before configure.host.
  1566.     * configure: Rebuild.
  1567.     * configure.host: Don't set information which autoconf should
  1568.     figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
  1569.  
  1570.     * configure.host: Remove go32 and win32 host information, since it
  1571.     should no longer be needed.
  1572.  
  1573.     * elf.c (map_sections_to_segments): If we have a .dynamic section,
  1574.     then start a new segment rather than put a writable section in a
  1575.     readonly segment.
  1576.  
  1577.     * configure.host: Set RPATH_ENVVAR.
  1578.  
  1579.     * Makefile.in: Rebuild dependencies.
  1580.  
  1581.     * elflink.c (_bfd_elf_create_linker_section): Remove unused
  1582.     zero_section variable.
  1583.  
  1584. Thu Feb 15 10:39:17 1996  H.J. Lu  <hjl@zoom.com>
  1585.  
  1586.     * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
  1587.     ($(srcdir)/libbfd.h): Rename from libbfd.h.
  1588.     ($(srcdir)/libcoff.h): Rename from libcoff.h.
  1589.  
  1590. Wed Feb 14 16:29:07 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
  1591.  
  1592.     * ieee.c (ieee_write_expression): Only use an R variable for a
  1593.     local symbol.  Don't output a zero offset.  Handle a zero address.
  1594.     (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
  1595.     (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
  1596.     PCREL_OFFSET.
  1597.     (parse_expression): Don't try to handle multiple occurrences of a
  1598.     P variable.  Handle I variables differently from X variables.  Fix
  1599.     the order of minus expressions.
  1600.     (ieee_slurp_external_symbols): Generate an I variable for an NN
  1601.     record.  Fix handling of ATI and ATX records.
  1602.     (ieee_slurp_sections): Only set minimal section attributes.
  1603.     Adjust them later, based on the section contents.
  1604.     (ieee_object_p): Read in the file until just after the ME record.
  1605.     Call ieee_slurp_section_data to set the section flags.
  1606.     (do_one): Add iterations parameter.  Only repeat the first load
  1607.     item.  Set the section and file reloc flags.
  1608.     (ieee_slurp_section_data): Set section flags.  Pass iterations to
  1609.     do_one.
  1610.     (ieee_canonicalize_reloc): Handle I variables.
  1611.     (do_with_relocs): Only emit relocation size when necessary.
  1612.     Increase MAXRUN to 127.  Change ov to be assigned, and take
  1613.     src_mask and pcrel_offset into account.
  1614.     (ieee_write_data_part): Skip sections that are not loaded.
  1615.     (ieee_write_external_part): Don't output optional last entry of WX
  1616.     records.
  1617.     (ieee_write_me_part): Make setting of me_record neater.
  1618.     (ieee_generic_stat_arch_elt): Get the size of an archive element.
  1619.  
  1620.     * syms.c (stt): Add entries for zerovars, vars, and code.
  1621.  
  1622.     * elfcode.h (validate_reloc): New static function.
  1623.     (write_relocs): Call validate_reloc for non ELF relocs.
  1624.  
  1625.     * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
  1626.     (TARGET_BIG_SYM): Use elf_symbol_leading_char.
  1627.     (TARGET_LITTLE_SYM): Likewise.
  1628.  
  1629.     * config.bfd (m68*-*-psos*): New target.
  1630.  
  1631. Tue Feb 13 15:56:22 1996  Bryan Ford  <baford@snake.cs.utah.edu>
  1632.  
  1633.     * i386msdos.c: Remove some #if 0 code.
  1634.     (msdos_write_object_contents): Don't include empty sections in the
  1635.     size computation, regardless of their address.
  1636.  
  1637. Tue Feb 13 15:36:37 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  1638.  
  1639.     * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
  1640.     is NULL, ie, the -r switch is used.
  1641.  
  1642. Tue Feb 13 14:35:15 1996  Ian Lance Taylor  <ian@cygnus.com>
  1643.  
  1644.     * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
  1645.     (BFD_RELOC_MIPS_GOT_LO16): Define.
  1646.     (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
  1647.     * bfd-in2.h, libbfd.h: Rebuild.
  1648.     * elf32-mips.c (mips_reloc_map): Map new relocs.
  1649.  
  1650.     * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
  1651.  
  1652.     * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
  1653.     $(SHLINK).
  1654.  
  1655.     * ieee.c (get_symbol): Set the section to bfd_abs_section.
  1656.     (do_with_relocs): If EXEC_P is set and there are no relocs, use a
  1657.     simple number for the section address, rather than an expression.
  1658.     Limit the number of bytes between relocs to MAXRUN.
  1659.     (ieee_write_me_part): Set me_record to the file offset after the
  1660.     start address.
  1661.     (ieee_write_processor): New static function.
  1662.     (ieee_write_object_contents): Use ieee_write_processor.
  1663.  
  1664. Fri Feb  9 10:53:00 1996  Ian Lance Taylor  <ian@cygnus.com>
  1665.  
  1666.     * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
  1667.  
  1668.     * coff-aux.c: Change include of aux.h to aux-coff.h.
  1669.  
  1670. Thu Feb  8 14:01:03 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  1671.  
  1672.     * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
  1673.     relocation put the addend both in the reloc entry and the data.
  1674.     (elf_m68k_finish_dynamic_symbol): Likewise.  Mask out marker in
  1675.     GOT offset value.
  1676.  
  1677.     * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
  1678.     a R_68K_PCxx reloc against a defined global symbol directly.
  1679.     (elf_m68k_check_relocs): Don't count such a reloc.
  1680.  
  1681.     * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
  1682.     a PLTxx reloc as dynamic.  Disallow PLTxxO reloc against a local
  1683.     symbol for now, otherwise always record the symbol as dynamic.
  1684.     (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
  1685.     is not referenced by a dynamic object, and we are not making a
  1686.     shared object, then don't make a PLT entry.  If we do make a PLT
  1687.     entry, make sure the symbol has been recorded as dynamic.
  1688.  
  1689. Wed Feb  7 13:56:06 1996  Ian Lance Taylor  <ian@cygnus.com>
  1690.  
  1691.     * configure.host: When making a shared library, set HLDFLAGS to
  1692.     pass an appropriate -rpath option.  Use the make variable SONAME
  1693.     as the shared library soname, rather than computing it here.  On
  1694.     SunOS, build stamp-tshlink in place of $(SHLINK).
  1695.     * Makefile.in (SONAME): New variable.
  1696.     ($(SHLINK)): Make a link to the transformed name, as well.
  1697.     (stamp-tshlink): New target.
  1698.     (install): Skip stamp-tshlink during install.
  1699.  
  1700. Wed Feb  7 13:37:39 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  1701.  
  1702.     * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
  1703.     linker sections have been set up yet.
  1704.  
  1705.     * elf.c (make_mapping): Add an additional argument to suppress
  1706.     making the first section include the program headers.
  1707.     (map_sections_to_segments): If the user used -Ttext such that the
  1708.     program headers are on a different page, do not set the flags
  1709.     saying that this section includes the program headers.
  1710.  
  1711. Tue Feb  6 14:04:49 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
  1712.  
  1713.     * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
  1714.     don't define TRAD_HEADER.
  1715.     * configure: Rebuild.
  1716.  
  1717.     * netbsd-core.c: New file, support for NetBSD core files.
  1718.     * hosts/*nbsd.h: Removed.
  1719.  
  1720. Tue Feb  6 11:47:49 1996  Doug Evans  <dje@charmed.cygnus.com>
  1721.  
  1722.     * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
  1723.     (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
  1724.     * libbfd.h, bfd-in2.h: Regenerated.
  1725.     * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
  1726.     bfd_elf32_bfd_reloc_type_lookup.
  1727.     (reloc_type{,_names}): Deleted.
  1728.     (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
  1729.     Add sparc64 relocs.
  1730.     (sparc_reloc_map): Add sparc64 relocs.
  1731.     (sparc_elf_notsupported_reloc): New static function.
  1732.     (sparc_elf_wdisp16_reloc): New static function.
  1733.     (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
  1734.     (elf32_sparc_relocate_section): Likewise.
  1735.     (bfd_elf32_bfd_reloc_type_lookup): Define.
  1736.     * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
  1737.     (reloc_type{,_names}): Deleted.
  1738.     (elf_sparc_howto_table): Deleted.
  1739.     (sparc_reloc_map): Deleted.
  1740.     (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
  1741.     (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
  1742.  
  1743. Tue Feb  6 12:12:22 1996  Ian Lance Taylor  <ian@cygnus.com>
  1744.  
  1745.     * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
  1746.     *-*-hpux* host.
  1747.  
  1748.     * Makefile.in (program_transform_name): New variable.
  1749.     (install): Transform library name before installing it.
  1750.  
  1751. Mon Feb  5 10:38:27 1996  Ian Lance Taylor  <ian@cygnus.com>
  1752.  
  1753.     * archures.c (bfd_mach_i960_hx): Define.
  1754.     * bfd-in2.h: Rebuild.
  1755.     * cpu-i960.c (scan_960_mach): Accept machine "hx".
  1756.     (MATRIX): Expand entries for HX.
  1757.     (arch_info_struct): Add i960:hx entry.
  1758.     * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
  1759.     * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
  1760.     (coff_set_flags): Handle bfd_mach_i960_hx.
  1761.  
  1762.     Support for building as a shared library, based on patches from
  1763.     Alan Modra <alan@spri.levels.unisa.edu.au>:
  1764.     * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
  1765.     New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
  1766.     SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
  1767.     * configure: Rebuild.
  1768.     * configure.host: If --enable-shared, adjust shared library stuff
  1769.     based on the host.  If the host is SunOS, and the linker supports
  1770.     -rpath, set HLDFLAGS to use it.
  1771.     * Makefile.in (ALLLIBS): New variable.
  1772.     (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
  1773.     (COMMON_SHLIB, SHLINK): New variables.
  1774.     (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
  1775.     (STAGESTUFF): Remove variable.
  1776.     (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
  1777.     $(TARGETLIB).
  1778.     (stamp-ofiles): New target, like old ofiles target, but build
  1779.     using a temporary file and move-if-change, and touch stamp-ofiles
  1780.     when done.
  1781.     (ofiles): Just depend upon stamp-ofiles.
  1782.     (stamp-piclist, piclist): New targets.
  1783.     ($(SHLIB), $(SHLINK)): New targets.
  1784.     (targets.o, archures.o): Build twice if PICFLAG is set.
  1785.     (do_mostlyclean): Remove pic/*.o.
  1786.     (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
  1787.     stamp-piclist.
  1788.     (do_distclean): Remove pic and stamp-picdir.
  1789.     (install): Install shared libraries.
  1790.     ($(OFILES)): Depend upon stamp-picdir.
  1791.     (stamp-picdir): New target.
  1792.  
  1793.     * libcoff-in.h: Add comment reminding people that libcoff.h is a
  1794.     generated file.
  1795.     * libcoff.h: Rebuild.
  1796.  
  1797.     * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
  1798.     flavour of a section with no owner.
  1799.  
  1800.     * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
  1801.     ELF_LINK_NON_ELF flag.
  1802.     (mips_elf_create_got_section): Likewise.
  1803.  
  1804.     * elf.c: Revert last change, since it breaks dynamic linking.
  1805.     * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
  1806.     field.
  1807.     * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
  1808.     * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
  1809.     (elfNN_bed): Don't initialize want_hdr_in_seg field.
  1810.  
  1811. Sun Feb  4 20:45:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  1812.  
  1813.     * elf.c (assign_file_positions_for_segments): If the backend does
  1814.     not want the elf header or the program headers in the address
  1815.     space, do not include them in the calculations.
  1816.  
  1817.     * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
  1818.     function to determine if we need additional program headers.
  1819.     (ppc_elf_modify_segment_map): Define as a NOP function for now.
  1820.     (ppc_elf_create_linker_section): .sdata2 is a read-only section.
  1821.  
  1822. Sat Feb  3 23:00:03 1996  Ian Lance Taylor  <ian@cygnus.com>
  1823.  
  1824.     * coffcode.h: Move today's libcoff.h change into coffcode.h.
  1825.  
  1826. Sat Feb  3 15:43:44 1996  Fred Fish  <fnf@cygnus.com>
  1827.  
  1828.     * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
  1829.     back into one line.  Some compilers (sunos 4.1.3 for example)
  1830.     won't accept args split across more than one line.
  1831.  
  1832. Fri Feb  2 11:42:15 1996  Steve Chamberlain  <sac@slash.cygnus.com>
  1833.  
  1834.     * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
  1835.     * configure: Regenerate.
  1836.  
  1837. Fri Feb  2 12:12:16 1996  Jeffrey A Law  (law@cygnus.com)
  1838.  
  1839.     * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
  1840.     try to do arithmetic on a void *, cast it to a unsigned char * first.
  1841.  
  1842. Thu Feb  1 16:04:06 1996  Ian Lance Taylor  <ian@cygnus.com>
  1843.  
  1844.     * elf-bfd.h (ELF_LINK_NON_ELF): Define.
  1845.     * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
  1846.     ELF_LINK_NON_ELF.
  1847.     * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
  1848.     flag for a newly defined symbol.
  1849.     (NAME(bfd_elf,record_link_assignment)): Likewise.
  1850.     (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
  1851.     set the DEF or REF_REGULAR flags correctly.
  1852.  
  1853.     * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
  1854.     (libbfd.h, libcoff.h): Corresponding change.
  1855.  
  1856.     * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
  1857.     a PLT32 reloc as dynamic.
  1858.     (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
  1859.     is not referenced by a dynamic object, and we are not making a
  1860.     shared object, then don't make a PLT entry.  If we do make a PLT
  1861.     entry, make sure the symbol has been recorded as dynamic.
  1862.  
  1863. Wed Jan 31 17:23:32 1996  Steve Chamberlain  <sac@slash.cygnus.com>
  1864.  
  1865.     * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
  1866.     * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
  1867.     (powerpcle-*-cygwin32): New.
  1868.     * peicode.h (add_data_entry): Get address from vma.
  1869.  
  1870. Wed Jan 31 16:23:57 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  1871.  
  1872.     * elflink.c (_bfd_elf_create_linker_section): If the symbol
  1873.     attached to the section has already been created as an undefined
  1874.     symbol, treat it as if it hasn't been created yet.
  1875.  
  1876. Wed Jan 31 16:16:53 1996  Ian Lance Taylor  <ian@cygnus.com>
  1877.  
  1878.     * elflink.h (elf_bfd_final_link): Don't output initial dummy
  1879.     symbol or section symbols if stripping all symbols and this is not
  1880.     a relocateable link.  Don't output the symbol string table if
  1881.     there are no symbols.
  1882.     (elf_link_flush_output_syms): Don't do anything if there are no
  1883.     symbols to flush.
  1884.  
  1885. Wed Jan 31 12:55:49 1996  Richard Henderson  <rth@tamu.edu>
  1886.  
  1887.     * coff-aux.c: New file.
  1888.     * hosts/m68kaux.h: New file.
  1889.     * config.bfd (m68*-apple-aux*): New target.
  1890.     * configure.in (m68*-apple-aux*): New native host.
  1891.     (m68kaux_coff_vec): New vector.
  1892.     * configure: Rebuild.
  1893.     * targets.c (m68kaux_coff_vec): Declare.
  1894.     * coffcode.h (bfd_coff_backend_data): Add field
  1895.     _bfd_coff_link_add_one_symbol.
  1896.     (bfd_coff_link_add_one_symbol): Define.
  1897.     (compare_arelent_ptr): New static function if TARG_AUX.
  1898.     (coff_write_relocs): If TARG_AUX, sort the relocs.
  1899.     (coff_write_object_contents): Set A/UX aouthdr magic number.
  1900.     (coff_link_add_one_symbol): Define if not defined.
  1901.     (bfd_coff_std_swap_table): Initialize new field.
  1902.     * libcoff.h: Rebuild.
  1903.     * cofflink.c (coff_link_add_symbols): Call
  1904.     bfd_coff_link_add_one_symbol rather than
  1905.     _bfd_generic_link_add_one_symbol.
  1906.     * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
  1907.     * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
  1908.     * coff-mips.c (mips_ecoff_backend_data): Likewise.
  1909.     * Makefile.in: Rebuild dependencies.
  1910.     (BFD32_BACKENDS): Add coff-aux.o.
  1911.     (BFD32_BACKENDS_CFILES): Add coff-aux.c.
  1912.  
  1913. Wed Jan 31 11:37:46 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  1914.  
  1915.     * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
  1916.     relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
  1917.  
  1918. Tue Jan 30 12:09:04 1996  Ian Lance Taylor  <ian@cygnus.com>
  1919.  
  1920.     * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
  1921.     $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
  1922.     (maintainer-clean): Warn about deleting special files.
  1923.     (bfd-in2.h, libbfd.h, libcoff.h): New targets.
  1924.  
  1925.     * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
  1926.     warning symbols correctly.
  1927.     * elf32-i386.c (elf_i386_relocate_section): Likewise.
  1928.     * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
  1929.     * elf32-mips.c (mips_elf_relocate_section): Likewise.
  1930.     * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
  1931.     * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
  1932.     * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
  1933.  
  1934.     * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
  1935.     warnings.
  1936.  
  1937. Mon Jan 29 14:27:24 1996  Kim Knuttila  <krk@cygnus.com>
  1938.  
  1939.     * libcoff-in.h: aligned newly exported names with bfd naming 
  1940.     conventions. Removed an erroneous define of POWERPC_LE_PE.
  1941.      * libcoff.h: Rebuild.
  1942.     * cofflink.c, coff-ppc.c: the above function name changes
  1943.  
  1944. Mon Jan 29 13:06:28 1996  Ian Lance Taylor  <ian@cygnus.com>
  1945.  
  1946.     From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
  1947.     * ecoff.c (struct extsym_info): Define.
  1948.     (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
  1949.     to ecoff_link_write_external.
  1950.     (ecoff_link_write_external): Accept a struct extsym_info pointer.
  1951.     Strip symbols when appropriate.
  1952.  
  1953.     Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
  1954.     * syms.c (BSF_OBJECT): Define.
  1955.     (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
  1956.     * bfd-in2.h: Rebuild.
  1957.     * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
  1958.     STT_OBJECT symbol.
  1959.     * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
  1960.     is set.
  1961.  
  1962.     * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
  1963.     copying relocs into a shared object, treat a defined global symbol
  1964.     as a local symbol.
  1965.     * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
  1966.     * elf32-mips.c (mips_elf_relocate_section): Likewise.
  1967.     * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
  1968.  
  1969.     * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
  1970.     real defined symbol, not to a weak defined symbol.
  1971.  
  1972. Mon Jan 29 11:34:36 1996  Kim Knuttila  <krk@cygnus.com>
  1973.  
  1974.     * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
  1975.     and made a few static functions externs.
  1976.  
  1977.     * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
  1978.     POWERPC_LE_PE hack in cofflink.
  1979.  
  1980.     * libcoff-in.h: promoted the following from cofflink.c to allow
  1981.     _bfd_coff_final_link to be overridden -  STRING_SIZE_SIZE,
  1982.     coff_debug_merge_element, struct coff_debug_merge_type, 
  1983.     coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
  1984.     coff_debug_merge_hash_table_init,  coff_debug_merge_hash_table_free,
  1985.     coff_debug_merge_hash_lookup, coff_link_section_info, 
  1986.     coff_final_link_info, coff_debug_merge_hash_newfunc,
  1987.     coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
  1988.  
  1989.     * libcoff.h: re-gen'd
  1990.  
  1991. Fri Jan 26 18:33:35 1996  Ian Lance Taylor  <ian@cygnus.com>
  1992.  
  1993.     * syms.c: Include "bfdlink.h".
  1994.     (struct stab_find_info): Define.
  1995.     (_bfd_stab_section_find_nearest_line): New function.
  1996.     * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
  1997.     * libbfd.h: Rebuild.
  1998.     * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
  1999.     * elf.c (_bfd_elf_find_nearest_line): Try calling
  2000.     _bfd_stab_section_find_nearest_line before searching the ELF
  2001.     symbol table.  Find the closest STT_FUNC symbol, not the last one.
  2002.     * libcoff-in.h (coff_data_type): Add line_info field.
  2003.      * libcoff.h: Rebuild.
  2004.     * coffgen.c (coff_find_nearest_line): Try calling
  2005.     _bfd_stab_section_find_nearest_line before searching the COFF
  2006.     symbol table.
  2007.     * Makefile.in: Rebuild dependencies.
  2008.  
  2009. Fri Jan 26 16:11:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2010.  
  2011.     * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
  2012.     4 bytes, so we get the correct value when updating the register
  2013.     field in little endian mode.
  2014.  
  2015. Thu Jan 25 12:14:16 1996  Ian Lance Taylor  <ian@cygnus.com>
  2016.  
  2017.     * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
  2018.     entry_section fields.  Add sntoc and snentry fields.
  2019.     * libcoff.h: Rebuild.
  2020.     * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
  2021.     not toc_section and entry_section (the COFF file does not have any
  2022.     sections at this point).
  2023.     (coff_write_object_contents): Set o_snentry and o_sntoc from
  2024.     snentry and sntoc rather than entry_section and toc_section.
  2025.     * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
  2026.     snentry, not toc_section and entry_section.
  2027.     * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
  2028.     entry_section from hentry.
  2029.     (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
  2030.     set snenty.
  2031.     (xcoff_link_input_bfd): Set sntoc, not toc_section.
  2032.     (xcoff_write_global_symbol): Get toc_section from sntoc, rather
  2033.     than using toc_section directly.
  2034.  
  2035.     * archures.c: Add missing `.' in enum bfd_architecture.
  2036.     * bfd-in2.h: Rebuild.
  2037.  
  2038.     * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec.  From
  2039.     Robert Lipe <robertl@arnet.com>.
  2040.  
  2041. Thu Jan 25 12:08:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2042.  
  2043.     * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
  2044.     to sections we allocate.  Use bfd_zalloc to allocate initialial
  2045.     sections, not bfd_alloc.
  2046.     (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
  2047.     SDA{,2}I16 relocations.
  2048.     (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
  2049.     whether to put something in .sbss or not.
  2050.     (ppc_elf_relocate_section): Add support for more relocations.  Add
  2051.     in sec->output_offset where appropriate.  Make error messages
  2052.     include the symbol name.
  2053.  
  2054.     * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
  2055.     trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
  2056.     doesn't get redefined messages if -shared.
  2057.  
  2058.     * elflink.h (elf_create_pointer_linker_section) Only bump RELA
  2059.     section if the rel_section field has been set up.
  2060.  
  2061. Wed Jan 24 20:40:26 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2062.  
  2063.     * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
  2064.     relocations.
  2065.  
  2066. Wed Jan 24 10:38:34 1996  Doug Evans  <dje@charmed.cygnus.com>
  2067.  
  2068.     * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
  2069.     of flags, only flags used are controlled by mach number.  Bump up
  2070.     output file mach number to highest of input file mach numbers.
  2071.     (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
  2072.     (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
  2073.  
  2074.     * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
  2075.     bfd_elf64_sparc_vec support.
  2076.  
  2077. Tue Jan 23 14:33:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2078.  
  2079.     * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
  2080.     the embedded bit is set on some objects and not on others.  Just
  2081.     or it together.
  2082.     (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
  2083.     relocations.
  2084.  
  2085. Tue Jan 23 14:22:45 1996  Ian Lance Taylor  <ian@cygnus.com>
  2086.  
  2087.     * coffcode.h (coff_new_section_hook): Don't try to align the
  2088.     .stabstr section.
  2089.  
  2090.     * coffcode.h (coff_set_section_contents): Fix the handling of the
  2091.     .lib section to work even if the entire section contents are
  2092.     written at once.  From Gvran Uddeborg <gvran@uddeborg.pp.se> and
  2093.     Robert Lipe <robertl@arnet.com>.
  2094.  
  2095. Mon Jan 22 18:45:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2096.  
  2097.     * elflink.h (elf_finish_pointer_linker_section): Don't allocate
  2098.     memory here for contents.
  2099.  
  2100.     * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
  2101.     _SDA2_BASE_ by 32768.
  2102.     (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
  2103.     started using.  Allocate contents for .sdata and .sdata2 sections
  2104.     also.
  2105.     (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
  2106.     rather than _name.
  2107.     (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
  2108.     size _SDA{,2}_BASE_.
  2109.     (ppc_elf_relocate_section): Change how sdata{,2} relocations are
  2110.     done.
  2111.  
  2112. Mon Jan 22 08:52:04 1996  Doug Evans  <dje@charmed.cygnus.com>
  2113.  
  2114.     * elflink.h (elf_finish_pointer_linker_section): Fix typo.
  2115.  
  2116.     * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
  2117.     (bfd_mach_sparc_{v8plus,v8plusa}): Define.
  2118.     (bfd_mach_sparc_v9a): Define.
  2119.     (bfd_mach_sparc_v9_p): Define.
  2120.     * bfd-in2.h: Regenerated.
  2121.     * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
  2122.     bfd_mach_sparc_v9.
  2123.     * elf64-sparc.c (sparc64_elf_object_p): Likewise.
  2124.     * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
  2125.     to bfd_elf32_sparc_vec.
  2126.     * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
  2127.     Add v8plus{,a} support.
  2128.     Add v9a support.
  2129.     (sparc_compatible): New function.
  2130.     * elf32-sparc.h: #include "elf/sparc.h".
  2131.     (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
  2132.     elf32_sparc_final_write_processing): New functions.
  2133.     (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
  2134.     elf_backend_final_write_processing): Define.
  2135.  
  2136. Mon Jan 22 11:21:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2137.  
  2138.     * elf-bfd.h (struct elf_link_hash_entry): Add
  2139.     linker_section_pointer field.
  2140.     (enum elf_linker_section_enum): Enumeration for new way of
  2141.     creating linker dynamic sections and symbols.
  2142.     (elf_linker_section{,_pointers}): New structures for creating
  2143.     dynamic sections and symbols.
  2144.     (elf_obj_tdata): Add linker_section_pointers and linker_section
  2145.     fields.
  2146.     (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
  2147.     (_bfd_elf_create_linker_section): New declarations.
  2148.     (_bfd_elf_find_pointer_linker_section): Ditto.
  2149.     (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
  2150.     (_bfd_elf_make_linker_section_rela): Ditto.
  2151.  
  2152.     * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
  2153.  
  2154.     * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
  2155.     (ppc_elf_create_linker_section): New function to create the
  2156.     sections .got, .sdata, and .sdata2.
  2157.     (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
  2158.     needed.
  2159.     (ppc_elf_check_relocs): Support more of the eabi relocations.
  2160.     (ppc_elf_relocate_section): Ditto.
  2161.     (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
  2162.     if the .sdata{,2} + .sbss{,2} section size is > 32k.
  2163.  
  2164.     * elflink.h (elf_create_pointer_linker_section): New function to
  2165.     create initialized pointers in dynamic linker sections.
  2166.     (elf_finish_pointer_linker_section): Actually intialize the
  2167.     pointers created above.
  2168.  
  2169.     * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
  2170.     macros to provide both 32 and 64 bit versions of
  2171.     elf_create_pointer_linker_section.
  2172.     (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
  2173.     provide both 32 and 64 bit versions of
  2174.     elf_finish_pointer_linker_section.
  2175.  
  2176.     * elflink.c (_bfd_elf_create_linker_section): New function to
  2177.     create a linker section.
  2178.     (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
  2179.     given address in the linker pointer offsets created for a given
  2180.     symbol.
  2181.     (_bfd_elf_make_linker_section_rela): Make a RELA section
  2182.     corresponding to the generated linker section.
  2183.  
  2184. Sat Jan 20 08:36:10 1996  Doug Evans  <dje@canuck.cygnus.com>
  2185.  
  2186.     * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
  2187.  
  2188. Thu Jan 18 18:25:34 1996  Kim Knuttila  <krk@cygnus.com>
  2189.  
  2190.     * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
  2191.     (coff_ppc_relocate_section): Handle special values for gcc built dlls.
  2192.     (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
  2193.     Also begin the toc at 4 as an eye catcher ('31313131' marks the first
  2194.     toc entry in an objdump) for now.
  2195.     (ppc_do_last, ppc_get_last): New function - needed to save processing 
  2196.     the toc owner to the end.
  2197.     (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the 
  2198.     toc owner last.
  2199.  
  2200.     * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the 
  2201.     toc owner from being done till last. Must define POWERPC_LE_PC 
  2202.     to enable it.
  2203.  
  2204.     * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
  2205.  
  2206.     * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
  2207.     to INFO.
  2208.     (coff_swap_aouthdr_out): Removed a non-working hack for computing the
  2209.     SizeOfImage for PowerPC. Ignore the size of the .junk section.
  2210.  
  2211. Thu Jan 18 17:42:12 1996  Ian Lance Taylor  <ian@cygnus.com>
  2212.  
  2213.     * elfcore.h: Include <signal.h> before <sys/procfs.h>.
  2214.  
  2215. Wed Jan 17 12:40:14 1996  Ian Lance Taylor  <ian@cygnus.com>
  2216.  
  2217.     * cpu-powerpc.c (arch_info_struct): Change last entry to not point
  2218.     back to first.
  2219.     (bfd_powerpc_arch): Point at first entry in arch_info_struct.
  2220.  
  2221. Tue Jan 16 15:10:49 1996  Ian Lance Taylor  <ian@cygnus.com>
  2222.  
  2223.     * elf.c (assign_file_positions_for_segments): Don't increment file
  2224.     offset for a segment which contains no loadable sections.
  2225.  
  2226. Mon Jan 15 17:46:27 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2227.  
  2228.     * reloc.c: Add new PowerPC relocations.
  2229.     * {bfd-in2,libbfd}.h: Regenerate.
  2230.  
  2231.     * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
  2232.     (ppc_elf_reloc_type_lookup): Lookup new relocations.
  2233.  
  2234. Mon Jan 15 14:29:44 1996  Ian Lance Taylor  <ian@cygnus.com>
  2235.  
  2236.     * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
  2237.     entries.
  2238.  
  2239.     * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
  2240.         info->shared.
  2241.  
  2242.     * coffgen.c (coff_find_nearest_line): Don't try to cache
  2243.     information in sections that are not owned by a BFD.  From Richard
  2244.     Henderson <richard@atheist.tamu.edu>.
  2245.  
  2246.     * elf32-mips.c: Numerous changes to dynamic linking code, mostly
  2247.     from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
  2248.     * elflink.h (elf_link_output_extsym): Remove special check for
  2249.     _rld_new_interface.
  2250.  
  2251.     * ecoffswap.h: Add prototypes for static functions.
  2252.  
  2253. Sun Jan 14 21:36:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2254.  
  2255.     * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
  2256.     (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
  2257.     references.
  2258.     (ppc_elf_relocate_section):  No longer allow .sdata/.sbss sections
  2259.     to satisfy a TOC16 relocation.     Rewrite unsupported relocation
  2260.     support.  Begin support for R_PPC_SDA{2,}REL.
  2261.  
  2262. Sat Jan 13 09:36:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2263.  
  2264.     * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
  2265.     create the .got and .got.neg sections.
  2266.     (ppc_elf_size_dynamic_sections): Call it.
  2267.     (ppc_elf_check_relocs): Call it.
  2268.     (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
  2269.     (ppc_elf_check_relocs): Add error messages for relocations we
  2270.     don't yet support.  Do not include R_PPC_SDAREL16 like a GOT
  2271.     relocation.
  2272.  
  2273. Fri Jan 12 15:27:59 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2274.  
  2275.     * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
  2276.     section flags for V.4 and eabi.
  2277.  
  2278. Fri Jan 12 13:59:16 1996  Ian Lance Taylor  <ian@cygnus.com>
  2279.  
  2280.     * elf.c (assign_file_positions_for_segments): If a segment
  2281.     contains no sections, don't mark it as readable.
  2282.  
  2283.     * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
  2284.     * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
  2285.  
  2286.     * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
  2287.     dynamic section, if there is one.
  2288.     * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
  2289.     (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
  2290.     (bfd_elf64_swap_dyn_in): Likewise.
  2291.     * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
  2292.     PTR.
  2293.     (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
  2294.  
  2295.     * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
  2296.     DT_TEXTREL entry because of .rel.plt.  From Martin Pirker
  2297.     <pirker@eiunix.tuwien.ac.at>.
  2298.  
  2299. Thu Jan 11 17:06:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2300.  
  2301.     * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
  2302.     PowerPC V.4 and eabi.
  2303.      * bfd-in2.h: Regenerate.
  2304.     * libfd.h: Regenerate.
  2305.  
  2306.     * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
  2307.  
  2308.     * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
  2309.     section type and SHF_EXCLUDE section flag, turning them into the
  2310.     appropriate bfd section flag.
  2311.  
  2312. Thu Jan 11 11:23:30 1996  Ian Lance Taylor  <ian@cygnus.com>
  2313.  
  2314.     * xcofflink.c (xcoff_link_add_symbols): Create the special
  2315.     sections if we see a DYNAMIC object, in case that is the only
  2316.     XCOFF input object we see.
  2317.     
  2318.     * elf32-mips.c: Extensive changes for a start at dynamic linking
  2319.     support, from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
  2320.  
  2321.     * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
  2322.     (struct elf_backend_data): Remove
  2323.     elf_backend_create_program_headers field.  Add
  2324.     elf_backend_additional_program_headers and
  2325.     elf_backend_modify_segment_map fields.
  2326.     * elfxx-target.h (elf_backend_type_change_ok): Define if not
  2327.     defined.
  2328.     (elf_backend_additional_program_headers): Likewise.
  2329.     (elf_backend_modify_segment_map): Likewise.
  2330.     (elf_backend_create_program_headers): Don't define.
  2331.     (elfNN_bed): Change to account for field changes.
  2332.     * elf.c (assign_file_positions_for_segments): Call new
  2333.     modify_segment_map backend function.  Don't call old
  2334.     create_program_headers backend function.
  2335.     (get_program_header_size): Call additional_program_headers rather
  2336.     than create_program_headers.
  2337.     * elflink.h (elf_link_add_object_symbols): Initialize
  2338.     type_change_ok from new backend field.
  2339.     (elf_link_output_extsym): Don't warn if _rld_new_interface is
  2340.     defined.
  2341.     (elf_reloc_link_order): Treat a reloc against a defined symbol as
  2342.     a reloc against the appropriate section.
  2343.  
  2344.     * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
  2345.     (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
  2346.     (elf_flags_init): Rename from elf_ppc_flags_init.
  2347.     * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
  2348.     elf_ppc_flags_init.
  2349.     (ppc_elf_copy_private_bfd_data): Likewise.
  2350.     (ppc_elf_merge_private_bfd_data): Likewise.
  2351.  
  2352.     * elf32-m68k.c (howto_table): Change src_mask to 0 for all
  2353.     relocation entries.
  2354.  
  2355. Tue Jan  9 15:22:53 1996  David Mosberger-Tang  <davidm@azstarnet.com>
  2356.  
  2357.     * coff-alpha.c (alpha_relocate_section): During final link, allow
  2358.      output .lita section to be bigger than 64k by adjusting gp value
  2359.      on a per-input section basis.
  2360.     * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
  2361.     field.
  2362.     (struct ecoff_section_tdata): Add gp field.
  2363.  
  2364. Tue Jan  9 12:00:36 1996  Ian Lance Taylor  <ian@cygnus.com>
  2365.  
  2366.     Handle Alpha ECOFF changes in OSF/1 3.2.
  2367.     * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
  2368.     field.
  2369.     * coff-alpha.c: Include "aout/ar.h".
  2370.     (alpha_ecoff_get_relocated_section_contents): Don't require an
  2371.     ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
  2372.     3.2 doesn't generate one.
  2373.     (alpha_relocate_section): Likewise.
  2374.     (alpha_ecoff_slurp_armap): Define.
  2375.     (alpha_ecoff_slurp_extended_name_table): Define.
  2376.     (alpha_ecoff_construct_extended_name_table): Define.
  2377.     (alpha_ecoff_truncate_arname): Define.
  2378.     (alpha_ecoff_write_armap): Define.
  2379.     (alpha_ecoff_generic_stat_arch_elt): Define.
  2380.     (alpha_ecoff_update_armap_timestamp): Define.
  2381.     (ARFZMAG): Define.
  2382.     (alpha_ecoff_read_ar_hdr): New static function.
  2383.     (alpha_ecoff_get_elt_at_filepos): New static function.
  2384.     (alpha_ecoff_openr_next_archived_file): New static function.
  2385.     (alpha_ecoff_get_elt_at_index): New static function.
  2386.     (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
  2387.     (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
  2388.     _bfd_ecoff to alpha_ecoff.
  2389.     * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
  2390.     field from backend structure, rather than always calling
  2391.     _bfd_get_elt_at_filepos.
  2392.     * coff-mips.c (mips_ecoff_backend_data): Initialize
  2393.     get_elt_at_filepos field.
  2394.     * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
  2395.     from _bfd_generic_read_ar_hdr with minor changes.
  2396.     (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
  2397.     * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
  2398.     * libbfd.h: Rebuild.
  2399.  
  2400.     * bfd-in.h (BFD_IN_MEMORY): Define.
  2401.     * libbfd-in.h (struct bfd_in_memory): Define.
  2402.     * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
  2403.     (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
  2404.     (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
  2405.     (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
  2406.     * bfd.c (struct _bfd): Change iostream field from char * to PTR.
  2407.     (bfd_get_size): Handle BFD_IN_MEMORY flag.
  2408.     * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
  2409.     (bfd_open_file): Cast to PTR, not char *, when setting iostream.
  2410.     (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
  2411.     * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
  2412.     iostream.
  2413.     (bfd_openstreamr): Likewise.
  2414.     * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
  2415.     BFD_IN_MEMORY is not set.
  2416.     * riscix.c (riscix_some_aout_object_p): Likewise.
  2417.     * bfd-in2.h, libbfd.h: Rebuild.
  2418.  
  2419.     * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
  2420.     (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
  2421.     (bfd_get_elt_at_index): Define.
  2422.     * archive.c (_bfd_generic_get_elt_at_index): Rename from
  2423.     bfd_get_elt_at_index.  Change index parameter from int to
  2424.     symindex.
  2425.     * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
  2426.     (_bfd_noarchive_get_elt_at_index): Define.
  2427.     (_bfd_archive_bsd_get_elt_at_index): Define.
  2428.     (_bfd_archive_coff_get_elt_at_index): Define.
  2429.     * bfd-in2.h, libbfd.h: Rebuild.
  2430.     * aout-target.h (MY_get_elt_at_index): Define if not defined.
  2431.     * coff-rs6000.c (xcoff_get_elt_at_index): Define.
  2432.     * ieee.c (ieee_get_elt_at_index): Define.
  2433.     * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
  2434.     * oasys.c (oasys_get_elt_at_index): Define.
  2435.     * som.c (som_get_elt_at_index): Define.
  2436.  
  2437.     * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
  2438.     numbers to the .text section.
  2439.  
  2440. Mon Jan  8 17:00:57 1996  Ian Lance Taylor  <ian@cygnus.com>
  2441.  
  2442.     * ieee.c (ieee_write_debug_part): Change return type to boolean.
  2443.     If there is a SEC_DEBUGGING section, get the contents of the debug
  2444.     information part from it.
  2445.     (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
  2446.     section in memory.
  2447.     (ieee_write_object_contents): Check ieee_write_debug_part return.
  2448.  
  2449. Thu Jan  4 17:12:37 1996  Fred Fish  <fnf@cygnus.com>
  2450.  
  2451.     * config.bfd (i[345]86-*-freebsd*): Add target.
  2452.     * configure.in (i386freebsd_vec): Add vec.
  2453.     * configure: Regenerate.
  2454.     * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
  2455.     (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
  2456.     Rebuild dependencies..
  2457.     * freebsd.h: New file.
  2458.     * i386freebsd.c: New file.
  2459.     * targets.c (i386freebsd_vec): Declare.
  2460.     (bfd_target_vector): Add i386freebsd_vec.
  2461.     * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
  2462.     * i386netbsd.c (SEGMENT_SIZE):  Define as TARGET_PAGE_SIZE
  2463.     
  2464. Thu Jan  4 16:27:46 1996  Ian Lance Taylor  <ian@cygnus.com>
  2465.  
  2466.     * ieee.c (ieee_slurp_debug): New static function.
  2467.     (ieee_object_p): Call it.
  2468.     (ieee_slurp_section_data): Skip debugging sections.
  2469.     (ieee_get_reloc_upper_bound): Likewise.
  2470.     (ieee_get_section_contents): Likewise.
  2471.     (ieee_canonicalize_reloc): Likewise.
  2472.     (ieee_write_section_part): Likewise.
  2473.     (ieee_write_debug_part): Likewise.
  2474.     (ieee_write_data_part): Likewise.
  2475.     (init_for_output): Likewise.
  2476.  
  2477. Wed Jan  3 19:42:47 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
  2478.  
  2479.     * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
  2480.     work.
  2481.     (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
  2482.     relocs, since ppc_elf_relocate_section handles the linker case.
  2483.     (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
  2484.     used.
  2485.     (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
  2486.     ppc_elf_relocate_section since that is now the only caller.
  2487.     (ppc_elf_relocate_section): Ditto.
  2488.  
  2489. Wed Jan  3 15:11:30 1996  Ian Lance Taylor  <ian@cygnus.com>
  2490.  
  2491.     * coffcode.h (coff_write_object_contents): If we don't know the
  2492.     section of the entry point for an XCOFF executable, always set the
  2493.     entry address to -1.
  2494.  
  2495. Tue Jan  2 14:17:15 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
  2496.  
  2497.     * elf.c (bfd_section_from_shdr): Add support for note sections.
  2498.  
  2499. Tue Jan  2 13:10:25 1996  Ian Lance Taylor  <ian@cygnus.com>
  2500.  
  2501.     * bfd-in.h (struct _symbol_info): Add stab_type field.
  2502.     * bfd-in2.h: Rebuild.
  2503.     * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
  2504.  
  2505.     * elf32-ppc.c: Remove trailing newline from calls to
  2506.         _bfd_error_handler.
  2507.     (ppc_elf_merge_private_bfd_data): Only warn about endianness
  2508.     difference if target endianness is known.
  2509.  
  2510. Thu Dec 21 12:43:49 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
  2511.  
  2512.     * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
  2513.     old style TOC16 references without using R_PPC_GOT.
  2514.     (ppc_reloc_type): Ditto.
  2515.     (ppc_elf_reloc_type_lookup): Add support for TOC16.
  2516.     (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
  2517.     (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
  2518.     (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
  2519.     (ppc_elf_check_relocs): New function for GOT/PLT support that is
  2520.     work in progress.
  2521.     (ppc_elf_adjust_dynamic_symbol): Ditto.
  2522.     (ppc_elf_adjust_dynindx): Ditto.
  2523.     (ppc_elf_size_dynamic_sections): Ditto.
  2524.     (ppc_elf_finish_dynamic_symbol): Ditto.
  2525.     (ppc_elf_finish_dynamic_sections): Ditto.
  2526.     (ELF_DYNAMIC_INTERPRETER): Define.
  2527.  
  2528. Wed Dec 20 19:14:18 1995  Ken Raeburn  <raeburn@cygnus.com>
  2529.  
  2530.     * elf.c (copy_private_bfd_data): When attaching sections to
  2531.     segments ignore sections that won't be allocated.  Patch from
  2532.     Andreas Schwab.
  2533.  
  2534. Tue Dec 19 20:01:43 1995  Ken Raeburn  <raeburn@cygnus.com>
  2535.  
  2536.     * config.bfd: Match on m68k-cbm-* only if OS doesn't match
  2537.     anything else.
  2538.  
  2539. Tue Dec 19 16:38:59 1995  Ian Lance Taylor  <ian@cygnus.com>
  2540.  
  2541.     * coff-i960.c (CALC_ADDEND): Define.
  2542.     (coff_i960_relocate_section): Add the input section VMA to the
  2543.     addend for PC relative relocs.
  2544.  
  2545. Sun Dec 17 20:11:55 1995  Kim Knuttila  <krk@cygnus.com>
  2546.  
  2547.     * peicode.h (pe_print_pdata): Must test the entire entry for zero
  2548.     to correctly terminate.
  2549.  
  2550. Fri Dec 15 12:05:57 1995  Ian Lance Taylor  <ian@cygnus.com>
  2551.  
  2552.     * targets.c (enum bfd_endian): Define.
  2553.     (bfd_target): Rename byteorder_big_p to byteorder, and change it
  2554.     from boolean to enum bfd_endian.  Change header_byteorder_big_p
  2555.     correspondingly.
  2556.     * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
  2557.     (bfd_header_big_endian, bfd_header_little_endian): New macros.
  2558.     * bfd-in2.h: Rebuild.
  2559.     * All targets: Change initialization of byteorder and
  2560.     header_byteorder to use enum bfd_endian values rather than
  2561.     booleans.
  2562.     * All files: Change all references to byteorder_big_p and
  2563.     header_byteorder_big_p to use new bfd_*_endian macros.
  2564.  
  2565.     * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
  2566.     s_vaddr.
  2567.     * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
  2568.     vma.
  2569.     * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
  2570.  
  2571. Fri Dec 15 07:32:09 1995  steve chamberlain  <sac@slash.cygnus.com>
  2572.  
  2573.     * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
  2574.  
  2575. Thu Dec 14 13:45:37 1995  Ian Lance Taylor  <ian@cygnus.com>
  2576.  
  2577.     * ieee.c: Lots of minor cleanups.  Make many functions return
  2578.     errors rather than calling abort.  Also:
  2579.     (ieee_write_twobyte): Remove; change callers to call existing
  2580.     ieee_write_2bytes function.
  2581.     (ieee_write_expression): Don't output the section twice when
  2582.     outputting a local symbol.  Don't emit an extraneous zero if there
  2583.     is only one term.
  2584.     (ieee_slurp_sections): Set the lma as well as the vma.
  2585.     (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
  2586.  
  2587.     * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
  2588.     a recognized one or bfd_arch_unknown.
  2589.     (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
  2590.     to succeed.
  2591.     (ihex_get_symtab): Likewise.
  2592.  
  2593. Wed Dec 13 15:44:06 1995  Ian Lance Taylor  <ian@cygnus.com>
  2594.  
  2595.     * aoutx.h: Include <ctype.h>.
  2596.     (struct aout_link_includes_table): Define.
  2597.     (struct aout_link_includes_totals): Define.
  2598.     (struct aout_link_includes_entry): Define.
  2599.     (aout_link_includes_lookup): Define macro.
  2600.     (struct aout_final_link_info): Add includes field.
  2601.     (aout_link_includes_newfunc): New static function.
  2602.     (NAME(aout,final_link)): Initialize includes hash table.
  2603.     (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
  2604.  
  2605. Wed Dec 13 10:52:14 1995  Stan Shebs  <shebs@andros.cygnus.com>
  2606.  
  2607.     * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
  2608.  
  2609. Wed Dec 13 11:07:45 1995  Kim Knuttila  <krk@cygnus.com>
  2610.  
  2611.     * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
  2612.  
  2613. Tue Dec 12 17:42:06 1995  Kim Knuttila  <krk@cygnus.com>
  2614.  
  2615.     * peicode.h (pe_print_reloc): New function to dump the .reloc section.
  2616.     (pe_print_private_bfd_data): call pe_print_reloc.
  2617.     * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
  2618.     * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
  2619.     up some debugging as well.
  2620.  
  2621. Tue Dec 12 11:34:23 1995  Ian Lance Taylor  <ian@cygnus.com>
  2622.  
  2623.     * config.bfd: Handle sparc-*-elf*.  From Ronald F. Guilmette
  2624.     <rfg@monkeys.com>.
  2625.  
  2626. Fri Dec  8 17:47:07 1995  Ian Lance Taylor  <ian@cygnus.com>
  2627.  
  2628.     * elflink.h (elf_link_add_object_symbols): Set section_count to 0
  2629.     when setting sections to NULL.
  2630.  
  2631. Wed Dec  6 17:05:37 1995  Ian Lance Taylor  <ian@cygnus.com>
  2632.  
  2633.     * xcofflink.c (struct xcoff_loader_info): Add export_defineds
  2634.     field.
  2635.     (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
  2636.     (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
  2637.     for all symbols.
  2638.     * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
  2639.     * bfd-in2.h: Rebuild.
  2640.  
  2641. Mon Dec  4 16:40:47 1995  Kim Knuttila  <krk@cygnus.com>
  2642.  
  2643.     * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
  2644.  
  2645. Mon Dec  4 11:25:39 1995  Ian Lance Taylor  <ian@cygnus.com>
  2646.  
  2647.     * ihex.c (ihex_scan): Handle record types 4 and 5.
  2648.     (ihex_object_p): Permit types 4 and 5.
  2649.     (ihex_set_section_contents): Remove check for out of range
  2650.     addresses.
  2651.     (ihex_write_object_contents): Generate types 4 and 5.
  2652.  
  2653.     * elflink.h (elf_link_output_extsym): Just ignore warning and
  2654.     indirect references to symbols which don't really exist.
  2655.  
  2656. Sun Dec  3 19:00:27 1995  Kim Knuttila  <krk@cygnus.com>
  2657.  
  2658.     * peicode.h (pe_print_idata): Minor format fixes
  2659.     (pe_print_edata): New function. Under private printing, this formats
  2660.     the edata section of a PE file.
  2661.     (pe_print_private_bfd_data): Added call to pe_print_edata.
  2662.  
  2663. Sun Dec  3 16:46:54 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
  2664.  
  2665.     * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
  2666.     index, don't call stoi.
  2667.  
  2668. Fri Dec  1 14:46:51 1995  Ian Lance Taylor  <ian@cygnus.com>
  2669.  
  2670.     * srec.c (srec_scan): Set lma as well as vma.
  2671.  
  2672.     * ihex.c: New file; support for Intel Hex format.
  2673.     * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
  2674.     (ihex_vec): Declare.
  2675.     (bfd_target_vector): Always include ihex_vec.
  2676.     * bfd.c (struct _bfd): Add ihex_data field to tdata union.
  2677.     * Makefile.in: Rebuild dependencies.
  2678.     (BFD_LIBS): Add ihex.o
  2679.     (BFD_LIBS_CFILES): Add ihex.c.
  2680.     * bfd-in2.h: Rebuild.
  2681.  
  2682.     * elf.c (assign_file_positions_for_segments): Sort the sections in
  2683.     each segment.
  2684.     (get_program_header_size): Return the right size if segment_map is
  2685.     not NULL.
  2686.     (copy_private_bfd_data): Don't bother to sort the sections.
  2687.  
  2688.     * bfd.c (bfd_record_phdr): New function.
  2689.     * bfd-in.h (bfd_record_phdr): Declare.
  2690.     * bfd_in2.h: Rebuild.
  2691.  
  2692.     * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
  2693.     BFD_ASSERT.
  2694.  
  2695.     * libbfd.c (bfd_malloc, bfd_realloc): New functions.
  2696.     (bfd_zmalloc): Return PTR, not char *.  Take size_t, not
  2697.     bfd_size_type.
  2698.     * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
  2699.     (bfd_zmalloc): Change declaration.
  2700.     * libbfd.h: Rebuild.
  2701.     * Many files: Use bfd_malloc and bfd_realloc rather than malloc
  2702.     and realloc.  Don't set bfd_error_no_memory if they fail.
  2703.  
  2704. Thu Nov 30 19:32:26 1995  Kim Knuttila  <krk@cygnus.com>
  2705.  
  2706.     * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
  2707.     uses as well. Added a new howto to deal with TOCREL16 relocs that 
  2708.     are TOCDEFN as well.
  2709.     (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
  2710.     to handle RVA relocs from dlltool.
  2711.     (ppc_coff_rtype2howto): TOCDEFN reloc addition.
  2712.     (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
  2713.     (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
  2714.  
  2715.     * coffcode.h (coff_set_alignment_hook): check idata$X sections 
  2716.     to get the right section alignment.
  2717.  
  2718. Thu Nov 30 16:48:18 1995  Ian Lance Taylor  <ian@cygnus.com>
  2719.  
  2720.     * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
  2721.     p_paddr if p_paddr is zero.
  2722.     (make_mapping): Set includes_filehdr and includes_phdrs for first
  2723.     PT_LOAD segment.
  2724.     (map_sections_to_segments): Set includes_phdrs for PT_PHDR
  2725.     segment.
  2726.     (assign_file_positions_for_segments): Handle includes_filehdr and
  2727.     includes_phdrs.  Remove special handling of PT_PHDR and first
  2728.     PT_LOAD segments.
  2729.     (copy_private_bfd_data): Set includes_filehdr and includes_phdr
  2730.     when appropriate.  Remove special handling of PT_PHDR segment.
  2731.     Use a more complex condition for when a section is included in a
  2732.     segment to handle Solaris linker oddities.
  2733.  
  2734. Thu Nov 30 11:17:33 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
  2735.  
  2736.     * coff-m88k.c (howto_table): Reformatted for easier reading;
  2737.     special_function now points to new function m88k_special_reloc.
  2738.     (howto_hvrt16): Function previously used for handling HVRT16 relocs
  2739.     removed.
  2740.     (rtype2howto): Do not add reloc's r_offset to the addend, this will
  2741.     be done correctly by m88k_special_reloc.
  2742.     (reloc_processing): New function to be used by RELOC_PROCESSING.
  2743.     (RELOC_PROCESSING): Define to call reloc_processing.
  2744.  
  2745. Wed Nov 29 12:42:36 1995  Ian Lance Taylor  <ian@cygnus.com>
  2746.  
  2747.     * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
  2748.     (pe_print_pdata): Likewise.
  2749.  
  2750.     * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
  2751.     obstack_alloc fails.
  2752.     (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
  2753.     fails.
  2754.     * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
  2755.     * Many files: don't set bfd_error_no_memory if one of the above
  2756.     routines fails.
  2757.  
  2758.     * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
  2759.     if p_paddr_valid is set.
  2760.     (copy_private_bfd_data): New static function.
  2761.     (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
  2762.  
  2763.     * elf.c (assign_file_positions_for_segments): Fix case where extra
  2764.     program headers were allocated.
  2765.  
  2766.     * elf.c (_bfd_elf_print_private_bfd_data): New function.
  2767.     * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
  2768.     * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
  2769.     _bfd_elf_print_private_bfd_data.
  2770.  
  2771.     * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
  2772.     r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
  2773.     Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
  2774.     (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
  2775.     RELOC_SECTION_LITA for ALPHA_R_IGNORE.
  2776.     (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
  2777.     RELOC_SECTION_ABS to RELOC_SECTION_NONE.
  2778.  
  2779. Tue Nov 28 16:59:50 1995  Ian Lance Taylor  <ian@cygnus.com>
  2780.  
  2781.     * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
  2782.     * elf.c (make_mapping): New static function.
  2783.     (map_sections_to_segments): New static function.
  2784.     (elf_sort_sections): New static function.
  2785.     (assign_file_positions_for_segments): New static function.
  2786.     (map_program_segments): Remove.
  2787.     (get_program_header_size): Remove sorted_hdrs, count, and
  2788.     maxpagesize parameters.  Simplify.
  2789.     (assign_file_positions_except_relocs): When generating an
  2790.     executable, use assign_file_positions_for_segments.
  2791.     (elf_sort_hdrs): Remove.
  2792.     (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
  2793.     to get_program_header_size.
  2794.  
  2795. Mon Nov 27 12:27:46 1995  Ian Lance Taylor  <ian@cygnus.com>
  2796.  
  2797.     * hp300hpux.c (MY(callback)): Set lma as well as vma.
  2798.  
  2799.     * configure, config.in: Regenerate with autoconf 2.7.
  2800.  
  2801.     * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
  2802.     * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
  2803.  
  2804. Wed Nov 22 12:02:09 1995  Ian Lance Taylor  <ian@cygnus.com>
  2805.  
  2806.     * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
  2807.     (ecoff_sec_to_styp_flags): Likewise.
  2808.     (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
  2809.     (ecoff_set_symbol_info): Handle scRConst.
  2810.     (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
  2811.     (ecoff_compute_section_file_positions): Handle .rconst section.
  2812.     (_bfd_ecoff_write_object_contents): Likewise.
  2813.     (ecoff_link_check_archive_element): Handle scRConst.
  2814.     (ecoff_link_add_externals): Likewise.
  2815.     (ecoff_link_write_external): Handle .rconst section.
  2816.     (ecoff_reloc_link_order): Likewise.
  2817.     * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
  2818.     * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
  2819.     section.
  2820.     (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
  2821.  
  2822.     * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
  2823.     DEF_DYNAMIC flag is set.
  2824.  
  2825. Tue Nov 21 13:25:29 1995  Ken Raeburn  <raeburn@cygnus.com>
  2826.  
  2827.     * host-aout.c: If TRAD_HEADER is defined, include it.
  2828.  
  2829. Tue Nov 21 13:03:57 1995  Ian Lance Taylor  <ian@cygnus.com>
  2830.  
  2831.     * aclocal.m4 (AC_PROG_CC): Remove local definition.
  2832.     (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
  2833.     (BFD_NEED_DECLARATION): New function.
  2834.     * configure.in: Use BFD_NEED_DECLARATION.
  2835.     * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
  2836.     * configure, config.in: Rebuild with autoconf 2.6.
  2837.  
  2838.     * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
  2839.     special_sections before returning when called with a non XCOFF
  2840.     BFD.
  2841.  
  2842.     * coffgen.c (coff_renumber_symbols): Sort common symbols with
  2843.     global symbols.
  2844.  
  2845.     * coffcode.h (coff_compute_section_file_positions): Only pad the
  2846.     previous section to force file alignment when creating an
  2847.     executable.
  2848.  
  2849. Mon Nov 20 14:54:09 1995  Ian Lance Taylor  <ian@cygnus.com>
  2850.  
  2851.     * coffcode.h (coff_compute_section_file_positions): If
  2852.     RS6000COFF_C, set up the .debug section.
  2853.  
  2854.     * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
  2855.     if it is not large enough to accomodate the entire TOC area with
  2856.     signed 16 bit offsets.
  2857.     (xcoff_write_global_symbol): Handle negative TOC offsets in global
  2858.     linkage code.
  2859.     (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
  2860.     TOC anchor to use the TOC value used in the output file.
  2861.  
  2862. Sat Nov 18 18:01:41 1995  Ian Lance Taylor  <ian@cygnus.com>
  2863.  
  2864.     * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
  2865.     (_bfd_coff_read_string_table): Likewise.
  2866.  
  2867. Sat Nov 18 19:43:04 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
  2868.  
  2869.     * pe-arm.c: Fix typos.
  2870.     * coff-arm.c: Likewise.
  2871.  
  2872. Fri Nov 17 16:22:04 1995  Kim Knuttila  <krk@cygnus.com>
  2873.  
  2874.     * coff-ppc.c (list_ele): Added "cat"egory member.
  2875.     (record_toc): New category parameter (priv or pub).
  2876.     (ppc_record_toc_entry): Check to see if toc bounds exceeded.
  2877.     (ppc_process_before_allocation): Removed embrionic data-in-toc from
  2878.     the mainline. It addes extra toc cells in error.
  2879.     (ppc_coff_swap_sym_in_hook): Added some documentation.
  2880.     (dump_toc): Can now diagnose "virtual toc" chicanery.
  2881.  
  2882. Fri Nov 17 10:41:25 1995  Philippe De Muyter  <phdm@info.ucl.ac.be>
  2883.  
  2884.     * elf-bfd.h (struct elf_link_hash_table): Change type of
  2885.     dynsymcount and bucketcount fields from size_t to bfd_size_type.
  2886.  
  2887. Fri Nov 17 10:02:58 1995  Ian Lance Taylor  <ian@cygnus.com>
  2888.  
  2889.     * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
  2890.     pointerize C_LEAFSTAT or C_LEAFEXT entries.
  2891.  
  2892.     * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
  2893.     DT_INIT and DT_FINI entries if the _init or _fini symbol is
  2894.     defined or mentioned in a regular file.
  2895.  
  2896. Thu Nov 16 15:16:42 1995  Kim Knuttila  <krk@cygnus.com>
  2897.  
  2898.     * coff-ppc.c (ppc_record_data_in_toc_entry): new function
  2899.     (coff_ppc_relocate_section): Handle TOCDEFN attribute
  2900.     (coff_ppc_relocate_section): Correct REL24 handling
  2901.     (ppc_process_before_allocation): Correct TOCDEFN handling
  2902.  
  2903.     * peicode.h (dir_names): Added name descriptions
  2904.  
  2905. Thu Nov 16 03:38:03 1995  Ken Raeburn  <raeburn@cygnus.com>
  2906.  
  2907.     * VERSION: Updated to cygnus-2.6.
  2908.  
  2909. Wed Nov 15 19:30:07 1995  Ken Raeburn  <raeburn@cygnus.com>
  2910.  
  2911.     * targets.c (m68k4knetbsd_vec): Declare.
  2912.  
  2913. Wed Nov 15 18:05:52 1995  Ian Lance Taylor  <ian@cygnus.com>
  2914.  
  2915.     * targets.c (bfd_target): Change type of second argument to
  2916.     _bfd_print_private_bfd_data from void * to PTR.
  2917.     * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
  2918.     using PTR rather than void *.
  2919.     * bfd-in2, libbfd.h: Rebuild.
  2920.     * peicode.h (pe_print_private_bfd_data): Change vfile from void *
  2921.     to PTR.
  2922.     * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
  2923.     _bfd_generic_bfd_print_private_bfd_data rather than casting
  2924.     bfd_true.
  2925.  
  2926. Wed Nov 15 04:09:14 1995  Ken Raeburn  <raeburn@cygnus.com>
  2927.  
  2928.     * Makefile.in (.dep1): Fix stupid typo in last change.  Remove any
  2929.     "DO NOT DELETE" lines or blank lines that mkdep writes on some
  2930.     systems.
  2931.     (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
  2932.     BFD64_BACKENDS_CFILES): New variables.
  2933.     (CFILES): Use them.
  2934.     
  2935. Tue Nov 14 11:52:23 1995  Ian Lance Taylor  <ian@cygnus.com>
  2936.  
  2937.     * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
  2938.     not at the file position of the first section.
  2939.     * coffcode.h (coff_compute_section_file_positions): Avoid using
  2940.     unportable #elif.
  2941.     (coff_write_object_contents): When generating a PPC PE executable
  2942.     with no symbols, round up the file size to a COFF_PAGE_SIZE
  2943.     boundary.
  2944.     * cofflink.c (_bfd_coff_final_link): If there are no symbols,
  2945.     don't write out a string table.
  2946.  
  2947.     * elf.c (bfd_section_from_shdr): When using a different section
  2948.     header, pass the new one to _bfd_elf_make_section_from_shdr.
  2949.     (elf_fake_sections): Don't set sh_info and sh_entsize fields.
  2950.     (elf_map_symbols): Add section VMA to symbol value when comparing
  2951.     against 0.
  2952.     (_bfd_elf_compute_section_file_positions): Only build symbol table
  2953.     if there are some symbols.  Set file offset of symtab and strtab
  2954.     sections.
  2955.     (assign_file_positions_except_relocs): Remove dosyms parameter.
  2956.     Change all callers.  Never set file offset of symtab and strtab
  2957.     sections.
  2958.     (_bfd_elf_copy_private_section_data): New function.
  2959.     (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
  2960.     (_bfd_elf_copy_private_symbol_data): New function.
  2961.     (swap_out_syms): Check for special mapping of st_shndx created by
  2962.     copy_private_symbol_data.
  2963.     * elfxx-target.h: Use new copy routines.
  2964.     * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
  2965.     (_bfd_elf_copy_private_section_data): Declare.
  2966.  
  2967.     * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
  2968.  
  2969.     * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
  2970.     C_NT_WEAK.
  2971.  
  2972.     * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
  2973.     _bfd_dummy_target, matching the recent change to archive
  2974.     recognition.
  2975.  
  2976. Mon Nov 13 13:24:38 1995  Ian Lance Taylor  <ian@cygnus.com>
  2977.  
  2978.     * libbfd.c (bfd_get_file_window): Use casts to avoid doing
  2979.     arithmetic on PTR types.
  2980.  
  2981.     * aout-target.h (MY(callback)): Set the lma of the sections.
  2982.  
  2983.     * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
  2984.     symbol into a reloc against the section.
  2985.  
  2986. Mon Nov 13 07:31:35 1995  Kim Knuttila  <krk@cygnus.com>
  2987.  
  2988.     * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
  2989.     glue for the relocs: IMGLUE and IFGLUE.
  2990.     (record_toc): new function - tracks toc contents
  2991.     (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
  2992.     (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
  2993.     (ppc_coff_rtype2howto): removed invalid IMGLUE hack
  2994.     (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
  2995.     (ppc_record_toc_entry): Removed a debug define (duh)
  2996.  
  2997.     * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
  2998.     (pe_print_idata): New function - formats the idata section data
  2999.     (pe_print_pdata): New function - formats the pdata section data
  3000.     (pe_print_private_bfd_data): calls to above
  3001.  
  3002. Sun Nov 12 12:23:24 1995  Stan Shebs  <shebs@andros.cygnus.com>
  3003.  
  3004.     * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
  3005.     * coff-rs6000.c (rs6000coff_vec): Add conditional defines
  3006.     TARGET_SYM and TARGET_NAME for vector and BFD name.
  3007.     * coff-pmac.c (pmac_xcoff_vec): Remove.
  3008.     (TARGET_SYM, TARGET_NAME): Define.
  3009.     * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
  3010.     machine to 0, not all PowerMacs are 601s.
  3011.  
  3012. Fri Nov 10 12:10:14 1995  Ian Lance Taylor  <ian@cygnus.com>
  3013.  
  3014.     * elfcode.h (elf_object_p): Read in any program headers.
  3015.     * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
  3016.     based on the program headers, if any.
  3017.     (elf_fake_sections): Set sh_addr from the vma, not the lma.
  3018.     (map_program_segments): Set p_paddr of program headers based on
  3019.     the lma.
  3020.  
  3021. Thu Nov  9 13:01:31 1995  Ian Lance Taylor  <ian@cygnus.com>
  3022.  
  3023.     * archive.c (bfd_generic_archive_p): Preserve tdata in case of
  3024.     failure.
  3025.  
  3026.     * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
  3027.     trying to do a relocateable link with a non-a.out object file.
  3028.  
  3029.     * archive.c (bfd_generic_archive_p): Check the first object file
  3030.     in an archive even if target_defaulted is set.  If the object file
  3031.     has the wrong xvec, reject it.
  3032.  
  3033.     * aoutx.h (NAME(aout,set_section_contents)): If a section can not
  3034.     be represented, report the name via _bfd_error_handler.
  3035.     (translate_to_native_sym_flags): Likewise.
  3036.     * elf32-mips.c (mips_elf_final_link): Likewise.
  3037.     * oasys.c (oasys_write_sections): Likewise.
  3038.  
  3039.     * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
  3040.     which checks for STYP_OVRFLO sections.
  3041.     (coff_compute_section_file_positions): If RS6000COFF_C, handle
  3042.     reloc and lineno count overflows.
  3043.     (coff_write_object_contents): Call coff_count_linenumbers before
  3044.     coff_compute_section_file_positions.  If RS6000COFF_C, handle
  3045.     reloc and lineno count overflows.
  3046.     * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
  3047.     relocs before dealing with .pad sections.  Count overflow section
  3048.     headers when handling .pad sections.
  3049.  
  3050.     * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
  3051.     if RS6000COFF_C.
  3052.  
  3053.     * xcofflink.c (XCOFF_DESCRIPTOR): Define.
  3054.     (struct xcoff_link_hash_table): Add descriptor_section and
  3055.     special_sections fields.
  3056.     (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
  3057.     (xcoff_link_add_symbols): Set linkage section alignment.  Create
  3058.     descriptor section.  Check for magic symbol names (_text, etc.),
  3059.     and record them in special_sections if found.  Set
  3060.     XCOFF_DESCRIPTOR flag for a function descriptor, and set its
  3061.     descriptor field to point back to the function code symbol.
  3062.     (xcoff_sweep): Always mark the special descriptor_section.
  3063.     (bfd_xcoff_export_symbol): Check whether the symbol might be a
  3064.     function descriptor, and mark it if it is.
  3065.     (bfd_xcoff_size_dynamic_sections): Add new special_sections
  3066.     parameter, and fill it in.  Allocate space for the descriptor
  3067.     section.
  3068.     (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
  3069.     global linkage code.  If an undefined function descriptor is
  3070.     exported, arrange to define it.  Warn about any other undefined
  3071.     exported symbol.
  3072.     (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
  3073.     (xcoff_write_global_symbol): Create a function descriptor when
  3074.     necessary.
  3075.     * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
  3076.     * bfd-in2.h: Rebuild.
  3077.  
  3078. Thu Nov  9 08:40:23 1995  Kim Knuttila  <krk@cygnus.com>
  3079.  
  3080.     * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
  3081.     (ppc_coff_link_hash_table): new types for hashing
  3082.     (ppc_coff_link_hash_newfunc): hash entry constructor
  3083.     (ppc_coff_link_hash_table_init): hash table initializer
  3084.     (ppc_coff_link_hash_table_create): hash table constructor
  3085.     (ppc_record_toc_entry): changed references to hash table
  3086.     (coff_ppc_relocate_section): changed references to hash table
  3087.  
  3088.     * libcoff-in.h (coff_link_hash_entry): removed toc_offset
  3089.     * libcoff.h: Rebuild
  3090.  
  3091.     * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
  3092.     (coff_link_add_symbols): removed toc_offset init
  3093.  
  3094. Thu Nov  9 04:00:38 1995  Ken Raeburn  <raeburn@cygnus.com>
  3095.  
  3096.     * Makefile.in (.dep1): Make sure the file mkdep is to write exists
  3097.     first.
  3098.  
  3099.     * configure.in: Added new option --with[out]-mmap.  Set USE_MMAP
  3100.     if it is given and mmep is available.
  3101.     * acconfig.h: Undef USE_MMAP.
  3102.     * configure, config.in: Regenerated.
  3103.     * aoutx.h: If USE_MMAP is not defined, do all symbol and string
  3104.     table handling the old way.
  3105.     (aout_get_external_symbols): Don't complain if last byte of string
  3106.     table is nonzero.
  3107.     * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
  3108.     (bfd_free_window) [! USE_MMAP]: Don't define.
  3109.     (bfd_get_file_window,
  3110.     _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
  3111.  
  3112. Wed Nov  8 20:03:44 1995  Eric Freudenthal <freudenthal@nyu.edu>
  3113.  
  3114.     * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
  3115.     0xffff0000.
  3116.  
  3117. Wed Nov  8 11:31:11 1995  Ian Lance Taylor  <ian@cygnus.com>
  3118.  
  3119.     * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
  3120.     compatible with AMD generated COFF files.  Try to support both AMD
  3121.     and GNU formats simultaneously.
  3122.     (coff_a29k_relocate_section): Likewise.
  3123.  
  3124.     * libbfd.c (bfd_get_file_window): Change writable parameter from
  3125.     int to boolean; update all callers.  Pass MAP_SHARED if not
  3126.     writable--it's required on Solaris.  Cast fprintf argument to
  3127.     avoid warning.
  3128.     * bfd-in.h (bfd_get_file_window): Update declaration.
  3129.     * bfd-in2.h: Rebuild.
  3130.     * aoutx.h: Update calls to bfd_get_file_window.
  3131.  
  3132.     * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
  3133.     Change all uses.
  3134.     (xcoff_swap_ldhdr_in): New static function.
  3135.     (xcoff_swap_ldsym_in): New static function.
  3136.     (xcoff_find_reloc): Handle the case of a single reloc correctly.
  3137.     (xcoff_link_add_symbols): If we just created a descriptor, pass it
  3138.     to _bfd_generic_link_add_one_symbol, to save a hash lookup.
  3139.     Handle XTY_ER/XMC_XO symbols correctly.
  3140.     (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
  3141.     rather than normal symbol table.
  3142.     (bfd_xcoff_import_symbol): It's not an error if the symbol is
  3143.     already defined with the same absolute value.
  3144.     (xcoff_mark): When considering called symbols, check whether the
  3145.     descriptor is from a dynamic object, rather than the symbol
  3146.     itself.
  3147.     (xcoff_build_ldsyms): Likewise.
  3148.  
  3149.     * libbfd.c (bfd_get_file_window): Change return type to boolean.
  3150.     Cast realloc and malloc return values.  If malloc or realloc fail,
  3151.     set bfd_error_no_memory.
  3152.     * bfd-in.h (bfd_get_file_window): Change type to boolean.
  3153.     * bfd-in2.h: Rebuild.
  3154.  
  3155. Tue Nov  7 11:53:48 1995  Kim Knuttila  <krk@cygnus.com>
  3156.  
  3157.     * coff-ppc.c (ppc_record_toc_entry): new function.
  3158.     (in_reloc_p): changed return value.
  3159.     (coff_ppc_relocate_section): much rework.
  3160.     (ppc_allocate_toc_section): new function.
  3161.     (ppc_process_before_allocation): new function.
  3162.     (ppc_coff_swap_sym_in_hook): new function.
  3163.  
  3164.     * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
  3165.     (coff_link_add_symbols): initialize toc_offset.
  3166.  
  3167.     * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
  3168.     (coff_swap_aouthdr_out): Added more sections to the data
  3169.     dictionary for the pe file header. Also changed linker version
  3170.     number on the ppc side.
  3171.     (dir_names): small improvements to the dictionary printing.
  3172.     (pe_mkobject_hook): save the file level flags.
  3173.  
  3174.     * libcoff-in.h (coff_link_hash_entry): added toc_offset field
  3175.     (pe_tdata): added real_flags field
  3176.     (coff_tdata): added local_toc_sym_map and access macro
  3177.  
  3178.     * libcoff.h (coff_link_hash_entry): added toc_offset field
  3179.     (pe_tdata): added real_flags field
  3180.     (coff_tdata): added local_toc_sym_map and access macro
  3181.  
  3182.     * coffcode.h (coff_set_alignment_hook): added hook for PE.
  3183.     (coff_mkobject): init for local_toc_sym_map
  3184.     (coff_write_object_contents): set the internal_a.magic to
  3185.         IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
  3186.     ppc compilers use.
  3187.  
  3188. Tue Nov  7 13:48:58 1995  Ian Lance Taylor  <ian@cygnus.com>
  3189.  
  3190.     * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
  3191.     entries until both the line number address and the function name
  3192.     address are too large.
  3193.  
  3194.     * configure.in: Call AC_CHECK_PROG to find and cache AR.
  3195.     * configure: Rebuilt.
  3196.  
  3197.     * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
  3198.     is defined in the environment.
  3199.  
  3200. Tue Nov  7 10:57:24 1995  Jeffrey A Law  (law@cygnus.com)
  3201.  
  3202.     * som.c (som_get_section_contents_in_window): Define to use
  3203.     generic version.
  3204.  
  3205. Mon Nov  6 17:13:15 1995  Harry Dolan  <dolan@ssd.intel.com>
  3206.  
  3207.     * coff-i860.c: New file, based on coff-i386.c.
  3208.     * cpu-i860.c: New file, based on cpu-i386.c.
  3209.     * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
  3210.     * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
  3211.     targets, using i860coff_vec.
  3212.     * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
  3213.     trad-core.o and hosts/i860mach3.h.
  3214.     (i860coff_vec): Use coff-i860.o and cofflink.o.
  3215.     * configure: Rebuild.
  3216.     * Makefile.in: Rebuild dependencies.
  3217.     (ALL_MACHINES): Add cpu-i860.o.
  3218.     (BFD32_BACKENDS): Add coff-i860.o.
  3219.     (CFILES): Add cpu-i860.c and coff-i860.c.
  3220.     * targets.c (i860coff_vec): Declare.
  3221.     (bfd_target_vector): Add &i860coff_vec.    
  3222.     * archures.c (bfd_i860_arch): Declare.
  3223.     (bfd_archures_list): Add &bfd_i860_arch.
  3224.     * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
  3225.     (coff_set_flags): Handle bfd_arch_i860.
  3226.     (coff_write_object_contents): Handle I860 a.out magic number.
  3227.  
  3228. Mon Nov  6 14:34:07 1995  Ian Lance Taylor  <ian@cygnus.com>
  3229.  
  3230.     * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
  3231.     the created .tc section to 2.
  3232.     (xcoff_mark): Don't keep a .loader reloc for a call to an
  3233.     undefined symbol when creating a shared library.
  3234.     (xcoff_build_ldsyms): When creating a shared library, generate
  3235.     global linkage code for a call to an undefined symbol.
  3236.  
  3237. Sun Nov  5 21:44:13 1995  Ken Raeburn  <raeburn@cygnus.com>
  3238.  
  3239.     * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
  3240.     BFD32_BACKENDS, BFD64_BACKENDS.
  3241.     (.dep1): Put mkdep output in a separate file.
  3242.     Rebuilt dependencies.
  3243.  
  3244.     * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
  3245.     value.
  3246.  
  3247.     Permit use of mmap when available:
  3248.  
  3249.     * configure.in: Check for mmap, madvise, mprotect.
  3250.     * config.in, configure: Regenerated.
  3251.  
  3252.     * libbfd.c (struct _bfd_window_internal): Define type.
  3253.     (bfd_init_window, bfd_free_window, bfd_get_file_window): New
  3254.     functions.
  3255.     (ok_to_map): New static variable for debugging.
  3256.     (_bfd_generic_get_section_contents_in_window): New function.
  3257.     * bfd-in.h (bfd_window_internal): Declare type.
  3258.     (bfd_window): Define type.
  3259.     (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
  3260.     * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
  3261.     Declare.
  3262.  
  3263.     * libaout.h (struct aoutdata): Add two window fields.
  3264.     (obj_aout_sym_window, obj_aout_string_window): New macros.
  3265.     * aoutx.h (some_aout_object_p): Initialize windows.
  3266.     (aout_get_external_symbols): Get symbol data and strings in
  3267.     windows instead of explicitly allocated buffers.
  3268.     (slurp_symbol_table): Free window instead of memory.
  3269.     (bfd_free_cached_info): Release windows instead of freeing storage
  3270.     directly.
  3271.     (aout_link_free_symbols): Ditto.
  3272.  
  3273.     * targets.c (bfd_target): Add new field for
  3274.     get_section_contents_in_window.
  3275.     (BFD_JUMP_TABLE_GENERIC): Updated.
  3276.     * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
  3277.     coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
  3278.     libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
  3279.     macros for get_section_contents_in_window field.
  3280.  
  3281. Sat Nov  4 12:23:26 1995  Fred Fish  <fnf@cygnus.com>
  3282.  
  3283.     * core.c: Renamed to corefile.c
  3284.     * makefile.dos (OBJS): Change core.o to corefile.o
  3285.     * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
  3286.     
  3287. Fri Nov  3 15:54:59 1995  Ian Lance Taylor  <ian@cygnus.com>
  3288.  
  3289.     * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
  3290.     to o.  Clobber and restore the list of new csects around the call
  3291.     to _bfd_generic_link_add_one_symbol, in case it wants to report a
  3292.     linker error and the linker wants to read the symbol table.  Reset
  3293.     the line number count of a real section even if it has no relocs.
  3294.     (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
  3295.  
  3296.     * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
  3297.     is too small.
  3298.  
  3299. Thu Nov  2 23:16:39 1995  Ian Lance Taylor  <ian@cygnus.com>
  3300.  
  3301.     * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
  3302.     an undefined symbol in a shared link.
  3303.  
  3304.     * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
  3305.     oldtype from bfd_link_order_type to bfd_link_hash_type.  From
  3306.     phdm@info.ucl.ac.be (Philippe De Muyter).
  3307.  
  3308. Wed Nov  1 14:26:02 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
  3309.  
  3310.     * coff-m88k.c (rtype2howto): New static function.
  3311.     (RTYPE2HOWTO): Use it rather than a macro definition.
  3312.  
  3313.     * coffcode.h (coff_write_object_contents): set internal_a.magic
  3314.     to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
  3315.  
  3316.     * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
  3317.     define TRAD_HEADER to new file hosts/delta68.h.
  3318.     m88*-motorola-sysv*, however, does use ptrace-core.o.
  3319.     * hosts/delta68.h: New file.
  3320.  
  3321.     * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
  3322.     bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
  3323.  
  3324. Wed Nov  1 13:51:54 1995  Ken Raeburn  <raeburn@cygnus.com>
  3325.  
  3326.     * i386linux.c (MY(vec)): Declare before use.
  3327.  
  3328. Wed Nov  1 11:45:07 1995  Ian Lance Taylor  <ian@cygnus.com>
  3329.  
  3330.     * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
  3331.     Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
  3332.  
  3333.     * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
  3334.     BFD is not of the right type.
  3335.     (bfd_elf_get_needed_list): Likewise.
  3336.     * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
  3337.     * sunos.c (bfd_sunos_get_needed_list): Likewise.
  3338.     * xcofflink.c (XCOFF_XVECP): Define.
  3339.     (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
  3340.     of the right type.
  3341.     (bfd_xcoff_import_symbol): Likewise.
  3342.     (bfd_xcoff_export_symbol): Likewise.
  3343.     (bfd_xcoff_link_count_reloc): Likewise.
  3344.     (bfd_xcoff_record_link_assignment): Likewise.
  3345.     (bfd_xcoff_size_dynamic_sections): Likewise.
  3346.  
  3347.     * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
  3348.     table index against the number of symbols for a base relative
  3349.     reloc.
  3350.  
  3351.     * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
  3352.     static function.
  3353.     * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
  3354.     full_aouthdr flag here...
  3355.     (_bfd_xcoff_bfd_final_link): ...not here.
  3356.  
  3357. Tue Oct 31 12:52:02 1995  Fred Fish  <fnf@cygnus.com>
  3358.  
  3359.     * libelf.h:  Rename to elf-bfd.h to avoid conflict with
  3360.     systems that have a system <libelf.h>.
  3361.     * Makefile.in: Globally replace libelf.h with elf-bfd.h.
  3362.     * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
  3363.     elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
  3364.     elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
  3365.     elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
  3366.     elfxx-target.h: Include elf-bfd.h rather than libelf.h.
  3367.     * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
  3368.  
  3369. Tue Oct 31 15:30:07 1995  David Mosberger-Tang  <davidm@azstarnet.com>
  3370.  
  3371.     * ecoff.c (ecoff_set_symbol_info): Add new parameter weak.  If
  3372.     set, set BSF_WEAK in symbol.  Change all callers.
  3373.     (ecoff_get_extr): Set weakext based on BSF_WEAK.
  3374.     (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
  3375.     _bfd_generic_link_add_one_symbol.
  3376.     (ecoff_indirect_link_order): Check that the section tdata relocs
  3377.     are not NULL before using them.
  3378.  
  3379.     * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
  3380.     define TRAD_HEADER as hosts/alphalinux.h.
  3381.     * configure: Rebuild.
  3382.     * hosts/alphalinux.h: New file.
  3383.     * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
  3384.     not int.
  3385.  
  3386. Tue Oct 31 12:34:11 1995  Ian Lance Taylor  <ian@cygnus.com>
  3387.  
  3388.     * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
  3389.     C_ECOMM storage classes.
  3390.  
  3391.     * xcofflink.c (xcoff_mark_symbol): New static function, broken out
  3392.     of xcoff_mark.
  3393.     (xcoff_mark): Call xcoff_mark_symbol.
  3394.     (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
  3395.     (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
  3396.     doing it by hand.
  3397.     (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
  3398.  
  3399. Mon Oct 30 14:53:48 1995  Ian Lance Taylor  <ian@cygnus.com>
  3400.  
  3401.     * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
  3402.     field.
  3403.     (xcoff_find_reloc): New static function.
  3404.     (xcoff_link_add_symbols): Use it.
  3405.     (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
  3406.     (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL.  Don't
  3407.     relocate the value of C_DECL.
  3408.  
  3409.     * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
  3410.  
  3411. Sat Oct 28 01:25:34 1995  steve chamberlain  <sac@slash.cygnus.com>
  3412.  
  3413.     * cofflink.c (_bfd_coff_generic_relocate_section): Make
  3414.     callback decide what goes in .relocs.
  3415.     * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
  3416.     * peicode.h (pe_mkobject_hook): Only copy aouthdr if
  3417.     there is one.
  3418.  
  3419. Sat Oct 28 01:51:02 1995  Ian Lance Taylor  <ian@cygnus.com>
  3420.  
  3421.     * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
  3422.     absolute section.
  3423.  
  3424. Fri Oct 27 18:14:39 1995  Ian Lance Taylor  <ian@cygnus.com>
  3425.  
  3426.     * xcofflink.c: More improvements, mostly to fix handling of
  3427.     constructors and a few other special cases.
  3428.     * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
  3429.     zero, reverting yesterday's change.
  3430.     * bfd-in.h (bfd_xcoff_link_record_set): Declare.
  3431.     (bfd_xcoff_link_count_reloc): Declare.
  3432.     (bfd_xcoff_record_link_assignment): Declare.
  3433.     * bfd-in2.h: Rebuild.
  3434.  
  3435. Fri Oct 27 14:42:15 1995  Niklas Hallqvist  <niklas@appli.se>
  3436.  
  3437.     * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
  3438.     aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
  3439.     i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
  3440.     i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
  3441.     ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
  3442.     Change PAGE_SIZE to TARGET_PAGE_SIZE.
  3443.  
  3444.     * m68knetbsd.c: Ditto as well as add support for the m68k4k object
  3445.     format.
  3446.  
  3447.     * netbsd.h: Double ditto (incl. m68k4k support).  NetBSD's text
  3448.     segments includes the a.out header.  See to that the magic number
  3449.     *always* is big-endian.
  3450.  
  3451.     * config.bfd: Add m68*-hp*-netbsd* case.  Cross-pollinate m68k and
  3452.     m68k4k NetBSD configurations.
  3453.  
  3454.     * configure.in, configure: Separate i386 & mips NetBSD
  3455.     configurations from other BSD ones.  Don't assume DEC is the only
  3456.     thing NetBSD/mips run on.  Add {m68k,ns32k,sparc}-*-netbsd*
  3457.     configurations.  Add support for m68k4k NetBSD object format.
  3458.  
  3459.     * libaout.h: Added M_68K4K_NETBSD magic.
  3460.  
  3461.     * m68k4knetbsd.c: New file.
  3462.     
  3463.     * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
  3464.  
  3465.     * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
  3466.     <machine/endian.h>.
  3467.  
  3468.     * hosts/mipsnbsd.h: New file.
  3469.     
  3470. Thu Oct 26 14:16:47 1995  Ian Lance Taylor  <ian@cygnus.com>
  3471.  
  3472.     * xcofflink.c: Numerous changes to get closer to a working XCOFF
  3473.     linker.
  3474.     * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
  3475.     toc_section, and entry_section fields.
  3476.     (struct xcoff_section_tdata): Remove ldrel_count field.
  3477.     * libcoff.h: Rebuild.
  3478.     * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
  3479.     fields.
  3480.     (coff_compute_section_file_positions): If RS6000COFF_C, generate
  3481.     full a.out header if full_aouthdr is set in xcoff_data.
  3482.     (coff_write_object_contents): Likewise.  Set o_snentry and o_sntoc
  3483.     based on sections stored in xcoff_data.
  3484.     * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
  3485.     fields.
  3486.     (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
  3487.     (rs6000coff_vec): Set symbol_leading_char to '.'.
  3488.     * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
  3489.     value stored in ret rather than returning a pointer value.
  3490.     
  3491. Wed Oct 25 23:10:39 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
  3492.  
  3493.     * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
  3494.     format for now.
  3495.  
  3496. Wed Oct 25 16:19:27 1995  Jeffrey A Law  (law@cygnus.com)
  3497.  
  3498.     * som.c (som_slurp_string_table): Allocate the strings with malloc
  3499.     since they're free'd by free_cached_info.
  3500.     (som_slurp_symbol_table): Similarly for the symbol table.
  3501.  
  3502. Wed Oct 25 14:59:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  3503.  
  3504.     * Makefile.in (diststuff):  Don't make headers.
  3505.  
  3506. Wed Oct 25 11:32:54 1995  Ian Lance Taylor  <ian@cygnus.com>
  3507.  
  3508.     * Makefile.in: Rebuild dependencies.
  3509.  
  3510.     * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
  3511.     output_bfd is not SunOS.
  3512.     (bfd_sunos_size_dynamic_sections): Likewise.  Don't scan relocs of
  3513.     non-SunOS input files.
  3514.  
  3515.     * xcofflink.c: Extensive changes to support linking shared objects
  3516.     and generating a .loader section.
  3517.     * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
  3518.     (struct xcoff_section_tdata): Add lineno_count, first_symndx,
  3519.     last_symndx, and ldrel_count fields.
  3520.     * libcoff.h: Rebuild.
  3521.     * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
  3522.     * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
  3523.     is set.
  3524.     * bfd-in.h (bfd_xcoff_import_symbol): Declare.
  3525.     (bfd_xcoff_export_symbol): Declare.
  3526.     (bfd_xcoff_size_dynamic_sections): Declare.
  3527.     * bfd-in2.h: Rebuild.
  3528.  
  3529. Tue Oct 24 17:44:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
  3530.  
  3531.     * configure.in: Add xcofflink.o to pmac_xcoff_vec.
  3532.     * configure: Rebuild.
  3533.     * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
  3534.     * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
  3535.     contents.
  3536.     (pmac_xcoff_vec): Update to use new xcoff support.
  3537.     * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
  3538.     (xcoff_write_armap): Declare buf as unsigned char.
  3539.     * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
  3540.  
  3541.     * mpw-make.sed: Generalize subdir_do edit.
  3542.     
  3543. Tue Oct 24 10:25:01 1995  Jeffrey A Law  (law@cygnus.com)
  3544.  
  3545.     * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
  3546.     correctly.  Don't initialize asect->vma.
  3547.  
  3548. Fri Oct 20 13:23:48 1995  Ken Raeburn  <raeburn@cygnus.com>
  3549.  
  3550.     * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
  3551.     something a little less than the page size.
  3552.  
  3553. Thu Oct 19 13:06:09 1995  Ian Lance Taylor  <ian@cygnus.com>
  3554.  
  3555.     * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
  3556.  
  3557. Wed Oct 18 16:20:08 1995  steve chamberlain  <sac@slash.cygnus.com>
  3558.  
  3559.     * coff-i386.c (coff_i386_reloc_type_lookup): New.
  3560.     * coffcode.h (coff_write_object_contents): If .bss is before
  3561.     .data us that as data_start.
  3562.     * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
  3563.     calc correct.
  3564.     * peicode.h (add_data_entry): Use _cooked_size of data directory.
  3565.     (coff_swap_outhdr_out): Hardwire in version number.
  3566.     
  3567. Wed Oct 18 16:50:54 1995  Ken Raeburn  <raeburn@cygnus.com>
  3568.  
  3569.     * sunos.c (sunos_add_dynamic_symbols): Rename local variables
  3570.     major and minor to *_vno, since the former are also macros in
  3571.     SunOS header files.  Cast result of bfd_alloc to appropriate
  3572.     type.
  3573.  
  3574.     * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
  3575.     before assigning to sec_data.
  3576.  
  3577. Wed Oct 18 13:25:17 1995  Ian Lance Taylor  <ian@cygnus.com>
  3578.  
  3579.     * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
  3580.     now relative to the section, not absolute.
  3581.     * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
  3582.     get the file name when there is a N_SO directory name.  When
  3583.     handling stabs, remember that section->vma was added to the
  3584.     offset.
  3585.  
  3586. Tue Oct 17 18:24:54 1995  Ian Lance Taylor  <ian@cygnus.com>
  3587.  
  3588.     * sunos.c (struct sunos_link_hash_table): Add needed field.
  3589.     (sunos_link_hash_table_create): Call bfd_release, not free.
  3590.     (sunos_link_hash_table_create): Initialize needed field.
  3591.     (sunos_add_dynamic_symbols): Record needed objects.
  3592.     (bfd_sunos_get_needed_list): New function.
  3593.     * bfd-in.h (bfd_sunos_get_needed_list): Declare.
  3594.     * bfd-in2.h: Rebuild.
  3595.  
  3596. Mon Oct 16 14:43:59 1995  steve chamberlain  <sac@slash.cygnus.com>
  3597.  
  3598.     * libcoff-in.h (pe_data_type.in_reloc_p): New.
  3599.  
  3600. Mon Oct 16 10:52:50 1995  Ian Lance Taylor  <ian@cygnus.com>
  3601.  
  3602.     * bfd-in.h (struct bfd_link_needed_list): Rename from
  3603.     bfd_elf_link_needed_list.
  3604.     * bfd-in2.h: Rebuild.
  3605.     * elf.c, elflink.h, libelf.h: Corresponding changes.
  3606.  
  3607.     Add start at AIX linker support; no shared libraries yet.
  3608.     * xcofflink.c: New file.
  3609.     * configure.in (rs600coff_vec): Use xcofflink.o.
  3610.     * configure: Rebuild.
  3611.     * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
  3612.     fields.
  3613.     (struct xcoff_section_tdata): Define.
  3614.     (xcoff_section_data): Define macro.
  3615.     (_bfd_xcoff_bfd_link_hash_table_create): Declare.
  3616.     (_bfd_xcoff_bfd_link_add_symbols): Declare.
  3617.     (_bfd_xcoff_bfd_final_link): Declare.
  3618.     (_bfd_ppc_xcoff_relocate_section): Declare.
  3619.     * libcoff.h: Rebuild.
  3620.     * coff-rs6000.c: Clean up a bit.
  3621.     (xcoff_mkobject): Default modtype to 1L, not RE.  Initialize
  3622.     cputype, csects, and debug_indices.
  3623.     (xcoff_copy_private_bfd_data): Copy cputype.
  3624.     (xcoff_howto_table): Rename from rs6000coff_howto_table.
  3625.     (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
  3626.     (xcoff_reloc_type_lookup): Rename from
  3627.     rs6000coff_reloc_type_lookup.
  3628.     (coff_relocate_section): Define.
  3629.     (_bfd_xcoff_sizeof_headers): Define.
  3630.     (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
  3631.     (_bfd_xcoff_bfd_relax_section): Define.
  3632.     (_bfd_xcoff_bfd_link_split_section): Define.
  3633.     (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
  3634.     coff.
  3635.     * coffcode.h (coff_compute_section_file_positions): If AIX,
  3636.     increment sofar by SMALL_AOUTSZ if not executable.
  3637.     (coff_write_object_contents): If AIX, always output an a.out
  3638.     header; if not executable, header size of SMALL_AOUTSZ.
  3639.     * hash.c (struct bfd_strtab_hash): Add xcoff field.
  3640.     (_bfd_stringtab_init): Initialize xcoff field.
  3641.     (_bfd_xcoff_stringtab_init): New function.
  3642.     (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
  3643.     (_bfd_stringtab_emit): In XCOFF mode, write out length.
  3644.     * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
  3645.     * libbfd.h: Rebuild.
  3646.     * Makefile.in: Rebuild dependencies.
  3647.     (BFD32_BACKENDS): Add xcofflink.o.
  3648.     (CFILES): Add xcofflink.c.
  3649.  
  3650.     * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
  3651.     SEC_NO_FLAGS, for .acommon section.  From Peter Schauer
  3652.     <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>.
  3653.  
  3654. Sat Oct 14 21:36:02 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
  3655.  
  3656.     * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
  3657.  
  3658. Fri Oct 13 17:48:43 1995  Ken Raeburn  <raeburn@cygnus.com>
  3659.  
  3660.     * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
  3661.     * config.in: Regenerated.
  3662.  
  3663.     * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
  3664.     (_bfd_chunksize): New variable.
  3665.     (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
  3666.     for obstack chunk size.
  3667.     * configure.in: Check for getpagesize.
  3668.     * configure: Regenerated.
  3669.  
  3670.     Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  3671.  
  3672.     * trad-core.c (rawptr): Make it a local variable of
  3673.      ptrace_unix_core_file_p.
  3674.  
  3675. Fri Oct 13 11:22:01 1995  steve chamberlain  <sac@slash.cygnus.com>
  3676.  
  3677.     * coff-arm.c (in_reloc_p): New.
  3678.     * coff-i386.c (in_reloc_p): New.
  3679.     * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
  3680.     (coff_write_object_contents): Only set has_reloc_section
  3681.     if PE_IMAGE.
  3682.     * cofflink.c (_bfd_coff_generic_relocate_section): Call
  3683.     in_reloc_p to decide if reloc should be emitted.
  3684.     * libcoff.h (pe_data_type.in_reloc_p): New.
  3685.     * peicode.h (pe_mkobject): Initialize in_reloc_p.
  3686.  
  3687. Wed Oct 11 00:49:29 1995  Ian Lance Taylor  <ian@cygnus.com>
  3688.  
  3689.     * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
  3690.     (_bfd_coff_read_internal_relocs): Likewise.
  3691.     * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
  3692.     (_bfd_coff_read_internal_relocs): Likewise.
  3693.  
  3694.     * elflink.h (elf_link_add_object_symbols): Correct conditions
  3695.     under which type and size change warnings are issued.
  3696.  
  3697. Tue Oct 10 18:32:46 1995  Ian Lance Taylor  <ian@cygnus.com>
  3698.  
  3699.     * coffgen.c (coff_count_linenumbers): Don't count line numbers for
  3700.     a symbol which is not in a real section.
  3701.     (coff_write_native_symbol): Corresponding change.
  3702.  
  3703.     * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
  3704.     coff_link_hash_newfunc and make non-static.
  3705.     (_bfd_coff_link_hash_table_init): New function, broken out of
  3706.     _bfd_coff_link_hash_table_create.
  3707.     (_bfd_coff_link_hash_table_create): Use it.
  3708.     (process_embedded_commands): Make static.
  3709.     * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
  3710.     (_bfd_coff_link_hash_table_init): Declare.
  3711.     * libcoff.h: Rebuild.
  3712.  
  3713.     * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
  3714.     field in XCOFF tdata.
  3715.     (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
  3716.     U802ROMAGIC, for clarity.  Try to set arch and machine correctly
  3717.     based on cputype stored in a.out header, or in n_type of initial
  3718.     .file symbol.
  3719.     (coff_write_object_contents): Set cputype correctly in a.out
  3720.     header.
  3721.     (coff_slurp_symbol_table): Add casts to file_ptr to avoid
  3722.     warnings.
  3723.     * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
  3724.     (coff_swap_aouthdr_out): Swap out cputype field.  Don't clear
  3725.     old resv1 field.
  3726.     * libcoff-in.h (struct xcoff_tdata): Add cputype field.
  3727.     * libcoff.h: Rebuild.
  3728.  
  3729.     * cpu-rs6000.c (rs6000_compatible): New static function.
  3730.     (bfd_rs6000_arch): Use it.
  3731.     * cpu-powerpc.c (powerpc_compatible): New static function.
  3732.     (arch_info_struct): Define various flavours of PowerPC.
  3733.     (bfd_powerpc_arch): Use powerpc_compatible.  Point at
  3734.     arch_info_struct.
  3735.  
  3736. Tue Oct 10 10:50:46 1995  Fred Fish  <fnf@cygnus.com>
  3737.  
  3738.     * Makefile.in (FLAGS_TO_PASS):  Remove BISON.
  3739.  
  3740. Tue Oct 10 01:28:29 1995  Ian Lance Taylor  <ian@cygnus.com>
  3741.  
  3742.     * elflink.h (elf_link_add_object_symbols): Don't warn about
  3743.     changing the size or type if the old definition was weak.
  3744.  
  3745. Mon Oct  9 11:24:08 1995  Ian Lance Taylor  <ian@cygnus.com>
  3746.  
  3747.     * coffcode.h (combined_entry_type): Add fix_line field.
  3748.     (coff_slurp_line_table): Warn if we try to set the lineno field of
  3749.     a symbol twice.
  3750.     (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
  3751.     C_EINCL by setting fix_line.  Fix C_BSTAT symbol value.
  3752.     * coffgen.c (coff_mangle_symbols): Handle fix_line.
  3753.     (coff_write_symbol): Only use N_DEBUG if the symbol is in the
  3754.     absolute section.
  3755.     (coff_print_symbol): Print fix_value symbols in a useful fashion.
  3756.     * libcoff.h: Rebuild.
  3757.  
  3758.     * libcoff-in.h (struct xcoff_tdata): Define.
  3759.     (xcoff_data): Define.
  3760.     * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
  3761.     * bfd-in2.h, libcoff.h: Rebuild.
  3762.     * coff-rs6000.c (xcoff_mkobject): New static function.
  3763.     (coff_mkobject): Define.
  3764.     (xcoff_copy_private_bfd_data): New static function.
  3765.     (coff_bfd_copy_private_bfd_data): Define.
  3766.     (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
  3767.     signed to bitfield.
  3768.     (rs6000coff_vec): Add DYNAMIC to object_flags.
  3769.     * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
  3770.     .loader sections specially.
  3771.     (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
  3772.     section alignment from the XCOFF tdata information.
  3773.     (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
  3774.     F_SHROBJ, and copy the extra a.out header information into the
  3775.     XCOFF tdata structure.
  3776.     (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
  3777.     F_DYNLOAD and the extra a.out header information.
  3778.     (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
  3779.     C_HIDEXT symbol with attached csect information.
  3780.     * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
  3781.     in the o_maxdata field.
  3782.     (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
  3783.     * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
  3784.     end if BSF_NOT_AT_END is set.
  3785.  
  3786.     * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
  3787.     _bfd_read_ar_hdr_fn.
  3788.     * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
  3789.     * bfd-in2.h, libbfd.h: Rebuild.
  3790.     * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
  3791.     return value.
  3792.     (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
  3793.     (bfd_slurp_bsd_armap_f2): Likewise.
  3794.     (_bfd_slurp_extended_name_table): Likewise.
  3795.  
  3796. Fri Oct  6 16:18:35 1995  Ken Raeburn  <raeburn@cygnus.com>
  3797.  
  3798.     Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  3799.  
  3800.     * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
  3801.     when the symbol table is empty.
  3802.  
  3803.     * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
  3804.     space for section symbols, since we don't output them either.
  3805.     (elf_m68k_adjust_dynindx): Removed.
  3806.  
  3807.     * ptrace-core.c (rawptr): Make it a local variable of
  3808.      ptrace_unix_core_file_p.
  3809.  
  3810. Fri Oct  6 12:24:47 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
  3811.  
  3812.     * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
  3813.     NULL.
  3814.  
  3815.     * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
  3816.     Mac object file formats.
  3817.  
  3818. Fri Oct  6 12:04:02 1995  Ian Lance Taylor  <ian@cygnus.com>
  3819.  
  3820.     * coffgen.c (coff_fix_symbol_name): Don't try to set up file
  3821.     auxent if there isn't one.
  3822.     (coff_write_symbols): If there is no file auxent, use SYMNMLEN
  3823.     rather than FILNMLEN as the maximum name length.
  3824.  
  3825.     * coffcode.h (bfd_coff_backend_data): Add new field
  3826.     _bfd_coff_print_aux.
  3827.     (bfd_coff_print_aux): New static function.
  3828.     (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
  3829.     scnlen field of an XTY_LD csect aux entry.
  3830.     (coff_print_aux): New static function.
  3831.     (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
  3832.     in coff_pointerize_aux_hook.
  3833.     (bfd_coff_std_swap_table): Initialize new field.
  3834.     * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
  3835.     * libcoff.h: Rebuild.
  3836.     * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
  3837.     * coff-mips.c (mips_ecoff_backend_data): Likewise.
  3838.  
  3839.     * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
  3840.     if there are symbols, for native AIX ld compatibility.
  3841.  
  3842.     * coffcode.h (bfd_coff_backend_data): Add new field
  3843.     _bfd_coff_pointerize_aux_hook.
  3844.     (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
  3845.     or I960, and as 0 otherwise.
  3846.     (bfd_coff_std_swap_table): Initialize new field.
  3847.     * libcoff.h: Rebuild.
  3848.     * coffgen.c (coff_pointerize_aux): Change parameters  to take
  3849.     symbol pointer instead of type and class, and to take aux index.
  3850.     Call _bfd_coff_pointerize_aux_hook if it is defined.
  3851.     (coff_get_normalized_symtab): Always call coff_pointerize_aux.
  3852.     * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
  3853.     * coff-mips.c (mips_ecoff_backend_data): Likewise.
  3854.  
  3855.     * coff-rs6000.c: Add full support for AIX archives.  Rewrite old
  3856.     read-only/host-only support.
  3857.  
  3858.     * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
  3859.     BSF_LOCAL.
  3860.     (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
  3861.     RS6000COFF_C.
  3862.  
  3863.     * targets.c (bfd_target): Add _bfd_read_ar_hdr field.  Modify
  3864.     BFD_JUMP_TABLE_ARCHIVE accordingly.
  3865.     * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
  3866.     (_bfd_compute_and_write_armap): Declare.
  3867.     (_bfd_generic_read_ar_hdr): Declare.
  3868.     (_bfd_read_ar_hdr): Define.
  3869.     (_bfd_noarchive_read_ar_hdr): Define.
  3870.     (_bfd_archive_bsd_read_ar_hdr): Define.
  3871.     (_bfd_archive_coff_read_ar_hdr): Define.
  3872.     * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
  3873.     _bfd_read_ar_hdr instead.
  3874.     (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
  3875.     (_bfd_compute_and_write_armap): Rename from
  3876.     compute_and_write_armap.  Make non-static.  Change all callers.
  3877.     * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
  3878.     than _bfd_snarf_ar_hdr.
  3879.     * aout-target.h (MY_read_ar_hdr): Define if not defined.
  3880.     * ieee.c (ieee_read_ar_hdr): Define.
  3881.     * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
  3882.     * oasys.c (oasys_read_ar_hdr): Define.
  3883.     * som.c (som_read_ar_hdr): Define.
  3884.     * bfd-in2.h, libbfd.h: Rebuild.
  3885.  
  3886. Thu Oct  5 14:04:07 1995  steve chamberlain  <sac@slash.cygnus.com>
  3887.  
  3888.     * peicode.c (coff_swap_filehdr_in): If symptr is
  3889.     zero, there aren't any symbols, even if nsyms is set.
  3890.  
  3891. Thu Oct  5 11:45:02 1995  Ian Lance Taylor  <ian@cygnus.com>
  3892.  
  3893.     * libecoff.h (struct ecoff_backend_data): Add adjust_headers
  3894.     field.
  3895.     * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
  3896.     sections, and set styp correctly for them: .got, .hash, .dynamic,
  3897.     .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
  3898.     (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
  3899.     types.
  3900.     (ecoff_sort_hdrs): New static function.
  3901.     (ecoff_compute_section_file_positions): Return boolean, not void.
  3902.     Sort the sections by VMA before looking through them.  Put the
  3903.     first non SEC_ALLOC section on a new page.  Put every SEC_ALLOC
  3904.     section on an appropriate boundary within the page.
  3905.     (ecoff_compute_reloc_file_positions): Check return value of
  3906.     ecoff_compute_section_file_positions.
  3907.     (_bfd_ecoff_set_section_contents): Likewise.
  3908.     (_bfd_ecoff_write_object_contents): Check for various Alpha
  3909.     section types when incrementing text_size and data_size.  Call
  3910.     adjust_headers backend function if it exists.
  3911.     * coff-alpha.c (alpha_adjust_headers): New static function.
  3912.     (alpha_ecoff_backend_data): Initialize adjust_headers field.
  3913.     * coff-mips.c (mips_ecoff_backend_data): Likewise.
  3914.  
  3915.     * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
  3916.  
  3917. Wed Oct  4 18:15:02 1995  Jeff Law  (law@hurl.cygnus.com)
  3918.  
  3919.     * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
  3920.     of ALTERNATE_AIX_CORE_FORMAT.
  3921.     * configure.in (aix4): No longer need CORE_FLAGS.
  3922.     * configure: Updated.
  3923.  
  3924. Wed Oct  4 15:36:36 1995  Ken Raeburn  <raeburn@cygnus.com>
  3925.  
  3926.     NS32k changes from Ian Dall:
  3927.     * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
  3928.     macros.
  3929.     (aout_link_input_section_std, aout_link_input_section_ext,
  3930.     aout_link_reloc_link_order): Call them instead of _bfd_*
  3931.     versions.
  3932.     * aout-target.h (MY_exec_header_not_counted): New macro, defaults
  3933.     to zero.
  3934.     (backend_data): Use it instead of hardcoded zero.
  3935.  
  3936.     * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
  3937.     (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
  3938.  
  3939.     * ns32knetbsd.c: Include bfd.h.
  3940.     (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
  3941.     (MY_bfd_reloc_type_lookup): Declare function too.
  3942.     * pc532-mach.c (set_sizes): Don't declare.
  3943.     (MY_text_includes_header, MY_exec_header_not_counted): Define.
  3944.     (backend_data, MY_backend_data): Don't define.
  3945.  
  3946.     * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
  3947.     ns32k-*-lites* like ns32k-*-netbsd*.
  3948.  
  3949.     * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
  3950.     compile on lites.
  3951.  
  3952. Wed Oct  4 14:15:52 1995  Ian Lance Taylor  <ian@cygnus.com>
  3953.  
  3954.     * coffcode.h (coff_write_object_contents): Restore setting
  3955.     f_timdat to 0, deleted on August 22.
  3956.  
  3957. Tue Oct  3 16:28:32 1995  steve chamberlain  <sac@slash.cygnus.com>
  3958.  
  3959.     * coffcode.h (coff_bfd_copy_private_symbol_data,
  3960.     coff_bfd_copy_private_section_data,
  3961.     coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
  3962.     * peicode.h (coff_bfd_copy_private_bfd_data): New
  3963.     (pe_bfd_copy_private_bfd_data): New.
  3964.     (coff_swap_scnhdr_in): Swap bss size into the right place.
  3965.     (pe_print_private_bfd_data): Add some newlines.
  3966.  
  3967. Tue Oct  3 11:53:04 1995  Jeff Law  (law@hurl.cygnus.com)
  3968.  
  3969.     * som.c (setup_sections): Don't die if a space has no subspaces.
  3970.  
  3971. Mon Oct  2 14:08:55 1995  Ian Lance Taylor  <ian@cygnus.com>
  3972.  
  3973.     * elflink.h (elf_link_add_object_symbols): Don't let a weak
  3974.     dynamic symbol override a common symbol.  Don't change the size or
  3975.     type if they have been set and the new symbol is not a definition.
  3976.     Warn if the size or type changes.
  3977.  
  3978. Sun Oct  1 01:34:41 1995  Jeff Law  (law@hurl.cygnus.com)
  3979.  
  3980.         * som.c (som_begin_writing): Don't write the symbol table or
  3981.     symbol    strings.
  3982.     (som_finish_writing): Write them here.  Place them after the
  3983.     subspace data, but before the relocs.
  3984.  
  3985. Fri Sep 29 11:01:55 1995  Ian Lance Taylor  <ian@cygnus.com>
  3986.  
  3987.     * sunos.c (sunos_add_one_symbol): Just pass false, not
  3988.     info->shared_library, to sunos_create_dynamic_sections.
  3989.     (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
  3990.     section.
  3991.     (sunos_check_dynamic_reloc): Remove .text section assertion.
  3992.  
  3993. Thu Sep 28 18:48:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
  3994.  
  3995.     * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
  3996.     * configure, configure.in: Add pmac_xcoff_vec case.
  3997.     * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
  3998.     * coff-pmac.c: New file, PowerMac XCOFF support.
  3999.     * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
  4000.     * targets.c (pmac_xcoff_vec): Declare.
  4001.  
  4002.     * mpw-config.in: Various changes to be compatible with the
  4003.     autoconf-based configury.
  4004.     * mpw-make.sed: New file, sed commands to translate Unix
  4005.     makefile into MPW syntax.
  4006.     * mpw-make.in: Remove.
  4007.     * hosts/mpw.h: Remove.
  4008.     * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
  4009.     true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
  4010.  
  4011. Thu Sep 28 17:06:23 1995  steve chamberlain  <sac@slash.cygnus.com>
  4012.  
  4013.     * binary.c (binary_get_symtab): Return an empty string on error.
  4014.     * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
  4015.  
  4016. Thu Sep 28 15:30:44 1995  Kim Knuttila  <krk@nellie>
  4017.  
  4018.     * coff-ppc.c: Reformatted according to gnu conventions
  4019.                   Removed irrelevant "if 0" code
  4020.  
  4021. Thu Sep 28 11:19:53 1995  Ian Lance Taylor  <ian@cygnus.com>
  4022.  
  4023.     * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
  4024.     symbols rather than as indirect symbols.
  4025.     (MY(slurp_symbol_table)): Don't do anything special about
  4026.     secondary symbols.
  4027.  
  4028.     * coffcode.h (coff_new_section_hook): Make sure that the alignment
  4029.     of .ctors and .dtors sections is no larger than 2.
  4030.  
  4031.     * sunos.c (sunos_add_one_symbol): Don't change
  4032.     bfd_link_hash_common to bfd_link_hash_new, since it may be on the
  4033.     undef list.
  4034.     (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
  4035.     dynamic symbols when creating a shared library.
  4036.     (sunos_scan_ext_relocs): Handle relocs correctly when creating a
  4037.     shared library.
  4038.     (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
  4039.     written even if it is not defined in a regular object.
  4040.     (sunos_write_dynamic_symbol): Use plt_offset for the address of
  4041.     the jump table reloc.  Add an assertion.  Use RELOC_JMP_SLOT
  4042.     rather than the constant 22.
  4043.     (sunos_check_dynamic_reloc): Handle creating a shared library.
  4044.     (sunos_finish_dynamic_link): Set the first entry in the GOT to
  4045.     zero when creating a shared library.
  4046.     * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
  4047.     write it out at the start of the symbol table.
  4048.  
  4049.     * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
  4050.  
  4051. Thu Sep 28 00:58:05 1995  Doug Evans  <dje@deneb.cygnus.com>
  4052.  
  4053.     * config.bfd: Add arm-*-coff.
  4054.     * configure.in, configure: Add armcoff_{little,big}_vec.
  4055.     * targets.c (armcoff_{little,big}_vec): Declare.
  4056.     (bfd_target_vector): Add armcoff_{little,big}_vec.
  4057.     * coff-arm.c (armcoff_{little,big}_vec): Always define.
  4058.  
  4059. Wed Sep 27 10:37:14 1995  Ian Lance Taylor  <ian@cygnus.com>
  4060.  
  4061.     * targets.c (bfd_find_target): Remove debugging code.
  4062.  
  4063. Wed Sep 27 07:23:39 1995  Kim Knuttila  <krk@nellie>
  4064.  
  4065.     * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE 
  4066.         support on powerpc.
  4067.     * Makefile.in: added *-ppc files
  4068.     * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
  4069.         allow pe based .o's to be shared with other tools on ppc/NT
  4070.     * config.bfd: added powerpc[le]-[pe|winnt] config support
  4071.     * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec 
  4072.     * peicode.h: Added more section flags for PE on ppc
  4073.                  Added coff_swap_filehdr_out to allow peicode.h to be
  4074.              used for non-image PE files on ppc.
  4075.              Check for image, or not, before copying pe_opthdr
  4076.     * targets.c: Added new bfd's
  4077.     * targets.c: Removed two inactive bfds that shouldn't have made it this
  4078.                      far.
  4079.  
  4080. Tue Sep 26 14:06:41 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
  4081.  
  4082.     * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
  4083.     explicit values to initialize all relocs.  Change all users.
  4084.     (ppc_elf_brtaken_inner): New function to handle branch predicition
  4085.     relocs.
  4086.     (ppc_elf_brtaken_reloc): Ditto.
  4087.     (ppc_elf_howto_raw): Use new functions.  Make sure all unsupported
  4088.     relocs use ppc_elf_unsupported_reloc.
  4089.     (ppc_elf_merge_private_bfd_data): Keep track of whether an error
  4090.     needs to be reported.
  4091.     (ppc_elf_relocate_section): Support branch prediction relocs.
  4092.  
  4093. Tue Sep 26 12:48:05 1995  Ian Lance Taylor  <ian@cygnus.com>
  4094.  
  4095.     * bfd.c (bfd_assert): Remove \n from string passed to
  4096.         _bfd_error_handler.
  4097.  
  4098.     * coff-i386.c: (TWO_DATA_SECS): Don't define.
  4099.     * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
  4100.     (bfd_coff_make_section_hook): Don't define.
  4101.     (coff_make_section_hook): Remove.
  4102.     (sec_to_styp_flags): Remove TWO_DATA_SECS case.
  4103.     (styp_to_sec_flags): Likewise.
  4104.     (coff_write_object_contents): Likewise.
  4105.     (bfd_coff_std_swap_table): Don't initialize make_section_hook
  4106.     field.
  4107.     * libcoff.h: Rebuild.
  4108.     * coffgen.c (make_a_section_from_file): Just call
  4109.     bfd_make_section_anyway, not bfd_make_section or
  4110.     bfd_coff_make_section_hook.
  4111.     * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
  4112.     * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
  4113.     * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
  4114.     make_section_hook field.
  4115.     * coff-mips.c (mips_ecoff_backend_data): Likewise.
  4116.  
  4117.     * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
  4118.     pointers into value field for warning and indirect symbols; just
  4119.     leave the value field alone.
  4120.     * linker.c (generic_link_add_symbol_list): Use next symbol for
  4121.     warning and indirect symbols, rather than looking in symbol value.
  4122.     * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
  4123.     parameter.  Change all callers.  Remove support for indirect
  4124.     symbols; it didn't work anyhow.
  4125.     (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
  4126.     * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
  4127.     * bfd-in2.h: Rebuild.
  4128.  
  4129. Mon Sep 25 16:04:09 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
  4130.  
  4131.     * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
  4132.     go back to telling the tools this reloc operates on 32 bits.
  4133.  
  4134. Mon Sep 25 11:48:02 1995  Ian Lance Taylor  <ian@cygnus.com>
  4135.  
  4136.     * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
  4137.     rather than a direct fprintf.
  4138.     * archive.c (_bfd_write_archive_contents): Likewise.
  4139.     * coffcode.h (coff_slurp_symbol_table): Likewise.
  4140.     * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
  4141.     (ppc_elf_unsupported_reloc): Likewise.
  4142.     (ppc_elf_relocate_section): Likewise.
  4143.     * i386linux.c (linux_tally_symbols): Likewise.
  4144.     (linux_finish_dynamic_link): Likewise.
  4145.     * osf-core.c (osf_core_core_file_p): Likewise.
  4146.     * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
  4147.     * som.c (som_sizeof_headers): Likewise.
  4148.     * srec.c (srec_bad_byte): Likewise.
  4149.     * bfd.c (bfd_assert): Likewise.  Also change file to be const.
  4150.     * libbfd-in.h (bfd_assert): Declare first parameter const.
  4151.     * libbfd.h: Rebuild.
  4152.     * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
  4153.     bfd_reloc_overflow is enough.
  4154.     * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
  4155.     * coff-h8500.c (rtype2howto): Likewise.
  4156.     * coff-z8k.c (rtype2howto): Likewise.
  4157.     * coffcode.h (dummy_reloc16_extra_cases): Likewise.
  4158.     * elf.c (_bfd_elf_get_lineno): Likewise.
  4159.     (_bfd_elf_no_info_to_howto): Likewise.
  4160.     (_bfd_elf_no_info_to_howto_rel): Likewise.
  4161.     * hp300hpux.c (convert_sym_type): Likewise.
  4162.     (MY(swap_std_reloc_in)): Likewise.
  4163.     * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
  4164.  
  4165.     * libaout.h (struct aoutdata): Add line_buf field.
  4166.     * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
  4167.     and filename_buffer.  Instead, use a malloc buffer stored in the
  4168.     new line_buf field.  Remove length restrictions.
  4169.  
  4170.     * coffgen.c (string_size): Remove static variable.
  4171.     (debug_string_size, debug_string_section): Likewise.
  4172.     (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
  4173.     and debug_string_size_p parameters.  Use them instead of the
  4174.     global variables.  Change all callers.
  4175.     (coff_write_symbol): Likewise.
  4176.     (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
  4177.     (coff_write_symbols): Add local variables to replace removed
  4178.     global variables.
  4179.  
  4180.     * libcoff-in.h (struct coff_section_tdata): Add offset, i,
  4181.     function, and line_base fields.
  4182.     * libcoff.h: Rebuild.
  4183.     * coffgen.c (coff_find_nearest_line): Use section tdata to cache
  4184.     information, rather than using static variables.
  4185.  
  4186.     * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
  4187.     file.  From Peter DeWolf <pld@amt.tay1.dec.com>.
  4188.  
  4189.     * init.c (initialized): Remove static variable.
  4190.     (bfd_init): Don't bother setting initialized.
  4191.     (bfd_check_init): Remove.
  4192.     * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
  4193.     * libbfd.h: Rebuild.
  4194.  
  4195. Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  4196.  
  4197.     * rs6000-core.c (rs6000coff_core_p):  Don't check the core file
  4198.     size for full core dumps. Copy core file header to private data.
  4199.     (rs6000coff_core_file_failing_command,
  4200.     rs6000coff_core_file_failing_signal):  New functions to extract
  4201.     the file name and terminating signal from the core file.
  4202.     * coff-rs6000.c:  Use them.
  4203.  
  4204. Fri Sep 22 17:44:47 1995  Ian Lance Taylor  <ian@cygnus.com>
  4205.  
  4206.     Change arch info to be const, initialized at compile time.
  4207.     * archures.c: Reindent many functions.  Change CONST to const.
  4208.     (bfd_arch_info_type): Make arch_name const.  Remove disassemble;
  4209.     nothing set it anyhow.  Make next const.
  4210.     (bfd_arch_info_list): Remove.
  4211.     (bfd_archures_list): Rename from archures_init_table.  Change from
  4212.     a table of function pointers to a table of bfd_arch_info_type
  4213.     structure addresses.
  4214.     (bfd_scan_arch): Rewrite accordingly.  Return a const pointer.
  4215.     (bfd_lookup_arch): Likewise.
  4216.     (bfd_set_arch_info): Rewrite accordingly.  Change argument to be a
  4217.     const pointer.
  4218.     (bfd_default_arch_struct): Make const.
  4219.     (bfd_arch_init, bfd_arch_linkin): Remove.
  4220.     (bfd_get_arch_info): Return a const pointer.
  4221.     * init.c (bfd_init): Don't call bfd_arch_init.
  4222.     * bfd.c (struct _bfd): Make arch_info const.
  4223.     * bfd-in2.h: Rebuild.
  4224.     * libbfd.h: Rebuild.
  4225.     * configure.in: Put & before everything in $selarchs.
  4226.     * configure: Rebuild.
  4227.     * cpu-*.c: Change bfd_*_arch from a function which calls
  4228.     bfd_arch_linkin to a const structure.
  4229.     * ieee.c (ieee_object_p): Make arch const.
  4230.  
  4231. Fri Sep 22 16:23:18 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
  4232.  
  4233.     * reloc.c (bfd_reloc_code_type): Add relocations to support all of
  4234.     PowerPC V.4.
  4235.     * bfd-in2.h: Regenerate.
  4236.     * libbfd.h: Regenerate.
  4237.  
  4238.     * elf32-ppc.c (reloc_type): Update names to match current draft.
  4239.     (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
  4240.     relative.  Update names to current V.4 draft.
  4241.     (ppc_elf_reloc_type_lookup): Add support for more relocations.
  4242.     (ppc_elf_relocate_section): Rename relocations to match draft.
  4243.  
  4244. Thu Sep 21 21:53:18 1995  Michael Meissner  <meissner@cygnus.com>
  4245.  
  4246.     * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
  4247.     compiled with -mrelocatable-lib to be linked with either normal
  4248.     modules or -mrelocatable modules.
  4249.  
  4250. Wed Sep 20 12:03:26 1995  Ian Lance Taylor  <ian@cygnus.com>
  4251.  
  4252.     * coffcode.h (coff_write_object_contents): Clear the vstamp field
  4253.     in the a.out header.
  4254.  
  4255.     * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
  4256.     a reloc against a local symbol, even if it's not a section.
  4257.  
  4258. Tue Sep 19 17:02:26 1995  Ian Lance Taylor  <ian@cygnus.com>
  4259.  
  4260.     * targets.c (bfd_target): Remove unused align_power_min field.
  4261.     * bfd-in2.h: Rebuild.
  4262.     * All backends: Remove initialization of align_power_min.
  4263.  
  4264. Tue Sep 19 14:02:21 1995  steve chamberlain  <sac@slash.cygnus.com>
  4265.  
  4266.     * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
  4267.  
  4268. Mon Sep 18 14:35:01 1995  Arne H. Juul  <arnej@pvv.unit.no>
  4269.  
  4270.     * config.bfd (mips-dec-netbsd*): New target.
  4271.     * configure.host (mips-dec-netbsd*): New host.
  4272.     * configure.in (mips-dec-netbsd*): New native.
  4273.     * configure: Rebuild.
  4274.  
  4275. Fri Sep 15 10:24:36 1995  Ian Lance Taylor  <ian@cygnus.com>
  4276.  
  4277.     Make the COFF backend linker merge common types:
  4278.     * cofflink.c (struct coff_debug_merge_element): Define.
  4279.     (struct coff_debug_merge_type): Define.
  4280.     (struct coff_debug_merge_hash_entry): Define.
  4281.     (struct coff_debug_merge_hash_table): Define.
  4282.     (coff_debug_merge_hash_table_init): Define.
  4283.     (coff_debug_merge_hash_table_free): Define.
  4284.     (coff_debug_merge_hash_lookup): Define.
  4285.     (struct coff_final_link_info): Add debug_merge field.
  4286.     (coff_debug_merge_hash_newfunc): New static function.
  4287.     (_bfd_coff_final_link): Allocate and free debug_merge table.
  4288.     (coff_link_input_bfd): Merge identical enum, struct and union
  4289.     types.
  4290.  
  4291. Thu Sep 14 14:53:58 1995  Ian Lance Taylor  <ian@cygnus.com>
  4292.  
  4293.     Convert i960 COFF to use COFF backend linker.
  4294.     * coff-i960.c (coff_i960_relocate): Use a coff_section_data
  4295.     structure to store the symbol being used.
  4296.     (coff_i960_start_final_link): New static function.
  4297.     (coff_i960_relocate_section): New static function.
  4298.     (coff_i960_adjust_symndx): New static function.
  4299.     (coff_start_final_link): Define.
  4300.     (coff_relocate_section): Define.
  4301.     (coff_adjust_symndx): Define.
  4302.     * coffcode.h (bfd_coff_backend_data): Add new callback function
  4303.     _bfd_coff_start_final_link.
  4304.     (bfd_coff_start_final_link): Define.
  4305.     (coff_start_final_link): Define if not defined.
  4306.     (bfd_coff_std_swap_table): Add coff_start_final_link.
  4307.     * cofflink.c (_bfd_coff_internal_syment_name): Make globally
  4308.     visible.
  4309.     (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
  4310.     function callback is not NULL.
  4311.     * libcoff-in.h (struct coff_section_tdata): Add tdata field.
  4312.     (_bfd_coff_internal_syment_name): Declare.
  4313.     * libcoff.h: Rebuild.
  4314.     * configure.in (icoff_big_vec): Add cofflink.o.
  4315.     (icoff_little_vec): Likewise.
  4316.     * configure: Rebuild.
  4317.  
  4318. Wed Sep 13 17:38:23 1995  Fred Fish  <fnf@rtl.cygnus.com>
  4319.  
  4320.     * Makefile.in (clean-info): Remove extraneous tab from line
  4321.     following action.
  4322.  
  4323. Wed Sep 13 13:27:53 1995  Ian Lance Taylor  <ian@cygnus.com>
  4324.  
  4325.     * cofflink.c (coff_link_input_bfd): Fail if a section with no
  4326.     contents has relocs.
  4327.  
  4328. Thu Sep 12 12:45:34 1995  steve chamberlain  <sac@slash.cygnus.com>
  4329.  
  4330.     * coffcode.h (coff_compute_section_file_positions): Keep the
  4331.     raw size safe. 
  4332.     (coff_write_object_contents): Remember if it's a relocatable
  4333.     file.
  4334.     * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
  4335.     * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
  4336.     if relocatable file. Swap out saved raw size.
  4337.  
  4338. Tue Sep 12 12:14:33 1995  Ian Lance Taylor  <ian@cygnus.com>
  4339.  
  4340.     * Makefile.in (do_maintainer_clean): Rename from do_realclean.
  4341.     (maintainer-clean): Rename from realclean, passing
  4342.     maintainer-clean down to subdirectories, but leave realclean as a
  4343.     synonym.
  4344.  
  4345.     * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
  4346.     warning callback.
  4347.  
  4348.     * dep-in.sed: Remove config.h from generated dependencies.
  4349.  
  4350.     * sunos.c (sunos_slurp_dynamic_symtab): New static function,
  4351.     broken out of sunos_canonicalize_dynamic_symtab.
  4352.     (sunos_canonicalize_dynamic_symtab): Call new function
  4353.     sunos_slurp_dynamic_symtab.
  4354.     (sunos_add_dynamic_symbols): Add three new parameters.  Return the
  4355.     dynamic symbol table to the caller.
  4356.     * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
  4357.     callback to override the symbols being read.
  4358.     * libaout.h (struct aout_backend_data): Add three new parameters
  4359.     to add_dynamic_symbols callback.
  4360.  
  4361.     Extensive minor changes to avoid various gcc warnings.  Also:
  4362.     * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
  4363.     * archures.c (bfd_arch_info_type): Change mach field from long to
  4364.     unsigned long.
  4365.     (bfd_lookup_arch): Change machine parameter from long to unsigned
  4366.     long.
  4367.  
  4368. Mon Sep 11 10:55:47 1995  Ian Lance Taylor  <ian@cygnus.com>
  4369.  
  4370.     * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
  4371.     a symbol with a non-zero plt_offset.
  4372.  
  4373. Fri Sep  8 11:47:24 1995  Ian Lance Taylor  <ian@cygnus.com>
  4374.  
  4375.     * elfcode.h (align_file_position): Remove; not used.
  4376.  
  4377.     * configure.in: Only check for <sys/procfs.h> on a native system,
  4378.     and make sure it defines prstatus_t.
  4379.     * configure: Rebuild.
  4380.  
  4381. Thu Sep  7 12:48:01 1995  Ian Lance Taylor  <ian@cygnus.com>
  4382.  
  4383.     * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
  4384.  
  4385.     * config.in: Rename from config.h.in.
  4386.     * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
  4387.     Check for config.h:config.in when creating stamp-h.
  4388.     * configure: Rebuild.
  4389.     * Makefile.in (stamp-h): Depend upon config.in rather than
  4390.     config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
  4391.     calling config.status.
  4392.  
  4393.     * Makefile.in (do_distclean): Remove config.h and stamp-h.
  4394.     (Makefile): Just rebuild Makefile.
  4395.     (config.h, stamp-h): New targets.
  4396.     * configure.in: Create stamp-h when rebuilding config.h.
  4397.     * configure: Rebuild.
  4398.  
  4399. Wed Sep  6 15:00:33 1995  Ian Lance Taylor  <ian@cygnus.com>
  4400.  
  4401.     * configure.in: Call AC_CONFIG_HEADER.  Substitute
  4402.     HOST_64BIT_LONG.  Check that various header files exist.  Check
  4403.     that fcntl exists.  Call BFD_BINARY_FOPEN.  Check whether malloc
  4404.     and/or free need to be declared.  Don't make a link to sysdep.h.
  4405.     Define TRAD_HEADER for various hosts.
  4406.     * configure: Rebuild.
  4407.     * configure.host: Don't set my_host.  Add definitions taken from
  4408.     host header files for various entries.  Remove entries which now
  4409.     do nothing.
  4410.     * acconfig.h: New file.
  4411.     * config.h.in: New file, built by autoheader.
  4412.     * sysdep.h: New file.
  4413.     * Makefile.in (do_distclean): Don't remove sysdep.h.
  4414.     (RECONFIG): Remove.
  4415.     (LOCAL_H_DEPS): New variable.
  4416.     ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
  4417.     $(RECONFIG).
  4418.     ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
  4419.     ($(OPTIONAL_BACKENDS)): Likewise.
  4420.     (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
  4421.     looking through sysdep.h.
  4422.     * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
  4423.     (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
  4424.     (fprintf_vma, sprintf_vma): Likewise.
  4425.     (int64_type, uint64_type): Don't define.
  4426.     * bfd-in2.h: Rebuild.
  4427.     * archures.c, bfd.c, srec.c: Include <ctype.h>.
  4428.     * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
  4429.     * lynx-core.c: Include stuff from old hosts/lynx.h.
  4430.     * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
  4431.     rather than NO_FCNTL.
  4432.     * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
  4433.     rather than NATIVE_HPPAHPUX_COMPILER.
  4434.     * trad-core.c: Don't include <errno.h>.  Include TRAD_HEADER if it
  4435.     is defined.
  4436.     * hosts/*.h: Remove all header files which merely include,
  4437.     declare, and define things.  Leave header files which define
  4438.     information needed by trad-core.c.
  4439.  
  4440.     * aclocal.m4 (BFD_BINARY_FOPEN): Define.
  4441.     (BFD_CC_FOR_BUILD): Define.
  4442.     * configure.in: Use BFD_CC_FOR_BUILD.
  4443.     * configure: Rebuild.
  4444.  
  4445. Tue Sep  5 19:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
  4446.  
  4447.     * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
  4448.     * configure: Rebuild.
  4449.  
  4450.     * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
  4451.     a global symbol.
  4452.  
  4453. Tue Sep  5 12:48:26 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
  4454.  
  4455.     * config.bfd: i386pe_ve -> i386pe_vec.
  4456.  
  4457. Mon Sep  4 14:02:43 1995  Ian Lance Taylor  <ian@cygnus.com>
  4458.  
  4459.     * configure.host: Incorporate host Makefile fragments by setting
  4460.     shell variables.
  4461.     * configure.in: Call AC_PROG_CC.  Substitute CFLAGS, HDEFINES and
  4462.     AR.  Call AC_PROG_INSTALL.  Substitute CC_FOR_BUILD, choosing a
  4463.     value based on whether the code is being compiled by a cross
  4464.     compiler.  Don't substitute host_makefile_frag or frags.
  4465.     * aclocal.m4: New file to define local AC_PROG_CC.
  4466.     * configure: Rebuild.
  4467.     * Makefile.in (INSTALL): Set to @INSTALL@.
  4468.     (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
  4469.     (INSTALL_DATA): Set to @INSTALL_DATA@.
  4470.     (AR): Set to @AR@.
  4471.     (CC): Define as @CC@.
  4472.     (CFLAGS): Set to @CFLAGS@.
  4473.     (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
  4474.     (@host_makefile_frag@): Remove.
  4475.     (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@.  Move $(CFLAGS)
  4476.     after other options.
  4477.     (config.status): Remove dependency upon @frags@.
  4478.     * config/*.mh, config/README: Remove.
  4479.  
  4480.     * config.bfd: Rewrite to incorporate the contents of the Makefile
  4481.     fragments by setting shell variables, rather than merely returning
  4482.     the name of a Makefile fragment.
  4483.     * configure.in: Use shell variables set by config.bfd rather than
  4484.     looking at the target Makefile fragment files.  Don't substitute
  4485.     target_makefile_frag.  Do substitute TDEFINES.
  4486.     * configure: Rebuild.
  4487.     * Makefile.in (@target_makefile_frag@): Remove.
  4488.     (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
  4489.     * config/*.mt: Remove.
  4490.  
  4491. Mon Sep  4 03:13:28 1995  Ken Raeburn  <raeburn@cygnus.com>
  4492.  
  4493.     * configure.in: Put changequote lines around "i[345]86" patterns
  4494.     section of core file support.
  4495.  
  4496. Sun Sep  3 11:31:58 1995  Jeff Law  (law@snake.cs.utah.edu)
  4497.  
  4498.     * som.c (som_bfd_print_private_bfd_data): Define to use the
  4499.     generic version.
  4500.  
  4501. Fri Sep  1 17:08:40 1995  steve chamberlain  <sac@slash.cygnus.com>
  4502.  
  4503.     * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
  4504.     entry, text_start and data_start.
  4505.  
  4506. Fri Sep  1 18:06:28 1995  Ian Lance Taylor  <ian@cygnus.com>
  4507.  
  4508.     * Makefile.in (OFILES): Remove $(TDEPFILES).
  4509.     * config/apollo.mt (TDEPFILES): Remove.
  4510.     * config/README: Update.
  4511.  
  4512.     * configure.in: For a native configuration, set COREFILE and
  4513.     COREFLAG based on the canonical host name.
  4514.     * configure: Rebuild.
  4515.     * Makefile.in: Rebuild dependencies.
  4516.     (ALL_CFLAGS): Add @COREFLAG@.
  4517.     (OFILES): Replace $(HDEPFILES) with @COREFILE@.
  4518.     * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
  4519.     support routines.  Check LYNX_CORE rather than HOST_LYNX.
  4520.     * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
  4521.     * i386lynx.c: Likewise.
  4522.     * m68klynx.c: Likewise.
  4523.     * sparclynx.c: Likewise.
  4524.     * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
  4525.     * *-core.c: Comment changes.
  4526.     * config/decstation.mh (HDEPFILES): Remove.
  4527.     (HDEFINES): Remove -DTRAD_CORE.
  4528.     * config/irix3.mh (RANLIB): Remove.
  4529.     * config/irix4.mh (HDEPFILES, RANLIB): Remove.
  4530.     (HDEFINES): Remove -DIRIX_CORE.
  4531.     * config/riscos.mh (RANLIB, HDEPFILES): Remove.
  4532.     (HDEFINES): Remove -DTRAD_CORE.
  4533.     * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
  4534.     * config/ultra3.mh (RANLIB): Remove.
  4535.     * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
  4536.     * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
  4537.     * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
  4538.     * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
  4539.     * config/hppahpux.mh, config/hppaosf.mh: Remove.
  4540.     * config/i386aix.mh, config/i386bsd.mh: Remove.
  4541.     * config/i386linux.mh, config/i386mach3.mh: Remove.
  4542.     * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
  4543.     * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
  4544.     * config/mipsmach3.mh, config/news-mips.mh: Remove.
  4545.     * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
  4546.     * config/rs600.mh, config/rs6000lynx.mh: Remove.
  4547.     * config/solaris2.mh, config/stratus.mh: Remove.
  4548.     * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
  4549.     * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
  4550.  
  4551. Fri Sep  1 15:18:50 1995  Kazumoto Kojima  <kkojima@info.kanagawa-u.ac.jp>
  4552.  
  4553.     * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
  4554.     DT_FINI entry if the appropriate symbol is not in the hash table.
  4555.  
  4556.     * libelf.h (struct elf_backend_data): Add create_program_headers
  4557.     and want_hdr_in_seg fields.
  4558.     * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
  4559.     defined.
  4560.     (elf_backend_create_program_headers): Likewise.
  4561.     (elfNN_bed): Initialize create_program_headers and
  4562.     want_hdr_in_seg.
  4563.     * elf.c (get_program_header_size): Call create_program_headers
  4564.     backend routine.
  4565.     (map_program_segments): Check want_hdr_in_seg backend field.  Call
  4566.     create_program_headers backend routine.
  4567.  
  4568.     * elf.c (assign_file_positions_except_relocs): Align non allocated
  4569.     sections when creating an executable.
  4570.  
  4571.     * elfcode.h (elf_swap_phdr_in): Make non static.
  4572.     (elf_swap_phdr_out): Make non static.
  4573.     * libelf.h (bfd_elf32_swap_phdr_in): Declare.
  4574.     (bfd_elf32_swap_phdr_out): Declare.
  4575.     (bfd_elf64_swap_phdr_in): Declare.
  4576.     (bfd_elf64_swap_phdr_out): Declare.
  4577.  
  4578.     * ecofflink.c (ecoff_collect_shuffle): New static function.
  4579.     (_bfd_ecoff_get_accumulated_pdr): New function.
  4580.     (_bfd_ecoff_get_accumulated_sym): New function.
  4581.     (_bfd_ecoff_get_accumulated_ss): New function.
  4582.     * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
  4583.     (_bfd_ecoff_get_accumulated_sym): Declare.
  4584.     (_bfd_ecoff_get_accumulated_ss): Declare.
  4585.     * libbfd.h: Rebuild.
  4586.  
  4587. Fri Sep  1 13:20:25 1995  Ian Lance Taylor  <ian@cygnus.com>
  4588.  
  4589.     * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
  4590.  
  4591.     * elflink.h (elf_link_add_object_symbols): Handle indirect and
  4592.     warning symbols.  If any section is named .gnu.warning.XXX, treat
  4593.     the contents as a warning to be issued if the symbol XXX is
  4594.     referenced.
  4595.     (elf_link_output_extsym): For an indirect or warning symbol, just
  4596.     output the symbol it points to.
  4597.  
  4598.     * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
  4599.     if bfd_hash_allocate fails, since it will already be set.
  4600.     (generic_link_hash_newfunc): Likewise.
  4601.     (archive_hash_newfunc): Likewise.
  4602.     (hash_entry_bfd): New static function.
  4603.     (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
  4604.     callback.  Allocate a new warning using the hash table newfunc.
  4605.     Use bfd_hash_replace to update the entry in the hash table, rather
  4606.     than assuming we can copy the fields with structure assignment.
  4607.  
  4608.     * hash.c (bfd_hash_replace): New function.
  4609.     * bfd-in.h (bfd_hash_replace): Declare.
  4610.     * bfd-in2.h: Rebuild.
  4611.  
  4612. Fri Sep  1 08:12:50 1995  James G. Smith  <jsmith@beauty.cygnus.com>
  4613.  
  4614.     * config.bfd: Add mips*vr4300-*-elf* target.
  4615.     * config/mipsbvr4300.mt: Added.
  4616.  
  4617. See file ChangeLog.2
  4618.  
  4619.  
  4620. Local Variables:
  4621. mode: indented-text
  4622. left-margin: 8
  4623. fill-column: 74
  4624. version-control: never
  4625. End:
  4626.