]> Git Repo - binutils.git/blob - gas/ChangeLog
2010-01-21 Andreas Krebbel <[email protected]>
[binutils.git] / gas / ChangeLog
1 2010-01-21  Andreas Krebbel  <[email protected]>
2         
3         * config/tc-s390.c (s390_elf_final_processing): New function.
4         * config/tc-s390.h (elf_tc_final_processing): New macro definition.
5         (s390_elf_final_processing): Added prototype.
6
7
8 2010-01-20  Nick Clifton  <[email protected]>
9
10         PR 11109
11         * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1.  Add
12         code to handle round-to-zero for VCVT conversions.
13         (do_neon_cvt): New.  Call do_neon_cvt_1.
14         (do_neon_cvtr): New.  Call do_neon_cvt_1.
15         (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
16         insn.
17
18 2010-01-18  Tristan Gingold  <[email protected]>
19
20         * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
21
22 2010-01-15  Sebastian Pop  <[email protected]>
23
24         * config/tc-i386.c (md_assemble): Before accessing the IMM field
25         check that it's not an XOP insn.
26
27 2010-01-14  Jie Zhang  <[email protected]>
28
29         * config/bfin-aux.h: Remove argument names in function
30         declarations.
31         * config/bfin-lex.l (parse_int): Fix shadowed variable name
32         warning.
33         * config/bfin-parse.y (value_match): Remove argument names
34         in declaration.
35         (notethat): Likewise.
36         (yyerror): Likewise.
37
38 2010-01-13  Daniel Jacobowitz  <[email protected]>
39
40         * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
41
42 2010-01-13  Nick Clifton  <[email protected]>
43
44         * config/tc-h8300.c (h8300_elf_section): New function - issue a
45         warning message if a new section is created without setting any
46         attributes for it.
47         (md_pseudo_table): Intercept section creation pseudos.
48         (md_pcrel_from): Replace abort with an error message.
49         * config/obj-elf.c (obj_elf_section_name): Export this function.
50         * config/obj-elf.h (obj_elf_section_name): Prototype.
51
52 2010-01-12  Alan Modra  <[email protected]>
53
54         PR 11122
55         * listing.c (print_source): Add one to line number.
56
57 2010-01-09  Ralf Wildenhues  <[email protected]>
58
59         * Makefile.in: Regenerate.
60         * configure: Regenerate.
61         * doc/Makefile.in: Regenerate.
62
63 2010-01-08  H.J. Lu  <[email protected]>
64
65         * version.c (parse_args): Change to "Copyright 2010".
66
67 2010-01-06  Quentin Neill  <[email protected]>
68
69         * config/tc-i386.c (cpu_arch): Add amdfam15.
70         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
71         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
72         * doc/c-i386.texi: Add amdfam15.
73
74 2010-01-04  Daniel Gutson  <[email protected]>
75
76         * config/tc-arm.c (do_neon_logic): Accept imm value
77         in the third operand too.
78         (operand_parse_code): OP_RNDQ_IMVNb renamed to
79         OP_RNDQ_Ibig.
80         (parse_operands): OP_NILO case removed, applied renaming.
81         (insns): Neon shape changed for some logic instructions.
82
83 2010-01-04  Daniel Gutson  <[email protected]>
84
85         * config/tc-arm.c (do_neon_ldx_stx): Added
86         validation for vector load/store insns.
87
88 2010-01-04  Edmar Wienskoski  <[email protected]>
89
90         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
91
92 2010-01-03  Daniel Gutson  <[email protected]>
93
94         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
95         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
96         (NEON_ENCODE): New macro.
97         (check_neon_suffixes): New macro.
98         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
99         (do_vfp_nsyn_opcode): Likewise.
100         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
101         (do_vfp_nsyn_cmp): Likewise.
102         (do_neon_shl_imm): Likewise.
103         (do_neon_qshl_imm): Likewise.
104         (neon_dyadic_misc): Likewise.
105         (do_neon_mac_maybe_scalar): Likewise.
106         (do_neon_qdmulh): Likewise.
107         (do_neon_qmovn): Likewise.
108         (do_neon_qmovun): Likewise.
109         (do_neon_movn): Likewise.
110         (neon_mac_reg_scalar_long): Likewise.
111         (do_neon_vmull): Likewise.
112         (do_neon_trn): Likewise.
113         (do_neon_ldx_stx): Likewise.
114         (neon_dp_fixup): Changed signature and set the flag.
115         (neon_three_same): Call the above with new signature.
116         (neon_two_same): Likewise.
117         (neon_imm_shift): Likewise.
118         (neon_mul_mac): Likewise.
119         (do_neon_abs_neg): Likewise.
120         (neon_mixed_length): Likewise.
121         (do_neon_ext): Likewise.
122         (do_neon_mov): Likewise.
123         (do_neon_tbl_tbx): Likewise.
124         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
125         (neon_compare): Likewise.
126         (do_neon_shll): Likewise.
127         (do_neon_cvt): Likewise.
128         (do_neon_mvn): Likewise.
129         (do_neon_dup): Likewise.
130         (md_assemble): Call check_neon_suffixes ().
131
132 For older changes see ChangeLog-2009
133 \f
134 Local Variables:
135 mode: change-log
136 left-margin: 8
137 fill-column: 74
138 version-control: never
139 End:
This page took 0.031612 seconds and 4 git commands to generate.