2010-05-10 Andrew Stubbs <ams@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
4547cb56
NC
12010-05-11 Andrew Stubbs <ams@codesourcery.com>
2
3 * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
4
52010-05-11 Jie Zhang <jie@codesourcery.com>
6
7 * config/tc-arm.c (aeabi_set_public_attributes): Set
8 Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
9
6540b386
TG
102010-05-07 Tristan Gingold <gingold@adacore.com>
11
12 * Makefile.in: Regenerate with automake 1.11.1.
13 * aclocal.m4: Ditto.
14 * doc/Makefile.in: Ditto.
15
3e01a7fd
NC
162010-05-05 Nick Clifton <nickc@redhat.com>
17
18 * po/es.po: Updated Spanish translation.
19
847d4311
NS
202010-05-05 Julian Brown <julian@codesourcery.com>
21
22 * read.c (cons_worker): Detect and reject unexpected string argument.
23
1fc5d88e
NC
242010-05-04 Nick Clifton <nickc@redhat.com>
25
26 * write.c (fixup_segment): Revert previous delta.
27 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
28 generation of relocations for fixups against weak symbols.
29
77db8e2e
NC
302010-04-29 Nathan Sidwell <nathan@codesourcery.com>
31
32 * write.c (fixup_segment): Do not assume we know the section a
33 defined weak symbol is in.
34 * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
35 weak symbols as not known to be in the same section, even if they
36 are defined.
37
d99e5b39
JM
382010-04-27 Joseph Myers <joseph@codesourcery.com>
39
40 * config/tc-tic6x.h (tic6x_label_list): New.
41 (tic6x_segment_info_type): Keep a list of labels and a current
42 frag instead of a boolean for whether labels seen and a count of
43 instructions.
44 (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
45 md_do_align, tic6x_do_align, md_end, tic6x_end): New.
46 * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
47 (tic6x_cleanup): Correct comment.
48 (tic6x_free_label_list): New.
49 (tic6x_cons_align): Free label list and update for
50 tic6x_segment_info_type changes.
51 (tic6x_do_align): New.
52 (md_assemble): Handle list of labels and saved frag for execute
53 packet. Create machine-dependent frag for new execute packet and
54 adjust labels accordingly.
55 (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
56 (md_convert_frag, md_estimate_size_before_relax): Update comments.
57
25303607
L
582010-04-24 H.J. Lu <hongjiu.lu@intel.com>
59
60 PR gas/11535
61 * config/tc-i386-intel.c (intel_state): Add is_indirect.
62 (i386_intel_operand): Initialize intel_state.is_indirect. Check
63 intel_state.is_indirect for "call|jmp [symbol]".
64
9c9c98a5
NC
652010-04-22 Nick Clifton <nickc@redhat.com>
66
67 * po/gas.pot: Updated by the Translation project.
68
0398aac5
L
692010-04-21 H.J. Lu <hongjiu.lu@intel.com>
70
71 * config/tc-i386.c (i386_is_register): Removed.
72 (x86_cons): Don't use i386_is_register.
73 (parse_register): Likewise.
74 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
75 (i386_intel_operand): Likewise.
76
e96d56a1
L
772010-04-21 H.J. Lu <hongjiu.lu@intel.com>
78
79 * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
80 i386_is_register.
81
8d46fc7c
L
822010-04-21 H.J. Lu <hongjiu.lu@intel.com>
83
84 * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
85 (x86_cons): Updated.
86 (parse_register): Likewise.
87 (tc_x86_parse_to_dw2regnum): Likewise.
88 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
89 (i386_intel_operand): Likewise.
90
3c7b9c2c
L
912010-04-21 H.J. Lu <hongjiu.lu@intel.com>
92
93 PR gas/11509
94 * config/tc-i386-intel.c (i386_intel_simplify_register): New.
95 (i386_intel_simplify): Use i386_is_register and
96 i386_intel_simplify_register. Set X_md for O_register and
97 check X_md for O_constant.
98 (i386_intel_operand): Use i386_is_register.
99
100 * config/tc-i386.c (i386_is_register): New.
101 (x86_cons): Initialize the X_md field. Use i386_is_register.
102 (parse_register): Use i386_is_register.
103 (tc_x86_parse_to_dw2regnum): Likewise.
104
34a7d6c6
L
1052010-04-21 H.J. Lu <hongjiu.lu@intel.com>
106
107 * expr.c (expr): Initialize the X_md field.
108
41820509
JM
1092010-04-20 Joseph Myers <joseph@codesourcery.com>
110
111 * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
112 (md_longopts): Add -mgenerate-rel.
113 (tic6x_generate_rela): New.
114 (md_parse_option): Handle -mgenerate-rel.
115 (md_show_usage): Add comment that -mgenerate-rel is undocumented.
116 (tic6x_init_after_args): New.
117 (md_apply_fix): Correct shift calculations for SB-relative
118 relocations.
119 (md_pcrel_from): Change to tic6x_pcrel_from_section. Do not
120 adjust addresses for relocations referencing symbols in other
121 sections.
122 (tc_gen_reloc): Adjust addend calculations for REL relocations.
123 * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
124 tic6x_pcrel_from_section, tc_init_after_args,
125 tic6x_init_after_args): New.
126
aa27de95
NC
1272010-04-20 Nick Clifton <nickc@redhat.com>
128
129 PR gas/11507
130 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
131 altmacro mode if found inside a quoted string.
132
048e5b80
MF
1332010-04-20 Mike Frysinger <vapier@gentoo.org>
134
135 * config/bfin-lex.l (parse_int): Change index() to strchr().
136
bb7835b8
NC
1372010-04-16 Nick Clifton <nickc@redhat.com>
138
139 PR gas/11395
140 * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
141 matcher to accept and unconditional 32-bit add instruction.
142 (pa_build_unwind_subspace): Cope with error conditions not
143 allowing the start symbol to be set.
144
75375b3e
MGD
1452010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
146
147 * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
148 new tag names in v2.08 of ARM ABI.
149 * doc/c-arm.texi: Document new tag names in ABI.
150
d8703844
TG
1512010-04-14 Tristan Gingold <gingold@adacore.com>
152
153 * config/tc-alpha.c: Includes vms/egps.h on EVAX.
154 (s_alpha_comm): Used new EGPS macros from egps.h
155 (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
156 (s_alpha_section_word): Add comments. Use new EGPS macros.
157 Adjust for modified bfd_vms_set_section_flags function.
158
aa0c8c1a
AM
1592010-04-10 Alan Modra <amodra@gmail.com>
160
161 PR gas/11486
162 * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
163
3d540e93
NC
1642010-04-09 Nick Clifton <nickc@redhat.com>
165
166 * as.c (create_obj_attrs_section): Remove unused variable addr.
167 * listing.c (listing_listing): Remove unused variable message.
168 * read.c: Remove unnecessary register type qualifiers.
169 (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
170 defined.
171
e760a81b
EW
1722010-04-07 Eric B. Weddington <eric.weddington@atmel.com>
173
174 * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
175 atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
176 atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
177 atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
178 atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
179 atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
180 atmega88pa, attiny461a, attiny84a, m3000.
181 Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
182 atmega8hvd, attiny327, m3000f, m3000s, m3001b.
183 * doc/c-avr.texi: Same.
184
2de7820f
JZ
1852010-04-07 Jie Zhang <jie@codesourcery.com>
186
187 * config/tc-arm.c (make_mapping_symbol): Handle the case
188 that multiple mapping symbols have the same value 0.
189
397841b5
AM
1902010-04-07 Alan Modra <amodra@gmail.com>
191
192 * configure: Regenerate.
193
bd32c6bd
NC
1942010-04-06 Nick Clifton <nickc@redhat.com>
195
196 * po/ru.po: New Russian translation.
197 * configure.in (ALL_LINGUAS): Add ru.
198 * configure: Regenerate.
199
b36562f6
L
2002010-03-30 H.J. Lu <hongjiu.lu@intel.com>
201
202 PR gas/11456
203 * input-scrub.c (input_scrub_next_buffer): Use memmove instead
204 of memcpy to copy overlap memory.
205
40b36596
JM
2062010-03-25 Joseph Myers <joseph@codesourcery.com>
207
208 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
209 (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
210 * Makefile.in: Regenerate.
211 * NEWS: Add news entry for TI C6X support.
212 * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
213 TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
214 operands if TC_KEEP_OPERAND_SPACES.
215 * configure.tgt (tic6x-*-*): New.
216 * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
217 TC_PREDICATE_END_CHAR): Define.
218 * config/tc-tic6x.c, config/tc-tic6x.h: New.
219 * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
220 * doc/Makefile.in: Regenerate.
221 * doc/all.texi (TIC6X): Define.
222 * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
223 * doc/c-tic6x.texi: New.
224
cff8d58a
L
2252010-03-22 H.J. Lu <hongjiu.lu@intel.com>
226
227 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
228
86e026a4
L
2292010-03-21 H.J. Lu <hongjiu.lu@intel.com>
230
231 * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
232 with operand_size_mismatch.
233 (operand_size_match): Updated.
234 (match_template): Likewise.
235
a65babc9
L
2362010-03-21 H.J. Lu <hongjiu.lu@intel.com>
237
238 * config/tc-i386.c (i386_error): New.
239 (_i386_insn): Replace err_msg with error.
240 (operand_size_match): Set error instead of err_msg on failure.
241 (operand_type_match): Likewise.
242 (operand_type_register_match): Likewise.
243 (VEX_check_operands): Likewise.
244 (match_template): Likewise. Use error instead of err_msg with
245 as_bad.
246
0f020cef
JZ
2472010-03-19 Jie Zhang <jie@codesourcery.com>
248
249 * config/tc-arm.c (make_mapping_symbol): Hanle the case
250 that two mapping symbols have the same value.
251
a5b82cbe
DJ
2522010-03-18 Daniel Jacobowitz <dan@codesourcery.com>
253
254 * doc/c-arm.texi (.setfp): Correct example.
255
b43420e6
NC
2562010-03-18 Wei Guozhi <carrot@google.com>
257
258 PR gas/11323
259 * config/tc-arm.c (reloc_names): New relocation names.
260 (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
261 (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
262 * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
263
4e4e1355
TS
2642010-03-15 Thomas Schwinge <thomas@codesourcery.com>
265
d905c788
TS
266 * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
267 cases, and not only for .eh_frame.
268
4e4e1355
TS
269 * dw2gencfi.c (output_cie): Make it more explicit which code paths
270 belong to .eh_frame only.
271
dc86b458
SB
2722010-03-13 Segher Boessenkool <segher@kernel.crashing.org>
273
274 * config/tc-v850.c (v850_insert_operand): Handle out-of-range
275 assembler constants on 64-bit hosts.
276
ee9e7c78
MF
2772010-03-10 Mike Frysinger <michael.frysinger@analog.com>
278
279 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
280 Strip trailing whitespace.
281
a23c851a
MF
2822010-03-10 Mike Frysinger <michael.frysinger@analog.com>
283
284 * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
285 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
286 BFIN_CPU_BF506.
287 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
288
9982501a
JZ
2892010-03-10 Jie Zhang <jie@codesourcery.com>
290
291 * doc/as.texinfo: Add Blackfin options.
292 * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
293 * config/tc-bfin.c (md_show_usage): Show usage for all
294 Blackfin specific options.
295
4199fe12
AM
2962010-03-09 Alan Modra <amodra@gmail.com>
297
298 PR gas/11356
299 * listing.c (listing_newline): Correct backslash quote logic.
300
40cf28aa
RO
3012010-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
302
303 * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
304 (ELF_TARGET_FORMAT64): Define.
305
26b6f191
PB
3062010-03-05 Paul Brook <paul@codesourcery.com>
307
308 * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
309
772657e9
AS
3102010-03-02 Andrew Stubbs <ams@codesourcery.com>
311
312 * config/tc-sh.c (get_specific): Move overflow checking code to avoid
313 reading uninitialized data.
314
bd56defd
TG
3152010-03-01 Tristan Gingold <gingold@adacore.com>
316
317 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
318
743d7f19
DE
3192010-02-26 Doug Evans <dje@sebabeach.org>
320
321 * configure.tgt: Fix mep cpu case.
322
f8a8e9d6
JZ
3232010-02-26 Jie Zhang <jie@codesourcery.com>
324
325 * config/tc-arm.c (do_t_strexd): Remove
326 operand[1] != operand[2] contraint.
327
3fde54a2
JZ
3282010-02-26 Jie Zhang <jie@codesourcery.com>
329
330 * config/tc-arm.c (neon_select_shape): No need to match
331 the remaining operands in the shape when one operand does
332 not match.
333
e23c0ad8
JZ
3342010-02-26 Jie Zhang <jie@codesourcery.com>
335
336 * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
337 alignment.
338
fae0b242
DE
3392010-02-25 Doug Evans <dje@sebabeach.org>
340
341 * cgen.c: Whitespace fixes.
342 (weak_operand_overflow_check): Formatting fix.
343
a6c56050
L
3442010-02-25 H.J. Lu <hongjiu.lu@intel.com>
345
346 * config/tc-i386.c (match_template): Update error messages.
347
891edac4
L
3482010-02-25 H.J. Lu <hongjiu.lu@intel.com>
349
350 * config/tc-i386.c (_i386_insn): Add err_msg.
351 (operand_size_match): Set err_msg on failure.
352 (operand_type_match): Likewise.
353 (operand_type_register_match): Likewise.
354 (VEX_check_operands): Likewise.
355 (match_template): Likewise. Use i.err_msg with as_bad.
356
c67a084a
NC
3572010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
358
359 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
360 mips_fix_loongson2f_jump): New variables.
361 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
362 -mno-fix-loongson2f-nop/jump.
363 (md_parse_option): Initialize variables via above options.
364 (options): New enums for the above options.
365 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
366 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
367 New functions.
368 (append_insn): call fix_loongson2f().
369 (mips_handle_align): Replace the implicit nops.
370 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
371 for the new mips_handle_align().
372 * doc/c-mips.texi: Document the new options.
373
56adecf4
DG
3742010-02-23 Daniel Gutson <dgutson@codesourcery.com>
375
376 * config/tc-arm.c (do_rd_rm_rn): Added warning
377 for obsolete insns.
378
17e57237
NC
3792010-02-23 Andrew Zabolotny <anpaza@mail.ru>
380
381 PR binutils/11297
382 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
383 (avr_cons_fix_new): Handle fixups of a single byte.
384
8a59fff3
MGD
3852010-02-22 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
386
387 PR 9861
388 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
389 compiler's predefines.
390
487565fe
AM
3912010-02-19 Alan Modra <amodra@gmail.com>
392
393 * configure.tgt: Whiltespace. Sort moxie entry.
394
cd21e546
MGD
3952010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
396
397 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
398 * doc/c-arm.texi: Likewise.
399
77551a33
DG
4002010-02-12 Daniel Gutson <dgutson@codesourcery.com>
401
402 * config/tc-arm.c (asm_opcode): operands type
403 change.
404 (BAD_PC_ADDRESSING): New macro message.
405 (BAD_PC_WRITEBACK): Likewise.
406 (MIX_ARM_THUMB_OPERANDS): New macro.
407 (operand_parse_code): Added enum values.
408 (parse_operands): Added thumb/arm distinction,
409 plus new enum values handling.
410 (encode_arm_addr_mode_2): Validations enhanced.
411 (encode_arm_addr_mode_3): Likewise.
412 (do_rm_rd_rn): Likewise.
413 (encode_thumb32_addr_mode): Likewise.
414 (do_t_ldrex): Likewise.
415 (do_t_ldst): Likewise.
416 (do_t_strex): Likewise.
417 (md_assemble): Call parse_operands with
418 a new parameter.
419 (OPS_1): New macro.
420 (OPS_2): Likewise.
421 (OPS_3): Likewise.
422 (OPS_4): Likewise.
423 (OPS_5): Likewise.
424 (OPS_6): Likewise.
425 (insns): Updated insns operands.
426
9d0e8497
TG
4272010-02-12 Tristan Gingold <gingold@adacore.com>
428 Douglas B Rupp <rupp@gnat.com>
429
430 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
431 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
432 (pseudo_func): Add an entry for slotcount.
433 (md_begin): Initialize slotcount pseudo symbol.
434 (ia64_parse_name): Handle @slotcount parameter.
435 (ia64_gen_real_reloc_type): Handle slotcount.
436 (md_apply_fix): Ditto.
437 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
438
6fa78d94
SA
4392010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
440
441 * config/tc-xtensa.c (istack_init): Don't call memset.
442
a89c407e
SA
4432010-02-11 Sterling Augustine <sterling@tensilica.com>
444
445 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
446 well as suffixes.
447
6fa78d94 4482010-02-11 Sterling Augustine <sterling@tensilica.com>
a89c407e
SA
449
450 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
451
24981e7b
L
4522010-02-11 H.J. Lu <hongjiu.lu@intel.com>
453
454 * config/tc-i386.c (build_modrm_byte): Reformat.
455
c75ef631
L
4562010-02-11 H.J. Lu <hongjiu.lu@intel.com>
457
458 * config/tc-i386.c: Update copyright.
459
a683cc34
SP
4602010-02-10 Quentin Neill <quentin.neill@amd.com>
461 Sebastian Pop <sebastian.pop@amd.com>
462
463 * config/tc-i386.c (vec_imm4) New operand type.
464 (fits_in_imm4): New.
465 (VEX_check_operands): New.
466 (check_reverse): Call VEX_check_operands.
467 (build_modrm_byte): Reintroduce code for 5
468 operand insns. Fix whitespace.
469
cdc51b07
RS
4702010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
471
472 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
473 -mpwr6 and -mpwr7.
474
3a1e9c4a
SA
4752010-02-09 Sterling Augustine <sterling@tensilica.com>
476
477 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
478 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
479 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
480
486499d0
CL
4812010-02-08 Christophe Lyon <christophe.lyon@st.com>
482
483 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
484 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
485 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
486 BFD_RELOC_ARM_PCREL_CALL)
487
19ef5f3d
SA
4882010-02-08 Sterling Augustine <sterling@tensilica.com>
489
490 * config/tc-xtensa.c (frag_format_size): Generalize logic to
491 handle more instruction sizes and fetch widths.
492 (branch_align_power): Likewise.
493 (text_align_power): Likewise.
494 (bytes_to_stretch): Likewise.
495
ce3d2015
AM
4962010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
497
498 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
499 (ppc_mach): Handle titan.
500 * doc/c-ppc.texi: Mention -mtitan.
501
19ef5f3d
SA
5022010-02-05 Sterling Augustine <sterling@tensilica.com>
503
504 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
505 replace with...
506 (xtensa_fetch_width) ...this.
507
1e4cb857
JM
5082010-02-05 Joseph Myers <joseph@codesourcery.com>
509
510 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
511 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
512 * Makefile.in: Regenerate.
513
68339fdf
SP
5142010-02-03 Quentin Neill <quentin.neill@amd.com>
515
516 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
517 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
518 * config/tc-i386.h (processor_type): Same.
519 * doc/c-i386.texi: Change amdfam15 to bdver1.
520
99b253c5
NC
5212010-01-29 Nick Clifton <nickc@redhat.com>
522
523 PR 11136
524 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
525 NS_NULL.
526
31907d5e
DK
5272010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
528
529 * NEWS: Mention new feature.
530 * config/obj-coff.c (obj_coff_section): Accept digits and use
531 to override default section alignment power if specified.
532 * doc/as.texinfo (.section directive): Update documentation.
533
539f890d
L
5342010-01-27 H.J. Lu <hongjiu.lu@intel.com>
535
536 * config/tc-i386.c (avxscalar): New.
537 (OPTION_MAVXSCALAR): Likewise.
538 (build_vex_prefix): Select vector_length for scalar instructions
539 based on avxscalar.
540 (md_longopts): Add OPTION_MAVXSCALAR.
541 (md_parse_option): Handle OPTION_MAVXSCALAR.
542 (md_show_usage): Add -mavxscalar=.
543
544 * doc/c-i386.texi: Document -mavxscalar=.
545
80de6e00
L
5462010-01-24 H.J. Lu <hongjiu.lu@intel.com>
547
548 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
549 0xc4 individually.
550
c865e45b
RS
5512010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
552
553 * write.h (fix_at_start): Declare.
554 * write.c (fix_new_internal): Add at_beginning parameter.
555 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
556 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
557 (fix_new, fix_new_exp): Update accordingly.
558 (fix_at_start): New function.
559 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
560 (ppc_ref): New function, for OBJ_XCOFF.
561 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
562 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
563
53e5c8fe
RO
5642010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
565
566 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
567 on 64-bit Solaris/x86.
568 Include obj-format.h earlier.
569
55786da2 5702010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
99b253c5 571
55786da2
AK
572 * config/tc-s390.c (s390_elf_final_processing): New function.
573 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
574 (s390_elf_final_processing): Added prototype.
575
576
760f3a89
NC
5772010-01-20 Nick Clifton <nickc@redhat.com>
578
579 PR 11109
580 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
581 code to handle round-to-zero for VCVT conversions.
582 (do_neon_cvt): New. Call do_neon_cvt_1.
583 (do_neon_cvtr): New. Call do_neon_cvt_1.
584 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
585 insn.
586
37a1f277
TG
5872010-01-18 Tristan Gingold <gingold@adacore.com>
588
589 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
760f3a89 590
a6461c02
SP
5912010-01-15 Sebastian Pop <sebastian.pop@amd.com>
592
593 * config/tc-i386.c (md_assemble): Before accessing the IMM field
594 check that it's not an XOP insn.
595
62fb9fe1
JZ
5962010-01-14 Jie Zhang <jie.zhang@analog.com>
597
598 * config/bfin-aux.h: Remove argument names in function
599 declarations.
600 * config/bfin-lex.l (parse_int): Fix shadowed variable name
601 warning.
602 * config/bfin-parse.y (value_match): Remove argument names
603 in declaration.
604 (notethat): Likewise.
605 (yyerror): Likewise.
606
afa62d5e
DJ
6072010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
608
609 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
610
52b010e4
NC
6112010-01-13 Nick Clifton <nickc@redhat.com>
612
613 * config/tc-h8300.c (h8300_elf_section): New function - issue a
614 warning message if a new section is created without setting any
615 attributes for it.
616 (md_pseudo_table): Intercept section creation pseudos.
617 (md_pcrel_from): Replace abort with an error message.
618 * config/obj-elf.c (obj_elf_section_name): Export this function.
619 * config/obj-elf.h (obj_elf_section_name): Prototype.
620
cc761f75
AM
6212010-01-12 Alan Modra <amodra@gmail.com>
622
623 PR 11122
624 * listing.c (print_source): Add one to line number.
625
3725885a
RW
6262010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
627
628 * Makefile.in: Regenerate.
629 * configure: Regenerate.
630 * doc/Makefile.in: Regenerate.
631
5256a5b0
L
6322010-01-08 H.J. Lu <hongjiu.lu@intel.com>
633
634 * version.c (parse_args): Change to "Copyright 2010".
635
69dd9865
SP
6362010-01-06 Quentin Neill <quentin.neill@amd.com>
637
638 * config/tc-i386.c (cpu_arch): Add amdfam15.
639 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
640 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
641 * doc/c-i386.texi: Add amdfam15.
642
4316f0d2
DG
6432010-01-04 Daniel Gutson <dgutson@codesourcery.com>
644
645 * config/tc-arm.c (do_neon_logic): Accept imm value
646 in the third operand too.
647 (operand_parse_code): OP_RNDQ_IMVNb renamed to
648 OP_RNDQ_Ibig.
649 (parse_operands): OP_NILO case removed, applied renaming.
650 (insns): Neon shape changed for some logic instructions.
651
b1a769ed
DG
6522010-01-04 Daniel Gutson <dgutson@codesourcery.com>
653
654 * config/tc-arm.c (do_neon_ldx_stx): Added
655 validation for vector load/store insns.
656
0dc93057
AM
6572010-01-04 Edmar Wienskoski <edmar@freescale.com>
658
659 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
660
88714cb8
DG
6612010-01-03 Daniel Gutson <dgutson@codesourcery.com>
662
663 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
664 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
665 (NEON_ENCODE): New macro.
666 (check_neon_suffixes): New macro.
667 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
668 (do_vfp_nsyn_opcode): Likewise.
669 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
670 (do_vfp_nsyn_cmp): Likewise.
671 (do_neon_shl_imm): Likewise.
672 (do_neon_qshl_imm): Likewise.
673 (neon_dyadic_misc): Likewise.
674 (do_neon_mac_maybe_scalar): Likewise.
675 (do_neon_qdmulh): Likewise.
676 (do_neon_qmovn): Likewise.
677 (do_neon_qmovun): Likewise.
678 (do_neon_movn): Likewise.
679 (neon_mac_reg_scalar_long): Likewise.
680 (do_neon_vmull): Likewise.
681 (do_neon_trn): Likewise.
682 (do_neon_ldx_stx): Likewise.
683 (neon_dp_fixup): Changed signature and set the flag.
684 (neon_three_same): Call the above with new signature.
685 (neon_two_same): Likewise.
686 (neon_imm_shift): Likewise.
687 (neon_mul_mac): Likewise.
688 (do_neon_abs_neg): Likewise.
689 (neon_mixed_length): Likewise.
690 (do_neon_ext): Likewise.
691 (do_neon_mov): Likewise.
692 (do_neon_tbl_tbx): Likewise.
693 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
694 (neon_compare): Likewise.
695 (do_neon_shll): Likewise.
696 (do_neon_cvt): Likewise.
697 (do_neon_mvn): Likewise.
698 (do_neon_dup): Likewise.
0dc93057 699 (md_assemble): Call check_neon_suffixes ().
99f1a7a7 700
43ecc30f 701For older changes see ChangeLog-2009
08d56133
NC
702\f
703Local Variables:
704mode: change-log
705left-margin: 8
706fill-column: 74
707version-control: never
708End:
This page took 0.463218 seconds and 4 git commands to generate.