8b9bf9069093d33a0850d78ac487376c91413920
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2007-03-24 Paul Brook <paul@codesourcery.com>
2
3 * config/tc-arm.c (do_t_ldmstm): Error on Thumb-2 addressing modes.
4
5 2007-03-24 Paul Brook <paul@codesourcery.com>
6 Mark Shinwell <shinwell@codesourcery.com>
7
8 * config/tc-arm.c (operand_parse_code): Add OP_oRRw.
9 (parse_operands): Don't expect comma if first operand missing.
10 Handle OP_oRRw.
11 (do_srs): Encode register number, checking it is r13. Update comment.
12 (insns): Update SRS entries to take a register.
13
14 2003-03-23 H.J. Lu <hongjiu.lu@intel.com>
15
16 * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
17
18 2007-03-23 Mark Shinwell <shinwell@codesourcery.com>
19
20 * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
21 attempt to jump to the next instruction into NOPs.
22
23 2007-03-23 Alan Modra <amodra@bigpond.net.au>
24
25 * config/tc-spu.c: Don't include opcode/spu.h.
26 (md_assemble): Set tc_fix_data.insn_tag and arg_format.
27 (md_apply_fix): Adjust.
28 * config/tc-spu.h: Include opcode/spu.h.
29 (struct tc_fix_info): New.
30 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
31 (TC_FORCE_RELOCATION): Define.
32
33 2007-03-22 Joseph Myers <joseph@codesourcery.com>
34
35 * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
36
37 2003-03-21 H.J. Lu <hongjiu.lu@intel.com>
38
39 * config/tc-i386.c (process_suffix): Check 0x90 instead of
40 xchg for xchg %rax,%rax.
41
42 2003-03-21 H.J. Lu <hongjiu.lu@intel.com>
43
44 * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
45 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
46
47 2003-03-21 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR binutils/4218
50 * config/tc-i386.c (match_template): Properly handle 64bit mode
51 "xchg %eax, %eax".
52
53 2007-03-21 Anton Ertl <anton@mips.complang.tuw>
54
55 PR gas/4124
56 * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
57
58 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
59
60 * Makefile.am: Run dep-am.
61 * Makefile.in: Regenerated.
62
63 * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
64
65 * config/tc-i386.h: Include "opcodes/i386-opc.h".
66 (NOP_OPCODE): Removed.
67 (template): Likewise.
68
69 2007-03-21 Andreas Schwab <schwab@suse.de>
70
71 * config/tc-i386.h (NOP_OPCODE): Restore.
72
73 2007-03-18 Mark Shinwell <shinwell@codesourcery.com>
74
75 * config/tc-arm.c (do_mul): Don't warn about overlapping
76 Rd and Rm operands when assembling for v6 or above.
77 Correctly capitalize register names in the messages.
78 (do_mlas): Likewise. Delete spurious blank line.
79
80 2007-03-16 Kazu Hirata <kazu@codesourcery.com>
81
82 * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
83
84 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
85
86 * config/tc-i386.c (md_begin): Use i386_regtab_size to scan
87 i386_regtab.
88 (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
89 on i386_regtab.
90
91 2007-03-15 Alexandre Oliva <aoliva@redhat.com>
92
93 PR gas/4184
94 * app.c (do_scrub_chars): PUT after setting states.
95
96 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
97
98 * Makefile.am: Run "make dep-am".
99 * Makefile.in: Regenerated.
100
101 * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
102 "opcode/i386.h".
103 (md_begin): Check reg_name != NULL for the last entry in
104 i386_regtab.
105
106 * config/tc-i386.h: Move many entries to opcode/i386.h and
107 opcodes/i386-opc.h.
108
109 * configure.in (need_opcodes): Set true for i386.
110 * configure: Regenerated.
111
112 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
113
114 * Makefile.am (REPORT_BUGS_TO): Removed.
115 (INCLUDES): Remove -DREPORT_BUGS_TO.
116 * Makefile.in: Regenerated.
117
118 * configure.in (--with-bugurl): Removed.
119 * configure: Regenerated.
120
121 * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
122 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
123 (TEXI2DVI): Likewise.
124 (gasver.texi): Removed.
125 (MOSTLYCLEANFILES): Remove gasver.texi.
126 (as.1): Don't depend on gasver.texi.
127 * doc/Makefile.in: Regenerated.
128
129 * doc/as.texi: Include bfdver.texi instead of gasver.texi.
130
131 2007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
132
133 * config/tc-arm.c (arm_copy_symbol_attributes): New.
134 * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
135 (TC_COPY_SYMBOL_ATTRIBUTES): Define.
136 * gas/symbols.c (copy_symbol_attributes): Use
137 TC_COPY_SYMBOL_ATTRIBUTES.
138
139 2007-03-14 Paul Brook <paul@codesourcery.com>
140
141 * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
142
143 2007-03-14 Alan Modra <amodra@bigpond.net.au>
144
145 PR 4029
146 * write.c (relax_segment): Insert extra alignment padding
147 to break infinite relax loop when given impossible
148 gcc_except_table assembly.
149
150 2007-03-12 H.J. Lu <hongjiu.lu@intel.com>
151
152 * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
153 on i.tm.base_opcode.
154 (match_template): Likewise.
155 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
156
157 * config/tc-i386.h (Opcode_D): New.
158 (Opcode_FloatR): Likewise.
159 (Opcode_FloatD): Likewise.
160 (D): Redefined.
161 (W): Likewise.
162 (FloatMF): Likewise.
163 (FloatR): Likewise.
164 (FloatD): Likewise.
165
166 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
167
168 * app.c (do_scrub_chars): Recognize comments after # line "file".
169 * read.c (get_linefile_number): New.
170 (s_app_line): Accept ill-formed .linefile lines as comments.
171
172 2007-03-09 Alan Modra <amodra@bigpond.net.au>
173
174 * config/tc-i386.h (WORKING_DOT_WORD): Define.
175
176 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
177
178 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
179 * as.h (new_logical_line_flags): New.
180 * input-scrub.c (new_logical_line): Turned into wrapper for...
181 (new_logical_line_flags): this. Handle flags.
182 * read.c (potable): Add linefile. Adjust appline argument.
183 (s_app_file): Fake .appfiles no more.
184 (s_app_line): For .linefile, accept file name and flags.
185
186 2007-03-08 Alan Modra <amodra@bigpond.net.au>
187
188 * symbols.c (symbol_relc_make_sym): Comment typo fixes.
189
190 2007-03-08 Alan Modra <amodra@bigpond.net.au>
191
192 * Makefile.am: Run "make dep-am".
193 * Makefile.in: Regenerate.
194 * po/POTFILES.in: Regenerate.
195
196 2007-03-07 Joseph Myers <joseph@codesourcery.com>
197
198 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
199 bug-reporting URL.
200 * doc/Makefile.am (gasver.texi): Define BUGURL.
201 * doc/as.texinfo: Use BUGURL.
202 * Makefile.in, configure, doc/Makefile.in: Regenerate.
203
204 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
205
206 * config/tc-s390.c (md_parse_option): z9-ec option added.
207
208 2007-03-02 Paul Brook <paul@codesourcery.com>
209
210 * config/tc-arm.c (relax_immediate): Always return positive values.
211 (relaxed_symbol_addr): New function.
212 (relax_adr, relax_branch): Use it.
213 (arm_relax_frag): Pass strect argument. Adjust infinite loop check.
214
215 2007-03-01 Joseph Myers <joseph@codesourcery.com>
216
217 * as.c (parse_args): Update copyright date.
218
219 2007-02-28 Nathan Sidwell <nathan@codesourcery.com>
220
221 * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
222
223 2007-02-28 Nick Clifton <nickc@redhat.com>
224
225 PR gas/3797
226 * config/tc-d10v.c (do_assemble): Do not generate error messages,
227 just return -1 whenever a problem is encountered.
228 (md_assemble): If do_assemble returns -1 generate a non-fatal
229 error message and return.
230
231 PR gas/2623
232 * config/tc-msp430.c (line_separator_char): Change to '{'.
233
234 2007-02-27 Alan Modra <amodra@bigpond.net.au>
235
236 * config/tc-m68hc11.c (fixup24): Correct fixup size.
237 (build_jump_insn): Likewise.
238 (build_insn): Likewise.
239 (s_m68hc11_relax): Likewise.
240
241 2007-02-27 Alan Modra <amodra@bigpond.net.au>
242
243 * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
244
245 2007-02-25 Mark Shinwell <shinwell@codesourcery.com>
246
247 * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
248
249 2007-02-23 Alan Modra <amodra@bigpond.net.au>
250
251 * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
252 (md_assemble): Likewise.
253
254 2007-02-22 Alan Modra <amodra@bigpond.net.au>
255
256 * write.c (size_seg): Always clear SEC_RELOC here.
257 (install_reloc): New function, extracted from..
258 (write_relocs): ..here. Combine RELOC_EXPANSION_POSSIBLE code
259 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
260 testing frag size. Set SEC_RELOC here.
261
262 2007-02-21 Alan Modra <amodra@bigpond.net.au>
263
264 PR 4082
265 * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
266
267 2007-02-20 Thiemo Seufer <ths@mips.com>
268
269 * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
270
271 2007-02-20 Thiemo Seufer <ths@mips.com>
272
273 * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
274
275 2007-02-20 Thiemo Seufer <ths@mips.com>
276 Chao-Ying Fu <fu@mips.com>
277
278 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
279 ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
280 (macro_build): Add case '2'.
281 (macro): Expand M_BALIGN to nop, packrl.ph or balign.
282 (validate_mips_insn): Add support for balign instruction.
283 (mips_ip): Handle DSP R2 instructions. Support balign instruction.
284 (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
285 md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
286 command line options.
287 (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
288 (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
289 * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
290 .set dspr2, .set nodspr2.
291
292 2007-02-20 Nathan Sidwell <nathan@codesourcery.com>
293
294 * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
295 (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
296
297 2007-02-18 Alan Modra <amodra@bigpond.net.au>
298
299 * write.c (TC_FX_SIZE_SLACK): Define.
300 (write_relocs): Reinstate check for fixup within frag.
301 * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
302 * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
303 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
304 * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
305 * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
306
307 2007-02-17 Mark Mitchell <mark@codesourcery.com>
308 Nathan Sidwell <nathan@codesourcery.com>
309 Vladimir Prus <vladimir@codesourcery.com
310 Joseph Myers <joseph@codesourcery.com>
311
312 * configure.in (--with-bugurl): New option.
313 * configure: Regenerate.
314 * dep-in.sed: Remove bin-bugs.h.
315 * Makefile.am (REPORT_BUGS_TO): Define.
316 (INCLUDES): Define REPORT_BUGS_TO.
317 (DEP_INCLUDES): Likewise.
318 ($(OBJS)): No longer depend on bin-bugs.h.
319 * Makefile.in: Regenerate.
320 * doc/Makefile.in: Regenerate.
321 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
322 * as.h: Remove include of bin-bugs.h.
323
324 2007-02-17 Alan Modra <amodra@bigpond.net.au>
325
326 * write.c: White space fixes.
327 (fixup_segment): Move symbol_mri_common_p adjustments..
328 (write_relocs): ..and symbol_equated_reloc_p adjustments..
329 (adjust_reloc_syms): ..to here.
330
331 2007-02-16 Alan Modra <amodra@bigpond.net.au>
332
333 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
334 xmalloc, memset. Don't bother assigning NULL to known zero mem.
335 (subseg_set_rest): Remove unnecessary cast.
336 * write.c: Include libbfd.h. Replace PTR with void * throughout.
337 Remove unnecessary forward declarations and casts.
338 (set_symtab): Delete extern bfd_alloc.
339 (fixup_segment): Move.
340
341 2007-02-15 Nathan Sidwell <nathan@codesourcery.com>
342
343 * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
344 * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
345 (mcf5475_ctrl, mcf5485_ctrl): New.
346 (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
347 (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
348 (init_table): Add asid, mmubar, adjust rombar0.
349
350 2007-02-14 Alan Modra <amodra@bigpond.net.au>
351
352 * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
353 * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
354 (process_operands): Move old Seg2ShortForm and Seg3ShortForm
355 code, and test for these insns using a combination of
356 opcode_modifier and operand_types.
357
358 2007-02-07 Paul Brook <paul@codesourcery.com>
359
360 * configure.tgt: Add arm*-*-uclinux-*eabi.
361
362 2007-02-05 Dave Brolley <brolley@redhat.com>
363 Richard Sandiford <rsandifo@redhat.com>
364 DJ Delorie <dj@redhat.com>
365 Stan Cox <scox@redhat.com>
366 Jim Blandy <jimb@redhat.com>
367 Nick Clifton <nickc@redhat.com>
368 Jim Wilson <wilson@redhat.com>
369 Frank Ch. Eigler <fche@redhat.com>
370 Graydon Hoare <graydon@redhat.com>
371 Ben Elliston <bje@redhat.com>
372 John Healy <jhealy@redhat.com>
373 Richard Henderson <rth@redhat.com>
374
375 * Makefile.am (CPU_TYPES): Add mep.
376 (TARGET_CPU_CFILES): Add tc-mep.c.
377 (TARGET_CPU_HFILES): Add tc-mep.h.
378 (DEPTC_mep_elf): New variable.
379 (DEPTC_mep_coff): Likewise.
380 (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
381 * configure.in: Support mep.
382 * configure.tgt: Likewise.
383 * config/tc-mep.c: New file.
384 * config/obj-elf.c: New file.
385 * config/tc-mep.c: New file.
386 * config/tc-mep.h: New file.
387 * testsuite/gas/mep: New testsuite with content.
388 * Makefile.in: Regenerate.
389 * configure: Regenerate.
390
391 2007-02-05 Dave Brolley <brolley@redhat.com>
392
393 * cgen.c (gas_cgen_install_complex_reloc): Removed.
394 (complex_reloc_installation_howto): Removed.
395
396 2007-02-05 Dave Brolley <brolley@redhat.com>
397 Graydon Hoare <graydon@redhat.com>
398 DJ Delorie <dj@redhat.com>
399 Catherine Moore <clm@redhat.com>
400 Michael Chastain <chastain@redhat.com>
401 Frank Ch. Eigler <fche@redhat.com>
402
403 * symbols.c (use_complex_relocs_for): New, to decide
404 when to use complex relocs. Add signed RELC support.
405 (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
406 encode expression symbols as mangled complex relocation symbols (when
407 compiled with -DOBJ_COMPLEX_RELOC).
408 (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
409 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
410 encode_addend with new args. Modify to get start, length from
411 ifield whenever it is set. Also change condition on which
412 self-describing relocs are encoded. Add hook into
413 gas_cgen_encode_addend.
414 (queue_fixup_recursively): Add signed RELC support. Change from masked
415 expr to trunc flag. Restore assignment of sub-field value to
416 temporary in fixups array. Reflect changed meaning of last arg to
417 queue_fixup_recursively.
418 (fixup): Add cgen_maybe_multi_ifield member.
419 (make_right_shifted_expr): New function.
420 (queue_fixup): Change to recursive function that fragments
421 fixups if operand has a multi-ifield.
422 (gas_cgen_parse_operand): Add RELC code to wrap expressions in
423 symbols, call weak_operand_overflow_check, and fragment call
424 queue_fixup with operand fields.
425 (gas_cgen_finish_insn) Modify to manage ifield pointer.
426 (weak_operand_overflow_check): New function to try to select
427 insns correctly.
428 (gas_cgen_encode_addend): New function for relc.
429 (gas_cgen_install_complex_reloc): Likewise.
430 (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
431 * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
432 cgen_maybe_multi_ifield field to fx_cgen substructure.
433 * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
434 * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
435
436 2007-02-03 DJ Delorie <dj@delorie.com>
437
438 * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
439 byte relocs.
440 * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
441 (m32c_cons_fix_new): Prototype.
442
443 2007-02-02 Bob Wilson <bob.wilson@acm.org>
444
445 * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
446 (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
447
448 2007-02-02 Bob Wilson <bob.wilson@acm.org>
449
450 * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
451 (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
452 (map_suffix_reloc_to_operator): New.
453 (map_operator_to_reloc): New.
454 (expression_maybe_register): Fix incorrect test of return value from
455 xtensa_elf_suffix. Rearrange to use map_suffix_reloc_to_operator.
456 (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
457
458 2007-02-02 Bob Wilson <bob.wilson@acm.org>
459
460 * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
461 (tinsn_get_tok): Delete prototype.
462 * config/tc-xtensa.c (tinsn_get_tok): Delete.
463
464 2007-02-02 Bob Wilson <bob.wilson@acm.org>
465
466 * config/xtensa-relax.h (struct build_instr): Delete id field.
467 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
468 and LABEL tokens.
469 (append_literal_op, append_label_op): Remove litnum/labnum arguments;
470 set op_data fields to zero.
471 (parse_id_constant): Delete.
472 (build_transition): Remove code to handle numbered literals and labels.
473
474 2007-02-02 Bob Wilson <bob.wilson@acm.org>
475
476 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
477 (build_transition_table): Likewise.
478
479 2007-02-01 Bob Wilson <bob.wilson@acm.org>
480
481 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
482 fx_tcbit.
483 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
484
485 2007-02-02 Alan Modra <amodra@bigpond.net.au>
486
487 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
488 (struct fix <fx_plt>): Rename to tcbit2.
489 * write.c (fix_new_internal): Adjust.
490 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
491 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
492 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
493 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
494 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
495 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
496 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
497 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
498 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
499 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
500 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
501 Instead, compare fx_r_type.
502 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
503 fx_tcbit in place of fx_plt.
504 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
505 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
506 to fx_plt.
507
508 2007-01-30 Nick Clifton <nickc@redhat.com>
509
510 * as.c (main): Mark symbols created via the --defsym command line
511 option as volatile so that they can be overridden later on by a
512 .set directive. This maintains compatibility with the behaviour
513 of earlier versions of the assembler.
514 * doc/as.texinfo (--defsym): Document that the defined symbol's
515 value can be overridden via a .set directive.
516
517 2007-01-28 H.J. Lu <hongjiu.lu@intel.com>
518
519 * config/tc-i386.c (swap_imm_operands): Renamed to ...
520 (swap_2_operands): This. Take 2 ints.
521 (md_assemble): Updated.
522 (swap_operands): Call swap_2_operands to swap 2 operands.
523
524 2007-01-24 DJ Delorie <dj@redhat.com>
525
526 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
527
528 2007-01-22 Nick Clifton <nickc@redhat.com>
529
530 PR gas/3871
531 * tc-score.c: Remove unnecessary uses of _().
532 Make the err_msg[] a file level local array in order to save
533 storage space.
534 Remove unnecessary sprintf()s.
535
536 2007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
537
538 PR gas/3871
539 * config/tc-score.c : Using _() for const string.
540 Do not assign inst.error with a local string pointer.
541 (md_section_align): Pad section.
542
543 2007-01-13 H.J. Lu <hongjiu.lu@intel.com>
544
545 * config/tc-i386.c (build_modrm_byte): Check number of operands
546 when procssing memory/register operand.
547
548 2007-01-12 Nick Clifton <nickc@redhat.com>
549
550 PR gas/3856
551 * macro.c (expand_irp): Do not ignore spaces inside quoted
552 strings.
553
554 2007-01-12 Alan Modra <amodra@bigpond.net.au>
555
556 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
557 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
558 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
559 (TC_FORCE_RELOCATION): Define.
560 (TC_FORCE_RELOCATION_LOCAL): Define.
561 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
562
563 2007-01-12 Alan Modra <amodra@bigpond.net.au>
564
565 * input-file.c (input_file_open): Check fgets return.
566
567 2007-01-11 Paul Brook <paul@codesourcery.com>
568
569 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
570
571 2007-01-11 Nick Clifton <nickc@redhat.com>
572
573 PR gas/3707
574 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
575 variable.
576
577 * config/tc-mcore.c (md_number_to_chars): Use
578 number_to_chars_{big|little}endian.
579
580 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
581
582 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
583 architecture by itself.
584 (m68k_ip): Don't issue a warning for tbl instructions on fido.
585 (m68k_elf_final_processing): Treat Fido as an architecture by
586 itself.
587
588 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
589
590 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
591
592 2007-01-05 H.J. Lu <hongjiu.lu@intel.com>
593
594 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
595 depending on allow_naked_reg.
596
597 2007-01-04 Paul Brook <paul@codesourcery.com>
598
599 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
600
601 2007-01-04 H.J. Lu <hongjiu.lu@intel.com>
602
603 PR gas/3830
604 * config/tc-i386.c (register_prefix): New.
605 (set_intel_syntax): Set set_intel_syntax to "" if register
606 prefix isn't needed.
607 (check_byte_reg): Use register_prefix for error message.
608 (check_long_reg): Likewise.
609 (check_qword_reg): Likewise.
610 (check_word_reg): Likewise.
611
612 2006-01-04 Julian Brown <julian@codesourcery.com>
613
614 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
615 (do_neon_qshl_imm): Likewise.
616 (do_neon_rshl): New function. Handle rounding variants of
617 v{q}shl-by-register.
618 (insns): Use do_neon_rshl for vrshl, vqrshl.
619
620 2007-01-04 Paul Brook <paul@codesourcery.com>
621
622 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
623 and vacle.
624
625 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
626
627 * config/tc-i386.c (swap_operands): Remove branches.
628
629 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
630
631 * config/tc-i386.c: Update copyright year.
632 * config/tc-i386.h: Likewise.
633
634 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
635
636 * config/tc-i386.c (smallest_imm_type): Return unsigned int
637 instead of int.
638
639 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
640
641 * config/tc-i386.c: Convert to ISO C90 formatting
642 * config/tc-i386.h: Likewise.
643
644 2007-01-03 David Daney <ddaney@avtrex.com>
645
646 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
647 documentation.
648
649 For older changes see ChangeLog-2006
650 \f
651 Local Variables:
652 mode: change-log
653 left-margin: 8
654 fill-column: 74
655 version-control: never
656 End:
This page took 0.044026 seconds and 4 git commands to generate.