3 * config/tc-s390.c (s390_elf_final_processing): New function.
4 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
5 (s390_elf_final_processing): Added prototype.
11 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
12 code to handle round-to-zero for VCVT conversions.
13 (do_neon_cvt): New. Call do_neon_cvt_1.
14 (do_neon_cvtr): New. Call do_neon_cvt_1.
15 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
20 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
24 * config/tc-i386.c (md_assemble): Before accessing the IMM field
25 check that it's not an XOP insn.
29 * config/bfin-aux.h: Remove argument names in function
31 * config/bfin-lex.l (parse_int): Fix shadowed variable name
33 * config/bfin-parse.y (value_match): Remove argument names
40 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
44 * config/tc-h8300.c (h8300_elf_section): New function - issue a
45 warning message if a new section is created without setting any
47 (md_pseudo_table): Intercept section creation pseudos.
48 (md_pcrel_from): Replace abort with an error message.
49 * config/obj-elf.c (obj_elf_section_name): Export this function.
50 * config/obj-elf.h (obj_elf_section_name): Prototype.
55 * listing.c (print_source): Add one to line number.
59 * Makefile.in: Regenerate.
60 * configure: Regenerate.
61 * doc/Makefile.in: Regenerate.
65 * version.c (parse_args): Change to "Copyright 2010".
69 * config/tc-i386.c (cpu_arch): Add amdfam15.
70 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
71 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
72 * doc/c-i386.texi: Add amdfam15.
76 * config/tc-arm.c (do_neon_logic): Accept imm value
77 in the third operand too.
78 (operand_parse_code): OP_RNDQ_IMVNb renamed to
80 (parse_operands): OP_NILO case removed, applied renaming.
81 (insns): Neon shape changed for some logic instructions.
85 * config/tc-arm.c (do_neon_ldx_stx): Added
86 validation for vector load/store insns.
90 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
94 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
95 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
96 (NEON_ENCODE): New macro.
97 (check_neon_suffixes): New macro.
98 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
99 (do_vfp_nsyn_opcode): Likewise.
100 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
101 (do_vfp_nsyn_cmp): Likewise.
102 (do_neon_shl_imm): Likewise.
103 (do_neon_qshl_imm): Likewise.
104 (neon_dyadic_misc): Likewise.
105 (do_neon_mac_maybe_scalar): Likewise.
106 (do_neon_qdmulh): Likewise.
107 (do_neon_qmovn): Likewise.
108 (do_neon_qmovun): Likewise.
109 (do_neon_movn): Likewise.
110 (neon_mac_reg_scalar_long): Likewise.
111 (do_neon_vmull): Likewise.
112 (do_neon_trn): Likewise.
113 (do_neon_ldx_stx): Likewise.
114 (neon_dp_fixup): Changed signature and set the flag.
115 (neon_three_same): Call the above with new signature.
116 (neon_two_same): Likewise.
117 (neon_imm_shift): Likewise.
118 (neon_mul_mac): Likewise.
119 (do_neon_abs_neg): Likewise.
120 (neon_mixed_length): Likewise.
121 (do_neon_ext): Likewise.
122 (do_neon_mov): Likewise.
123 (do_neon_tbl_tbx): Likewise.
124 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
125 (neon_compare): Likewise.
126 (do_neon_shll): Likewise.
127 (do_neon_cvt): Likewise.
128 (do_neon_mvn): Likewise.
129 (do_neon_dup): Likewise.
130 (md_assemble): Call check_neon_suffixes ().
132 For older changes see ChangeLog-2009
138 version-control: never