D10V patches from Cagney
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index c525397c070c3eff6a5290c97d8709664baf80c8..e86d8e99e3e07906d8e3cc085983e0dfebd5fd5b 100644 (file)
@@ -1,3 +1,418 @@
+Sat Oct 23 17:36:12 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * archures.c: Add definitions bfd_mach_d10v, bfd_mach_d10v_ts2 and
+       bfd_mach_d10v_ts3.
+       * cpu-d10v.c (d10v_ts3_info, d10v_ts2_info): Add.
+       * bfd-in2.h: Regenerate.
+       
+1999-10-15  Andrew Haley  <aph@cygnus.com>
+
+       * dwarf1.c (parse_die): Fail to parse a die if its length is zero.
+
+Sun Oct 17 17:19:00 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * libhppa.h (bfd_hppa_insn2fmt): Change to return an int.
+
+1999-10-08  Ian Lance Taylor  <ian@zembu.com>
+
+       * elflink.h (elf_merge_symbol): When overriding a weak symbol with
+       a defined symbol in a shared library, clear the DEF_DYNAMIC flag
+       too.
+
+Fri Oct  8 13:03:45 1999  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * elf32-mips.c (mips_elf_calculate_relocation): R_MIPS_LITERAL
+       relocs also need the GP value.
+       (_bfd_mips_elf_relocate_section): Handle unpaired LO16 relocs
+       properly.  Handle sign-extension for R_MIPS_64 correctly.  Correct
+       the GP value for R_MIPS_LITERAL relocs too.  Handle
+       R_MIPS_64 relocs properly on big-endian MIPS.
+       (mips_elf_sign_extend): Behave properly with 'long long'.
+       (mips_elf_highest): Correct typo.
+
+Mon Oct  4 17:49:45 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * cpu-m32r.c (arch_info_struct): New static global.
+       (bfd_m32r_arch): Refer to it.
+       * elf32-m32r.c (m32r_elf_object_p): Recognize E_M32RX_ARCH.
+       (m32r_elf_print_private_bfd_data): Ditto.
+       (m32r_elf_final_write_processing): Handle bfd_mach_m32rx.
+       * archures.c (bfd_mach_m32rx): Define it.
+       * bfd-in2.h: Rebuild.
+
+1999-09-28  Fred Fish  <fnf@cygnus.com>
+
+       * targets.c (cisco_core_vec): Replaced with two new vecs ...
+       (cisco_core_big_vec): Add new bigendian vec.
+       (cisco_core_little_vec): Add new little endian vec.
+
+       * cisco-core.c (CRASH_INFO): Fixed offset replaced with ...
+       (crash_info_locs): Add array of possible offsets.
+       (MASK_ADDR): Mask to apply to crash info offset.
+       (crashinfo_external): Add textbase, database, bssbase and
+       turn into a typedef.
+       (cisco_core_file_validate): Renamed from cisco_core_file_p.
+       Many small changes to account for additional hardware versions.
+       Pick a reasonable size for ".reg" section.  Add a ".crash"
+       section to allow access to crashinfo_external struct.
+       (cisco_core_file_p): New version of this function that
+       iterates over crash_info_locs, calling cisco_core_file_validate.
+       (cisco_core_vec): Old big endian only vec replaced with ...
+       (cisco_core_big_vec): Add big endian version.
+       (cisco_core_little_vec): Add little endian version.
+
+       * configure.in (cisco_core_vec): Split to two new vectors ...
+       (cisco_core_big_vec): New target vector.
+       (cisco_core_little_vec): New target vector.
+       * configure: Regenerate.
+       * config.bfd (targ): For m68*-*-aout* targ, change cisco_core_vec
+       to cisco_core_big_vec in targ_selvecs.
+
+1999-09-28  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * elf32-mips.c (mips_elf_relocate_hi16): Unused, delete.
+       (mips_elf_relocate_got_local): Unused, delete.
+       (mips_elf_relocate_global_got): Unused, delete.
+
+1999-09-24  Fred Fish  <fnf@cygnus.com>
+
+       * elf.c (bfd_section_from_phdr): Add typename variable.  Use p_type
+       to initialize it to something meaningful.  Then use it to generate
+       more useful segment names.
+
+Sun Sep 19 12:16:47 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * som.c (NO_PCREL_MODES): Define if the system does not define
+       R_SHORT_PCREL_MODE.
+       (hppa_som_gen_reloc_type): Handle both short and long pcrel branches.
+       (som_write_fixups): Eliminate redundant pcrel mode relocs.  Handle
+       R_LONG_PCREL_MODE and R_SHORT_PCREL_MODE
+       * libhppa.h (dis_assemble_22): New function.
+       (bfd_hppa_insn2fmt): Handle long branch.
+
+       * libhppa.h (bfd_hppa_insn2fmt): Decode and handle formats found
+       in PA2.0.
+
+1999-09-17  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * coff-i386.c (coff_i386_reloc_type_lookup): Support BFD_RELOC_16,
+       BFD_RELOC_16_PCREL, BFD_RELOC_8, BFD_RELOC_8_PCREL relocs.
+       (reloc_howto_type howto_table): Tidy comments and whitespace.
+
+1999-09-17  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Undo
+       previous delta.  Set sec->gc_mark instead.
+
+Thu Sep 16 11:21:13 1999  Catherine Moore  <clm@cygnus.com>
+
+       * elf32-m68k.c (elf_cpu32_plt0_entry): Use a1 instead of a0.
+       (elf_cpu32_plt_entry): Likewise.
+
+Thu Sep 16 10:48:17 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * elf-hppa.h (elf_hppa_final_write_processing): Turn on TRAPNIL.
+
+       * elf-hppa.h (elf_hppa_final_link): If unable to find __gp in the
+       symbol table, then just compute a suitable value (but do not
+       create a __gp symbol).
+
+       * elf-hppa.h (elf_hppa_relocate_section): Allow undefined
+       symbols when building shared libraries.
+       (elf_hppa_final_link_relocate): Correct handling of PCREL
+       relocations against undefined symbols.
+
+1999-09-16  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Mark
+       interworking sections as linker created so that they will not
+       be removed by garbage collection.
+
+Wed Sep 15 02:31:57 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * elf-hppa.h (elf_hppa_final_link): Revamp __gp handling.
+       (elf_hppa_final_link_relocate): Consistently create an absolute
+       address, then subtract out the value of __gp.
+
+1999-09-14  Michael Meissner  <meissner@cygnus.com>
+
+       * configure.in (Canonicalization of target names): Remove adding
+       ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
+       generates $ac_config_sub with a ${CONFIG_SHELL} already.
+       * configure: Regenerate.
+
+1999-09-14  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-m32r.c (ELF_MAXPAGESIZE): Change to 0x1 (at request of
+       Mitsubishi). 
+
+Mon Sep 13 20:01:47 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * elf-hppa.h (elf_hppa_record_segment_addrs): New function.
+       (elf_hppa_final_link): Initialize text_segment_base and
+       data_segment_base.
+       (elf_hppa_final_link_relocate): Handle SEGREL relocations.
+
+       * elf-hppa.h (elf_hppa_final_link): Remove unused variables.
+       (elf_hppa_final_link_relocate): Likewise.
+       (elf_hppa_relocate_insn): Likewise.
+       (elf_hppa_relocate_section): Initialize HOWTO.
+
+1999-09-13  Donn Terry  <donn@interix.com>
+
+       * coffcode.h (styp_to_sec_flags): Further refinement of COMDAT
+       handling to support both GNU and MS objects.
+
+       * coffcode.h (coff_write_object_contents): Don't check reloc_count
+       when determining whether to set F_RELFLG.
+
+1999-09-13  Philip Blundell  <pb@nexus.co.uk>
+
+       * elf32-arm.h (elf32_arm_final_link_relocate): Don't range-check
+       PC24 relocs if the target is an undefined weak symbol.
+       (arm_add_to_rel): Fix compiler warning.
+       (elf32_arm_plt0_entry): Correct comments.
+       
+1999-09-13  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * elfcode.h (write_relocs): Check for the_bfd NULL when handling
+       an absolute symbol in REL relocs.
+
+Sun Sep 12 23:47:58 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Handle SECREL32.
+       Stub SEGREL32.  Return an error for any relocation not handled.
+
+1999-09-12  Ian Lance Taylor  <ian@zembu.com>
+
+       * cofflink.c (coff_link_add_symbols): Look for special MSVC string
+       constant symbols, and avoid multiple definition errors on them.
+
+1999-09-12  Donn Terry  <donn@interix.com>
+
+       * libbfd.c (bfd_log2): Rewrite to avoid infinite loop if most
+       significant bit is set.
+
+1999-09-11  Ian Lance Taylor  <ian@zembu.com>
+
+       * coff-ppc.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
+
+       * elfcode.h (write_relocs): Handle an absolute symbol in REL
+       relocs as we do for RELA relocs.
+
+1999-09-11  Donn Terry  <donn@interix.com>
+
+       * libpei.h (_bfd_pei_final_link_postscript): Declare.
+       (coff_final_link_postscript): Define.
+       * peigen.c (_bfd_pei_swap_aouthdr_out): Don't set value for data
+       directory entries here.
+       (_bfd_pei_final_link_postscript): New function.
+
+       * peigen.c (_bfd_pei_swap_scnhdr_out): Remove code which sets
+       section flags based on the section name.
+
+       * peicode.h (coff_swap_scnhdr_in): If COFF_IMAGE_WITH_PE, the
+       get the overflow of the s_nlnno field from the s_nreloc field.
+       * peigen.c (_bfd_pei_swap_scnhdr_out): If doing a final link, swap
+       the s_nlnno overflow of the .text section into the s_nreloc
+       field.
+
+       * peigen.c (add_data_entry): Declare.
+       (pei_swap_aouthdr_out): Get image size right.  Set linker version
+       more intuitively.
+       (pei_swap_scnhdr_out): Test for UNINIT section, not .bss.
+       (pe_print_idata): Code cleanup, print more info, get rid of (now)
+       extraneous ImageBase.
+       (pe_print_edata): Likewise.
+       (pe_print_pdata): Likewise.  Print exception entries.
+       (pe_print_reloc): Likewise.  Print MIPS_JMPADDR.
+       (tbl): Make const, add "UNKNOWN".
+       (_bfd_pe_print_private_bfd_data_common): Print timestamp.
+       (_bfd_pe_bfd_copy_private_bfd_data_common): Don't copy deleted
+       section data directory.
+       (_bfd_pe_bfd_copy_private_section_data): Copy pe_flags.
+
+       * libpei.h (_bfd_pe_bfd_get_symbol_info): Declare.
+       * peigen.c (_bfd_pe_bfd_get_symbol_info): New function.
+       * peicode.h (coff_get_symbol_info): Define.
+
+       * config.bfd (i[3456]86-*-interix*): Set targ_cflags to
+       -DSTRICT_PE_FORMAT.
+       * coffcode.h (styp_to_sec_flags): Check STRICT_PE_FORMAT rather
+       than __INTERIX.
+       (coff_classify_symbol): Re-revert 1999-08-08 patch if
+       STRICT_PE_FORMAT.
+
+       * libpei.h: New file, broken out of peicode.h.
+       * peigen.c: New file, broken out of peicode.h.
+       * peicode.h: A bunch of code moved out to libpei.h and peigen.c.
+       * configure.in: Add peigen.lo to list of files required for each
+       PE target.
+       * Makefile.am: Rebuild dependencies.
+       (BFD32_BACKENDS): Add peigen.lo.
+       (BFD32_BACKENDS_CFILES): Add peigen.c.
+       (SOURCE_HFILES): Add libpei.h.
+       * configure, Makefile.in: Rebuild.
+
+       * peicode.h (coff_swap_scnhdr_in): Don't check for a special
+       section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA
+       instead.  Don't clear the s_paddr field for an uninitialized data
+       section.
+
+       * coffcode.h (coff_mkobject_hook): Set timestamp field in
+       coff_data_type to f_timdat.
+       * peicode.h (pe_mkobject_hook): Likewise.
+
+       * peicode.h (coff_swap_filehdr_in): Check the NT executable magic
+       number if COFF_IMAGE_WITH_PE.
+
+       * coffcode.h (coff_mkobject_hook): If COFF_WITH_PE, set HAS_DEBUG
+       to the reverse of IMAGE_FILE_DEBUG_STRIPPED.
+       (coff_write_object_contents): Set IMAGE_FILE_DEBUG_STRIPPED if
+       there is no SEC_DEBUGGING section.
+       * peicode.h (pe_mkobject_hook): Set HAS_DEBUG to the reverse of
+       IMAGE_FILE_DEBUG_STRIPPED.
+
+       * pe-i386.c (COFF_LONG_FILENAMES): Define.
+       (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
+       * pei-i386.c (COFF_LONG_FILENAMES): Define.
+       (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
+
+       * coffswap.h (IMAGE_BASE): Don't define.
+       * pei-arm.c (IMAGE_BASE): Don't define.
+       * pei-i386.c (IMAGE_BASE): Don't define.
+       * pei-mcore.c (IMAGE_BASE): Don't define.
+       * pei-ppc.c (IMAGE_BASE): Don't define.
+
+       * cofflink.c (_bfd_coff_link_input_bfd): When writing out a
+       symbol, switch on the class when determining whether to modify the
+       value.  For PE, don't modify the value of a C_FCN symbol not named
+       .bf.
+
+       * libbfd-in.h (_bfd_abort): Declare.
+       (abort): Define.
+       * bfd.c (_bfd_abort): New function.
+       * libbfd.h: Rebuild.
+
+       * coffcode.h (coff_set_alignment_hook): Delete POWERPC_LE_PE
+       special handling.
+
+       * cofflink.c (_bfd_coff_link_input_bfd): If a symbol is stripped,
+       don't write out the associated line numbers.
+
+       * cofflink.c (_bfd_coff_write_global_sym): Handle section symbol
+       aux entries.
+
+       * cofflink.c (coff_link_add_symbols): Don't warn about symbol type
+       changes when the base type is unknown.
+
+       * coffgen.c (coff_print_symbol): Fix printing of aux record for
+       function symbols.
+
+       * syms.c (BSF_DEBUGGING_RELOC): Define.
+       * coffcode.h (coff_slurp_symbol_table): If PE, set BSF_DEBUGGING
+       for C_FCN/C_EFCN symbols, and set BSF_DEBUGGING_RELOC for such
+       symbols named .bf.
+       * coffgen.c (fixup_symbol_value): Relocate a symbol which has
+       BSF_DEBUGGING_RELOC set.
+       * bfd-in2.h: Rebuild.
+
+1999-09-10  Ian Lance Taylor  <ian@zembu.com>
+
+       * ecoff.c (bfd_debug_section): Update initialization for new
+       comdat_info field.
+       (_bfd_ecoff_styp_to_sec_flags): Add section parameter.
+       * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Update declaration.
+
+1999-09-10  H.J. Lu  <hjl@gnu.org>
+
+       * coff-alpha.c (alpha_ecoff_backend_data): Initialize the new
+       _bfd_filnmlen field.
+       * coff-mips.c (mips_ecoff_backend_data): Likewise.
+
+Fri Sep 10 00:35:14 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Create .opd entries
+       for FPTR relocs involving local symbols.
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Get the right
+       value for the stub address in a call through a stub.
+       Install the value for a local symbol directly into the DLT
+       instead of generating a reloc.  Correctly handle FPTR64 relocs.
+
+       * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): New function.
+       (elf_hppa_remark_useless_dynamic_symbols): Similarly.
+       (elf_hppa_final_link): Call them.
+
+1999-09-10  Ian Lance Taylor  <ian@zembu.com>
+
+       * elflink.h (elf_fix_symbol_flags): Move weakdef handling here...
+       (elf_adjust_dynamic_symbol): ...from here.
+
+Wed Sep  8 17:56:11 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * elf-hppa.h (elf_hppa_howto_table); There is no DIR64WR, DIR64DR
+       relocation, remove them.  SECREL64->LTOFF16WF.
+       (elf_hppa_final_link_relocate): Handle LTOFF* relocations.  Handle
+       DIR* relocations.
+       (elf_hppa_relocate_insn): Similarly.
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Handle PLTOFF* relocs.
+       (elf_hppa_relocate_insn): Similarly.
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Handle DPREL* and
+       GPREL* relocations.
+       (elf_hppa_relocate_insn): Similarly.
+
+       * elf-hppa.h (elf_hppa_link_final_relocate): Fix typos.
+       Handle LTOFF_TP* relocs.
+       (elf_hppa_relocate_insn): Similarly.
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Handle PCREL* relocs.
+       Consistently deal with addends.  Handle DLTIND14F and DLTREL14F.
+       (elf_hppa_relocate_insn): Handle PCREL* relocs.
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Handle LT_OFF_FPTR*,
+       DIR32, DIR64 and FPTR64 relocations.
+       (elf_hppa_relocate_insn): Similarly.
+
+       * elf-hppa.h (elf_hppa_final_link): Set the value of __gp to the        
+       address of the .PARISC.global section.
+       (elf_hppa_relocate_section): Lookup and pass the PA64 hash
+       table entry elf_hppa_final_link_relocate.  Do not give a warning
+       for a reloc against an external symbol if it has a PA64 hash
+       table entry.
+       (elf_hppa_final_link_relocate): Significantly rework.  Handle   
+       DLTIND relocations.  Compute the final value of the relocation
+       before passing the value of elf_hppa_relocate_insn.
+       (elf_hppa_relocate_insn): Revamp to handle just bit tiwiddling
+       relocation support.  Handle DLTIND relocation requests just like
+       DLTREL relocation requests.  Simplify branch handling.
+
+1999-09-08  Ulrich Drepper  <drepper@cygnus.com>
+
+       * elf-hppa.h (elf_hppa_relocate_section): Catch problems with
+       non-allocated section as done in i386 version.
+       (elf_hppa_final_link_relocate): Uncomment R_PARISC_14F in switch
+       statement since this is no know relocation.
+
+Tue Sep  7 17:25:12 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14F
+       relocs.
+       (elf_hppa_relocate_insn): Similarly.
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14WR and
+       DLTREL14WD relocs.  
+       (elf_hppa_relocate_insn): Similarly.
+
+       * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14R and
+       DLTREL21L relocs.  Pass the output bfd to elf_hppa_relocate_insn.
+       Pass the relocate type rather than the insn format to
+       elf_hppa_relocate_insn.
+       (elf_hppa_relocate_insn): Make switch dependent on relocation type
+       rather than the opcode.  Handle DLTREL21L and DLTREL14R relocs.
+
 1999-09-07  Ian Lance Taylor  <ian@zembu.com>
 
        * coffcode.h (bfd_coff_backend_data): Add _bfd_filnmlen field.
@@ -225,8 +640,8 @@ Tue Aug 10 12:48:09 1999  Jeffrey A Law  (law@cygnus.com)
        * elf-hppa.h (elf_hppa_fake_sections): New function.
        * elf32-hppa.c (elf_backend_fake_sections): Define.
 
-        * elf-hppa.h (elf_hppa_final_write_processing): Update for
-        recent changes to the arch_info structure.
+       * elf-hppa.h (elf_hppa_final_write_processing): Update for
+       recent changes to the arch_info structure.
 
        * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
        R_HPPA_SEGBASE and R_HPPA_SEGREL32.
@@ -234,7 +649,7 @@ Tue Aug 10 12:48:09 1999  Jeffrey A Law  (law@cygnus.com)
        list.
 
 Tue Aug 10 00:34:29 1999  Mark P. Mitchell  <mark@codesourcery.com>
-                          Ralf Baechle <ralf@uni-koblenz.de>
+                         Ralf Baechle <ralf@uni-koblenz.de>
 
        * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Always
        output DT_MIPS_GOTSYM.
@@ -1033,7 +1448,7 @@ Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
 
 Tue Jul  6 10:23:39 1999  Jeffrey A Law  (law@cygnus.com)
 
-        * libhppa.h: Revert July 2, 1999 patch.
+       * libhppa.h: Revert July 2, 1999 patch.
 
        * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): T mode selectors
        need to generate DLTIND relocations, not DLTREL relocations.
