2010-02-03 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2010-02-03 Quentin Neill <quentin.neill@amd.com>
2
3 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
4 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
5 * config/tc-i386.h (processor_type): Same.
6 * doc/c-i386.texi: Change amdfam15 to bdver1.
7
8 2010-01-29 Nick Clifton <nickc@redhat.com>
9
10 PR 11136
11 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
12 NS_NULL.
13
14 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
15
16 * NEWS: Mention new feature.
17 * config/obj-coff.c (obj_coff_section): Accept digits and use
18 to override default section alignment power if specified.
19 * doc/as.texinfo (.section directive): Update documentation.
20
21 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
22
23 * config/tc-i386.c (avxscalar): New.
24 (OPTION_MAVXSCALAR): Likewise.
25 (build_vex_prefix): Select vector_length for scalar instructions
26 based on avxscalar.
27 (md_longopts): Add OPTION_MAVXSCALAR.
28 (md_parse_option): Handle OPTION_MAVXSCALAR.
29 (md_show_usage): Add -mavxscalar=.
30
31 * doc/c-i386.texi: Document -mavxscalar=.
32
33 2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
34
35 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
36 0xc4 individually.
37
38 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
39
40 * write.h (fix_at_start): Declare.
41 * write.c (fix_new_internal): Add at_beginning parameter.
42 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
43 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
44 (fix_new, fix_new_exp): Update accordingly.
45 (fix_at_start): New function.
46 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
47 (ppc_ref): New function, for OBJ_XCOFF.
48 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
49 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
50
51 2010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
52
53 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
54 on 64-bit Solaris/x86.
55 Include obj-format.h earlier.
56
57 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
58
59 * config/tc-s390.c (s390_elf_final_processing): New function.
60 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
61 (s390_elf_final_processing): Added prototype.
62
63
64 2010-01-20 Nick Clifton <nickc@redhat.com>
65
66 PR 11109
67 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
68 code to handle round-to-zero for VCVT conversions.
69 (do_neon_cvt): New. Call do_neon_cvt_1.
70 (do_neon_cvtr): New. Call do_neon_cvt_1.
71 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
72 insn.
73
74 2010-01-18 Tristan Gingold <gingold@adacore.com>
75
76 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
77
78 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
79
80 * config/tc-i386.c (md_assemble): Before accessing the IMM field
81 check that it's not an XOP insn.
82
83 2010-01-14 Jie Zhang <jie.zhang@analog.com>
84
85 * config/bfin-aux.h: Remove argument names in function
86 declarations.
87 * config/bfin-lex.l (parse_int): Fix shadowed variable name
88 warning.
89 * config/bfin-parse.y (value_match): Remove argument names
90 in declaration.
91 (notethat): Likewise.
92 (yyerror): Likewise.
93
94 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
95
96 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
97
98 2010-01-13 Nick Clifton <nickc@redhat.com>
99
100 * config/tc-h8300.c (h8300_elf_section): New function - issue a
101 warning message if a new section is created without setting any
102 attributes for it.
103 (md_pseudo_table): Intercept section creation pseudos.
104 (md_pcrel_from): Replace abort with an error message.
105 * config/obj-elf.c (obj_elf_section_name): Export this function.
106 * config/obj-elf.h (obj_elf_section_name): Prototype.
107
108 2010-01-12 Alan Modra <amodra@gmail.com>
109
110 PR 11122
111 * listing.c (print_source): Add one to line number.
112
113 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
114
115 * Makefile.in: Regenerate.
116 * configure: Regenerate.
117 * doc/Makefile.in: Regenerate.
118
119 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
120
121 * version.c (parse_args): Change to "Copyright 2010".
122
123 2010-01-06 Quentin Neill <quentin.neill@amd.com>
124
125 * config/tc-i386.c (cpu_arch): Add amdfam15.
126 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
127 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
128 * doc/c-i386.texi: Add amdfam15.
129
130 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
131
132 * config/tc-arm.c (do_neon_logic): Accept imm value
133 in the third operand too.
134 (operand_parse_code): OP_RNDQ_IMVNb renamed to
135 OP_RNDQ_Ibig.
136 (parse_operands): OP_NILO case removed, applied renaming.
137 (insns): Neon shape changed for some logic instructions.
138
139 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
140
141 * config/tc-arm.c (do_neon_ldx_stx): Added
142 validation for vector load/store insns.
143
144 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
145
146 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
147
148 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
149
150 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
151 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
152 (NEON_ENCODE): New macro.
153 (check_neon_suffixes): New macro.
154 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
155 (do_vfp_nsyn_opcode): Likewise.
156 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
157 (do_vfp_nsyn_cmp): Likewise.
158 (do_neon_shl_imm): Likewise.
159 (do_neon_qshl_imm): Likewise.
160 (neon_dyadic_misc): Likewise.
161 (do_neon_mac_maybe_scalar): Likewise.
162 (do_neon_qdmulh): Likewise.
163 (do_neon_qmovn): Likewise.
164 (do_neon_qmovun): Likewise.
165 (do_neon_movn): Likewise.
166 (neon_mac_reg_scalar_long): Likewise.
167 (do_neon_vmull): Likewise.
168 (do_neon_trn): Likewise.
169 (do_neon_ldx_stx): Likewise.
170 (neon_dp_fixup): Changed signature and set the flag.
171 (neon_three_same): Call the above with new signature.
172 (neon_two_same): Likewise.
173 (neon_imm_shift): Likewise.
174 (neon_mul_mac): Likewise.
175 (do_neon_abs_neg): Likewise.
176 (neon_mixed_length): Likewise.
177 (do_neon_ext): Likewise.
178 (do_neon_mov): Likewise.
179 (do_neon_tbl_tbx): Likewise.
180 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
181 (neon_compare): Likewise.
182 (do_neon_shll): Likewise.
183 (do_neon_cvt): Likewise.
184 (do_neon_mvn): Likewise.
185 (do_neon_dup): Likewise.
186 (md_assemble): Call check_neon_suffixes ().
187
188 For older changes see ChangeLog-2009
189 \f
190 Local Variables:
191 mode: change-log
192 left-margin: 8
193 fill-column: 74
194 version-control: never
195 End:
This page took 0.124401 seconds and 4 git commands to generate.