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