@@ -1732,8 +2147,8 @@ Wed Jun  2 11:51:12 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
 1999-05-25  Catherine Moore  <clm@cygnus.com>
 
-        * coff-arm.c (coff_arm_relocate_section): Don't emit
-        base file entries for pc-relative values.
+       * coff-arm.c (coff_arm_relocate_section): Don't emit
+       base file entries for pc-relative values.
 
 1999-05-25  DJ Delorie  <dj@cygnus.com>
 
@@ -1811,15 +2226,15 @@ Tue May 11 15:51:58 1999  Jeffrey A Law  (law@cygnus.com)
 
 1999-05-10  Catherine Moore  <clm@cygnus.com>
 
-        * bfd-in.h (bfd_arm_allocate_interworking_sections):  Static
-        if COFF_IMAGE_WITH_PE.
-        (bfd_arm_process_before_allocation): Likewise.
-        (bfd_arm_get_bfd_for_interworking): Likewise.
-        * coff-arm.c: Likewise.
-        * bfd-in2.h: Regenerate.
-        * configure.in (armpe_little_vec): Remove coff-arm.lo.
-        (armpe_big_vec): Likewise.
-        * configure: Rebuild.
+       * bfd-in.h (bfd_arm_allocate_interworking_sections):  Static
+       if COFF_IMAGE_WITH_PE.
+       (bfd_arm_process_before_allocation): Likewise.
+       (bfd_arm_get_bfd_for_interworking): Likewise.
+       * coff-arm.c: Likewise.
+       * bfd-in2.h: Regenerate.
+       * configure.in (armpe_little_vec): Remove coff-arm.lo.
+       (armpe_big_vec): Likewise.
+       * configure: Rebuild.
 
 1999-05-10  Nick Clifton  <nickc@cygnus.com>
 
