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