]> Git Repo - binutils.git/blame - gas/ChangeLog
2007-03-24 Paul Brook <[email protected]>
[binutils.git] / gas / ChangeLog
CommitLineData
b6702015
PB
12007-03-24 Paul Brook <[email protected]>
2 Mark Shinwell <[email protected]>
3
4 * config/tc-arm.c (operand_parse_code): Add OP_oRRw.
5 (parse_operands): Don't expect comma if first operand missing.
6 Handle OP_oRRw.
7 (do_srs): Encode register number, checking it is r13. Update comment.
8 (insns): Update SRS entries to take a register.
9
0003779b
L
102003-03-23 H.J. Lu <[email protected]>
11
12 * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
13
738755b0
MS
142007-03-23 Mark Shinwell <[email protected]>
15
35225157 16 * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
738755b0
MS
17 attempt to jump to the next instruction into NOPs.
18
840edabd
AM
192007-03-23 Alan Modra <[email protected]>
20
21 * config/tc-spu.c: Don't include opcode/spu.h.
22 (md_assemble): Set tc_fix_data.insn_tag and arg_format.
23 (md_apply_fix): Adjust.
24 * config/tc-spu.h: Include opcode/spu.h.
25 (struct tc_fix_info): New.
26 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
27 (TC_FORCE_RELOCATION): Define.
28
e49e529d
JM
292007-03-22 Joseph Myers <[email protected]>
30
31 * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
32
13a1e313
L
332003-03-21 H.J. Lu <[email protected]>
34
35 * config/tc-i386.c (process_suffix): Check 0x90 instead of
36 xchg for xchg %rax,%rax.
37
161a04f6
L
382003-03-21 H.J. Lu <[email protected]>
39
40 * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
41 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
42
8b38ad71
L
432003-03-21 H.J. Lu <[email protected]>
44
45 PR binutils/4218
46 * config/tc-i386.c (match_template): Properly handle 64bit mode
47 "xchg %eax, %eax".
48
af1c1010
NC
492007-03-21 Anton Ertl <[email protected]>
50
51 PR gas/4124
52 * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
53
1d5f2fe9
L
542007-03-21 H.J. Lu <[email protected]>
55
56 * Makefile.am: Run dep-am.
57 * Makefile.in: Regenerated.
58
59 * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
60
61 * config/tc-i386.h: Include "opcodes/i386-opc.h".
62 (NOP_OPCODE): Removed.
63 (template): Likewise.
64
5ac8f2a2
AS
652007-03-21 Andreas Schwab <[email protected]>
66
67 * config/tc-i386.h (NOP_OPCODE): Restore.
68
8fb9d7b9
MS
692007-03-18 Mark Shinwell <[email protected]>
70
71 * config/tc-arm.c (do_mul): Don't warn about overlapping
72 Rd and Rm operands when assembling for v6 or above.
73 Correctly capitalize register names in the messages.
74 (do_mlas): Likewise. Delete spurious blank line.
75
b3768379
KH
762007-03-16 Kazu Hirata <[email protected]>
77
78 * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
79
c3fe08fa
L
802007-03-15 H.J. Lu <[email protected]>
81
82 * config/tc-i386.c (md_begin): Use i386_regtab_size to scan
83 i386_regtab.
84 (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
85 on i386_regtab.
86
4061927e
L
872007-03-15 Alexandre Oliva <[email protected]>
88
89 PR gas/4184
90 * app.c (do_scrub_chars): PUT after setting states.
91
0b1cf022
L
922007-03-15 H.J. Lu <[email protected]>
93
94 * Makefile.am: Run "make dep-am".
95 * Makefile.in: Regenerated.
96
97 * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
98 "opcode/i386.h".
99 (md_begin): Check reg_name != NULL for the last entry in
100 i386_regtab.
101
102 * config/tc-i386.h: Move many entries to opcode/i386.h and
103 opcodes/i386-opc.h.
104
105 * configure.in (need_opcodes): Set true for i386.
106 * configure: Regenerated.
107
c428fa83
L
1082007-03-15 H.J. Lu <[email protected]>
109
110 * Makefile.am (REPORT_BUGS_TO): Removed.
111 (INCLUDES): Remove -DREPORT_BUGS_TO.
112 * Makefile.in: Regenerated.
113
114 * configure.in (--with-bugurl): Removed.
115 * configure: Regenerated.
116
117 * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
118 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
119 (TEXI2DVI): Likewise.
120 (gasver.texi): Removed.
121 (MOSTLYCLEANFILES): Remove gasver.texi.
122 (as.1): Don't depend on gasver.texi.
123 * doc/Makefile.in: Regenerated.
124
125 * doc/as.texi: Include bfdver.texi instead of gasver.texi.
126
794ba86a
DJ
1272007-03-14 Daniel Jacobowitz <[email protected]>
128
129 * config/tc-arm.c (arm_copy_symbol_attributes): New.
130 * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
131 (TC_COPY_SYMBOL_ATTRIBUTES): Define.
132 * gas/symbols.c (copy_symbol_attributes): Use
133 TC_COPY_SYMBOL_ATTRIBUTES.
134
155257ea
PB
1352007-03-14 Paul Brook <[email protected]>
136
137 * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
138
d1c5f158
AM
1392007-03-14 Alan Modra <[email protected]>
140
141 PR 4029
142 * write.c (relax_segment): Insert extra alignment padding
143 to break infinite relax loop when given impossible
144 gcc_except_table assembly.
145
8a2ed489
L
1462007-03-12 H.J. Lu <[email protected]>
147
148 * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
149 on i.tm.base_opcode.
150 (match_template): Likewise.
151 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
152
153 * config/tc-i386.h (Opcode_D): New.
154 (Opcode_FloatR): Likewise.
155 (Opcode_FloatD): Likewise.
156 (D): Redefined.
157 (W): Likewise.
158 (FloatMF): Likewise.
159 (FloatR): Likewise.
160 (FloatD): Likewise.
161
e9fc6c21
AO
1622007-03-09 Alexandre Oliva <[email protected]>
163
164 * app.c (do_scrub_chars): Recognize comments after # line "file".
165 * read.c (get_linefile_number): New.
166 (s_app_line): Accept ill-formed .linefile lines as comments.
167
b1b7d09b
AM
1682007-03-09 Alan Modra <[email protected]>
169
170 * config/tc-i386.h (WORKING_DOT_WORD): Define.
171
93e914b2
AO
1722007-03-09 Alexandre Oliva <[email protected]>
173
174 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
175 * as.h (new_logical_line_flags): New.
176 * input-scrub.c (new_logical_line): Turned into wrapper for...
177 (new_logical_line_flags): this. Handle flags.
178 * read.c (potable): Add linefile. Adjust appline argument.
179 (s_app_file): Fake .appfiles no more.
180 (s_app_line): For .linefile, accept file name and flags.
181
6f12865c
AM
1822007-03-08 Alan Modra <[email protected]>
183
184 * symbols.c (symbol_relc_make_sym): Comment typo fixes.
185
a6d04ec4
AM
1862007-03-08 Alan Modra <[email protected]>
187
188 * Makefile.am: Run "make dep-am".
189 * Makefile.in: Regenerate.
190 * po/POTFILES.in: Regenerate.
191
ad22bfe8
JM
1922007-03-07 Joseph Myers <[email protected]>
193
194 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
195 bug-reporting URL.
196 * doc/Makefile.am (gasver.texi): Define BUGURL.
197 * doc/as.texinfo: Use BUGURL.
198 * Makefile.in, configure, doc/Makefile.in: Regenerate.
199
b5639b37
MS
2002007-03-06 Andreas Krebbel <[email protected]>
201
202 * config/tc-s390.c (md_parse_option): z9-ec option added.
203
5e77afaa
PB
2042007-03-02 Paul Brook <[email protected]>
205
206 * config/tc-arm.c (relax_immediate): Always return positive values.
207 (relaxed_symbol_addr): New function.
208 (relax_adr, relax_branch): Use it.
209 (arm_relax_frag): Pass strect argument. Adjust infinite loop check.
210
066c2a57
JM
2112007-03-01 Joseph Myers <[email protected]>
212
213 * as.c (parse_args): Update copyright date.
214
ed6ba298
NS
2152007-02-28 Nathan Sidwell <[email protected]>
216
217 * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
218
870074dd
NC
2192007-02-28 Nick Clifton <[email protected]>
220
c5d07591
NC
221 PR gas/3797
222 * config/tc-d10v.c (do_assemble): Do not generate error messages,
223 just return -1 whenever a problem is encountered.
224 (md_assemble): If do_assemble returns -1 generate a non-fatal
225 error message and return.
226
870074dd
NC
227 PR gas/2623
228 * config/tc-msp430.c (line_separator_char): Change to '{'.
229
fd99afa7
AM
2302007-02-27 Alan Modra <[email protected]>
231
232 * config/tc-m68hc11.c (fixup24): Correct fixup size.
233 (build_jump_insn): Likewise.
234 (build_insn): Likewise.
235 (s_m68hc11_relax): Likewise.
236
07cb2078
AM
2372007-02-27 Alan Modra <[email protected]>
238
239 * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
240
22b5b651
MS
2412007-02-25 Mark Shinwell <[email protected]>
242
243 * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
244
acb02403
AM
2452007-02-23 Alan Modra <[email protected]>
246
247 * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
248 (md_assemble): Likewise.
249
e5435dec
AM
2502007-02-22 Alan Modra <[email protected]>
251
252 * write.c (size_seg): Always clear SEC_RELOC here.
253 (install_reloc): New function, extracted from..
254 (write_relocs): ..here. Combine RELOC_EXPANSION_POSSIBLE code
255 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
256 testing frag size. Set SEC_RELOC here.
257
a1836728
AM
2582007-02-21 Alan Modra <[email protected]>
259
260 PR 4082
261 * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
262
f281862d
TS
2632007-02-20 Thiemo Seufer <[email protected]>
264
265 * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
266
01fd108f
TS
2672007-02-20 Thiemo Seufer <[email protected]>
268
269 * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
270
8b082fb1
TS
2712007-02-20 Thiemo Seufer <[email protected]>
272 Chao-Ying Fu <[email protected]>
273
274 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
275 ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
276 (macro_build): Add case '2'.
277 (macro): Expand M_BALIGN to nop, packrl.ph or balign.
278 (validate_mips_insn): Add support for balign instruction.
279 (mips_ip): Handle DSP R2 instructions. Support balign instruction.
280 (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
281 md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
282 command line options.
283 (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
284 (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
285 * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
286 .set dspr2, .set nodspr2.
287
96e0bbcc
NS
2882007-02-20 Nathan Sidwell <[email protected]>
289
290 * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
291 (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
292
d31f0f6d
AM
2932007-02-18 Alan Modra <[email protected]>
294
295 * write.c (TC_FX_SIZE_SLACK): Define.
296 (write_relocs): Reinstate check for fixup within frag.
297 * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
298 * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
299 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
300 * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
301 * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
302
92f01d61
JM
3032007-02-17 Mark Mitchell <[email protected]>
304 Nathan Sidwell <[email protected]>
305 Vladimir Prus <[email protected]
306 Joseph Myers <[email protected]>
307
308 * configure.in (--with-bugurl): New option.
309 * configure: Regenerate.
310 * dep-in.sed: Remove bin-bugs.h.
311 * Makefile.am (REPORT_BUGS_TO): Define.
312 (INCLUDES): Define REPORT_BUGS_TO.
313 (DEP_INCLUDES): Likewise.
314 ($(OBJS)): No longer depend on bin-bugs.h.
315 * Makefile.in: Regenerate.
316 * doc/Makefile.in: Regenerate.
317 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
318 * as.h: Remove include of bin-bugs.h.
319
b4b24b79
AM
3202007-02-17 Alan Modra <[email protected]>
321
322 * write.c: White space fixes.
323 (fixup_segment): Move symbol_mri_common_p adjustments..
324 (write_relocs): ..and symbol_equated_reloc_p adjustments..
325 (adjust_reloc_syms): ..to here.
326
e7ff5c73
AM
3272007-02-16 Alan Modra <[email protected]>
328
329 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
330 xmalloc, memset. Don't bother assigning NULL to known zero mem.
331 (subseg_set_rest): Remove unnecessary cast.
332 * write.c: Include libbfd.h. Replace PTR with void * throughout.
333 Remove unnecessary forward declarations and casts.
334 (set_symtab): Delete extern bfd_alloc.
335 (fixup_segment): Move.
336
a8e24a56
NS
3372007-02-15 Nathan Sidwell <[email protected]>
338
339 * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
340 * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
341 (mcf5475_ctrl, mcf5485_ctrl): New.
342 (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
343 (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
344 (init_table): Add asid, mmubar, adjust rombar0.
345
4eed87de
AM
3462007-02-14 Alan Modra <[email protected]>
347
348 * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
349 * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
350 (process_operands): Move old Seg2ShortForm and Seg3ShortForm
351 code, and test for these insns using a combination of
352 opcode_modifier and operand_types.
353
7bd1c961
PB
3542007-02-07 Paul Brook <[email protected]>
355
5c817587 356 * configure.tgt: Add arm*-*-uclinux-*eabi.
7bd1c961 357
280d71bf 3582007-02-05 Dave Brolley <[email protected]>
4948f0d4
DB
359 Richard Sandiford <[email protected]>
360 DJ Delorie <[email protected]>
361 Stan Cox <[email protected]>
362 Jim Blandy <[email protected]>
363 Nick Clifton <[email protected]>
364 Jim Wilson <[email protected]>
365 Frank Ch. Eigler <[email protected]>
366 Graydon Hoare <[email protected]>
367 Ben Elliston <[email protected]>
368 John Healy <[email protected]>
369 Richard Henderson <[email protected]>
370
371 * Makefile.am (CPU_TYPES): Add mep.
372 (TARGET_CPU_CFILES): Add tc-mep.c.
373 (TARGET_CPU_HFILES): Add tc-mep.h.
374 (DEPTC_mep_elf): New variable.
375 (DEPTC_mep_coff): Likewise.
376 (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
377 * configure.in: Support mep.
378 * configure.tgt: Likewise.
379 * config/tc-mep.c: New file.
280d71bf
DB
380 * config/obj-elf.c: New file.
381 * config/tc-mep.c: New file.
382 * config/tc-mep.h: New file.
383 * testsuite/gas/mep: New testsuite with content.
384 * Makefile.in: Regenerate.
385 * configure: Regenerate.
386
3872007-02-05 Dave Brolley <[email protected]>
388
389 * cgen.c (gas_cgen_install_complex_reloc): Removed.
390 (complex_reloc_installation_howto): Removed.
391
3922007-02-05 Dave Brolley <[email protected]>
4948f0d4
DB
393 Graydon Hoare <[email protected]>
394 DJ Delorie <[email protected]>
395 Catherine Moore <[email protected]>
396 Michael Chastain <[email protected]>
397 Frank Ch. Eigler <[email protected]>
280d71bf
DB
398
399 * symbols.c (use_complex_relocs_for): New, to decide
4948f0d4
DB
400 when to use complex relocs. Add signed RELC support.
401 (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
402 encode expression symbols as mangled complex relocation symbols (when
403 compiled with -DOBJ_COMPLEX_RELOC).
404 (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
405 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
406 encode_addend with new args. Modify to get start, length from
407 ifield whenever it is set. Also change condition on which
408 self-describing relocs are encoded. Add hook into
409 gas_cgen_encode_addend.
410 (queue_fixup_recursively): Add signed RELC support. Change from masked
411 expr to trunc flag. Restore assignment of sub-field value to
412 temporary in fixups array. Reflect changed meaning of last arg to
280d71bf 413 queue_fixup_recursively.
4948f0d4 414 (fixup): Add cgen_maybe_multi_ifield member.
280d71bf
DB
415 (make_right_shifted_expr): New function.
416 (queue_fixup): Change to recursive function that fragments
417 fixups if operand has a multi-ifield.
418 (gas_cgen_parse_operand): Add RELC code to wrap expressions in
419 symbols, call weak_operand_overflow_check, and fragment call
420 queue_fixup with operand fields.
421 (gas_cgen_finish_insn) Modify to manage ifield pointer.
280d71bf
DB
422 (weak_operand_overflow_check): New function to try to select
423 insns correctly.
4948f0d4 424 (gas_cgen_encode_addend): New function for relc.
280d71bf 425 (gas_cgen_install_complex_reloc): Likewise.
280d71bf 426 (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
4948f0d4
DB
427 * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
428 cgen_maybe_multi_ifield field to fx_cgen substructure.
429 * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
430 * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
431
e110eeb7
DD
4322007-02-03 DJ Delorie <[email protected]>
433
434 * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
435 byte relocs.
436 * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
437 (m32c_cons_fix_new): Prototype.
438
60242db2
BW
4392007-02-02 Bob Wilson <[email protected]>
440
441 * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
442 (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
443
bbdd25a8
BW
4442007-02-02 Bob Wilson <[email protected]>
445
446 * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
447 (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
448 (map_suffix_reloc_to_operator): New.
449 (map_operator_to_reloc): New.
450 (expression_maybe_register): Fix incorrect test of return value from
451 xtensa_elf_suffix. Rearrange to use map_suffix_reloc_to_operator.
452 (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
453
9c874773
BW
4542007-02-02 Bob Wilson <[email protected]>
455
456 * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
457 (tinsn_get_tok): Delete prototype.
458 * config/tc-xtensa.c (tinsn_get_tok): Delete.
459
61376837
BW
4602007-02-02 Bob Wilson <[email protected]>
461
462 * config/xtensa-relax.h (struct build_instr): Delete id field.
463 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
464 and LABEL tokens.
465 (append_literal_op, append_label_op): Remove litnum/labnum arguments;
466 set op_data fields to zero.
467 (parse_id_constant): Delete.
468 (build_transition): Remove code to handle numbered literals and labels.
469
bc447904
BW
4702007-02-02 Bob Wilson <[email protected]>
471
472 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
473 (build_transition_table): Likewise.
474
63a7429b
BW
4752007-02-01 Bob Wilson <[email protected]>
476
477 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
478 fx_tcbit.
479 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
480
20ee54e8
AM
4812007-02-02 Alan Modra <[email protected]>
482
483 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
484 (struct fix <fx_plt>): Rename to tcbit2.
485 * write.c (fix_new_internal): Adjust.
486 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
487 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
488 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
489 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
490 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
491 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
492 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
493 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
494 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
495 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
496 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
497 Instead, compare fx_r_type.
498 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
499 fx_tcbit in place of fx_plt.
500 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
501 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
502 to fx_plt.
503
bf083c64
NC
5042007-01-30 Nick Clifton <[email protected]>
505
506 * as.c (main): Mark symbols created via the --defsym command line
507 option as volatile so that they can be overridden later on by a
508 .set directive. This maintains compatibility with the behaviour
509 of earlier versions of the assembler.
510 * doc/as.texinfo (--defsym): Document that the defined symbol's
511 value can be overridden via a .set directive.
512
fc523535 5132007-01-28 H.J. Lu <[email protected]>
4d456e3d
L
514
515 * config/tc-i386.c (swap_imm_operands): Renamed to ...
516 (swap_2_operands): This. Take 2 ints.
517 (md_assemble): Updated.
518 (swap_operands): Call swap_2_operands to swap 2 operands.
519
7bc4c13c
DD
5202007-01-24 DJ Delorie <[email protected]>
521
522 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
523
48903831
NC
5242007-01-22 Nick Clifton <[email protected]>
525
07302d31 526 PR gas/3871
48903831
NC
527 * tc-score.c: Remove unnecessary uses of _().
528 Make the err_msg[] a file level local array in order to save
529 storage space.
530 Remove unnecessary sprintf()s.
531
14119072
ML
5322007-01-18 Mei Ligang <[email protected]>
533
07302d31 534 PR gas/3871
14119072
ML
535 * config/tc-score.c : Using _() for const string.
536 Do not assign inst.error with a local string pointer.
537 (md_section_align): Pad section.
538
99018f42
L
5392007-01-13 H.J. Lu <[email protected]>
540
541 * config/tc-i386.c (build_modrm_byte): Check number of operands
542 when procssing memory/register operand.
543
465e5617
NC
5442007-01-12 Nick Clifton <[email protected]>
545
546 PR gas/3856
547 * macro.c (expand_irp): Do not ignore spaces inside quoted
548 strings.
549
e8630bd7
AM
5502007-01-12 Alan Modra <[email protected]>
551
552 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
553 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
554 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
555 (TC_FORCE_RELOCATION): Define.
556 (TC_FORCE_RELOCATION_LOCAL): Define.
557 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
558
1f5409bb
AM
5592007-01-12 Alan Modra <[email protected]>
560
561 * input-file.c (input_file_open): Check fgets return.
562
dc4503c6
PB
5632007-01-11 Paul Brook <[email protected]>
564
565 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
566
04f8d83b
NC
5672007-01-11 Nick Clifton <[email protected]>
568
493cb6ef
NC
569 PR gas/3707
570 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
571 variable.
572
04f8d83b
NC
573 * config/tc-mcore.c (md_number_to_chars): Use
574 number_to_chars_{big|little}endian.
575
3bdcfdf4
KH
5762007-01-08 Kazu Hirata <[email protected]>
577
578 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
579 architecture by itself.
580 (m68k_ip): Don't issue a warning for tbl instructions on fido.
581 (m68k_elf_final_processing): Treat Fido as an architecture by
582 itself.
583
42037fe5
NC
5842007-01-08 Kai Tietz <[email protected]>
585
586 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
587
e4a3b5a4
L
5882007-01-05 H.J. Lu <[email protected]>
589
590 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
591 depending on allow_naked_reg.
592
a028a6f5
PB
5932007-01-04 Paul Brook <[email protected]>
594
595 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
596
2ca3ace5
L
5972007-01-04 H.J. Lu <[email protected]>
598
44f9b8ac 599 PR gas/3830
2ca3ace5
L
600 * config/tc-i386.c (register_prefix): New.
601 (set_intel_syntax): Set set_intel_syntax to "" if register
2221f452 602 prefix isn't needed.
2ca3ace5
L
603 (check_byte_reg): Use register_prefix for error message.
604 (check_long_reg): Likewise.
605 (check_qword_reg): Likewise.
606 (check_word_reg): Likewise.
607
627907b7
JB
6082006-01-04 Julian Brown <[email protected]>
609
610 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
611 (do_neon_qshl_imm): Likewise.
612 (do_neon_rshl): New function. Handle rounding variants of
613 v{q}shl-by-register.
614 (insns): Use do_neon_rshl for vrshl, vqrshl.
615
92559b5b
PB
6162007-01-04 Paul Brook <[email protected]>
617
618 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
619 and vacle.
620
2ca3ace5
L
6212007-01-03 H.J. Lu <[email protected]>
622
623 * config/tc-i386.c (swap_operands): Remove branches.
624
4dc85607
L
6252007-01-03 H.J. Lu <[email protected]>
626
627 * config/tc-i386.c: Update copyright year.
628 * config/tc-i386.h: Likewise.
629
1509aa9a
L
6302007-01-03 H.J. Lu <[email protected]>
631
632 * config/tc-i386.c (smallest_imm_type): Return unsigned int
633 instead of int.
634
e3bb37b5
L
6352007-01-03 H.J. Lu <[email protected]>
636
637 * config/tc-i386.c: Convert to ISO C90 formatting
638 * config/tc-i386.h: Likewise.
639
d821e36b
DD
6402007-01-03 David Daney <[email protected]>
641
642 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
643 documentation.
644
44021fe5 645For older changes see ChangeLog-2006
08d56133
NC
646\f
647Local Variables:
648mode: change-log
649left-margin: 8
650fill-column: 74
651version-control: never
652End:
This page took 0.655124 seconds and 4 git commands to generate.