* config/tc-alpha.c: Change uses of void * to PTR. Change the
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 22b0ece29791f0ba2b61eca00414409394b6b50f..fa8e8472fdca1692f5002cce0f57c543714fdf06 100644 (file)
@@ -1,3 +1,79 @@
+Fri Nov  1 10:42:49 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * 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)
 
This page took 0.063752 seconds and 4 git commands to generate.