3 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
5 Include obj-format.h earlier.
9 * config/tc-s390.c (s390_elf_final_processing): New function.
10 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
11 (s390_elf_final_processing): Added prototype.
17 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
18 code to handle round-to-zero for VCVT conversions.
19 (do_neon_cvt): New. Call do_neon_cvt_1.
20 (do_neon_cvtr): New. Call do_neon_cvt_1.
21 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
26 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
30 * config/tc-i386.c (md_assemble): Before accessing the IMM field
31 check that it's not an XOP insn.
35 * config/bfin-aux.h: Remove argument names in function
37 * config/bfin-lex.l (parse_int): Fix shadowed variable name
39 * config/bfin-parse.y (value_match): Remove argument names
46 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
50 * config/tc-h8300.c (h8300_elf_section): New function - issue a
51 warning message if a new section is created without setting any
53 (md_pseudo_table): Intercept section creation pseudos.
54 (md_pcrel_from): Replace abort with an error message.
55 * config/obj-elf.c (obj_elf_section_name): Export this function.
56 * config/obj-elf.h (obj_elf_section_name): Prototype.
61 * listing.c (print_source): Add one to line number.
65 * Makefile.in: Regenerate.
66 * configure: Regenerate.
67 * doc/Makefile.in: Regenerate.
71 * version.c (parse_args): Change to "Copyright 2010".
75 * config/tc-i386.c (cpu_arch): Add amdfam15.
76 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
77 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
78 * doc/c-i386.texi: Add amdfam15.
82 * config/tc-arm.c (do_neon_logic): Accept imm value
83 in the third operand too.
84 (operand_parse_code): OP_RNDQ_IMVNb renamed to
86 (parse_operands): OP_NILO case removed, applied renaming.
87 (insns): Neon shape changed for some logic instructions.
91 * config/tc-arm.c (do_neon_ldx_stx): Added
92 validation for vector load/store insns.
96 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
100 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
101 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
102 (NEON_ENCODE): New macro.
103 (check_neon_suffixes): New macro.
104 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
105 (do_vfp_nsyn_opcode): Likewise.
106 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
107 (do_vfp_nsyn_cmp): Likewise.
108 (do_neon_shl_imm): Likewise.
109 (do_neon_qshl_imm): Likewise.
110 (neon_dyadic_misc): Likewise.
111 (do_neon_mac_maybe_scalar): Likewise.
112 (do_neon_qdmulh): Likewise.
113 (do_neon_qmovn): Likewise.
114 (do_neon_qmovun): Likewise.
115 (do_neon_movn): Likewise.
116 (neon_mac_reg_scalar_long): Likewise.
117 (do_neon_vmull): Likewise.
118 (do_neon_trn): Likewise.
119 (do_neon_ldx_stx): Likewise.
120 (neon_dp_fixup): Changed signature and set the flag.
121 (neon_three_same): Call the above with new signature.
122 (neon_two_same): Likewise.
123 (neon_imm_shift): Likewise.
124 (neon_mul_mac): Likewise.
125 (do_neon_abs_neg): Likewise.
126 (neon_mixed_length): Likewise.
127 (do_neon_ext): Likewise.
128 (do_neon_mov): Likewise.
129 (do_neon_tbl_tbx): Likewise.
130 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
131 (neon_compare): Likewise.
132 (do_neon_shll): Likewise.
133 (do_neon_cvt): Likewise.
134 (do_neon_mvn): Likewise.
135 (do_neon_dup): Likewise.
136 (md_assemble): Call check_neon_suffixes ().
138 For older changes see ChangeLog-2009
144 version-control: never