3083caeda25c07934a415132a971d5444317d0b6
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2013-01-29 Roland McGrath <mcgrathr@google.com>
2
3 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
4 immediate value for 8-bit offset" error so it shows line info.
5
6 2013-01-24 Joseph Myers <joseph@codesourcery.com>
7
8 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
9 for 64-bit output.
10
11 2013-01-24 Nick Clifton <nickc@redhat.com>
12
13 * config/tc-v850.c: Add support for e3v5 architecture.
14 * doc/c-v850.texi: Mention new support.
15
16 2013-01-23 Nick Clifton <nickc@redhat.com>
17
18 PR gas/15039
19 * config/tc-avr.c: Include dwarf2dbg.h.
20
21 2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
22
23 * config/tc-i386.c (reloc): Support size relocation only for ELF.
24 (tc_i386_fix_adjustable): Likewise.
25 (lex_got): Likewise.
26 (tc_gen_reloc): Likewise.
27
28 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
29
30 * config/tc-aarch64.c (output_operand_error_record): Change to output
31 the out-of-range error message as value-expected message if there is
32 only one single value in the expected range.
33 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
34 LSL #0 as a programmer-friendly feature.
35
36 2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
37
38 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
39 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
40 BFD_RELOC_64_SIZE relocations.
41 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
42 for it.
43 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
44 relocations against local symbols.
45
46 2013-01-16 Alan Modra <amodra@gmail.com>
47
48 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
49 finding some sort of toc syntax error, and break to avoid
50 compiler uninit warning.
51
52 2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
53
54 PR gas/15019
55 * config/tc-i386.c (lex_got): Increment length by 1 if the
56 relocation token is removed.
57
58 2013-01-15 Nick Clifton <nickc@redhat.com>
59
60 * config/tc-v850.c (md_assemble): Allow signed values for
61 V850E_IMMEDIATE.
62
63 2013-01-11 Sean Keys <skeys@ipdatasys.com>
64
65 * config/tc-xgate.c (md_begin): Fix mistake made when going from
66 git to cvs.
67
68 2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
69
70 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
71 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
72 * config/tc-ppc.c (md_show_usage): Likewise.
73 (ppc_handle_align): Handle power8's group ending nop.
74
75 2013-01-10 Sean Keys <skeys@ipdatasys.com>
76
77 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
78 that the assember exits after the opcodes have been printed.
79
80 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
81
82 * app.c: Remove trailing white spaces.
83 * as.c: Likewise.
84 * as.h: Likewise.
85 * cond.c: Likewise.
86 * dw2gencfi.c: Likewise.
87 * dwarf2dbg.h: Likewise.
88 * ecoff.c: Likewise.
89 * input-file.c: Likewise.
90 * itbl-lex.h: Likewise.
91 * output-file.c: Likewise.
92 * read.c: Likewise.
93 * sb.c: Likewise.
94 * subsegs.c: Likewise.
95 * symbols.c: Likewise.
96 * write.c: Likewise.
97 * config/tc-i386.c: Likewise.
98 * doc/Makefile.am: Likewise.
99 * doc/Makefile.in: Likewise.
100 * doc/c-aarch64.texi: Likewise.
101 * doc/c-alpha.texi: Likewise.
102 * doc/c-arc.texi: Likewise.
103 * doc/c-arm.texi: Likewise.
104 * doc/c-avr.texi: Likewise.
105 * doc/c-bfin.texi: Likewise.
106 * doc/c-cr16.texi: Likewise.
107 * doc/c-d10v.texi: Likewise.
108 * doc/c-d30v.texi: Likewise.
109 * doc/c-h8300.texi: Likewise.
110 * doc/c-hppa.texi: Likewise.
111 * doc/c-i370.texi: Likewise.
112 * doc/c-i386.texi: Likewise.
113 * doc/c-i860.texi: Likewise.
114 * doc/c-m32c.texi: Likewise.
115 * doc/c-m32r.texi: Likewise.
116 * doc/c-m68hc11.texi: Likewise.
117 * doc/c-m68k.texi: Likewise.
118 * doc/c-microblaze.texi: Likewise.
119 * doc/c-mips.texi: Likewise.
120 * doc/c-msp430.texi: Likewise.
121 * doc/c-mt.texi: Likewise.
122 * doc/c-s390.texi: Likewise.
123 * doc/c-score.texi: Likewise.
124 * doc/c-sh.texi: Likewise.
125 * doc/c-sh64.texi: Likewise.
126 * doc/c-tic54x.texi: Likewise.
127 * doc/c-tic6x.texi: Likewise.
128 * doc/c-v850.texi: Likewise.
129 * doc/c-xc16x.texi: Likewise.
130 * doc/c-xgate.texi: Likewise.
131 * doc/c-xtensa.texi: Likewise.
132 * doc/c-z80.texi: Likewise.
133 * doc/internals.texi: Likewise.
134
135 2013-01-10 Roland McGrath <mcgrathr@google.com>
136
137 * hash.c (hash_new_sized): Make it global.
138 * hash.h: Declare it.
139 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
140 pass a small size.
141
142 2013-01-10 Will Newton <will.newton@imgtec.com>
143
144 * Makefile.am: Add Meta.
145 * Makefile.in: Regenerate.
146 * config/tc-metag.c: New file.
147 * config/tc-metag.h: New file.
148 * configure.tgt: Add Meta.
149 * doc/Makefile.am: Add Meta.
150 * doc/Makefile.in: Regenerate.
151 * doc/all.texi: Add Meta.
152 * doc/as.texiinfo: Document Meta options.
153 * doc/c-metag.texi: New file.
154
155 2013-01-09 Steve Ellcey <sellcey@mips.com>
156
157 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
158 calls.
159 * config/tc-mips.c (internalError): Remove, replace with abort.
160
161 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
162
163 * config/tc-aarch64.c (parse_operands): Change to compare the result
164 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
165
166 2013-01-07 Nick Clifton <nickc@redhat.com>
167
168 PR gas/14887
169 * config/tc-arm.c (skip_past_char): Skip whitespace before the
170 anticipated character.
171 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
172 here as it is no longer needed.
173
174 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
175
176 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
177 * doc/c-score.texi (SCORE-Opts): Likewise.
178 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
179
180 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
181
182 * config/tc-mips.c: Add support for MIPS r5900.
183 Add M_LQ_AB and M_SQ_AB to support large values for instructions
184 lq and sq.
185 (can_swap_branch_p, get_append_method): Detect some conditional
186 short loops to fix a bug on the r5900 by NOP in the branch delay
187 slot.
188 (M_MUL): Support 3 operands in multu on r5900.
189 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
190 (s_mipsset): Force 32 bit floating point on r5900.
191 (mips_ip): Check parameter range of instructions mfps and mtps on
192 r5900.
193 * configure.in: Detect CPU type when target string contains r5900
194 (e.g. mips64r5900el-linux-gnu).
195
196 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
197
198 * as.c (parse_args): Update copyright year to 2013.
199
200 2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
201
202 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
203 and "cortex57".
204
205 2013-01-02 Nick Clifton <nickc@redhat.com>
206
207 PR gas/14987
208 * config/tc-arm.c (parse_address_main): Skip whitespace before a
209 closing bracket.
210
211 For older changes see ChangeLog-2012
212 \f
213 Copyright (C) 2013 Free Software Foundation, Inc.
214
215 Copying and distribution of this file, with or without modification,
216 are permitted in any medium without royalty provided the copyright
217 notice and this notice are preserved.
218
219 Local Variables:
220 mode: change-log
221 left-margin: 8
222 fill-column: 74
223 version-control: never
224 End:
This page took 0.033803 seconds and 4 git commands to generate.