OSDN Git Service

* config/tc-xtensa.c: Warning fixes throughout.
authorbwilson <bwilson>
Tue, 5 Apr 2005 20:55:39 +0000 (20:55 +0000)
committerbwilson <bwilson>
Tue, 5 Apr 2005 20:55:39 +0000 (20:55 +0000)
commit8400a3f49608519739f604183222ce3e4f2c9017
tree0cb9a55e7af4594e6a2f75d0e365298b98cfa072
parent4c40cb823db9eb20c6657db35456d413dae27e35
* config/tc-xtensa.c: Warning fixes throughout.
(xtensa_fetch_width): Change to unsigned.
(assemble_nop, xtensa_find_unaligned_branch_targets,
xtensa_find_unaligned_loops, xg_assemble_vliw_tokens,
is_narrow_branch_guaranteed_in_range, xtensa_fix_close_loop_end_frags,
min_bytes_to_other_loop_end, unrelaxed_frag_min_size,
unrelaxed_frag_max_size, xtensa_fix_short_loop_frags,
count_insns_to_loop_end, unrelaxed_frag_min_insn_count,
get_text_align_max_fill_size, get_text_align_nop_count,
get_text_align_nth_nop_size, get_noop_aligned_address,
get_aligned_diff, convert_frag_align_next_opcode,
convert_frag_immed_finish_loop, xtensa_create_property_segments,
xtensa_create_xproperty_segments, xt_block_aligned_size): Clean up
types, avoiding size_t and using offsetT and addressT appropriately.
(get_text_align_power): Clean up types.  Avoid incorrect bound.
(get_text_align_fill_size): Clean up types.  Restructure for clarity.
gas/ChangeLog
gas/config/tc-xtensa.c