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