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