fe78e8f15f3de32eb01386b5b46523e4a31f3ab9
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2007-05-17 Nathan Sidwell <nathan@codesourcery.com>
2
3 * config/tc-m68k.c (md_apply_fix): Show value of out of range
4 fixups in error message.
5 (md_conver_frag_1): Propagate the fix source location and use
6 as_bad_where rather than fatal, for better error messages.
7
8 2007-05-16 Paul Brook <paul@codesourcery.com>
9
10 * config/tc-arm.c (v7m_psrs): Add uppercase PSR names and xpsr.
11
12 2007-05-15 Mark Shinwell <shinwell@codesourcery.com>
13
14 * app.c (do_scrub_chars): Don't damage \@ pseudo-variables.
15
16 2007-05-15 Vincent Riviere <vincent.riviere@freesbee.fr>
17
18 PR gas/3041
19 * config/tc-m68k.c (relaxable_symbol): Make sure that the correct
20 addend is stored for relocs against weak symbols.
21 (md_apply_fix): So not loose track of addend for relocs against
22 weak symbols.
23
24 2007-05-14 Thiemo Seufer <ths@mips.com>
25
26 * config/tc-mips.c (md_parse_option): Fix parsing of -O option.
27
28 2007-05-14 Mei Ligang <ligang@sunnorth.com.cn>
29
30 * config/tc-score.c (data_op2, validate_immediate): Fix bug for
31 addri, addri.c, subi, and subi.c when immediate number is hex.
32 (score_insns): Remove subis and subis.c.
33 (do_sub_rdi16): Delete.
34
35 2007-05-11 Alan Modra <amodra@bigpond.net.au>
36
37 * config/tc-spu.c (md_pseudo_table): Add int, long, quad. Call
38 spu_cons for word.
39 (md_assemble): Tidy use of insn.flag.
40 (get_imm): Likewise. Handle uppercase input too.
41 (spu_cons): New function.
42 * config/tc-spu.h (tc_fix_adjustable): Don't adjust SPU_PPU relocs.
43 (TC_FORCE_RELOCATION): Don't resolve them either.
44
45 2007-05-05 Mark Shinwell <shinwell@codesourcery.com>
46
47 * config/tc-arm.c (md_apply_fix): Generate more accurate
48 diagnostic when 8-bit immediate range is exceeded for
49 BFD_RELOC_ARM_OFFSET_IMM8.
50
51 2007-05-04 Alan Modra <amodra@bigpond.net.au>
52
53 PR gas/4460
54 * config/tc-i386.c (lex_got): Don't replace the reloc token with
55 a space if we already have a space.
56
57 2007-05-03 H.J. Lu <hongjiu.lu@intel.com>
58
59 * config/tc-i386.c (match_template): Don't explicitly check
60 suffix for crc32 in Intel mode.
61 (process_suffix): Issue an error for crc32 if the operand size
62 is ambiguous.
63
64 2007-05-03 Vincent Riviere <vincent.riviere@freesbee.fr>
65 Nick Clifton <nickc@redhat.com>
66
67 PR gas/3041
68 * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
69 (tc_gen_reloc): Adjust the addend of relocs against weak symbols.
70 (md_apply_fix): Put zero values into the frags referencing weak
71 symbols.
72
73 2007-05-02 Alan Modra <amodra@bigpond.net.au>
74
75 PR 4448
76 * config/tc-ppc.c (ppc_insert_operand): Don't increase min for
77 PPC_OPERAND_PLUS1.
78
79 2007-05-01 H.J. Lu <hongjiu.lu@intel.com>
80
81 * config/tc-i386.c (match_template): Check suffix for crc32 in
82 Intel mdoe.
83 (process_suffix): Default the suffix of 8bit crc32 to
84 BYTE_MNEM_SUFFIX.
85 (check_byte_reg): Skip check for 8bit crc32.
86
87 2007-04-30 H.J. Lu <hongjiu.lu@intel.com>
88
89 * config/tc-i386.c (md_assemble): Use register_prefix in
90 error/warning message.
91 (check_byte_reg): Likewise.
92 (check_long_reg): Likewise.
93 (check_qword_reg): Likewise.
94 (check_word_reg): Likewise.
95 (process_operands): Likewise.
96
97 2007-04-30 Alan Modra <amodra@bigpond.net.au>
98
99 PR 4436
100 * config/tc-ppc.c (ppc_insert_operand): Disable range check if
101 min > max.
102
103 2007-04-28 Thiemo Seufer <ths@networkno.de>
104
105 * config/tc-mips.c: Fix comment.
106
107 2007-04-26 Anatoly Sokolov <aesok@post.ru>
108
109 * config/tc-avr.c (mcu_types): Add support for atmega8hva and
110 atmega16hva devices. Move at90usb82 device to 'avr5' architecture.
111 * doc/c-avr.texi: Document new devices.
112
113 2007-04-24 Alan Modra <amodra@bigpond.net.au>
114
115 * Makefile.am: Run "make dep-am".
116 * Makefile.in: Regenerate.
117
118 2007-04-23 Nathan Sidwell <nathan@codesourcery.com>
119
120 * config/tc-m68k.c (mcf54455_ctrl): New.
121 (HAVE_LONG_DISP, HAVE_LONG_CALL, HAVE_LONG_COND): New.
122 (m68k_archs): Add isac.
123 (m68k_cpus): Add 54455 family.
124 (m68k_ip): Split Bg into Bb, Bs, Bg.
125 (m68k_elf_final_processing): Add ISA_C.
126 * doc/c-m68k.texi (M680x0 Options): Add isac.
127
128 2007-04-22 Alan Modra <amodra@bigpond.net.au>
129
130 * read.c (read_a_source_file): Skip multiple spaces to
131 cover hack in mmix md_start_line_hook which overwrites a
132 colon with a space. Delete sermon and needless assertion.
133
134 2007-04-21 Alan Modra <amodra@bigpond.net.au>
135
136 * config/atof-vax.c (atof_vax_sizeof): Change return type to unsigned.
137 (md_atof): Make number_of_chars unsigned. Revert last change.
138 * config/tc-or32.c (md_apply_fix): Delete bogus assertions.
139 * config/tc-sh.c (sh_optimize_expr): Only define for OBJ_ELF.
140 * config/tc-sh.h (md_optimize_expr): Likewise.
141 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Delete bogus
142 assertion.
143 * config/tc-xtensa.c (convert_frag_immed_finish_loop): Likewise.
144
145 2007-04-21 Nick Clifton <nickc@redhat.com>
146
147 * config/atof-vax.c (md_atof): Fix comparison inside know().
148
149 * config/tc-ia64.c (emit_one_bundle): Fix typo.
150
151 2007-04-21 Alan Modra <amodra@bigpond.net.au>
152
153 * expr.c (expr): Assert on rankarg, not rank which can be unsigned.
154 * read.c (read_a_source_file): Remove buffer_limit[-1] assertion.
155 Don't skip over NUL char.
156 (pseudo_set): Set X_op for registers to O_register.
157 * symbols.c (symbol_clone): Remove assertion that sym is defined.
158 (resolve_symbol_value): Resolve O_register symbols.
159 * config/tc-i386.c (parse_real_register): Don't use i386_float_regtab.
160 Instead find st(0) by hash lookup.
161 * config/tc-ppc.c (ppc_macro): Warning fix.
162
163 * as.h (ENABLE_CHECKING): Default define to 0.
164 (know): Assert if ENABLE_CHECKING.
165 (struct relax_type): Remove superfluous declaration.
166 * configure.in (--enable-checking): New.
167 * configure: Regenerate.
168 * config.in: Regenerate.
169 * config/tc-ppc.c (ppc_setup_opcodes): Do checks when ENABLE_CHECKING.
170 Check for duplicate powerpc_operands entries.
171
172 2007-04-20 Nathan Sidwell <nathan@codesourcery.com>
173
174 * config/tc-m68k.c (mcf5253_ctrl): New.
175 (mcf52223_ctrl): New.
176 (m68k_cpus): Add 5253, 52221, 52223.
177
178 * config/m68k-parse.h (RAMBAR_ALT): New.
179 * config/tc-m68k.c (mcf5206_ctrl, mcf5307_ctrl): New.
180 (mcf_ctrl, mcf5208_ctrl, mcf5210a_ctrl, mcf5213_ctrl, mcf52235_ctrl,
181 mcf5225_ctrl, mcf5235_ctrl, mcf5271_ctrl, mcf5275_ctrl,
182 mcf5282_ctrl, mcf5329_ctrl, mcf5373_ctrl, mcfv4e_ctrl,
183 mcf5475_ctrl, mcf5485_ctrl): Add RAMBAR synonym for
184 RAMBAR1.
185 (mcf5272_ctrl): Add RAMBAR0, replace add RAMBAR with RAMBAR_ALT.
186 (m68k_cpus): Adjust 5206, 5206e & 5307 entries.
187 (m68k_ip) <Case J>: Detect when RAMBAR_ALT should be used. Add it
188 to control register mapping.
189
190 2007-04-20 Alan Modra <amodra@bigpond.net.au>
191
192 * messages.c (as_internal_value_out_of_range): Fix typo in
193 error message. Return after printing domain error.
194 * config/tc-ppc.c (ppc_insert_operand): Preserve low zero bits
195 in max when shifting right.
196
197 2007-04-20 Alan Modra <amodra@bigpond.net.au>
198
199 * messages.c (as_internal_value_out_of_range): Extend to report
200 errors for values with invalid low bits set.
201 * config/tc-ppc.c (ppc_setup_opcodes): Check powerpc_operands bitm
202 fields. Check that operands and opcode fields are disjoint.
203 (ppc_insert_operand): Check operands using mask rather than bit
204 count. Check low bits too. Handle PPC_OPERAND_PLUS1. Adjust
205 insertion code.
206 (md_apply_fix): Adjust for struct powerpc_operand change.
207
208 2007-04-19 Paul Brook <paul@codesourcery.com>
209
210 * config/tc-arm.c (md_assemble): Only allow 16-bit instructions on
211 Thumb-1. Add sanity check for bogus relaxations.
212
213 2007-04-19 Paul Brook <paul@codesourcery.com>
214
215 * config/tc-arm.c (insns): Allow rsb and rsbs on Thumb-1.
216
217 2007-04-19 Alan Modra <amodra@bigpond.net.au>
218
219 * Makefile.am: Run "make dep-am".
220 * Makefile.in: Regenerate.
221
222 2007-04-19 Nathan Froyd <froydnj@codesourcery.com>
223
224 * doc/c-ppc.texi (PowerPC-Opts): Document -me500, -me500x2, -mspe.
225
226 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
227
228 * doc/c-i386.texi; Document .ssse3, .sse4.1, .sse4.2 and .sse4.
229
230 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
231
232 * config/tc-i386.c (cpu_arch): Add .sse4.2 and .sse4.
233 (match_template): Handle operand size for crc32 in SSE4.2.
234 (process_suffix): Handle operand type for crc32 in SSE4.2.
235 (output_insn): Support SSE4.2.
236
237 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
238
239 * config/tc-i386.c (cpu_arch): Add .sse4.1.
240 (process_operands): Adjust implicit operand for blendvpd,
241 blendvps and pblendvb in SSE4.1.
242 (output_insn): Support SSE4.1.
243
244 2007-04-18 Paul Brook <paul@codesourcery.com>
245
246 * config/tc-arm.c (do_t_rsb): Use 16-bit encoding when possible.
247
248 2007-04-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
249
250 * config/tc-sh.c (sh_handle_align): Call as_bad_where instead
251 of as_warn_where for misaligned data.
252
253 2007-04-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
254
255 * config/tc-sh.c (align_test_frag_offset_fixed_p): Handle
256 rs_fill frags.
257
258 2007-04-14 Steve Ellcey <sje@cup.hp.com>
259
260 * Makefile.am: Add ACLOCAL_AMFLAGS.
261 * Makefile.in: Regenerate.
262
263 2007-04-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
264
265 * config/tc-sh.c (align_test_frag_offset_fixed_p): New.
266 (sh_optimize_expr): Likewise.
267 * config/tc-sh.h (md_optimize_expr): Define.
268 (sh_optimize_expr): Prototype.
269
270 2007-04-06 Matt Thomas <matt@netbsd.org>
271
272 * config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp)
273 to emit pcrel relocations by DWARF2 in non-code sections. Borrowed
274 heavily from tc-sparc.c. (vax_cons_fix_new): Likewise.
275
276 2007-04-04 Kazu Hirata <kazu@codesourcery.com>
277
278 * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
279
280 2007-04-04 Paul Brook <paul@codesourcery.com>
281
282 * config/tc-arm.c (do_neon_ext): Enforce immediate range.
283 (insns): Use I15 for vext.
284
285 2007-04-04 Paul Brook <paul@codesourcery.com>
286
287 * configure.tgt: Loosen checks for arm uclinux eabi targets.
288
289 2007-04-02 Sterling Augustine <sterling@tensilica.com>
290
291 * config/tc-xtensa.c (xtensa_flush_pending_output): Check
292 outputting_stabs_line_debug.
293
294 2007-03-26 Anatoly Sokolov <aesok@post.ru>
295
296 * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
297 at90usb162, atmega325p, atmega329p, atmega3250p and atmega3290p
298 devices.
299 * doc/c-avr.texi: Document new devices.
300
301 2007-04-02 Richard Sandiford <richard@codesourcery.com>
302
303 * doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options.
304 * doc/c-mips.texi (-KPIC, -mvxworks-pic): Document.
305 * config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.
306
307 2007-03-30 Sterling Augustine <sterling@tensilica.com>
308 Bob Wilson <bob.wilson@acm.org>
309
310 * config/tc-xtensa.c (xtensa_move_labels): Remove loops_ok argument.
311 Do not check is_loop_target flag.
312 (xtensa_frob_label): Adjust calls to xtensa_move_labels.
313 (xg_assemble_vliw_tokens): Likewise. Also avoid calling
314 xtensa_move_labels for alignment of loop opcodes.
315
316 2007-03-30 H.J. Lu <hongjiu.lu@intel.com>
317
318 * config/tc-i386.c (process_suffix): Reindent a bit.
319
320 2007-03-30 Paul Brook <paul@codesourcery.com>
321
322 * config/tc-arm.c (encode_thumb2_ldmstm): New function.
323 (do_t_ldmstm): Generate 16-bit push/pop. Use encode_thumb2_ldmstm.
324 (do_t_push_pop): Use encode_thumb2_ldmstm.
325
326 2007-03-29 DJ Delorie <dj@redhat.com>
327
328 * config/tc-m32c.c (rl_for, relaxable): Protect argument.
329 (md_relax_table): Add entries for ADJNZ macros.
330 (M32C_Macros): Add ADJNZ macros.
331 (subtype_mappings): Add entries for ADJNZ macros.
332 (insn_to_subtype): Check for adjnz and sbjnz insns.
333 (md_estimate_size_before_relax): Pass insn to insn_to_subtype.
334 (md_convert_frag): Convert adjnz and sbjnz.
335
336 2007-03-29 Nick Clifton <nickc@redhat.com>
337
338 * itbl-ops.c (itbl_entry): Remove unnecessary and excessively long
339 initialization.
340 * itbl-ops.h (enum e_processor): Initialise the e_nprocs field
341 using ITBL_NUMBER_OF_PROCESSORS.
342 * itbl-parse.y (yyerror): Remove use of redundant macro PARAMS.
343
344 2007-03-28 H.J. Lu <hongjiu.lu@intel.com>
345
346 * config/tc-i386.c (build_modrm_byte): For instructions with 2
347 register operands, encode destination in i.rm.regmem if its
348 RegMem bit is set.
349
350 2007-03-28 Richard Sandiford <richard@codesourcery.com>
351 Phil Edwards <phil@codesourcery.com>
352
353 * doc/as.texinfo: Put the contents after the title page rather
354 than at the end of the document.
355
356 2007-03-27 Alan Modra <amodra@bigpond.net.au>
357
358 * NEWS: Mention ".reloc".
359
360 2007-03-26 Sterling Augustine <sterling@tensilica.com>
361
362 * config/tc-xtensa.c (xg_translate_idioms): Allow assembly idioms
363 in FLIX instructions.
364
365 2007-03-26 Julian Brown <julian@codesourcery.com>
366
367 * config/tc-arm.c (arm_it): Add immisfloat field.
368 (parse_qfloat_immediate): Disallow integer syntax for floating-point
369 immediates. Fix hex immediates, handle 0.0 and -0.0 specially.
370 (parse_neon_mov): Set immisfloat bit for operand if it parsed as a
371 float.
372 (neon_cmode_for_move_imm): Reject non-float immediates for float
373 operands.
374 (neon_move_immediate): Pass immisfloat bit to neon_cmode_for_move_imm.
375
376 2007-03-26 Julian Brown <julian@codesourcery.com>
377
378 * doc/c-arm.texi: Add documentation for .dn/.qn directives.
379
380 2007-03-26 Alan Modra <amodra@bigpond.net.au>
381
382 * doc/as.texinfo (Reloc): Document.
383 * read.c (potable): Add "reloc".
384 (s_reloc): New function.
385 * write.c (reloc_list): New global var.
386 (resolve_reloc_expr_symbols): New function.
387 (write_object_file): Call it.
388 (write_relocs): Process reloc_list.
389 * write.h (struct reloc_list): New.
390 (reloc_list): Declare.
391
392 2007-03-24 Paul Brook <paul@codesourcery.com>
393
394 * config/tc-arm.c (do_t_ldmstm): Error on Thumb-2 addressing modes.
395
396 2007-03-24 Paul Brook <paul@codesourcery.com>
397 Mark Shinwell <shinwell@codesourcery.com>
398
399 * config/tc-arm.c (operand_parse_code): Add OP_oRRw.
400 (parse_operands): Don't expect comma if first operand missing.
401 Handle OP_oRRw.
402 (do_srs): Encode register number, checking it is r13. Update comment.
403 (insns): Update SRS entries to take a register.
404
405 2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
406
407 * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
408
409 2007-03-23 Mark Shinwell <shinwell@codesourcery.com>
410
411 * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
412 attempt to jump to the next instruction into NOPs.
413
414 2007-03-23 Alan Modra <amodra@bigpond.net.au>
415
416 * config/tc-spu.c: Don't include opcode/spu.h.
417 (md_assemble): Set tc_fix_data.insn_tag and arg_format.
418 (md_apply_fix): Adjust.
419 * config/tc-spu.h: Include opcode/spu.h.
420 (struct tc_fix_info): New.
421 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
422 (TC_FORCE_RELOCATION): Define.
423
424 2007-03-22 Joseph Myers <joseph@codesourcery.com>
425
426 * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
427
428 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
429
430 * config/tc-i386.c (process_suffix): Check 0x90 instead of
431 xchg for xchg %rax,%rax.
432
433 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
434
435 * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
436 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
437
438 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
439
440 PR binutils/4218
441 * config/tc-i386.c (match_template): Properly handle 64bit mode
442 "xchg %eax, %eax".
443
444 2007-03-21 Anton Ertl <anton@mips.complang.tuw>
445
446 PR gas/4124
447 * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
448
449 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
450
451 * Makefile.am: Run dep-am.
452 * Makefile.in: Regenerated.
453
454 * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
455
456 * config/tc-i386.h: Include "opcodes/i386-opc.h".
457 (NOP_OPCODE): Removed.
458 (template): Likewise.
459
460 2007-03-21 Andreas Schwab <schwab@suse.de>
461
462 * config/tc-i386.h (NOP_OPCODE): Restore.
463
464 2007-03-18 Mark Shinwell <shinwell@codesourcery.com>
465
466 * config/tc-arm.c (do_mul): Don't warn about overlapping
467 Rd and Rm operands when assembling for v6 or above.
468 Correctly capitalize register names in the messages.
469 (do_mlas): Likewise. Delete spurious blank line.
470
471 2007-03-16 Kazu Hirata <kazu@codesourcery.com>
472
473 * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
474
475 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
476
477 * config/tc-i386.c (md_begin): Use i386_regtab_size to scan
478 i386_regtab.
479 (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
480 on i386_regtab.
481
482 2007-03-15 Alexandre Oliva <aoliva@redhat.com>
483
484 PR gas/4184
485 * app.c (do_scrub_chars): PUT after setting states.
486
487 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
488
489 * Makefile.am: Run "make dep-am".
490 * Makefile.in: Regenerated.
491
492 * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
493 "opcode/i386.h".
494 (md_begin): Check reg_name != NULL for the last entry in
495 i386_regtab.
496
497 * config/tc-i386.h: Move many entries to opcode/i386.h and
498 opcodes/i386-opc.h.
499
500 * configure.in (need_opcodes): Set true for i386.
501 * configure: Regenerated.
502
503 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
504
505 * Makefile.am (REPORT_BUGS_TO): Removed.
506 (INCLUDES): Remove -DREPORT_BUGS_TO.
507 * Makefile.in: Regenerated.
508
509 * configure.in (--with-bugurl): Removed.
510 * configure: Regenerated.
511
512 * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
513 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
514 (TEXI2DVI): Likewise.
515 (gasver.texi): Removed.
516 (MOSTLYCLEANFILES): Remove gasver.texi.
517 (as.1): Don't depend on gasver.texi.
518 * doc/Makefile.in: Regenerated.
519
520 * doc/as.texi: Include bfdver.texi instead of gasver.texi.
521
522 2007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
523
524 * config/tc-arm.c (arm_copy_symbol_attributes): New.
525 * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
526 (TC_COPY_SYMBOL_ATTRIBUTES): Define.
527 * gas/symbols.c (copy_symbol_attributes): Use
528 TC_COPY_SYMBOL_ATTRIBUTES.
529
530 2007-03-14 Paul Brook <paul@codesourcery.com>
531
532 * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
533
534 2007-03-14 Alan Modra <amodra@bigpond.net.au>
535
536 PR 4029
537 * write.c (relax_segment): Insert extra alignment padding
538 to break infinite relax loop when given impossible
539 gcc_except_table assembly.
540
541 2007-03-12 H.J. Lu <hongjiu.lu@intel.com>
542
543 * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
544 on i.tm.base_opcode.
545 (match_template): Likewise.
546 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
547
548 * config/tc-i386.h (Opcode_D): New.
549 (Opcode_FloatR): Likewise.
550 (Opcode_FloatD): Likewise.
551 (D): Redefined.
552 (W): Likewise.
553 (FloatMF): Likewise.
554 (FloatR): Likewise.
555 (FloatD): Likewise.
556
557 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
558
559 * app.c (do_scrub_chars): Recognize comments after # line "file".
560 * read.c (get_linefile_number): New.
561 (s_app_line): Accept ill-formed .linefile lines as comments.
562
563 2007-03-09 Alan Modra <amodra@bigpond.net.au>
564
565 * config/tc-i386.h (WORKING_DOT_WORD): Define.
566
567 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
568
569 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
570 * as.h (new_logical_line_flags): New.
571 * input-scrub.c (new_logical_line): Turned into wrapper for...
572 (new_logical_line_flags): this. Handle flags.
573 * read.c (potable): Add linefile. Adjust appline argument.
574 (s_app_file): Fake .appfiles no more.
575 (s_app_line): For .linefile, accept file name and flags.
576
577 2007-03-08 Alan Modra <amodra@bigpond.net.au>
578
579 * symbols.c (symbol_relc_make_sym): Comment typo fixes.
580
581 2007-03-08 Alan Modra <amodra@bigpond.net.au>
582
583 * Makefile.am: Run "make dep-am".
584 * Makefile.in: Regenerate.
585 * po/POTFILES.in: Regenerate.
586
587 2007-03-07 Joseph Myers <joseph@codesourcery.com>
588
589 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
590 bug-reporting URL.
591 * doc/Makefile.am (gasver.texi): Define BUGURL.
592 * doc/as.texinfo: Use BUGURL.
593 * Makefile.in, configure, doc/Makefile.in: Regenerate.
594
595 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
596
597 * config/tc-s390.c (md_parse_option): z9-ec option added.
598
599 2007-03-02 Paul Brook <paul@codesourcery.com>
600
601 * config/tc-arm.c (relax_immediate): Always return positive values.
602 (relaxed_symbol_addr): New function.
603 (relax_adr, relax_branch): Use it.
604 (arm_relax_frag): Pass strect argument. Adjust infinite loop check.
605
606 2007-03-01 Joseph Myers <joseph@codesourcery.com>
607
608 * as.c (parse_args): Update copyright date.
609
610 2007-02-28 Nathan Sidwell <nathan@codesourcery.com>
611
612 * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
613
614 2007-02-28 Nick Clifton <nickc@redhat.com>
615
616 PR gas/3797
617 * config/tc-d10v.c (do_assemble): Do not generate error messages,
618 just return -1 whenever a problem is encountered.
619 (md_assemble): If do_assemble returns -1 generate a non-fatal
620 error message and return.
621
622 PR gas/2623
623 * config/tc-msp430.c (line_separator_char): Change to '{'.
624
625 2007-02-27 Alan Modra <amodra@bigpond.net.au>
626
627 * config/tc-m68hc11.c (fixup24): Correct fixup size.
628 (build_jump_insn): Likewise.
629 (build_insn): Likewise.
630 (s_m68hc11_relax): Likewise.
631
632 2007-02-27 Alan Modra <amodra@bigpond.net.au>
633
634 * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
635
636 2007-02-25 Mark Shinwell <shinwell@codesourcery.com>
637
638 * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
639
640 2007-02-23 Alan Modra <amodra@bigpond.net.au>
641
642 * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
643 (md_assemble): Likewise.
644
645 2007-02-22 Alan Modra <amodra@bigpond.net.au>
646
647 * write.c (size_seg): Always clear SEC_RELOC here.
648 (install_reloc): New function, extracted from..
649 (write_relocs): ..here. Combine RELOC_EXPANSION_POSSIBLE code
650 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
651 testing frag size. Set SEC_RELOC here.
652
653 2007-02-21 Alan Modra <amodra@bigpond.net.au>
654
655 PR 4082
656 * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
657
658 2007-02-20 Thiemo Seufer <ths@mips.com>
659
660 * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
661
662 2007-02-20 Thiemo Seufer <ths@mips.com>
663
664 * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
665
666 2007-02-20 Thiemo Seufer <ths@mips.com>
667 Chao-Ying Fu <fu@mips.com>
668
669 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
670 ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
671 (macro_build): Add case '2'.
672 (macro): Expand M_BALIGN to nop, packrl.ph or balign.
673 (validate_mips_insn): Add support for balign instruction.
674 (mips_ip): Handle DSP R2 instructions. Support balign instruction.
675 (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
676 md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
677 command line options.
678 (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
679 (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
680 * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
681 .set dspr2, .set nodspr2.
682
683 2007-02-20 Nathan Sidwell <nathan@codesourcery.com>
684
685 * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
686 (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
687
688 2007-02-18 Alan Modra <amodra@bigpond.net.au>
689
690 * write.c (TC_FX_SIZE_SLACK): Define.
691 (write_relocs): Reinstate check for fixup within frag.
692 * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
693 * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
694 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
695 * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
696 * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
697
698 2007-02-17 Mark Mitchell <mark@codesourcery.com>
699 Nathan Sidwell <nathan@codesourcery.com>
700 Vladimir Prus <vladimir@codesourcery.com
701 Joseph Myers <joseph@codesourcery.com>
702
703 * configure.in (--with-bugurl): New option.
704 * configure: Regenerate.
705 * dep-in.sed: Remove bin-bugs.h.
706 * Makefile.am (REPORT_BUGS_TO): Define.
707 (INCLUDES): Define REPORT_BUGS_TO.
708 (DEP_INCLUDES): Likewise.
709 ($(OBJS)): No longer depend on bin-bugs.h.
710 * Makefile.in: Regenerate.
711 * doc/Makefile.in: Regenerate.
712 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
713 * as.h: Remove include of bin-bugs.h.
714
715 2007-02-17 Alan Modra <amodra@bigpond.net.au>
716
717 * write.c: White space fixes.
718 (fixup_segment): Move symbol_mri_common_p adjustments..
719 (write_relocs): ..and symbol_equated_reloc_p adjustments..
720 (adjust_reloc_syms): ..to here.
721
722 2007-02-16 Alan Modra <amodra@bigpond.net.au>
723
724 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
725 xmalloc, memset. Don't bother assigning NULL to known zero mem.
726 (subseg_set_rest): Remove unnecessary cast.
727 * write.c: Include libbfd.h. Replace PTR with void * throughout.
728 Remove unnecessary forward declarations and casts.
729 (set_symtab): Delete extern bfd_alloc.
730 (fixup_segment): Move.
731
732 2007-02-15 Nathan Sidwell <nathan@codesourcery.com>
733
734 * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
735 * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
736 (mcf5475_ctrl, mcf5485_ctrl): New.
737 (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
738 (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
739 (init_table): Add asid, mmubar, adjust rombar0.
740
741 2007-02-14 Alan Modra <amodra@bigpond.net.au>
742
743 * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
744 * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
745 (process_operands): Move old Seg2ShortForm and Seg3ShortForm
746 code, and test for these insns using a combination of
747 opcode_modifier and operand_types.
748
749 2007-02-07 Paul Brook <paul@codesourcery.com>
750
751 * configure.tgt: Add arm*-*-uclinux-*eabi.
752
753 2007-02-05 Dave Brolley <brolley@redhat.com>
754 Richard Sandiford <rsandifo@redhat.com>
755 DJ Delorie <dj@redhat.com>
756 Stan Cox <scox@redhat.com>
757 Jim Blandy <jimb@redhat.com>
758 Nick Clifton <nickc@redhat.com>
759 Jim Wilson <wilson@redhat.com>
760 Frank Ch. Eigler <fche@redhat.com>
761 Graydon Hoare <graydon@redhat.com>
762 Ben Elliston <bje@redhat.com>
763 John Healy <jhealy@redhat.com>
764 Richard Henderson <rth@redhat.com>
765
766 * Makefile.am (CPU_TYPES): Add mep.
767 (TARGET_CPU_CFILES): Add tc-mep.c.
768 (TARGET_CPU_HFILES): Add tc-mep.h.
769 (DEPTC_mep_elf): New variable.
770 (DEPTC_mep_coff): Likewise.
771 (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
772 * configure.in: Support mep.
773 * configure.tgt: Likewise.
774 * config/tc-mep.c: New file.
775 * config/obj-elf.c: New file.
776 * config/tc-mep.c: New file.
777 * config/tc-mep.h: New file.
778 * testsuite/gas/mep: New testsuite with content.
779 * Makefile.in: Regenerate.
780 * configure: Regenerate.
781
782 2007-02-05 Dave Brolley <brolley@redhat.com>
783
784 * cgen.c (gas_cgen_install_complex_reloc): Removed.
785 (complex_reloc_installation_howto): Removed.
786
787 2007-02-05 Dave Brolley <brolley@redhat.com>
788 Graydon Hoare <graydon@redhat.com>
789 DJ Delorie <dj@redhat.com>
790 Catherine Moore <clm@redhat.com>
791 Michael Chastain <chastain@redhat.com>
792 Frank Ch. Eigler <fche@redhat.com>
793
794 * symbols.c (use_complex_relocs_for): New, to decide
795 when to use complex relocs. Add signed RELC support.
796 (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
797 encode expression symbols as mangled complex relocation symbols (when
798 compiled with -DOBJ_COMPLEX_RELOC).
799 (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
800 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
801 encode_addend with new args. Modify to get start, length from
802 ifield whenever it is set. Also change condition on which
803 self-describing relocs are encoded. Add hook into
804 gas_cgen_encode_addend.
805 (queue_fixup_recursively): Add signed RELC support. Change from masked
806 expr to trunc flag. Restore assignment of sub-field value to
807 temporary in fixups array. Reflect changed meaning of last arg to
808 queue_fixup_recursively.
809 (fixup): Add cgen_maybe_multi_ifield member.
810 (make_right_shifted_expr): New function.
811 (queue_fixup): Change to recursive function that fragments
812 fixups if operand has a multi-ifield.
813 (gas_cgen_parse_operand): Add RELC code to wrap expressions in
814 symbols, call weak_operand_overflow_check, and fragment call
815 queue_fixup with operand fields.
816 (gas_cgen_finish_insn) Modify to manage ifield pointer.
817 (weak_operand_overflow_check): New function to try to select
818 insns correctly.
819 (gas_cgen_encode_addend): New function for relc.
820 (gas_cgen_install_complex_reloc): Likewise.
821 (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
822 * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
823 cgen_maybe_multi_ifield field to fx_cgen substructure.
824 * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
825 * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
826
827 2007-02-03 DJ Delorie <dj@delorie.com>
828
829 * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
830 byte relocs.
831 * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
832 (m32c_cons_fix_new): Prototype.
833
834 2007-02-02 Bob Wilson <bob.wilson@acm.org>
835
836 * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
837 (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
838
839 2007-02-02 Bob Wilson <bob.wilson@acm.org>
840
841 * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
842 (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
843 (map_suffix_reloc_to_operator): New.
844 (map_operator_to_reloc): New.
845 (expression_maybe_register): Fix incorrect test of return value from
846 xtensa_elf_suffix. Rearrange to use map_suffix_reloc_to_operator.
847 (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
848
849 2007-02-02 Bob Wilson <bob.wilson@acm.org>
850
851 * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
852 (tinsn_get_tok): Delete prototype.
853 * config/tc-xtensa.c (tinsn_get_tok): Delete.
854
855 2007-02-02 Bob Wilson <bob.wilson@acm.org>
856
857 * config/xtensa-relax.h (struct build_instr): Delete id field.
858 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
859 and LABEL tokens.
860 (append_literal_op, append_label_op): Remove litnum/labnum arguments;
861 set op_data fields to zero.
862 (parse_id_constant): Delete.
863 (build_transition): Remove code to handle numbered literals and labels.
864
865 2007-02-02 Bob Wilson <bob.wilson@acm.org>
866
867 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
868 (build_transition_table): Likewise.
869
870 2007-02-01 Bob Wilson <bob.wilson@acm.org>
871
872 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
873 fx_tcbit.
874 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
875
876 2007-02-02 Alan Modra <amodra@bigpond.net.au>
877
878 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
879 (struct fix <fx_plt>): Rename to tcbit2.
880 * write.c (fix_new_internal): Adjust.
881 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
882 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
883 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
884 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
885 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
886 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
887 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
888 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
889 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
890 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
891 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
892 Instead, compare fx_r_type.
893 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
894 fx_tcbit in place of fx_plt.
895 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
896 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
897 to fx_plt.
898
899 2007-01-30 Nick Clifton <nickc@redhat.com>
900
901 * as.c (main): Mark symbols created via the --defsym command line
902 option as volatile so that they can be overridden later on by a
903 .set directive. This maintains compatibility with the behaviour
904 of earlier versions of the assembler.
905 * doc/as.texinfo (--defsym): Document that the defined symbol's
906 value can be overridden via a .set directive.
907
908 2007-01-28 H.J. Lu <hongjiu.lu@intel.com>
909
910 * config/tc-i386.c (swap_imm_operands): Renamed to ...
911 (swap_2_operands): This. Take 2 ints.
912 (md_assemble): Updated.
913 (swap_operands): Call swap_2_operands to swap 2 operands.
914
915 2007-01-24 DJ Delorie <dj@redhat.com>
916
917 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
918
919 2007-01-22 Nick Clifton <nickc@redhat.com>
920
921 PR gas/3871
922 * tc-score.c: Remove unnecessary uses of _().
923 Make the err_msg[] a file level local array in order to save
924 storage space.
925 Remove unnecessary sprintf()s.
926
927 2007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
928
929 PR gas/3871
930 * config/tc-score.c : Using _() for const string.
931 Do not assign inst.error with a local string pointer.
932 (md_section_align): Pad section.
933
934 2007-01-13 H.J. Lu <hongjiu.lu@intel.com>
935
936 * config/tc-i386.c (build_modrm_byte): Check number of operands
937 when procssing memory/register operand.
938
939 2007-01-12 Nick Clifton <nickc@redhat.com>
940
941 PR gas/3856
942 * macro.c (expand_irp): Do not ignore spaces inside quoted
943 strings.
944
945 2007-01-12 Alan Modra <amodra@bigpond.net.au>
946
947 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
948 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
949 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
950 (TC_FORCE_RELOCATION): Define.
951 (TC_FORCE_RELOCATION_LOCAL): Define.
952 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
953
954 2007-01-12 Alan Modra <amodra@bigpond.net.au>
955
956 * input-file.c (input_file_open): Check fgets return.
957
958 2007-01-11 Paul Brook <paul@codesourcery.com>
959
960 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
961
962 2007-01-11 Nick Clifton <nickc@redhat.com>
963
964 PR gas/3707
965 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
966 variable.
967
968 * config/tc-mcore.c (md_number_to_chars): Use
969 number_to_chars_{big|little}endian.
970
971 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
972
973 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
974 architecture by itself.
975 (m68k_ip): Don't issue a warning for tbl instructions on fido.
976 (m68k_elf_final_processing): Treat Fido as an architecture by
977 itself.
978
979 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
980
981 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
982
983 2007-01-05 H.J. Lu <hongjiu.lu@intel.com>
984
985 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
986 depending on allow_naked_reg.
987
988 2007-01-04 Paul Brook <paul@codesourcery.com>
989
990 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
991
992 2007-01-04 H.J. Lu <hongjiu.lu@intel.com>
993
994 PR gas/3830
995 * config/tc-i386.c (register_prefix): New.
996 (set_intel_syntax): Set set_intel_syntax to "" if register
997 prefix isn't needed.
998 (check_byte_reg): Use register_prefix for error message.
999 (check_long_reg): Likewise.
1000 (check_qword_reg): Likewise.
1001 (check_word_reg): Likewise.
1002
1003 2006-01-04 Julian Brown <julian@codesourcery.com>
1004
1005 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
1006 (do_neon_qshl_imm): Likewise.
1007 (do_neon_rshl): New function. Handle rounding variants of
1008 v{q}shl-by-register.
1009 (insns): Use do_neon_rshl for vrshl, vqrshl.
1010
1011 2007-01-04 Paul Brook <paul@codesourcery.com>
1012
1013 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
1014 and vacle.
1015
1016 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 * config/tc-i386.c (swap_operands): Remove branches.
1019
1020 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1021
1022 * config/tc-i386.c: Update copyright year.
1023 * config/tc-i386.h: Likewise.
1024
1025 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1026
1027 * config/tc-i386.c (smallest_imm_type): Return unsigned int
1028 instead of int.
1029
1030 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1031
1032 * config/tc-i386.c: Convert to ISO C90 formatting
1033 * config/tc-i386.h: Likewise.
1034
1035 2007-01-03 David Daney <ddaney@avtrex.com>
1036
1037 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
1038 documentation.
1039
1040 For older changes see ChangeLog-2006
1041 \f
1042 Local Variables:
1043 mode: change-log
1044 left-margin: 8
1045 fill-column: 74
1046 version-control: never
1047 End:
This page took 0.052512 seconds and 4 git commands to generate.