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