@@ -1839,27 +2254,27 @@ Thu May  6 17:09:09 1999  Fred Fish  <fnf@be.com>
 
 1999-05-05  Catherine Moore  <clm@cygnus.com>
 
-        * coff-arm.c (coff_arm_relocate_section):  Add one to
-        address of ARM_RVA32 thumb functions.
+       * coff-arm.c (coff_arm_relocate_section):  Add one to
+       address of ARM_RVA32 thumb functions.
 
 1999-05-05  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-m68k.c (elf32_m68k_set_private_flags): New.
-        (elf32_m68k_copy_private_bfd_data): New.
-        (elf32_m68k_merge_private_bfd_data): New.
-        (elf32_m68k_print_private_bfd_data): New.
-        (CPU32_FLAG): Define.
-        (PLT_CPU32_ENTRY_SIZE): Define.
-        (elf_cpu32_plt0_entry): Declare.
-        (elf_cpu32_plt_entry): Declare.
-        (elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries.
-        (elf_m68k_finish_dynamic_symbol): Likewise.
-        (elf_m68k_finish_dynamic_sections): Likewise.
-        (elf_backend_plt_header_size): Remove definition.
-        (bfd_elf32_bfd_copy_private_bfd_data): Define.
-        (bfd_elf32_bfd_merge_private_bfd_data): Define.
-        (bfd_elf32_bfd_set_private_flags): Define.
-        (bfd_elf32_bfd_print_private_bfd_data): Define.
+       * elf32-m68k.c (elf32_m68k_set_private_flags): New.
+       (elf32_m68k_copy_private_bfd_data): New.
+       (elf32_m68k_merge_private_bfd_data): New.
+       (elf32_m68k_print_private_bfd_data): New.
+       (CPU32_FLAG): Define.
+       (PLT_CPU32_ENTRY_SIZE): Define.
+       (elf_cpu32_plt0_entry): Declare.
+       (elf_cpu32_plt_entry): Declare.
+       (elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries.
+       (elf_m68k_finish_dynamic_symbol): Likewise.
+       (elf_m68k_finish_dynamic_sections): Likewise.
+       (elf_backend_plt_header_size): Remove definition.
+       (bfd_elf32_bfd_copy_private_bfd_data): Define.
+       (bfd_elf32_bfd_merge_private_bfd_data): Define.
+       (bfd_elf32_bfd_set_private_flags): Define.
+       (bfd_elf32_bfd_print_private_bfd_data): Define.
 
 Mon May  3 09:24:49 1999  Jeffrey A Law  (law@cygnus.com)
 
@@ -2226,14 +2641,14 @@ Wed Feb 17 12:02:26 1999  Stan Cox  <scox@cygnus.com>
 
 Wed Feb 17 12:07:23 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
-        * elfarm-oabi.c (bfd_elf32_arm_allocate_interworking_sections,
-        bfd_elf32_arm_get_bfd_for_interworking,
-        bfd_elf32_arm_process_before_allocation): Define to avoid clash
-        with elfarm-nabi.c.
+       * elfarm-oabi.c (bfd_elf32_arm_allocate_interworking_sections,
+       bfd_elf32_arm_get_bfd_for_interworking,
+       bfd_elf32_arm_process_before_allocation): Define to avoid clash
+       with elfarm-nabi.c.
 
-        * elf32-arm.h: Don't declare elf32_arm_info_to_howto.
-        (elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub,
-        elf32_arm_find_nearest_line): Make them static.
+       * elf32-arm.h: Don't declare elf32_arm_info_to_howto.
+       (elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub,
+       elf32_arm_find_nearest_line): Make them static.
 
 Tue Feb 16 22:44:37 1999  Ian Lance Taylor  <ian@cygnus.com>
 
@@ -2300,21 +2715,21 @@ Tue Feb  2 21:38:28 1999  Ian Lance Taylor  <ian@cygnus.com>
 
 Tue Feb  2 18:16:43 1999  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-arm.h (elf32_arm_reloc_map):  Removed.
-        (elf32_arm_reloc_type_lookup):  Removed
-        * elfarm-nabi.c (elf32_arm_reloc_map):  New.
-        (elf32_arm_reloc_type_lookup):  New.
-        * elfarm-oabi.c (elf32_arm_reloc_map):  New.
-        (elf32_arm_reloc_type_lookup):  New.
+       * elf32-arm.h (elf32_arm_reloc_map):  Removed.
+       (elf32_arm_reloc_type_lookup):  Removed
+       * elfarm-nabi.c (elf32_arm_reloc_map):  New.
+       (elf32_arm_reloc_type_lookup):  New.
+       * elfarm-oabi.c (elf32_arm_reloc_map):  New.
+       (elf32_arm_reloc_type_lookup):  New.
 
 Mon Feb  1 19:49:21 1999  Catherine Moore  <clm@cygnus.com>
 
-        * elfarm-nabi.c:  Renamed from elf32-arm-newabi.c.
-        * elfarm-oabi.c:  Renamed from elf32-arm-oldabi.c
-        * Makefile.am:  Use new files.
-        * Makefile.in:  Regenerate.
-        * configure.in:  Use new files.
-        * configure:  Regenerate.
+       * elfarm-nabi.c:  Renamed from elf32-arm-newabi.c.
+       * elfarm-oabi.c:  Renamed from elf32-arm-oldabi.c
+       * Makefile.am:  Use new files.
+       * Makefile.in:  Regenerate.
+       * configure.in:  Use new files.
+       * configure:  Regenerate.
 
 1999-02-01  Nick Clifton  <nickc@cygnus.com>
 
@@ -2324,25 +2739,25 @@ Mon Feb  1 19:49:21 1999  Catherine Moore  <clm@cygnus.com>
 
 Mon Feb  1 12:21:47 1999  Catherine Moore  <clm@cygnus.com>
 
-        * targets.c (bfd_target_vector):  Add bfd_elf32_littlearm_oabi_vec
-        and bfd_elf32_bigarm_oabi_vec.
+       * targets.c (bfd_target_vector):  Add bfd_elf32_littlearm_oabi_vec
+       and bfd_elf32_bigarm_oabi_vec.
 
 Mon Feb  1 11:46:31 1999  Catherine Moore  <clm@cygnus.com>
 
-        * Makefile.am (elf32-arm-oldabi.lo):  New.
-        (elf32-arm-newabi.lo):  New.
-        * Makefile.in:  Regenerate.
-        * config.bfd (thumb-*-elf):  Remove definition of targ_underscore.
-        (arm-*-elf):  Likewise.
-        (arm-*-oabi):  New.
-        (thumb-*-oabi):  New.
-        * configure:  Regenerate.
-        * configure.in (bfd_elf32_littlearm_oabi_vec):  New.
-        (bfd_elf32_bigarm_oabi_vec):  New.
-        * elf32-arm-newabi.c:  New.
-        * elf32-arm-oldabi.c:  New.
-        * elf32-arm.c:  Removed.
-        * elf32-arm.h:  New.
+       * Makefile.am (elf32-arm-oldabi.lo):  New.
+       (elf32-arm-newabi.lo):  New.
+       * Makefile.in:  Regenerate.
+       * config.bfd (thumb-*-elf):  Remove definition of targ_underscore.
+       (arm-*-elf):  Likewise.
+       (arm-*-oabi):  New.
+       (thumb-*-oabi):  New.
+       * configure:  Regenerate.
+       * configure.in (bfd_elf32_littlearm_oabi_vec):  New.
+       (bfd_elf32_bigarm_oabi_vec):  New.
+       * elf32-arm-newabi.c:  New.
+       * elf32-arm-oldabi.c:  New.
+       * elf32-arm.c:  Removed.
+       * elf32-arm.h:  New.
 
 Mon Feb  1 11:52:12 1999  Frank Ch. Eigler  <fche@cygnus.com>
 
@@ -2412,9 +2827,9 @@ Mon Jan 18 03:35:35 1999  Ian Lance Taylor  <ian@cygnus.com>
 
 Tue Dec 22 15:21:41 1998  Catherine Moore  <clm@cygnus.com>
 
-        * archures.c (bfd_mach_i386_i386_intel_syntax):  Define.
-        * bfd-in2.h:  Likewise.
-        * cpu-i386.c (bfd_i386_arch_intel_syntax):  New.
+       * archures.c (bfd_mach_i386_i386_intel_syntax):  Define.
+       * bfd-in2.h:  Likewise.
+       * cpu-i386.c (bfd_i386_arch_intel_syntax):  New.
 
 1998-12-16  Gavin Romig-Koch  <gavin@cygnus.com>
 
@@ -2779,16 +3194,16 @@ Tue Nov 10 13:37:36 1998  Felix Lee  <flee@cygnus.com>
 
 Tue Nov 10 14:31:01 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-d10v.c (reloc_type):  Add R_D10V_GNU_VTINHERIT and
-        R_D10V_GNU_VTENTRY relocs.
-        (elf_d10v_howto_table):  Likewise.
-        (d10v_reloc_map d10v_reloc_map):  Likewise.
-        (elf32_d10v_gc_mark_hook):  New.
-        (elf32_d10v_gc_sweep_hook):  New.
-        (elf32_d10v_check_relocs):  New.
-        (elf32_d10v_relocate_section):  New.
-        (elf_backend_relocate_section):  Define.
-        (elf_backend_can_gc_sections):  Define.
+       * elf32-d10v.c (reloc_type):  Add R_D10V_GNU_VTINHERIT and
+       R_D10V_GNU_VTENTRY relocs.
+       (elf_d10v_howto_table):  Likewise.
+       (d10v_reloc_map d10v_reloc_map):  Likewise.
+       (elf32_d10v_gc_mark_hook):  New.
+       (elf32_d10v_gc_sweep_hook):  New.
+       (elf32_d10v_check_relocs):  New.
+       (elf32_d10v_relocate_section):  New.
+       (elf_backend_relocate_section):  Define.
+       (elf_backend_can_gc_sections):  Define.
 
 Sat Nov  7 18:07:51 1998  Peter Schauer  <peter.schauer@regent.e-technik.tu-muenchen.de>
 
@@ -2870,12 +3285,12 @@ Sat Oct 31 20:10:09 1998  Jeffrey A Law  (law@cygnus.com)
 
 Mon Oct 19 20:03:21 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-sh.c:  Add HOWTO entries for R_SH_GNU_VTINHERIT and
-        R_SH_GNU_VTENTRY.
-        (sh_elf_gc_mark_hook):  New.
-        (sh_elf_gc_sweep_hook):  New.
-        (sh_elf_check_relocs):  New.
-        (elf_backend_can_gc_sections):  Define.
+       * elf32-sh.c:  Add HOWTO entries for R_SH_GNU_VTINHERIT and
+       R_SH_GNU_VTENTRY.
+       (sh_elf_gc_mark_hook):  New.
+       (sh_elf_gc_sweep_hook):  New.
+       (sh_elf_check_relocs):  New.
+       (elf_backend_can_gc_sections):  Define.
 
 Mon Oct 19 16:57:05 1998  Felix Lee  <flee@cygnus.com>
 
@@ -2896,13 +3311,13 @@ Mon Oct 19 01:47:21 1998  Felix Lee  <flee@cygnus.com>
 
 Fri Oct 16 14:07:45 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-m32r.c:  Add HOWTO entries for R_M32R_GNU_VTINHERIT
-        and R_M32R_GNU_VTENTRY.
-        (elf_backend_can_gc_sections):  Define.
-        (m32r_elf_check_relocs):  New.
-        (m32r_elf_gc_mark_hook):  New.
-        (m32r_elf_gc_sweep_hook):  New.
-        (m32r_elf_relocate_section):  Handle VT relocs.
+       * elf32-m32r.c:  Add HOWTO entries for R_M32R_GNU_VTINHERIT
+       and R_M32R_GNU_VTENTRY.
+       (elf_backend_can_gc_sections):  Define.
+       (m32r_elf_check_relocs):  New.
+       (m32r_elf_gc_mark_hook):  New.
+       (m32r_elf_gc_sweep_hook):  New.
+       (m32r_elf_relocate_section):  Handle VT relocs.
 
 Mon Oct 12 14:18:40 1998  Nick Clifton  <nickc@cygnus.com>
 
@@ -2919,13 +3334,13 @@ Mon Oct 12 14:18:40 1998  Nick Clifton  <nickc@cygnus.com>
 
 Tue Oct  6 09:20:44 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-sparc.c:  Add HOWTO entries for R_SPARC_GNU_VTINHERIT and
-        R_SPARC_GNU_VTENTRY.
-        (elf32_sparc_check_relocs):  Handle them.
-        (elf32_sparc_reloc_type_lookup):  Likewise.
-        (elf32_sparc_relocate_section):  Likewise.
-        (elf32_sparc_gc_mark_hook):  New.
-        (elf32_sparc_gc_sweep_hook):  New.
+       * elf32-sparc.c:  Add HOWTO entries for R_SPARC_GNU_VTINHERIT and
+       R_SPARC_GNU_VTENTRY.
+       (elf32_sparc_check_relocs):  Handle them.
+       (elf32_sparc_reloc_type_lookup):  Likewise.
+       (elf32_sparc_relocate_section):  Likewise.
+       (elf32_sparc_gc_mark_hook):  New.
+       (elf32_sparc_gc_sweep_hook):  New.
 
 Mon Oct  5 14:55:30 1998  Jeffrey A Law  (law@cygnus.com)
 
@@ -2945,25 +3360,25 @@ Mon Oct  5 12:02:31 1998  Gavin Romig-Koch  <gavin@cygnus.com>
 
 Mon Oct  5 10:06:22 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elflink.h (elf_gc_sections):  Do not allow garbage
-        collection if dynamic sections have been created.
+       * elflink.h (elf_gc_sections):  Do not allow garbage
+       collection if dynamic sections have been created.
 
 Mon Oct  5 09:07:37 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-v850.c: Add HOWTO entries for R_V850_GNU_VTINHERIT and
-        R_V850_GNU_VTENTRY.
-        (v850_elf_check_relocs):  Handle VTINHERIT and VTENTRY relocs.
-        (v850_elf_perform_relocation):  Likewise.
-        (v850_elf_final_link_relocate):  Likewise.
-        (v850_elf_relocate_section):  Likewise.
-        (v850_elf_gc_sweep_hook):  New routine.
-        (v850_elf_gc_mark_hook):  New routine.
-        (elf_backend_can_gc_sections):  Define.
+       * elf32-v850.c: Add HOWTO entries for R_V850_GNU_VTINHERIT and
+       R_V850_GNU_VTENTRY.
+       (v850_elf_check_relocs):  Handle VTINHERIT and VTENTRY relocs.
+       (v850_elf_perform_relocation):  Likewise.
+       (v850_elf_final_link_relocate):  Likewise.
+       (v850_elf_relocate_section):  Likewise.
+       (v850_elf_gc_sweep_hook):  New routine.
+       (v850_elf_gc_mark_hook):  New routine.
+       (elf_backend_can_gc_sections):  Define.
 
 Mon Oct  5 09:04:25 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-m68k.c (elf_m68k_gc_sweep_hook):  Don't assume
-        that dynobj exists.
+       * elf32-m68k.c (elf_m68k_gc_sweep_hook):  Don't assume
+       that dynobj exists.
 
 Sun Oct  4 23:29:34 1998  David Edelsohn  <edelsohn@mhpcc.edu>
 
@@ -2991,19 +3406,19 @@ Sun Oct  4 21:19:09 1998  Ian Lance Taylor  <ian@cygnus.com>
 
 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
-        * elflink.h (elf_link_add_object_symbols): Undo last change.
+       * elflink.h (elf_link_add_object_symbols): Undo last change.
 
 Wed Sep 23 16:09:31 1998  Richard Henderson  <rth@cygnus.com>
 
-        * elflink.h (elf_link_add_object_symbols): Don't record a dynamic
-        symbol for the indirect alias to a versioned symbol.
+       * elflink.h (elf_link_add_object_symbols): Don't record a dynamic
+       symbol for the indirect alias to a versioned symbol.
 
 Mon Sep 21 12:15:22 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-i386.c (elf32_i386_vtinherit_howto): New.
-        (elf32_i386_vtentry_howto): New.
-        (elf_i386_reloc_type_lookup):  Return elf32_i386_vtentry_howto
-        or elf32_i386_vtinherit_howto  on lookup.
+       * elf32-i386.c (elf32_i386_vtinherit_howto): New.
+       (elf32_i386_vtentry_howto): New.
+       (elf_i386_reloc_type_lookup):  Return elf32_i386_vtentry_howto
+       or elf32_i386_vtinherit_howto  on lookup.
 
 Sun Sep 20 00:48:07 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
@@ -3037,13 +3452,13 @@ Thu Sep 17 17:20:36 1998  Nick Clifton  <nickc@cygnus.com>
 
 Thu Sep 17 16:03:28 1998  Richard Henderson  <rth@cygnus.com>
 
-        * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
-        transform a defweak into a plt entry.
-        (elf64_alpha_calc_dynrel_sizes): Allow room for secondary
-        plt entry references to receive a RELATIVE reloc.
-        (elf64_alpha_finish_dynamic_symbol): Fill them in.
-        (elf64_alpha_relocate_section): Assert we don't overrun
-        the allocated relocation space.
+       * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
+       transform a defweak into a plt entry.
+       (elf64_alpha_calc_dynrel_sizes): Allow room for secondary
+       plt entry references to receive a RELATIVE reloc.
+       (elf64_alpha_finish_dynamic_symbol): Fill them in.
+       (elf64_alpha_relocate_section): Assert we don't overrun
+       the allocated relocation space.
 
 Wed Sep 16 18:03:13 1998  Nick Clifton  <nickc@cygnus.com>
 
@@ -3060,8 +3475,8 @@ Wed Sep 16 10:34:13 1998  Nick Clifton  <nickc@cygnus.com>
 
 Wed Sep 16 11:26:49 CDT 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-arm.c (elf32_arm_gc_mark_hook):  Remove print
-        statement.
+       * elf32-arm.c (elf32_arm_gc_mark_hook):  Remove print
+       statement.
 
 1998-09-15  Geoff Keating  <geoffk@ozemail.com.au>
 
@@ -3089,8 +3504,8 @@ Tue Sep 15 08:34:40 1998  Catherine Moore  <clm@cygnus.com>
 
 1998-09-10  Geoff Keating  <geoffk@ozemail.com.au>
 
-        * elf32-ppc.c (ppc_elf_relocate_section): If dynobj is NULL,
-        assume there is no PLT or GOT.
+       * elf32-ppc.c (ppc_elf_relocate_section): If dynobj is NULL,
+       assume there is no PLT or GOT.
 
 Wed Sep  9 14:24:12 1998  Nick Clifton  <nickc@cygnus.com>
 
@@ -3127,18 +3542,18 @@ Mon Aug 31 14:49:22 1998  Richard Henderson  <rth@cygnus.com>
 
 Mon Aug 31 10:23:40 1998  Catherine Moore  <clm@cygnus.com>
 
-        * Makefile.am:  Add elf32-arm.c.
-        * Makefile.in:  Rebuild.
-        * elf-bfd.h:  Add elf_backend_get_symbol_type.
-        * elf.c (swap_out_syms):  If defined, call
-        elf_backend_get_symbol_type.
-        * elf32-arm.c: Define elf_backend_get_symbol_type.
-        (elf32_arm_get_symbol-type):  New routine.
-        (record_thumb_to_arm_glue):  Change to use STT_ARM_TFUNC.
-        (bfd_elf32_arm_process_before_allocation):  Change to
-        check for STT_ARM_TFUNC.
-        (elf32_arm_final_link_relocate):  Likewise.
-        * elfxx-target.h:  Add elf_backend_get_symbol_type.
+       * Makefile.am:  Add elf32-arm.c.
+       * Makefile.in:  Rebuild.
+       * elf-bfd.h:  Add elf_backend_get_symbol_type.
+       * elf.c (swap_out_syms):  If defined, call
+       elf_backend_get_symbol_type.
+       * elf32-arm.c: Define elf_backend_get_symbol_type.
+       (elf32_arm_get_symbol-type):  New routine.
+       (record_thumb_to_arm_glue):  Change to use STT_ARM_TFUNC.
+       (bfd_elf32_arm_process_before_allocation):  Change to
+       check for STT_ARM_TFUNC.
+       (elf32_arm_final_link_relocate):  Likewise.
+       * elfxx-target.h:  Add elf_backend_get_symbol_type.
 
 Fri Aug 28 19:44:07 1998  Richard Henderson  <rth@cygnus.com>
 
@@ -3203,17 +3618,17 @@ Wed Aug 19 15:43:26 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
 Tue Aug 18 11:48:12 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-arm.c: Add prefix bfd_ to elf32_arm_get_bfd_for_interworking,
-        elf32_arm_allocate_interworking_sections and
-        elf32_arm_process_before_allocation.
+       * elf32-arm.c: Add prefix bfd_ to elf32_arm_get_bfd_for_interworking,
+       elf32_arm_allocate_interworking_sections and
+       elf32_arm_process_before_allocation.
 
 Tue Aug 18 11:46:00 1998  Nick Clifton  <nickc@cygnus.com>
 
-        * bfd-in.h: Ammend prototype for
-        elf32_arm_process_before_allocation to remove surplus third
-        argument.
+       * bfd-in.h: Ammend prototype for
+       elf32_arm_process_before_allocation to remove surplus third
+       argument.
 
-        * bfd-in2.h: Regenerate.
+       * bfd-in2.h: Regenerate.
 
 Sat Aug 15 20:55:08 1998  Richard Henderson  <rth@cygnus.com>
 
@@ -3297,8 +3712,8 @@ Mon Aug 10 17:31:21 1998  Ian Lance Taylor  <ian@cygnus.com>
 
 Sun Aug  9 20:55:44 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf32-arm.c (elf32_arm_final_link_relocate):  Rework
-        R_ARM_THM_RPC22 relocations.
+       * elf32-arm.c (elf32_arm_final_link_relocate):  Rework
+       R_ARM_THM_RPC22 relocations.
 
 Sat Aug  8 15:15:30 1998  Richard Henderson  <rth@cygnus.com>
 
@@ -3335,16 +3750,16 @@ Sun Aug  2 03:19:23 1998  Richard Henderson  <rth@cygnus.com>
 
 Fri Jul 31 16:38:14 1998  Catherine Moore  <clm@cygnus.com>
 
-        * Makefile.am: Add support for elf32-arm.lo.
-        * Makefile.in: Rebuild.
-        * config.bfd (arm-*-elf):  Define targ_defvec and targ_selvecs.
-        (thumb-*-elf): Define targ_defvec and targ_selvecs.
-        * configure.in:  Handle bfd_elf32_littlearm_vec and bfd_elf32_bigarm_vec.
-        * configure: Regenerate.
-        * elf.c: (prep_headers):  Support arch_type of EM_ARM.
-        * targets.c:  Support new targets bfd_elf32_bigarm_vec and
-        bfd_target bfd_elf32_littlearm_vec.
-        * elf32-arm.c:  New file.
+       * Makefile.am: Add support for elf32-arm.lo.
+       * Makefile.in: Rebuild.
+       * config.bfd (arm-*-elf):  Define targ_defvec and targ_selvecs.
+       (thumb-*-elf): Define targ_defvec and targ_selvecs.
+       * configure.in:  Handle bfd_elf32_littlearm_vec and bfd_elf32_bigarm_vec.
+       * configure: Regenerate.
+       * elf.c: (prep_headers):  Support arch_type of EM_ARM.
+       * targets.c:  Support new targets bfd_elf32_bigarm_vec and
+       bfd_target bfd_elf32_littlearm_vec.
+       * elf32-arm.c:  New file.
 
 Tue Jun 28 19:05:28 1998  Stan Cox  <scox@cygnus.com>
 
@@ -3396,13 +3811,13 @@ Thu Jul 23 11:29:43 1998  Jeffrey A Law  (law@cygnus.com)
 
 
        * Re-add lost change:
-        * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
-        "movm_stack_size".
-        (mn10300_elf_relax_section): Include stack space for register saves
-        in the imm8 field of a "call" instruction.
-        (compute_function_info): Determine how much stack is allocated by
-        the movm instruction.  Fix typo.
-        (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
+       * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
+       "movm_stack_size".
+       (mn10300_elf_relax_section): Include stack space for register saves
+       in the imm8 field of a "call" instruction.
+       (compute_function_info): Determine how much stack is allocated by
+       the movm instruction.  Fix typo.
+       (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
 
 Thu Jul 23 11:38:05 1998  Ian Lance Taylor  <ian@cygnus.com>
 
@@ -3464,11 +3879,11 @@ Wed Jul 22 13:46:51 1998  Ian Lance Taylor  <ian@cygnus.com>
 
 Tue Jul 21 09:47:00 1998  Catherine Moore  <clm@cygnus.com>
 
-        * elf-m10200.c (mn10200_elf_final_link_relocate):
-        Modify range test for case R_MN10200_8.
+       * elf-m10200.c (mn10200_elf_final_link_relocate):
+       Modify range test for case R_MN10200_8.
 
-        * elf-m10300.c (mn10300_elf_final_link_relocate):
-        Modify range test for case R_MN10300_8.
+       * elf-m10300.c (mn10300_elf_final_link_relocate):
+       Modify range test for case R_MN10300_8.
 
 Mon Jul 20 18:50:54 1998  Richard Henderson  <rth@cygnus.com>
 
@@ -3617,7 +4032,7 @@ Thu Jul  2 14:59:42 1998  Klaus Kaempf  <kkaempf@rmi.de>
        Merge of vax/vms (read-only) support
        * configure.com: Support Vax target.
        * makefile.vms: Support Vax target.
-        * vms.h: Renamed from evax.h, merged vax/vms (read-only) support.
+       * vms.h: Renamed from evax.h, merged vax/vms (read-only) support.
        * vms.c: Renamed from evax-alpha.c, merged vax/vms (read-only)
        support.
        * vms-hdr.c: Renamed from evax-emh.c, merged vax/vms (read-only)
@@ -4245,7 +4660,7 @@ Tue Apr  7 16:25:31 1998  Gavin Romig-Koch  <gavin@cygnus.com>
        * dwarf2.c (comp_unit): Move it earlier in the source. Add
        addr_size.
        (read_address): Replace 'bdf*' argument with 'comp_unit*' argument.
-        Use addr_size for address size, rather than sizeof(bfd_vma).
+       Use addr_size for address size, rather than sizeof(bfd_vma).
        (read_attribute): Replace bdf* argument with 'comp_unit*' argument.
        Fix call to read_address.
        (decode_line_info): Replace bdf* argument with 'comp_unit*' argument.
This page took 0.03909 seconds and 4 git commands to generate.