Support for vtable relocs.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index b83198cf4e85903b0d9fd3fff96976c1320c7bc5..e4b212980ee64c3f8a6925450316ed5faddc6877 100644 (file)
@@ -1,3 +1,400 @@
+2000-09-05  Alan Modra  <alan@linuxcare.com.au>
+
+       * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
+       eight entries.  Replace NULL with bfd_elf_generic_reloc.  Add
+       R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
+       (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*.  Add some
+       comments.  Handle format == 12 for R_HPPA_PCREL_CALL.
+       (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
+       (elf_hppa_relocate_insn): Likewise.  Reformat some comments.
+       (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
+
+       From David Huggins-Daines  <dhd@linuxcare.com>
+       * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
+       style of local labels as well.
+
+2000-09-03  Philip Blundell  <philb@gnu.org>
+
+       * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
+       references to undefined symbols in debugging sections.
+
+2000-09-02  H.J. Lu  <hjl@gnu.org>
+
+       * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
+       BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
+       BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
+       section.
+
+2000-09-02  Jason Eckhardt  <jle@cygnus.com>
+
+       * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
+       (elf32_i860_is_local_label_name): New function and prototype.
+
+2000-09-02  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in: Increase version number to 2.10.91.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       * po/bfd.pot: Regenerate.
+       
+2000-09-02  Daniel Berlin <dberlin@redhat.com>
+
+       * elf.c (_bfd_elf_make_section_from_shdr): Add
+       .gnu.linkobce.wi. to the list of debug section names.
+
+2000-09-02  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf2.c (find_debug_info): New function: Locate a section
+       containing dwarf2 debug information.
+       (bfd_dwarf2_find_nearest_line): Find all sections containing
+       debug information and include them in the stash.
+
+2000-09-01  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
+       R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
+       (sh_reloc_map): Add new relocs.
+       (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
+       sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
+       sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
+       sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
+       functions.
+       (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
+       (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
+       elf_sh_plt_entry_be, elf_sh_plt_entry_le,
+       elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
+       New array constants.
+       (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
+       New variables.
+       (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
+       elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
+       elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
+       elf_sh_plt_reloc_offset): Define.
+       (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
+       elf_sh_link_hash_table): New structs.
+       (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
+       (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
+       relocation types.
+       (elf_backend_create_dynamic_sections,
+       bfd_elf32_bfd_link_hash_table_create,
+       elf_backend_adjust_dynamic_symbol,
+       elf_backend_size_dynamic_sections,
+       elf_backend_finish_dynamic_symbol,
+       elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
+       elf_backend_plt_readonly, elf_backend_want_plt_sym,
+       elf_backend_got_header_size, elf_backend_plt_header_size):
+       Define.
+       * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
+       BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
+       New relocs.
+       * bfd-in2.h, libbfd.h: Rebuilt.
+
+2000-09-01  Alan Modra  <alan@linuxcare.com.au>
+
+       * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
+       change.
+
+Thu Aug 31 22:49:30 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
+       not initialized, set them to indicate the SH1 instruction set.
+
+2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
+
+       * acinclude.m4: Include libtool and gettext macros from the
+       top level.
+       * aclocal.m4, configure: Rebuilt.
+
+2000-08-29  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * elf.c: Eliminate references to __sparcv9 macro; replace with
+       autoconf variables HAVE_PSINFO32_T etc.
+       * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
+       HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
+       * config.in: Ditto.
+       * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
+       detect the above typedefs.  (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
+       * aclocal.m4: Ditto.
+       * configure: Regenerate.
+
+2000-08-27  Alan Modra  <alan@linuxcare.com.au>
+
+       * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
+       for any shared link, not just shared -Bsymbolic.
+       (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
+       any shared link, and pass link info to it.
+       (elf_i386_size_dynamic_sections): Update comment.
+       (elf_i386_discard_copies): Modify to discard relocs for symbols
+       that have been forced local.
+       (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
+       that have been forced local.
+
+2000-08-24  Denis Chertykov  <denisc@overta.ru> & Nick Clifton  <nickc@redhat.com>
+
+       * elflink.h (elf_link_add_object_symbols): Allow common
+       symbols to have an alignment of 1 if explicitly requested, and
+       not overridden by other definitions.
+
+2000-08-22  Doug Kwan <dkwan@transmeta.com>
+
+       * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
+       * coffcode.h (coff_set_flags): Add detection of w65 architecture.
+
+2000-08-22  H.J. Lu  <hjl@gnu.org>
+
+       * elf-bfd.h (elf_link_hash_table): Add runpath.
+
+       * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
+       * bfd-in2.h: Rebuilt.
+
+       * elf.c (_bfd_elf_link_hash_table_init): Initialize the
+       "runpath" field to NULL.
+       (bfd_elf_get_runpath_list): New function.
+
+       * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
+       DT_RUNPATH entries.
+
+2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
+       R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
+       explicitly.  Improve validation of r_type.
+
+2000-08-21  H.J. Lu  <hjl@gnu.org>
+
+       * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
+       dynamic allocated content space.  Add a comment to remind us that
+       one day this ought to be fixed.
+       * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
+       * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
+       * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
+
+2000-08-21  Jason Eckhardt  <jle@cygnus.com>
+
+       * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
+       field with the newly relocated value instead of adding it to the
+       existing immediate field.
+       (elf32_i860_relocate_splitn): Likewise.
+       (elf32_i860_relocate_highadj): Likewise.
+
+2000-08-16  Jason Eckhardt  <jle@cygnus.com>
+
+       * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
+       was previously just a stub).
+
+2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elflink.c (_bfd_elf_create_got_section): Don't abort().
+       Formatting fixes.
+       (_bfd_elf_create_dynamic_sections): Likewise.
+
+2000-08-16  Andrew Macleod  <amacleod@cygnus.com>
+
+       * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
+       for undefined symbols to be the beginning of the section.
+
+       * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
+       four extra entries at the beginning of the .rela.plt section.
+       (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
+       section to account for the four reserved entries in the .plt section.
+
+2000-08-15  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
+       to the list of NOPs we recognize after a branch-and-link.
+       Use the ori NOP when one is needed.
+
+       * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
+       for large archives.
+
+2000-08-14  Jim Wilson  <wilson@cygnus.com>
+
+       * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
+       EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
+       (elf64_ia64_print_private_bfd_data): Likewise.  Also handle
+       EF_IA_64_ABSOLUTE.
+
+2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
+
+2000-08-10  Jason Eckhardt  <jle@cygnus.com>
+
+        * elf32-i860.c (elf32_i860_relocate_section): New function.
+        (i860_final_link_relocate): New function.
+        (elf32_i860_relocate_splitn): New function.
+        (elf32_i860_relocate_pc16): New function. 
+        (elf32_i860_relocate_highadj): New function.
+        (elf32_i860_howto): Minor adjustments to some relocations.
+        (elf_info_to_howto_rel): Define.
+        (elf_backend_relocate_section): Define.
+
+2000-08-10  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-arm.h: Fix formatting.
+
+2000-08-10  Bernd Schmidt  <bernds@cygnus.co.uk>
+
+       * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
+
+2000-08-08  Jason Eckhardt  <jle@cygnus.com>
+
+       * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
+
+2000-08-07  Kazu Hirata  <kazu@hxi.com>
+
+       * ieee.c (ieee_write_debug_part): Rewrite a comment.
+       * elf64-ia64.c: Fix a typo.
+
+2000-08-05  Jason Eckhardt  <jle@cygnus.com>
+
+       * elf32-i860 (elf32_i860_howto_table): New structure.
+       (lookup_howto): New function.
+       (elf32_i860_reloc_type_lookup): New function.
+       (elf32_i860_info_to_howto_rela): New function.
+       (elf_code_to_howto_index): New structure.
+       (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
+       (bfd_elf32_bfd_reloc_type_lookup): Re-define as
+       elf32_i860_reloc_type_lookup.
+
+2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
+
+       * som.c (struct fixup_format): Constify `format'.
+       (som_hppa_howto_table): Use SOM_HOWTO macro.
+       (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
+       (som_bfd_reloc_type_lookup): Likewise.
+       (compare_subspaces): Remove unused `count1', `count2'.
+       (som_begin_writing): Remove unused `total_reloc_size'.
+       (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
+       (som_print_symbol, som_bfd_is_local_label_name): Likewise.
+       (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
+       (som_find_nearest_line): Decorate unused parameter(s).
+       (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
+       (som_bfd_link_split_section): Likewise. 
+
+2000-08-03  Nick Clifton  <nickc@cygnus.com>
+
+       * section.c: Restore backed out code.
+       * elf.c: Restore backed out code.
+       (copy_private_bfd_data): Fix bug preventing stipped dynamic
+       binaries from working.
+       * bfd-in2.h: Regenerate.
+
+2000-08-03  H.J. Lu  <hjl@gnu.org>
+
+       * section.c: Back out the change made by Nick Clifton
+       <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
+       binaries.
+       * bfd-in2.h: Likewise.
+       * elf.c: Likewise.
+
+2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
+
+2000-07-31  Jason Eckhardt  <jle@cygnus.com>
+
+        * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
+        * bfd-in2.h, libbfd.h: Regenerate.
+
+2000-07-31  Nick Clifton  <nickc@cygnus.com>
+
+       * section.c (struct sec): Add new boolean field 'segment_mark'.
+       (STD_SECTION): Initialise new field to zero.
+
+       * bfd-in2.h: Regenerate.
+
+       * elf.c (copy_private_bfd_data): Reorganise section to segment 
+       mapping to cope with moved sections requiring new segments,
+       and overlapping segments.
+       (SEGMENT_END): New macro: Return the end address of a segment.
+       (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
+       contains a section by comparing their VMA addresses.
+       (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
+       contains a section by comparing their LMA addresses.
+       (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
+       section should be included in a segment.
+       (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
+       follows another in memory.
+       (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
+       segments overlap.
+
+2000-07-22  Jason Eckhardt  <jle@cygnus.com>
+
+       * cpu-i860.c: Added comments.
+
+       * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
+       bfd_elf32_i860_little_vec.
+       (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
+       (ELF_MAXPAGESIZE): Changed to 4096.
+
+       * targets.c (bfd_elf32_i860_little_vec): Declaration of
+       new target.
+       (bfd_target_vector): Added bfd_elf32_i860_little_vec.
+
+       * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
+       config for little endian elf32 i860.
+       (targ_defvec): Define for the new config above
+       as "bfd_elf32_i860_little_vec". 
+       (targ_selvecs): Define for the new config above
+       as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
+
+       * configure.in (bfd_elf32_i860_little_vec): Added recognition
+       of new target vec.
+
+       * configure: Regenerated.
+
+2000-07-27  H.J. Lu  <hjl@gnu.org>
+
+       * elflink.h (elf_merge_symbol): Take one more argument,
+       dt_needed, to indicate if the symbol comes from a DT_NEEDED
+       entry. Don't overide the existing weak definition if dt_needed
+       is true.
+       (elf_link_add_object_symbols): Pass dt_needed to
+       elf_merge_symbol ().
+
+2000-07-27  Nick Clifton  <nickc@cygnus.com>
+
+       * elflink.h (elf_link_size_reloc_section): Zeroes the section's
+       allocated contents.
+
+2000-07-25  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * configure.host (*-*-aix*): AIX has 'long long' always.
+
+       * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
+       (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
+       (xcoff_write_archive_contents_big): Don't update the offset
+       of the symbol table, xcoff_write_armap will do it.
+
+2000-07-23  Ulf Carlsson  <ulfc@engr.sgi.com>
+
+       * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
+       of dynobj for SGI_COMPAT checks.
+
+2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+        * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
+        * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
+        * bfd-in2.h: Regenerate.
+
+2000-07-21  Nick Clifton  <nickc@cygnus.com>
+
+       * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
+       range symbol indices in relocs and issue an error message.
+
+2000-07-20  H.J. Lu  <hjl@gnu.org>
+
+       * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
+       info->new_dtags when setting DT_FLAGS_1. It will only be set
+       by the new linker options. It shouldn't break anything.
+
+2000-07-20  H.J. Lu  <hjl@gnu.org>
+
+       * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
+       only if info->new_dtags is true.
+
 2000-07-20  H.J. Lu  <hjl@gnu.org>
 
        * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
@@ -100,7 +497,7 @@ Tue Jul 18 13:11:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>
 
        * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
-       paranthesis in if statement.
+       parenthesis in if statement.
 
 2000-07-17  Koundinya K  <kk@ddeorg.soft.net>
 
@@ -914,14 +1311,14 @@ Thu May 18 10:55:47 2000  Jeffrey A Law  (law@cygnus.com)
 2000-05-17  S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
            Rick Gorton             <gorton@scrugs.lkg.dec.com>
        
-       * elflink.h: Add emitrelocations support: when enabled, relocation 
+       * elflink.h: Add emitrelocations support: when enabled, relocation
        information and relocation sections are put into final output
        executables.  If the emitrelocations flag is set, do the following:
        (elf_bfd_final_link): Emit relocation sections.
        (elf_link_input_bfd): Compute relocation section contents.
        (elf_gc_sections): Don't clean relocation sections.
 
-2000-05-16  Catherine Moore  <clm@cygnux.com>
+2000-05-16  Catherine Moore  <clm@cygnus.com>
 
        * som.c (som_decode_symclass):  Recognize weak symbols.
 
@@ -3527,53 +3924,53 @@ Mon Jul 19 14:03:44 1999  Mark P. Mitchell  <mark@codesourcery.com>
        
        * aix386-core.c: Initialise new field of bfd_target structure.
        * aout-adobe.c: Initialise new field of bfd_target structure.
-       * aout-arm.c: Initialise new field of bfd_target structure. 
-       * aout-target.h: Initialise new field of bfd_target structure. 
-       * aout-tic30.c: Initialise new field of bfd_target structure. 
-       * binary.c: Initialise new field of bfd_target structure. 
-       * bout.c: Initialise new field of bfd_target structure. 
-       * cisco-core.c: Initialise new field of bfd_target structure. 
+       * aout-arm.c: Initialise new field of bfd_target structure.
+       * aout-target.h: Initialise new field of bfd_target structure.
+       * aout-tic30.c: Initialise new field of bfd_target structure.
+       * binary.c: Initialise new field of bfd_target structure.
+       * bout.c: Initialise new field of bfd_target structure.
+       * cisco-core.c: Initialise new field of bfd_target structure.
        * coff-a29k.c: Use CREATE_BIG_COFF_TARGET_VEC.
-       * coff-alpha.c: Initialise new field of bfd_target structure. 
+       * coff-alpha.c: Initialise new field of bfd_target structure.
        * coff-apollo.c: Use CREATE_BIG_COFF_TARGET_VEC.
        * coff-arm.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
        * coff-h8300.c: Use CREATE_BIG_COFF_TARGET_VEC.
        * coff-h8500.c: Use CREATE_BIG_COFF_TARGET_VEC.
-       * coff-i386.c: Initialise new field of bfd_target structure. 
-       * coff-i860.c: Initialise new field of bfd_target structure. 
+       * coff-i386.c: Initialise new field of bfd_target structure.
+       * coff-i860.c: Initialise new field of bfd_target structure.
        * coff-i960.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
        * coff-m68k.c: Use CREATE_BIG_COFF_TARGET_VEC.
        * coff-mcore.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
-       * coff-mips.c: Initialise new field of bfd_target structure. 
-       * coff-ppc.c: Initialise new field of bfd_target structure. 
-       * coff-rs6000.c: Initialise new field of bfd_target structure. 
+       * coff-mips.c: Initialise new field of bfd_target structure.
+       * coff-ppc.c: Initialise new field of bfd_target structure.
+       * coff-rs6000.c: Initialise new field of bfd_target structure.
        * coff-sh.c:  Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
        * coff-sparc.c: Use CREATE_BIG_COFF_TARGET_VEC.
-       * coff-tic30.c: Initialise new field of bfd_target structure. 
+       * coff-tic30.c: Initialise new field of bfd_target structure.
        * coff-tic80.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
        * coff-w65.c:   Use CREATE_LITTLE_COFF_TARGET_VEC.
        * coff-we32k.c: Use CREATE_BIG_COFF_TARGET_VEC.
        * coff-z8k.c:   Use CREATE_BIG_COFF_TARGET_VEC.
-       * hppabsd-core.c: Initialise new field of bfd_target structure. 
-       * hpux-core.c: Initialise new field of bfd_target structure. 
-       * i386msdos.c: Initialise new field of bfd_target structure. 
-       * i386os9k.c: Initialise new field of bfd_target structure. 
-       * ieee.c: Initialise new field of bfd_target structure. 
-       * ihex.c: Initialise new field of bfd_target structure. 
-       * irix-core.c: Initialise new field of bfd_target structure. 
-       * mipsbsd.c: Initialise new field of bfd_target structure. 
-       * netbsd-core.c: Initialise new field of bfd_target structure. 
-       * oasys.c: Initialise new field of bfd_target structure. 
-       * osf-core.c: Initialise new field of bfd_target structure. 
-       * ppcboot.c: Initialise new field of bfd_target structure. 
-       * ptrace-core.c: Initialise new field of bfd_target structure. 
-       * sco5-core.c: Initialise new field of bfd_target structure. 
-       * som.c: Initialise new field of bfd_target structure. 
-       * srec.c: Initialise new field of bfd_target structure. 
-       * tekhex.c: Initialise new field of bfd_target structure. 
-       * trad-core.c: Initialise new field of bfd_target structure. 
-       * versados.c: Initialise new field of bfd_target structure. 
-       * vms.c: Initialise new field of bfd_target structure. 
+       * hppabsd-core.c: Initialise new field of bfd_target structure.
+       * hpux-core.c: Initialise new field of bfd_target structure.
+       * i386msdos.c: Initialise new field of bfd_target structure.
+       * i386os9k.c: Initialise new field of bfd_target structure.
+       * ieee.c: Initialise new field of bfd_target structure.
+       * ihex.c: Initialise new field of bfd_target structure.
+       * irix-core.c: Initialise new field of bfd_target structure.
+       * mipsbsd.c: Initialise new field of bfd_target structure.
+       * netbsd-core.c: Initialise new field of bfd_target structure.
+       * oasys.c: Initialise new field of bfd_target structure.
+       * osf-core.c: Initialise new field of bfd_target structure.
+       * ppcboot.c: Initialise new field of bfd_target structure.
+       * ptrace-core.c: Initialise new field of bfd_target structure.
+       * sco5-core.c: Initialise new field of bfd_target structure.
+       * som.c: Initialise new field of bfd_target structure.
+       * srec.c: Initialise new field of bfd_target structure.
+       * tekhex.c: Initialise new field of bfd_target structure.
+       * trad-core.c: Initialise new field of bfd_target structure.
+       * versados.c: Initialise new field of bfd_target structure.
+       * vms.c: Initialise new field of bfd_target structure.
 
 1999-07-19  Andreas Schwab  <schwab@suse.de>
 
@@ -3584,11 +3981,11 @@ Sat Jul 17 02:28:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
 
        * elflink.h (elf_link_adjust_relocs): New function.
        (elf_bfd_final_link): Use it.
-       (elf_link_input_bfd): Deal with the fact that there can be 
+       (elf_link_input_bfd): Deal with the fact that there can be
        two relocation sections for a single section.
        (elf_reloc_link_order): Likewise.
 
-       * elf32-mips.c (_bfd_mips_elf_final_link): Don't set GP for 
+       * elf32-mips.c (_bfd_mips_elf_final_link): Don't set GP for
        a relocateable object.
        (_bfd_mips_elf_relocate_section): Handle relocateable links.
 
@@ -3685,7 +4082,7 @@ Wed Jul 14 15:23:19 1999  Jim Wilson  <wilson@cygnus.com>
        subwords when handling an R_MIPS16_26 relocation.
        (mips_elf_perform_relocation): Don't be paranoid abour right-shift
        semantics.
-       
+
        * elf32-mips.c (elf_mips16_gprel_howto): Adjust src_mask and
        dst_mask to match reality.
        (_bfd_mips_elf_calculate_relocation): Handle R_MIPS16_GPREL.
@@ -3696,7 +4093,7 @@ Wed Jul 14 15:23:19 1999  Jim Wilson  <wilson@cygnus.com>
 1999-07-13  Mark Mitchell  <mark@codesourcery.com>
 
        * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
-       (mips_elf_relocate_section): Adjust calling sequence for 
+       (mips_elf_relocate_section): Adjust calling sequence for
        mips_elf_perform_relocation.
        (mips_elf_perform_relocation): Take additional argument.  Handle
        R_MIPS16_26.  Use bfd_put for convenience.
@@ -3855,7 +4252,7 @@ Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
        (_bfd_mips_elf_create_dynamic_sections): New function.
        (_bfd_mips_elf_add_symbol_hook): Likewise.
        (_bfd_mips_elf_adjust_dynamic_symbol): Likewise.
-       (_bfd_mips_elf_finish_dynamic_symbol): Likewise.        
+       (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
        (_bfd_mips_elf_finish_dynamic_sections): Likewise.
        (_bfd_mips_elf_gc_mark_hook): Likewise.
        (_bfd_mips_elf_gc_sweep_hook): Likewise.
@@ -3925,7 +4322,7 @@ Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
        (_bfd_mips_elf_print_private_bfd_data): Print ABI=64 for 64-bit
        ABI.
        (_bfd_mips_elf_fake_sections): Remove duplicate handling of
-       .msym. 
+       .msym.
        (mips_elf_global_got_index): Use MIPS_ELF_GOT_SIZE.
        (mips_elf_got_offset_from_index): Use misp_elf_got_section.
        (mips_elf_create_local_got_entry): Use MIPS_ELF_GOT_SIZE.
@@ -3946,7 +4343,7 @@ Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
        (mips_elf64_section_processing): Likewise.
        Adjust elf backend entries to use _bfd_mips_elf variants now
        publicly available.
-       
+
        * elflink.h (elf_link_create_dynamic_sections): Handle non-standard
        hash-entry sizes.
        (size_dynamic_sections): Likewise.
@@ -3960,7 +4357,7 @@ Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
 
        * elf-bfd.h (elf_size_info): Add hash_entry_size,
        int_rels_per_ext_rel, swap_dyn_out, swap_reloc_in, swap_reloc_out,
-       wap_reloca_in, and swap_reloca_out. 
+       wap_reloca_in, and swap_reloca_out.
        * elflink.h (elf_link_read_relocs_from_section): Adjust to handle
        multiple internal relocations per external relocation.
        (link_read_relocs): Likewise.
@@ -3977,7 +4374,7 @@ Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
        (mips_elf64_be_swap_reloca_in): Likewise.
        (mips_elf64_be_swap_reloca_out): Likewise.
        (mips_elf64_size_info): Add entries for new fields.
-       
+
 1999-07-07  Ian Lance Taylor  <ian@zembu.com>
 
        * elflink.h (elf_bfd_final_link): Assert that section reloc_count
@@ -4001,17 +4398,17 @@ Tue Jul  6 10:23:39 1999  Jeffrey A Law  (law@cygnus.com)
 1999-07-05  Nick Clifton  <nickc@cygnus.com>
 
        * coffcode.h (coff_set_arch_mach_hook): Recognise arm 5
-       architectures. 
+       architectures.
        (coff_set_flags): Recognise arm 5 architectures.
 
        * cpu-arm.c: Add support for strongarm and arm9 cpus.
        Add support for armv5 architecture.
 
        * archures.c: Add bfd_mach_arm_5 and bfd_mach_arm_5T.
-       
+
        * reloc.c: Add new, assembler only, ARM reloc:
        BFD_RELOC_ARM_ADRL_IMMEDIATE.
-       
+
        * bfd-in2.h: Regenerate.
 
 1999-07-02  Mark Mitchell  <mark@codesourcery.com>
@@ -4051,7 +4448,7 @@ Fri Jul  2 12:21:10 1999  Jeffrey A Law  (law@cygnus.com)
        (elf_link_size_reloc_section): Likewise.
        (elf_bfd_final_link): Use elf_link_size_reloc_section.
        (elf_link_input_bfd): Use elf_link_output_relocs.
-       
+
        * elf32-mips.c (_bfd_mips_elf_fake_sections): Use
        _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
 
@@ -4115,7 +4512,7 @@ Thu Jul  1 13:58:48 1999  Jeffrey A Law  (law@cygnus.com)
        (mips_elf_finish_dynamic_sections): Correct off-by-one error
        setting DT_MIPS_UNREFEXTNO.  Adjust setting of DT_MIPS_GOTSYM for
        change to global_gotsym.  Set DT_MIPS_OPTIONS on IRIX6.
-               
+
 1999-06-30  Ian Lance Taylor  <ian@zembu.com>
 
        * elf32-mips.c (mips_elf_final_link): Don't set CPIC when doing a
@@ -4164,7 +4561,7 @@ Tue Jun 29 02:25:03 1999  Jeffrey A Law  (law@cygnus.com)
        (mips_elf_finish_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
        Don't assert the existence of .rld_map on IRIX6.
        (mips_elf_finish_dynamic_sections): Use MIPS_ELF_STUB_SECTION_NAME.
-               
+
        * elf32-mips.c (mips_elf_adjust_dynindx): Remove.
        (mips_elf_size_dynamic_sections): Use _bfd_elf_link_adjust_dynindx
        instead.
@@ -4625,7 +5022,7 @@ Wed Jun  2 11:51:12 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
        no_pipeline_knowledge is false and the binary is from an old
        toolchain.
        (elf32_arm_merge_private_data): Generate an error if an attempt is
-       made to linl together big endian and little endian code.
+       made to link together big endian and little endian code.
        (elf32_arm_post_process_headers): New function:  Initialise the
        EI_OSABI and EI_ABIVERSION fields of the newly created ELF program
        header.
This page took 0.035903 seconds and 4 git commands to generate.