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