x
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 2c16ab5ff2320aa178b3dda870e05af4c6fc5cbd..f3083bd9d1836c6c49e2243f156ac4d995e26bbc 100644 (file)
@@ -1,8 +1,392 @@
+Thu Apr 17 13:46:56 1997  Per Fogelstrom  <pefo@openbsd.org>
+
+       * configure.host (mips*-*-openbsd*): New host.
+
+Thu Apr 17 11:10:54 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * elflink.h (elf_link_add_object_symbols): Only subtract the
+       section VMA from the symbol value if this is a fully linked file.
+
+       * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define.
+       (struct elf_i386_link_hash_entry): Define.
+       (struct elf_i386_link_hash_table): Define.
+       (elf_i386_link_hash_traverse): Define.
+       (elf_i386_hash_table): Define.
+       (elf_i386_link_hash_newfunc): New static function.
+       (elf_i386_link_hash_table_create): New static function.
+       (elf_i386_check_relocs): If linking with -Bsymbolic, don't copy
+       PC relative relocs for a global symbol defined in a regular
+       object, and count the number of PC relative relocs copied for any
+       global symbol.
+       (elf_i386_size_dynamic_sections): If linking with -Bsymbolic,
+       traverse with elf_i386_discard_copies.
+       (elf_i386_discard_copies): New static function.
+       (bfd_elf32_bfd_link_hash_table_create): Define.
+
+       From Gordon W. Ross <gwr@mc.com>:
+       * aoutf1.h (MY_entry_is_text_address): Define if not defined.
+       (sunos4_aout_backend): Use MY_entry_is_text_address.
+
+start-sanitize-d30v
+Wed Apr 16 12:43:32 1997  Martin Hunt  <hunt@cygnus.com>
+
+       * elf32-d30v.c (elf_d30v_howto_table): Changed size of
+       R_D30V_32_NORMAL to 2 (4 bytes).
+
+end-sanitize-d30v      
+Wed Apr 16 14:02:29 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Gordon W. Ross <gwr@mc.com>:
+       * netbsd.h (N_SHARED_LIB): Define.
+       (SEGMENT_SIZE): Don't define.
+       * m68knetbsd.c (SEGMENT_SIZE): Don't define (revert change of
+       April 11).
+       * sparcnetbsd.c (TARGET_PAGE_SIZE): Define as 0x2000.
+       (SEGMENT_SIZE): Don't define.
+
+       * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Set .rela.bss size
+       to sizeof Rela structure, not sizeof Rel structure.  From Gary
+       Thomas <g.thomas@opengroup.org>.
+
+Tue Apr 15 11:50:37 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * aout-target.h (MY(callback)): If entry_is_text_address, adjust
+       whenever entry is larger than text address, but only by whole
+       pages.  From Gordon W. Ross <gwr@mc.com>.
+
+       * Makefile.in (install): Depend upon installdirs.  Use
+       mkinstalldirs to build $(oldincludedir).
+       (installdirs): New target.
+
+       * elflink.h (elf_link_add_object_symbols): Don't call check_relocs
+       if this is a debugging section which we are stripping.
+
+Mon Apr 14 12:39:30 1997  Richard Henderson  <rth@tamu.edu>
+
+       * elf64-alpha.c (elf64_alpha_object_p): Allocate the
+       alpha-specific target data struct.
+
+Mon Apr 14 11:45:46 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Thomas Graichen <graichen@rzpd.de>:
+       * Makefile.in: Always use $(SHELL) when running move-if-change.
+       * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
+       * configure: Rebuild.
+
+Fri Apr 11 15:43:24 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * elfcode.h (elf_slurp_symbol_table): Only subtract the section
+       VMA if this is an executable file or a shared object.
+
+       * targets.c (netbsd_core_vec): Declare.  From Gordon W. Ross
+       <gwr@mc.com>.
+
+       * libaout.h (struct aout_backend_data): Add entry_is_text_address
+       field.
+       * aout-target.h (SEGMENT_SIZE): Define to TARGET_PAGE_SIZE at the
+       start of the file.  Remove uses later on which switch using
+       ifdef.
+       (MY(callback)): Handle entry_is_text_address.
+       (MY_entry_is_text_address): Define if not defined.
+       (MY(backend_data)): Initialize new field.
+       * aoutf1.h (sunos4_aout_backend): Likewise.
+       * i386aout.c (MY(backend_data)): Likewise.
+       * i386mach3.c (MY(backend_data)): Likewise.
+       * mipsbsd.c (MY(backend_data)): Likewise.
+       * sparclynx.c (sparclynx_aout_backend): Likewise.
+       * netbsd.h (SEGMENT_SIZE): Define if not defined.
+       (MY_entry_is_text_address): Define.
+       * m68knetbsd.c (SEGMENT_SIZE): Define as 0x20000.
+
+       * xcofflink.c (bfd_xcoff_import_symbol): Handle importing a symbol
+       whose name starts with `.'.
+
+Fri Apr 11 11:57:15 1997  Niklas Hallqvist  <niklas@appli.se>
+
+       * config.bfd: (i[3456]86-*-openbsd*, m68*-*-openbsd*,
+       mips*el*-*-openbsd*, mips*-*-openbsd*, ns32k-*-openbsd*,
+       powerpc-*-*bsd*, sparc-*-openbsd*): New targets.
+       * configure.in (i[3456]86-*-openbsd*, mips*-*-openbsd*,
+       m68*-*-openbsd*, ns32k-*-openbsd*, powerpc-*-*bsd*,
+       sparc-*-openbsd*): New targets.
+       * configure: Rebuild.
+
+Tue Apr  8 18:09:29 1997  Jamie Lokier  <jamie@rebellion.co.uk>
+
+       * stabs.c (struct stab_section_info): New field
+       `cumulative_skips'.
+       (_bfd_link_section_stabs): Fill the above array.
+       (_bfd_stab_section_offset): Use `cumulative_skips' to
+       speed up offset calculation.
+
+Tue Apr  8 00:01:31 1997  Jeffrey A Law  (law@cygnus.com)
+
+        * elf-mn10300.c (mn10300_elf_relax_section): Don't forget the
+        addend for non pc-relative relocations.
+
+       * elf-m10300.c (bfd_elf32_mn10300_reloc): Remove prototype
+       for non-existent function.
+
+       * elf-m10300.c (mn10300_elf_relax_section): New function.
+       (mn10300_elf_relax_delete_bytes): Likewise.
+       (mn10300_elf_symbol_address_p): Likewise.
+       (mn10300_elf_get_relocated_section_contents): Likewise.
+       (bfd_elf32_bfd_relax_section): Define.
+       (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
+
+Mon Apr  7 16:47:09 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.host: Set SHLIB_LIBS.
+       * configure.in: Substitute SHLIB_LIBS.
+       * configure: Rebuild.
+       * Makefile.in (SHLIB_LIBS): New variable.
+       ($(SHLIB)): Use $(SHLIB_LIBS).
+
+Mon Apr  7 10:53:52 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * bfd-in.h bfd-in2.h: add bfd_section_lma macro to correspond
+       with bfd_section_vma.
+
+Fri Apr  4 11:37:15 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Update file names for bfd_elf32_mn10[23]00_vec.
+       Correct CPU file names for mn10[23]00.
+       * configure: Rebuild.
+
+       * bfd.c (bfd_record_phdr): Cast count to size_t before
+       subtraction.
+
+       * coff-ppc.c (dump_toc): Add cast to avoid warning from SunOS cc.
+       * coff-rs6000.c (xcoff_read_ar_hdr): Likewise.
+       (xcoff_write_archive_contents): LIkewise.
+       * elf32-mips.c (_bfd_mips_elf_set_section_contents): Likewise.
+       (mips_elf_create_procedure_table): Likewise.
+       * peicode.h (pe_print_idata): Likewise.
+       (pe_print_edata, pe_print_pdata, pe_print_reloc): Likewise.
+       * xcofflink.c (xcoff_get_section_contents): Likewise.
+       (_bfd_xcoff_canonicalize_dynamic_symtab): Likewise.
+       (xcoff_link_add_symbols): Likewise.
+       (xcoff_link_add_symbols): Likewise.
+
+       * ppcboot.c (ppcboot_set_arch_mach): Make static.
+       (ppcboot_bfd_print_private_bfd_data): Likewise.
+
+       * elf32-mips.c (elf_mips_ctor64_howto): Set complain_on_overflow
+       to complain_overflow_signed.
+
+Thu Apr  3 11:51:54 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * VERSION: Set to 2.8.1.
+
+       * Branched binutils 2.8.
+
+       * elf32-ppc.c (ppc_elf_check_relocs):  Don't check SEC_ALLOC when
+       deciding whether to copy a reloc into a shared object.
+       (ppc_elf_relocate_section): Likewise.  Relocate R_PPC_RELATIVE
+       relocs in unallocated sections.
+       * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
+       R_SPARC_RELATIVE relocs in unallocated sections.
+
+Wed Apr  2 16:19:41 1997  Mike Meissner  <meissner@cygnus.com>
+
+       * elf32-ppc.c (ppc_elf_check_relocs): Undo March 26 change and
+       always create got section so that the _GLOBAL_OFFSET_TABLE_ label
+       is always created.
+
+Wed Apr  2 10:49:07 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * elflink.h (elf_link_add_object_symbols): Let a common symbol
+       override an uninitialized symbol from a shared library with a
+       smaller size.
+
+       * elf-m10200.c: Rename from elf32-mn10200.c.
+       * elf-m10300.c: Rename from elf32-mn10300.c.
+       * cpu-m10200.c: Rename from cpu-mn10200.c
+       * cpu-m10300.c: Rename from cpu-mn10300.c
+       * Makefile.in: Update accordingly.
+
+       * elf32-mips.c (elf_mips_ctor64_howto): New static variable.
+       (elf_mips_isa): Move to earlier in file.
+       (mips_reloc_map): Remove BFD_RELOC_CTOR entry.
+       (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR
+       specially.
+
+       * elf32-mips.c (mips16_jump_reloc): Print a warning rather than
+       calling abort.
+
+Tue Apr  1 16:18:05 1997  Klaus Kaempf  <kkaempf@progis.de>
+
+       * configure.com: New file.
+       * config.h-vms: Remove file.
+       * makefile.vms: Update for new configure scheme.
+
+Mon Mar 31 23:28:39 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
+
+       * libcoff-in.h (ppc_allocate_toc_section): Declare.
+       (ppc_process_before_allocation): Declare.
+       * libcoff.h: Rebuild.
+
+       * coffcode.h (coff_mkobject_hook): Declare if not a macro.
+
+Mon Mar 31 16:29:50 1997  Joel Sherrill  <joel@oarcorp.com>
+
+        * config.bfd (hppa*-*-rtems*): New target, like hppa-*-*elf*.
+
+Mon Mar 31 16:11:35 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * coff-a29k.c (coff_a29k_relocate_section): Don't use symndx as a
+       symbol index for a R_IHCONST reloc.
+
+Mon Mar 31 15:40:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
+
+       * targmatch.sed: Do not use \(\) recursively.
+
+Fri Mar 28 14:44:08 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
+
+       * m68klinux.c (MACHTYPE_OK): Define.
+       * i386linux.c (MACHTYPE_OK): Define.
+
+Fri Mar 28 11:56:15 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       From David S. Miller <davem@caip.rutgers.edu> and H.J. Lu
+       <hjl@gnu.ai.mit.edu>:
+       * sparclinux.c: New file.
+       * bfd-in.h (bfd_sparclinux_size_dynamic_sections): Declare.
+       * bfd-in2.h: Rebuild.
+       * config.bfd (sparc-*-linuxaout*, sparc-*-linux*): New targets.
+       * configure.in (sparclinux_vec): Add to list of vectors.
+       * configure: Rebuild.
+       * targets.c (sparclinux_vec): Declare.
+       (bfd_target_vector): Add sparclinux_vec.
+       * Makefile.in: Rebuild dependencies.
+       (BFD32_BACKENDS): Add sparclinux.o.
+       (BFD32_BACKENDS_CFILES): Add sparclinux.c.
+
+       * coff-mips.c (mips_ecoff_backend_data): Initialize new
+       bfd_coff_backend_data field.
+       * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
+
+       * config.bfd: Add bfd_elf64_{big,little}mips_vec to targ_selvecs
+       for mips*el*-*-linux* and mips*-*-linux*.  From H.J. Lu
+       <hjl@lucon.org> and Ralf Baechle <ralf@gnu.ai.mit.edu>.
+
+       * bfd.c: Include "libiberty.h".
+       (strerror): Don't declare.
+       (bfd_errmsg): Call xstrerror rather than strerror.
+
+Thu Mar 27 12:55:42 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Generate a COPY
+       reloc even if the symbol is in the .bss section.
+       * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
+       * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
+       * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
+
+       * coffcode.h (bfd_coff_backend_data): Add new field
+       _bfd_coff_default_section_alignment_power.
+       (bfd_coff_default_section_alignment_power): Define.
+       (bfd_coff_std_swap_table): Initialize new field.
+       * libcoff.h: Rebuild.
+       * cofflink.c (coff_link_add_symbols): Limit alignment of a common
+       symbol to the default section alignment.
+
+       * COPYING: Update FSF address.
+
+start-sanitize-d30v
+Thu Mar 27 00:45:57 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the 
+       21-bit absolute that made it act as a relative. 
+
+end-sanitize-d30v      
+Wed Mar 26 14:50:20 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * elflink.c (_bfd_elf_create_linker_section): Don't set
+       bss_section and rel_section from existing sections.
+
+       * elf32-ppc.c (ppc_elf_check_relocs): Only create the got section
+       if it is needed.
+
+Tue Mar 25 22:26:56 1997  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * aoutx.h (some_aout_object_p):  Change executable test to fix
+       problems with embedded a.out systems.
+
+Tue Mar 25 14:35:37 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * stabs.c (_bfd_stab_section_offset): New function.
+       * libbfd-in.h (_bfd_stab_section_offset): Declare.
+       * libbfd.h: Rebuild.
+       * elf32-i386.c (elf_i386_relocate_section): Adjust the offset of a
+       stab reloc.
+       * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
+       * elf32-mips.c (mips_elf_relocate_section): Likewise.
+       * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
+       * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
+       * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
+
+       * stabs.c (_bfd_link_section_stabs): Copy over the first header
+       symbol.  Check for memory allocation failure of *psinfo.
+       (_bfd_write_section_stabs): Add psinfo parameter.  Change all
+       callers.  Set the value of the header symbol.
+       * libbfd-in.h (_bfd_write_section_stabs): Update declaration.
+       * libbfd.h: Rebuild.
+
+start-sanitize-tic80
+Mon Mar 24 20:07:29 1997  Fred Fish  <fnf@cygnus.com>
+
+       * coff-tic80.c (tic80_howto_table): Add R_ABS entry.
+       (rtype2howto): Handle R_ABS reloc type.  Also abort on unhandled
+       reloc types, rather than silently failing to generate an output file.
+
+end-sanitize-tic80
+Mon Mar 24 13:41:00 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * targmatch.sed: Use the hold space to put the #ifdef around the
+       the string constant.
+       * targets.c (UNSUPPORTED_TARGET): Don't define.
+       (find_target): Don't check for UNSUPPORTED_TARGET.
+       (bfd_set_default_target): Don't try to optimize by checking for
+       default.
+
+       * Makefile.in: Rebuild dependencies.
+       (ALL_MACHINES_CFILES): Add cpu-m32r.c.
+       (BFD32_BACKENDS_CFILES): Add elf32-m32r.c.
+       (elf32-m32r.o): Remove explicit target.
+
+       * config.bfd: Don't set targ_underscore for i[3456]86-*-gnu* or
+       i[3456]86-*-linux*.
+
+       * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Don't
+       count section symbols for sections that were created by the
+       linker, or are not allocatable or not loadable.
+       (elf32_sparc_finish_dynamic_sections): Output output section
+       symbols for section for which we made space for them.
+
 Fri Mar 21 13:08:26 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * elf32-sparc.c (elf32_sparc_size_dynamic_sections): If there is
        no .rela.plt section, don't output a DT_PLTGOT dynamic entry.
 
+Fri Mar 21 12:36:46 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * elf32-m32r.c (m32r_elf_howto_table): Use special function for LO16.
+       (m32r_hi16_list): New static local.
+       (m32r_elf_hi16_reloc): Don't perform reloc, just queue it up.
+       (m32r_elf_do_hi16_reloc): Delete.
+       (m32r_elf_relocate_hi16): New function.
+       (m32r_elf_lo16_reloc): New function.
+       (m32r_elf_relocate_section): For HI16 relocs, scan for corresponding
+       LO16 reloc.
+
+       Mon Mar 10 16:03:31 1997  Doug Evans  <dje@seba.cygnus.com>
+
+       * elf32-m32r.c (m32r_elf_create_linker_section): Delete.
+       (m32r_elf_add_symbol_hook): Rewrite _SDA_BASE_ support.
+       (m32r_elf_final_sda_base): New function.
+       (m32r_elf_relocate_section): Rewrite sdata support.
+       (m32r_elf_finish_dynamic_sections): Delete.
+
 Thu Mar 20 12:39:02 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        Based on patches from Philippe De Muyter <phdm@info.ucl.ac.be>.
@@ -50,11 +434,9 @@ Tue Mar 18 22:40:09 1997  H.J. Lu  <hjl@lucon.org>
 
 Tue Mar 18 12:58:08 1997  Ian Lance Taylor  <ian@cygnus.com>
 
-start-sanitize-m32r
        * elf32-m32r.c (m32r_elf_is_local_label_name): Remove.
        (bfd_elf32_bfd_is_local_label): Don't define.
 
-end-sanitize-m32r
        * xcofflink.c (_bfd_xcoff_bfd_final_link): Call bfd_malloc rather
        than malloc.
 
@@ -264,14 +646,12 @@ end-sanitize-tic80
        * coff-w65.c: Ditto
        * coff-z8k.c: Ditto.
        
-start-sanitize-m32r
 Wed Mar  5 13:59:09 1997  Doug Evans  <dje@seba.cygnus.com>
 
        * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc): Fix overflow calc.
        (m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
        m32r_elf_get_relocated_section_contents): First pass at relax support.
 
-end-sanitize-m32r
 Mon Mar  3 13:27:09 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
 
        * elflink.h (elf_link_add_object_symbols): Use correct sh_size
@@ -478,7 +858,6 @@ Fri Feb 21 16:15:18 1997  Jeffrey A Law  (law@cygnus.com)
        relaxing.  Implement abs24 -> abs16, imm24 -> imm16 and d24 -> d16
        relaxing.
 
-start-sanitize-m32r
 Fri Feb 21 13:55:14 1997  Doug Evans  <dje@seba.cygnus.com>
 
        * elf32-m32r.c: Rewrite to use ELF backend linker.
@@ -487,7 +866,6 @@ Fri Feb 21 13:55:14 1997  Doug Evans  <dje@seba.cygnus.com>
        * reloc.c: Document BFD_RELOC_M32R_SDA16.
        * bfd-in2.h,libbfd.h: Regenerated.
 
-end-sanitize-m32r
 Thu Feb 20 23:50:31 1997  Jeffrey A Law  (law@cygnus.com)
 
        * elf32-mn10200.c (mn10200_elf_relax_section): New function.
@@ -596,13 +974,11 @@ Tue Feb 11 15:27:32 1997  Ian Lance Taylor  <ian@cygnus.com>
        * reloc.c (BFD_RELOC_MIPS16_GPREL): Define.
        * bfd-in2.h, libbfd.h: Rebuild.
 
-start-sanitize-m32r
 Mon Feb 10 23:25:00 1997  Doug Evans  <dje@seba.ricochet.net>
 
        * elf32-m32r.c (elf_m32r_howto_table): Change partial_inplace to true
        for R_M32R_{16,32,24,HI16_ULO,HI16_SLO,LO16}.
 
-end-sanitize-m32r
 start-sanitize-r5900
         Fri Feb  7 16:20:17 1997  Gavin Koch   <gavin@cygnus.com>
         
@@ -667,14 +1043,12 @@ Wed Jan 29 00:00:49 1997  Jeffrey A Law  (law@cygnus.com)
        (elf_mn10200_howto_table): Likewise.
        (mn10200_reloc_map): Likewise.
 
-start-sanitize-m32r
 Mon Jan 27 12:07:35 1997  Doug Evans  <dje@seba.cygnus.com>
 
        * reloc.c: Add relocs BFD_RELOC_M32R_{HI16_[US]LO,LO16}.
        * bfd-in2.h, libbfd.h: Regenerated.
        * elf32-m32r.c: Add support for them.
 
-end-sanitize-m32r
 Mon Jan 27 12:25:02 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * aout-arm.c (MY_swap_std_reloc_in): Remove unused r_length.
@@ -1150,13 +1524,11 @@ Mon Nov 11 10:37:02 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
        appropriate relocations in the .so file if shared.
        (ppc_elf_relocate_section): Ditto.
 
-start-sanitize-m32r
 Tue Oct 29 15:03:02 1996  Doug Evans  <dje@canuck.cygnus.com>
 
        * elf32-m32r.c (elf_m32r_howto_table, R_M32R_24): Use
        complain_overflow_unsigned.
 
-end-sanitize-m32r
 Tue Oct 29 12:53:46 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * elf32-d10v.c (elf_d10v_howto_table): Don't complain on
@@ -1244,7 +1616,6 @@ Mon Oct 21 10:54:58 1996  Ian Lance Taylor  <ian@cygnus.com>
        when attempting to do a relocateable link with different object
        file formats, rather than calling abort.
 
-start-sanitize-m32r
 Thu Oct 17 10:43:29 1996  Doug Evans  <dje@canuck.cygnus.com>
 
        * reloc.c (m32r relocs): Rename them.
@@ -1254,7 +1625,6 @@ Thu Oct 17 10:43:29 1996  Doug Evans  <dje@canuck.cygnus.com>
        (elf_m32r_howto_table, R_M32R_10_PCREL entry): Use it.
        (elf_m32r_howto_table, R_M32R_24 entry): Fix {src,dst}_masks.
 
-end-sanitize-m32r
 Wed Oct 16 11:24:35 1996  Jeffrey A Law  (law@cygnus.com)
 
        * linker.c (_bfd_generic_final_link): Set "linker_mark" for
@@ -1501,14 +1871,12 @@ Mon Sep 23 13:33:00 1996  Ian Lance Taylor  <ian@cygnus.com>
        * elf32-ppc.c (ppc_elf_add_symbol_hook): Create the .sbss section
        by hand, rather than by calling bfd_make_section.
 
-start-sanitize-m32r
 Mon Sep 23 09:23:41 1996  Doug Evans  <dje@seba.cygnus.com>
 
        * reloc.c: Rename m32r relocs.
        * bfd-in2.h, libbfd.h: Rebuilt.
        * elf32-m32r.c: Update.
 
-end-sanitize-m32r
 Fri Sep 20 11:43:43 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * aoutx.h (aout_link_input_section_ext): When doing a relocateable
@@ -1577,14 +1945,12 @@ Fri Sep 13 15:50:57 1996  Ian Lance Taylor  <ian@cygnus.com>
        R_PARISC_DIR32, so that _bfd_stab_section_find_nearest_line passes
        its sanity check.
 
-start-sanitize-m32r
 Thu Sep 12 11:45:57 1996  Doug Evans  <dje@seba.cygnus.com>
 
        * reloc.c: Add m32r relocs.
        * bfd-in2.h, libbfd.h: Rebuilt.
        * cpu-m32r.c,elf32-m32r.c: New files.
 
-end-sanitize-m32r
 Thu Sep 12 11:10:05 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * ieee.c (ieee_vec): Set symbol_leading_char field to '_'.
@@ -1682,18 +2048,14 @@ Tue Sep 10 16:18:30 1996  Fred Fish  <fnf@cygnus.com>
        (copy_name): Ditto.
        * syms.c (coff_section_type): Ditto.
        
-start-sanitize-m32r
 Mon Sep  9 22:36:01 1996  Jeffrey A Law  (law@cygnus.com)
 
        * bfd-in2.h: Rebuilt after m32r changes.
 
-end-sanitize-m32r
 Mon Sep  9 12:31:22 1996  Doug Evans  <dje@canuck.cygnus.com>
 
-start-sanitize-m32r
        * config.bfd,configure.in,configure: Add m32r support.
        * Makefile.in,archures.c,elf.c,targets.c: Likewise.
-end-sanitize-m32r
        * config.bfd: Keep target list alphabetically sorted.
 
 start-sanitize-v850
This page took 0.051125 seconds and 4 git commands to generate.