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