Based on a patch from Ian.Dall@dsto.defence.gov.au.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index cab46f0f131812c0554f02f45965ade04b1a6696..b5c1937c3b73eb7677923e29fd1fd40d35b1e1ea 100644 (file)
@@ -1,3 +1,72 @@
+Wed Nov  5 10:51:49 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       Based on a patch from Ian.Dall@dsto.defence.gov.au.
+       * as.h (struct frag, frag support): Moved from here.
+       * frags.h: To here.
+       (struct frag, member tc_frag_data): New member if TC_FRAG_TYPE
+       is defined.
+       (struct frag, member fr_cgen): Renamed from fr_targ.cgen.
+       * cgen.c (cgen_asm_finish_insn): Update.
+       * config/tc-m32r.c (md_estimate_size_before_relax): Update.
+       * config/tc-m32r.h (TC_FRAG_INIT): Renamed from md_init_frag.
+       (md_convert_frag): Ditto.
+       * config/tc-ns32k.h (TC_FRAG_TYPE): Define.
+       (frag_opcode_frag,frag_opcode_offset,frag_bsr): Update.
+       (TC_FRAG_INIT): Update.
+
+Tue Nov  4 16:35:57 1997  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
+
+       * write.c (print_fixup): Use TC_FIX_DATA_PRINT (if defined) to
+       print out MD fields of fix.
+       * frags.c (frag_var, frag_variant): Use TC_FRAG_INIT macro (if
+       defined) to initialize MD fields in frag.
+       * as.h (struct frag, ns32k support): Rename ns32k to fr_ns32k.
+       Delete pcrel_adjust.  Add fr_opcode_fragP, fr_opcode_offset.
+       * config/tc-ns32k.h: Add comments. Remove obsolete
+       BFD_FAST_SECTION_FILL definition, change prototypes for
+       fix_new_ns32k and fix_new_ns32k_exp to add new arguments
+       opcode_frag and opcode_offset and remove pcrel_adjust.
+       (TC_FIX_TYPE): add opcode_fragP and opcode_offset fields.
+       (TC_FIX_DATA_PRINT): new macro to print out TC_FIX_TYPE.
+       (TC_FRAG_INIT): new macro to initialize machine dependent field in
+       frags.
+       (frag_opcode_frag, frag_opcode_offset, frag_bsr): macros to access
+       MD fields in frag structure.
+       (fix_im_disp, fix_bit_fixP, fix_opcode_frag, fix_opcode_offset,
+       fix_bsr): macros to access MD fields in fix structure.
+       * config/tc-ns32k.c: Avoid overlength lines. Align comments.  Don't
+       use struct opcode_location as these fields are now in the frag
+       structure.
+       (convert_iif): Call frag_more as it is needed instead
+       of trying to allocate for the whole insn. Avoid call of frag_more
+       with negative argument.
+       (md_pcrel_adjust, md_fix_pcrel_adjust, md_apply_fix,
+       md_estimate_size_before_relax, md_pcrel_from,
+       tc_aout_fix_to_chars): use accessor macros to get md fields in fix
+       and frag structures.
+       (fix_new_ns32k, fix_new_ns32k_exp): add new arguments opcode_frag and
+       opcode_offset and remove pcrel_adjust.
+       (convert_iif, cons_fix_new_ns32k): call fix_new_ns32k,
+       fix_new_ns32k_exp with changed arguments.
+
+Mon Nov  3 13:30:17 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * tc-mips.c (md_begin): Reorganize setting of default values so
+       that mips_cpu depends on TARGET_CPU, and mips_opts.isa depends on
+       mips_cpu.
+       (md_parse_option): Remove all code that sets defaults; md_begin
+       handles all of this now.
+
+Sun Nov  2 14:46:09 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (STAGESTUFF): Change bin_PROGRAMS to
+       noinst_PROGRAMS.
+       (bootstrap, bootstrap2, bootstrap3): Likewise.
+       * Makefile.in: Rebuild.
+
+       * config/tc-ppc.c (ppc_fix_adjustable): Don't adjust relocs in the
+       TOC section to be against the csect.
+
 Fri Oct 31 18:19:55 1997  Ken Raeburn  <raeburn@cygnus.com>
 
 start-sanitize-vr5400
This page took 0.03475 seconds and 4 git commands to generate.