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