add sanitization markers.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 6327fed9be673f5b78656b73defe25ff6d593e84..67b84b9a1b5ae3401af89ba32028bf6749d6e317 100644 (file)
@@ -1,6 +1,145 @@
+start-sanitize-armelf
+Wed Aug  5 15:54:14 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-arm.c (md_begin): Set BFD private flags depending upon
+       command line switches passed to assembler.
+
+end-sanitize-armelf
+Mon Aug  3 14:02:52 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen.h (GAS_CGEN_MAX_FIXUPS): GAS_ prepended, all uses updated.
+       (gas_cgen_opcode_desc): Declare.
+       (gas_cgen_parse_operand): Declare.
+       (*): Prepend gas_ to gas specific fns to denote them as such.
+       All uses updated.
+       * cgen.c (gas_cgen_opcode_desc): New global
+       (gas_cgen_init_parse): Renamed from cgen_asm_init_parse.
+       (queue_fixup): Renamed from cgen_queue_fixup.
+       (*): Prepend gas_ to gas specific fns to denote them as such.
+       All uses updated.
+       (gas_cgen_md_apply_fix3): Update call to insert_operand.
+       (gas_cgen_finish_insn): Renamed from cgen_asm_finish_insn.
+       * config/tc-m32r.c (md_begin): Remove use of CGEN_SYM.
+       Open opcode table and initialize it.
+       (make_parallel): Use gas_cgen_opcode_desc.
+       (assemble_parallel_insn): Ditto.  Remove use of CGEN_SYM.
+       (md_assemble): Ditto.
+
+Sat Aug  1 19:27:30 1998  Richard Henderson  <rth@cygnus.com>
+
+       * as.h (debug_info_type): Add entries for unspecified and dwarf*.
+       * ecoff.c (ecoff_generate_asm_lineno): Take no arguments; call
+       as_where ourselves.  Provide a stub for !ECOFF_DEBUGGING.
+       * ecoff.h: Move ECOFF_DEBUGGING protection inside GAS_ECOFF_H.
+       Move ecoff_generate_asm_lineno outside ECOFF_DEBUGGING protection.
+       * read.c (generate_lineno_debug): Tidy ECOFF bits.  Use
+       DEBUG_UNSPECIFIED rather than DEBUG_NONE for initial test.
+       * config/obj-elf.h (ECOFF_DEBUGGING) [TC_ALPHA]: Define to a variable.
+       (SEPARATE_STAB_SECTIONS): Conditionalize on value of ECOFF_DEBUGGING.
+       (INIT_STAB_SECTION): Likewise.
+       (OBJ_PROCESS_STAB): Likewise.
+       
+       * config/tc-alpha.c (md_longopts): New options -mdebug/-no-mdebug.
+       (md_parse_option): Watch for them.
+       (alpha_cur_ent_sym, alpha_flag_mdebug): New variables.
+       (md_begin): Kill neverdef code.
+       (s_alpha_ent, s_alpha_end, s_alpha_mask, s_alpha_frame): New.
+       (s_alpha_prologue): Watch alpha_cur_ent_sym.
+       (s_alpha_coff_wrapper): New.
+       (md_pseudo_table): Trap all ECOFF pseudos.
+       
+Fri Jul 31 16:45:54 1998  Ron Unrau <runrau@cygnus.com>
+
+       Start of changes to remove mdebug section from mips*-elf
+       Based on MIPS_STAB_ELF definition
+       * acconfig.h: undef if not configured
+       * config.in: undef if not configured
+       * config/mips-elf.h: only set ECOFF debugging if not stabs-in-elf
+       * config/tc-mips.c (s_ent): set BSF_FUNCTION
+       * stabs.c (s_stab_generic): flush frag
+
+start-sanitize-armelf
+Fri Jul 31 16:14:45 1998  Catherine Moore  <clm@cygnus.com>
+
+        * configure.in: (arm-*-elf):  Handle.
+        (thumb-*-elf): Handle.
+        * configure:  Regenerate.
+        * read.c (stringer): Fix typo in comment.
+        * write.c (fixup_segment): Don't add symbol value to addend if
+        TC_ARM and OBJ_ELF.
+        * config/tc-arm.c (md_section_align):  Don't align dwarf debug
+        sections.
+        (tc_gen_reloc):  Always set the reloc addend to fixp->fx_offset
+        for OBJ_ELF.
+
+end-sanitize-armelf
+Thu Jul 30 21:38:43 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * config/tc-d30v.c ({cur,prev}_left_kills_right_p): New variables.
+       (write_2_short): Emit warning if new flag is set.
+       (do_assemble): Set flags if left instruction is one of special
+       "right-instruction-killer" type.
+
+Tue Jun 28 18:12:28 1998  Stan Cox  <scox@cygnus.com>
+       
+       * config/tc-sparc.c (md_number_to_chars, cons_fix_new_sparc):
+       Always output words in debug_info section as big endian.
+       (sparc_target_format): Choose correct bfd target.
+       (md_apply_fix3): Rename BFD_RELOC_SPARC_32LE to BFD_RELOC_SPARC_REV32.
+       
+Tue Jul 28 11:01:21 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (md_assemble): Fix "errmsg" initialization
+       to work with internationalization code.  Issue an error when two
+       operands match that are not allowed to match.
+
+Mon Jul 27 16:25:58 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * configure.in (install_tooldir): Allow target to specify whether
+       it wants to be installed in $(tooldir)/bin.
 start-sanitize-sky
