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