2011-03-24 Paolo Bonzini <bonzini@gnu.org>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
2dd0dc94
MF
12011-03-24 Mike Frysinger <vapier@gentoo.org>
2
3 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
4 reg $1 is the same as dest reg $7.
5 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
6 dest reg $7.
7
a0bc8198
MF
82011-03-24 Mike Frysinger <vapier@gentoo.org>
9
10 * config/bfin-parse.y (check_macfuncs): Clarify error message when
11 P is mismatched. Check destination regno are off by one when P is
12 set, or are equal when P is not set.
13
ba48c47b
MF
142011-03-23 Mike Frysinger <vapier@gentoo.org>
15
16 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
17 the same as dest reg $4.
18 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
19
6f8a4444
EW
202011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
21
22 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
23 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
24 * doc/c-avr.texi: Document new device names.
25
8cc66334
EW
262011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
27
28 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
29 (AVR_INSN): Change definition to match.
30 (avr_opcodes): Likewise, change to match.
31 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
32 (md_show_usage): Add XMEGA architecture names.
33 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
34 Add support for SPM Z+ instruction.
35 * doc/c-avr.texi: Add documentation for XMEGA architectures and
36 devices.
37
4fb8d1c6
EW
382011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
39
40 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
41
869fe6ea
AM
422011-03-18 Alan Modra <amodra@gmail.com>
43
44 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
45 on .size expression errors rather than symbols in the size expression.
46
144886fa
AM
472011-03-18 Alan Modra <amodra@gmail.com>
48
49 * input-scrub.c (line_numberT): Delete.
50 (input_scrub_close): Reset line counters.
51 * messages.c (as_show_where): Don't print invalid line number.
52 (as_warn_internal, as_bad_internal): Likewise.
53
04648e65
AM
542011-03-18 Alan Modra <amodra@gmail.com>
55
56 * read.c (read_a_source_file): Remove md_after_pass_hook.
57 Move "quit" label before set of dot_symbol.
58 * config/tc-d10v.h (md_after_pass_hook): Don't define.
59 * config/tc-d30v.h (md_after_pass_hook): Likewise.
60 * config/tc-m32r.h (md_after_pass_hook): Likewise.
61 (md_cleanup): Define to call m32r_fill_insn.
62
db3a4e40
AK
632011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
64
65 * config/tc-s390.c (md_parse_option): Add -march=all option which
66 switches to the highest available CPU.
67
259af69e
AM
682011-03-17 Alan Modra <amodra@gmail.com>
69
70 PR 12569
71 * expr.c (operand): Correct passing of "mode" to expr.
72 * read.c (do_org): Allow expr_section.
73 (get_known_segmented_expression): Don't assert anything about the
74 segment.
75
21be61f5
L
762011-03-16 H.J. Lu <hongjiu.lu@intel.com>
77
78 * as.c (show_usage): Add --size-check=.
79 (parse_args): Add and handle OPTION_SIZE_CHECK.
80
81 * as.h (flag_size_check): New.
82
83 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
84 bad .size directive only for --size-check=error.
85
86 * doc/as.texinfo: Document --size-check=.
87
7f35e991
MF
882011-03-14 Mike Frysinger <vapier@gentoo.org>
89
90 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
91 bf542/bf544/bf547/bf548/bf549.
92
34e77a92
RS
932011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
94
95 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
96 determine whether a relocation is needed.
97 (md_apply_fix, arm_apply_sym_value): Likewise.
98
35fc36a8
RS
992011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
100
101 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
102 for Thumb symbols.
103
502df130
NC
1042011-03-11 Nick Clifton <nickc@redhat.com>
105
106 * remap.c (remap_debug_filename): Always allocate a buffer for the
107 returned pointer.
108 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
109 remap_debug_filename.
110
5652b491
MS
1112011-03-10 Michael Snyder <msnyder@vmware.com>
112
113 Revert the following change:
114 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
115 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
116
293855c8
AM
1172011-03-10 Alan Modra <amodra@gmail.com>
118
119 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
120 TARGET_SYMBOL_FIELDS): Don't define.
121 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
122
9f6db0d3
MS
1232011-03-09 Michael Snyder <msnyder@vmware.com>
124
125 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
126 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
127 (emit_fixed_inc_line_addr): Assign instead of conditional in
128 assert.
9f6db0d3 129
49002d7f
L
1302011-03-05 H.J. Lu <hongjiu.lu@intel.com>
131
132 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
133 non-constant .size expression.
134
14aa5a8b
NC
1352011-03-02 Nick Clifton <nickc@redhat.com>
136
137 * ecoff.c: Incldue filenames.h
138
8b6efd89
KT
1392011-02-28 Kai Tietz <kai.tietz@onevision.com>
140
141 * depend.c (register_dependency): Use filename_(n)cmp.
142 * dwarf2dbg.c (get_filenum): Likewise.
143 * ecoff.c (add_file): Likewise.
144 (ecoff_generate_asm_lineno): Likewise.
145 * input-scrub.c (new_logical_line_flags): Likewise.
146 * listing.c (file_info): Likewise.
147 (listing_newline): Likewise.
148 * remap.c (remap_debug_filename): Likewise.
149 * stabs.c (generate_asm_file): Likewise.
150 (stabs_generate_asm_lineno): Likewise.
151
d455268f
MR
1522011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
153
154 * config/tc-mips.c (append_insn): Disable branch relaxation for
155 DSP instructions.
156
3eebd5eb
MR
1572011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
158
159 * config/tc-mips.c (macro): Handle M_PREF_AB.
160
66b3e8da
MR
1612011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
162
163 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
164 register to use.
165 (RELAX_BRANCH_UNCOND): Adjust accordingly.
166 (RELAX_BRANCH_LIKELY): Likewise.
167 (RELAX_BRANCH_LINK): Likewise.
168 (RELAX_BRANCH_TOOFAR): Likewise.
169 (RELAX_BRANCH_AT): New macro.
170 (append_insn): Encode the temporary register to use in standard
171 MIPS branch relaxation.
172 (relaxed_branch_length): Update according to changes to
173 RELAX_BRANCH_ENCODE.
174 (md_convert_frag): Use the encoded register as the temporary.
175
ce70d90a
MR
1762011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
177
178 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
179 reject PC-relative relocations.
180
5c4f07ba
MR
1812011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
182
183 * config/tc-mips.c (md_convert_frag): Correct message
184 capitalization.
185
5a0ade8b
AM
1862011-02-28 Alan Modra <amodra@gmail.com>
187
188 * symbols.c (report_op_error): Remove unnecessary forward declaration.
189 Add "op" parameter. Report operator and operand segments in error
190 message, not operand symbols.
191 (resolve_symbol_value): Always set segment for equated symbols, not
192 just when finalizing. Adjust report_op_error calls.
193
f2d8a97c
L
1942011-02-25 H.J. Lu <hongjiu.lu@intel.com>
195
7f648587
L
196 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
197 if 64bit relocations aren't allowed.
f2d8a97c 198
e1e90034
AM
1992011-02-25 Alan Modra <amodra@gmail.com>
200
201 PR gas/12519
202 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
203
dfa58db1
MR
2042011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
205
206 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
207 initialization of offset_reloc.
208
d58a1929
RH
2092011-02-15 Richard Henderson <rth@redhat.com>
210
211 * dw2gencfi.c (dot_cfi_dummy): New.
212 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
213 * read.c (pobegin): Unconditionally call cfi_pop_insert.
214
822ce8ee
RW
2152011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
216
217 * configure: Regenerate.
218
36f44611
MF
2192011-02-13 Mike Frysinger <vapier@gentoo.org>
220
221 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
222 * config/bfin-parse.y (BYTEOP2M): Delete token.
223 (asm_1): Remove BYTEOP2M insn matching.
224
26bb3ddd
MF
2252011-02-12 Mike Frysinger <vapier@gentoo.org>
226
227 * config/bfin-defs.h: Include opcode/bfin.h.
228 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
229
347d120a
MF
2302011-02-11 Mike Frysinger <vapier@gentoo.org>
231
232 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
233 (Modify Registers): Fix subtracted typo.
234 (.byte2): Extend and swap descriptions with .byte4.
235 (.byte4): Extend and swap descriptions with .byte2.
236 (.db, .dw, .dd): Document behavior.
237
5f956293
MF
2382011-02-11 Mike Frysinger <vapier@gentoo.org>
239
240 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
241
c0e524fe
AM
2422011-02-11 Alan Modra <amodra@gmail.com>
243
244 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
245
635fb38d
AM
2462011-02-10 Alan Modra <amodra@gmail.com>
247
248 * doc/as.texinfo (Overview): Add missing markup around Blackfin
249 and PowerPC options.
250
b8b738ac
AM
2512011-02-10 Alan Modra <amodra@gmail.com>
252
253 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
254 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
255 (Overview <Target PowerPC options>): Add a number of missing options.
256 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
257
2dde1948
L
2582011-02-08 H.J. Lu <hongjiu.lu@intel.com>
259
260 PR gas/6957
261 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
262 for i686.
263
a586129e
L
2642011-02-08 H.J. Lu <hongjiu.lu@intel.com>
265
266 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
267 for ISA extensions.
268 (md_parse_option): Likewise.
269
98d23bef
BS
2702011-02-04 Bernd Schmidt <bernds@codesourcery.com>
271
272 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
273 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
274 (TIC6X Options): Don't mention "-matomic".
275 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
276 (md_longopts): Remove corresponding entries.
277 (md_parse_option): Don't handle them.
278 (md_show_usage): Don't document them.
279 (tic6x_atomic): Delete variable.
280 (tic6x_update_features): Always copy tic6x_arch_enable to
281 tic6x_features.
282 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
283 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
284 (md_pseudo_table): Remove ".atomic" and ".noatomic".
285
a22429b9
NC
2862011-01-31 Nick Clifton <nickc@redhat.com>
287
288 * write.c (write_contents): Include output file name and bfd error
289 value when reporting the inability to write to the output file.
290 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
291 frag that has a non-zero fill value.
292
eb6fae19
DD
2932011-01-27 DJ Delorie <dj@redhat.com>
294
295 * config/tc-rx.c (md_convert_frag): If we can't compute the target
296 address, zero out the values stored in the object file to make
297 objdump's output consistent.
298
ca19b261
KT
2992011-01-26 Kai Tietz <kai.tietz@onevision.com>
300
301 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
302 x86_dwarf2_return_column to 32.
303
b37a4e79
NC
3042011-01-20 Nick Clifton <nickc@redhat.com>
305
306 PR gas/12384
307 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
308 comparison.
309
6ac88ef3
L
3102011-01-18 H.J. Lu <hongjiu.lu@intel.com>
311
312 * write.c (compress_debug): Return if section size is smaller
313 than 32 bytes.
314
24a2d04d
L
3152011-01-18 H.J. Lu <hongjiu.lu@intel.com>
316
317 PR gas/12409
318 * write.c (compress_debug): Return if section size is 0.
319
4a58c4bd
NC
3202011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
321
322 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
323 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
324 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
325 fmp626} options.
326
7c31ae13
NC
3272011-01-18 Nick Clifton <nickc@redhat.com>
328
329 PR gas/12390
330 * doc/all.texi: Add NS32K
331 * doc/as.texinfo: Remove target specific details of which
332 characters act as comment initiators and statement separators into
333 individual target specific files.
334 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
335 the hash character at the start of a line.
336 * doc/c-arm.texi (ARM-Chars): Likewise.
337 * doc/c-avr.texi (AVR-Chars): Likewise.
338 * doc/c-d10v.texi (D10V-Chars): Likewise.
339 * doc/c-d30v.texi (D30V-Chars): Likewise.
340 * doc/c-mmix.texi (MMIX-Chars): Likewise.
341 * doc/c-s390.texi (s390 characters): Likewise.
342 * doc/c-sh.texi (SH-Chars): Likewise.
343 * doc/c-sh64.texi (SH64-Chars): Likewise.
344 * doc/c-sparc.texi (SPARC-Chars): Likewise.
345 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
346 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
347 * doc/c-z80.texi (Z80-Chars): Likewise.
348 * doc/c-z8k.texi (Z8000-Chars): Likewise.
349 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
350 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
351 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
352 line separator characters.
353 * doc/c-cr16.texi (CR16 Syntax): Likewise.
354 * doc/c-i386.texi (i386-Chars): Likewise.
355 * doc/c-i860.texi (i860-Chars): Likewise.
356 * doc/c-i960.texi (i960-Chars): Likewise.
357 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
358 * doc/c-lm32.texi (LM32-Chars): likewise.
359 * doc/c-m32c.texi (M32C-Chars): Likewise.
360 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
361 * doc/c-m68k.texi (M68K-Chars): Likewise.
362 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
363 * doc/c-msp430.texi (MSP430-Chars): Likewise.
364 * doc/c-mt.texi (MT-Chars): Likewise.
365 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
366 * doc/c-pj.texi (PJ-Chars): Likewise.
367 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
368 * doc/c-rx.texi (RX-Chars): Likewise.
369 * doc/c-score.texi (SCORE-Chars): Likewise.
370 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
371 * doc/c-v850.texi (V850-Chars): Likewise.
372 * doc/c-vax.texi (VAX-Chars): Likewise.
373 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
374
2a2a0f38
QN
3752011-01-17 Quentin Neill <quentin.neill@amd.com>
376
377 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
378
379 * doc/c-i386.texi (i386-TBM): New section.
380
862be3fb
L
3812011-01-16 H.J. Lu <hongjiu.lu@intel.com>
382
383 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
384 (disallow_64bit_reloc): This.
385 (md_assemble): Don't check movabs for x32 mode here.
386 (i386_target_format): Updated.
387 (tc_gen_reloc): Check if 64bit relocations are allowed.
388
7f56bc95
L
3892011-01-15 H.J. Lu <hongjiu.lu@intel.com>
390
391 * config/tc-i386.c (disallow_64bit_disp): New.
392 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
393 X86_64_ABI/X86_64_X32_ABI.
394 (md_assemble): Don't allow movabs with relocation in x32 mode.
395 (i386_target_format): Updated.
396
570561f7
L
3972011-01-14 H.J. Lu <hongjiu.lu@intel.com>
398
399 * config/tc-i386.c (OPTION_N32): Renamed to ...
400 (OPTION_X32): This.
401 (md_longopts): Replace n32 with x32.
402 (md_parse_option): Updated.
403 (md_show_usage): Likewise.
404
4a22cb7c 405 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 406
c95354ed
MX
4072011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
408
409 * config/tc-mips.c (mips_ip): Update error messages. Take an
410 unadjusted offset for "+c" argument.
411
7af8ed2d
NC
4122011-01-10 Nick Clifton <nickc@redhat.com>
413
414 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
415 it.
416
cdf9ccec
NC
4172011-01-10 Nick Clifton <nickc@redhat.com>
418
419 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
420 part of the file.
421
0855e32b
NS
4222011-01-10 Nathan Sidwell <nathan@codesourcery.com>
423 Glauber de Oliveira Costa <glommer@gmail.com>
424
425 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
426 .tlsdescseq directive.
427 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
428 following a symbol.
429 (s_arm_tls_descseq): New directive.
430 (md_pseudo_table): Add it.
431 (encode_branch): Allow TLS_CALL relocs too.
432 (do_t_blx, do_t_branch23): Use encode_branch.
433 (reloc_names): Add tlsdesc and tlscall.
434 (md_apply_fix): Process tls desc relocations.
435 (tc_gen_reloc): Likewise.
436 (arm_fix_adjustable): Likewise.
437
87973e9f
QN
4382011-01-07 Quentin Neill <quentin.neill@amd.com>
439
440 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
441
442 * doc/c-i386.texi (i386-BMI): New section.
443
12505806
PK
4442011-01-06 Paul Koning <ni1d@arrl.net>
445
446 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
447 references to absolute addresses.
448
9689e3a3
DD
4492011-01-05 DJ Delorie <dj@redhat.com>
450
451 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
452 instead of an RH_NEG32 one.
453
35cc6a0b
L
4542011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
455
456 * doc/c-i386.texi: Clarify --n32.
457
f12dc422
L
4582011-01-04 H.J. Lu <hongjiu.lu@intel.com>
459
460 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
461 integer registers in VEX.vvvv. Check register-only source
462 operand when two source operands are swapped. Properly update
463 destination when two source operands are swapped.
464
0db46eb4
L
4652011-01-01 H.J. Lu <hongjiu.lu@intel.com>
466
467 * gas.c (parse_args): Update copyright to 2011.
468
5b326c3e 469For older changes see ChangeLog-2010
08d56133
NC
470\f
471Local Variables:
472mode: change-log
473left-margin: 8
474fill-column: 74
475version-control: never
476End:
This page took 0.482704 seconds and 4 git commands to generate.