gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
ce2cded5
L
12007-10-24 H.J. Lu <hongjiu.lu@intel.com>
2
3 * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
4 * configure: Regenerated.
5
0efedc4c
AM
62007-10-24 Alan Modra <amodra@bigpond.net.au>
7
8 * Makefile.am (INCLUDES, DEP_INCLUDES): Remove -D_GNU_SOURCE.
9 Run "make dep-am".
10 * configure.in: Invoke AC_GNU_SOURCE.
11 * Makefile.in: Regenerate.
12 * config.in: Regenerate.
13 * configure: Regenerate.
14
bfff1642
NC
152007-10-19 Nick Clifton <nickc@redhat.com>
16
17 * expr.c (expr): Test md_allow_local_subtract (if defined) before
18 allowing the evaluation of an expression involving two symbols
19 defined in the same section.
20 * doc/internals.texi (md_allow_local_subtract): Document the new
21 macro.
22 * config/tc-mn10300.h (md_allow_local_subtract): Define.
23 (RELAX_EXPANSION_POSSIBLE): Define.
24 (MAX_RELOC_EXPANSION): Define.
25 (TC_FRAG_TYPE): Define.
26 * config/tc-mn10300.c (md_assemble): Mark fragments as containing code.
27 (tc_gen_reloc): Return an array of relocs. If necessary generate
28 two relocs to handle an expressions involving the difference of
29 two symbols.
30 (mn10300_fix_adjustable): Do not test TC_FORCE_RELOCATION_LOCAL
31 when then fixup is not pc-relative.
32 (mn10300_allow_local_subtract): New function. Determine when it
33 is safe to compute the difference between two symbols at assemble
34 time.
35
13abbae3
AM
362007-10-19 Alan Modra <amodra@bigpond.net.au>
37
38 * config/tc-ppc.c (ppc_parse_name): Skip leading '%'.
39 (md_assemble): When parsing PPC_OPERAND_CR, add '%' to set of
40 chars that can start a name.
41
717c53ea
CD
422007-10-18 Carlos O'Donell <carlos@systemhalted.org>
43
44 * config/tc-hppa.c (pa_ip): Fix comment typo.
45 (pa_comm): Likewise.
46
662a2e45
NC
472007-10-18 Nick Clifton <nickc@redhat.com>
48
b2f58c0c
NC
49 PR gas/5172
50 * config/tc-arc.c (md_estimate_size_before_relax): Change error
51 message.
52 (md_convert_frag): Just call abort.
53 * config/tc-i860.c (md_estimate_size_before_relax): Change error
54 message.
55 * config/tc-i860.h (md_convert_frag): Just call abort.
56 * config/tc-ip2k.c (md_estimate_size_before_relax): Change error
57 message.
58 (md_convert_frag): Just call abort.
59 * config/tc-m68k.c (m68k_ip): Do not attempt translation of
60 architecture names.
5f4273c7
NC
61 PR gas/5174
62 * config/tc-arm.c: Fix formatting and spelling errors.
662a2e45
NC
63 PR gas/5175
64 * config/tc-xc16x.c: Fix formatting and internationalization.
b2f58c0c 65 * po/gas.pot: Regenerate.
662a2e45 66
499ac353
NC
672007-10-17 Nick Clifton <nickc@redhat.com>
68
69 PR gas/5173
70 * as.h (ieee_md_atof, vax_md_atof): New prototypes.
71 * read.c (s_float_space): Allow a zero length return from md_atof
72 if the error message has been set.
73 (float_cons): Likewise.
74 * config/atof-ieee.c (ieee_md_atof): New function. Performs the
75 md_atof() function in a generic way for IEEE using targets.
76 * config/atof-vax.c (md_atof): Rename to vax_md_atof. Use the
77 same error message as ieee_md_atof.
78 * tc-alpha.c (md_atof): Use ieee_md_atof. Remove #define of vax_md_atof.
79 * tc-arc.c (md_atof): Use ieee_md_atof.
80 * tc-arm.c (md_atof): Use sizeof (LITTLENUM_TYPE) instead of the
81 constant 2. Use a precision of 5 for the 'x' and 'p' types.
82 * tc-avr.c (md_atof): Use ieee_md_atof.
83 * tc-bfin.c (md_atof): Use ieee_md_atof.
84 * tc-cr16.c (md_atof): Use ieee_md_atof.
85 * tc-crx.c (md_atof): Use ieee_md_atof.
86 * tc-d10v.c (md_atof): Use ieee_md_atof.
87 * tc-d30v.c (md_atof): Use ieee_md_atof.
88 * tc-dlx.c (md_atof): Use ieee_md_atof.
89 * tc-fr30.c (md_atof): Use ieee_md_atof.
90 * tc-frv.c (md_atof): Use ieee_md_atof.
91 * tc-h8300.c (md_atof): Use ieee_md_atof.
92 * tc-hppa.c (md_atof): Use ieee_md_atof.
93 * tc-i370.c (md_atof): Use ieee_md_atof.
94 (i370_dc): Convert the 'E' type to 'f' before calling md_atof.
95 * tc-i386.c (md_atof): Use ieee_md_atof.
96 * tc-i860.c (md_atof): Use ieee_md_atof.
97 * tc-i960.c (md_atof): Use ieee_md_atof.
98 * tc-ia64.c (md_atof): Use the same error message as ieee_md_atof.
99 * tc-ip2k.c (md_atof): Use ieee_md_atof.
100 * tc-iq2000.c (md_atof): Use ieee_md_atof.
101 * tc-m32c.c (md_atof): Use ieee_md_atof.
102 * tc-m32r.c (md_atof): Use ieee_md_atof.
103 * tc-m68hc11.c (md_atof): Use ieee_md_atof.
104 * tc-m68k.c (md_atof): Use ieee_md_atof.
105 * tc-maxq.c (md_atof): Use ieee_md_atof.
106 * tc-mcore.c (md_atof): Use ieee_md_atof.
107 * tc-mep.c (md_atof): Use ieee_md_atof.
108 * tc-mips.c (md_atof): Use ieee_md_atof.
109 * tc-mmix.c (md_atof): Use ieee_md_atof.
110 * tc-mn10200.c (md_atof): Use ieee_md_atof.
111 * tc-mn10300.c (md_atof): Use ieee_md_atof.
112 * tc-msp430.c (md_atof): Use ieee_md_atof.
113 * tc-mt.c (md_atof): Use ieee_md_atof.
114 * tc-ns32k.c (md_atof): Use ieee_md_atof.
115 * tc-openrisc.c (md_atof): Use ieee_md_atof.
116 * tc-or32.c (md_atof): Use ieee_md_atof.
117 * tc-pdp11.c (md_atof): New function. Call vax_md_atof.
118 * tc-pj.c (md_atof): Use ieee_md_atof.
119 * tc-ppc.c (md_atof): Use ieee_md_atof.
120 * tc-s390.c (md_atof): Use ieee_md_atof.
121 * tc-score.c (md_atof): Use ieee_md_atof.
122 * tc-sh.c (md_atof): Use ieee_md_atof.
123 * tc-sparc.c (md_atof): Use ieee_md_atof.
124 * tc-spu.c (md_atof): Use ieee_md_atof.
125 * tc-tic30.c (md_atof): Use the same error message as ieee_md_atof.
126 * tc-tic4x.c (md_atof): Use the same error message as ieee_md_atof.
127 * tc-tic54.c (md_atof): Use ieee_md_atof.
128 * tc-v850.c (md_atof): Use ieee_md_atof.
129 * tc-vax.c (md_atof): New function. Call vax_md_atof.
130 * tc-xc16x.c (md_atof): Use ieee_md_atof.
131 * tc-xstormy16.c (md_atof): Use ieee_md_atof.
132 * tc-xtensa.c (md_atof): Use ieee_md_atof.
133 * tc-z8k.c (md_atof): Use ieee_md_atof.
134 * doc/internals.texi: Update description of md_atof function.
135 * po/gas.pot: Regenerate.
136
00e3c476
BW
1372007-10-16 Bob Wilson <bob.wilson@acm.org>
138
139 * doc/as.texinfo (Overview): Add Xtensa --rename-section option.
140
504b7d20
NC
1412007-10-16 Nick Clifton <nickc@redhat.com>
142
143 * config/obj-elf.c (obj_elf_type): Accept "common" as a valid
144 symbol type.
145 * doc/as.texinfo (.type): Document the types accepted by the
146 type pseudo op, including "common".
147
8dbcd839
PB
1482007-10-15 Peter Bergner <bergner@vnet.ibm.com>
149
150 * config/tc-ppc.c (ppc_setup_opcodes): Verify instructions are sorted
151 according to major opcode number.
152
05f4ab67
AM
1532007-10-15 Alan Modra <amodra@bigpond.net.au>
154
155 * read.c (do_s_func): Check asprintf return status.
156 * stabs.c (stabs_generate_asm_func): Likewise.
157 (stabs_generate_asm_endfunc): Likewise.
158
9fcfb3d7
L
1592007-10-12 H.J. Lu <hongjiu.lu@intel.com>
160
161 * config/tc-i386.c (process_operands): Simplify implicit xmm0
162 handling.
163
e2ec9d29
L
1642007-10-12 H.J. Lu <hongjiu.lu@intel.com>
165
166 * config/tc-i386.c (process_operands): Check the firstxmm0
167 field in opcode_modifier for instruction with a implicit
168 xmm0 as the first operand.
169
1702007-10-12 Eric B. Weddington <eweddington@cso.atmel.com>
7337fc21
NC
171
172 * config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B,
173 AT90PWM3B.
174 * doc/c-avr.texi: Document new devices.
175
e9deb29d
NC
1762007-10-12 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
177
178 * config/tc-cr16.c: Update the md_relax_table for 1 word b<cc>
179 instruction range information.
180
3a99f02f
DJ
1812007-10-12 Daniel Jacobowitz <dan@codesourcery.com>
182
183 * doc/as.texinfo (Object Attributes): New chapter.
184 (Pseudo Ops): Document .gnu_attribute.
185 (LNS directives): Correct .loc_mark_labels documentation.
186
6f932bce
NC
1872007-10-11 Nick Clifton <nickc@redhat.com>
188
189 * config/obj-elf.c (obj_elf_section): When pushing a section, if
190 there is a comma then the following argument must be a subsection
191 number.
192
96ef6e0f
L
1932007-10-11 H.J. Lu <hongjiu.lu@intel.com>
194
195 * doc/c-i386.texi: Update which instruction's operands are
196 swapped.
197
79cf5950
NC
1982007-10-11 Nick Clifton <nickc@redhat.com>
199
ad4b42b4
NC
200 PR gas/5161
201 * config/tc-ia64.c: Allow for translations of error and warning
202 messages.
203 * po/gas.pot: Regenerate.
204
c85dd50d
NC
205 PR gas/5158
206 * config/tc-h8300.c (tc_gen_reloc): Allow for translation of error
207 message.
208 * po/gas.pot: Regenerate.
209
79cf5950
NC
210 PR gas/5155
211 * config/tc-msp430.c: Fix spelling typos.
212
5671778d
NC
2132007-10-11 Nick Clifton <nickc@redhat.com>
214
215 * doc/as.texinfo (Type): Fix typo: STT_FUNC not STT_FUNCTION.
216
741fe287
MR
2172007-10-08 Maciej W. Rozycki <macro@linux-mips.org>
218
219 * config/tc-mips.c (AT): Rename to...
220 (ATREG): ... this.
221 (AT): New definition.
222 (mips_set_options): Rename "noat" to "at"; change the type.
223 (mips_opts): Update accordingly.
224 (append_insn): Likewise.
225 (macro_build_ldst_constoffset): Likewise.
226 (load_address): Likewise.
227 (macro, macro2): Likewise.
228 (s_mipsset): Handle ".set at=REG". Update handling of ".set at"
229 and ".set noat".
230
8b040e0a
NC
2312007-10-08 Nick Clifton <nickc@redhat.com>
232
233 * doc/as.texinfo (Previous): Clarify explanation of the behaviour
234 of this pseudo-op and add a couple of examples.
235
bd3ba5d1
NC
2362007-10-08 Nick Clifton <nickc@redhat.com>
237
238 PR gas/5121 gas/5122 gas/5123
239 * Makefile.am (CFILES): Add cgen.c
240 (TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c,
241 tc-tic4x.c and xtensa-relax.c.
242 (TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h,
243 tc-tic4x.h and xtensa-relax.h.
244 (TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h,
245 te-ic960.h, te-linux.h. Add te-aix5.h, te-armeabi.h,
246 te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
247 (CONFIG_ATOF_CFILES): New variable.
248 (POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with
249 dependency upon TARG_ENV_HFILES.
250 (DEPTC): Do not put "#include opcodes/<foo>-desc.h" into
251 cgen-desc.h when foo-desc.h does not exit.
252 Run make dep-am.
253 * Makefile.in: Regenerate.
254 * doc/Makefile.in: Regenerate.
255 * po/POTFILES.in: Regenerate.
256 PR gas/5124 gas/5125
257 * po/es.po: Regenerate.
258 * po/fr.po: Regenerate.
259 * po/gas.pot: Regenerate.
260 * po/rw.po: Regenerate.
261 * po/tr.po: Regenerate.
262 * config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation
263 of error messages.
264 PR gas/5126
265 * config/obj-som.c: Likewise.
266 PR gas/5129
267 * config/tc-arc.c: Likewise.
268 PR gas/5131 gas/5132
269 * config/tc-arm.c: Likewise.
270 PR gas/5137
271 * config/tc-bfin.c: Likewise.
272 PR gas/5143
273 * config/tc-frv.c: Likewise.
b1b17bc5
NC
274 PR gas/5142
275 * config/tc-dlx.c: Likewise.
bd3ba5d1 276
922f0bac
NC
2772007-10-08 Eric B. Weddington <eweddington@cso.atmel.com>
278
279 * config/tc-avr.c (mcu_types): Add new devices: ATtiny43U,
485aa104 280 ATtiny48, AT90PWM216, AT90PWM316.
922f0bac
NC
281 * doc/c-avr.texi: Document new devices.
282
33ffbed9
NC
2832007-10-08 Nick Clifton <nickc@redhat.com>
284
4e6e072b 285 PR gas/5133
ff5075ca
NC
286 * config/tc-arm.c (md_apply_fix): Correct error message.
287 PR gas/5134
288 * config/tc-arm.c (md_apply_fix): Likewise.
33ffbed9
NC
289 PR gas/5136
290 * config/tc-bfin.c (md_apply_fix): Fix error message.
df3e8017
NC
291 PR gas/5135
292 (Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.
33ffbed9 293
368d64cc
L
2942007-10-05 H.J. Lu <hongjiu.lu@intel.com>
295
296 * config/tc-i386.c (build_modrm_byte): Check the first 2 8bit
297 immediate operands directly for instructions with 4 operands.
298
955e1e6a
L
2992007-10-04 H.J. Lu <hongjiu.lu@intel.com>
300
301 PR gas/5109
302 * config/tc-i386.c (process_suffix): Clear QWORD suffix if it
303 is ignored in Intel mode.
304
38a57ae7
NC
3052007-10-04 Helge Deller <deller@gmx.de>
306
307 * read.c (potable): Add string8, string16, string32 and string64.
308 Add bit size for stringer function.
309 (stringer_append_char): New.
310 (stringer): Use stringer_append_char().
311 * config/obj-coff.c (obj_coff_ident): Add bit size for stringer function.
312 * config/obj-elf.c (obj_elf_ident): Likewise.
313 * config/tc-alpha.c (s_alpha_stringer): Likewise.
314 * config/tc-dlx.c (dlx_pseudo_table): Likewise.
315 * config/tc-hppa.c (pa_stringer): Likewise.
316 * config/tc-ia64.c (md_pseudo_table, pseudo_opcode): Likewise.
317 * config/tc-m68hc11.c (md_pseudo_table): Likewise.
318 * config/tc-mcore.c (md_pseudo_table): Likewise.
319 * config/tc-mips.c (mips_pseudo_table): Likewise.
320 * config/tc-spu.c (md_pseudo_table): Likewise.
321 * config/tc-s390.c (md_pseudo_table): Likewise. Replace '2' by '1'.
322 * doc/as.texinfo (ABORT): Fix identing.
323 (String): Document new string8, string16, string32, string64
324 functions.
325 * NEWS: Mention the new feature.
326
6decc662
NC
3272007-10-03 Nick Clifton <nickc@redhat.com>
328
73f4d86e
NC
329 PR gas/5078
330 * config/tc-avr.c (avr_get_constant): Extend error message to
331 mention that the constant must be positive.
332
3332007-10-03 Nick Clifton <nickc@redhat.com>
334
335 * config/tc-avr.c (avr_get_constant):
6decc662
NC
336 PR gas/5089
337 * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo.
338 PR gas/5090
339 (md_assemble): Fix spelling typo.
340
df98fa7d
AM
3412007-10-03 Alan Modra <amodra@bigpond.net.au>
342
343 PR 4303
344 * stabs.c (aout_process_stab): Set BSF_DEBUGGING.
345
7fac7ff4
NC
3462007-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
347
348 * config/tc-cr16.c: Replaced 'tabs' with white spaces and
349 added R_CR16_DISP8 as default reloc type for b<cc> instructions.
350
07e8d93c
L
3512007-09-30 H.J. Lu <hongjiu.lu@intel.com>
352
353 PR gas/5080
354 * config/tc-i386.c (check_long_reg): Also handle cvttss2si.
355 (check_qword_reg): Also handle cvttsd2si.
356
d0fa1372
KH
3572007-09-27 Kazu Hirata <kazu@codesourcery.com>
358
359 * config/m68k-parse.h (m68k_register): Use MBO instead of MBB.
360 (last_movec_reg): Change to MBO.
361 * config/tc-m68k.c (fido_ctrl): Use MBO instead of MBB.
362 (m68k_ip): Use MBO instead of MBO.
363 (init_table): Use MBO instead of MBO. Add an entry for mbo.
364
9a04903e
JB
3652007-09-26 Jan Beulich <jbeulich@novell.com>
366
367 * config/tc-i386.c (build_modrm_byte): Also check for RegEip
368 when considering IP-relative addressing.
369
5a918ce7
JB
3702007-09-26 Jan Beulich <jbeulich@novell.com>
371
372 * config/tc-i386.h (md_register_arithmetic): Define.
373 * config/tc-ia64.h (md_register_arithmetic): Likewise.
374 * doc/internals.texi: Document md_register_arithmetic.
375 * expr.c (make_expr_symbol): Force O_register expressions into
376 reg_section.
377 (expr): Provide default for md_register_arithmetic. Don't resolve
378 adding/subtracting constants to/from registers if
379 md_register_arithmetic is zero.
380
0a7b15ff
JB
3812007-09-26 Jan Beulich <jbeulich@novell.com>
382
383 * dw2gencfi.c: Conditionalize whole body upon TARGET_USE_CFIPOP.
384 (cfi_finish): Add second empty instance.
385
cc941dee
JB
3862007-09-26 Jan Beulich <jbeulich@novell.com>
387
388 * config/tc-ia64.c (dot_pred_rel): Replace specialized handling
389 with simple call to parse_operand.
390
c15900ec
JB
3912007-09-26 Jan Beulich <jbeulich@novell.com>
392
393 * config/tc-i386.c (NUM_FLAG_CODE): Remove.
394
732f54cd
JB
3952007-09-26 Jan Beulich <jbeulich@novell.com>
396
397 * as.c (itbl_parse): Remove #define.
398 (struct itbl_file_list): Move down and ...
399 (itbl_files): .. conditionalize upon HAVE_ITBL_CPU.
400 (show_usage): Conditionalize printing of --itbl option upon
401 HAVE_ITBL_CPU.
402 (parse_args): Conditionalize handling of -t/--itbl options upon
403 HAVE_ITBL_CPU. Remove OPTION_INSTTBL and replace its use with
404 't'.
405
4dffcebc
L
4062007-09-25 H.J. Lu <hongjiu.lu@intel.com>
407
408 * config/tc-i386.c (output_insn): Use i.tm.opcode_length to
409 check opcode length.
410
cac27205
NC
4112007-09-25 Nathan Sidwell <nathan@codesourcery.com>
412
413 * config/tc-m68k.c (LONG_BRANCH_VIA_COND): New.
414 (BRANCHBWPL, FRAG_VAR_SIZE): New.
415 (md_relax_table): Add BRANCHBWPL entries.
416 (m68k_ip): Choose BRANCHBWPL relaxation if necessary.
417 (md_assemble): Use FRAG_VAR_SIZE.
418 (md_convert_frag_1): Add BRANCHBWPL cases.
419 (md_estimate_size_before_relaz): Likewise.
420
49954fb4
CD
4212007-09-24 Carlos O'Donell <carlos@codesourcery.com>
422
423 * config/tc-mips.c (s_align): Set max_alignment to 28.
424
db51cc60
L
4252007-09-20 H.J. Lu <hongjiu.lu@intel.com>
426
427 PR 658
428 * config/tc-i386.c (SCALE1_WHEN_NO_INDEX): Removed.
429 (set_allow_index_reg): New.
430 (allow_index_reg): Likewise.
431 (md_pseudo_table): Add "allow_index_reg" and
432 "disallow_index_reg".
433 (build_modrm_byte): Set i.sib.index to NO_INDEX_REGISTER for
434 fake index registers.
435 (i386_scale): Updated.
436 (i386_index_check): Support fake index registers.
437 (parse_real_register): Return NULL on eiz/riz if fake index
438 registers aren't allowed.
439
217fe99f
NC
4402007-09-19 Nick Clifton <nickc@redhat.com>
441
442 * config/tc-h8300.c (md_apply_fix): Do not abort or handle 8 byte
443 fixups.
444
e055a931
BW
4452007-09-19 Bob Wilson <bob.wilson@acm.org>
446
447 * doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo.
448
d908d8f4
BS
4492007-09-18 Bernd Schmidt <bernd.schmidt@analog.com>
450
451 * config/bfin-parse.y (asm_1): Slightly improve error messages
452 for "reg += const;".
453
b6ac5419
AM
4542007-09-18 Alan Modra <amodra@bigpond.net.au>
455
456 PR gas/5026
457 * read.c (emit_expr): Only use long long if required and available.
458
20e192ab
L
4592007-09-17 H.J. Lu <hongjiu.lu@intel.com>
460
461 * config/tc-i386.c (baseindex): Removed.
462 (build_modrm_byte): Check reg_num for RIP register instead of
463 reg_type.
464 (i386_index_check): Likewise.
465
1a36c6a7
L
4662007-09-17 H.J. Lu <hongjiu.lu@intel.com>
467
468 PR gas/5035
469 * config/obj-coff.c (obj_coff_endef): Remove checking size of
470 def_symbol_in_progress.
471
5c612369
NC
4722007-09-17 Evandro Menezes <evandro@yahoo.com>
473
474 PR gas/5026
475 * read.c (emit_expr): Use unsigned long long values in warning
476 message about truncated expressions.
477
916af048
L
4782007-09-17 H.J. Lu <hongjiu.lu@intel.com>
479
480 * config/tc-i386.c (intel_e04): Revert the last change.
481
7f396d02
NC
4822007-09-17 Nick Clifton <nickc@redhat.com>
483
484 * po/es.po: Updated Spanish translation.
485
27ac7208
L
4862007-09-15 H.J. Lu <hongjiu.lu@intel.com>
487
488 PR gas/5034
489 * config/tc-i386.c (intel_e04): Return 1 if cur_token.code is
490 T_NIL.
491
8ed77a05
L
4922007-09-14 H.J. Lu <hongjiu.lu@intel.com>
493
494 * config/tc-i386.c (build_modrm_byte): Adjust comment line
495 wrap.
496
b5016f89
L
4972007-09-14 H.J. Lu <hongjiu.lu@intel.com>
498
499 * config/tc-i386.c (build_modrm_byte): Use (A || B) instead
500 of (A || B) != 0.
501
c0209578
L
5022007-09-14 H.J. Lu <hongjiu.lu@intel.com>
503
504 * config/tc-i386.c (build_modrm_byte): Adjust indentation.
505
f033ec5c 5062007-09-14 Michael Meissner <michael.meissner@amd.com>
85f10a01
MM
507 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
508 Tony Linthicum <tony.linthicum@amd.com>
509
510 * NEWS: Add SSE5 support to NEWS file.
511
512 * config/tc-i386.h (drex_byte): Add fields to allow process_drex
513 and build_modrm_byte to communicate.
514 (DREX_OC0): New SSE5 macro.
515 (DREX_OC0_MASK): Ditto.
516 (DREX_OC1): Ditto.
517 (DREX_OC1_MASK): Ditto.
518 (DREX_XMEM_X1_X2_X2): Ditto.
519 (DREX_X1_XMEM_X2_X2): Ditto.
520 (DREX_X1_XMEM_X2_X1: Ditto.
521 (DREX_X1_X2_XMEM_X1: Ditto.
522 (DREX_XMEM_X1_X2): Ditto.
523 (DREX_X1_XMEM_X2): Ditto.
524 (drex_byte): New structure to describe the DREX byte.
525
526 * config/tc-i386.c (process_drex): New function to handle SSE5
527 DREX bits.
528 (build_modrm_byte): Use the information cached away in
529 process_drex in the case of DREX instructions.
530 (i386_insn): Add drex field.
531 (pi): Add debugging of drex field.
532 (md_assemble): Treat SSE5 like SSE3 in instructions with an
533 immediate byte. Move REX field to DREX if this is a DREX
534 instruction.
535 (process_operands): Add SSE5 support.
536 (build_modrm_byte): Ditto.
537 (output_insn): Ditto.
538 (cpu_arch): Ditto.
539 (i386_align_code): Ditto.
540
ec56d5c0
JB
5412007-09-12 Jan Beulich <jbeulich@novell.com>
542
543 * config/tc-i386.c (md_assemble): Move handling of extrq/insertq
544 after generic operand swapping, and swap only the immediate operands.
545
8d100c32
KH
5462007-09-11 Nathan Sidwell <nathan@codesourcery.com>
547
548 * config/tc-m68k.c (m68k_ip): Add mcfisa_c case.
549 (m68k_elf_final_processing): Add EF_M68K_CF_ISA_C_NODIV.
550
cf557b51
L
5512007-09-09 H.J. Lu <hongjiu.lu@intel.com>
552
553 * tc-i386.c (output_insn): Only check SSE4.2 and ABM for 3
554 byte opcode.
555
c6fb90c8
L
5562007-09-08 H.J. Lu <hongjiu.lu@intel.com>
557
558 * config/tc-i386.c (cpu_flags_check_x64): Renamed to ...
559 (cpu_flags_check_cpu64): This. Inline.
560 (uints_all_zero): New.
561 (uints_set): Likewise
562 (uints_equal): Likewise
563 (UINTS_ALL_ZERO): Likewise
564 (UINTS_SET): Likewise
565 (UINTS_CLEAR): Likewise
566 (UINTS_EQUAL): Likewise
567 (cpu_flags_and): Likewise.
568 (cpu_flags_or): Likewise.
569 (operand_type_and): Likewise.
570 (operand_type_or): Likewise.
571 (operand_type_xor): Likewise.
572 (cpu_flags_not): Inline and use switch instead of loop.
573 (cpu_flags_match): Updated.
574 (operand_type_match): Likewise.
575 (smallest_imm_type): Likewise.
576 (set_cpu_arch): Likewise.
577 (pt): Likewise.
578 (md_assemble): Likewise.
579 (parse_insn): Likewise.
580 (optimize_imm): Likewise.
581 (match_template): Likewise.
582 (process_suffix): Likewise.
583 (update_imm): Likewise.
584 (finalize_imm): Likewise.
585 (process_operands): Likewise.
586 (build_modrm_byte): Likewise.
587 (i386_immediate): Likewise.
588 (i386_displacement): Likewise.
589 (i386_index_check): Likewise.
590 (i386_operand): Likewise.
591 (i386_target_format): Likewise.
592 (intel_e11): Likewise.
593 (operand_type): Remove implicitregister.
594 (operand_type_check): Updated. Inline.
595 (cpu_flags_all_zero): Removed.
596 (operand_type_all_zero): Likewise.
597 (i386_array_biop): Likewise.
598 (cpu_flags_biop): Likewise.
599 (operand_type_biop): Likewise.
600
33169993
L
6012007-09-08 H.J. Lu <hongjiu.lu@intel.com>
602
603 * Makefile.am: Run "make dep-am".
604 * Makefile.in: Regenerate.
605
40fb9820
L
6062007-09-08 H.J. Lu <hongjiu.lu@intel.com>
607
608 * configure.in (AC_CHECK_HEADERS): Add limits.h.
609 * configure: Regenerated.
610 * config.in: Likewise.
611
612 * config/tc-i386.c: Include "opcodes/i386-init.h".
613 (_i386_insn): Use i386_operand_type for types.
614 (cpu_arch_flags): Updated to new types with bitfield.
615 (cpu_arch_tune_flags): Likewise.
616 (cpu_arch_isa_flags): Likewise.
617 (cpu_arch): Likewise.
618 (i386_align_code): Likewise.
619 (set_code_flag): Likewise.
620 (set_16bit_gcc_code_flag): Likewise.
621 (set_cpu_arch): Likewise.
622 (md_assemble): Likewise.
623 (parse_insn): Likewise.
624 (process_operands): Likewise.
625 (output_branch): Likewise.
626 (output_jump): Likewise.
627 (parse_real_register): Likewise.
628 (mode_from_disp_size): Likewise.
629 (smallest_imm_type): Likewise.
630 (pi): Likewise.
631 (type_names): Likewise.
632 (pt): Likewise.
633 (pte): Likewise.
634 (swap_2_operands): Likewise.
635 (optimize_imm): Likewise.
636 (optimize_disp): Likewise.
637 (match_template): Likewise.
638 (check_string): Likewise.
639 (process_suffix): Likewise.
640 (check_byte_reg): Likewise.
641 (check_long_reg): Likewise.
642 (check_qword_reg): Likewise.
643 (check_word_reg): Likewise.
644 (finalize_imm): Likewise.
645 (build_modrm_byte): Likewise.
646 (output_insn): Likewise.
647 (disp_size): Likewise.
648 (imm_size): Likewise.
649 (output_disp): Likewise.
650 (output_imm): Likewise.
651 (gotrel): Likewise.
652 (i386_immediate): Likewise.
653 (i386_displacement): Likewise.
654 (i386_index_check): Likewise.
655 (i386_operand): Likewise.
656 (parse_real_register): Likewise.
657 (i386_intel_operand): Likewise.
658 (intel_e09): Likewise.
659 (intel_bracket_expr): Likewise.
660 (intel_e11): Likewise.
661 (cpu_arch_flags_not): New.
662 (cpu_flags_check_x64): Likewise.
663 (cpu_flags_all_zero): Likewise.
664 (cpu_flags_not): Likewise.
665 (i386_cpu_flags_biop): Likewise.
666 (cpu_flags_biop): Likewise.
667 (cpu_flags_match); Likewise.
668 (acc32): New.
669 (acc64): Likewise.
670 (control): Likewise.
671 (reg16_inoutportreg): Likewise.
672 (disp16): Likewise.
673 (disp32): Likewise.
674 (disp32s): Likewise.
675 (disp16_32): Likewise.
676 (anydisp): Likewise.
677 (baseindex): Likewise.
678 (regxmm): Likewise.
679 (imm8): Likewise.
680 (imm8s): Likewise.
681 (imm16): Likewise.
682 (imm32): Likewise.
683 (imm32s): Likewise.
684 (imm64): Likewise.
685 (imm16_32): Likewise.
686 (imm16_32s): Likewise.
687 (imm16_32_32s): Likewise.
688 (operand_type): Likewise.
689 (operand_type_check): Likewise.
690 (operand_type_match): Likewise.
691 (operand_type_register_match): Likewise.
692 (update_imm): Likewise.
693 (set_code_flag): Also update cpu_arch_flags_not.
694 (set_16bit_gcc_code_flag): Likewise.
695 (md_begin): Likewise.
696 (parse_insn): Use cpu_flags_check_x64 to check 64bit support.
697 Use cpu_flags_match to match instructions.
698 (i386_target_format): Update cpu_arch_isa_flags and
699 cpu_arch_tune_flags to i386_cpu_flags type with bitfield.
700 (smallest_imm_type): Check cpu_arch_tune to tune for i486.
701 (match_template): Don't initialize overlap0, overlap1,
702 overlap2, overlap3 and operand_types.
703 (process_suffix): Handle crc32 with 64bit register.
704 (MATCH): Removed.
705 (CONSISTENT_REGISTER_MATCH): Likewise.
706
707 * config/tc-i386.h (arch_entry): Updated to i386_cpu_flags
708 type.
709
26186d74
L
7102007-09-06 H.J. Lu <hongjiu.lu@intel.com>
711
712 * config/tc-i386.c (match_template): Handle invlpga, vmload,
713 vmrun and vmsave in SVME.
714 (process_suffix): Likewise.
715
d946b91f
L
7162007-09-05 H.J. Lu <hongjiu.lu@intel.com>
717
718 * config/tc-i386.c (i386_index_check): Don't use RegRex
719 on the reg_type field.
720 (parse_real_register): Use `||' instead of `|'.
721
75178d9d
L
7222007-09-04 H.J. Lu <hongjiu.lu@intel.com>
723
724 * config/tc-i386.c (process_operands): Remove segment override
725 check on SVME instructions.
8aa20f82 726 (i386_index_check): Remove memory operand check on SVME
75178d9d
L
727 instructions.
728
7bc3e93c
AM
7292007-09-04 Alan Modra <amodra@bigpond.net.au>
730
731 * config/tc-spu.c (struct spu_insn): Delete "flag". Add "reloc".
732 (md_assemble): Update init of insn. Use insn.reloc instead of
733 calculating from flag.
734 (get_imm): Set reloc rather than flag.
735 (calcop): Formatting.
736
851feff8
DJ
7372007-08-29 Daniel Jacobowitz <dan@codesourcery.com>
738
739 * dwarf2dbg.c (dwarf2_directive_loc): Emit duplicate .loc directives.
740
ec744b67
DJ
7412007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
742
743 * doc/c-arc.texi: Fix typo.
744
d9a5e5e5
L
7452007-08-28 H.J. Lu <hongjiu.lu@intel.com>
746
747 * config/tc-i386.c (process_suffix): Handle cmpxchg8b in
748 Intel mode.
749
def8fc92
KH
7502007-08-28 Nathan Sidwell <nathan@codesourcery.com>
751
752 * config/tc-m68k.c (mcf52235_ctrl): Add cache registers.
753 (mcf5253_ctrl): Add RAMBAR, MBAR, MBAR2.
754 (mcf5407_ctrl): New.
755 (m68k_cpus): Adjust 5407 entry.
756
f75192f2
KH
7572007-08-28 Maxim Kuvyrkov <maxim@codesourcery.com>
758
759 * config/tc-m68k.c (mcf51qe_ctrl): Define 51QE control registers.
760 (m68k_cpus): Define 51QE cpu.
761
7f6a71ff 7622007-08-28 Mark Shinwell <shinwell@codesourcery.com>
d9a5e5e5 763 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
764
765 * as.c (main): Flush stderr before printing listings to ensure
766 consistent output order across platforms.
767
0b3e17e9
NC
7682007-08-28 Robert Sebastian Gerus <arachnist@gmail.com>
769
770 * configure.tgt: Add support for i[3-7]86-*-dragonfly*.
771
3d6b762c 7722007-08-24 Joseph Myers <joseph@codesourcery.com>
d9a5e5e5 773 Paul Brook <paul@codesourcery.com>
3d6b762c
JM
774
775 * remap.c: New.
776 * as.h (remap_debug_filename, add_debug_prefix_map): Declare.
777 * as.c (show_usage): Document --debug-prefix-map option.
778 (parse_args): Handle --debug-prefix-map.
779 * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths.
780 * stabs.c (stabs_generate_asm_file): Remap debug paths.
781 * Makefile.am (GAS_CFILES): Add remap.c
782 (GENERIC_OBJS): Add remap.o.
783 Regenerate dependencies.
784 * Makefile.in: Regenerate.
785 * doc/as.texinfo (--debug-prefix-map): Document.
786
495bde8e
DJ
7872007-08-24 Aurelien Jarno <aurel32@debian.org>
788
789 * config/tc-arm.c (md_apply_fix): Cast bfd_vma values to long
790 before printing them.
791
67c11a9b
AM
7922007-08-24 Anders Waldenborg <anders@0x63.nu>
793 Alan Modra <amodra@bigpond.net.au>
794
795 * config/tc-i386.c (lex_got): Don't scan past a comma.
796
c3d65c1c
BE
7972007-08-23 Ben Elliston <bje@au.ibm.com>
798
799 * config/tc-ppc.c (parse_cpu): Handle "750cl".
800 (pre_defined_registers): Add "gqr0" to "gqr7", "gqr.0" to "gqr.7".
801 (md_show_usage): Document -m750cl.
802 (md_assemble): Handle two delimiters in succession (eg. `),').
803 * doc/c-ppc.texi (PowerPC-Opts): Document -m750cl.
804 * testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests.
805 * testsuite/gas/ppc/ppc750ps.s: New file.
806 * testsuite/gas/ppc/ppc750ps.d: Likewise.
807
f467aa98
BE
8082007-08-23 Ben Elliston <bje@au.ibm.com>
809
810 * doc/c-arm.texi (ARM Directives): Move brackets out of @vars.
811
3992d3b7
AM
8122007-08-17 Alan Modra <amodra@bigpond.net.au>
813
814 PR gas/4079
815 * config/tc-i386.c (x86_cons): Complain about invalid @got etc.
816 expressions.
817 (i386_immediate): Detect and complain about more cases of
818 invalid immediate expressions. Return failure rather than
819 converting them to zero.
820 (i386_displacement): Likewise.
821
e9f27433
AM
8222007-08-17 Alan Modra <amodra@bigpond.net.au>
823
824 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
825
cf738528
AS
8262007-08-14 Andreas Schwab <schwab@suse.de>
827
828 * config/tc-ia64.c (tc_gen_reloc): Return NULL if relocation is
829 unrepresentable.
830
9975e4c4
DJ
8312007-08-12 Matthias Klose <doko@ubuntu.com>
832
833 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
834 $(top_srcdir)/../../bfd/doc.
835 * doc/Makefile.in: Regenerate.
836
7c3d153f
NC
8372007-08-10 Nick Clifton <nickc@redhat.com>
838
839 * NEWS: Add a marker for the 2.18 features.
840
4396b686
PB
8412007-08-09 Paul Brook <paul@codesourcery.com>
842
843 * config/tc-arm.c (relaxed_symbol_addr): Compensate for alignment.
844
c3ad16c0
L
8452007-08-09 H.J. Lu <hongjiu.lu@intel.com>
846
847 * config/tc-i386.c (check_byte_reg): Support pextrb and pinsrb.
848
34828aad
L
8492007-07-29 H.J. Lu <hongjiu.lu@intel.com>
850
851 * config/tc-i386.c (check_long_reg): Allow cvtss2si to convert
852 DWORD memory to Reg64 in Intel synax.
853 (check_qword_reg): Allow cvtsd2si to convert QWORD memory to
854 Reg32 in Intel syntax.
855
d12f9798
BW
8562007-07-25 Sterling Augustine <sterling@tensilica.com>
857
858 * config/tc-xtensa.c (xtensa_extui_opcode): New.
859 (xg_expand_assembly_insn): Check for invalid extui operands.
860 (md_begin): Initialize xtensa_extui_opcode.
861
9ce0cf56
NC
8622007-07-24 Nick Clifton <nickc@redhat.com>
863
864 * config/tc-mep.h (skip_whitespace): Remove definition.
865
76bc74dc
L
8662007-07-23 H.J. Lu <hongjiu.lu@intel.com>
867
868 * config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386.
869 (f32_15): Removed.
870 (jump_31): New.
871 (f32_patt): Remove f32_15.
872 (f16_patt): Likewise.
873 (i386_align_code): Updated to alt_long_patt for 64bit by
874 default.
875
876 * config/tc-i386.h (processor_type): Add PROCESSOR_I386.
877
8782007-07-23 Evandro Menezes <evandro.menezes@amd.com>
879
880 * config/tc-i386.c (i386_align_code): Enable alignment up to
881 MAX_MEM_FOR_RS_ALIGN_CODE bytes. Remove special treatment
882 for K8.
883
e6529493
L
884 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to 31.
885
fc5910c0
NC
8862007-07-20 Nick Clifton <nickc@redhat.com>
887
888 * app.c (do_scrub_chars): Provide a one character buffer to hold a
889 pushed back newline at the end of an unterminated quoted string.
890
d929913e
NC
8912007-07-14 Nick Clifton <nickc@redhat.com>
892
893 * config/tc-arm.c (create_register_alias): Return a boolean rather
894 than an integer.
895 Check the return value of insert_reg_alias and do not continue to
896 create aliases once an insertion has failed.
897 (s_unreq): Delete the all-upper-case and all-lower-case
898 alternatives as well.
899
d2df793a
NC
9002007-07-12 Kai Tietz <kai.tietz@onevision.com>
901
902 * symbols.c: Print bfd_hostptr_t to file via fprintf_vma.
903 * write.c: Likewise.
904
369943fe
DJ
9052007-07-11 Daniel Jacobowitz <dan@codesourcery.com>
906
907 * config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): Use
908 HAVE_64BIT_SYMBOLS.
909
0fdf1951
RS
9102007-07-04 Richard Sandiford <richard@codesourcery.com>
911
912 * config/tc-mips.c (mips_cpu_info_table): Add new entries for
913 {24k,24ke,34k,74k}f{2_1,1_1,x}. Also add an entry for 74kf3_2.
914 Deprecate *x and *fx.
915 * doc/c-mips.texi: Document the new CPU arguments. Deprecate
916 *x and *fx.
917
872ce6ff
L
9182007-07-04 H.J. Lu <hongjiu.lu@intel.com>
919
920 * config/obj-coff.h (x86_64_target_format): Renamed to ...
921 (i386_target_format): This
922 (TARGET_FORMAT): Use i386_target_format.
923
924 * config/tc-i386.c (x86_64_target_format): Removed.
925 (i386_target_format): Handle PE formats.
926
1a412f5f
NC
9272007-07-04 Nick Clifton <nickc@redhat.com>
928
929 * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order
930 to get the right length of printed value.
931
ec2655a6
NC
9322007-07-03 Nick Clifton <nickc@redhat.com>
933
934 * COPYING: Replace with GPLv3 text.
935 * app.c: Update copyright notice to refer to GPLv3.
936 * as.c, as.h, asintl.h, atof_generic.c, bignum.h, bit_fix.h,
937 cgen.c, cond.c, debug.c, depend.c, dw2gencfi.c, dw2gencfi.h,
938 dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c, emul.h,
939 emul_target.h, expr.c, expr.h, flonum-copy.c, flonum.h,
940 flonum-konst.c, frags.c, frags.h, hash.c, hash.h, input-file.c,
941 input-file.h, input-scrub.c, ibtl-lex.h, itbl-lex.l, itbl-ops.c,
942 itbl-ops.h, itbl-parse.y, listing.c, listing.h, literal.c,
943 macro.c, messages.c, obj.h, output-file.c, output-file.h, read.c,
944 read.h, sb.c, sb,h, stabs.c, struc-symbol.h, subsegs.c, subsegs.h,
945 symbols.c, symbols.h, tc.h, write.c, write.h, config/aout_gnu.h,
946 config/config/atof-ieee.c, config/atof-vax.c, config/bfin-aux.h,
947 config/bfin-defs.h, config/bfin-lex.l, config/bfin-parse.y,
948 config/itbl-mips.h, config/m68k-parse.h, config/m68k-parse.y,
949 config/obj-aout.c, config/obj-aout.h, config/obj-coff.c,
950 config/obj-coff.h, config/obj-ecoff.c, config/obj-ecoff.h,
951 config/obj-elf.c, config/obj-elf.h, config/obj-evax.c,
952 config/obj-evax.h, config/obj-multi.h, config/obj-som.c,
953 config/obj-som.h, config/tc-alpha.c, config/tc-alpha.h,
954 config/tc-arc.c, config/tc-arc.h, config/tc-arm.c,
955 config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
956 config/tc-bfin.c, config/tc-bfin.h, config/tc-cr16.c,
957 config/tc-cr16.h, config/tc-cris.c, config/tc-cris.h,
958 config/tc-crx.c, config/tc-crx.h, config/tc-d10v.c,
959 config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h,
960 config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c,
961 config/tc-fr30.h, config/tc-frv.c, config/tc-frv.h,
962 config/tc-generic.c, config/tc-generic.h, config/tc-h8300.c,
963 config/tc-h8300.h, config/tc-hppa.c, config/tc-hppa.h,
964 config/tc-i370.c, config/tc-i370.h, config/tc-i386.c,
965 config/tc-i386.h, config/tc-i860.c, config/tc-i860.h,
966 config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c,
967 config/tc-ia64.h, config/tc-ip2k.c, config/tc-ip2k.h,
968 config/tc-iq2000.c, config/tc-iq2000.h, config/tc-m32c.c,
969 config/tc-m32c.h, config/tc-m32r.c, config/tc-m32r.h,
970 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
971 config/tc-m68k.h, config/tc-maxq.c, config/tc-maxq.h,
972 config/tc-mcore.c, config/tc-mcore.h, config/tc-mep.c,
973 config/tc-mep.h, config/tc-mips.c, config/tc-mips.h,
974 config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
975 config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
976 config/tc-msp430.c, config/tc-msp430.h, config/tc-mt.c,
977 config/tc-mt.h, config/tc-ns32k.c, config/tc-ms32k.h,
978 config/tc-openrisc.c, config/tc-openrisc.h, config/tc-or32.c,
979 config/tc-or32.h, config/tc-pdp11.c, config/tc-pdp11.h,
980 config/tc-pj.c, config/tc-pj.h, config/tc-ppc.c, config/tc-ppc.h,
981 config/tc-s390.c, config/tc-s390.h, config/tc-score.c,
982 config/tc-score.h, config/tc-sh64.c, config/tc-sh64.h,
983 config/tc-sh.c, config/tc-sh.h, config/tc-sparc.c,
984 config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
985 config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
986 config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
987 config/tc-v850.c, config/tc-v850.h, config/tc-vax.c,
988 config/tc-vax.h, config/tc-xc16x.c, config/tc-x16x.h,
989 config/tc-xstormy16.c, config/tc-xstormy16.h, config/tc-xtensa.c,
990 config/tc-xtensa.h, config/tc-z80.c, config/tc-z80.h,
991 config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
992 config/te-freebsd.h, config/te-hppa.h, config/te-irix.h,
993 config/te-netware.h, config/te-sparcaout.h, config/te-tmips.h,
994 config/te-vxworks.h, config/vax-inst.h, config/xtensa-istack.h,
995 config/xtensa-relax.c, config/xtensa-relax.h: Likewise.
996
997 * flonum-mult.c: Likewise, and also correct typo referring to
998 non-existant GNU Assembler General Public License.
999 * config/tc-m68851.h: Likewise.
1000 * NEWS: Mention the new license. Also note where the 2.17 release
1001 happened.
1002 * config/e-crisaout.c: Add copyright header.
1003 * config/e-criself.c, config/e-i386aout.c, config/e-i386coff.c,
1004 config/e-i386elf.c, config/e-mipscoff.c, config/e-mipself.c,
1005 config/obj-multi.c, config/te-aix5.h, config/te-armeabi.h,
1006 config/te-armlinuxeabi.h, config/te-dynix.h, config/te-epoc-pe.h,
1007 config/te-generic.h, config/te-gnu.h, config/te-go32.h,
1008 config/te-hppa64.h, config/te-hppalinux64.h, config/te-hpux.h,
1009 config/te-i386aix.h, config/te-ia64aix.h, config/te-interix.h,
1010 config/te-linux.h, config/te-lnews.h, config/te-lynx.h,
1011 config/te-mach.h, config/te-macos.h, config/te-nbsd532.h,
1012 config/te-nbsd.h, config/te-pc532mach.h, config/te-pe.h,
1013 config/te-pep.h, config/te-psos.h, config/te-riscix.h,
1014 config/te-sun3.h, config/te-svr4.h, config/te-symbian.h,
1015 config/te-wince-pe.h: Likewise.
1016
afa2158f
NS
10172007-07-03 Nathan Sidwell <nathan@codesourcery.com>
1018
1019 * config/tc-m68k.c (m68k_ip): Add j & K operand types.
1020 (install_operand): Add E encoding.
1021 (md_begin): Check and skip initial '.' arg character.
1022 (get_num): Add 0..511 case.
1023
ae4a729b
AM
10242007-07-03 Alan Modra <amodra@bigpond.net.au>
1025
1026 PR 4713
1027 * config/obj-elf.c (elf_ecoff_set_ext): Make static when OBJ_MAYBE_ELF.
1028 * config/obj-elf.h (obj_ecoff_set_ext): Comment.
1029
df816087
AM
10302007-07-03 Mikkel Lauritsen <renard@nospam.dk>
1031
1032 PR 4722
1033 * app.c (do_scrub_chars <state 5>): Check for output buffer full
1034 after memcpy.
1035
741d6ea8
JM
10362007-07-02 Joseph Myers <joseph@codesourcery.com>
1037
1038 * config/tc-mips.c (s_dtprelword, s_dtpreldword,
1039 s_dtprel_internal): New.
1040 (mips_pseudo_table): Add .dtprelword and .dtpreldword.
1041 (md_apply_fix): Handle BFD_RELOC_MIPS_TLS_DTPREL32 and
1042 BFD_RELOC_MIPS_TLS_DTPREL64.
1043
ae351704
AM
10442007-07-02 Alan Modra <amodra@bigpond.net.au>
1045
1046 * Makefile.am: Run "make dep-am".
1047 * Makefile.in: Regenerate.
1048 * aclocal.m4: Regenerate.
1049 * config.in: Regenerate.
1050 * doc/Makefile.in: Regenerate.
1051 * po/POTFILES.in: Regenerate.
1052 * po/gas.pot: Regenerate.
1053
8d452c78
AM
10542007-07-02 Alan Modra <amodra@bigpond.net.au>
1055
1056 * config/tc-ppc.c (ppc_pe_section): Comment out code assigning
1057 coff section flag values to bfd section flag.
1058
86b57e31
L
10592007-06-30 H.J. Lu <hongjiu.lu@intel.com>
1060
1061 * aclocal.m4: Regenerated.
1062 * doc/Makefile.in: Likewise.
1063 * Makefile.in: Likewise.
1064
7ace4e4c
JM
10652007-06-29 Joseph Myers <joseph@codesourcery.com>
1066
1067 * as.c (main): Only call create_obj_attrs_section if IS_ELF.
1068
104d59d1
JM
10692007-06-29 Joseph Myers <joseph@codesourcery.com>
1070
1071 * as.c (create_obj_attrs_section): New.
1072 (main): Call create_obj_attrs_section for ELF.
1073 * read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
1074 skip_past_comma, s_vendor_attribute): New.
1075 (potable): Add gnu_attribute for ELF.
1076 * read.h (s_vendor_attribute): Declare.
1077 * config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper
1078 round s_vendor_attribute.
1079 (aeabi_set_public_attributes): Update for new attributes
1080 interfaces.
1081 (arm_md_end): Remove attributes contents setting now done
1082 generically.
1083
3d3d428f
NC
10842007-06-29 M R Swami Reddy <MR.Swami.Redd@nsc.com>
1085
1086 * Makefile.am: Add CR16 related entry.
1087 * Makefile.in: Regenerate.
1088 * config/tc-cr16.h: New file
1089 * config/tc-cr16.c: New file
1090 * doc/c-cr16.texi: New file for cr16
1091 * doc/all.texi: Entry for cr16
1092 * doc/Makefile.am: Added c-cr16.texi
1093 * doc/Makefile.in: Regenerate
1094 * doc/as.texinfo: Entry for CR16 target
1095 * NEWS: Announce the support for the new target.
1096
cd2cf30b
PB
10972007-06-26 Paul Brook <paul@codesourcery.com>
1098
1099 * config/tc-arm.c (parse_operands): Accept generic coprocessor regs
1100 for OP_RVC.
1101 (reg_names): Add fpinst, pfinst2, mvfr0 and mvfr1.
1102
5f15756d
L
11032007-06-25 H.J. Lu <hongjiu.lu@intel.com>
1104
1105 * config/tc-i386.c (process_operands): Replace regKludge
1106 with RegKludge.
1107
b314ec0e
RS
11082007-06-25 Richard Sandiford <richard@codesourcery.com>
1109
1110 * config/tc-mips.h (TC_SYMFIELD_TYPE): New.
1111 * config/tc-mips.c (append_insn): Record which symbols have
1112 R_MIPS16_26 relocations against them.
1113 (mips_fix_adjustable): Don't reduce relocations against such symbols.
1114
b81bf389
BW
11152007-06-22 Sterling Augustine <sterling@tensilica.com>
1116
1117 * config/tc-xtensa.c (xg_assembly_relax): Comment termination rules.
1118 (frag_format_size): Handle RELAX_IMMED_STEP3.
1119 (xtensa_relax_frag, md_convert_frag): Likewise.
1120 * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_IMMED_STEP3.
1121 (RELAX_IMMED_MAXSTEPS): Adjust.
1122 * config/xtensa-relax.c (widen_spec_list): Add transitions from
1123 wide branches to branch-over-jumps.
1124 (build_transition): Handle wide branches in transition patterns.
1125
e205caa7
L
11262007-06-22 H.J. Lu <hongjiu.lu@intel.com>
1127
1128 * config/tc-i386.c (disp_size): New.
1129 (imm_size): Likewise.
1130 (output_disp): Use disp_size and imm_size.
1131 (output_imm): Use imm_size.
1132
c48aaca0
BW
11332007-06-19 Sterling Augustine <sterling@tensilica.com>
1134
1135 * config/tc-xtensa.h (struct xtensa_frag_type): Update comment about
1136 use of literal_frag field.
1137 * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Record frag
1138 in the literal_frag field.
1139 (xtensa_move_literals): Use it here instead of searching. Update
1140 literal_frag field with new value.
1141
728ca7c9
PB
11422007-06-14 Paul Brook <paul@codesourcery.com>
1143
1144 * config/tc-arm.c (do_t_mov_cmp): Handle shift by register and
1145 narrow shift by immediate.
1146
79887925
L
11472007-06-14 H.J. Lu <hongjiu.lu@intel.com>
1148
1149 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
1150
1151 * acinclude.m4: Don't include m4 files.
1152 (BFD_BINARY_FOPEN): Removed.
1153 Remove libtool kludge.
1154
1155 * Makefile.in: Regenerated.
1156 * doc/Makefile.in: Likewise.
1157 * aclocal.m4: Likewise.
1158 * configure: Likewise.
1159
99ded152
BW
11602007-06-11 Sterling Augustine <sterling@tensilica.com>
1161 Bob Wilson <bob.wilson@acm.org>
1162
1163 * config/tc-xtensa.c (XTENSA_PROP_INSN_NO_TRANSFORM): Renamed to...
1164 (XTENSA_PROP_NO_TRANSFORM): ...this.
1165 (frag_flags_struct): Move is_no_transform out of the insn sub-struct.
1166 (xtensa_mark_frags_for_org): New.
1167 (xtensa_handle_align): Set RELAX_ORG frag subtype for rs_org.
1168 (xtensa_post_relax_hook): Call xtensa_mark_frags_for_org.
1169 (get_frag_property_flags): Adjust reference to is_no_transform flag.
1170 (xtensa_frag_flags_combinable): Likewise.
1171 (frag_flags_to_number): Likewise. Use XTENSA_PROP_NO_TRANSFORM.
1172 * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_ORG.
1173
dce323d1
PB
11742007-06-06 Paul Brook <paul@codesourcery.com>
1175
1176 * config/tc-arm.c (s_align): Pad code sections appropriately.
1177
79d49516
PB
11782007-06-05 Paul Brook <paul@codesourcery.com>
1179
1180 * config/tc-arm.c (insns): Correct Thumb-2 ldrd/strd opcodes.
1181
dfeb0666
NC
11822007-06-05 Nick Clifton <nickc@redhat.com>
1183
1184 PR gas/4587
1185 * config/tc-sparc.c (sparc_ip): Terminate tls_ops array.
1186
353ab861
AM
11872007-06-05 Alan Modra <amodra@bigpond.net.au>
1188
1189 * config/tc-spu.c (spu_cons): Use deferred_expression. Handle
1190 number@ppu.
1191 (tc_gen_reloc): Abort if neither addsy or subsy is set.
1192 (md_apply_fix): Don't attempt to resolve SPU_PPU relocs.
1193 * config/tc-spu.h (md_operand): Handle @ppu without sym.
1194
91568d08
PB
11952007-05-31 Paul Brook <paul@codesourcery.com>
1196
1197 * config/tc-arm.c (insns): Allow strex on M profile cores.
1198
c699f087
JJ
11992007-05-29 David S. Miller <davem@davemloft.net>
1200 Jakub Jelinek <jakub@redhat.com>
1201
1202 PR gas/4558
1203 * config/tc-sparc.c (md_apply_fix): Fix relocation overflow checks
1204 for BFD_RELOC_SPARC_WDISP16 and BFD_RELOC_SPARC_WDISP19.
1205
945370aa
AM
12062007-05-29 Alan Modra <amodra@bigpond.net.au>
1207
1208 * config/tc-spu.h: Wrap in #ifndef/#endif. Delete coff macros.
1209
98027b10
AM
12102007-05-29 Alan Modra <amodra@bigpond.net.au>
1211
1212 * config/tc-ppc.c: Convert to ISO C.
1213 * config/tc-ppc.c: Likewise.
1214
a32b816e
AM
12152007-05-29 Alan Modra <amodra@bigpond.net.au>
1216
1217 * write.h (EXEC_MACHINE_TYPE): Delete.
1218 (string_byte_count, section_alignment): Delete.
1219
1740b7b1
NS
12202007-05-28 Nathan Sidwell <nathan@codesourcery.com>
1221
1222 * app.c (do_scrub_chars): Cope with \ at end of buffer.
1223
a1867a27
AM
12242007-05-26 Alan Modra <amodra@bigpond.net.au>
1225
1226 * config/tc-ppc.c (ppc_insert_operand): Truncate sign bits in
1227 top 32 bits of 64 bit value if so doing results in passing
1228 range check. Rewrite sign extension fudges similarly. Enable
1229 fudges for powerpc64 too. Report user value if range check
1230 fails rather than fudged value. Negate PPC_OPERAND_NEGATIVE
1231 range rather than value, also to report user value on failure.
1232
efd81785
PB
12332007-03-25 Paul Brook <paul@codesourcery.com>
1234
1235 * config/tc-arm.c (T2_SUBS_PC_LR): Define.
1236 (do_t_add_sub): Correctly encode subs pc, lr, #const.
1237 (do_t_mov_cmp): Correctly encode movs pc, lr.
1238
37ad9514
SE
12392007-05-24 Steve Ellcey <sje@cup.hp.com>
1240
1241 * Makefile.in: Regnerate.
1242 * configure: Regenerate.
1243 * aclocal.m4: Regenerate.
1244 * doc/Makefile.in: Regenerate.
1245
4c8d1ad4
BW
12462007-05-22 Bob Wilson <bob.wilson@acm.org>
1247
1248 * doc/c-xtensa.texi (Xtensa Automatic Alignment): Remove statements
1249 and index entries about automatic alignment of ENTRY instructions.
1250
0e9517a9
NC
12512007-05-22 Nick Clifton <nickc@redhat.com>
1252
1253 * doc/as.texinfo: Use @copying around the copyright notice.
1254
e6559e01
JM
12552007-05-18 Joseph Myers <joseph@codesourcery.com>
1256
1257 * config/tc-mips.c (s_mipsset): Use generic s_set for directives
1258 containing a comma.
1259
4b7d318b
L
12602007-05-17 H.J. Lu <hongjiu.lu@intel.com>
1261
1262 PR gas/4517
1263 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5d14452b 1264 * doc/as.texinfo: Document new directives: .cfi_restore,
4b7d318b
L
1265 .cfi_undefined, .cfi_same_value, .cfi_return_column,
1266 .cfi_remember_state and .cfi_restore_state.
1267
2b878742
NS
12682007-05-17 Nathan Sidwell <nathan@codesourcery.com>
1269
1270 * config/tc-m68k.c (md_apply_fix): Show value of out of range
1271 fixups in error message.
1272 (md_conver_frag_1): Propagate the fix source location and use
1273 as_bad_where rather than fatal, for better error messages.
1274
2b744c99
PB
12752007-05-16 Paul Brook <paul@codesourcery.com>
1276
1277 * config/tc-arm.c (v7m_psrs): Add uppercase PSR names and xpsr.
1278
2a676888
MS
12792007-05-15 Mark Shinwell <shinwell@codesourcery.com>
1280
1281 * app.c (do_scrub_chars): Don't damage \@ pseudo-variables.
1282
1c3f20b4
NC
12832007-05-15 Vincent Riviere <vincent.riviere@freesbee.fr>
1284
1285 PR gas/3041
1286 * config/tc-m68k.c (relaxable_symbol): Make sure that the correct
1287 addend is stored for relocs against weak symbols.
1288 (md_apply_fix): So not loose track of addend for relocs against
1289 weak symbols.
1290
24471d42
TS
12912007-05-14 Thiemo Seufer <ths@mips.com>
1292
1293 * config/tc-mips.c (md_parse_option): Fix parsing of -O option.
1294
b0253a53
ML
12952007-05-14 Mei Ligang <ligang@sunnorth.com.cn>
1296
24471d42
TS
1297 * config/tc-score.c (data_op2, validate_immediate): Fix bug for
1298 addri, addri.c, subi, and subi.c when immediate number is hex.
b0253a53
ML
1299 (score_insns): Remove subis and subis.c.
1300 (do_sub_rdi16): Delete.
1301
ece5ef60
AM
13022007-05-11 Alan Modra <amodra@bigpond.net.au>
1303
1304 * config/tc-spu.c (md_pseudo_table): Add int, long, quad. Call
1305 spu_cons for word.
1306 (md_assemble): Tidy use of insn.flag.
1307 (get_imm): Likewise. Handle uppercase input too.
1308 (spu_cons): New function.
1309 * config/tc-spu.h (tc_fix_adjustable): Don't adjust SPU_PPU relocs.
1310 (TC_FORCE_RELOCATION): Don't resolve them either.
1311
f9d4405b
MS
13122007-05-05 Mark Shinwell <shinwell@codesourcery.com>
1313
1314 * config/tc-arm.c (md_apply_fix): Generate more accurate
1315 diagnostic when 8-bit immediate range is exceeded for
1316 BFD_RELOC_ARM_OFFSET_IMM8.
1317
0787a12d
AM
13182007-05-04 Alan Modra <amodra@bigpond.net.au>
1319
1320 PR gas/4460
1321 * config/tc-i386.c (lex_got): Don't replace the reloc token with
1322 a space if we already have a space.
1323
20592a94
L
13242007-05-03 H.J. Lu <hongjiu.lu@intel.com>
1325
1326 * config/tc-i386.c (match_template): Don't explicitly check
1327 suffix for crc32 in Intel mode.
1328 (process_suffix): Issue an error for crc32 if the operand size
1329 is ambiguous.
1330
22184a77
NC
13312007-05-03 Vincent Riviere <vincent.riviere@freesbee.fr>
1332 Nick Clifton <nickc@redhat.com>
1333
1334 PR gas/3041
1335 * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
1336 (tc_gen_reloc): Adjust the addend of relocs against weak symbols.
1337 (md_apply_fix): Put zero values into the frags referencing weak
1338 symbols.
1339
3896c469
AM
13402007-05-02 Alan Modra <amodra@bigpond.net.au>
1341
1342 PR 4448
1343 * config/tc-ppc.c (ppc_insert_operand): Don't increase min for
1344 PPC_OPERAND_PLUS1.
1345
9344ff29
L
13462007-05-01 H.J. Lu <hongjiu.lu@intel.com>
1347
1348 * config/tc-i386.c (match_template): Check suffix for crc32 in
1349 Intel mdoe.
1350 (process_suffix): Default the suffix of 8bit crc32 to
1351 BYTE_MNEM_SUFFIX.
1352 (check_byte_reg): Skip check for 8bit crc32.
1353
a540244d
L
13542007-04-30 H.J. Lu <hongjiu.lu@intel.com>
1355
1356 * config/tc-i386.c (md_assemble): Use register_prefix in
1357 error/warning message.
1358 (check_byte_reg): Likewise.
1359 (check_long_reg): Likewise.
1360 (check_qword_reg): Likewise.
1361 (check_word_reg): Likewise.
1362 (process_operands): Likewise.
1363
eb42fac1
AM
13642007-04-30 Alan Modra <amodra@bigpond.net.au>
1365
1366 PR 4436
1367 * config/tc-ppc.c (ppc_insert_operand): Disable range check if
1368 min > max.
1369
02ffd3e4
TS
13702007-04-28 Thiemo Seufer <ths@networkno.de>
1371
1372 * config/tc-mips.c: Fix comment.
1373
8eb2af8e
DC
13742007-04-26 Anatoly Sokolov <aesok@post.ru>
1375
1376 * config/tc-avr.c (mcu_types): Add support for atmega8hva and
1377 atmega16hva devices. Move at90usb82 device to 'avr5' architecture.
1378 * doc/c-avr.texi: Document new devices.
1379
6d0f4cb4
AM
13802007-04-24 Alan Modra <amodra@bigpond.net.au>
1381
1382 * Makefile.am: Run "make dep-am".
1383 * Makefile.in: Regenerate.
1384
9a2e615a
NS
13852007-04-23 Nathan Sidwell <nathan@codesourcery.com>
1386
1387 * config/tc-m68k.c (mcf54455_ctrl): New.
1388 (HAVE_LONG_DISP, HAVE_LONG_CALL, HAVE_LONG_COND): New.
1389 (m68k_archs): Add isac.
1390 (m68k_cpus): Add 54455 family.
1391 (m68k_ip): Split Bg into Bb, Bs, Bg.
1392 (m68k_elf_final_processing): Add ISA_C.
1393 * doc/c-m68k.texi (M680x0 Options): Add isac.
1394
d2bdaea8
AM
13952007-04-22 Alan Modra <amodra@bigpond.net.au>
1396
1397 * read.c (read_a_source_file): Skip multiple spaces to
1398 cover hack in mmix md_start_line_hook which overwrites a
1399 colon with a space. Delete sermon and needless assertion.
1400
541d2ffd
AM
14012007-04-21 Alan Modra <amodra@bigpond.net.au>
1402
1403 * config/atof-vax.c (atof_vax_sizeof): Change return type to unsigned.
1404 (md_atof): Make number_of_chars unsigned. Revert last change.
1405 * config/tc-or32.c (md_apply_fix): Delete bogus assertions.
1406 * config/tc-sh.c (sh_optimize_expr): Only define for OBJ_ELF.
1407 * config/tc-sh.h (md_optimize_expr): Likewise.
1408 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Delete bogus
1409 assertion.
1410 * config/tc-xtensa.c (convert_frag_immed_finish_loop): Likewise.
1411
c13781b8
NC
14122007-04-21 Nick Clifton <nickc@redhat.com>
1413
2523cd0a
NC
1414 * config/atof-vax.c (md_atof): Fix comparison inside know().
1415
c13781b8
NC
1416 * config/tc-ia64.c (emit_one_bundle): Fix typo.
1417
c43a438d
AM
14182007-04-21 Alan Modra <amodra@bigpond.net.au>
1419
db557034
AM
1420 * expr.c (expr): Assert on rankarg, not rank which can be unsigned.
1421 * read.c (read_a_source_file): Remove buffer_limit[-1] assertion.
1422 Don't skip over NUL char.
1423 (pseudo_set): Set X_op for registers to O_register.
1424 * symbols.c (symbol_clone): Remove assertion that sym is defined.
1425 (resolve_symbol_value): Resolve O_register symbols.
1426 * config/tc-i386.c (parse_real_register): Don't use i386_float_regtab.
1427 Instead find st(0) by hash lookup.
1428 * config/tc-ppc.c (ppc_macro): Warning fix.
1429
c43a438d
AM
1430 * as.h (ENABLE_CHECKING): Default define to 0.
1431 (know): Assert if ENABLE_CHECKING.
1432 (struct relax_type): Remove superfluous declaration.
1433 * configure.in (--enable-checking): New.
1434 * configure: Regenerate.
1435 * config.in: Regenerate.
1436 * config/tc-ppc.c (ppc_setup_opcodes): Do checks when ENABLE_CHECKING.
1437 Check for duplicate powerpc_operands entries.
1438
78336706
NS
14392007-04-20 Nathan Sidwell <nathan@codesourcery.com>
1440
d5be9593
NS
1441 * config/tc-m68k.c (mcf5253_ctrl): New.
1442 (mcf52223_ctrl): New.
1443 (m68k_cpus): Add 5253, 52221, 52223.
1444
78336706
NS
1445 * config/m68k-parse.h (RAMBAR_ALT): New.
1446 * config/tc-m68k.c (mcf5206_ctrl, mcf5307_ctrl): New.
1447 (mcf_ctrl, mcf5208_ctrl, mcf5210a_ctrl, mcf5213_ctrl, mcf52235_ctrl,
1448 mcf5225_ctrl, mcf5235_ctrl, mcf5271_ctrl, mcf5275_ctrl,
1449 mcf5282_ctrl, mcf5329_ctrl, mcf5373_ctrl, mcfv4e_ctrl,
1450 mcf5475_ctrl, mcf5485_ctrl): Add RAMBAR synonym for
1451 RAMBAR1.
1452 (mcf5272_ctrl): Add RAMBAR0, replace add RAMBAR with RAMBAR_ALT.
1453 (m68k_cpus): Adjust 5206, 5206e & 5307 entries.
1454 (m68k_ip) <Case J>: Detect when RAMBAR_ALT should be used. Add it
1455 to control register mapping.
1456
931774a9
AM
14572007-04-20 Alan Modra <amodra@bigpond.net.au>
1458
1459 * messages.c (as_internal_value_out_of_range): Fix typo in
1460 error message. Return after printing domain error.
1461 * config/tc-ppc.c (ppc_insert_operand): Preserve low zero bits
1462 in max when shifting right.
1463
b84bf58a
AM
14642007-04-20 Alan Modra <amodra@bigpond.net.au>
1465
1466 * messages.c (as_internal_value_out_of_range): Extend to report
1467 errors for values with invalid low bits set.
1468 * config/tc-ppc.c (ppc_setup_opcodes): Check powerpc_operands bitm
1469 fields. Check that operands and opcode fields are disjoint.
1470 (ppc_insert_operand): Check operands using mask rather than bit
1471 count. Check low bits too. Handle PPC_OPERAND_PLUS1. Adjust
1472 insertion code.
1473 (md_apply_fix): Adjust for struct powerpc_operand change.
1474
076d447c
PB
14752007-04-19 Paul Brook <paul@codesourcery.com>
1476
1477 * config/tc-arm.c (md_assemble): Only allow 16-bit instructions on
1478 Thumb-1. Add sanity check for bogus relaxations.
1479
16a4cf17
PB
14802007-04-19 Paul Brook <paul@codesourcery.com>
1481
1482 * config/tc-arm.c (insns): Allow rsb and rsbs on Thumb-1.
1483
e30daadc
AM
14842007-04-19 Alan Modra <amodra@bigpond.net.au>
1485
1486 * Makefile.am: Run "make dep-am".
1487 * Makefile.in: Regenerate.
1488
7a467a28
AM
14892007-04-19 Nathan Froyd <froydnj@codesourcery.com>
1490
1491 * doc/c-ppc.texi (PowerPC-Opts): Document -me500, -me500x2, -mspe.
1492
d76f7bc1
L
14932007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1494
1495 * doc/c-i386.texi; Document .ssse3, .sse4.1, .sse4.2 and .sse4.
1496
381d071f
L
14972007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1498
1499 * config/tc-i386.c (cpu_arch): Add .sse4.2 and .sse4.
1500 (match_template): Handle operand size for crc32 in SSE4.2.
1501 (process_suffix): Handle operand type for crc32 in SSE4.2.
1502 (output_insn): Support SSE4.2.
1503
42903f7f
L
15042007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1505
1506 * config/tc-i386.c (cpu_arch): Add .sse4.1.
1507 (process_operands): Adjust implicit operand for blendvpd,
1508 blendvps and pblendvb in SSE4.1.
1509 (output_insn): Support SSE4.1.
1510
026d3abb
PB
15112007-04-18 Paul Brook <paul@codesourcery.com>
1512
1513 * config/tc-arm.c (do_t_rsb): Use 16-bit encoding when possible.
1514
91382b56
KK
15152007-04-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1516
1517 * config/tc-sh.c (sh_handle_align): Call as_bad_where instead
1518 of as_warn_where for misaligned data.
1519
0838d2ac
KK
15202007-04-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1521
1522 * config/tc-sh.c (align_test_frag_offset_fixed_p): Handle
1523 rs_fill frags.
1524
b7d19ba6
SE
15252007-04-14 Steve Ellcey <sje@cup.hp.com>
1526
1527 * Makefile.am: Add ACLOCAL_AMFLAGS.
1528 * Makefile.in: Regenerate.
1529
0cc34095
KK
15302007-04-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1531
1532 * config/tc-sh.c (align_test_frag_offset_fixed_p): New.
1533 (sh_optimize_expr): Likewise.
1534 * config/tc-sh.h (md_optimize_expr): Define.
1535 (sh_optimize_expr): Prototype.
1536
6f7b6869
MT
15372007-04-06 Matt Thomas <matt@netbsd.org>
1538
1539 * config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp)
1540 to emit pcrel relocations by DWARF2 in non-code sections. Borrowed
1541 heavily from tc-sparc.c. (vax_cons_fix_new): Likewise.
1542
d0e8669a
KH
15432007-04-04 Kazu Hirata <kazu@codesourcery.com>
1544
1545 * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
1546
3b8d421e
PB
15472007-04-04 Paul Brook <paul@codesourcery.com>
1548
1549 * config/tc-arm.c (do_neon_ext): Enforce immediate range.
1550 (insns): Use I15 for vext.
1551
9fcfe2ed
PB
15522007-04-04 Paul Brook <paul@codesourcery.com>
1553
1554 * configure.tgt: Loosen checks for arm uclinux eabi targets.
1555
a3582eee
BW
15562007-04-02 Sterling Augustine <sterling@tensilica.com>
1557
1558 * config/tc-xtensa.c (xtensa_flush_pending_output): Check
1559 outputting_stabs_line_debug.
1560
7b60f473
DC
15612007-03-26 Anatoly Sokolov <aesok@post.ru>
1562
1563 * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
1564 at90usb162, atmega325p, atmega329p, atmega3250p and atmega3290p
1565 devices.
1566 * doc/c-avr.texi: Document new devices.
1567
0c000745
RS
15682007-04-02 Richard Sandiford <richard@codesourcery.com>
1569
1570 * doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options.
1571 * doc/c-mips.texi (-KPIC, -mvxworks-pic): Document.
1572 * config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.
1573
c3ea6048
BW
15742007-03-30 Sterling Augustine <sterling@tensilica.com>
1575 Bob Wilson <bob.wilson@acm.org>
1576
1577 * config/tc-xtensa.c (xtensa_move_labels): Remove loops_ok argument.
1578 Do not check is_loop_target flag.
1579 (xtensa_frob_label): Adjust calls to xtensa_move_labels.
1580 (xg_assemble_vliw_tokens): Likewise. Also avoid calling
1581 xtensa_move_labels for alignment of loop opcodes.
1582
f6bee062
L
15832007-03-30 H.J. Lu <hongjiu.lu@intel.com>
1584
1585 * config/tc-i386.c (process_suffix): Reindent a bit.
1586
3c707909
PB
15872007-03-30 Paul Brook <paul@codesourcery.com>
1588
1589 * config/tc-arm.c (encode_thumb2_ldmstm): New function.
1590 (do_t_ldmstm): Generate 16-bit push/pop. Use encode_thumb2_ldmstm.
1591 (do_t_push_pop): Use encode_thumb2_ldmstm.
1592
144f4bc6
DD
15932007-03-29 DJ Delorie <dj@redhat.com>
1594
1595 * config/tc-m32c.c (rl_for, relaxable): Protect argument.
1596 (md_relax_table): Add entries for ADJNZ macros.
1597 (M32C_Macros): Add ADJNZ macros.
1598 (subtype_mappings): Add entries for ADJNZ macros.
1599 (insn_to_subtype): Check for adjnz and sbjnz insns.
1600 (md_estimate_size_before_relax): Pass insn to insn_to_subtype.
1601 (md_convert_frag): Convert adjnz and sbjnz.
1602
e5551801
NC
16032007-03-29 Nick Clifton <nickc@redhat.com>
1604
1605 * itbl-ops.c (itbl_entry): Remove unnecessary and excessively long
1606 initialization.
1607 * itbl-ops.h (enum e_processor): Initialise the e_nprocs field
1608 using ITBL_NUMBER_OF_PROCESSORS.
1609 * itbl-parse.y (yyerror): Remove use of redundant macro PARAMS.
1610
e72cf3ec
L
16112007-03-28 H.J. Lu <hongjiu.lu@intel.com>
1612
1613 * config/tc-i386.c (build_modrm_byte): For instructions with 2
1614 register operands, encode destination in i.rm.regmem if its
1615 RegMem bit is set.
1616
4ecceb71
RS
16172007-03-28 Richard Sandiford <richard@codesourcery.com>
1618 Phil Edwards <phil@codesourcery.com>
1619
1620 * doc/as.texinfo: Put the contents after the title page rather
1621 than at the end of the document.
1622
3f9ce309
AM
16232007-03-27 Alan Modra <amodra@bigpond.net.au>
1624
1625 * NEWS: Mention ".reloc".
1626
eb6d9dce
BW
16272007-03-26 Sterling Augustine <sterling@tensilica.com>
1628
1629 * config/tc-xtensa.c (xg_translate_idioms): Allow assembly idioms
1630 in FLIX instructions.
1631
c96612cc
JB
16322007-03-26 Julian Brown <julian@codesourcery.com>
1633
1634 * config/tc-arm.c (arm_it): Add immisfloat field.
1635 (parse_qfloat_immediate): Disallow integer syntax for floating-point
1636 immediates. Fix hex immediates, handle 0.0 and -0.0 specially.
1637 (parse_neon_mov): Set immisfloat bit for operand if it parsed as a
1638 float.
1639 (neon_cmode_for_move_imm): Reject non-float immediates for float
1640 operands.
1641 (neon_move_immediate): Pass immisfloat bit to neon_cmode_for_move_imm.
1642
23753660
JB
16432007-03-26 Julian Brown <julian@codesourcery.com>
1644
1645 * doc/c-arm.texi: Add documentation for .dn/.qn directives.
1646
05e9452c
AM
16472007-03-26 Alan Modra <amodra@bigpond.net.au>
1648
1649 * doc/as.texinfo (Reloc): Document.
1650 * read.c (potable): Add "reloc".
1651 (s_reloc): New function.
1652 * write.c (reloc_list): New global var.
1653 (resolve_reloc_expr_symbols): New function.
1654 (write_object_file): Call it.
1655 (write_relocs): Process reloc_list.
1656 * write.h (struct reloc_list): New.
1657 (reloc_list): Declare.
1658
1198ca51
PB
16592007-03-24 Paul Brook <paul@codesourcery.com>
1660
1661 * config/tc-arm.c (do_t_ldmstm): Error on Thumb-2 addressing modes.
1662
b6702015
PB
16632007-03-24 Paul Brook <paul@codesourcery.com>
1664 Mark Shinwell <shinwell@codesourcery.com>
1665
1666 * config/tc-arm.c (operand_parse_code): Add OP_oRRw.
1667 (parse_operands): Don't expect comma if first operand missing.
1668 Handle OP_oRRw.
1669 (do_srs): Encode register number, checking it is r13. Update comment.
1670 (insns): Update SRS entries to take a register.
1671
831480e9 16722007-03-23 H.J. Lu <hongjiu.lu@intel.com>
0003779b
L
1673
1674 * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
1675
738755b0
MS
16762007-03-23 Mark Shinwell <shinwell@codesourcery.com>
1677
35225157 1678 * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
738755b0
MS
1679 attempt to jump to the next instruction into NOPs.
1680
840edabd
AM
16812007-03-23 Alan Modra <amodra@bigpond.net.au>
1682
1683 * config/tc-spu.c: Don't include opcode/spu.h.
1684 (md_assemble): Set tc_fix_data.insn_tag and arg_format.
1685 (md_apply_fix): Adjust.
1686 * config/tc-spu.h: Include opcode/spu.h.
1687 (struct tc_fix_info): New.
1688 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
1689 (TC_FORCE_RELOCATION): Define.
1690
e49e529d
JM
16912007-03-22 Joseph Myers <joseph@codesourcery.com>
1692
1693 * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
1694
831480e9 16952007-03-21 H.J. Lu <hongjiu.lu@intel.com>
13a1e313
L
1696
1697 * config/tc-i386.c (process_suffix): Check 0x90 instead of
1698 xchg for xchg %rax,%rax.
1699
831480e9 17002007-03-21 H.J. Lu <hongjiu.lu@intel.com>
161a04f6
L
1701
1702 * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
1703 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
1704
831480e9 17052007-03-21 H.J. Lu <hongjiu.lu@intel.com>
8b38ad71
L
1706
1707 PR binutils/4218
1708 * config/tc-i386.c (match_template): Properly handle 64bit mode
1709 "xchg %eax, %eax".
1710
af1c1010
NC
17112007-03-21 Anton Ertl <anton@mips.complang.tuw>
1712
1713 PR gas/4124
1714 * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
1715
1d5f2fe9
L
17162007-03-21 H.J. Lu <hongjiu.lu@intel.com>
1717
1718 * Makefile.am: Run dep-am.
1719 * Makefile.in: Regenerated.
1720
1721 * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
1722
1723 * config/tc-i386.h: Include "opcodes/i386-opc.h".
1724 (NOP_OPCODE): Removed.
1725 (template): Likewise.
1726
5ac8f2a2
AS
17272007-03-21 Andreas Schwab <schwab@suse.de>
1728
1729 * config/tc-i386.h (NOP_OPCODE): Restore.
1730
8fb9d7b9
MS
17312007-03-18 Mark Shinwell <shinwell@codesourcery.com>
1732
1733 * config/tc-arm.c (do_mul): Don't warn about overlapping
1734 Rd and Rm operands when assembling for v6 or above.
1735 Correctly capitalize register names in the messages.
1736 (do_mlas): Likewise. Delete spurious blank line.
1737
b3768379
KH
17382007-03-16 Kazu Hirata <kazu@codesourcery.com>
1739
1740 * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
1741
c3fe08fa
L
17422007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1743
1744 * config/tc-i386.c (md_begin): Use i386_regtab_size to scan
1745 i386_regtab.
1746 (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
1747 on i386_regtab.
1748
4061927e
L
17492007-03-15 Alexandre Oliva <aoliva@redhat.com>
1750
1751 PR gas/4184
1752 * app.c (do_scrub_chars): PUT after setting states.
1753
0b1cf022
L
17542007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1755
1756 * Makefile.am: Run "make dep-am".
1757 * Makefile.in: Regenerated.
1758
1759 * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
1760 "opcode/i386.h".
1761 (md_begin): Check reg_name != NULL for the last entry in
1762 i386_regtab.
1763
1764 * config/tc-i386.h: Move many entries to opcode/i386.h and
1765 opcodes/i386-opc.h.
1766
1767 * configure.in (need_opcodes): Set true for i386.
1768 * configure: Regenerated.
1769
c428fa83
L
17702007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1771
1772 * Makefile.am (REPORT_BUGS_TO): Removed.
1773 (INCLUDES): Remove -DREPORT_BUGS_TO.
1774 * Makefile.in: Regenerated.
1775
1776 * configure.in (--with-bugurl): Removed.
1777 * configure: Regenerated.
1778
1779 * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
1780 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
1781 (TEXI2DVI): Likewise.
1782 (gasver.texi): Removed.
1783 (MOSTLYCLEANFILES): Remove gasver.texi.
1784 (as.1): Don't depend on gasver.texi.
1785 * doc/Makefile.in: Regenerated.
1786
1787 * doc/as.texi: Include bfdver.texi instead of gasver.texi.
1788
794ba86a
DJ
17892007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1790
1791 * config/tc-arm.c (arm_copy_symbol_attributes): New.
1792 * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
1793 (TC_COPY_SYMBOL_ATTRIBUTES): Define.
1794 * gas/symbols.c (copy_symbol_attributes): Use
1795 TC_COPY_SYMBOL_ATTRIBUTES.
1796
155257ea
PB
17972007-03-14 Paul Brook <paul@codesourcery.com>
1798
1799 * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
1800
d1c5f158
AM
18012007-03-14 Alan Modra <amodra@bigpond.net.au>
1802
1803 PR 4029
1804 * write.c (relax_segment): Insert extra alignment padding
1805 to break infinite relax loop when given impossible
1806 gcc_except_table assembly.
1807
8a2ed489
L
18082007-03-12 H.J. Lu <hongjiu.lu@intel.com>
1809
1810 * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
1811 on i.tm.base_opcode.
1812 (match_template): Likewise.
1813 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
1814
1815 * config/tc-i386.h (Opcode_D): New.
1816 (Opcode_FloatR): Likewise.
1817 (Opcode_FloatD): Likewise.
1818 (D): Redefined.
1819 (W): Likewise.
1820 (FloatMF): Likewise.
1821 (FloatR): Likewise.
1822 (FloatD): Likewise.
1823
e9fc6c21
AO
18242007-03-09 Alexandre Oliva <aoliva@redhat.com>
1825
1826 * app.c (do_scrub_chars): Recognize comments after # line "file".
1827 * read.c (get_linefile_number): New.
1828 (s_app_line): Accept ill-formed .linefile lines as comments.
1829
b1b7d09b
AM
18302007-03-09 Alan Modra <amodra@bigpond.net.au>
1831
1832 * config/tc-i386.h (WORKING_DOT_WORD): Define.
1833
93e914b2
AO
18342007-03-09 Alexandre Oliva <aoliva@redhat.com>
1835
1836 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
1837 * as.h (new_logical_line_flags): New.
1838 * input-scrub.c (new_logical_line): Turned into wrapper for...
1839 (new_logical_line_flags): this. Handle flags.
1840 * read.c (potable): Add linefile. Adjust appline argument.
1841 (s_app_file): Fake .appfiles no more.
1842 (s_app_line): For .linefile, accept file name and flags.
1843
6f12865c
AM
18442007-03-08 Alan Modra <amodra@bigpond.net.au>
1845
1846 * symbols.c (symbol_relc_make_sym): Comment typo fixes.
1847
a6d04ec4
AM
18482007-03-08 Alan Modra <amodra@bigpond.net.au>
1849
1850 * Makefile.am: Run "make dep-am".
1851 * Makefile.in: Regenerate.
1852 * po/POTFILES.in: Regenerate.
1853
ad22bfe8
JM
18542007-03-07 Joseph Myers <joseph@codesourcery.com>
1855
1856 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
1857 bug-reporting URL.
1858 * doc/Makefile.am (gasver.texi): Define BUGURL.
1859 * doc/as.texinfo: Use BUGURL.
1860 * Makefile.in, configure, doc/Makefile.in: Regenerate.
1861
b5639b37
MS
18622007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
1863
1864 * config/tc-s390.c (md_parse_option): z9-ec option added.
1865
5e77afaa
PB
18662007-03-02 Paul Brook <paul@codesourcery.com>
1867
1868 * config/tc-arm.c (relax_immediate): Always return positive values.
1869 (relaxed_symbol_addr): New function.
1870 (relax_adr, relax_branch): Use it.
1871 (arm_relax_frag): Pass strect argument. Adjust infinite loop check.
1872
066c2a57
JM
18732007-03-01 Joseph Myers <joseph@codesourcery.com>
1874
1875 * as.c (parse_args): Update copyright date.
1876
ed6ba298
NS
18772007-02-28 Nathan Sidwell <nathan@codesourcery.com>
1878
1879 * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
1880
870074dd
NC
18812007-02-28 Nick Clifton <nickc@redhat.com>
1882
c5d07591
NC
1883 PR gas/3797
1884 * config/tc-d10v.c (do_assemble): Do not generate error messages,
1885 just return -1 whenever a problem is encountered.
1886 (md_assemble): If do_assemble returns -1 generate a non-fatal
1887 error message and return.
1888
870074dd
NC
1889 PR gas/2623
1890 * config/tc-msp430.c (line_separator_char): Change to '{'.
1891
fd99afa7
AM
18922007-02-27 Alan Modra <amodra@bigpond.net.au>
1893
1894 * config/tc-m68hc11.c (fixup24): Correct fixup size.
1895 (build_jump_insn): Likewise.
1896 (build_insn): Likewise.
1897 (s_m68hc11_relax): Likewise.
1898
07cb2078
AM
18992007-02-27 Alan Modra <amodra@bigpond.net.au>
1900
1901 * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
1902
22b5b651
MS
19032007-02-25 Mark Shinwell <shinwell@codesourcery.com>
1904
1905 * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
1906
acb02403
AM
19072007-02-23 Alan Modra <amodra@bigpond.net.au>
1908
1909 * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
1910 (md_assemble): Likewise.
1911
e5435dec
AM
19122007-02-22 Alan Modra <amodra@bigpond.net.au>
1913
1914 * write.c (size_seg): Always clear SEC_RELOC here.
1915 (install_reloc): New function, extracted from..
1916 (write_relocs): ..here. Combine RELOC_EXPANSION_POSSIBLE code
1917 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
1918 testing frag size. Set SEC_RELOC here.
1919
a1836728
AM
19202007-02-21 Alan Modra <amodra@bigpond.net.au>
1921
1922 PR 4082
1923 * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
1924
f281862d
TS
19252007-02-20 Thiemo Seufer <ths@mips.com>
1926
1927 * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
1928
01fd108f
TS
19292007-02-20 Thiemo Seufer <ths@mips.com>
1930
1931 * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
1932
8b082fb1
TS
19332007-02-20 Thiemo Seufer <ths@mips.com>
1934 Chao-Ying Fu <fu@mips.com>
1935
1936 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
1937 ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
1938 (macro_build): Add case '2'.
1939 (macro): Expand M_BALIGN to nop, packrl.ph or balign.
1940 (validate_mips_insn): Add support for balign instruction.
1941 (mips_ip): Handle DSP R2 instructions. Support balign instruction.
1942 (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
1943 md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
1944 command line options.
1945 (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
1946 (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
1947 * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
1948 .set dspr2, .set nodspr2.
1949
96e0bbcc
NS
19502007-02-20 Nathan Sidwell <nathan@codesourcery.com>
1951
1952 * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
1953 (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
1954
d31f0f6d
AM
19552007-02-18 Alan Modra <amodra@bigpond.net.au>
1956
1957 * write.c (TC_FX_SIZE_SLACK): Define.
1958 (write_relocs): Reinstate check for fixup within frag.
1959 * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
1960 * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
1961 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
1962 * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
1963 * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
1964
92f01d61
JM
19652007-02-17 Mark Mitchell <mark@codesourcery.com>
1966 Nathan Sidwell <nathan@codesourcery.com>
1967 Vladimir Prus <vladimir@codesourcery.com
1968 Joseph Myers <joseph@codesourcery.com>
1969
1970 * configure.in (--with-bugurl): New option.
1971 * configure: Regenerate.
1972 * dep-in.sed: Remove bin-bugs.h.
1973 * Makefile.am (REPORT_BUGS_TO): Define.
1974 (INCLUDES): Define REPORT_BUGS_TO.
1975 (DEP_INCLUDES): Likewise.
1976 ($(OBJS)): No longer depend on bin-bugs.h.
1977 * Makefile.in: Regenerate.
1978 * doc/Makefile.in: Regenerate.
1979 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
1980 * as.h: Remove include of bin-bugs.h.
1981
b4b24b79
AM
19822007-02-17 Alan Modra <amodra@bigpond.net.au>
1983
1984 * write.c: White space fixes.
1985 (fixup_segment): Move symbol_mri_common_p adjustments..
1986 (write_relocs): ..and symbol_equated_reloc_p adjustments..
1987 (adjust_reloc_syms): ..to here.
1988
e7ff5c73
AM
19892007-02-16 Alan Modra <amodra@bigpond.net.au>
1990
1991 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
1992 xmalloc, memset. Don't bother assigning NULL to known zero mem.
1993 (subseg_set_rest): Remove unnecessary cast.
1994 * write.c: Include libbfd.h. Replace PTR with void * throughout.
1995 Remove unnecessary forward declarations and casts.
1996 (set_symtab): Delete extern bfd_alloc.
1997 (fixup_segment): Move.
1998
a8e24a56
NS
19992007-02-15 Nathan Sidwell <nathan@codesourcery.com>
2000
2001 * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
2002 * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
2003 (mcf5475_ctrl, mcf5485_ctrl): New.
2004 (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
2005 (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
2006 (init_table): Add asid, mmubar, adjust rombar0.
2007
4eed87de
AM
20082007-02-14 Alan Modra <amodra@bigpond.net.au>
2009
2010 * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
2011 * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
2012 (process_operands): Move old Seg2ShortForm and Seg3ShortForm
2013 code, and test for these insns using a combination of
2014 opcode_modifier and operand_types.
2015
7bd1c961
PB
20162007-02-07 Paul Brook <paul@codesourcery.com>
2017
5c817587 2018 * configure.tgt: Add arm*-*-uclinux-*eabi.
7bd1c961 2019
280d71bf 20202007-02-05 Dave Brolley <brolley@redhat.com>
4948f0d4
DB
2021 Richard Sandiford <rsandifo@redhat.com>
2022 DJ Delorie <dj@redhat.com>
2023 Stan Cox <scox@redhat.com>
2024 Jim Blandy <jimb@redhat.com>
2025 Nick Clifton <nickc@redhat.com>
2026 Jim Wilson <wilson@redhat.com>
2027 Frank Ch. Eigler <fche@redhat.com>
2028 Graydon Hoare <graydon@redhat.com>
2029 Ben Elliston <bje@redhat.com>
2030 John Healy <jhealy@redhat.com>
2031 Richard Henderson <rth@redhat.com>
2032
2033 * Makefile.am (CPU_TYPES): Add mep.
2034 (TARGET_CPU_CFILES): Add tc-mep.c.
2035 (TARGET_CPU_HFILES): Add tc-mep.h.
2036 (DEPTC_mep_elf): New variable.
2037 (DEPTC_mep_coff): Likewise.
2038 (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
2039 * configure.in: Support mep.
2040 * configure.tgt: Likewise.
2041 * config/tc-mep.c: New file.
280d71bf
DB
2042 * config/obj-elf.c: New file.
2043 * config/tc-mep.c: New file.
2044 * config/tc-mep.h: New file.
2045 * testsuite/gas/mep: New testsuite with content.
2046 * Makefile.in: Regenerate.
2047 * configure: Regenerate.
2048
20492007-02-05 Dave Brolley <brolley@redhat.com>
2050
2051 * cgen.c (gas_cgen_install_complex_reloc): Removed.
2052 (complex_reloc_installation_howto): Removed.
2053
20542007-02-05 Dave Brolley <brolley@redhat.com>
4948f0d4
DB
2055 Graydon Hoare <graydon@redhat.com>
2056 DJ Delorie <dj@redhat.com>
2057 Catherine Moore <clm@redhat.com>
2058 Michael Chastain <chastain@redhat.com>
2059 Frank Ch. Eigler <fche@redhat.com>
280d71bf
DB
2060
2061 * symbols.c (use_complex_relocs_for): New, to decide
4948f0d4
DB
2062 when to use complex relocs. Add signed RELC support.
2063 (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
2064 encode expression symbols as mangled complex relocation symbols (when
2065 compiled with -DOBJ_COMPLEX_RELOC).
2066 (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
2067 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
2068 encode_addend with new args. Modify to get start, length from
2069 ifield whenever it is set. Also change condition on which
2070 self-describing relocs are encoded. Add hook into
2071 gas_cgen_encode_addend.
2072 (queue_fixup_recursively): Add signed RELC support. Change from masked
2073 expr to trunc flag. Restore assignment of sub-field value to
2074 temporary in fixups array. Reflect changed meaning of last arg to
280d71bf 2075 queue_fixup_recursively.
4948f0d4 2076 (fixup): Add cgen_maybe_multi_ifield member.
280d71bf
DB
2077 (make_right_shifted_expr): New function.
2078 (queue_fixup): Change to recursive function that fragments
2079 fixups if operand has a multi-ifield.
2080 (gas_cgen_parse_operand): Add RELC code to wrap expressions in
2081 symbols, call weak_operand_overflow_check, and fragment call
2082 queue_fixup with operand fields.
2083 (gas_cgen_finish_insn) Modify to manage ifield pointer.
280d71bf
DB
2084 (weak_operand_overflow_check): New function to try to select
2085 insns correctly.
4948f0d4 2086 (gas_cgen_encode_addend): New function for relc.
280d71bf 2087 (gas_cgen_install_complex_reloc): Likewise.
280d71bf 2088 (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
4948f0d4
DB
2089 * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
2090 cgen_maybe_multi_ifield field to fx_cgen substructure.
2091 * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
2092 * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
2093
e110eeb7
DD
20942007-02-03 DJ Delorie <dj@delorie.com>
2095
2096 * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
2097 byte relocs.
2098 * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
2099 (m32c_cons_fix_new): Prototype.
2100
60242db2
BW
21012007-02-02 Bob Wilson <bob.wilson@acm.org>
2102
2103 * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
2104 (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
2105
bbdd25a8
BW
21062007-02-02 Bob Wilson <bob.wilson@acm.org>
2107
2108 * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
2109 (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
2110 (map_suffix_reloc_to_operator): New.
2111 (map_operator_to_reloc): New.
2112 (expression_maybe_register): Fix incorrect test of return value from
2113 xtensa_elf_suffix. Rearrange to use map_suffix_reloc_to_operator.
2114 (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
2115
9c874773
BW
21162007-02-02 Bob Wilson <bob.wilson@acm.org>
2117
2118 * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
2119 (tinsn_get_tok): Delete prototype.
2120 * config/tc-xtensa.c (tinsn_get_tok): Delete.
2121
61376837
BW
21222007-02-02 Bob Wilson <bob.wilson@acm.org>
2123
2124 * config/xtensa-relax.h (struct build_instr): Delete id field.
2125 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
2126 and LABEL tokens.
2127 (append_literal_op, append_label_op): Remove litnum/labnum arguments;
2128 set op_data fields to zero.
2129 (parse_id_constant): Delete.
2130 (build_transition): Remove code to handle numbered literals and labels.
2131
bc447904
BW
21322007-02-02 Bob Wilson <bob.wilson@acm.org>
2133
2134 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
2135 (build_transition_table): Likewise.
2136
63a7429b
BW
21372007-02-01 Bob Wilson <bob.wilson@acm.org>
2138
2139 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
2140 fx_tcbit.
2141 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
2142
20ee54e8
AM
21432007-02-02 Alan Modra <amodra@bigpond.net.au>
2144
2145 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
2146 (struct fix <fx_plt>): Rename to tcbit2.
2147 * write.c (fix_new_internal): Adjust.
2148 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
2149 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2150 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2151 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2152 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2153 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2154 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2155 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2156 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
2157 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
2158 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
2159 Instead, compare fx_r_type.
2160 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
2161 fx_tcbit in place of fx_plt.
2162 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
2163 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
2164 to fx_plt.
2165
bf083c64
NC
21662007-01-30 Nick Clifton <nickc@redhat.com>
2167
2168 * as.c (main): Mark symbols created via the --defsym command line
2169 option as volatile so that they can be overridden later on by a
2170 .set directive. This maintains compatibility with the behaviour
2171 of earlier versions of the assembler.
2172 * doc/as.texinfo (--defsym): Document that the defined symbol's
2173 value can be overridden via a .set directive.
2174
fc523535 21752007-01-28 H.J. Lu <hongjiu.lu@intel.com>
4d456e3d
L
2176
2177 * config/tc-i386.c (swap_imm_operands): Renamed to ...
2178 (swap_2_operands): This. Take 2 ints.
2179 (md_assemble): Updated.
2180 (swap_operands): Call swap_2_operands to swap 2 operands.
2181
7bc4c13c
DD
21822007-01-24 DJ Delorie <dj@redhat.com>
2183
2184 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
2185
48903831
NC
21862007-01-22 Nick Clifton <nickc@redhat.com>
2187
07302d31 2188 PR gas/3871
48903831
NC
2189 * tc-score.c: Remove unnecessary uses of _().
2190 Make the err_msg[] a file level local array in order to save
2191 storage space.
2192 Remove unnecessary sprintf()s.
2193
14119072
ML
21942007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
2195
07302d31 2196 PR gas/3871
14119072
ML
2197 * config/tc-score.c : Using _() for const string.
2198 Do not assign inst.error with a local string pointer.
2199 (md_section_align): Pad section.
2200
99018f42
L
22012007-01-13 H.J. Lu <hongjiu.lu@intel.com>
2202
2203 * config/tc-i386.c (build_modrm_byte): Check number of operands
2204 when procssing memory/register operand.
2205
465e5617
NC
22062007-01-12 Nick Clifton <nickc@redhat.com>
2207
2208 PR gas/3856
2209 * macro.c (expand_irp): Do not ignore spaces inside quoted
2210 strings.
2211
e8630bd7
AM
22122007-01-12 Alan Modra <amodra@bigpond.net.au>
2213
2214 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2215 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2216 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2217 (TC_FORCE_RELOCATION): Define.
2218 (TC_FORCE_RELOCATION_LOCAL): Define.
2219 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
2220
1f5409bb
AM
22212007-01-12 Alan Modra <amodra@bigpond.net.au>
2222
2223 * input-file.c (input_file_open): Check fgets return.
2224
dc4503c6
PB
22252007-01-11 Paul Brook <paul@codesourcery.com>
2226
2227 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
2228
04f8d83b
NC
22292007-01-11 Nick Clifton <nickc@redhat.com>
2230
493cb6ef
NC
2231 PR gas/3707
2232 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
2233 variable.
2234
04f8d83b
NC
2235 * config/tc-mcore.c (md_number_to_chars): Use
2236 number_to_chars_{big|little}endian.
2237
3bdcfdf4
KH
22382007-01-08 Kazu Hirata <kazu@codesourcery.com>
2239
2240 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
2241 architecture by itself.
2242 (m68k_ip): Don't issue a warning for tbl instructions on fido.
2243 (m68k_elf_final_processing): Treat Fido as an architecture by
2244 itself.
2245
42037fe5
NC
22462007-01-08 Kai Tietz <kai.tietz@onevision.com>
2247
2248 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
2249
e4a3b5a4
L
22502007-01-05 H.J. Lu <hongjiu.lu@intel.com>
2251
2252 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
2253 depending on allow_naked_reg.
2254
a028a6f5
PB
22552007-01-04 Paul Brook <paul@codesourcery.com>
2256
2257 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
2258
2ca3ace5
L
22592007-01-04 H.J. Lu <hongjiu.lu@intel.com>
2260
44f9b8ac 2261 PR gas/3830
2ca3ace5
L
2262 * config/tc-i386.c (register_prefix): New.
2263 (set_intel_syntax): Set set_intel_syntax to "" if register
2221f452 2264 prefix isn't needed.
2ca3ace5
L
2265 (check_byte_reg): Use register_prefix for error message.
2266 (check_long_reg): Likewise.
2267 (check_qword_reg): Likewise.
2268 (check_word_reg): Likewise.
2269
ec4faa47 22702007-01-04 Julian Brown <julian@codesourcery.com>
627907b7
JB
2271
2272 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
2273 (do_neon_qshl_imm): Likewise.
2274 (do_neon_rshl): New function. Handle rounding variants of
2275 v{q}shl-by-register.
2276 (insns): Use do_neon_rshl for vrshl, vqrshl.
2277
92559b5b
PB
22782007-01-04 Paul Brook <paul@codesourcery.com>
2279
2280 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
2281 and vacle.
2282
2ca3ace5
L
22832007-01-03 H.J. Lu <hongjiu.lu@intel.com>
2284
2285 * config/tc-i386.c (swap_operands): Remove branches.
2286
4dc85607
L
22872007-01-03 H.J. Lu <hongjiu.lu@intel.com>
2288
2289 * config/tc-i386.c: Update copyright year.
2290 * config/tc-i386.h: Likewise.
2291
1509aa9a
L
22922007-01-03 H.J. Lu <hongjiu.lu@intel.com>
2293
2294 * config/tc-i386.c (smallest_imm_type): Return unsigned int
2295 instead of int.
2296
e3bb37b5
L
22972007-01-03 H.J. Lu <hongjiu.lu@intel.com>
2298
2299 * config/tc-i386.c: Convert to ISO C90 formatting
2300 * config/tc-i386.h: Likewise.
2301
d821e36b
DD
23022007-01-03 David Daney <ddaney@avtrex.com>
2303
2304 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
2305 documentation.
2306
44021fe5 2307For older changes see ChangeLog-2006
08d56133
NC
2308\f
2309Local Variables:
2310mode: change-log
2311left-margin: 8
2312fill-column: 74
2313version-control: never
2314End:
This page took 0.430882 seconds and 4 git commands to generate.