3 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
4 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
5 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
9 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
10 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
11 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
12 BFD_RELOC_ARM_PCREL_CALL)
16 * config/tc-xtensa.c (frag_format_size): Generalize logic to
17 handle more instruction sizes and fetch widths.
18 (branch_align_power): Likewise.
19 (text_align_power): Likewise.
20 (bytes_to_stretch): Likewise.
24 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
25 (ppc_mach): Handle titan.
26 * doc/c-ppc.texi: Mention -mtitan.
30 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
32 (xtensa_fetch_width) ...this.
36 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
37 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
38 * Makefile.in: Regenerate.
42 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
43 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
44 * config/tc-i386.h (processor_type): Same.
45 * doc/c-i386.texi: Change amdfam15 to bdver1.
50 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
55 * NEWS: Mention new feature.
56 * config/obj-coff.c (obj_coff_section): Accept digits and use
57 to override default section alignment power if specified.
58 * doc/as.texinfo (.section directive): Update documentation.
62 * config/tc-i386.c (avxscalar): New.
63 (OPTION_MAVXSCALAR): Likewise.
64 (build_vex_prefix): Select vector_length for scalar instructions
66 (md_longopts): Add OPTION_MAVXSCALAR.
67 (md_parse_option): Handle OPTION_MAVXSCALAR.
68 (md_show_usage): Add -mavxscalar=.
70 * doc/c-i386.texi: Document -mavxscalar=.
74 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
79 * write.h (fix_at_start): Declare.
80 * write.c (fix_new_internal): Add at_beginning parameter.
81 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
82 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
83 (fix_new, fix_new_exp): Update accordingly.
84 (fix_at_start): New function.
85 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
86 (ppc_ref): New function, for OBJ_XCOFF.
87 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
88 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
92 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
93 on 64-bit Solaris/x86.
94 Include obj-format.h earlier.
98 * config/tc-s390.c (s390_elf_final_processing): New function.
99 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
100 (s390_elf_final_processing): Added prototype.
106 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
107 code to handle round-to-zero for VCVT conversions.
108 (do_neon_cvt): New. Call do_neon_cvt_1.
109 (do_neon_cvtr): New. Call do_neon_cvt_1.
110 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
115 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
119 * config/tc-i386.c (md_assemble): Before accessing the IMM field
120 check that it's not an XOP insn.
124 * config/bfin-aux.h: Remove argument names in function
126 * config/bfin-lex.l (parse_int): Fix shadowed variable name
128 * config/bfin-parse.y (value_match): Remove argument names
130 (notethat): Likewise.
135 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
139 * config/tc-h8300.c (h8300_elf_section): New function - issue a
140 warning message if a new section is created without setting any
142 (md_pseudo_table): Intercept section creation pseudos.
143 (md_pcrel_from): Replace abort with an error message.
144 * config/obj-elf.c (obj_elf_section_name): Export this function.
145 * config/obj-elf.h (obj_elf_section_name): Prototype.
150 * listing.c (print_source): Add one to line number.
154 * Makefile.in: Regenerate.
155 * configure: Regenerate.
156 * doc/Makefile.in: Regenerate.
160 * version.c (parse_args): Change to "Copyright 2010".
164 * config/tc-i386.c (cpu_arch): Add amdfam15.
165 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
166 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
167 * doc/c-i386.texi: Add amdfam15.
171 * config/tc-arm.c (do_neon_logic): Accept imm value
172 in the third operand too.
173 (operand_parse_code): OP_RNDQ_IMVNb renamed to
175 (parse_operands): OP_NILO case removed, applied renaming.
176 (insns): Neon shape changed for some logic instructions.
180 * config/tc-arm.c (do_neon_ldx_stx): Added
181 validation for vector load/store insns.
185 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
189 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
190 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
191 (NEON_ENCODE): New macro.
192 (check_neon_suffixes): New macro.
193 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
194 (do_vfp_nsyn_opcode): Likewise.
195 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
196 (do_vfp_nsyn_cmp): Likewise.
197 (do_neon_shl_imm): Likewise.
198 (do_neon_qshl_imm): Likewise.
199 (neon_dyadic_misc): Likewise.
200 (do_neon_mac_maybe_scalar): Likewise.
201 (do_neon_qdmulh): Likewise.
202 (do_neon_qmovn): Likewise.
203 (do_neon_qmovun): Likewise.
204 (do_neon_movn): Likewise.
205 (neon_mac_reg_scalar_long): Likewise.
206 (do_neon_vmull): Likewise.
207 (do_neon_trn): Likewise.
208 (do_neon_ldx_stx): Likewise.
209 (neon_dp_fixup): Changed signature and set the flag.
210 (neon_three_same): Call the above with new signature.
211 (neon_two_same): Likewise.
212 (neon_imm_shift): Likewise.
213 (neon_mul_mac): Likewise.
214 (do_neon_abs_neg): Likewise.
215 (neon_mixed_length): Likewise.
216 (do_neon_ext): Likewise.
217 (do_neon_mov): Likewise.
218 (do_neon_tbl_tbx): Likewise.
219 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
220 (neon_compare): Likewise.
221 (do_neon_shll): Likewise.
222 (do_neon_cvt): Likewise.
223 (do_neon_mvn): Likewise.
224 (do_neon_dup): Likewise.
225 (md_assemble): Call check_neon_suffixes ().
227 For older changes see ChangeLog-2009
233 version-control: never