Add changelog entries for PR 11109. Patch itself was accidentally committed earlier.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
760f3a89
NC
12010-01-20 Nick Clifton <nickc@redhat.com>
2
3 PR 11109
4 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
5 code to handle round-to-zero for VCVT conversions.
6 (do_neon_cvt): New. Call do_neon_cvt_1.
7 (do_neon_cvtr): New. Call do_neon_cvt_1.
8 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
9 insn.
10
37a1f277
TG
112010-01-18 Tristan Gingold <gingold@adacore.com>
12
13 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
760f3a89 14
a6461c02
SP
152010-01-15 Sebastian Pop <sebastian.pop@amd.com>
16
17 * config/tc-i386.c (md_assemble): Before accessing the IMM field
18 check that it's not an XOP insn.
19
62fb9fe1
JZ
202010-01-14 Jie Zhang <jie.zhang@analog.com>
21
22 * config/bfin-aux.h: Remove argument names in function
23 declarations.
24 * config/bfin-lex.l (parse_int): Fix shadowed variable name
25 warning.
26 * config/bfin-parse.y (value_match): Remove argument names
27 in declaration.
28 (notethat): Likewise.
29 (yyerror): Likewise.
30
afa62d5e
DJ
312010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
32
33 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
34
52b010e4
NC
352010-01-13 Nick Clifton <nickc@redhat.com>
36
37 * config/tc-h8300.c (h8300_elf_section): New function - issue a
38 warning message if a new section is created without setting any
39 attributes for it.
40 (md_pseudo_table): Intercept section creation pseudos.
41 (md_pcrel_from): Replace abort with an error message.
42 * config/obj-elf.c (obj_elf_section_name): Export this function.
43 * config/obj-elf.h (obj_elf_section_name): Prototype.
44
cc761f75
AM
452010-01-12 Alan Modra <amodra@gmail.com>
46
47 PR 11122
48 * listing.c (print_source): Add one to line number.
49
3725885a
RW
502010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
51
52 * Makefile.in: Regenerate.
53 * configure: Regenerate.
54 * doc/Makefile.in: Regenerate.
55
5256a5b0
L
562010-01-08 H.J. Lu <hongjiu.lu@intel.com>
57
58 * version.c (parse_args): Change to "Copyright 2010".
59
69dd9865
SP
602010-01-06 Quentin Neill <quentin.neill@amd.com>
61
62 * config/tc-i386.c (cpu_arch): Add amdfam15.
63 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
64 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
65 * doc/c-i386.texi: Add amdfam15.
66
4316f0d2
DG
672010-01-04 Daniel Gutson <dgutson@codesourcery.com>
68
69 * config/tc-arm.c (do_neon_logic): Accept imm value
70 in the third operand too.
71 (operand_parse_code): OP_RNDQ_IMVNb renamed to
72 OP_RNDQ_Ibig.
73 (parse_operands): OP_NILO case removed, applied renaming.
74 (insns): Neon shape changed for some logic instructions.
75
b1a769ed
DG
762010-01-04 Daniel Gutson <dgutson@codesourcery.com>
77
78 * config/tc-arm.c (do_neon_ldx_stx): Added
79 validation for vector load/store insns.
80
0dc93057
AM
812010-01-04 Edmar Wienskoski <edmar@freescale.com>
82
83 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
84
88714cb8
DG
852010-01-03 Daniel Gutson <dgutson@codesourcery.com>
86
87 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
88 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
89 (NEON_ENCODE): New macro.
90 (check_neon_suffixes): New macro.
91 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
92 (do_vfp_nsyn_opcode): Likewise.
93 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
94 (do_vfp_nsyn_cmp): Likewise.
95 (do_neon_shl_imm): Likewise.
96 (do_neon_qshl_imm): Likewise.
97 (neon_dyadic_misc): Likewise.
98 (do_neon_mac_maybe_scalar): Likewise.
99 (do_neon_qdmulh): Likewise.
100 (do_neon_qmovn): Likewise.
101 (do_neon_qmovun): Likewise.
102 (do_neon_movn): Likewise.
103 (neon_mac_reg_scalar_long): Likewise.
104 (do_neon_vmull): Likewise.
105 (do_neon_trn): Likewise.
106 (do_neon_ldx_stx): Likewise.
107 (neon_dp_fixup): Changed signature and set the flag.
108 (neon_three_same): Call the above with new signature.
109 (neon_two_same): Likewise.
110 (neon_imm_shift): Likewise.
111 (neon_mul_mac): Likewise.
112 (do_neon_abs_neg): Likewise.
113 (neon_mixed_length): Likewise.
114 (do_neon_ext): Likewise.
115 (do_neon_mov): Likewise.
116 (do_neon_tbl_tbx): Likewise.
117 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
118 (neon_compare): Likewise.
119 (do_neon_shll): Likewise.
120 (do_neon_cvt): Likewise.
121 (do_neon_mvn): Likewise.
122 (do_neon_dup): Likewise.
0dc93057 123 (md_assemble): Call check_neon_suffixes ().
99f1a7a7 124
43ecc30f 125For older changes see ChangeLog-2009
08d56133
NC
126\f
127Local Variables:
128mode: change-log
129left-margin: 8
130fill-column: 74
131version-control: never
132End:
This page took 0.59664 seconds and 4 git commands to generate.