2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
c0209578
L
12007-09-14 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (build_modrm_byte): Adjust indentation.
4
f033ec5c 52007-09-14 Michael Meissner <michael.meissner@amd.com>
85f10a01
MM
6 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7 Tony Linthicum <tony.linthicum@amd.com>
8
9 * NEWS: Add SSE5 support to NEWS file.
10
11 * config/tc-i386.h (drex_byte): Add fields to allow process_drex
12 and build_modrm_byte to communicate.
13 (DREX_OC0): New SSE5 macro.
14 (DREX_OC0_MASK): Ditto.
15 (DREX_OC1): Ditto.
16 (DREX_OC1_MASK): Ditto.
17 (DREX_XMEM_X1_X2_X2): Ditto.
18 (DREX_X1_XMEM_X2_X2): Ditto.
19 (DREX_X1_XMEM_X2_X1: Ditto.
20 (DREX_X1_X2_XMEM_X1: Ditto.
21 (DREX_XMEM_X1_X2): Ditto.
22 (DREX_X1_XMEM_X2): Ditto.
23 (drex_byte): New structure to describe the DREX byte.
24
25 * config/tc-i386.c (process_drex): New function to handle SSE5
26 DREX bits.
27 (build_modrm_byte): Use the information cached away in
28 process_drex in the case of DREX instructions.
29 (i386_insn): Add drex field.
30 (pi): Add debugging of drex field.
31 (md_assemble): Treat SSE5 like SSE3 in instructions with an
32 immediate byte. Move REX field to DREX if this is a DREX
33 instruction.
34 (process_operands): Add SSE5 support.
35 (build_modrm_byte): Ditto.
36 (output_insn): Ditto.
37 (cpu_arch): Ditto.
38 (i386_align_code): Ditto.
39
ec56d5c0
JB
402007-09-12 Jan Beulich <jbeulich@novell.com>
41
42 * config/tc-i386.c (md_assemble): Move handling of extrq/insertq
43 after generic operand swapping, and swap only the immediate operands.
44
8d100c32
KH
452007-09-11 Nathan Sidwell <nathan@codesourcery.com>
46
47 * config/tc-m68k.c (m68k_ip): Add mcfisa_c case.
48 (m68k_elf_final_processing): Add EF_M68K_CF_ISA_C_NODIV.
49
cf557b51
L
502007-09-09 H.J. Lu <hongjiu.lu@intel.com>
51
52 * tc-i386.c (output_insn): Only check SSE4.2 and ABM for 3
53 byte opcode.
54
c6fb90c8
L
552007-09-08 H.J. Lu <hongjiu.lu@intel.com>
56
57 * config/tc-i386.c (cpu_flags_check_x64): Renamed to ...
58 (cpu_flags_check_cpu64): This. Inline.
59 (uints_all_zero): New.
60 (uints_set): Likewise
61 (uints_equal): Likewise
62 (UINTS_ALL_ZERO): Likewise
63 (UINTS_SET): Likewise
64 (UINTS_CLEAR): Likewise
65 (UINTS_EQUAL): Likewise
66 (cpu_flags_and): Likewise.
67 (cpu_flags_or): Likewise.
68 (operand_type_and): Likewise.
69 (operand_type_or): Likewise.
70 (operand_type_xor): Likewise.
71 (cpu_flags_not): Inline and use switch instead of loop.
72 (cpu_flags_match): Updated.
73 (operand_type_match): Likewise.
74 (smallest_imm_type): Likewise.
75 (set_cpu_arch): Likewise.
76 (pt): Likewise.
77 (md_assemble): Likewise.
78 (parse_insn): Likewise.
79 (optimize_imm): Likewise.
80 (match_template): Likewise.
81 (process_suffix): Likewise.
82 (update_imm): Likewise.
83 (finalize_imm): Likewise.
84 (process_operands): Likewise.
85 (build_modrm_byte): Likewise.
86 (i386_immediate): Likewise.
87 (i386_displacement): Likewise.
88 (i386_index_check): Likewise.
89 (i386_operand): Likewise.
90 (i386_target_format): Likewise.
91 (intel_e11): Likewise.
92 (operand_type): Remove implicitregister.
93 (operand_type_check): Updated. Inline.
94 (cpu_flags_all_zero): Removed.
95 (operand_type_all_zero): Likewise.
96 (i386_array_biop): Likewise.
97 (cpu_flags_biop): Likewise.
98 (operand_type_biop): Likewise.
99
33169993
L
1002007-09-08 H.J. Lu <hongjiu.lu@intel.com>
101
102 * Makefile.am: Run "make dep-am".
103 * Makefile.in: Regenerate.
104
40fb9820
L
1052007-09-08 H.J. Lu <hongjiu.lu@intel.com>
106
107 * configure.in (AC_CHECK_HEADERS): Add limits.h.
108 * configure: Regenerated.
109 * config.in: Likewise.
110
111 * config/tc-i386.c: Include "opcodes/i386-init.h".
112 (_i386_insn): Use i386_operand_type for types.
113 (cpu_arch_flags): Updated to new types with bitfield.
114 (cpu_arch_tune_flags): Likewise.
115 (cpu_arch_isa_flags): Likewise.
116 (cpu_arch): Likewise.
117 (i386_align_code): Likewise.
118 (set_code_flag): Likewise.
119 (set_16bit_gcc_code_flag): Likewise.
120 (set_cpu_arch): Likewise.
121 (md_assemble): Likewise.
122 (parse_insn): Likewise.
123 (process_operands): Likewise.
124 (output_branch): Likewise.
125 (output_jump): Likewise.
126 (parse_real_register): Likewise.
127 (mode_from_disp_size): Likewise.
128 (smallest_imm_type): Likewise.
129 (pi): Likewise.
130 (type_names): Likewise.
131 (pt): Likewise.
132 (pte): Likewise.
133 (swap_2_operands): Likewise.
134 (optimize_imm): Likewise.
135 (optimize_disp): Likewise.
136 (match_template): Likewise.
137 (check_string): Likewise.
138 (process_suffix): Likewise.
139 (check_byte_reg): Likewise.
140 (check_long_reg): Likewise.
141 (check_qword_reg): Likewise.
142 (check_word_reg): Likewise.
143 (finalize_imm): Likewise.
144 (build_modrm_byte): Likewise.
145 (output_insn): Likewise.
146 (disp_size): Likewise.
147 (imm_size): Likewise.
148 (output_disp): Likewise.
149 (output_imm): Likewise.
150 (gotrel): Likewise.
151 (i386_immediate): Likewise.
152 (i386_displacement): Likewise.
153 (i386_index_check): Likewise.
154 (i386_operand): Likewise.
155 (parse_real_register): Likewise.
156 (i386_intel_operand): Likewise.
157 (intel_e09): Likewise.
158 (intel_bracket_expr): Likewise.
159 (intel_e11): Likewise.
160 (cpu_arch_flags_not): New.
161 (cpu_flags_check_x64): Likewise.
162 (cpu_flags_all_zero): Likewise.
163 (cpu_flags_not): Likewise.
164 (i386_cpu_flags_biop): Likewise.
165 (cpu_flags_biop): Likewise.
166 (cpu_flags_match); Likewise.
167 (acc32): New.
168 (acc64): Likewise.
169 (control): Likewise.
170 (reg16_inoutportreg): Likewise.
171 (disp16): Likewise.
172 (disp32): Likewise.
173 (disp32s): Likewise.
174 (disp16_32): Likewise.
175 (anydisp): Likewise.
176 (baseindex): Likewise.
177 (regxmm): Likewise.
178 (imm8): Likewise.
179 (imm8s): Likewise.
180 (imm16): Likewise.
181 (imm32): Likewise.
182 (imm32s): Likewise.
183 (imm64): Likewise.
184 (imm16_32): Likewise.
185 (imm16_32s): Likewise.
186 (imm16_32_32s): Likewise.
187 (operand_type): Likewise.
188 (operand_type_check): Likewise.
189 (operand_type_match): Likewise.
190 (operand_type_register_match): Likewise.
191 (update_imm): Likewise.
192 (set_code_flag): Also update cpu_arch_flags_not.
193 (set_16bit_gcc_code_flag): Likewise.
194 (md_begin): Likewise.
195 (parse_insn): Use cpu_flags_check_x64 to check 64bit support.
196 Use cpu_flags_match to match instructions.
197 (i386_target_format): Update cpu_arch_isa_flags and
198 cpu_arch_tune_flags to i386_cpu_flags type with bitfield.
199 (smallest_imm_type): Check cpu_arch_tune to tune for i486.
200 (match_template): Don't initialize overlap0, overlap1,
201 overlap2, overlap3 and operand_types.
202 (process_suffix): Handle crc32 with 64bit register.
203 (MATCH): Removed.
204 (CONSISTENT_REGISTER_MATCH): Likewise.
205
206 * config/tc-i386.h (arch_entry): Updated to i386_cpu_flags
207 type.
208
26186d74
L
2092007-09-06 H.J. Lu <hongjiu.lu@intel.com>
210
211 * config/tc-i386.c (match_template): Handle invlpga, vmload,
212 vmrun and vmsave in SVME.
213 (process_suffix): Likewise.
214
d946b91f
L
2152007-09-05 H.J. Lu <hongjiu.lu@intel.com>
216
217 * config/tc-i386.c (i386_index_check): Don't use RegRex
218 on the reg_type field.
219 (parse_real_register): Use `||' instead of `|'.
220
75178d9d
L
2212007-09-04 H.J. Lu <hongjiu.lu@intel.com>
222
223 * config/tc-i386.c (process_operands): Remove segment override
224 check on SVME instructions.
8aa20f82 225 (i386_index_check): Remove memory operand check on SVME
75178d9d
L
226 instructions.
227
7bc3e93c
AM
2282007-09-04 Alan Modra <amodra@bigpond.net.au>
229
230 * config/tc-spu.c (struct spu_insn): Delete "flag". Add "reloc".
231 (md_assemble): Update init of insn. Use insn.reloc instead of
232 calculating from flag.
233 (get_imm): Set reloc rather than flag.
234 (calcop): Formatting.
235
851feff8
DJ
2362007-08-29 Daniel Jacobowitz <dan@codesourcery.com>
237
238 * dwarf2dbg.c (dwarf2_directive_loc): Emit duplicate .loc directives.
239
ec744b67
DJ
2402007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
241
242 * doc/c-arc.texi: Fix typo.
243
d9a5e5e5
L
2442007-08-28 H.J. Lu <hongjiu.lu@intel.com>
245
246 * config/tc-i386.c (process_suffix): Handle cmpxchg8b in
247 Intel mode.
248
def8fc92
KH
2492007-08-28 Nathan Sidwell <nathan@codesourcery.com>
250
251 * config/tc-m68k.c (mcf52235_ctrl): Add cache registers.
252 (mcf5253_ctrl): Add RAMBAR, MBAR, MBAR2.
253 (mcf5407_ctrl): New.
254 (m68k_cpus): Adjust 5407 entry.
255
f75192f2
KH
2562007-08-28 Maxim Kuvyrkov <maxim@codesourcery.com>
257
258 * config/tc-m68k.c (mcf51qe_ctrl): Define 51QE control registers.
259 (m68k_cpus): Define 51QE cpu.
260
7f6a71ff 2612007-08-28 Mark Shinwell <shinwell@codesourcery.com>
d9a5e5e5 262 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
263
264 * as.c (main): Flush stderr before printing listings to ensure
265 consistent output order across platforms.
266
0b3e17e9
NC
2672007-08-28 Robert Sebastian Gerus <arachnist@gmail.com>
268
269 * configure.tgt: Add support for i[3-7]86-*-dragonfly*.
270
3d6b762c 2712007-08-24 Joseph Myers <joseph@codesourcery.com>
d9a5e5e5 272 Paul Brook <paul@codesourcery.com>
3d6b762c
JM
273
274 * remap.c: New.
275 * as.h (remap_debug_filename, add_debug_prefix_map): Declare.
276 * as.c (show_usage): Document --debug-prefix-map option.
277 (parse_args): Handle --debug-prefix-map.
278 * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths.
279 * stabs.c (stabs_generate_asm_file): Remap debug paths.
280 * Makefile.am (GAS_CFILES): Add remap.c
281 (GENERIC_OBJS): Add remap.o.
282 Regenerate dependencies.
283 * Makefile.in: Regenerate.
284 * doc/as.texinfo (--debug-prefix-map): Document.
285
495bde8e
DJ
2862007-08-24 Aurelien Jarno <aurel32@debian.org>
287
288 * config/tc-arm.c (md_apply_fix): Cast bfd_vma values to long
289 before printing them.
290
67c11a9b
AM
2912007-08-24 Anders Waldenborg <anders@0x63.nu>
292 Alan Modra <amodra@bigpond.net.au>
293
294 * config/tc-i386.c (lex_got): Don't scan past a comma.
295
c3d65c1c
BE
2962007-08-23 Ben Elliston <bje@au.ibm.com>
297
298 * config/tc-ppc.c (parse_cpu): Handle "750cl".
299 (pre_defined_registers): Add "gqr0" to "gqr7", "gqr.0" to "gqr.7".
300 (md_show_usage): Document -m750cl.
301 (md_assemble): Handle two delimiters in succession (eg. `),').
302 * doc/c-ppc.texi (PowerPC-Opts): Document -m750cl.
303 * testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests.
304 * testsuite/gas/ppc/ppc750ps.s: New file.
305 * testsuite/gas/ppc/ppc750ps.d: Likewise.
306
f467aa98
BE
3072007-08-23 Ben Elliston <bje@au.ibm.com>
308
309 * doc/c-arm.texi (ARM Directives): Move brackets out of @vars.
310
3992d3b7
AM
3112007-08-17 Alan Modra <amodra@bigpond.net.au>
312
313 PR gas/4079
314 * config/tc-i386.c (x86_cons): Complain about invalid @got etc.
315 expressions.
316 (i386_immediate): Detect and complain about more cases of
317 invalid immediate expressions. Return failure rather than
318 converting them to zero.
319 (i386_displacement): Likewise.
320
e9f27433
AM
3212007-08-17 Alan Modra <amodra@bigpond.net.au>
322
323 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
324
cf738528
AS
3252007-08-14 Andreas Schwab <schwab@suse.de>
326
327 * config/tc-ia64.c (tc_gen_reloc): Return NULL if relocation is
328 unrepresentable.
329
9975e4c4
DJ
3302007-08-12 Matthias Klose <doko@ubuntu.com>
331
332 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
333 $(top_srcdir)/../../bfd/doc.
334 * doc/Makefile.in: Regenerate.
335
7c3d153f
NC
3362007-08-10 Nick Clifton <nickc@redhat.com>
337
338 * NEWS: Add a marker for the 2.18 features.
339
4396b686
PB
3402007-08-09 Paul Brook <paul@codesourcery.com>
341
342 * config/tc-arm.c (relaxed_symbol_addr): Compensate for alignment.
343
c3ad16c0
L
3442007-08-09 H.J. Lu <hongjiu.lu@intel.com>
345
346 * config/tc-i386.c (check_byte_reg): Support pextrb and pinsrb.
347
34828aad
L
3482007-07-29 H.J. Lu <hongjiu.lu@intel.com>
349
350 * config/tc-i386.c (check_long_reg): Allow cvtss2si to convert
351 DWORD memory to Reg64 in Intel synax.
352 (check_qword_reg): Allow cvtsd2si to convert QWORD memory to
353 Reg32 in Intel syntax.
354
d12f9798
BW
3552007-07-25 Sterling Augustine <sterling@tensilica.com>
356
357 * config/tc-xtensa.c (xtensa_extui_opcode): New.
358 (xg_expand_assembly_insn): Check for invalid extui operands.
359 (md_begin): Initialize xtensa_extui_opcode.
360
9ce0cf56
NC
3612007-07-24 Nick Clifton <nickc@redhat.com>
362
363 * config/tc-mep.h (skip_whitespace): Remove definition.
364
76bc74dc
L
3652007-07-23 H.J. Lu <hongjiu.lu@intel.com>
366
367 * config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386.
368 (f32_15): Removed.
369 (jump_31): New.
370 (f32_patt): Remove f32_15.
371 (f16_patt): Likewise.
372 (i386_align_code): Updated to alt_long_patt for 64bit by
373 default.
374
375 * config/tc-i386.h (processor_type): Add PROCESSOR_I386.
376
3772007-07-23 Evandro Menezes <evandro.menezes@amd.com>
378
379 * config/tc-i386.c (i386_align_code): Enable alignment up to
380 MAX_MEM_FOR_RS_ALIGN_CODE bytes. Remove special treatment
381 for K8.
382
e6529493
L
383 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to 31.
384
fc5910c0
NC
3852007-07-20 Nick Clifton <nickc@redhat.com>
386
387 * app.c (do_scrub_chars): Provide a one character buffer to hold a
388 pushed back newline at the end of an unterminated quoted string.
389
d929913e
NC
3902007-07-14 Nick Clifton <nickc@redhat.com>
391
392 * config/tc-arm.c (create_register_alias): Return a boolean rather
393 than an integer.
394 Check the return value of insert_reg_alias and do not continue to
395 create aliases once an insertion has failed.
396 (s_unreq): Delete the all-upper-case and all-lower-case
397 alternatives as well.
398
d2df793a
NC
3992007-07-12 Kai Tietz <kai.tietz@onevision.com>
400
401 * symbols.c: Print bfd_hostptr_t to file via fprintf_vma.
402 * write.c: Likewise.
403
369943fe
DJ
4042007-07-11 Daniel Jacobowitz <dan@codesourcery.com>
405
406 * config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): Use
407 HAVE_64BIT_SYMBOLS.
408
0fdf1951
RS
4092007-07-04 Richard Sandiford <richard@codesourcery.com>
410
411 * config/tc-mips.c (mips_cpu_info_table): Add new entries for
412 {24k,24ke,34k,74k}f{2_1,1_1,x}. Also add an entry for 74kf3_2.
413 Deprecate *x and *fx.
414 * doc/c-mips.texi: Document the new CPU arguments. Deprecate
415 *x and *fx.
416
872ce6ff
L
4172007-07-04 H.J. Lu <hongjiu.lu@intel.com>
418
419 * config/obj-coff.h (x86_64_target_format): Renamed to ...
420 (i386_target_format): This
421 (TARGET_FORMAT): Use i386_target_format.
422
423 * config/tc-i386.c (x86_64_target_format): Removed.
424 (i386_target_format): Handle PE formats.
425
1a412f5f
NC
4262007-07-04 Nick Clifton <nickc@redhat.com>
427
428 * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order
429 to get the right length of printed value.
430
ec2655a6
NC
4312007-07-03 Nick Clifton <nickc@redhat.com>
432
433 * COPYING: Replace with GPLv3 text.
434 * app.c: Update copyright notice to refer to GPLv3.
435 * as.c, as.h, asintl.h, atof_generic.c, bignum.h, bit_fix.h,
436 cgen.c, cond.c, debug.c, depend.c, dw2gencfi.c, dw2gencfi.h,
437 dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c, emul.h,
438 emul_target.h, expr.c, expr.h, flonum-copy.c, flonum.h,
439 flonum-konst.c, frags.c, frags.h, hash.c, hash.h, input-file.c,
440 input-file.h, input-scrub.c, ibtl-lex.h, itbl-lex.l, itbl-ops.c,
441 itbl-ops.h, itbl-parse.y, listing.c, listing.h, literal.c,
442 macro.c, messages.c, obj.h, output-file.c, output-file.h, read.c,
443 read.h, sb.c, sb,h, stabs.c, struc-symbol.h, subsegs.c, subsegs.h,
444 symbols.c, symbols.h, tc.h, write.c, write.h, config/aout_gnu.h,
445 config/config/atof-ieee.c, config/atof-vax.c, config/bfin-aux.h,
446 config/bfin-defs.h, config/bfin-lex.l, config/bfin-parse.y,
447 config/itbl-mips.h, config/m68k-parse.h, config/m68k-parse.y,
448 config/obj-aout.c, config/obj-aout.h, config/obj-coff.c,
449 config/obj-coff.h, config/obj-ecoff.c, config/obj-ecoff.h,
450 config/obj-elf.c, config/obj-elf.h, config/obj-evax.c,
451 config/obj-evax.h, config/obj-multi.h, config/obj-som.c,
452 config/obj-som.h, config/tc-alpha.c, config/tc-alpha.h,
453 config/tc-arc.c, config/tc-arc.h, config/tc-arm.c,
454 config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
455 config/tc-bfin.c, config/tc-bfin.h, config/tc-cr16.c,
456 config/tc-cr16.h, config/tc-cris.c, config/tc-cris.h,
457 config/tc-crx.c, config/tc-crx.h, config/tc-d10v.c,
458 config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h,
459 config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c,
460 config/tc-fr30.h, config/tc-frv.c, config/tc-frv.h,
461 config/tc-generic.c, config/tc-generic.h, config/tc-h8300.c,
462 config/tc-h8300.h, config/tc-hppa.c, config/tc-hppa.h,
463 config/tc-i370.c, config/tc-i370.h, config/tc-i386.c,
464 config/tc-i386.h, config/tc-i860.c, config/tc-i860.h,
465 config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c,
466 config/tc-ia64.h, config/tc-ip2k.c, config/tc-ip2k.h,
467 config/tc-iq2000.c, config/tc-iq2000.h, config/tc-m32c.c,
468 config/tc-m32c.h, config/tc-m32r.c, config/tc-m32r.h,
469 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
470 config/tc-m68k.h, config/tc-maxq.c, config/tc-maxq.h,
471 config/tc-mcore.c, config/tc-mcore.h, config/tc-mep.c,
472 config/tc-mep.h, config/tc-mips.c, config/tc-mips.h,
473 config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
474 config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
475 config/tc-msp430.c, config/tc-msp430.h, config/tc-mt.c,
476 config/tc-mt.h, config/tc-ns32k.c, config/tc-ms32k.h,
477 config/tc-openrisc.c, config/tc-openrisc.h, config/tc-or32.c,
478 config/tc-or32.h, config/tc-pdp11.c, config/tc-pdp11.h,
479 config/tc-pj.c, config/tc-pj.h, config/tc-ppc.c, config/tc-ppc.h,
480 config/tc-s390.c, config/tc-s390.h, config/tc-score.c,
481 config/tc-score.h, config/tc-sh64.c, config/tc-sh64.h,
482 config/tc-sh.c, config/tc-sh.h, config/tc-sparc.c,
483 config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
484 config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
485 config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
486 config/tc-v850.c, config/tc-v850.h, config/tc-vax.c,
487 config/tc-vax.h, config/tc-xc16x.c, config/tc-x16x.h,
488 config/tc-xstormy16.c, config/tc-xstormy16.h, config/tc-xtensa.c,
489 config/tc-xtensa.h, config/tc-z80.c, config/tc-z80.h,
490 config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
491 config/te-freebsd.h, config/te-hppa.h, config/te-irix.h,
492 config/te-netware.h, config/te-sparcaout.h, config/te-tmips.h,
493 config/te-vxworks.h, config/vax-inst.h, config/xtensa-istack.h,
494 config/xtensa-relax.c, config/xtensa-relax.h: Likewise.
495
496 * flonum-mult.c: Likewise, and also correct typo referring to
497 non-existant GNU Assembler General Public License.
498 * config/tc-m68851.h: Likewise.
499 * NEWS: Mention the new license. Also note where the 2.17 release
500 happened.
501 * config/e-crisaout.c: Add copyright header.
502 * config/e-criself.c, config/e-i386aout.c, config/e-i386coff.c,
503 config/e-i386elf.c, config/e-mipscoff.c, config/e-mipself.c,
504 config/obj-multi.c, config/te-aix5.h, config/te-armeabi.h,
505 config/te-armlinuxeabi.h, config/te-dynix.h, config/te-epoc-pe.h,
506 config/te-generic.h, config/te-gnu.h, config/te-go32.h,
507 config/te-hppa64.h, config/te-hppalinux64.h, config/te-hpux.h,
508 config/te-i386aix.h, config/te-ia64aix.h, config/te-interix.h,
509 config/te-linux.h, config/te-lnews.h, config/te-lynx.h,
510 config/te-mach.h, config/te-macos.h, config/te-nbsd532.h,
511 config/te-nbsd.h, config/te-pc532mach.h, config/te-pe.h,
512 config/te-pep.h, config/te-psos.h, config/te-riscix.h,
513 config/te-sun3.h, config/te-svr4.h, config/te-symbian.h,
514 config/te-wince-pe.h: Likewise.
515
afa2158f
NS
5162007-07-03 Nathan Sidwell <nathan@codesourcery.com>
517
518 * config/tc-m68k.c (m68k_ip): Add j & K operand types.
519 (install_operand): Add E encoding.
520 (md_begin): Check and skip initial '.' arg character.
521 (get_num): Add 0..511 case.
522
ae4a729b
AM
5232007-07-03 Alan Modra <amodra@bigpond.net.au>
524
525 PR 4713
526 * config/obj-elf.c (elf_ecoff_set_ext): Make static when OBJ_MAYBE_ELF.
527 * config/obj-elf.h (obj_ecoff_set_ext): Comment.
528
df816087
AM
5292007-07-03 Mikkel Lauritsen <renard@nospam.dk>
530
531 PR 4722
532 * app.c (do_scrub_chars <state 5>): Check for output buffer full
533 after memcpy.
534
741d6ea8
JM
5352007-07-02 Joseph Myers <joseph@codesourcery.com>
536
537 * config/tc-mips.c (s_dtprelword, s_dtpreldword,
538 s_dtprel_internal): New.
539 (mips_pseudo_table): Add .dtprelword and .dtpreldword.
540 (md_apply_fix): Handle BFD_RELOC_MIPS_TLS_DTPREL32 and
541 BFD_RELOC_MIPS_TLS_DTPREL64.
542
ae351704
AM
5432007-07-02 Alan Modra <amodra@bigpond.net.au>
544
545 * Makefile.am: Run "make dep-am".
546 * Makefile.in: Regenerate.
547 * aclocal.m4: Regenerate.
548 * config.in: Regenerate.
549 * doc/Makefile.in: Regenerate.
550 * po/POTFILES.in: Regenerate.
551 * po/gas.pot: Regenerate.
552
8d452c78
AM
5532007-07-02 Alan Modra <amodra@bigpond.net.au>
554
555 * config/tc-ppc.c (ppc_pe_section): Comment out code assigning
556 coff section flag values to bfd section flag.
557
86b57e31
L
5582007-06-30 H.J. Lu <hongjiu.lu@intel.com>
559
560 * aclocal.m4: Regenerated.
561 * doc/Makefile.in: Likewise.
562 * Makefile.in: Likewise.
563
7ace4e4c
JM
5642007-06-29 Joseph Myers <joseph@codesourcery.com>
565
566 * as.c (main): Only call create_obj_attrs_section if IS_ELF.
567
104d59d1
JM
5682007-06-29 Joseph Myers <joseph@codesourcery.com>
569
570 * as.c (create_obj_attrs_section): New.
571 (main): Call create_obj_attrs_section for ELF.
572 * read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
573 skip_past_comma, s_vendor_attribute): New.
574 (potable): Add gnu_attribute for ELF.
575 * read.h (s_vendor_attribute): Declare.
576 * config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper
577 round s_vendor_attribute.
578 (aeabi_set_public_attributes): Update for new attributes
579 interfaces.
580 (arm_md_end): Remove attributes contents setting now done
581 generically.
582
3d3d428f
NC
5832007-06-29 M R Swami Reddy <MR.Swami.Redd@nsc.com>
584
585 * Makefile.am: Add CR16 related entry.
586 * Makefile.in: Regenerate.
587 * config/tc-cr16.h: New file
588 * config/tc-cr16.c: New file
589 * doc/c-cr16.texi: New file for cr16
590 * doc/all.texi: Entry for cr16
591 * doc/Makefile.am: Added c-cr16.texi
592 * doc/Makefile.in: Regenerate
593 * doc/as.texinfo: Entry for CR16 target
594 * NEWS: Announce the support for the new target.
595
cd2cf30b
PB
5962007-06-26 Paul Brook <paul@codesourcery.com>
597
598 * config/tc-arm.c (parse_operands): Accept generic coprocessor regs
599 for OP_RVC.
600 (reg_names): Add fpinst, pfinst2, mvfr0 and mvfr1.
601
5f15756d
L
6022007-06-25 H.J. Lu <hongjiu.lu@intel.com>
603
604 * config/tc-i386.c (process_operands): Replace regKludge
605 with RegKludge.
606
b314ec0e
RS
6072007-06-25 Richard Sandiford <richard@codesourcery.com>
608
609 * config/tc-mips.h (TC_SYMFIELD_TYPE): New.
610 * config/tc-mips.c (append_insn): Record which symbols have
611 R_MIPS16_26 relocations against them.
612 (mips_fix_adjustable): Don't reduce relocations against such symbols.
613
b81bf389
BW
6142007-06-22 Sterling Augustine <sterling@tensilica.com>
615
616 * config/tc-xtensa.c (xg_assembly_relax): Comment termination rules.
617 (frag_format_size): Handle RELAX_IMMED_STEP3.
618 (xtensa_relax_frag, md_convert_frag): Likewise.
619 * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_IMMED_STEP3.
620 (RELAX_IMMED_MAXSTEPS): Adjust.
621 * config/xtensa-relax.c (widen_spec_list): Add transitions from
622 wide branches to branch-over-jumps.
623 (build_transition): Handle wide branches in transition patterns.
624
e205caa7
L
6252007-06-22 H.J. Lu <hongjiu.lu@intel.com>
626
627 * config/tc-i386.c (disp_size): New.
628 (imm_size): Likewise.
629 (output_disp): Use disp_size and imm_size.
630 (output_imm): Use imm_size.
631
c48aaca0
BW
6322007-06-19 Sterling Augustine <sterling@tensilica.com>
633
634 * config/tc-xtensa.h (struct xtensa_frag_type): Update comment about
635 use of literal_frag field.
636 * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Record frag
637 in the literal_frag field.
638 (xtensa_move_literals): Use it here instead of searching. Update
639 literal_frag field with new value.
640
728ca7c9
PB
6412007-06-14 Paul Brook <paul@codesourcery.com>
642
643 * config/tc-arm.c (do_t_mov_cmp): Handle shift by register and
644 narrow shift by immediate.
645
79887925
L
6462007-06-14 H.J. Lu <hongjiu.lu@intel.com>
647
648 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
649
650 * acinclude.m4: Don't include m4 files.
651 (BFD_BINARY_FOPEN): Removed.
652 Remove libtool kludge.
653
654 * Makefile.in: Regenerated.
655 * doc/Makefile.in: Likewise.
656 * aclocal.m4: Likewise.
657 * configure: Likewise.
658
99ded152
BW
6592007-06-11 Sterling Augustine <sterling@tensilica.com>
660 Bob Wilson <bob.wilson@acm.org>
661
662 * config/tc-xtensa.c (XTENSA_PROP_INSN_NO_TRANSFORM): Renamed to...
663 (XTENSA_PROP_NO_TRANSFORM): ...this.
664 (frag_flags_struct): Move is_no_transform out of the insn sub-struct.
665 (xtensa_mark_frags_for_org): New.
666 (xtensa_handle_align): Set RELAX_ORG frag subtype for rs_org.
667 (xtensa_post_relax_hook): Call xtensa_mark_frags_for_org.
668 (get_frag_property_flags): Adjust reference to is_no_transform flag.
669 (xtensa_frag_flags_combinable): Likewise.
670 (frag_flags_to_number): Likewise. Use XTENSA_PROP_NO_TRANSFORM.
671 * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_ORG.
672
dce323d1
PB
6732007-06-06 Paul Brook <paul@codesourcery.com>
674
675 * config/tc-arm.c (s_align): Pad code sections appropriately.
676
79d49516
PB
6772007-06-05 Paul Brook <paul@codesourcery.com>
678
679 * config/tc-arm.c (insns): Correct Thumb-2 ldrd/strd opcodes.
680
dfeb0666
NC
6812007-06-05 Nick Clifton <nickc@redhat.com>
682
683 PR gas/4587
684 * config/tc-sparc.c (sparc_ip): Terminate tls_ops array.
685
353ab861
AM
6862007-06-05 Alan Modra <amodra@bigpond.net.au>
687
688 * config/tc-spu.c (spu_cons): Use deferred_expression. Handle
689 number@ppu.
690 (tc_gen_reloc): Abort if neither addsy or subsy is set.
691 (md_apply_fix): Don't attempt to resolve SPU_PPU relocs.
692 * config/tc-spu.h (md_operand): Handle @ppu without sym.
693
91568d08
PB
6942007-05-31 Paul Brook <paul@codesourcery.com>
695
696 * config/tc-arm.c (insns): Allow strex on M profile cores.
697
c699f087
JJ
6982007-05-29 David S. Miller <davem@davemloft.net>
699 Jakub Jelinek <jakub@redhat.com>
700
701 PR gas/4558
702 * config/tc-sparc.c (md_apply_fix): Fix relocation overflow checks
703 for BFD_RELOC_SPARC_WDISP16 and BFD_RELOC_SPARC_WDISP19.
704
945370aa
AM
7052007-05-29 Alan Modra <amodra@bigpond.net.au>
706
707 * config/tc-spu.h: Wrap in #ifndef/#endif. Delete coff macros.
708
98027b10
AM
7092007-05-29 Alan Modra <amodra@bigpond.net.au>
710
711 * config/tc-ppc.c: Convert to ISO C.
712 * config/tc-ppc.c: Likewise.
713
a32b816e
AM
7142007-05-29 Alan Modra <amodra@bigpond.net.au>
715
716 * write.h (EXEC_MACHINE_TYPE): Delete.
717 (string_byte_count, section_alignment): Delete.
718
1740b7b1
NS
7192007-05-28 Nathan Sidwell <nathan@codesourcery.com>
720
721 * app.c (do_scrub_chars): Cope with \ at end of buffer.
722
a1867a27
AM
7232007-05-26 Alan Modra <amodra@bigpond.net.au>
724
725 * config/tc-ppc.c (ppc_insert_operand): Truncate sign bits in
726 top 32 bits of 64 bit value if so doing results in passing
727 range check. Rewrite sign extension fudges similarly. Enable
728 fudges for powerpc64 too. Report user value if range check
729 fails rather than fudged value. Negate PPC_OPERAND_NEGATIVE
730 range rather than value, also to report user value on failure.
731
efd81785
PB
7322007-03-25 Paul Brook <paul@codesourcery.com>
733
734 * config/tc-arm.c (T2_SUBS_PC_LR): Define.
735 (do_t_add_sub): Correctly encode subs pc, lr, #const.
736 (do_t_mov_cmp): Correctly encode movs pc, lr.
737
37ad9514
SE
7382007-05-24 Steve Ellcey <sje@cup.hp.com>
739
740 * Makefile.in: Regnerate.
741 * configure: Regenerate.
742 * aclocal.m4: Regenerate.
743 * doc/Makefile.in: Regenerate.
744
4c8d1ad4
BW
7452007-05-22 Bob Wilson <bob.wilson@acm.org>
746
747 * doc/c-xtensa.texi (Xtensa Automatic Alignment): Remove statements
748 and index entries about automatic alignment of ENTRY instructions.
749
0e9517a9
NC
7502007-05-22 Nick Clifton <nickc@redhat.com>
751
752 * doc/as.texinfo: Use @copying around the copyright notice.
753
e6559e01
JM
7542007-05-18 Joseph Myers <joseph@codesourcery.com>
755
756 * config/tc-mips.c (s_mipsset): Use generic s_set for directives
757 containing a comma.
758
4b7d318b
L
7592007-05-17 H.J. Lu <hongjiu.lu@intel.com>
760
761 PR gas/4517
762 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5d14452b 763 * doc/as.texinfo: Document new directives: .cfi_restore,
4b7d318b
L
764 .cfi_undefined, .cfi_same_value, .cfi_return_column,
765 .cfi_remember_state and .cfi_restore_state.
766
2b878742
NS
7672007-05-17 Nathan Sidwell <nathan@codesourcery.com>
768
769 * config/tc-m68k.c (md_apply_fix): Show value of out of range
770 fixups in error message.
771 (md_conver_frag_1): Propagate the fix source location and use
772 as_bad_where rather than fatal, for better error messages.
773
2b744c99
PB
7742007-05-16 Paul Brook <paul@codesourcery.com>
775
776 * config/tc-arm.c (v7m_psrs): Add uppercase PSR names and xpsr.
777
2a676888
MS
7782007-05-15 Mark Shinwell <shinwell@codesourcery.com>
779
780 * app.c (do_scrub_chars): Don't damage \@ pseudo-variables.
781
1c3f20b4
NC
7822007-05-15 Vincent Riviere <vincent.riviere@freesbee.fr>
783
784 PR gas/3041
785 * config/tc-m68k.c (relaxable_symbol): Make sure that the correct
786 addend is stored for relocs against weak symbols.
787 (md_apply_fix): So not loose track of addend for relocs against
788 weak symbols.
789
24471d42
TS
7902007-05-14 Thiemo Seufer <ths@mips.com>
791
792 * config/tc-mips.c (md_parse_option): Fix parsing of -O option.
793
b0253a53
ML
7942007-05-14 Mei Ligang <ligang@sunnorth.com.cn>
795
24471d42
TS
796 * config/tc-score.c (data_op2, validate_immediate): Fix bug for
797 addri, addri.c, subi, and subi.c when immediate number is hex.
b0253a53
ML
798 (score_insns): Remove subis and subis.c.
799 (do_sub_rdi16): Delete.
800
ece5ef60
AM
8012007-05-11 Alan Modra <amodra@bigpond.net.au>
802
803 * config/tc-spu.c (md_pseudo_table): Add int, long, quad. Call
804 spu_cons for word.
805 (md_assemble): Tidy use of insn.flag.
806 (get_imm): Likewise. Handle uppercase input too.
807 (spu_cons): New function.
808 * config/tc-spu.h (tc_fix_adjustable): Don't adjust SPU_PPU relocs.
809 (TC_FORCE_RELOCATION): Don't resolve them either.
810
f9d4405b
MS
8112007-05-05 Mark Shinwell <shinwell@codesourcery.com>
812
813 * config/tc-arm.c (md_apply_fix): Generate more accurate
814 diagnostic when 8-bit immediate range is exceeded for
815 BFD_RELOC_ARM_OFFSET_IMM8.
816
0787a12d
AM
8172007-05-04 Alan Modra <amodra@bigpond.net.au>
818
819 PR gas/4460
820 * config/tc-i386.c (lex_got): Don't replace the reloc token with
821 a space if we already have a space.
822
20592a94
L
8232007-05-03 H.J. Lu <hongjiu.lu@intel.com>
824
825 * config/tc-i386.c (match_template): Don't explicitly check
826 suffix for crc32 in Intel mode.
827 (process_suffix): Issue an error for crc32 if the operand size
828 is ambiguous.
829
22184a77
NC
8302007-05-03 Vincent Riviere <vincent.riviere@freesbee.fr>
831 Nick Clifton <nickc@redhat.com>
832
833 PR gas/3041
834 * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
835 (tc_gen_reloc): Adjust the addend of relocs against weak symbols.
836 (md_apply_fix): Put zero values into the frags referencing weak
837 symbols.
838
3896c469
AM
8392007-05-02 Alan Modra <amodra@bigpond.net.au>
840
841 PR 4448
842 * config/tc-ppc.c (ppc_insert_operand): Don't increase min for
843 PPC_OPERAND_PLUS1.
844
9344ff29
L
8452007-05-01 H.J. Lu <hongjiu.lu@intel.com>
846
847 * config/tc-i386.c (match_template): Check suffix for crc32 in
848 Intel mdoe.
849 (process_suffix): Default the suffix of 8bit crc32 to
850 BYTE_MNEM_SUFFIX.
851 (check_byte_reg): Skip check for 8bit crc32.
852
a540244d
L
8532007-04-30 H.J. Lu <hongjiu.lu@intel.com>
854
855 * config/tc-i386.c (md_assemble): Use register_prefix in
856 error/warning message.
857 (check_byte_reg): Likewise.
858 (check_long_reg): Likewise.
859 (check_qword_reg): Likewise.
860 (check_word_reg): Likewise.
861 (process_operands): Likewise.
862
eb42fac1
AM
8632007-04-30 Alan Modra <amodra@bigpond.net.au>
864
865 PR 4436
866 * config/tc-ppc.c (ppc_insert_operand): Disable range check if
867 min > max.
868
02ffd3e4
TS
8692007-04-28 Thiemo Seufer <ths@networkno.de>
870
871 * config/tc-mips.c: Fix comment.
872
8eb2af8e
DC
8732007-04-26 Anatoly Sokolov <aesok@post.ru>
874
875 * config/tc-avr.c (mcu_types): Add support for atmega8hva and
876 atmega16hva devices. Move at90usb82 device to 'avr5' architecture.
877 * doc/c-avr.texi: Document new devices.
878
6d0f4cb4
AM
8792007-04-24 Alan Modra <amodra@bigpond.net.au>
880
881 * Makefile.am: Run "make dep-am".
882 * Makefile.in: Regenerate.
883
9a2e615a
NS
8842007-04-23 Nathan Sidwell <nathan@codesourcery.com>
885
886 * config/tc-m68k.c (mcf54455_ctrl): New.
887 (HAVE_LONG_DISP, HAVE_LONG_CALL, HAVE_LONG_COND): New.
888 (m68k_archs): Add isac.
889 (m68k_cpus): Add 54455 family.
890 (m68k_ip): Split Bg into Bb, Bs, Bg.
891 (m68k_elf_final_processing): Add ISA_C.
892 * doc/c-m68k.texi (M680x0 Options): Add isac.
893
d2bdaea8
AM
8942007-04-22 Alan Modra <amodra@bigpond.net.au>
895
896 * read.c (read_a_source_file): Skip multiple spaces to
897 cover hack in mmix md_start_line_hook which overwrites a
898 colon with a space. Delete sermon and needless assertion.
899
541d2ffd
AM
9002007-04-21 Alan Modra <amodra@bigpond.net.au>
901
902 * config/atof-vax.c (atof_vax_sizeof): Change return type to unsigned.
903 (md_atof): Make number_of_chars unsigned. Revert last change.
904 * config/tc-or32.c (md_apply_fix): Delete bogus assertions.
905 * config/tc-sh.c (sh_optimize_expr): Only define for OBJ_ELF.
906 * config/tc-sh.h (md_optimize_expr): Likewise.
907 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Delete bogus
908 assertion.
909 * config/tc-xtensa.c (convert_frag_immed_finish_loop): Likewise.
910
c13781b8
NC
9112007-04-21 Nick Clifton <nickc@redhat.com>
912
2523cd0a
NC
913 * config/atof-vax.c (md_atof): Fix comparison inside know().
914
c13781b8
NC
915 * config/tc-ia64.c (emit_one_bundle): Fix typo.
916
c43a438d
AM
9172007-04-21 Alan Modra <amodra@bigpond.net.au>
918
db557034
AM
919 * expr.c (expr): Assert on rankarg, not rank which can be unsigned.
920 * read.c (read_a_source_file): Remove buffer_limit[-1] assertion.
921 Don't skip over NUL char.
922 (pseudo_set): Set X_op for registers to O_register.
923 * symbols.c (symbol_clone): Remove assertion that sym is defined.
924 (resolve_symbol_value): Resolve O_register symbols.
925 * config/tc-i386.c (parse_real_register): Don't use i386_float_regtab.
926 Instead find st(0) by hash lookup.
927 * config/tc-ppc.c (ppc_macro): Warning fix.
928
c43a438d
AM
929 * as.h (ENABLE_CHECKING): Default define to 0.
930 (know): Assert if ENABLE_CHECKING.
931 (struct relax_type): Remove superfluous declaration.
932 * configure.in (--enable-checking): New.
933 * configure: Regenerate.
934 * config.in: Regenerate.
935 * config/tc-ppc.c (ppc_setup_opcodes): Do checks when ENABLE_CHECKING.
936 Check for duplicate powerpc_operands entries.
937
78336706
NS
9382007-04-20 Nathan Sidwell <nathan@codesourcery.com>
939
d5be9593
NS
940 * config/tc-m68k.c (mcf5253_ctrl): New.
941 (mcf52223_ctrl): New.
942 (m68k_cpus): Add 5253, 52221, 52223.
943
78336706
NS
944 * config/m68k-parse.h (RAMBAR_ALT): New.
945 * config/tc-m68k.c (mcf5206_ctrl, mcf5307_ctrl): New.
946 (mcf_ctrl, mcf5208_ctrl, mcf5210a_ctrl, mcf5213_ctrl, mcf52235_ctrl,
947 mcf5225_ctrl, mcf5235_ctrl, mcf5271_ctrl, mcf5275_ctrl,
948 mcf5282_ctrl, mcf5329_ctrl, mcf5373_ctrl, mcfv4e_ctrl,
949 mcf5475_ctrl, mcf5485_ctrl): Add RAMBAR synonym for
950 RAMBAR1.
951 (mcf5272_ctrl): Add RAMBAR0, replace add RAMBAR with RAMBAR_ALT.
952 (m68k_cpus): Adjust 5206, 5206e & 5307 entries.
953 (m68k_ip) <Case J>: Detect when RAMBAR_ALT should be used. Add it
954 to control register mapping.
955
931774a9
AM
9562007-04-20 Alan Modra <amodra@bigpond.net.au>
957
958 * messages.c (as_internal_value_out_of_range): Fix typo in
959 error message. Return after printing domain error.
960 * config/tc-ppc.c (ppc_insert_operand): Preserve low zero bits
961 in max when shifting right.
962
b84bf58a
AM
9632007-04-20 Alan Modra <amodra@bigpond.net.au>
964
965 * messages.c (as_internal_value_out_of_range): Extend to report
966 errors for values with invalid low bits set.
967 * config/tc-ppc.c (ppc_setup_opcodes): Check powerpc_operands bitm
968 fields. Check that operands and opcode fields are disjoint.
969 (ppc_insert_operand): Check operands using mask rather than bit
970 count. Check low bits too. Handle PPC_OPERAND_PLUS1. Adjust
971 insertion code.
972 (md_apply_fix): Adjust for struct powerpc_operand change.
973
076d447c
PB
9742007-04-19 Paul Brook <paul@codesourcery.com>
975
976 * config/tc-arm.c (md_assemble): Only allow 16-bit instructions on
977 Thumb-1. Add sanity check for bogus relaxations.
978
16a4cf17
PB
9792007-04-19 Paul Brook <paul@codesourcery.com>
980
981 * config/tc-arm.c (insns): Allow rsb and rsbs on Thumb-1.
982
e30daadc
AM
9832007-04-19 Alan Modra <amodra@bigpond.net.au>
984
985 * Makefile.am: Run "make dep-am".
986 * Makefile.in: Regenerate.
987
7a467a28
AM
9882007-04-19 Nathan Froyd <froydnj@codesourcery.com>
989
990 * doc/c-ppc.texi (PowerPC-Opts): Document -me500, -me500x2, -mspe.
991
d76f7bc1
L
9922007-04-18 H.J. Lu <hongjiu.lu@intel.com>
993
994 * doc/c-i386.texi; Document .ssse3, .sse4.1, .sse4.2 and .sse4.
995
381d071f
L
9962007-04-18 H.J. Lu <hongjiu.lu@intel.com>
997
998 * config/tc-i386.c (cpu_arch): Add .sse4.2 and .sse4.
999 (match_template): Handle operand size for crc32 in SSE4.2.
1000 (process_suffix): Handle operand type for crc32 in SSE4.2.
1001 (output_insn): Support SSE4.2.
1002
42903f7f
L
10032007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1004
1005 * config/tc-i386.c (cpu_arch): Add .sse4.1.
1006 (process_operands): Adjust implicit operand for blendvpd,
1007 blendvps and pblendvb in SSE4.1.
1008 (output_insn): Support SSE4.1.
1009
026d3abb
PB
10102007-04-18 Paul Brook <paul@codesourcery.com>
1011
1012 * config/tc-arm.c (do_t_rsb): Use 16-bit encoding when possible.
1013
91382b56
KK
10142007-04-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1015
1016 * config/tc-sh.c (sh_handle_align): Call as_bad_where instead
1017 of as_warn_where for misaligned data.
1018
0838d2ac
KK
10192007-04-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1020
1021 * config/tc-sh.c (align_test_frag_offset_fixed_p): Handle
1022 rs_fill frags.
1023
b7d19ba6
SE
10242007-04-14 Steve Ellcey <sje@cup.hp.com>
1025
1026 * Makefile.am: Add ACLOCAL_AMFLAGS.
1027 * Makefile.in: Regenerate.
1028
0cc34095
KK
10292007-04-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1030
1031 * config/tc-sh.c (align_test_frag_offset_fixed_p): New.
1032 (sh_optimize_expr): Likewise.
1033 * config/tc-sh.h (md_optimize_expr): Define.
1034 (sh_optimize_expr): Prototype.
1035
6f7b6869
MT
10362007-04-06 Matt Thomas <matt@netbsd.org>
1037
1038 * config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp)
1039 to emit pcrel relocations by DWARF2 in non-code sections. Borrowed
1040 heavily from tc-sparc.c. (vax_cons_fix_new): Likewise.
1041
d0e8669a
KH
10422007-04-04 Kazu Hirata <kazu@codesourcery.com>
1043
1044 * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
1045
3b8d421e
PB
10462007-04-04 Paul Brook <paul@codesourcery.com>
1047
1048 * config/tc-arm.c (do_neon_ext): Enforce immediate range.
1049 (insns): Use I15 for vext.
1050
9fcfe2ed
PB
10512007-04-04 Paul Brook <paul@codesourcery.com>
1052
1053 * configure.tgt: Loosen checks for arm uclinux eabi targets.
1054
a3582eee
BW
10552007-04-02 Sterling Augustine <sterling@tensilica.com>
1056
1057 * config/tc-xtensa.c (xtensa_flush_pending_output): Check
1058 outputting_stabs_line_debug.
1059
7b60f473
DC
10602007-03-26 Anatoly Sokolov <aesok@post.ru>
1061
1062 * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
1063 at90usb162, atmega325p, atmega329p, atmega3250p and atmega3290p
1064 devices.
1065 * doc/c-avr.texi: Document new devices.
1066
0c000745
RS
10672007-04-02 Richard Sandiford <richard@codesourcery.com>
1068
1069 * doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options.
1070 * doc/c-mips.texi (-KPIC, -mvxworks-pic): Document.
1071 * config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.
1072
c3ea6048
BW
10732007-03-30 Sterling Augustine <sterling@tensilica.com>
1074 Bob Wilson <bob.wilson@acm.org>
1075
1076 * config/tc-xtensa.c (xtensa_move_labels): Remove loops_ok argument.
1077 Do not check is_loop_target flag.
1078 (xtensa_frob_label): Adjust calls to xtensa_move_labels.
1079 (xg_assemble_vliw_tokens): Likewise. Also avoid calling
1080 xtensa_move_labels for alignment of loop opcodes.
1081
f6bee062
L
10822007-03-30 H.J. Lu <hongjiu.lu@intel.com>
1083
1084 * config/tc-i386.c (process_suffix): Reindent a bit.
1085
3c707909
PB
10862007-03-30 Paul Brook <paul@codesourcery.com>
1087
1088 * config/tc-arm.c (encode_thumb2_ldmstm): New function.
1089 (do_t_ldmstm): Generate 16-bit push/pop. Use encode_thumb2_ldmstm.
1090 (do_t_push_pop): Use encode_thumb2_ldmstm.
1091
144f4bc6
DD
10922007-03-29 DJ Delorie <dj@redhat.com>
1093
1094 * config/tc-m32c.c (rl_for, relaxable): Protect argument.
1095 (md_relax_table): Add entries for ADJNZ macros.
1096 (M32C_Macros): Add ADJNZ macros.
1097 (subtype_mappings): Add entries for ADJNZ macros.
1098 (insn_to_subtype): Check for adjnz and sbjnz insns.
1099 (md_estimate_size_before_relax): Pass insn to insn_to_subtype.
1100 (md_convert_frag): Convert adjnz and sbjnz.
1101
e5551801
NC
11022007-03-29 Nick Clifton <nickc@redhat.com>
1103
1104 * itbl-ops.c (itbl_entry): Remove unnecessary and excessively long
1105 initialization.
1106 * itbl-ops.h (enum e_processor): Initialise the e_nprocs field
1107 using ITBL_NUMBER_OF_PROCESSORS.
1108 * itbl-parse.y (yyerror): Remove use of redundant macro PARAMS.
1109
e72cf3ec
L
11102007-03-28 H.J. Lu <hongjiu.lu@intel.com>
1111
1112 * config/tc-i386.c (build_modrm_byte): For instructions with 2
1113 register operands, encode destination in i.rm.regmem if its
1114 RegMem bit is set.
1115
4ecceb71
RS
11162007-03-28 Richard Sandiford <richard@codesourcery.com>
1117 Phil Edwards <phil@codesourcery.com>
1118
1119 * doc/as.texinfo: Put the contents after the title page rather
1120 than at the end of the document.
1121
3f9ce309
AM
11222007-03-27 Alan Modra <amodra@bigpond.net.au>
1123
1124 * NEWS: Mention ".reloc".
1125
eb6d9dce
BW
11262007-03-26 Sterling Augustine <sterling@tensilica.com>
1127
1128 * config/tc-xtensa.c (xg_translate_idioms): Allow assembly idioms
1129 in FLIX instructions.
1130
c96612cc
JB
11312007-03-26 Julian Brown <julian@codesourcery.com>
1132
1133 * config/tc-arm.c (arm_it): Add immisfloat field.
1134 (parse_qfloat_immediate): Disallow integer syntax for floating-point
1135 immediates. Fix hex immediates, handle 0.0 and -0.0 specially.
1136 (parse_neon_mov): Set immisfloat bit for operand if it parsed as a
1137 float.
1138 (neon_cmode_for_move_imm): Reject non-float immediates for float
1139 operands.
1140 (neon_move_immediate): Pass immisfloat bit to neon_cmode_for_move_imm.
1141
23753660
JB
11422007-03-26 Julian Brown <julian@codesourcery.com>
1143
1144 * doc/c-arm.texi: Add documentation for .dn/.qn directives.
1145
05e9452c
AM
11462007-03-26 Alan Modra <amodra@bigpond.net.au>
1147
1148 * doc/as.texinfo (Reloc): Document.
1149 * read.c (potable): Add "reloc".
1150 (s_reloc): New function.
1151 * write.c (reloc_list): New global var.
1152 (resolve_reloc_expr_symbols): New function.
1153 (write_object_file): Call it.
1154 (write_relocs): Process reloc_list.
1155 * write.h (struct reloc_list): New.
1156 (reloc_list): Declare.
1157
1198ca51
PB
11582007-03-24 Paul Brook <paul@codesourcery.com>
1159
1160 * config/tc-arm.c (do_t_ldmstm): Error on Thumb-2 addressing modes.
1161
b6702015
PB
11622007-03-24 Paul Brook <paul@codesourcery.com>
1163 Mark Shinwell <shinwell@codesourcery.com>
1164
1165 * config/tc-arm.c (operand_parse_code): Add OP_oRRw.
1166 (parse_operands): Don't expect comma if first operand missing.
1167 Handle OP_oRRw.
1168 (do_srs): Encode register number, checking it is r13. Update comment.
1169 (insns): Update SRS entries to take a register.
1170
831480e9 11712007-03-23 H.J. Lu <hongjiu.lu@intel.com>
0003779b
L
1172
1173 * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
1174
738755b0
MS
11752007-03-23 Mark Shinwell <shinwell@codesourcery.com>
1176
35225157 1177 * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
738755b0
MS
1178 attempt to jump to the next instruction into NOPs.
1179
840edabd
AM
11802007-03-23 Alan Modra <amodra@bigpond.net.au>
1181
1182 * config/tc-spu.c: Don't include opcode/spu.h.
1183 (md_assemble): Set tc_fix_data.insn_tag and arg_format.
1184 (md_apply_fix): Adjust.
1185 * config/tc-spu.h: Include opcode/spu.h.
1186 (struct tc_fix_info): New.
1187 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
1188 (TC_FORCE_RELOCATION): Define.
1189
e49e529d
JM
11902007-03-22 Joseph Myers <joseph@codesourcery.com>
1191
1192 * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
1193
831480e9 11942007-03-21 H.J. Lu <hongjiu.lu@intel.com>
13a1e313
L
1195
1196 * config/tc-i386.c (process_suffix): Check 0x90 instead of
1197 xchg for xchg %rax,%rax.
1198
831480e9 11992007-03-21 H.J. Lu <hongjiu.lu@intel.com>
161a04f6
L
1200
1201 * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
1202 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
1203
831480e9 12042007-03-21 H.J. Lu <hongjiu.lu@intel.com>
8b38ad71
L
1205
1206 PR binutils/4218
1207 * config/tc-i386.c (match_template): Properly handle 64bit mode
1208 "xchg %eax, %eax".
1209
af1c1010
NC
12102007-03-21 Anton Ertl <anton@mips.complang.tuw>
1211
1212 PR gas/4124
1213 * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
1214
1d5f2fe9
L
12152007-03-21 H.J. Lu <hongjiu.lu@intel.com>
1216
1217 * Makefile.am: Run dep-am.
1218 * Makefile.in: Regenerated.
1219
1220 * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
1221
1222 * config/tc-i386.h: Include "opcodes/i386-opc.h".
1223 (NOP_OPCODE): Removed.
1224 (template): Likewise.
1225
5ac8f2a2
AS
12262007-03-21 Andreas Schwab <schwab@suse.de>
1227
1228 * config/tc-i386.h (NOP_OPCODE): Restore.
1229
8fb9d7b9
MS
12302007-03-18 Mark Shinwell <shinwell@codesourcery.com>
1231
1232 * config/tc-arm.c (do_mul): Don't warn about overlapping
1233 Rd and Rm operands when assembling for v6 or above.
1234 Correctly capitalize register names in the messages.
1235 (do_mlas): Likewise. Delete spurious blank line.
1236
b3768379
KH
12372007-03-16 Kazu Hirata <kazu@codesourcery.com>
1238
1239 * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
1240
c3fe08fa
L
12412007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1242
1243 * config/tc-i386.c (md_begin): Use i386_regtab_size to scan
1244 i386_regtab.
1245 (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
1246 on i386_regtab.
1247
4061927e
L
12482007-03-15 Alexandre Oliva <aoliva@redhat.com>
1249
1250 PR gas/4184
1251 * app.c (do_scrub_chars): PUT after setting states.
1252
0b1cf022
L
12532007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 * Makefile.am: Run "make dep-am".
1256 * Makefile.in: Regenerated.
1257
1258 * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
1259 "opcode/i386.h".
1260 (md_begin): Check reg_name != NULL for the last entry in
1261 i386_regtab.
1262
1263 * config/tc-i386.h: Move many entries to opcode/i386.h and
1264 opcodes/i386-opc.h.
1265
1266 * configure.in (need_opcodes): Set true for i386.
1267 * configure: Regenerated.
1268
c428fa83
L
12692007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1270
1271 * Makefile.am (REPORT_BUGS_TO): Removed.
1272 (INCLUDES): Remove -DREPORT_BUGS_TO.
1273 * Makefile.in: Regenerated.
1274
1275 * configure.in (--with-bugurl): Removed.
1276 * configure: Regenerated.
1277
1278 * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
1279 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
1280 (TEXI2DVI): Likewise.
1281 (gasver.texi): Removed.
1282 (MOSTLYCLEANFILES): Remove gasver.texi.
1283 (as.1): Don't depend on gasver.texi.
1284 * doc/Makefile.in: Regenerated.
1285
1286 * doc/as.texi: Include bfdver.texi instead of gasver.texi.
1287
794ba86a
DJ
12882007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1289
1290 * config/tc-arm.c (arm_copy_symbol_attributes): New.
1291 * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
1292 (TC_COPY_SYMBOL_ATTRIBUTES): Define.
1293 * gas/symbols.c (copy_symbol_attributes): Use
1294 TC_COPY_SYMBOL_ATTRIBUTES.
1295
155257ea
PB
12962007-03-14 Paul Brook <paul@codesourcery.com>
1297
1298 * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
1299
d1c5f158
AM
13002007-03-14 Alan Modra <amodra@bigpond.net.au>
1301
1302 PR 4029
1303 * write.c (relax_segment): Insert extra alignment padding
1304 to break infinite relax loop when given impossible
1305 gcc_except_table assembly.
1306
8a2ed489
L
13072007-03-12 H.J. Lu <hongjiu.lu@intel.com>
1308
1309 * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
1310 on i.tm.base_opcode.
1311 (match_template): Likewise.
1312 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
1313
1314 * config/tc-i386.h (Opcode_D): New.
1315 (Opcode_FloatR): Likewise.
1316 (Opcode_FloatD): Likewise.
1317 (D): Redefined.
1318 (W): Likewise.
1319 (FloatMF): Likewise.
1320 (FloatR): Likewise.
1321 (FloatD): Likewise.
1322
e9fc6c21
AO
13232007-03-09 Alexandre Oliva <aoliva@redhat.com>
1324
1325 * app.c (do_scrub_chars): Recognize comments after # line "file".
1326 * read.c (get_linefile_number): New.
1327 (s_app_line): Accept ill-formed .linefile lines as comments.
1328
b1b7d09b
AM
13292007-03-09 Alan Modra <amodra@bigpond.net.au>
1330
1331 * config/tc-i386.h (WORKING_DOT_WORD): Define.
1332
93e914b2
AO
13332007-03-09 Alexandre Oliva <aoliva@redhat.com>
1334
1335 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
1336 * as.h (new_logical_line_flags): New.
1337 * input-scrub.c (new_logical_line): Turned into wrapper for...
1338 (new_logical_line_flags): this. Handle flags.
1339 * read.c (potable): Add linefile. Adjust appline argument.
1340 (s_app_file): Fake .appfiles no more.
1341 (s_app_line): For .linefile, accept file name and flags.
1342
6f12865c
AM
13432007-03-08 Alan Modra <amodra@bigpond.net.au>
1344
1345 * symbols.c (symbol_relc_make_sym): Comment typo fixes.
1346
a6d04ec4
AM
13472007-03-08 Alan Modra <amodra@bigpond.net.au>
1348
1349 * Makefile.am: Run "make dep-am".
1350 * Makefile.in: Regenerate.
1351 * po/POTFILES.in: Regenerate.
1352
ad22bfe8
JM
13532007-03-07 Joseph Myers <joseph@codesourcery.com>
1354
1355 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
1356 bug-reporting URL.
1357 * doc/Makefile.am (gasver.texi): Define BUGURL.
1358 * doc/as.texinfo: Use BUGURL.
1359 * Makefile.in, configure, doc/Makefile.in: Regenerate.
1360
b5639b37
MS
13612007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
1362
1363 * config/tc-s390.c (md_parse_option): z9-ec option added.
1364
5e77afaa
PB
13652007-03-02 Paul Brook <paul@codesourcery.com>
1366
1367 * config/tc-arm.c (relax_immediate): Always return positive values.
1368 (relaxed_symbol_addr): New function.
1369 (relax_adr, relax_branch): Use it.
1370 (arm_relax_frag): Pass strect argument. Adjust infinite loop check.
1371
066c2a57
JM
13722007-03-01 Joseph Myers <joseph@codesourcery.com>
1373
1374 * as.c (parse_args): Update copyright date.
1375
ed6ba298
NS
13762007-02-28 Nathan Sidwell <nathan@codesourcery.com>
1377
1378 * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
1379
870074dd
NC
13802007-02-28 Nick Clifton <nickc@redhat.com>
1381
c5d07591
NC
1382 PR gas/3797
1383 * config/tc-d10v.c (do_assemble): Do not generate error messages,
1384 just return -1 whenever a problem is encountered.
1385 (md_assemble): If do_assemble returns -1 generate a non-fatal
1386 error message and return.
1387
870074dd
NC
1388 PR gas/2623
1389 * config/tc-msp430.c (line_separator_char): Change to '{'.
1390
fd99afa7
AM
13912007-02-27 Alan Modra <amodra@bigpond.net.au>
1392
1393 * config/tc-m68hc11.c (fixup24): Correct fixup size.
1394 (build_jump_insn): Likewise.
1395 (build_insn): Likewise.
1396 (s_m68hc11_relax): Likewise.
1397
07cb2078
AM
13982007-02-27 Alan Modra <amodra@bigpond.net.au>
1399
1400 * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
1401
22b5b651
MS
14022007-02-25 Mark Shinwell <shinwell@codesourcery.com>
1403
1404 * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
1405
acb02403
AM
14062007-02-23 Alan Modra <amodra@bigpond.net.au>
1407
1408 * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
1409 (md_assemble): Likewise.
1410
e5435dec
AM
14112007-02-22 Alan Modra <amodra@bigpond.net.au>
1412
1413 * write.c (size_seg): Always clear SEC_RELOC here.
1414 (install_reloc): New function, extracted from..
1415 (write_relocs): ..here. Combine RELOC_EXPANSION_POSSIBLE code
1416 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
1417 testing frag size. Set SEC_RELOC here.
1418
a1836728
AM
14192007-02-21 Alan Modra <amodra@bigpond.net.au>
1420
1421 PR 4082
1422 * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
1423
f281862d
TS
14242007-02-20 Thiemo Seufer <ths@mips.com>
1425
1426 * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
1427
01fd108f
TS
14282007-02-20 Thiemo Seufer <ths@mips.com>
1429
1430 * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
1431
8b082fb1
TS
14322007-02-20 Thiemo Seufer <ths@mips.com>
1433 Chao-Ying Fu <fu@mips.com>
1434
1435 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
1436 ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
1437 (macro_build): Add case '2'.
1438 (macro): Expand M_BALIGN to nop, packrl.ph or balign.
1439 (validate_mips_insn): Add support for balign instruction.
1440 (mips_ip): Handle DSP R2 instructions. Support balign instruction.
1441 (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
1442 md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
1443 command line options.
1444 (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
1445 (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
1446 * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
1447 .set dspr2, .set nodspr2.
1448
96e0bbcc
NS
14492007-02-20 Nathan Sidwell <nathan@codesourcery.com>
1450
1451 * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
1452 (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
1453
d31f0f6d
AM
14542007-02-18 Alan Modra <amodra@bigpond.net.au>
1455
1456 * write.c (TC_FX_SIZE_SLACK): Define.
1457 (write_relocs): Reinstate check for fixup within frag.
1458 * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
1459 * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
1460 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
1461 * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
1462 * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
1463
92f01d61
JM
14642007-02-17 Mark Mitchell <mark@codesourcery.com>
1465 Nathan Sidwell <nathan@codesourcery.com>
1466 Vladimir Prus <vladimir@codesourcery.com
1467 Joseph Myers <joseph@codesourcery.com>
1468
1469 * configure.in (--with-bugurl): New option.
1470 * configure: Regenerate.
1471 * dep-in.sed: Remove bin-bugs.h.
1472 * Makefile.am (REPORT_BUGS_TO): Define.
1473 (INCLUDES): Define REPORT_BUGS_TO.
1474 (DEP_INCLUDES): Likewise.
1475 ($(OBJS)): No longer depend on bin-bugs.h.
1476 * Makefile.in: Regenerate.
1477 * doc/Makefile.in: Regenerate.
1478 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
1479 * as.h: Remove include of bin-bugs.h.
1480
b4b24b79
AM
14812007-02-17 Alan Modra <amodra@bigpond.net.au>
1482
1483 * write.c: White space fixes.
1484 (fixup_segment): Move symbol_mri_common_p adjustments..
1485 (write_relocs): ..and symbol_equated_reloc_p adjustments..
1486 (adjust_reloc_syms): ..to here.
1487
e7ff5c73
AM
14882007-02-16 Alan Modra <amodra@bigpond.net.au>
1489
1490 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
1491 xmalloc, memset. Don't bother assigning NULL to known zero mem.
1492 (subseg_set_rest): Remove unnecessary cast.
1493 * write.c: Include libbfd.h. Replace PTR with void * throughout.
1494 Remove unnecessary forward declarations and casts.
1495 (set_symtab): Delete extern bfd_alloc.
1496 (fixup_segment): Move.
1497
a8e24a56
NS
14982007-02-15 Nathan Sidwell <nathan@codesourcery.com>
1499
1500 * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
1501 * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
1502 (mcf5475_ctrl, mcf5485_ctrl): New.
1503 (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
1504 (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
1505 (init_table): Add asid, mmubar, adjust rombar0.
1506
4eed87de
AM
15072007-02-14 Alan Modra <amodra@bigpond.net.au>
1508
1509 * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
1510 * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
1511 (process_operands): Move old Seg2ShortForm and Seg3ShortForm
1512 code, and test for these insns using a combination of
1513 opcode_modifier and operand_types.
1514
7bd1c961
PB
15152007-02-07 Paul Brook <paul@codesourcery.com>
1516
5c817587 1517 * configure.tgt: Add arm*-*-uclinux-*eabi.
7bd1c961 1518
280d71bf 15192007-02-05 Dave Brolley <brolley@redhat.com>
4948f0d4
DB
1520 Richard Sandiford <rsandifo@redhat.com>
1521 DJ Delorie <dj@redhat.com>
1522 Stan Cox <scox@redhat.com>
1523 Jim Blandy <jimb@redhat.com>
1524 Nick Clifton <nickc@redhat.com>
1525 Jim Wilson <wilson@redhat.com>
1526 Frank Ch. Eigler <fche@redhat.com>
1527 Graydon Hoare <graydon@redhat.com>
1528 Ben Elliston <bje@redhat.com>
1529 John Healy <jhealy@redhat.com>
1530 Richard Henderson <rth@redhat.com>
1531
1532 * Makefile.am (CPU_TYPES): Add mep.
1533 (TARGET_CPU_CFILES): Add tc-mep.c.
1534 (TARGET_CPU_HFILES): Add tc-mep.h.
1535 (DEPTC_mep_elf): New variable.
1536 (DEPTC_mep_coff): Likewise.
1537 (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
1538 * configure.in: Support mep.
1539 * configure.tgt: Likewise.
1540 * config/tc-mep.c: New file.
280d71bf
DB
1541 * config/obj-elf.c: New file.
1542 * config/tc-mep.c: New file.
1543 * config/tc-mep.h: New file.
1544 * testsuite/gas/mep: New testsuite with content.
1545 * Makefile.in: Regenerate.
1546 * configure: Regenerate.
1547
15482007-02-05 Dave Brolley <brolley@redhat.com>
1549
1550 * cgen.c (gas_cgen_install_complex_reloc): Removed.
1551 (complex_reloc_installation_howto): Removed.
1552
15532007-02-05 Dave Brolley <brolley@redhat.com>
4948f0d4
DB
1554 Graydon Hoare <graydon@redhat.com>
1555 DJ Delorie <dj@redhat.com>
1556 Catherine Moore <clm@redhat.com>
1557 Michael Chastain <chastain@redhat.com>
1558 Frank Ch. Eigler <fche@redhat.com>
280d71bf
DB
1559
1560 * symbols.c (use_complex_relocs_for): New, to decide
4948f0d4
DB
1561 when to use complex relocs. Add signed RELC support.
1562 (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
1563 encode expression symbols as mangled complex relocation symbols (when
1564 compiled with -DOBJ_COMPLEX_RELOC).
1565 (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
1566 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
1567 encode_addend with new args. Modify to get start, length from
1568 ifield whenever it is set. Also change condition on which
1569 self-describing relocs are encoded. Add hook into
1570 gas_cgen_encode_addend.
1571 (queue_fixup_recursively): Add signed RELC support. Change from masked
1572 expr to trunc flag. Restore assignment of sub-field value to
1573 temporary in fixups array. Reflect changed meaning of last arg to
280d71bf 1574 queue_fixup_recursively.
4948f0d4 1575 (fixup): Add cgen_maybe_multi_ifield member.
280d71bf
DB
1576 (make_right_shifted_expr): New function.
1577 (queue_fixup): Change to recursive function that fragments
1578 fixups if operand has a multi-ifield.
1579 (gas_cgen_parse_operand): Add RELC code to wrap expressions in
1580 symbols, call weak_operand_overflow_check, and fragment call
1581 queue_fixup with operand fields.
1582 (gas_cgen_finish_insn) Modify to manage ifield pointer.
280d71bf
DB
1583 (weak_operand_overflow_check): New function to try to select
1584 insns correctly.
4948f0d4 1585 (gas_cgen_encode_addend): New function for relc.
280d71bf 1586 (gas_cgen_install_complex_reloc): Likewise.
280d71bf 1587 (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
4948f0d4
DB
1588 * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
1589 cgen_maybe_multi_ifield field to fx_cgen substructure.
1590 * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
1591 * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
1592
e110eeb7
DD
15932007-02-03 DJ Delorie <dj@delorie.com>
1594
1595 * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
1596 byte relocs.
1597 * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
1598 (m32c_cons_fix_new): Prototype.
1599
60242db2
BW
16002007-02-02 Bob Wilson <bob.wilson@acm.org>
1601
1602 * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
1603 (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
1604
bbdd25a8
BW
16052007-02-02 Bob Wilson <bob.wilson@acm.org>
1606
1607 * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
1608 (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
1609 (map_suffix_reloc_to_operator): New.
1610 (map_operator_to_reloc): New.
1611 (expression_maybe_register): Fix incorrect test of return value from
1612 xtensa_elf_suffix. Rearrange to use map_suffix_reloc_to_operator.
1613 (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
1614
9c874773
BW
16152007-02-02 Bob Wilson <bob.wilson@acm.org>
1616
1617 * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
1618 (tinsn_get_tok): Delete prototype.
1619 * config/tc-xtensa.c (tinsn_get_tok): Delete.
1620
61376837
BW
16212007-02-02 Bob Wilson <bob.wilson@acm.org>
1622
1623 * config/xtensa-relax.h (struct build_instr): Delete id field.
1624 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
1625 and LABEL tokens.
1626 (append_literal_op, append_label_op): Remove litnum/labnum arguments;
1627 set op_data fields to zero.
1628 (parse_id_constant): Delete.
1629 (build_transition): Remove code to handle numbered literals and labels.
1630
bc447904
BW
16312007-02-02 Bob Wilson <bob.wilson@acm.org>
1632
1633 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
1634 (build_transition_table): Likewise.
1635
63a7429b
BW
16362007-02-01 Bob Wilson <bob.wilson@acm.org>
1637
1638 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
1639 fx_tcbit.
1640 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
1641
20ee54e8
AM
16422007-02-02 Alan Modra <amodra@bigpond.net.au>
1643
1644 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
1645 (struct fix <fx_plt>): Rename to tcbit2.
1646 * write.c (fix_new_internal): Adjust.
1647 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
1648 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1649 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1650 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1651 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1652 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1653 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1654 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1655 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
1656 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
1657 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
1658 Instead, compare fx_r_type.
1659 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
1660 fx_tcbit in place of fx_plt.
1661 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
1662 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
1663 to fx_plt.
1664
bf083c64
NC
16652007-01-30 Nick Clifton <nickc@redhat.com>
1666
1667 * as.c (main): Mark symbols created via the --defsym command line
1668 option as volatile so that they can be overridden later on by a
1669 .set directive. This maintains compatibility with the behaviour
1670 of earlier versions of the assembler.
1671 * doc/as.texinfo (--defsym): Document that the defined symbol's
1672 value can be overridden via a .set directive.
1673
fc523535 16742007-01-28 H.J. Lu <hongjiu.lu@intel.com>
4d456e3d
L
1675
1676 * config/tc-i386.c (swap_imm_operands): Renamed to ...
1677 (swap_2_operands): This. Take 2 ints.
1678 (md_assemble): Updated.
1679 (swap_operands): Call swap_2_operands to swap 2 operands.
1680
7bc4c13c
DD
16812007-01-24 DJ Delorie <dj@redhat.com>
1682
1683 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
1684
48903831
NC
16852007-01-22 Nick Clifton <nickc@redhat.com>
1686
07302d31 1687 PR gas/3871
48903831
NC
1688 * tc-score.c: Remove unnecessary uses of _().
1689 Make the err_msg[] a file level local array in order to save
1690 storage space.
1691 Remove unnecessary sprintf()s.
1692
14119072
ML
16932007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
1694
07302d31 1695 PR gas/3871
14119072
ML
1696 * config/tc-score.c : Using _() for const string.
1697 Do not assign inst.error with a local string pointer.
1698 (md_section_align): Pad section.
1699
99018f42
L
17002007-01-13 H.J. Lu <hongjiu.lu@intel.com>
1701
1702 * config/tc-i386.c (build_modrm_byte): Check number of operands
1703 when procssing memory/register operand.
1704
465e5617
NC
17052007-01-12 Nick Clifton <nickc@redhat.com>
1706
1707 PR gas/3856
1708 * macro.c (expand_irp): Do not ignore spaces inside quoted
1709 strings.
1710
e8630bd7
AM
17112007-01-12 Alan Modra <amodra@bigpond.net.au>
1712
1713 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
1714 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
1715 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
1716 (TC_FORCE_RELOCATION): Define.
1717 (TC_FORCE_RELOCATION_LOCAL): Define.
1718 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
1719
1f5409bb
AM
17202007-01-12 Alan Modra <amodra@bigpond.net.au>
1721
1722 * input-file.c (input_file_open): Check fgets return.
1723
dc4503c6
PB
17242007-01-11 Paul Brook <paul@codesourcery.com>
1725
1726 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
1727
04f8d83b
NC
17282007-01-11 Nick Clifton <nickc@redhat.com>
1729
493cb6ef
NC
1730 PR gas/3707
1731 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
1732 variable.
1733
04f8d83b
NC
1734 * config/tc-mcore.c (md_number_to_chars): Use
1735 number_to_chars_{big|little}endian.
1736
3bdcfdf4
KH
17372007-01-08 Kazu Hirata <kazu@codesourcery.com>
1738
1739 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
1740 architecture by itself.
1741 (m68k_ip): Don't issue a warning for tbl instructions on fido.
1742 (m68k_elf_final_processing): Treat Fido as an architecture by
1743 itself.
1744
42037fe5
NC
17452007-01-08 Kai Tietz <kai.tietz@onevision.com>
1746
1747 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
1748
e4a3b5a4
L
17492007-01-05 H.J. Lu <hongjiu.lu@intel.com>
1750
1751 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
1752 depending on allow_naked_reg.
1753
a028a6f5
PB
17542007-01-04 Paul Brook <paul@codesourcery.com>
1755
1756 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
1757
2ca3ace5
L
17582007-01-04 H.J. Lu <hongjiu.lu@intel.com>
1759
44f9b8ac 1760 PR gas/3830
2ca3ace5
L
1761 * config/tc-i386.c (register_prefix): New.
1762 (set_intel_syntax): Set set_intel_syntax to "" if register
2221f452 1763 prefix isn't needed.
2ca3ace5
L
1764 (check_byte_reg): Use register_prefix for error message.
1765 (check_long_reg): Likewise.
1766 (check_qword_reg): Likewise.
1767 (check_word_reg): Likewise.
1768
ec4faa47 17692007-01-04 Julian Brown <julian@codesourcery.com>
627907b7
JB
1770
1771 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
1772 (do_neon_qshl_imm): Likewise.
1773 (do_neon_rshl): New function. Handle rounding variants of
1774 v{q}shl-by-register.
1775 (insns): Use do_neon_rshl for vrshl, vqrshl.
1776
92559b5b
PB
17772007-01-04 Paul Brook <paul@codesourcery.com>
1778
1779 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
1780 and vacle.
1781
2ca3ace5
L
17822007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1783
1784 * config/tc-i386.c (swap_operands): Remove branches.
1785
4dc85607
L
17862007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1787
1788 * config/tc-i386.c: Update copyright year.
1789 * config/tc-i386.h: Likewise.
1790
1509aa9a
L
17912007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1792
1793 * config/tc-i386.c (smallest_imm_type): Return unsigned int
1794 instead of int.
1795
e3bb37b5
L
17962007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1797
1798 * config/tc-i386.c: Convert to ISO C90 formatting
1799 * config/tc-i386.h: Likewise.
1800
d821e36b
DD
18012007-01-03 David Daney <ddaney@avtrex.com>
1802
1803 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
1804 documentation.
1805
44021fe5 1806For older changes see ChangeLog-2006
08d56133
NC
1807\f
1808Local Variables:
1809mode: change-log
1810left-margin: 8
1811fill-column: 74
1812version-control: never
1813End:
This page took 0.386598 seconds and 4 git commands to generate.