]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
PR gas/2101
[binutils.git] / gas / ChangeLog
index eecd4ef265f55fc8bb20be70963c0612023c3269..444848668c63441cbb53206e24916aa9ec40a13d 100644 (file)
@@ -1,3 +1,51 @@
+2005-12-30  Sterling Augustine  <[email protected]>
+           Bob Wilson  <[email protected]>
+
+       * config/tc-xtensa.c (op_placement_info_struct): Delete single,
+       single_size, widest, and widest_size fields.  Add narrowest_slot.
+       (xg_emit_insn_to_buf): Remove fmt parameter and compute it here.
+       Use xg_get_single_slot to find the slot.
+       (finish_vinsn): Use emit_single_op instead of bundle_single_op.
+       (bundle_single_op): Rename this to....
+       (bundle_tinsn): ...this function, which builds a vliw_insn but does
+       not call finish_vinsn.
+       (emit_single_op): Use bundle_tinsn instead of bundle_single_op.
+       (relax_frag_immed): Get num_slots from cur_vinsn.
+       (convert_frag_narrow): Update call to xg_emit_insn_to_buf.
+       (convert_frag_immed): Likewise.  Also, get num_slots from cur_vinsn.
+       (init_op_placement_info_table): Set narrowest_slot field.  Remove
+       code for deleted fields.
+       (xg_get_single_size): Return narrowest_size field, not single_size.
+       (xg_get_single_format): Return narrowest field, not single.
+       (xg_get_single_slot): New.
+       (tinsn_to_insnbuf): Rewrite to use tinsn_to_slotbuf.
+       * config/xtensa-relax.c (widen_spec_list): Add wide branch relaxations.
+       (transition_applies): Check wide branch option availability.
+
+2005-12-29  Sterling Augustine  <[email protected]>
+
+       * config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
+
+2005-12-29  Sterling Augustine  <[email protected]>
+
+       * config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
+
+2005-12-27  Nathan Sidwell  <[email protected]>
+
+       * config/tc-mt.c (mt_arch): Default to ms1_16_002.
+       (md_parse_options): Only allow lowercase.
+       (md_show_usage): Update.
+
+2005-12-27  Leif Ekblad  <[email protected]>
+
+       * configure.tgt: Add support for RDOS targets.
+
+2005-12-27  James Troup  <[email protected]>
+
+       PR 1300
+       * config/tc-arm.c (md_apply_fix): Fix casts to match type in
+       printf format.
+
 2005-12-27  Alan Modra  <[email protected]>
 
        * Makefile.am: Run "make dep-am".
This page took 0.022614 seconds and 4 git commands to generate.