+       (dvp-*-*): Don't install in $(tooldir)/bin.
+end-sanitize-sky
+       * configure: Regenerate.
+       * Makefile.am (install-exec-local): Set install-exec-tooldir
+       dependency via configure.
+       * Makefile.in: Regenerate.
+
+Fri Jul 24 19:58:59 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * Makefile.am (install-exec-local): Split into two ...
+       (install-exec-bindir,install-exec-tooldir): New rules.
+       * Makefile.in: Regenerate.
+
+Fri Jul 24 16:31:49 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (install-exec-local): Don't remove the file before
+       checking whether $(bindir) == $(tooldir)/bin.  From Maciej
+       W. Rozycki <macro@ds2.pg.gda.pl>.
+       * Makefile.in: Rebuild.
+
 Fri Jul 24 09:13:46 1998  Doug Evans  <devans@canuck.cygnus.com>
 
+       * cgen.c: Include libiberty.h.
+       (cgen_md_apply_fix3): Update call to md_cgen_lookup_reloc.
+       (cgen_tc_gen_reloc): Use xmalloc, not bfd_alloc.
+       * cgen.h (cgen_md_apply_fix3,cgen_tc_gen_reloc): Declare.
+       (md_cgen_lookup_reloc)): Declare.
+       (md_cgen_record_fixup_exp): Declare.
+       * config/tc-m32r.h (md_pcrel_from_section): Declare.
+       (m32r_relax_frag): Declare.
+       (cgen_md_apply_fix3): Decls moved to cgen.h.
+       (cgen_record_fixup_exp,cgen_tc_gen_reloc): Ditto.
+       (m32r_cgen_record_fixup_exp): Delete decl.
+       * config/tc-m32r.c (m32r_cpu_desc): #if 0 out.
+       (assemble_nop): Delete.
+       (expand_debug_syms): Delete unused `exp'.
+       (md_cgen_lookup_reloc): Renamed from CGEN_SYM (lookup_reloc).
+       Add default case for -Wall.
+       (m32r_cgen_record_fixup_exp): Add default case for -Wall.
+       (md_atof): Delete unused wordP.
+
+start-sanitize-sky
        * config/tc-dvp.c (assemble_vif): Make label at start of overlay
        a local label.
        (create_vuoverlay_section): Put __start_ label at start of overlay
This page took 0.025583 seconds and 4 git commands to generate.