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