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