* som.c (som_misc_symbol_info): Add field
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index ece10b7cbd4732cb3fa12096262d799765b8e9eb..32b94ce6355b1aad1dee296bf9cd44fabb330c38 100644 (file)
@@ -1,5 +1,549 @@
+2000-02-24  Catherine Moore  <clm@cygnus.com>
+
+       * som.c (som_misc_symbol_info):  Add field
+       secondary_def. 
+       (som_bfd_derive_misc_symbol_info):  Initialize
+       secondary_def.
+       (som_build_and_write_symbol_table): Keep track
+       of secondary_def field.
+       (som_slurp_symbol_table): Set BSF_WEAK symbol flag
+       if secondary_def field is set.
+       (som_bfd_ar_write_symbol_stuff): Initialize
+       secondary_def.
+
+2000-02-23  Stephane Carrez  <stcarrez@worldnet.fr>
+
+       * dwarf2.c (read_address): Read 16-bits addresses.
+       (parse_comp_unit): Accept addr_size == 2.
+       
+2000-02-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * bfd-in.h: Update copyright date.
+
+2000-02-23  Linas Vepstas <linas@linas.org>
+
+       * cpu-i370.c: New file.
+       * elf32-i370.c:  New file.
+       * archures.c (enum bfd_architecture): Add bfd_arch_i370.
+       (bfd_i370_arch): New.
+       (bfd_archures_list): Add bfd_i370_arch.
+       * elf.c (prep_headers): Add bfd_arch_i370.
+       * Makefile.am: Add support for IBM 370 elf.
+       * config.bfd: Likewise.
+       * configure.in: Likewise.
+       * libbfd.h (bfd_reloc_code_real_names): Likewise.
+       * reloc.c (bfd_reloc_code_type): Likewise.
+       * targets.c: Likewise.
+
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * bfd-in2.h: Regenerate.
+
+2000-02-22  Ian Lance Taylor  <ian@zembu.com>
+
+       * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
+       invalid relocation types, and change them to R_386_NONE.
+
+2000-02-22  H.J. Lu  <hjl@gnu.org>
+
+       * elflink.h (elf_link_add_object_symbols): If a version symbol is
+       not defined, don't add a second ELF_VER_CHR.
+
+        * elflink.h (elf_bfd_final_link): Call output_extsym for global
+       symbols converted to local symbols even when stripping all
+       symbols.
+        (elf_link_output_extsym): Process global symbols converted to
+       local symbols even if they are being stripped.
+
+2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * archures.c (bfd_octets_per_byte): Return unsigned int.
+       (bfd_arch_mach_octets_per_byte): Ditto.
+       * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
+       comparison warning.
+       * section.c (bfd_get_section_size_before_reloc): Quell signed
+       vs. unsigned comparison warning.
+       (bfd_get_section_size_after_reloc): Same here.  Fix parentheses too.
+       * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
+       change.  What was I thinking?
+       * bfd-in2.h: Regenerate.
+
+       * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
+       (elf_gc_sections): Same here.
+       (elf_gc_common_finalize_got_offsets): And here.
+
+2000-02-21  Ian Lance Taylor  <ian@zembu.com>
+
+       ELF HPPA doesn't work at present; remove it until it does.
+       * config.bfd: Comment out setting targ_defvec to
+       bfd_elf32_hppa_vec.
+       * Makefile.am: Rebuild dependencies.
+       (BFD32_BACKENDS): Remove elf32-hppa.lo.
+       (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
+       (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
+       * Makefile.in: Rebuild.
+       * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
+
+2000-02-18  Geoff Keating  <geoffk@cygnus.com>
+
+       * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
+       is no bfd_free().  Revert bfd_free part of previous change.
+
+2000-02-18  Geoff Keating  <geoffk@cygnus.com>
+
+       * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
+       arrays.
+       (coff_compute_section_file_positions): Use bfd_free to pair
+       bfd_malloc.
+       (coff_write_object_contents): Likewise.
+
+       * coff-rs6000.c (xcoff_howto_table_16): New variable.
+       (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
+
+2000-02-18  Richard Henderson  <rth@cygnus.com>
+
+       * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
+       and hide_symbol members.
+       (elf_link_hash_copy_indirect): Remove.
+       (elf_link_hash_hide_symbol): Remove.
+       (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
+       and elf_backend_hide_symbol.
+       (_bfd_elf_link_hash_copy_indirect): Declare.
+       (_bfd_elf_link_hash_hide_symbol): Declare.
+       * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
+       (_bfd_elf_link_hash_hide_symbol): Likewise.
+       (_bfd_elf_link_hash_table_init): Don't init killed members.
+       * elflink.h (elf_link_add_object_symbols): Use the bed function
+       pointers not elf_link_hash_{copy_indirect,hide_symbol}.
+       (elf_link_assign_sym_version): Likewise.
+       * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
+       (elf_backend_hide_symbol): Likewise.
+       (elfNN_bed): Update for new members.
+
+2000-02-17  Kevin Buettner  <kevinb@redhat.com>
+
+       * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
+       STACK_END_ADDR): Define for new core file format.
+       (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
+       for handling the vagaries of the various core file structures used
+       by AIX over the years.
+       (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
+       Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
+       core_dumpx structure.
+
+Thu Feb 17 00:04:48 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
+       (bfd_mach_sh3_dsp): Likewise.
+       (bfd_mach_sh4): Reinstate.
+       (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
+       * bfd-in2.h: Regenerate.
+       * coff-sh.c (struct sh_opcode): flags is no longer short.
+       (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
+       (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
+       (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
+       (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
+       (sh_opcodes): No longer const.
+       (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
+       (sh_insn_uses_reg): Check for USESAS and USESR8.
+       (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
+       (_bfd_sh_align_load_span): Return early for SH4.
+       Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
+       Take into account that field b of a parallel processing insn
+       could be mistaken for a separate insn.
+       * cpu-sh.c (arch_info_struct): New array elements for
+       sh2, sh-dsp and sh3-dsp.
+       Reinstate element for sh4.
+       (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
+       (SH4_NEXT): Reinstate.
+       (SH3_NEXT, SH3E_NEXT): Adjust.
+       * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
+       * elf32-sh.c (sh_elf_set_private_flags): New function.
+       (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
+       (sh_elf_merge_private_data): New function.
+       (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
+       (bfd_elf32_bfd_copy_private_bfd_data): Define.
+       (bfd_elf32_bfd_merge_private_bfd_data): Change to
+       sh_elf_merge_private_data.
+
+2000-02-13  Richard Henderson  <rth@cygnus.com>
+
+       * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
+       hide_symbol members.
+       (elf_link_hash_copy_indirect): New.
+       (elf_link_hash_hide_symbol): New.
+       * elflink.h (elf_link_add_object_symbols): Break out copy from 
+       indirect new new symbol to elf.c.
+       (elf_link_assign_sym_version): Break out privatization of
+       non-exported symbol to elf.c.
+       * elf.c (_bfd_elf_link_hash_copy_indirect): New.
+       (_bfd_elf_link_hash_hide_symbol): New.
+       (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
+
+2000-02-13  Ian Lance Taylor  <ian@zembu.com>
+
+       * section.c (_bfd_strip_section_from_output): Add info parameter.
+       If it passed as non-NULL, use it to check whether any input BFD
+       has an input section which uses this output section.  Change all
+       callers.
+       * bfd-in2.h: Rebuild.
+
+       * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
+       bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
+       1999-11-29.
+       * bfd-in2.h: Rebuild.
+
+2000-02-10  Timothy Wall  <twall@cygnus.com>
+
+       * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
+       allow final modifications of swapped-in symbol.
+       (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
+       * coffcode.h (coff_write_relocs): Use macro
+       SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
+       symbol index should be set to -1.
+
+Thu Feb 10 20:07:50 GMT 2000  Toshiyasu Morita (toshi.morita@sega.com)
+
+       * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
+       USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
+       * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
+       * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
+       sh_insns_uses_or_sets_freg): New functions.
+       * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
+       * (sh_insns_conflict): Use new functions and new macros to 
+       detect conflicts when two instructions both set same integer registers,
+       both set same fp register, and both set special register.
+
+2000-02-09  Timothy Wall  <twall@cygnus.com>
+
+       * coffgen.c (coff_real_object_p): Set arch/mach info prior to
+       swapping in sections, so that the swapping routines have access to
+       the arch/mach info.
+
+2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
+       
+       * coff-go32.c: Update comment. Update copyright.
+2000-01-27  Thomas de Lellis  <tdel@windriver.com>
+
+        * syms.c (bfd_decode_symclass)
+        Two new class characters were added - 'V' and 'v'.  The
+        meaning of 'W' is now restricted to just weak non-object
+        symbols.  This allows differentiation between, for example,
+        weak functions vs weak objects.  nm for example now dumps:
+        'W' = weak global
+        'w' = weak unresolved
+        'V' = weak global object
+        'v' = weak unresolved object
+
+       (bfd_is_undefined_symclass): New function.  Return true if the
+       given symbol class represents and undefined/unresolved symbol.
+       
+        (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
+       unresolved symbols.
+
+       * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
+       
+        * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
+       STT_ARM_16BIT flag set, but it is not attached to a data object
+       return STT_ARM_16BIT so that it will be treated as code by the
+       disassembler.
+
+2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * coff-i386.c (i3coff_object_p): Remove prototype.
+       Update copyright.
+
+       * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
+       to name.  Update copyright.
+
+       * trad-core.c (trad_unix_core_file_p): Cast core_regsec
+       assignment to avoid warning.  Update copyright.
+
+2000-01-24  Robert Lipe  (robertl@sco.com)
+
+        * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
+       instead of using GNU C extension.
+
+2000-01-21  Nick Clifton  <nickc@cygnus.com>
+
+       * libbfd.c (bfd_read): Do not attempt to get a negativly sized
+       amount from a bfd_in_memory structure.
+       (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
+       structure.
+
+2000-01-14  Nick Clifton  <nickc@cygnus.com>
+
+       * linker.c (default_indirect_link_order): oops - fix incorrectly
+       applied patch from Tim Wall.
+
+2000-01-13  Timothy Wall (twall@tiac.net>
+
+       * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
+       = scnhsz, filhsz, relsz, aoutsz, etc)
+
+        * coffswap.h: Ditto.
+       
+2000-01-13  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
+       interwork thumb to arm stub.
+
+2000-01-13  Timothy Wall (twall@tiac.net>
+
+       * archures.c (bfd_octets_per_byte): New function: Return
+       target byte size.
+       (bfd_arch_mach_octets_per_byte): New function: Return target
+       byte size.
+
+       * section.c: Distinguish between octets and bytes for usage of
+       _cooked_size,  _raw_size, and output_offset.  Clarify
+       description of bfd_set_section_contents.
+
+       * bfd-in2.h: Regenerate.
+
+       * coffgen.c: Indicate that the offset parameter is in bytes, not
+       octets.
+       
+       * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
+       where appropriate to get the octet offset when calling
+       bfd_set_section_contents.
+       (bfd_coff_reloc_link_order): Ditto.
+       
+       * linker.c (bfd_generic_reloc_link_order): Ditto.
+       (_bfd_default_link_order): Ditto.
+       
+       * reloc.c (bfd_perform_relocation):  Distinguish between octets
+       and bytes.  Use octets when indexing into octet data; use bytes
+       when calculating target addresses.
+       (bfd_install_relocation): Ditto.
+       
+       * srec.c (srec_write_section): Ditto.
+       
+2000-01-13  Nick Clifton  <nickc@cygnus.com>
+
+       * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
+       3 to 2.  This allows 4 byte sized sections, which is necessary for
+       dlltool to build funcitoning DLLs.
+
+2000-01-10  Philip Blundell  <pb@futuretv.com>
+
+       * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
+       (arm*-*-conix*): New target.
+
+2000-01-10  Egor Duda  <deo@logos-m.ru>
+
+       * config.bfd: Include elf32_i386 vector to target list for cygwin 
+       and mingw.
+       
+       * config.in: Undefine HAVE_WIN32_PSTATUS_T.
+       * configure.in: Test for structure win32_pstatus_t in
+       <sys/procfs.h>
+       * configure: Regenerate.
+       
+       * elf.c (elfcore_grok_win32pstatus): New function: process
+       win32_pstatus_t notes in elf core file.
+       (elfcore_grok_note): Detect win32_pstatus notes.
+
+2000-01-03  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
+
+       * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
+       visibility.
+       * elflink.h (elf_link_add_object_symbols): Combine visibilities.
+       * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
+
+1999-12-29  Richard Henderson  <rth@cygnus.com>
+
+       * elflink.h (bfd_elf,size_dynamic_sections): Don't export all
+       if no dynamic sections created.
+
+1999-12-27  Nick Clifton  <nickc@cygnus.com>
+
+       * peicode.h (pe_bfd_object_p): Only define for PE format
+       targets. 
+
+1999-12-17  Nick Clifton  <nickc@cygnus.com>
+
+       * coff-i386.c (i3coff_object_p): Delete.
+       (i386coff_vec): Replace reference to i3coff_object_p with a
+       reference to coff_object_p.
+
+       * coff-mcore.c (pe_object_p): Delete.
+
+       * peicode.h (pe_bfd_object_p): New function: Detect the
+       presence of a PE format COFF object file.  Also detect and
+       warn about the presence of LINK6 format Image Library Format
+       object files.
+       
+1999-12-16  Nick Clifton  <nickc@cygnus.com>
+
+       * coff-arm.c (NUM_ELEM): New macro.
+       (NUM_RELOCS): New macro: The number of known ARM relocs.
+       (RTYPE2HOWTO): Return NULL if the reloc type is out of range.
+       (coff_arm_rtype_to_howto):  Return NULL if the reloc type is out
+       of range.
+       (bfd_arm_process_before_allocation): Produce a warning message if
+       an out of range symbol index is encountered.
+
+1999-12-14  Nick Clifton  <nickc@cygnus.com>
+
+       * elflink.h (is_global_symbol_definition): New Function: Return
+       true iff the symbol is being given a global definition in this
+       bfd. 
+       (elf_link_is_defined_archive_symbol): Do not bother processing
+       symbols for an archive element that has already been included
+       in the link.
+       Use is_global_symbol_definition().
+       
+1999-12-09  Andrew Cagney  <cagney@cygnus.com>
+
+       * config.bfd: Add support for sparc-*-netbsdelf* and
+       sparc-*-netbsdaout*.
+
+1999-12-13  Nick Clifton  <nickc@cygnus.com>
+
+       * elflink.h (elf_link_is_defined_archive_symbol): Check to see
+       if the symbol is in the common section.
+
+1999-12-10  Nick Clifton  <nickc@cygnus.com>
+
+       * elflink.h (elf_link_is_defined_archive_symbol): New
+       function: Decide if a symbol, in an archive map is there
+       because it is defined in the archive element, or because it is
+       just another common declaration of it.
+       (elf_link_add_archive_symbols): Use
+       elf_link_is_defined_archive_symbol to decide if an archive
+       element contain a reference to a common symbol should be
+       linked in or not.
+
+1999-12-10  Nick Clifton  <nickc@cygnus.com>
+
+       * elflink.h: Revert previous patch.
+       * targets.c: Revert previous patch.
+       * libbfd-in2.h: Revert previous patch.
+       * libbfd.h: Revert previous patch.
+       * elfxx-target.h: Revert previous patch.
+       * archive.c: Revert previous patch.
+       * aout-target.h: Revert previous patch.
+       * aout-tic30.h: Revert previous patch.
+       * bfd.c: Revert previous patch.
+       * coff-alpha.c: Revert previous patch.
+       * coff-rs6000.c: Revert previous patch.
+       * elf64-mips.c: Revert previous patch.
+       * ieee.c: Revert previous patch.
+       * libecoff.h: Revert previous patch.
+       * oasys.c: Revert previous patch.
+       * som.c: Revert previous patch.
+       * vms.c: Revert previous patch.
+
+1999-12-09  Nick Clifton  <nickc@cygnus.com>
+
+       * elflink.h (elf_link_add_archive_symbols): Add an archive
+        element even if contains a symbol which is currently only
+        considered to be a common.
+
+       * targets.c (struct bfd_target): Add new field
+       _bfd_allow_commons_in_armap.
+       * bfd-in2.h:Regenerate.
+
+       * libbfd-in2.h (_bfd_noarchive_allow_commons_in_armap):
+       Define.
+        (_bfd_archive_bsd_allow_commons_in_armap): Define.
+       * libbfd.h: Regenerate.
+
+       * elfxx-target.h: If using COFF archive map, override
+       definition of allow_commons_in_armap and replace with
+       bfd_false.
+
+       * archive.c (bfd_compute_and_write_armap): Do not place common
+       symbols into the archive map unless _bfd_allow_commons_in_armap
+       returns true.
+
+       * aout-target.h (MY_allow_commons_in_armap): Define.
+       * aout-tic30.h (MY_allow_commons_in_armap): Define.
+       * bfd.c (bfd_allow_commons_in_armap): Define.
+       * coff-alpha.h (alpha_ecoff_allow_commons_in_armap): Define.
+       * coff-rs6000.h (xcoff_allow_commons_in_armap): Define.
+       * elf64-mips.c (bfd_elf64_allow_commons_in_armap): Define.
+       * ieee.c (ieee_ecoff_allow_commons_in_armap): Define.
+       * libecoff.h (_bfd_ecoff_allow_commons_in_armap): Define.
+       * oasys.c (oasys_allow_commons_in_armap): Define.
+       * som.c (som_allow_commons_in_armap): Define.
+       * vms.c (vms_allow_commons_in_armap): Define.
+
+1999-12-07  Jim Blandy  <jimb@cygnus.com>
+
+       Add support for SSE registers in ELF core files.
+       * elf.c (elfcore_make_note_pseudosection): New function.
+       (elfcore_grok_prfpreg): Use it.
+       (elfcore_grok_prxfpreg): New function.
+       (elfcore_grok_note): Recognize Linux NT_PRXFPREG notes.
+
+1999-12-03  Ian Lance Taylor  <ian@zembu.com>
+
+       * elf32-mips.c (mips_elf_calculate_relocation): Divide R_MIPS_PC16
+       value by 4 before storing it back in the field.  From
+       Koundinya. K <kk@ddeorg.soft.net>.
+
+Tue Nov 30 22:41:14 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * archures.c (bfd_mach_am33): Define.
+       * bfd-in2.h: Rebuilt.
+       * cpu-m10300.c (bfd_am33_arch): Add to the mn103 architecture list
+       * elf-m10300.c (mn10300_elf_relax_section): Handle am33 instructions.
+       (compute_function_info): Handle additional registers saved by
+       movm on the am33.
+       (elf_mn10300_mach): Handle E_MN10300_MACH_AM33.
+       (_bfd_mn10300_elf_final_write_processing): Handle bfd_mach_am33.
+
+1999-11-29  Jim Blandy  <jimb@cygnus.com>
+
+       * elf.c (bfd_get_elf_phdrs, bfd_get_elf_phdr_upper_bound): New
+       functions.
+       * bfd-in2.h (bfd_get_elf_phdrs, bfd_get_elf_phdr_upper_bound): New
+       declarations.
+
+1999-11-27  Michael Meissner  <meissner@cygnus.com>
+
+       * reloc.c (BFD_RELOC_ALPHA_USER_LITERAL): New relocation for
+       internal use within gas for alpha explicit relocations.
+       (BFD_RELOC_ALPHA_USER_LITUSE_BASE): Ditto.
+       (BFD_RELOC_ALPHA_USER_LITUSE_BYTOFF): Ditto.
+       (BFD_RELOC_ALPHA_USER_LITUSE_JSR): Ditto.
+       (BFD_RELOC_ALPHA_USER_GPDISP): Ditto.
+       (BFD_RELOC_ALPHA_USER_GPRELHIGH): Ditto.
+       (BFD_RELOC_ALPHA_USER_GPRELLOW): Ditto.
+
+       * elf64-alpha.c (elf64_alpha_reloc_map): Add mappings for
+       BFD_RELOC_ALPHA_USER_*.
+
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+1999-11-26  Fred Fish  <fnf@cygnus.com>
+
+       * elf.c (elfcore_read_notes): Add prototype for static function.
+       (_bfd_elf_make_section_from_phdr): Renamed from bfd_section_from_phdr.
+       (bfd_section_from_phdr): Replacement function that calls
+       _bfd_elf_make_section_from_phdr for generic segment types and
+       backend fucntion pointed to by elf_backend_section_from_phdr for
+       backend specific segment types.
+       (_bfd_elfcore_section_from_phdr): Remove call to elfcore_read_notes,
+       now called by _bfd_elf_make_section_from_phdr.  Note that this func
+       is now just a stub between the caller and bfd_section_from_phdr.
+       
+       * elf-bfd.h (struct elf_backend_data): Add new function pointer
+       elf_backend_section_from_phdr.
+       (elf_backend_section_from_phdr): Add prototype.
+       
+       * elfxx-target.h (elf_backend_section_from_phdr): Define default.
+       (elfNN_bed): Add elf_backend_section_from_phdr.
+
 1999-11-25  Nick Clifton  <nickc@cygnus.com>
 
+       * coff-arm.c (bfd_arm_get_bfd_for_interworking):  Add
+       SEC_CODE and SEC_READONLY flags to glue sections.
+
        * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Add
        SEC_CODE and SEC_READONLY flags to glue sections.
 
This page took 0.027722 seconds and 4 git commands to generate.