* run.c: Deleted, using one in ../common now.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 6ed998ab6c7a4cd661799c3f1cf16c1772fe8fbc..540bb983f00f1193e4d7333b1d79c9a786e81a11 100644 (file)
@@ -1,6 +1,233 @@
+start-sanitize-d10v
+Tue Nov 19 17:48:06 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): When automatically converting
+       serial ops to parallel, do not consider a branch as the first
+       instruction.
+
+end-sanitize-d10v
+Tue Nov 19 13:35:22 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
+
+Mon Nov 18 15:26:55 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (mn10300_insert_operand): Provide prototype
+       via PARAMS.
+       (check_operand): Likewise.
+
+start-sanitize-d10v
+Mon Nov 18 15:22:28 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): Branch and link instructions
+       modify r13.
+       (write_2_short): Call parallel_ok to check whether two short
+       instructions the user requested execute in parallel, can be
+       executed that way.
+
+Thu Nov 14 11:17:49 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (write_2_short): Fix bug that wouldn't
+       allow a branch and link in parallel with an exe instruction.
+
+Fri Nov  8 13:55:03 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * doc/c-d10v.texi: Add info on @word modifier.
+
+end-sanitize-d10v      
+Wed Nov  6 13:46:07 1996  Jeffrey A Law  (law@cygnus.com)
+       
+       * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
+       operands are assumed to be 32bits.  Use "bits" field to hold the
+       number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
+       (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
+       to be 32bits.
+
+       * config/tc-mn10300.c (mn10300_insert_operand): Shift low part
+       of a MN10300_OPERAND_SPLIT operand by operand->shift.
+
+       * config/tc-mn10300.c (mn10300_insert_operand): Handle
+       MN10300_OPERAND_SPLIT.
+
+Tue Nov  5 13:30:40 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (md_assemble): Insert operands into
+       the extension part of the instruction if necessary.
+       (mn10300_insert_operand): Accept pointer to extension word
+       argument.  Make insn a pointer argument too.  Return type
+       is now void.  All callers changed.
+
+Mon Nov  4 12:53:40 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (mn10300_insert_operand): Handle
+       repeated register operands.
+
+Fri Nov  1 10:42:49 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * doc/as.texinfo: Added section on reporting bugs.
+
+       * config/tc-alpha.c: Change uses of void * to PTR.  Change the
+       alpha_macro emit field to expect a const argument, and change the
+       arg field to be const.  Fix some spacing to follow the GNU
+       standard.
+
+Fri Nov  1 10:32:03 1996  Richard Henderson  <rth@tamu.edu>
+
+       * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
+       (pca56) and 21264 (ev6) cpus.
+       (md_apply_fix): Private relocation types are now negative.
+       (alpha_force_relocation): Likewise.
+       (tc_gen_reloc): Likewise.
+       (emit_insn): Likewise.
+       (emit_ldXu): Do the right thing when the hardware can do byte insns.
+       (emit_stX): Likewise.
+       (emit_sextX): Likewise.
+
+Thu Oct 31 16:33:21 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
+       a symbol found in a reloc.
+
+       * symbols.c (resolve_symbol_value): Improve the error message if
+       an undefined symbol is used in an expression.
+
+Wed Oct 30 20:15:35 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * doc/internals.texi: Rewrite, and add a lot of documentation.
+       * doc/Makefile.in (internals.info): New target.
+
+start-sanitize-v850
+Wed Oct 30 14:55:57 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
+       against weak symbols.
+
+Tue Oct 29 12:28:16 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_assemble): Don't lose for relaxable
+       addresses like .+6.
+
+       * config/tc-v850.c (md_convert_frag): Make sure we insert the
+       fixup at the right address within the frag.
+
+       * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
+       to an absolute value, instead increment it as needed.
+
+       * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
+       * config/tc-v850.c: Fix some indention problems.
+       (md_relax_table): Define for D9->D99 branch displacement
+       relaxing.
+       (md_convert_frag): Do something useful instead of aborting.
+       (md_estimate_size_before_relax): Likewise.
+       (md_assemble): Note if the matching instruction has a relaxable
+       operand.  If it does, allocate frag with frag_var and don't
+       do any fixups.
+
+end-sanitize-v850
+start-sanitize-d10v
+Mon Oct 28 10:48:40 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.h (md_cleanup): New function.  This is needed to
+       write out any buffered instructions when a ".end" is found.
+
+end-sanitize-d10v      
+Mon Oct 28 10:43:45 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * read.c (read_a_source_file): New hook md_cleanup().
+
+Fri Oct 25 00:01:00 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * write.c (fix_new_exp): Use make_expr_symbol to build an
+       expression symbol for a complex fixup.
+
+start-sanitize-v850
+Thu Oct 24 14:31:04 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (v850_reloc_prefix): Several disgusting
+       hacks to improve parsing of complex hi, lo, zda, etc
+       expressions.
+       (md_assemble): Don't demand and eat a trailing ')' after finding
+       a v850 relocation prefix.  Sign extend the constant in a
+       BFD_RELOC_LO16 expression.  Do eat a trailing ')' after a complete
+       operand.
+       (parse_cons_expression_v850): Don't eat a trailing ')' after
+       finding a v850 relocation prefix.
+
+       * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
+       (TC_CONS_FIX_NEW): Likewise.
+       * config/tc-v850.c (parse_cons_expression_v850): New function.
+       (cons_fix_new_v850): Likewise.
+
+       * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
+
+end-sanitize-v850
+Wed Oct 23 18:20:29 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.c (md_apply_fix3): Give a better warning message
+       for an unknown relocation type.
+
+start-sanitize-v850
+Wed Oct 23 16:21:28 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_pseudo_table): Add .word; allocates
+       4 bytes of space.
+
+Tue Oct 22 22:01:25 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
+       differently for movea & sst/sld insns.
+
+end-sanitize-v850
+start-sanitize-d10v
+Tue Oct 22 17:09:32 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
+       of instructions.
+
+end-sanitize-d10v
+Tue Oct 22 11:28:39 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * obj.h (struct format_ops): Add frob_file_after_relocs field.
+       * config/obj-multi.h (obj_frob_file_after_relocs): Define.
+       * config/obj-ecoff.c (ecoff_format_ops): Initialize new
+       frob_file_after_relocs field.
+       * config/obj-elf.c (elf_format_ops): Likewise.
+       * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
+       including obj-elf.h.
+
+Mon Oct 21 11:38:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
+       specially if not ELF.
+       (md_apply_fix): Handle BFD_RELOC_64.
+       (tc_gen_reloc): Handle BFD_RELOC_64.
+
+       * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
+       relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
+       reloc hacking).
+
+       * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
+       Don't check S_GET_OTHER.
+
+Fri Oct 18 14:06:26 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_ip): Accept an odd floating point
+       register with l.s or s.s.
+
+       * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
+       .type pseudo-op.
+       (obj_aout_type): New static function.
+
+Thu Oct 17 17:55:17 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in ($(OBJS)): Depend upon libiberty.h.
+
 start-sanitize-v850
 Wed Oct 16 11:28:31 1996  Jeffrey A Law  (law@cygnus.com)
 
+       * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
+       and sdaoff expressions.
+
        * write.c (fixup_segment): Don't add symbol value to addend if
        TC_V850 and OBJ_ELF.
        * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
This page took 0.025865 seconds and 4 git commands to generate.