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