OSDN Git Service

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