* gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
ee50f563
EW
12007-11-16 Eric B. Weddington <eric.weddington@atmel.com>
2
3 * config/tc-avr.c (mcu_types): Add ATmega32HVB device.
4 * doc/c-avr.texi: Likewise.
5
2221168e
EW
62007-11-16 Eric B. Weddington <eric.weddington@atmel.com>
7
8 * config/tc-avr.c (mcu_types): Add ATmega1284P device.
9 * doc/c-avr.texi: Likewise.
10
4f8631b1
L
112007-11-14 Tristan Gingold <gingold@adacore.com>
12
13 * config/tc-ia64.c (AR_RUC): Defined.
14 (ar): Add "ar.ruc".
15 (specify_resource): Handle AR_RUC like AR_ITC.
16
b5f5fd96
NC
172007-11-13 Nick Clifton <nickc@redhat.com>
18
19 * config/tc-mn10300.c (mn10300_force_relocation): Force a reloc to
20 be generated for alignment fixups.
21 * config/tc-mn10300.h (TC_FORCE_RELOCATION): Call
22 mn10300_force_relocation.
23
42477147
NC
242007-11-12 Nick Clifton <nickc@redhat.com>
25
26 PR gas/5269
27 * config/tc-frv.c (md_show_usage): Rewrite usage description to
28 make it easier to translate.
29 * gas/po/gas.pot: Regenerate.
30
2ad068be
AM
312007-11-12 Tristan Gingold <gingold@adacore.com>
32
33 * config/tc-ppc.c (md_assemble): If -mregnames, when parsing
34 PPC_OPERAND_CR always parse as expression to allow register name
35 followed by an expression.
36
567e4e96
L
372007-11-09 H.J. Lu <hongjiu.lu@intel.com>
38
39 * config/tc-i386.c (match_template): Re-order suffix check.
40
11ac2671
BW
412007-11-07 Bob Wilson <bob.wilson@acm.org>
42
43 * config/tc-xtensa.c (relaxable_section): Check for .eh_frame.
44
71fe8fb3
EW
452007-11-07 Eric B. Weddington <eweddington@cso.atmel.com>
46
47 * config/tc-avr.c (mcu_types): Add ATtiny88 device.
48 * doc/c-avr.texi: Likewise.
49
5cc9c0ab
EW
502007-11-07 Anatoly Sokolov <aesok@post.ru>
51
567e4e96
L
52 * config/tc-avr.c (mcu_types): Add new devices: ATmega48P,
53 ATmega88P, ATmega168P, Atmega328P
5cc9c0ab
EW
54 * doc/c-avr.texi: Document new devices.
55
8edcbfcd
TG
562007-11-07 Tristan Gingold <gingold@adacore.com>
57
567e4e96
L
58 * config/tc-ppc.c (md_apply_fix): For PPC_TOC16 on XCOFF, uses
59 offset within the TOC instead of the VMA.
8edcbfcd 60
682b27ad
PB
612007-11-06 Paul Brook <paul@codesourcery.com>
62
63 * config/tc-arm.c (do_mull): Allow overlapping Rm for armv6.
64
8c750480
NC
652007-11-06 Nick Clifton <nickc@redhat.com>
66
67 * ehopt.c (check_eh_frame): If md_allow_eh_opt is defined, invoke
68 it to see if the optimizations should be applied.
69 * config/tc-mn10300.h (md_allow_eh_opt): Define. Only allow call
70 frame optimization if linker relaxation is not enabled.
71
11ec4ba9
DS
722007-11-05 Danny Smith <dannysmith@users.sourceforge.net>
73
74 * read.c (ALIGN_LIMIT): Rename to ...
75 (TC_ALIGN_LIMIT): Guard against prior definition.
76 * config/tc-i386.h (TC_ALIGN_LIMIT)[TE_PE]: Define.
77
6a7eedfe
BW
782007-11-01 Sterling Augustine <sterling@tensilica.com>
79
80 * config/tc-xtensa.c (xtensa_symbol_new_hook): New.
81 (xtensa_mark_difference_of_two_symbols): New.
82 (xtensa_post_relax_hook): Call xtensa_mark_difference_of_two_symbols.
83 * config/tc-xtensa.h (xtensa_symfield_type): Add next_expr_symbol.
84 (tc_symbol_new_hook): Define.
85
7ce189b3
L
862007-11-01 H.J. Lu <hongjiu.lu@intel.com>
87
88 * config/tc-i386.c (md_assemble): Replace no_xsuf with
89 no_ldsuf.
90 (match_template): Likewise.
91
4a146fc2
L
922007-11-01 H.J. Lu <hongjiu.lu@intel.com>
93
94 * config/tc-i386.h (LONG_DOUBLE_MNEM_SUFFIX): Use a non-ascii
95 letter.
96
ca61edf2
L
972007-11-01 H.J. Lu <hongjiu.lu@intel.com>
98
99 * config/tc-i386.c (process_suffix): Check addrprefixop0 to
100 see if the address size override prefix changes the size of the
101 first operand.
102 (check_byte_reg): Don't warn if byteokintel is set.
103 (check_long_reg): Set i.suffix to QWORD_MNEM_SUFFIX if toqword
104 is set.
105 (check_qword_reg): Set i.suffix to LONG_MNEM_SUFFIX if todword
106 is set.
107
7f5ba16d
EW
1082007-10-31 Eric B. Weddington <eweddington@cso.atmel.com>
109
110 * config/tc-avr.c (mcu_types): Remove devices that were never produced:
111 attiny10, atmega83, atmega85, atmega603.
112 * doc/c-avr.texi: Likewise.
113
569006e5
NC
1142007-10-30 Nick Clifton <nickc@redhat.com>
115
116 * config/tc-mn10300.c (tc_gen_reloc): Fix test that decides when
117 sym_diff relocs should be generated.
118 (md_apply_fix): Skip R_MN10300_ALIGN relocs.
119 (mn10300_fix_adjustable): Do not adjust R_MN10300_ALIGN relocs.
120 (mn10300_handle_align): New function. Generate R_MN10300_ALIGN
121 relocs to record alignment requests.
122 * config/tc-mn10300.h (TC_FORCE_RELOCATION_SUB_SAME): Also force
123 R_MN10300_ALIGN relocs.
124 (HANDLE_ALIGN): Define. Call mn10300_handle_align.
125
4e188d17
NC
1262007-10-30 Nick Clifton <nickc@redhat.com>
127
128 * doc/as.texinfo (Section): Replace "subsegment" with
129 "subsection".
130
9cfc3331
L
1312007-10-27 H.J. Lu <hongjiu.lu@intel.com>
132
133 PR gas/5221
134 * config/obj-elf.c (obj_elf_section): Handle optional
135 parameters for .pushsection.
136
137 * doc/as.texinfo: Document optional parameters for
138 .pushsection.
139
ce2cded5
L
1402007-10-24 H.J. Lu <hongjiu.lu@intel.com>
141
142 * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
143 * configure: Regenerated.
144
0efedc4c
AM
1452007-10-24 Alan Modra <amodra@bigpond.net.au>
146
147 * Makefile.am (INCLUDES, DEP_INCLUDES): Remove -D_GNU_SOURCE.
148 Run "make dep-am".
149 * configure.in: Invoke AC_GNU_SOURCE.
150 * Makefile.in: Regenerate.
151 * config.in: Regenerate.
152 * configure: Regenerate.
153
bfff1642
NC
1542007-10-19 Nick Clifton <nickc@redhat.com>
155
156 * expr.c (expr): Test md_allow_local_subtract (if defined) before
157 allowing the evaluation of an expression involving two symbols
158 defined in the same section.
159 * doc/internals.texi (md_allow_local_subtract): Document the new
160 macro.
161 * config/tc-mn10300.h (md_allow_local_subtract): Define.
162 (RELAX_EXPANSION_POSSIBLE): Define.
163 (MAX_RELOC_EXPANSION): Define.
164 (TC_FRAG_TYPE): Define.
165 * config/tc-mn10300.c (md_assemble): Mark fragments as containing code.
166 (tc_gen_reloc): Return an array of relocs. If necessary generate
167 two relocs to handle an expressions involving the difference of
168 two symbols.
169 (mn10300_fix_adjustable): Do not test TC_FORCE_RELOCATION_LOCAL
170 when then fixup is not pc-relative.
171 (mn10300_allow_local_subtract): New function. Determine when it
172 is safe to compute the difference between two symbols at assemble
173 time.
174
13abbae3
AM
1752007-10-19 Alan Modra <amodra@bigpond.net.au>
176
177 * config/tc-ppc.c (ppc_parse_name): Skip leading '%'.
178 (md_assemble): When parsing PPC_OPERAND_CR, add '%' to set of
179 chars that can start a name.
180
717c53ea
CD
1812007-10-18 Carlos O'Donell <carlos@systemhalted.org>
182
183 * config/tc-hppa.c (pa_ip): Fix comment typo.
184 (pa_comm): Likewise.
185
662a2e45
NC
1862007-10-18 Nick Clifton <nickc@redhat.com>
187
b2f58c0c
NC
188 PR gas/5172
189 * config/tc-arc.c (md_estimate_size_before_relax): Change error
190 message.
191 (md_convert_frag): Just call abort.
192 * config/tc-i860.c (md_estimate_size_before_relax): Change error
193 message.
194 * config/tc-i860.h (md_convert_frag): Just call abort.
195 * config/tc-ip2k.c (md_estimate_size_before_relax): Change error
196 message.
197 (md_convert_frag): Just call abort.
198 * config/tc-m68k.c (m68k_ip): Do not attempt translation of
199 architecture names.
5f4273c7
NC
200 PR gas/5174
201 * config/tc-arm.c: Fix formatting and spelling errors.
662a2e45
NC
202 PR gas/5175
203 * config/tc-xc16x.c: Fix formatting and internationalization.
b2f58c0c 204 * po/gas.pot: Regenerate.
662a2e45 205
499ac353
NC
2062007-10-17 Nick Clifton <nickc@redhat.com>
207
208 PR gas/5173
209 * as.h (ieee_md_atof, vax_md_atof): New prototypes.
210 * read.c (s_float_space): Allow a zero length return from md_atof
211 if the error message has been set.
212 (float_cons): Likewise.
213 * config/atof-ieee.c (ieee_md_atof): New function. Performs the
214 md_atof() function in a generic way for IEEE using targets.
215 * config/atof-vax.c (md_atof): Rename to vax_md_atof. Use the
216 same error message as ieee_md_atof.
217 * tc-alpha.c (md_atof): Use ieee_md_atof. Remove #define of vax_md_atof.
218 * tc-arc.c (md_atof): Use ieee_md_atof.
219 * tc-arm.c (md_atof): Use sizeof (LITTLENUM_TYPE) instead of the
220 constant 2. Use a precision of 5 for the 'x' and 'p' types.
221 * tc-avr.c (md_atof): Use ieee_md_atof.
222 * tc-bfin.c (md_atof): Use ieee_md_atof.
223 * tc-cr16.c (md_atof): Use ieee_md_atof.
224 * tc-crx.c (md_atof): Use ieee_md_atof.
225 * tc-d10v.c (md_atof): Use ieee_md_atof.
226 * tc-d30v.c (md_atof): Use ieee_md_atof.
227 * tc-dlx.c (md_atof): Use ieee_md_atof.
228 * tc-fr30.c (md_atof): Use ieee_md_atof.
229 * tc-frv.c (md_atof): Use ieee_md_atof.
230 * tc-h8300.c (md_atof): Use ieee_md_atof.
231 * tc-hppa.c (md_atof): Use ieee_md_atof.
232 * tc-i370.c (md_atof): Use ieee_md_atof.
233 (i370_dc): Convert the 'E' type to 'f' before calling md_atof.
234 * tc-i386.c (md_atof): Use ieee_md_atof.
235 * tc-i860.c (md_atof): Use ieee_md_atof.
236 * tc-i960.c (md_atof): Use ieee_md_atof.
237 * tc-ia64.c (md_atof): Use the same error message as ieee_md_atof.
238 * tc-ip2k.c (md_atof): Use ieee_md_atof.
239 * tc-iq2000.c (md_atof): Use ieee_md_atof.
240 * tc-m32c.c (md_atof): Use ieee_md_atof.
241 * tc-m32r.c (md_atof): Use ieee_md_atof.
242 * tc-m68hc11.c (md_atof): Use ieee_md_atof.
243 * tc-m68k.c (md_atof): Use ieee_md_atof.
244 * tc-maxq.c (md_atof): Use ieee_md_atof.
245 * tc-mcore.c (md_atof): Use ieee_md_atof.
246 * tc-mep.c (md_atof): Use ieee_md_atof.
247 * tc-mips.c (md_atof): Use ieee_md_atof.
248 * tc-mmix.c (md_atof): Use ieee_md_atof.
249 * tc-mn10200.c (md_atof): Use ieee_md_atof.
250 * tc-mn10300.c (md_atof): Use ieee_md_atof.
251 * tc-msp430.c (md_atof): Use ieee_md_atof.
252 * tc-mt.c (md_atof): Use ieee_md_atof.
253 * tc-ns32k.c (md_atof): Use ieee_md_atof.
254 * tc-openrisc.c (md_atof): Use ieee_md_atof.
255 * tc-or32.c (md_atof): Use ieee_md_atof.
256 * tc-pdp11.c (md_atof): New function. Call vax_md_atof.
257 * tc-pj.c (md_atof): Use ieee_md_atof.
258 * tc-ppc.c (md_atof): Use ieee_md_atof.
259 * tc-s390.c (md_atof): Use ieee_md_atof.
260 * tc-score.c (md_atof): Use ieee_md_atof.
261 * tc-sh.c (md_atof): Use ieee_md_atof.
262 * tc-sparc.c (md_atof): Use ieee_md_atof.
263 * tc-spu.c (md_atof): Use ieee_md_atof.
264 * tc-tic30.c (md_atof): Use the same error message as ieee_md_atof.
265 * tc-tic4x.c (md_atof): Use the same error message as ieee_md_atof.
266 * tc-tic54.c (md_atof): Use ieee_md_atof.
267 * tc-v850.c (md_atof): Use ieee_md_atof.
268 * tc-vax.c (md_atof): New function. Call vax_md_atof.
269 * tc-xc16x.c (md_atof): Use ieee_md_atof.
270 * tc-xstormy16.c (md_atof): Use ieee_md_atof.
271 * tc-xtensa.c (md_atof): Use ieee_md_atof.
272 * tc-z8k.c (md_atof): Use ieee_md_atof.
273 * doc/internals.texi: Update description of md_atof function.
274 * po/gas.pot: Regenerate.
275
00e3c476
BW
2762007-10-16 Bob Wilson <bob.wilson@acm.org>
277
278 * doc/as.texinfo (Overview): Add Xtensa --rename-section option.
279
504b7d20
NC
2802007-10-16 Nick Clifton <nickc@redhat.com>
281
282 * config/obj-elf.c (obj_elf_type): Accept "common" as a valid
283 symbol type.
284 * doc/as.texinfo (.type): Document the types accepted by the
285 type pseudo op, including "common".
286
8dbcd839
PB
2872007-10-15 Peter Bergner <bergner@vnet.ibm.com>
288
289 * config/tc-ppc.c (ppc_setup_opcodes): Verify instructions are sorted
290 according to major opcode number.
291
05f4ab67
AM
2922007-10-15 Alan Modra <amodra@bigpond.net.au>
293
294 * read.c (do_s_func): Check asprintf return status.
295 * stabs.c (stabs_generate_asm_func): Likewise.
296 (stabs_generate_asm_endfunc): Likewise.
297
9fcfb3d7
L
2982007-10-12 H.J. Lu <hongjiu.lu@intel.com>
299
300 * config/tc-i386.c (process_operands): Simplify implicit xmm0
301 handling.
302
e2ec9d29
L
3032007-10-12 H.J. Lu <hongjiu.lu@intel.com>
304
305 * config/tc-i386.c (process_operands): Check the firstxmm0
306 field in opcode_modifier for instruction with a implicit
307 xmm0 as the first operand.
308
3092007-10-12 Eric B. Weddington <eweddington@cso.atmel.com>
7337fc21
NC
310
311 * config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B,
312 AT90PWM3B.
313 * doc/c-avr.texi: Document new devices.
314
e9deb29d
NC
3152007-10-12 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
316
317 * config/tc-cr16.c: Update the md_relax_table for 1 word b<cc>
318 instruction range information.
319
3a99f02f
DJ
3202007-10-12 Daniel Jacobowitz <dan@codesourcery.com>
321
322 * doc/as.texinfo (Object Attributes): New chapter.
323 (Pseudo Ops): Document .gnu_attribute.
324 (LNS directives): Correct .loc_mark_labels documentation.
325
6f932bce
NC
3262007-10-11 Nick Clifton <nickc@redhat.com>
327
328 * config/obj-elf.c (obj_elf_section): When pushing a section, if
329 there is a comma then the following argument must be a subsection
330 number.
331
96ef6e0f
L
3322007-10-11 H.J. Lu <hongjiu.lu@intel.com>
333
334 * doc/c-i386.texi: Update which instruction's operands are
335 swapped.
336
79cf5950
NC
3372007-10-11 Nick Clifton <nickc@redhat.com>
338
ad4b42b4
NC
339 PR gas/5161
340 * config/tc-ia64.c: Allow for translations of error and warning
341 messages.
342 * po/gas.pot: Regenerate.
343
c85dd50d
NC
344 PR gas/5158
345 * config/tc-h8300.c (tc_gen_reloc): Allow for translation of error
346 message.
347 * po/gas.pot: Regenerate.
348
79cf5950
NC
349 PR gas/5155
350 * config/tc-msp430.c: Fix spelling typos.
351
5671778d
NC
3522007-10-11 Nick Clifton <nickc@redhat.com>
353
354 * doc/as.texinfo (Type): Fix typo: STT_FUNC not STT_FUNCTION.
355
741fe287
MR
3562007-10-08 Maciej W. Rozycki <macro@linux-mips.org>
357
358 * config/tc-mips.c (AT): Rename to...
359 (ATREG): ... this.
360 (AT): New definition.
361 (mips_set_options): Rename "noat" to "at"; change the type.
362 (mips_opts): Update accordingly.
363 (append_insn): Likewise.
364 (macro_build_ldst_constoffset): Likewise.
365 (load_address): Likewise.
366 (macro, macro2): Likewise.
367 (s_mipsset): Handle ".set at=REG". Update handling of ".set at"
368 and ".set noat".
369
8b040e0a
NC
3702007-10-08 Nick Clifton <nickc@redhat.com>
371
372 * doc/as.texinfo (Previous): Clarify explanation of the behaviour
373 of this pseudo-op and add a couple of examples.
374
bd3ba5d1
NC
3752007-10-08 Nick Clifton <nickc@redhat.com>
376
377 PR gas/5121 gas/5122 gas/5123
378 * Makefile.am (CFILES): Add cgen.c
379 (TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c,
380 tc-tic4x.c and xtensa-relax.c.
381 (TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h,
382 tc-tic4x.h and xtensa-relax.h.
383 (TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h,
384 te-ic960.h, te-linux.h. Add te-aix5.h, te-armeabi.h,
385 te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
386 (CONFIG_ATOF_CFILES): New variable.
387 (POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with
388 dependency upon TARG_ENV_HFILES.
389 (DEPTC): Do not put "#include opcodes/<foo>-desc.h" into
390 cgen-desc.h when foo-desc.h does not exit.
391 Run make dep-am.
392 * Makefile.in: Regenerate.
393 * doc/Makefile.in: Regenerate.
394 * po/POTFILES.in: Regenerate.
395 PR gas/5124 gas/5125
396 * po/es.po: Regenerate.
397 * po/fr.po: Regenerate.
398 * po/gas.pot: Regenerate.
399 * po/rw.po: Regenerate.
400 * po/tr.po: Regenerate.
401 * config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation
402 of error messages.
403 PR gas/5126
404 * config/obj-som.c: Likewise.
405 PR gas/5129
406 * config/tc-arc.c: Likewise.
407 PR gas/5131 gas/5132
408 * config/tc-arm.c: Likewise.
409 PR gas/5137
410 * config/tc-bfin.c: Likewise.
411 PR gas/5143
412 * config/tc-frv.c: Likewise.
b1b17bc5
NC
413 PR gas/5142
414 * config/tc-dlx.c: Likewise.
bd3ba5d1 415
922f0bac
NC
4162007-10-08 Eric B. Weddington <eweddington@cso.atmel.com>
417
418 * config/tc-avr.c (mcu_types): Add new devices: ATtiny43U,
485aa104 419 ATtiny48, AT90PWM216, AT90PWM316.
922f0bac
NC
420 * doc/c-avr.texi: Document new devices.
421
33ffbed9
NC
4222007-10-08 Nick Clifton <nickc@redhat.com>
423
4e6e072b 424 PR gas/5133
ff5075ca
NC
425 * config/tc-arm.c (md_apply_fix): Correct error message.
426 PR gas/5134
427 * config/tc-arm.c (md_apply_fix): Likewise.
33ffbed9
NC
428 PR gas/5136
429 * config/tc-bfin.c (md_apply_fix): Fix error message.
df3e8017
NC
430 PR gas/5135
431 (Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.
33ffbed9 432
368d64cc
L
4332007-10-05 H.J. Lu <hongjiu.lu@intel.com>
434
435 * config/tc-i386.c (build_modrm_byte): Check the first 2 8bit
436 immediate operands directly for instructions with 4 operands.
437
955e1e6a
L
4382007-10-04 H.J. Lu <hongjiu.lu@intel.com>
439
440 PR gas/5109
441 * config/tc-i386.c (process_suffix): Clear QWORD suffix if it
442 is ignored in Intel mode.
443
38a57ae7
NC
4442007-10-04 Helge Deller <deller@gmx.de>
445
446 * read.c (potable): Add string8, string16, string32 and string64.
447 Add bit size for stringer function.
448 (stringer_append_char): New.
449 (stringer): Use stringer_append_char().
450 * config/obj-coff.c (obj_coff_ident): Add bit size for stringer function.
451 * config/obj-elf.c (obj_elf_ident): Likewise.
452 * config/tc-alpha.c (s_alpha_stringer): Likewise.
453 * config/tc-dlx.c (dlx_pseudo_table): Likewise.
454 * config/tc-hppa.c (pa_stringer): Likewise.
455 * config/tc-ia64.c (md_pseudo_table, pseudo_opcode): Likewise.
456 * config/tc-m68hc11.c (md_pseudo_table): Likewise.
457 * config/tc-mcore.c (md_pseudo_table): Likewise.
458 * config/tc-mips.c (mips_pseudo_table): Likewise.
459 * config/tc-spu.c (md_pseudo_table): Likewise.
460 * config/tc-s390.c (md_pseudo_table): Likewise. Replace '2' by '1'.
461 * doc/as.texinfo (ABORT): Fix identing.
462 (String): Document new string8, string16, string32, string64
463 functions.
464 * NEWS: Mention the new feature.
465
6decc662
NC
4662007-10-03 Nick Clifton <nickc@redhat.com>
467
73f4d86e
NC
468 PR gas/5078
469 * config/tc-avr.c (avr_get_constant): Extend error message to
470 mention that the constant must be positive.
471
4722007-10-03 Nick Clifton <nickc@redhat.com>
473
474 * config/tc-avr.c (avr_get_constant):
6decc662
NC
475 PR gas/5089
476 * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo.
477 PR gas/5090
478 (md_assemble): Fix spelling typo.
479
df98fa7d
AM
4802007-10-03 Alan Modra <amodra@bigpond.net.au>
481
482 PR 4303
483 * stabs.c (aout_process_stab): Set BSF_DEBUGGING.
484
7fac7ff4
NC
4852007-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
486
487 * config/tc-cr16.c: Replaced 'tabs' with white spaces and
488 added R_CR16_DISP8 as default reloc type for b<cc> instructions.
489
07e8d93c
L
4902007-09-30 H.J. Lu <hongjiu.lu@intel.com>
491
492 PR gas/5080
493 * config/tc-i386.c (check_long_reg): Also handle cvttss2si.
494 (check_qword_reg): Also handle cvttsd2si.
495
d0fa1372
KH
4962007-09-27 Kazu Hirata <kazu@codesourcery.com>
497
498 * config/m68k-parse.h (m68k_register): Use MBO instead of MBB.
499 (last_movec_reg): Change to MBO.
500 * config/tc-m68k.c (fido_ctrl): Use MBO instead of MBB.
501 (m68k_ip): Use MBO instead of MBO.
502 (init_table): Use MBO instead of MBO. Add an entry for mbo.
503
9a04903e
JB
5042007-09-26 Jan Beulich <jbeulich@novell.com>
505
506 * config/tc-i386.c (build_modrm_byte): Also check for RegEip
507 when considering IP-relative addressing.
508
5a918ce7
JB
5092007-09-26 Jan Beulich <jbeulich@novell.com>
510
511 * config/tc-i386.h (md_register_arithmetic): Define.
512 * config/tc-ia64.h (md_register_arithmetic): Likewise.
513 * doc/internals.texi: Document md_register_arithmetic.
514 * expr.c (make_expr_symbol): Force O_register expressions into
515 reg_section.
516 (expr): Provide default for md_register_arithmetic. Don't resolve
517 adding/subtracting constants to/from registers if
518 md_register_arithmetic is zero.
519
0a7b15ff
JB
5202007-09-26 Jan Beulich <jbeulich@novell.com>
521
522 * dw2gencfi.c: Conditionalize whole body upon TARGET_USE_CFIPOP.
523 (cfi_finish): Add second empty instance.
524
cc941dee
JB
5252007-09-26 Jan Beulich <jbeulich@novell.com>
526
527 * config/tc-ia64.c (dot_pred_rel): Replace specialized handling
528 with simple call to parse_operand.
529
c15900ec
JB
5302007-09-26 Jan Beulich <jbeulich@novell.com>
531
532 * config/tc-i386.c (NUM_FLAG_CODE): Remove.
533
732f54cd
JB
5342007-09-26 Jan Beulich <jbeulich@novell.com>
535
536 * as.c (itbl_parse): Remove #define.
537 (struct itbl_file_list): Move down and ...
538 (itbl_files): .. conditionalize upon HAVE_ITBL_CPU.
539 (show_usage): Conditionalize printing of --itbl option upon
540 HAVE_ITBL_CPU.
541 (parse_args): Conditionalize handling of -t/--itbl options upon
542 HAVE_ITBL_CPU. Remove OPTION_INSTTBL and replace its use with
543 't'.
544
4dffcebc
L
5452007-09-25 H.J. Lu <hongjiu.lu@intel.com>
546
547 * config/tc-i386.c (output_insn): Use i.tm.opcode_length to
548 check opcode length.
549
cac27205
NC
5502007-09-25 Nathan Sidwell <nathan@codesourcery.com>
551
552 * config/tc-m68k.c (LONG_BRANCH_VIA_COND): New.
553 (BRANCHBWPL, FRAG_VAR_SIZE): New.
554 (md_relax_table): Add BRANCHBWPL entries.
555 (m68k_ip): Choose BRANCHBWPL relaxation if necessary.
556 (md_assemble): Use FRAG_VAR_SIZE.
557 (md_convert_frag_1): Add BRANCHBWPL cases.
558 (md_estimate_size_before_relaz): Likewise.
559
49954fb4
CD
5602007-09-24 Carlos O'Donell <carlos@codesourcery.com>
561
562 * config/tc-mips.c (s_align): Set max_alignment to 28.
563
db51cc60
L
5642007-09-20 H.J. Lu <hongjiu.lu@intel.com>
565
566 PR 658
567 * config/tc-i386.c (SCALE1_WHEN_NO_INDEX): Removed.
568 (set_allow_index_reg): New.
569 (allow_index_reg): Likewise.
570 (md_pseudo_table): Add "allow_index_reg" and
571 "disallow_index_reg".
572 (build_modrm_byte): Set i.sib.index to NO_INDEX_REGISTER for
573 fake index registers.
574 (i386_scale): Updated.
575 (i386_index_check): Support fake index registers.
576 (parse_real_register): Return NULL on eiz/riz if fake index
577 registers aren't allowed.
578
217fe99f
NC
5792007-09-19 Nick Clifton <nickc@redhat.com>
580
581 * config/tc-h8300.c (md_apply_fix): Do not abort or handle 8 byte
582 fixups.
583
e055a931
BW
5842007-09-19 Bob Wilson <bob.wilson@acm.org>
585
586 * doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo.
587
d908d8f4
BS
5882007-09-18 Bernd Schmidt <bernd.schmidt@analog.com>
589
590 * config/bfin-parse.y (asm_1): Slightly improve error messages
591 for "reg += const;".
592
b6ac5419
AM
5932007-09-18 Alan Modra <amodra@bigpond.net.au>
594
595 PR gas/5026
596 * read.c (emit_expr): Only use long long if required and available.
597
20e192ab
L
5982007-09-17 H.J. Lu <hongjiu.lu@intel.com>
599
600 * config/tc-i386.c (baseindex): Removed.
601 (build_modrm_byte): Check reg_num for RIP register instead of
602 reg_type.
603 (i386_index_check): Likewise.
604
1a36c6a7
L
6052007-09-17 H.J. Lu <hongjiu.lu@intel.com>
606
607 PR gas/5035
608 * config/obj-coff.c (obj_coff_endef): Remove checking size of
609 def_symbol_in_progress.
610
5c612369
NC
6112007-09-17 Evandro Menezes <evandro@yahoo.com>
612
613 PR gas/5026
614 * read.c (emit_expr): Use unsigned long long values in warning
615 message about truncated expressions.
616
916af048
L
6172007-09-17 H.J. Lu <hongjiu.lu@intel.com>
618
619 * config/tc-i386.c (intel_e04): Revert the last change.
620
7f396d02
NC
6212007-09-17 Nick Clifton <nickc@redhat.com>
622
623 * po/es.po: Updated Spanish translation.
624
27ac7208
L
6252007-09-15 H.J. Lu <hongjiu.lu@intel.com>
626
627 PR gas/5034
628 * config/tc-i386.c (intel_e04): Return 1 if cur_token.code is
629 T_NIL.
630
8ed77a05
L
6312007-09-14 H.J. Lu <hongjiu.lu@intel.com>
632
633 * config/tc-i386.c (build_modrm_byte): Adjust comment line
634 wrap.
635
b5016f89
L
6362007-09-14 H.J. Lu <hongjiu.lu@intel.com>
637
638 * config/tc-i386.c (build_modrm_byte): Use (A || B) instead
639 of (A || B) != 0.
640
c0209578
L
6412007-09-14 H.J. Lu <hongjiu.lu@intel.com>
642
643 * config/tc-i386.c (build_modrm_byte): Adjust indentation.
644
f033ec5c 6452007-09-14 Michael Meissner <michael.meissner@amd.com>
85f10a01
MM
646 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
647 Tony Linthicum <tony.linthicum@amd.com>
648
649 * NEWS: Add SSE5 support to NEWS file.
650
651 * config/tc-i386.h (drex_byte): Add fields to allow process_drex
652 and build_modrm_byte to communicate.
653 (DREX_OC0): New SSE5 macro.
654 (DREX_OC0_MASK): Ditto.
655 (DREX_OC1): Ditto.
656 (DREX_OC1_MASK): Ditto.
657 (DREX_XMEM_X1_X2_X2): Ditto.
658 (DREX_X1_XMEM_X2_X2): Ditto.
659 (DREX_X1_XMEM_X2_X1: Ditto.
660 (DREX_X1_X2_XMEM_X1: Ditto.
661 (DREX_XMEM_X1_X2): Ditto.
662 (DREX_X1_XMEM_X2): Ditto.
663 (drex_byte): New structure to describe the DREX byte.
664
665 * config/tc-i386.c (process_drex): New function to handle SSE5
666 DREX bits.
667 (build_modrm_byte): Use the information cached away in
668 process_drex in the case of DREX instructions.
669 (i386_insn): Add drex field.
670 (pi): Add debugging of drex field.
671 (md_assemble): Treat SSE5 like SSE3 in instructions with an
672 immediate byte. Move REX field to DREX if this is a DREX
673 instruction.
674 (process_operands): Add SSE5 support.
675 (build_modrm_byte): Ditto.
676 (output_insn): Ditto.
677 (cpu_arch): Ditto.
678 (i386_align_code): Ditto.
679
ec56d5c0
JB
6802007-09-12 Jan Beulich <jbeulich@novell.com>
681
682 * config/tc-i386.c (md_assemble): Move handling of extrq/insertq
683 after generic operand swapping, and swap only the immediate operands.
684
8d100c32
KH
6852007-09-11 Nathan Sidwell <nathan@codesourcery.com>
686
687 * config/tc-m68k.c (m68k_ip): Add mcfisa_c case.
688 (m68k_elf_final_processing): Add EF_M68K_CF_ISA_C_NODIV.
689
cf557b51
L
6902007-09-09 H.J. Lu <hongjiu.lu@intel.com>
691
692 * tc-i386.c (output_insn): Only check SSE4.2 and ABM for 3
693 byte opcode.
694
c6fb90c8
L
6952007-09-08 H.J. Lu <hongjiu.lu@intel.com>
696
697 * config/tc-i386.c (cpu_flags_check_x64): Renamed to ...
698 (cpu_flags_check_cpu64): This. Inline.
699 (uints_all_zero): New.
700 (uints_set): Likewise
701 (uints_equal): Likewise
702 (UINTS_ALL_ZERO): Likewise
703 (UINTS_SET): Likewise
704 (UINTS_CLEAR): Likewise
705 (UINTS_EQUAL): Likewise
706 (cpu_flags_and): Likewise.
707 (cpu_flags_or): Likewise.
708 (operand_type_and): Likewise.
709 (operand_type_or): Likewise.
710 (operand_type_xor): Likewise.
711 (cpu_flags_not): Inline and use switch instead of loop.
712 (cpu_flags_match): Updated.
713 (operand_type_match): Likewise.
714 (smallest_imm_type): Likewise.
715 (set_cpu_arch): Likewise.
716 (pt): Likewise.
717 (md_assemble): Likewise.
718 (parse_insn): Likewise.
719 (optimize_imm): Likewise.
720 (match_template): Likewise.
721 (process_suffix): Likewise.
722 (update_imm): Likewise.
723 (finalize_imm): Likewise.
724 (process_operands): Likewise.
725 (build_modrm_byte): Likewise.
726 (i386_immediate): Likewise.
727 (i386_displacement): Likewise.
728 (i386_index_check): Likewise.
729 (i386_operand): Likewise.
730 (i386_target_format): Likewise.
731 (intel_e11): Likewise.
732 (operand_type): Remove implicitregister.
733 (operand_type_check): Updated. Inline.
734 (cpu_flags_all_zero): Removed.
735 (operand_type_all_zero): Likewise.
736 (i386_array_biop): Likewise.
737 (cpu_flags_biop): Likewise.
738 (operand_type_biop): Likewise.
739
33169993
L
7402007-09-08 H.J. Lu <hongjiu.lu@intel.com>
741
742 * Makefile.am: Run "make dep-am".
743 * Makefile.in: Regenerate.
744
40fb9820
L
7452007-09-08 H.J. Lu <hongjiu.lu@intel.com>
746
747 * configure.in (AC_CHECK_HEADERS): Add limits.h.
748 * configure: Regenerated.
749 * config.in: Likewise.
750
751 * config/tc-i386.c: Include "opcodes/i386-init.h".
752 (_i386_insn): Use i386_operand_type for types.
753 (cpu_arch_flags): Updated to new types with bitfield.
754 (cpu_arch_tune_flags): Likewise.
755 (cpu_arch_isa_flags): Likewise.
756 (cpu_arch): Likewise.
757 (i386_align_code): Likewise.
758 (set_code_flag): Likewise.
759 (set_16bit_gcc_code_flag): Likewise.
760 (set_cpu_arch): Likewise.
761 (md_assemble): Likewise.
762 (parse_insn): Likewise.
763 (process_operands): Likewise.
764 (output_branch): Likewise.
765 (output_jump): Likewise.
766 (parse_real_register): Likewise.
767 (mode_from_disp_size): Likewise.
768 (smallest_imm_type): Likewise.
769 (pi): Likewise.
770 (type_names): Likewise.
771 (pt): Likewise.
772 (pte): Likewise.
773 (swap_2_operands): Likewise.
774 (optimize_imm): Likewise.
775 (optimize_disp): Likewise.
776 (match_template): Likewise.
777 (check_string): Likewise.
778 (process_suffix): Likewise.
779 (check_byte_reg): Likewise.
780 (check_long_reg): Likewise.
781 (check_qword_reg): Likewise.
782 (check_word_reg): Likewise.
783 (finalize_imm): Likewise.
784 (build_modrm_byte): Likewise.
785 (output_insn): Likewise.
786 (disp_size): Likewise.
787 (imm_size): Likewise.
788 (output_disp): Likewise.
789 (output_imm): Likewise.
790 (gotrel): Likewise.
791 (i386_immediate): Likewise.
792 (i386_displacement): Likewise.
793 (i386_index_check): Likewise.
794 (i386_operand): Likewise.
795 (parse_real_register): Likewise.
796 (i386_intel_operand): Likewise.
797 (intel_e09): Likewise.
798 (intel_bracket_expr): Likewise.
799 (intel_e11): Likewise.
800 (cpu_arch_flags_not): New.
801 (cpu_flags_check_x64): Likewise.
802 (cpu_flags_all_zero): Likewise.
803 (cpu_flags_not): Likewise.
804 (i386_cpu_flags_biop): Likewise.
805 (cpu_flags_biop): Likewise.
806 (cpu_flags_match); Likewise.
807 (acc32): New.
808 (acc64): Likewise.
809 (control): Likewise.
810 (reg16_inoutportreg): Likewise.
811 (disp16): Likewise.
812 (disp32): Likewise.
813 (disp32s): Likewise.
814 (disp16_32): Likewise.
815 (anydisp): Likewise.
816 (baseindex): Likewise.
817 (regxmm): Likewise.
818 (imm8): Likewise.
819 (imm8s): Likewise.
820 (imm16): Likewise.
821 (imm32): Likewise.
822 (imm32s): Likewise.
823 (imm64): Likewise.
824 (imm16_32): Likewise.
825 (imm16_32s): Likewise.
826 (imm16_32_32s): Likewise.
827 (operand_type): Likewise.
828 (operand_type_check): Likewise.
829 (operand_type_match): Likewise.
830 (operand_type_register_match): Likewise.
831 (update_imm): Likewise.
832 (set_code_flag): Also update cpu_arch_flags_not.
833 (set_16bit_gcc_code_flag): Likewise.
834 (md_begin): Likewise.
835 (parse_insn): Use cpu_flags_check_x64 to check 64bit support.
836 Use cpu_flags_match to match instructions.
837 (i386_target_format): Update cpu_arch_isa_flags and
838 cpu_arch_tune_flags to i386_cpu_flags type with bitfield.
839 (smallest_imm_type): Check cpu_arch_tune to tune for i486.
840 (match_template): Don't initialize overlap0, overlap1,
841 overlap2, overlap3 and operand_types.
842 (process_suffix): Handle crc32 with 64bit register.
843 (MATCH): Removed.
844 (CONSISTENT_REGISTER_MATCH): Likewise.
845
846 * config/tc-i386.h (arch_entry): Updated to i386_cpu_flags
847 type.
848
26186d74
L
8492007-09-06 H.J. Lu <hongjiu.lu@intel.com>
850
851 * config/tc-i386.c (match_template): Handle invlpga, vmload,
852 vmrun and vmsave in SVME.
853 (process_suffix): Likewise.
854
d946b91f
L
8552007-09-05 H.J. Lu <hongjiu.lu@intel.com>
856
857 * config/tc-i386.c (i386_index_check): Don't use RegRex
858 on the reg_type field.
859 (parse_real_register): Use `||' instead of `|'.
860
75178d9d
L
8612007-09-04 H.J. Lu <hongjiu.lu@intel.com>
862
863 * config/tc-i386.c (process_operands): Remove segment override
864 check on SVME instructions.
8aa20f82 865 (i386_index_check): Remove memory operand check on SVME
75178d9d
L
866 instructions.
867
7bc3e93c
AM
8682007-09-04 Alan Modra <amodra@bigpond.net.au>
869
870 * config/tc-spu.c (struct spu_insn): Delete "flag". Add "reloc".
871 (md_assemble): Update init of insn. Use insn.reloc instead of
872 calculating from flag.
873 (get_imm): Set reloc rather than flag.
874 (calcop): Formatting.
875
851feff8
DJ
8762007-08-29 Daniel Jacobowitz <dan@codesourcery.com>
877
878 * dwarf2dbg.c (dwarf2_directive_loc): Emit duplicate .loc directives.
879
ec744b67
DJ
8802007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
881
882 * doc/c-arc.texi: Fix typo.
883
d9a5e5e5
L
8842007-08-28 H.J. Lu <hongjiu.lu@intel.com>
885
886 * config/tc-i386.c (process_suffix): Handle cmpxchg8b in
887 Intel mode.
888
def8fc92
KH
8892007-08-28 Nathan Sidwell <nathan@codesourcery.com>
890
891 * config/tc-m68k.c (mcf52235_ctrl): Add cache registers.
892 (mcf5253_ctrl): Add RAMBAR, MBAR, MBAR2.
893 (mcf5407_ctrl): New.
894 (m68k_cpus): Adjust 5407 entry.
895
f75192f2
KH
8962007-08-28 Maxim Kuvyrkov <maxim@codesourcery.com>
897
898 * config/tc-m68k.c (mcf51qe_ctrl): Define 51QE control registers.
899 (m68k_cpus): Define 51QE cpu.
900
7f6a71ff 9012007-08-28 Mark Shinwell <shinwell@codesourcery.com>
d9a5e5e5 902 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
903
904 * as.c (main): Flush stderr before printing listings to ensure
905 consistent output order across platforms.
906
0b3e17e9
NC
9072007-08-28 Robert Sebastian Gerus <arachnist@gmail.com>
908
909 * configure.tgt: Add support for i[3-7]86-*-dragonfly*.
910
3d6b762c 9112007-08-24 Joseph Myers <joseph@codesourcery.com>
d9a5e5e5 912 Paul Brook <paul@codesourcery.com>
3d6b762c
JM
913
914 * remap.c: New.
915 * as.h (remap_debug_filename, add_debug_prefix_map): Declare.
916 * as.c (show_usage): Document --debug-prefix-map option.
917 (parse_args): Handle --debug-prefix-map.
918 * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths.
919 * stabs.c (stabs_generate_asm_file): Remap debug paths.
920 * Makefile.am (GAS_CFILES): Add remap.c
921 (GENERIC_OBJS): Add remap.o.
922 Regenerate dependencies.
923 * Makefile.in: Regenerate.
924 * doc/as.texinfo (--debug-prefix-map): Document.
925
495bde8e
DJ
9262007-08-24 Aurelien Jarno <aurel32@debian.org>
927
928 * config/tc-arm.c (md_apply_fix): Cast bfd_vma values to long
929 before printing them.
930
67c11a9b
AM
9312007-08-24 Anders Waldenborg <anders@0x63.nu>
932 Alan Modra <amodra@bigpond.net.au>
933
934 * config/tc-i386.c (lex_got): Don't scan past a comma.
935
c3d65c1c
BE
9362007-08-23 Ben Elliston <bje@au.ibm.com>
937
938 * config/tc-ppc.c (parse_cpu): Handle "750cl".
939 (pre_defined_registers): Add "gqr0" to "gqr7", "gqr.0" to "gqr.7".
940 (md_show_usage): Document -m750cl.
941 (md_assemble): Handle two delimiters in succession (eg. `),').
942 * doc/c-ppc.texi (PowerPC-Opts): Document -m750cl.
943 * testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests.
944 * testsuite/gas/ppc/ppc750ps.s: New file.
945 * testsuite/gas/ppc/ppc750ps.d: Likewise.
946
f467aa98
BE
9472007-08-23 Ben Elliston <bje@au.ibm.com>
948
949 * doc/c-arm.texi (ARM Directives): Move brackets out of @vars.
950
3992d3b7
AM
9512007-08-17 Alan Modra <amodra@bigpond.net.au>
952
953 PR gas/4079
954 * config/tc-i386.c (x86_cons): Complain about invalid @got etc.
955 expressions.
956 (i386_immediate): Detect and complain about more cases of
957 invalid immediate expressions. Return failure rather than
958 converting them to zero.
959 (i386_displacement): Likewise.
960
e9f27433
AM
9612007-08-17 Alan Modra <amodra@bigpond.net.au>
962
963 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
964
cf738528
AS
9652007-08-14 Andreas Schwab <schwab@suse.de>
966
967 * config/tc-ia64.c (tc_gen_reloc): Return NULL if relocation is
968 unrepresentable.
969
9975e4c4
DJ
9702007-08-12 Matthias Klose <doko@ubuntu.com>
971
972 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
973 $(top_srcdir)/../../bfd/doc.
974 * doc/Makefile.in: Regenerate.
975
7c3d153f
NC
9762007-08-10 Nick Clifton <nickc@redhat.com>
977
978 * NEWS: Add a marker for the 2.18 features.
979
4396b686
PB
9802007-08-09 Paul Brook <paul@codesourcery.com>
981
982 * config/tc-arm.c (relaxed_symbol_addr): Compensate for alignment.
983
c3ad16c0
L
9842007-08-09 H.J. Lu <hongjiu.lu@intel.com>
985
986 * config/tc-i386.c (check_byte_reg): Support pextrb and pinsrb.
987
34828aad
L
9882007-07-29 H.J. Lu <hongjiu.lu@intel.com>
989
990 * config/tc-i386.c (check_long_reg): Allow cvtss2si to convert
991 DWORD memory to Reg64 in Intel synax.
992 (check_qword_reg): Allow cvtsd2si to convert QWORD memory to
993 Reg32 in Intel syntax.
994
d12f9798
BW
9952007-07-25 Sterling Augustine <sterling@tensilica.com>
996
997 * config/tc-xtensa.c (xtensa_extui_opcode): New.
998 (xg_expand_assembly_insn): Check for invalid extui operands.
999 (md_begin): Initialize xtensa_extui_opcode.
1000
9ce0cf56
NC
10012007-07-24 Nick Clifton <nickc@redhat.com>
1002
1003 * config/tc-mep.h (skip_whitespace): Remove definition.
1004
76bc74dc
L
10052007-07-23 H.J. Lu <hongjiu.lu@intel.com>
1006
1007 * config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386.
1008 (f32_15): Removed.
1009 (jump_31): New.
1010 (f32_patt): Remove f32_15.
1011 (f16_patt): Likewise.
1012 (i386_align_code): Updated to alt_long_patt for 64bit by
1013 default.
1014
1015 * config/tc-i386.h (processor_type): Add PROCESSOR_I386.
1016
10172007-07-23 Evandro Menezes <evandro.menezes@amd.com>
1018
1019 * config/tc-i386.c (i386_align_code): Enable alignment up to
1020 MAX_MEM_FOR_RS_ALIGN_CODE bytes. Remove special treatment
1021 for K8.
1022
e6529493
L
1023 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to 31.
1024
fc5910c0
NC
10252007-07-20 Nick Clifton <nickc@redhat.com>
1026
1027 * app.c (do_scrub_chars): Provide a one character buffer to hold a
1028 pushed back newline at the end of an unterminated quoted string.
1029
d929913e
NC
10302007-07-14 Nick Clifton <nickc@redhat.com>
1031
1032 * config/tc-arm.c (create_register_alias): Return a boolean rather
1033 than an integer.
1034 Check the return value of insert_reg_alias and do not continue to
1035 create aliases once an insertion has failed.
1036 (s_unreq): Delete the all-upper-case and all-lower-case
1037 alternatives as well.
1038
d2df793a
NC
10392007-07-12 Kai Tietz <kai.tietz@onevision.com>
1040
1041 * symbols.c: Print bfd_hostptr_t to file via fprintf_vma.
1042 * write.c: Likewise.
1043
369943fe
DJ
10442007-07-11 Daniel Jacobowitz <dan@codesourcery.com>
1045
1046 * config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): Use
1047 HAVE_64BIT_SYMBOLS.
1048
0fdf1951
RS
10492007-07-04 Richard Sandiford <richard@codesourcery.com>
1050
1051 * config/tc-mips.c (mips_cpu_info_table): Add new entries for
1052 {24k,24ke,34k,74k}f{2_1,1_1,x}. Also add an entry for 74kf3_2.
1053 Deprecate *x and *fx.
1054 * doc/c-mips.texi: Document the new CPU arguments. Deprecate
1055 *x and *fx.
1056
872ce6ff
L
10572007-07-04 H.J. Lu <hongjiu.lu@intel.com>
1058
1059 * config/obj-coff.h (x86_64_target_format): Renamed to ...
1060 (i386_target_format): This
1061 (TARGET_FORMAT): Use i386_target_format.
1062
1063 * config/tc-i386.c (x86_64_target_format): Removed.
1064 (i386_target_format): Handle PE formats.
1065
1a412f5f
NC
10662007-07-04 Nick Clifton <nickc@redhat.com>
1067
1068 * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order
1069 to get the right length of printed value.
1070
ec2655a6
NC
10712007-07-03 Nick Clifton <nickc@redhat.com>
1072
1073 * COPYING: Replace with GPLv3 text.
1074 * app.c: Update copyright notice to refer to GPLv3.
1075 * as.c, as.h, asintl.h, atof_generic.c, bignum.h, bit_fix.h,
1076 cgen.c, cond.c, debug.c, depend.c, dw2gencfi.c, dw2gencfi.h,
1077 dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c, emul.h,
1078 emul_target.h, expr.c, expr.h, flonum-copy.c, flonum.h,
1079 flonum-konst.c, frags.c, frags.h, hash.c, hash.h, input-file.c,
1080 input-file.h, input-scrub.c, ibtl-lex.h, itbl-lex.l, itbl-ops.c,
1081 itbl-ops.h, itbl-parse.y, listing.c, listing.h, literal.c,
1082 macro.c, messages.c, obj.h, output-file.c, output-file.h, read.c,
1083 read.h, sb.c, sb,h, stabs.c, struc-symbol.h, subsegs.c, subsegs.h,
1084 symbols.c, symbols.h, tc.h, write.c, write.h, config/aout_gnu.h,
1085 config/config/atof-ieee.c, config/atof-vax.c, config/bfin-aux.h,
1086 config/bfin-defs.h, config/bfin-lex.l, config/bfin-parse.y,
1087 config/itbl-mips.h, config/m68k-parse.h, config/m68k-parse.y,
1088 config/obj-aout.c, config/obj-aout.h, config/obj-coff.c,
1089 config/obj-coff.h, config/obj-ecoff.c, config/obj-ecoff.h,
1090 config/obj-elf.c, config/obj-elf.h, config/obj-evax.c,
1091 config/obj-evax.h, config/obj-multi.h, config/obj-som.c,
1092 config/obj-som.h, config/tc-alpha.c, config/tc-alpha.h,
1093 config/tc-arc.c, config/tc-arc.h, config/tc-arm.c,
1094 config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
1095 config/tc-bfin.c, config/tc-bfin.h, config/tc-cr16.c,
1096 config/tc-cr16.h, config/tc-cris.c, config/tc-cris.h,
1097 config/tc-crx.c, config/tc-crx.h, config/tc-d10v.c,
1098 config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h,
1099 config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c,
1100 config/tc-fr30.h, config/tc-frv.c, config/tc-frv.h,
1101 config/tc-generic.c, config/tc-generic.h, config/tc-h8300.c,
1102 config/tc-h8300.h, config/tc-hppa.c, config/tc-hppa.h,
1103 config/tc-i370.c, config/tc-i370.h, config/tc-i386.c,
1104 config/tc-i386.h, config/tc-i860.c, config/tc-i860.h,
1105 config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c,
1106 config/tc-ia64.h, config/tc-ip2k.c, config/tc-ip2k.h,
1107 config/tc-iq2000.c, config/tc-iq2000.h, config/tc-m32c.c,
1108 config/tc-m32c.h, config/tc-m32r.c, config/tc-m32r.h,
1109 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
1110 config/tc-m68k.h, config/tc-maxq.c, config/tc-maxq.h,
1111 config/tc-mcore.c, config/tc-mcore.h, config/tc-mep.c,
1112 config/tc-mep.h, config/tc-mips.c, config/tc-mips.h,
1113 config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
1114 config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
1115 config/tc-msp430.c, config/tc-msp430.h, config/tc-mt.c,
1116 config/tc-mt.h, config/tc-ns32k.c, config/tc-ms32k.h,
1117 config/tc-openrisc.c, config/tc-openrisc.h, config/tc-or32.c,
1118 config/tc-or32.h, config/tc-pdp11.c, config/tc-pdp11.h,
1119 config/tc-pj.c, config/tc-pj.h, config/tc-ppc.c, config/tc-ppc.h,
1120 config/tc-s390.c, config/tc-s390.h, config/tc-score.c,
1121 config/tc-score.h, config/tc-sh64.c, config/tc-sh64.h,
1122 config/tc-sh.c, config/tc-sh.h, config/tc-sparc.c,
1123 config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
1124 config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
1125 config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
1126 config/tc-v850.c, config/tc-v850.h, config/tc-vax.c,
1127 config/tc-vax.h, config/tc-xc16x.c, config/tc-x16x.h,
1128 config/tc-xstormy16.c, config/tc-xstormy16.h, config/tc-xtensa.c,
1129 config/tc-xtensa.h, config/tc-z80.c, config/tc-z80.h,
1130 config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
1131 config/te-freebsd.h, config/te-hppa.h, config/te-irix.h,
1132 config/te-netware.h, config/te-sparcaout.h, config/te-tmips.h,
1133 config/te-vxworks.h, config/vax-inst.h, config/xtensa-istack.h,
1134 config/xtensa-relax.c, config/xtensa-relax.h: Likewise.
1135
1136 * flonum-mult.c: Likewise, and also correct typo referring to
1137 non-existant GNU Assembler General Public License.
1138 * config/tc-m68851.h: Likewise.
1139 * NEWS: Mention the new license. Also note where the 2.17 release
1140 happened.
1141 * config/e-crisaout.c: Add copyright header.
1142 * config/e-criself.c, config/e-i386aout.c, config/e-i386coff.c,
1143 config/e-i386elf.c, config/e-mipscoff.c, config/e-mipself.c,
1144 config/obj-multi.c, config/te-aix5.h, config/te-armeabi.h,
1145 config/te-armlinuxeabi.h, config/te-dynix.h, config/te-epoc-pe.h,
1146 config/te-generic.h, config/te-gnu.h, config/te-go32.h,
1147 config/te-hppa64.h, config/te-hppalinux64.h, config/te-hpux.h,
1148 config/te-i386aix.h, config/te-ia64aix.h, config/te-interix.h,
1149 config/te-linux.h, config/te-lnews.h, config/te-lynx.h,
1150 config/te-mach.h, config/te-macos.h, config/te-nbsd532.h,
1151 config/te-nbsd.h, config/te-pc532mach.h, config/te-pe.h,
1152 config/te-pep.h, config/te-psos.h, config/te-riscix.h,
1153 config/te-sun3.h, config/te-svr4.h, config/te-symbian.h,
1154 config/te-wince-pe.h: Likewise.
1155
afa2158f
NS
11562007-07-03 Nathan Sidwell <nathan@codesourcery.com>
1157
1158 * config/tc-m68k.c (m68k_ip): Add j & K operand types.
1159 (install_operand): Add E encoding.
1160 (md_begin): Check and skip initial '.' arg character.
1161 (get_num): Add 0..511 case.
1162
ae4a729b
AM
11632007-07-03 Alan Modra <amodra@bigpond.net.au>
1164
1165 PR 4713
1166 * config/obj-elf.c (elf_ecoff_set_ext): Make static when OBJ_MAYBE_ELF.
1167 * config/obj-elf.h (obj_ecoff_set_ext): Comment.
1168
df816087
AM
11692007-07-03 Mikkel Lauritsen <renard@nospam.dk>
1170
1171 PR 4722
1172 * app.c (do_scrub_chars <state 5>): Check for output buffer full
1173 after memcpy.
1174
741d6ea8
JM
11752007-07-02 Joseph Myers <joseph@codesourcery.com>
1176
1177 * config/tc-mips.c (s_dtprelword, s_dtpreldword,
1178 s_dtprel_internal): New.
1179 (mips_pseudo_table): Add .dtprelword and .dtpreldword.
1180 (md_apply_fix): Handle BFD_RELOC_MIPS_TLS_DTPREL32 and
1181 BFD_RELOC_MIPS_TLS_DTPREL64.
1182
ae351704
AM
11832007-07-02 Alan Modra <amodra@bigpond.net.au>
1184
1185 * Makefile.am: Run "make dep-am".
1186 * Makefile.in: Regenerate.
1187 * aclocal.m4: Regenerate.
1188 * config.in: Regenerate.
1189 * doc/Makefile.in: Regenerate.
1190 * po/POTFILES.in: Regenerate.
1191 * po/gas.pot: Regenerate.
1192
8d452c78
AM
11932007-07-02 Alan Modra <amodra@bigpond.net.au>
1194
1195 * config/tc-ppc.c (ppc_pe_section): Comment out code assigning
1196 coff section flag values to bfd section flag.
1197
86b57e31
L
11982007-06-30 H.J. Lu <hongjiu.lu@intel.com>
1199
1200 * aclocal.m4: Regenerated.
1201 * doc/Makefile.in: Likewise.
1202 * Makefile.in: Likewise.
1203
7ace4e4c
JM
12042007-06-29 Joseph Myers <joseph@codesourcery.com>
1205
1206 * as.c (main): Only call create_obj_attrs_section if IS_ELF.
1207
104d59d1
JM
12082007-06-29 Joseph Myers <joseph@codesourcery.com>
1209
1210 * as.c (create_obj_attrs_section): New.
1211 (main): Call create_obj_attrs_section for ELF.
1212 * read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
1213 skip_past_comma, s_vendor_attribute): New.
1214 (potable): Add gnu_attribute for ELF.
1215 * read.h (s_vendor_attribute): Declare.
1216 * config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper
1217 round s_vendor_attribute.
1218 (aeabi_set_public_attributes): Update for new attributes
1219 interfaces.
1220 (arm_md_end): Remove attributes contents setting now done
1221 generically.
1222
3d3d428f
NC
12232007-06-29 M R Swami Reddy <MR.Swami.Redd@nsc.com>
1224
1225 * Makefile.am: Add CR16 related entry.
1226 * Makefile.in: Regenerate.
1227 * config/tc-cr16.h: New file
1228 * config/tc-cr16.c: New file
1229 * doc/c-cr16.texi: New file for cr16
1230 * doc/all.texi: Entry for cr16
1231 * doc/Makefile.am: Added c-cr16.texi
1232 * doc/Makefile.in: Regenerate
1233 * doc/as.texinfo: Entry for CR16 target
1234 * NEWS: Announce the support for the new target.
1235
cd2cf30b
PB
12362007-06-26 Paul Brook <paul@codesourcery.com>
1237
1238 * config/tc-arm.c (parse_operands): Accept generic coprocessor regs
1239 for OP_RVC.
1240 (reg_names): Add fpinst, pfinst2, mvfr0 and mvfr1.
1241
5f15756d
L
12422007-06-25 H.J. Lu <hongjiu.lu@intel.com>
1243
1244 * config/tc-i386.c (process_operands): Replace regKludge
1245 with RegKludge.
1246
b314ec0e
RS
12472007-06-25 Richard Sandiford <richard@codesourcery.com>
1248
1249 * config/tc-mips.h (TC_SYMFIELD_TYPE): New.
1250 * config/tc-mips.c (append_insn): Record which symbols have
1251 R_MIPS16_26 relocations against them.
1252 (mips_fix_adjustable): Don't reduce relocations against such symbols.
1253
b81bf389
BW
12542007-06-22 Sterling Augustine <sterling@tensilica.com>
1255
1256 * config/tc-xtensa.c (xg_assembly_relax): Comment termination rules.
1257 (frag_format_size): Handle RELAX_IMMED_STEP3.
1258 (xtensa_relax_frag, md_convert_frag): Likewise.
1259 * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_IMMED_STEP3.
1260 (RELAX_IMMED_MAXSTEPS): Adjust.
1261 * config/xtensa-relax.c (widen_spec_list): Add transitions from
1262 wide branches to branch-over-jumps.
1263 (build_transition): Handle wide branches in transition patterns.
1264
e205caa7
L
12652007-06-22 H.J. Lu <hongjiu.lu@intel.com>
1266
1267 * config/tc-i386.c (disp_size): New.
1268 (imm_size): Likewise.
1269 (output_disp): Use disp_size and imm_size.
1270 (output_imm): Use imm_size.
1271
c48aaca0
BW
12722007-06-19 Sterling Augustine <sterling@tensilica.com>
1273
1274 * config/tc-xtensa.h (struct xtensa_frag_type): Update comment about
1275 use of literal_frag field.
1276 * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Record frag
1277 in the literal_frag field.
1278 (xtensa_move_literals): Use it here instead of searching. Update
1279 literal_frag field with new value.
1280
728ca7c9
PB
12812007-06-14 Paul Brook <paul@codesourcery.com>
1282
1283 * config/tc-arm.c (do_t_mov_cmp): Handle shift by register and
1284 narrow shift by immediate.
1285
79887925
L
12862007-06-14 H.J. Lu <hongjiu.lu@intel.com>
1287
1288 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
1289
1290 * acinclude.m4: Don't include m4 files.
1291 (BFD_BINARY_FOPEN): Removed.
1292 Remove libtool kludge.
1293
1294 * Makefile.in: Regenerated.
1295 * doc/Makefile.in: Likewise.
1296 * aclocal.m4: Likewise.
1297 * configure: Likewise.
1298
99ded152
BW
12992007-06-11 Sterling Augustine <sterling@tensilica.com>
1300 Bob Wilson <bob.wilson@acm.org>
1301
1302 * config/tc-xtensa.c (XTENSA_PROP_INSN_NO_TRANSFORM): Renamed to...
1303 (XTENSA_PROP_NO_TRANSFORM): ...this.
1304 (frag_flags_struct): Move is_no_transform out of the insn sub-struct.
1305 (xtensa_mark_frags_for_org): New.
1306 (xtensa_handle_align): Set RELAX_ORG frag subtype for rs_org.
1307 (xtensa_post_relax_hook): Call xtensa_mark_frags_for_org.
1308 (get_frag_property_flags): Adjust reference to is_no_transform flag.
1309 (xtensa_frag_flags_combinable): Likewise.
1310 (frag_flags_to_number): Likewise. Use XTENSA_PROP_NO_TRANSFORM.
1311 * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_ORG.
1312
dce323d1
PB
13132007-06-06 Paul Brook <paul@codesourcery.com>
1314
1315 * config/tc-arm.c (s_align): Pad code sections appropriately.
1316
79d49516
PB
13172007-06-05 Paul Brook <paul@codesourcery.com>
1318
1319 * config/tc-arm.c (insns): Correct Thumb-2 ldrd/strd opcodes.
1320
dfeb0666
NC
13212007-06-05 Nick Clifton <nickc@redhat.com>
1322
1323 PR gas/4587
1324 * config/tc-sparc.c (sparc_ip): Terminate tls_ops array.
1325
353ab861
AM
13262007-06-05 Alan Modra <amodra@bigpond.net.au>
1327
1328 * config/tc-spu.c (spu_cons): Use deferred_expression. Handle
1329 number@ppu.
1330 (tc_gen_reloc): Abort if neither addsy or subsy is set.
1331 (md_apply_fix): Don't attempt to resolve SPU_PPU relocs.
1332 * config/tc-spu.h (md_operand): Handle @ppu without sym.
1333
91568d08
PB
13342007-05-31 Paul Brook <paul@codesourcery.com>
1335
1336 * config/tc-arm.c (insns): Allow strex on M profile cores.
1337
c699f087
JJ
13382007-05-29 David S. Miller <davem@davemloft.net>
1339 Jakub Jelinek <jakub@redhat.com>
1340
1341 PR gas/4558
1342 * config/tc-sparc.c (md_apply_fix): Fix relocation overflow checks
1343 for BFD_RELOC_SPARC_WDISP16 and BFD_RELOC_SPARC_WDISP19.
1344
945370aa
AM
13452007-05-29 Alan Modra <amodra@bigpond.net.au>
1346
1347 * config/tc-spu.h: Wrap in #ifndef/#endif. Delete coff macros.
1348
98027b10
AM
13492007-05-29 Alan Modra <amodra@bigpond.net.au>
1350
1351 * config/tc-ppc.c: Convert to ISO C.
1352 * config/tc-ppc.c: Likewise.
1353
a32b816e
AM
13542007-05-29 Alan Modra <amodra@bigpond.net.au>
1355
1356 * write.h (EXEC_MACHINE_TYPE): Delete.
1357 (string_byte_count, section_alignment): Delete.
1358
1740b7b1
NS
13592007-05-28 Nathan Sidwell <nathan@codesourcery.com>
1360
1361 * app.c (do_scrub_chars): Cope with \ at end of buffer.
1362
a1867a27
AM
13632007-05-26 Alan Modra <amodra@bigpond.net.au>
1364
1365 * config/tc-ppc.c (ppc_insert_operand): Truncate sign bits in
1366 top 32 bits of 64 bit value if so doing results in passing
1367 range check. Rewrite sign extension fudges similarly. Enable
1368 fudges for powerpc64 too. Report user value if range check
1369 fails rather than fudged value. Negate PPC_OPERAND_NEGATIVE
1370 range rather than value, also to report user value on failure.
1371
efd81785
PB
13722007-03-25 Paul Brook <paul@codesourcery.com>
1373
1374 * config/tc-arm.c (T2_SUBS_PC_LR): Define.
1375 (do_t_add_sub): Correctly encode subs pc, lr, #const.
1376 (do_t_mov_cmp): Correctly encode movs pc, lr.
1377
37ad9514
SE
13782007-05-24 Steve Ellcey <sje@cup.hp.com>
1379
1380 * Makefile.in: Regnerate.
1381 * configure: Regenerate.
1382 * aclocal.m4: Regenerate.
1383 * doc/Makefile.in: Regenerate.
1384
4c8d1ad4
BW
13852007-05-22 Bob Wilson <bob.wilson@acm.org>
1386
1387 * doc/c-xtensa.texi (Xtensa Automatic Alignment): Remove statements
1388 and index entries about automatic alignment of ENTRY instructions.
1389
0e9517a9
NC
13902007-05-22 Nick Clifton <nickc@redhat.com>
1391
1392 * doc/as.texinfo: Use @copying around the copyright notice.
1393
e6559e01
JM
13942007-05-18 Joseph Myers <joseph@codesourcery.com>
1395
1396 * config/tc-mips.c (s_mipsset): Use generic s_set for directives
1397 containing a comma.
1398
4b7d318b
L
13992007-05-17 H.J. Lu <hongjiu.lu@intel.com>
1400
1401 PR gas/4517
1402 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5d14452b 1403 * doc/as.texinfo: Document new directives: .cfi_restore,
4b7d318b
L
1404 .cfi_undefined, .cfi_same_value, .cfi_return_column,
1405 .cfi_remember_state and .cfi_restore_state.
1406
2b878742
NS
14072007-05-17 Nathan Sidwell <nathan@codesourcery.com>
1408
1409 * config/tc-m68k.c (md_apply_fix): Show value of out of range
1410 fixups in error message.
1411 (md_conver_frag_1): Propagate the fix source location and use
1412 as_bad_where rather than fatal, for better error messages.
1413
2b744c99
PB
14142007-05-16 Paul Brook <paul@codesourcery.com>
1415
1416 * config/tc-arm.c (v7m_psrs): Add uppercase PSR names and xpsr.
1417
2a676888
MS
14182007-05-15 Mark Shinwell <shinwell@codesourcery.com>
1419
1420 * app.c (do_scrub_chars): Don't damage \@ pseudo-variables.
1421
1c3f20b4
NC
14222007-05-15 Vincent Riviere <vincent.riviere@freesbee.fr>
1423
1424 PR gas/3041
1425 * config/tc-m68k.c (relaxable_symbol): Make sure that the correct
1426 addend is stored for relocs against weak symbols.
1427 (md_apply_fix): So not loose track of addend for relocs against
1428 weak symbols.
1429
24471d42
TS
14302007-05-14 Thiemo Seufer <ths@mips.com>
1431
1432 * config/tc-mips.c (md_parse_option): Fix parsing of -O option.
1433
b0253a53
ML
14342007-05-14 Mei Ligang <ligang@sunnorth.com.cn>
1435
24471d42
TS
1436 * config/tc-score.c (data_op2, validate_immediate): Fix bug for
1437 addri, addri.c, subi, and subi.c when immediate number is hex.
b0253a53
ML
1438 (score_insns): Remove subis and subis.c.
1439 (do_sub_rdi16): Delete.
1440
ece5ef60
AM
14412007-05-11 Alan Modra <amodra@bigpond.net.au>
1442
1443 * config/tc-spu.c (md_pseudo_table): Add int, long, quad. Call
1444 spu_cons for word.
1445 (md_assemble): Tidy use of insn.flag.
1446 (get_imm): Likewise. Handle uppercase input too.
1447 (spu_cons): New function.
1448 * config/tc-spu.h (tc_fix_adjustable): Don't adjust SPU_PPU relocs.
1449 (TC_FORCE_RELOCATION): Don't resolve them either.
1450
f9d4405b
MS
14512007-05-05 Mark Shinwell <shinwell@codesourcery.com>
1452
1453 * config/tc-arm.c (md_apply_fix): Generate more accurate
1454 diagnostic when 8-bit immediate range is exceeded for
1455 BFD_RELOC_ARM_OFFSET_IMM8.
1456
0787a12d
AM
14572007-05-04 Alan Modra <amodra@bigpond.net.au>
1458
1459 PR gas/4460
1460 * config/tc-i386.c (lex_got): Don't replace the reloc token with
1461 a space if we already have a space.
1462
20592a94
L
14632007-05-03 H.J. Lu <hongjiu.lu@intel.com>
1464
1465 * config/tc-i386.c (match_template): Don't explicitly check
1466 suffix for crc32 in Intel mode.
1467 (process_suffix): Issue an error for crc32 if the operand size
1468 is ambiguous.
1469
22184a77
NC
14702007-05-03 Vincent Riviere <vincent.riviere@freesbee.fr>
1471 Nick Clifton <nickc@redhat.com>
1472
1473 PR gas/3041
1474 * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
1475 (tc_gen_reloc): Adjust the addend of relocs against weak symbols.
1476 (md_apply_fix): Put zero values into the frags referencing weak
1477 symbols.
1478
3896c469
AM
14792007-05-02 Alan Modra <amodra@bigpond.net.au>
1480
1481 PR 4448
1482 * config/tc-ppc.c (ppc_insert_operand): Don't increase min for
1483 PPC_OPERAND_PLUS1.
1484
9344ff29
L
14852007-05-01 H.J. Lu <hongjiu.lu@intel.com>
1486
1487 * config/tc-i386.c (match_template): Check suffix for crc32 in
1488 Intel mdoe.
1489 (process_suffix): Default the suffix of 8bit crc32 to
1490 BYTE_MNEM_SUFFIX.
1491 (check_byte_reg): Skip check for 8bit crc32.
1492
a540244d
L
14932007-04-30 H.J. Lu <hongjiu.lu@intel.com>
1494
1495 * config/tc-i386.c (md_assemble): Use register_prefix in
1496 error/warning message.
1497 (check_byte_reg): Likewise.
1498 (check_long_reg): Likewise.
1499 (check_qword_reg): Likewise.
1500 (check_word_reg): Likewise.
1501 (process_operands): Likewise.
1502
eb42fac1
AM
15032007-04-30 Alan Modra <amodra@bigpond.net.au>
1504
1505 PR 4436
1506 * config/tc-ppc.c (ppc_insert_operand): Disable range check if
1507 min > max.
1508
02ffd3e4
TS
15092007-04-28 Thiemo Seufer <ths@networkno.de>
1510
1511 * config/tc-mips.c: Fix comment.
1512
8eb2af8e
DC
15132007-04-26 Anatoly Sokolov <aesok@post.ru>
1514
1515 * config/tc-avr.c (mcu_types): Add support for atmega8hva and
1516 atmega16hva devices. Move at90usb82 device to 'avr5' architecture.
1517 * doc/c-avr.texi: Document new devices.
1518
6d0f4cb4
AM
15192007-04-24 Alan Modra <amodra@bigpond.net.au>
1520
1521 * Makefile.am: Run "make dep-am".
1522 * Makefile.in: Regenerate.
1523
9a2e615a
NS
15242007-04-23 Nathan Sidwell <nathan@codesourcery.com>
1525
1526 * config/tc-m68k.c (mcf54455_ctrl): New.
1527 (HAVE_LONG_DISP, HAVE_LONG_CALL, HAVE_LONG_COND): New.
1528 (m68k_archs): Add isac.
1529 (m68k_cpus): Add 54455 family.
1530 (m68k_ip): Split Bg into Bb, Bs, Bg.
1531 (m68k_elf_final_processing): Add ISA_C.
1532 * doc/c-m68k.texi (M680x0 Options): Add isac.
1533
d2bdaea8
AM
15342007-04-22 Alan Modra <amodra@bigpond.net.au>
1535
1536 * read.c (read_a_source_file): Skip multiple spaces to
1537 cover hack in mmix md_start_line_hook which overwrites a
1538 colon with a space. Delete sermon and needless assertion.
1539
541d2ffd
AM
15402007-04-21 Alan Modra <amodra@bigpond.net.au>
1541
1542 * config/atof-vax.c (atof_vax_sizeof): Change return type to unsigned.
1543 (md_atof): Make number_of_chars unsigned. Revert last change.
1544 * config/tc-or32.c (md_apply_fix): Delete bogus assertions.
1545 * config/tc-sh.c (sh_optimize_expr): Only define for OBJ_ELF.
1546 * config/tc-sh.h (md_optimize_expr): Likewise.
1547 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Delete bogus
1548 assertion.
1549 * config/tc-xtensa.c (convert_frag_immed_finish_loop): Likewise.
1550
c13781b8
NC
15512007-04-21 Nick Clifton <nickc@redhat.com>
1552
2523cd0a
NC
1553 * config/atof-vax.c (md_atof): Fix comparison inside know().
1554
c13781b8
NC
1555 * config/tc-ia64.c (emit_one_bundle): Fix typo.
1556
c43a438d
AM
15572007-04-21 Alan Modra <amodra@bigpond.net.au>
1558
db557034
AM
1559 * expr.c (expr): Assert on rankarg, not rank which can be unsigned.
1560 * read.c (read_a_source_file): Remove buffer_limit[-1] assertion.
1561 Don't skip over NUL char.
1562 (pseudo_set): Set X_op for registers to O_register.
1563 * symbols.c (symbol_clone): Remove assertion that sym is defined.
1564 (resolve_symbol_value): Resolve O_register symbols.
1565 * config/tc-i386.c (parse_real_register): Don't use i386_float_regtab.
1566 Instead find st(0) by hash lookup.
1567 * config/tc-ppc.c (ppc_macro): Warning fix.
1568
c43a438d
AM
1569 * as.h (ENABLE_CHECKING): Default define to 0.
1570 (know): Assert if ENABLE_CHECKING.
1571 (struct relax_type): Remove superfluous declaration.
1572 * configure.in (--enable-checking): New.
1573 * configure: Regenerate.
1574 * config.in: Regenerate.
1575 * config/tc-ppc.c (ppc_setup_opcodes): Do checks when ENABLE_CHECKING.
1576 Check for duplicate powerpc_operands entries.
1577
78336706
NS
15782007-04-20 Nathan Sidwell <nathan@codesourcery.com>
1579
d5be9593
NS
1580 * config/tc-m68k.c (mcf5253_ctrl): New.
1581 (mcf52223_ctrl): New.
1582 (m68k_cpus): Add 5253, 52221, 52223.
1583
78336706
NS
1584 * config/m68k-parse.h (RAMBAR_ALT): New.
1585 * config/tc-m68k.c (mcf5206_ctrl, mcf5307_ctrl): New.
1586 (mcf_ctrl, mcf5208_ctrl, mcf5210a_ctrl, mcf5213_ctrl, mcf52235_ctrl,
1587 mcf5225_ctrl, mcf5235_ctrl, mcf5271_ctrl, mcf5275_ctrl,
1588 mcf5282_ctrl, mcf5329_ctrl, mcf5373_ctrl, mcfv4e_ctrl,
1589 mcf5475_ctrl, mcf5485_ctrl): Add RAMBAR synonym for
1590 RAMBAR1.
1591 (mcf5272_ctrl): Add RAMBAR0, replace add RAMBAR with RAMBAR_ALT.
1592 (m68k_cpus): Adjust 5206, 5206e & 5307 entries.
1593 (m68k_ip) <Case J>: Detect when RAMBAR_ALT should be used. Add it
1594 to control register mapping.
1595
931774a9
AM
15962007-04-20 Alan Modra <amodra@bigpond.net.au>
1597
1598 * messages.c (as_internal_value_out_of_range): Fix typo in
1599 error message. Return after printing domain error.
1600 * config/tc-ppc.c (ppc_insert_operand): Preserve low zero bits
1601 in max when shifting right.
1602
b84bf58a
AM
16032007-04-20 Alan Modra <amodra@bigpond.net.au>
1604
1605 * messages.c (as_internal_value_out_of_range): Extend to report
1606 errors for values with invalid low bits set.
1607 * config/tc-ppc.c (ppc_setup_opcodes): Check powerpc_operands bitm
1608 fields. Check that operands and opcode fields are disjoint.
1609 (ppc_insert_operand): Check operands using mask rather than bit
1610 count. Check low bits too. Handle PPC_OPERAND_PLUS1. Adjust
1611 insertion code.
1612 (md_apply_fix): Adjust for struct powerpc_operand change.
1613
076d447c
PB
16142007-04-19 Paul Brook <paul@codesourcery.com>
1615
1616 * config/tc-arm.c (md_assemble): Only allow 16-bit instructions on
1617 Thumb-1. Add sanity check for bogus relaxations.
1618
16a4cf17
PB
16192007-04-19 Paul Brook <paul@codesourcery.com>
1620
1621 * config/tc-arm.c (insns): Allow rsb and rsbs on Thumb-1.
1622
e30daadc
AM
16232007-04-19 Alan Modra <amodra@bigpond.net.au>
1624
1625 * Makefile.am: Run "make dep-am".
1626 * Makefile.in: Regenerate.
1627
7a467a28
AM
16282007-04-19 Nathan Froyd <froydnj@codesourcery.com>
1629
1630 * doc/c-ppc.texi (PowerPC-Opts): Document -me500, -me500x2, -mspe.
1631
d76f7bc1
L
16322007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1633
1634 * doc/c-i386.texi; Document .ssse3, .sse4.1, .sse4.2 and .sse4.
1635
381d071f
L
16362007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1637
1638 * config/tc-i386.c (cpu_arch): Add .sse4.2 and .sse4.
1639 (match_template): Handle operand size for crc32 in SSE4.2.
1640 (process_suffix): Handle operand type for crc32 in SSE4.2.
1641 (output_insn): Support SSE4.2.
1642
42903f7f
L
16432007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1644
1645 * config/tc-i386.c (cpu_arch): Add .sse4.1.
1646 (process_operands): Adjust implicit operand for blendvpd,
1647 blendvps and pblendvb in SSE4.1.
1648 (output_insn): Support SSE4.1.
1649
026d3abb
PB
16502007-04-18 Paul Brook <paul@codesourcery.com>
1651
1652 * config/tc-arm.c (do_t_rsb): Use 16-bit encoding when possible.
1653
91382b56
KK
16542007-04-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1655
1656 * config/tc-sh.c (sh_handle_align): Call as_bad_where instead
1657 of as_warn_where for misaligned data.
1658
0838d2ac
KK
16592007-04-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1660
1661 * config/tc-sh.c (align_test_frag_offset_fixed_p): Handle
1662 rs_fill frags.
1663
b7d19ba6
SE
16642007-04-14 Steve Ellcey <sje@cup.hp.com>
1665
1666 * Makefile.am: Add ACLOCAL_AMFLAGS.
1667 * Makefile.in: Regenerate.
1668
0cc34095
KK
16692007-04-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1670
1671 * config/tc-sh.c (align_test_frag_offset_fixed_p): New.
1672 (sh_optimize_expr): Likewise.
1673 * config/tc-sh.h (md_optimize_expr): Define.
1674 (sh_optimize_expr): Prototype.
1675
6f7b6869
MT
16762007-04-06 Matt Thomas <matt@netbsd.org>
1677
1678 * config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp)
1679 to emit pcrel relocations by DWARF2 in non-code sections. Borrowed
1680 heavily from tc-sparc.c. (vax_cons_fix_new): Likewise.
1681
d0e8669a
KH
16822007-04-04 Kazu Hirata <kazu@codesourcery.com>
1683
1684 * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
1685
3b8d421e
PB
16862007-04-04 Paul Brook <paul@codesourcery.com>
1687
1688 * config/tc-arm.c (do_neon_ext): Enforce immediate range.
1689 (insns): Use I15 for vext.
1690
9fcfe2ed
PB
16912007-04-04 Paul Brook <paul@codesourcery.com>
1692
1693 * configure.tgt: Loosen checks for arm uclinux eabi targets.
1694
a3582eee
BW
16952007-04-02 Sterling Augustine <sterling@tensilica.com>
1696
1697 * config/tc-xtensa.c (xtensa_flush_pending_output): Check
1698 outputting_stabs_line_debug.
1699
7b60f473
DC
17002007-03-26 Anatoly Sokolov <aesok@post.ru>
1701
1702 * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
1703 at90usb162, atmega325p, atmega329p, atmega3250p and atmega3290p
1704 devices.
1705 * doc/c-avr.texi: Document new devices.
1706
0c000745
RS
17072007-04-02 Richard Sandiford <richard@codesourcery.com>
1708
1709 * doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options.
1710 * doc/c-mips.texi (-KPIC, -mvxworks-pic): Document.
1711 * config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.
1712
c3ea6048
BW
17132007-03-30 Sterling Augustine <sterling@tensilica.com>
1714 Bob Wilson <bob.wilson@acm.org>
1715
1716 * config/tc-xtensa.c (xtensa_move_labels): Remove loops_ok argument.
1717 Do not check is_loop_target flag.
1718 (xtensa_frob_label): Adjust calls to xtensa_move_labels.
1719 (xg_assemble_vliw_tokens): Likewise. Also avoid calling
1720 xtensa_move_labels for alignment of loop opcodes.
1721
f6bee062
L
17222007-03-30 H.J. Lu <hongjiu.lu@intel.com>
1723
1724 * config/tc-i386.c (process_suffix): Reindent a bit.
1725
3c707909
PB
17262007-03-30 Paul Brook <paul@codesourcery.com>
1727
1728 * config/tc-arm.c (encode_thumb2_ldmstm): New function.
1729 (do_t_ldmstm): Generate 16-bit push/pop. Use encode_thumb2_ldmstm.
1730 (do_t_push_pop): Use encode_thumb2_ldmstm.
1731
144f4bc6
DD
17322007-03-29 DJ Delorie <dj@redhat.com>
1733
1734 * config/tc-m32c.c (rl_for, relaxable): Protect argument.
1735 (md_relax_table): Add entries for ADJNZ macros.
1736 (M32C_Macros): Add ADJNZ macros.
1737 (subtype_mappings): Add entries for ADJNZ macros.
1738 (insn_to_subtype): Check for adjnz and sbjnz insns.
1739 (md_estimate_size_before_relax): Pass insn to insn_to_subtype.
1740 (md_convert_frag): Convert adjnz and sbjnz.
1741
e5551801
NC
17422007-03-29 Nick Clifton <nickc@redhat.com>
1743
1744 * itbl-ops.c (itbl_entry): Remove unnecessary and excessively long
1745 initialization.
1746 * itbl-ops.h (enum e_processor): Initialise the e_nprocs field
1747 using ITBL_NUMBER_OF_PROCESSORS.
1748 * itbl-parse.y (yyerror): Remove use of redundant macro PARAMS.
1749
e72cf3ec
L
17502007-03-28 H.J. Lu <hongjiu.lu@intel.com>
1751
1752 * config/tc-i386.c (build_modrm_byte): For instructions with 2
1753 register operands, encode destination in i.rm.regmem if its
1754 RegMem bit is set.
1755
4ecceb71
RS
17562007-03-28 Richard Sandiford <richard@codesourcery.com>
1757 Phil Edwards <phil@codesourcery.com>
1758
1759 * doc/as.texinfo: Put the contents after the title page rather
1760 than at the end of the document.
1761
3f9ce309
AM
17622007-03-27 Alan Modra <amodra@bigpond.net.au>
1763
1764 * NEWS: Mention ".reloc".
1765
eb6d9dce
BW
17662007-03-26 Sterling Augustine <sterling@tensilica.com>
1767
1768 * config/tc-xtensa.c (xg_translate_idioms): Allow assembly idioms
1769 in FLIX instructions.
1770
c96612cc
JB
17712007-03-26 Julian Brown <julian@codesourcery.com>
1772
1773 * config/tc-arm.c (arm_it): Add immisfloat field.
1774 (parse_qfloat_immediate): Disallow integer syntax for floating-point
1775 immediates. Fix hex immediates, handle 0.0 and -0.0 specially.
1776 (parse_neon_mov): Set immisfloat bit for operand if it parsed as a
1777 float.
1778 (neon_cmode_for_move_imm): Reject non-float immediates for float
1779 operands.
1780 (neon_move_immediate): Pass immisfloat bit to neon_cmode_for_move_imm.
1781
23753660
JB
17822007-03-26 Julian Brown <julian@codesourcery.com>
1783
1784 * doc/c-arm.texi: Add documentation for .dn/.qn directives.
1785
05e9452c
AM
17862007-03-26 Alan Modra <amodra@bigpond.net.au>
1787
1788 * doc/as.texinfo (Reloc): Document.
1789 * read.c (potable): Add "reloc".
1790 (s_reloc): New function.
1791 * write.c (reloc_list): New global var.
1792 (resolve_reloc_expr_symbols): New function.
1793 (write_object_file): Call it.
1794 (write_relocs): Process reloc_list.
1795 * write.h (struct reloc_list): New.
1796 (reloc_list): Declare.
1797
1198ca51
PB
17982007-03-24 Paul Brook <paul@codesourcery.com>
1799
1800 * config/tc-arm.c (do_t_ldmstm): Error on Thumb-2 addressing modes.
1801
b6702015
PB
18022007-03-24 Paul Brook <paul@codesourcery.com>
1803 Mark Shinwell <shinwell@codesourcery.com>
1804
1805 * config/tc-arm.c (operand_parse_code): Add OP_oRRw.
1806 (parse_operands): Don't expect comma if first operand missing.
1807 Handle OP_oRRw.
1808 (do_srs): Encode register number, checking it is r13. Update comment.
1809 (insns): Update SRS entries to take a register.
1810
831480e9 18112007-03-23 H.J. Lu <hongjiu.lu@intel.com>
0003779b
L
1812
1813 * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
1814
738755b0
MS
18152007-03-23 Mark Shinwell <shinwell@codesourcery.com>
1816
35225157 1817 * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
738755b0
MS
1818 attempt to jump to the next instruction into NOPs.
1819
840edabd
AM
18202007-03-23 Alan Modra <amodra@bigpond.net.au>
1821
1822 * config/tc-spu.c: Don't include opcode/spu.h.
1823 (md_assemble): Set tc_fix_data.insn_tag and arg_format.
1824 (md_apply_fix): Adjust.
1825 * config/tc-spu.h: Include opcode/spu.h.
1826 (struct tc_fix_info): New.
1827 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
1828 (TC_FORCE_RELOCATION): Define.
1829
e49e529d
JM
18302007-03-22 Joseph Myers <joseph@codesourcery.com>
1831
1832 * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
1833
831480e9 18342007-03-21 H.J. Lu <hongjiu.lu@intel.com>
13a1e313
L
1835
1836 * config/tc-i386.c (process_suffix): Check 0x90 instead of
1837 xchg for xchg %rax,%rax.
1838
831480e9 18392007-03-21 H.J. Lu <hongjiu.lu@intel.com>
161a04f6
L
1840
1841 * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
1842 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
1843
831480e9 18442007-03-21 H.J. Lu <hongjiu.lu@intel.com>
8b38ad71
L
1845
1846 PR binutils/4218
1847 * config/tc-i386.c (match_template): Properly handle 64bit mode
1848 "xchg %eax, %eax".
1849
af1c1010
NC
18502007-03-21 Anton Ertl <anton@mips.complang.tuw>
1851
1852 PR gas/4124
1853 * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
1854
1d5f2fe9
L
18552007-03-21 H.J. Lu <hongjiu.lu@intel.com>
1856
1857 * Makefile.am: Run dep-am.
1858 * Makefile.in: Regenerated.
1859
1860 * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
1861
1862 * config/tc-i386.h: Include "opcodes/i386-opc.h".
1863 (NOP_OPCODE): Removed.
1864 (template): Likewise.
1865
5ac8f2a2
AS
18662007-03-21 Andreas Schwab <schwab@suse.de>
1867
1868 * config/tc-i386.h (NOP_OPCODE): Restore.
1869
8fb9d7b9
MS
18702007-03-18 Mark Shinwell <shinwell@codesourcery.com>
1871
1872 * config/tc-arm.c (do_mul): Don't warn about overlapping
1873 Rd and Rm operands when assembling for v6 or above.
1874 Correctly capitalize register names in the messages.
1875 (do_mlas): Likewise. Delete spurious blank line.
1876
b3768379
KH
18772007-03-16 Kazu Hirata <kazu@codesourcery.com>
1878
1879 * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
1880
c3fe08fa
L
18812007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1882
1883 * config/tc-i386.c (md_begin): Use i386_regtab_size to scan
1884 i386_regtab.
1885 (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
1886 on i386_regtab.
1887
4061927e
L
18882007-03-15 Alexandre Oliva <aoliva@redhat.com>
1889
1890 PR gas/4184
1891 * app.c (do_scrub_chars): PUT after setting states.
1892
0b1cf022
L
18932007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1894
1895 * Makefile.am: Run "make dep-am".
1896 * Makefile.in: Regenerated.
1897
1898 * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
1899 "opcode/i386.h".
1900 (md_begin): Check reg_name != NULL for the last entry in
1901 i386_regtab.
1902
1903 * config/tc-i386.h: Move many entries to opcode/i386.h and
1904 opcodes/i386-opc.h.
1905
1906 * configure.in (need_opcodes): Set true for i386.
1907 * configure: Regenerated.
1908
c428fa83
L
19092007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1910
1911 * Makefile.am (REPORT_BUGS_TO): Removed.
1912 (INCLUDES): Remove -DREPORT_BUGS_TO.
1913 * Makefile.in: Regenerated.
1914
1915 * configure.in (--with-bugurl): Removed.
1916 * configure: Regenerated.
1917
1918 * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
1919 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
1920 (TEXI2DVI): Likewise.
1921 (gasver.texi): Removed.
1922 (MOSTLYCLEANFILES): Remove gasver.texi.
1923 (as.1): Don't depend on gasver.texi.
1924 * doc/Makefile.in: Regenerated.
1925
1926 * doc/as.texi: Include bfdver.texi instead of gasver.texi.
1927
794ba86a
DJ
19282007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1929
1930 * config/tc-arm.c (arm_copy_symbol_attributes): New.
1931 * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
1932 (TC_COPY_SYMBOL_ATTRIBUTES): Define.
1933 * gas/symbols.c (copy_symbol_attributes): Use
1934 TC_COPY_SYMBOL_ATTRIBUTES.
1935
155257ea
PB
19362007-03-14 Paul Brook <paul@codesourcery.com>
1937
1938 * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
1939
d1c5f158
AM
19402007-03-14 Alan Modra <amodra@bigpond.net.au>
1941
1942 PR 4029
1943 * write.c (relax_segment): Insert extra alignment padding
1944 to break infinite relax loop when given impossible
1945 gcc_except_table assembly.
1946
8a2ed489
L
19472007-03-12 H.J. Lu <hongjiu.lu@intel.com>
1948
1949 * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
1950 on i.tm.base_opcode.
1951 (match_template): Likewise.
1952 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
1953
1954 * config/tc-i386.h (Opcode_D): New.
1955 (Opcode_FloatR): Likewise.
1956 (Opcode_FloatD): Likewise.
1957 (D): Redefined.
1958 (W): Likewise.
1959 (FloatMF): Likewise.
1960 (FloatR): Likewise.
1961 (FloatD): Likewise.
1962
e9fc6c21
AO
19632007-03-09 Alexandre Oliva <aoliva@redhat.com>
1964
1965 * app.c (do_scrub_chars): Recognize comments after # line "file".
1966 * read.c (get_linefile_number): New.
1967 (s_app_line): Accept ill-formed .linefile lines as comments.
1968
b1b7d09b
AM
19692007-03-09 Alan Modra <amodra@bigpond.net.au>
1970
1971 * config/tc-i386.h (WORKING_DOT_WORD): Define.
1972
93e914b2
AO
19732007-03-09 Alexandre Oliva <aoliva@redhat.com>
1974
1975 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
1976 * as.h (new_logical_line_flags): New.
1977 * input-scrub.c (new_logical_line): Turned into wrapper for...
1978 (new_logical_line_flags): this. Handle flags.
1979 * read.c (potable): Add linefile. Adjust appline argument.
1980 (s_app_file): Fake .appfiles no more.
1981 (s_app_line): For .linefile, accept file name and flags.
1982
6f12865c
AM
19832007-03-08 Alan Modra <amodra@bigpond.net.au>
1984
1985 * symbols.c (symbol_relc_make_sym): Comment typo fixes.
1986
a6d04ec4
AM
19872007-03-08 Alan Modra <amodra@bigpond.net.au>
1988
1989 * Makefile.am: Run "make dep-am".
1990 * Makefile.in: Regenerate.
1991 * po/POTFILES.in: Regenerate.
1992
ad22bfe8
JM
19932007-03-07 Joseph Myers <joseph@codesourcery.com>
1994
1995 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
1996 bug-reporting URL.
1997 * doc/Makefile.am (gasver.texi): Define BUGURL.
1998 * doc/as.texinfo: Use BUGURL.
1999 * Makefile.in, configure, doc/Makefile.in: Regenerate.
2000
b5639b37
MS
20012007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
2002
2003 * config/tc-s390.c (md_parse_option): z9-ec option added.
2004
5e77afaa
PB
20052007-03-02 Paul Brook <paul@codesourcery.com>
2006
2007 * config/tc-arm.c (relax_immediate): Always return positive values.
2008 (relaxed_symbol_addr): New function.
2009 (relax_adr, relax_branch): Use it.
2010 (arm_relax_frag): Pass strect argument. Adjust infinite loop check.
2011
066c2a57
JM
20122007-03-01 Joseph Myers <joseph@codesourcery.com>
2013
2014 * as.c (parse_args): Update copyright date.
2015
ed6ba298
NS
20162007-02-28 Nathan Sidwell <nathan@codesourcery.com>
2017
2018 * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
2019
870074dd
NC
20202007-02-28 Nick Clifton <nickc@redhat.com>
2021
c5d07591
NC
2022 PR gas/3797
2023 * config/tc-d10v.c (do_assemble): Do not generate error messages,
2024 just return -1 whenever a problem is encountered.
2025 (md_assemble): If do_assemble returns -1 generate a non-fatal
2026 error message and return.
2027
870074dd
NC
2028 PR gas/2623
2029 * config/tc-msp430.c (line_separator_char): Change to '{'.
2030
fd99afa7
AM
20312007-02-27 Alan Modra <amodra@bigpond.net.au>
2032
2033 * config/tc-m68hc11.c (fixup24): Correct fixup size.
2034 (build_jump_insn): Likewise.
2035 (build_insn): Likewise.
2036 (s_m68hc11_relax): Likewise.
2037
07cb2078
AM
20382007-02-27 Alan Modra <amodra@bigpond.net.au>
2039
2040 * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
2041
22b5b651
MS
20422007-02-25 Mark Shinwell <shinwell@codesourcery.com>
2043
2044 * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
2045
acb02403
AM
20462007-02-23 Alan Modra <amodra@bigpond.net.au>
2047
2048 * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
2049 (md_assemble): Likewise.
2050
e5435dec
AM
20512007-02-22 Alan Modra <amodra@bigpond.net.au>
2052
2053 * write.c (size_seg): Always clear SEC_RELOC here.
2054 (install_reloc): New function, extracted from..
2055 (write_relocs): ..here. Combine RELOC_EXPANSION_POSSIBLE code
2056 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
2057 testing frag size. Set SEC_RELOC here.
2058
a1836728
AM
20592007-02-21 Alan Modra <amodra@bigpond.net.au>
2060
2061 PR 4082
2062 * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
2063
f281862d
TS
20642007-02-20 Thiemo Seufer <ths@mips.com>
2065
2066 * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
2067
01fd108f
TS
20682007-02-20 Thiemo Seufer <ths@mips.com>
2069
2070 * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
2071
8b082fb1
TS
20722007-02-20 Thiemo Seufer <ths@mips.com>
2073 Chao-Ying Fu <fu@mips.com>
2074
2075 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
2076 ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
2077 (macro_build): Add case '2'.
2078 (macro): Expand M_BALIGN to nop, packrl.ph or balign.
2079 (validate_mips_insn): Add support for balign instruction.
2080 (mips_ip): Handle DSP R2 instructions. Support balign instruction.
2081 (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
2082 md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
2083 command line options.
2084 (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
2085 (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
2086 * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
2087 .set dspr2, .set nodspr2.
2088
96e0bbcc
NS
20892007-02-20 Nathan Sidwell <nathan@codesourcery.com>
2090
2091 * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
2092 (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
2093
d31f0f6d
AM
20942007-02-18 Alan Modra <amodra@bigpond.net.au>
2095
2096 * write.c (TC_FX_SIZE_SLACK): Define.
2097 (write_relocs): Reinstate check for fixup within frag.
2098 * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
2099 * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
2100 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
2101 * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
2102 * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
2103
92f01d61
JM
21042007-02-17 Mark Mitchell <mark@codesourcery.com>
2105 Nathan Sidwell <nathan@codesourcery.com>
2106 Vladimir Prus <vladimir@codesourcery.com
2107 Joseph Myers <joseph@codesourcery.com>
2108
2109 * configure.in (--with-bugurl): New option.
2110 * configure: Regenerate.
2111 * dep-in.sed: Remove bin-bugs.h.
2112 * Makefile.am (REPORT_BUGS_TO): Define.
2113 (INCLUDES): Define REPORT_BUGS_TO.
2114 (DEP_INCLUDES): Likewise.
2115 ($(OBJS)): No longer depend on bin-bugs.h.
2116 * Makefile.in: Regenerate.
2117 * doc/Makefile.in: Regenerate.
2118 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
2119 * as.h: Remove include of bin-bugs.h.
2120
b4b24b79
AM
21212007-02-17 Alan Modra <amodra@bigpond.net.au>
2122
2123 * write.c: White space fixes.
2124 (fixup_segment): Move symbol_mri_common_p adjustments..
2125 (write_relocs): ..and symbol_equated_reloc_p adjustments..
2126 (adjust_reloc_syms): ..to here.
2127
e7ff5c73
AM
21282007-02-16 Alan Modra <amodra@bigpond.net.au>
2129
2130 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
2131 xmalloc, memset. Don't bother assigning NULL to known zero mem.
2132 (subseg_set_rest): Remove unnecessary cast.
2133 * write.c: Include libbfd.h. Replace PTR with void * throughout.
2134 Remove unnecessary forward declarations and casts.
2135 (set_symtab): Delete extern bfd_alloc.
2136 (fixup_segment): Move.
2137
a8e24a56
NS
21382007-02-15 Nathan Sidwell <nathan@codesourcery.com>
2139
2140 * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
2141 * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
2142 (mcf5475_ctrl, mcf5485_ctrl): New.
2143 (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
2144 (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
2145 (init_table): Add asid, mmubar, adjust rombar0.
2146
4eed87de
AM
21472007-02-14 Alan Modra <amodra@bigpond.net.au>
2148
2149 * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
2150 * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
2151 (process_operands): Move old Seg2ShortForm and Seg3ShortForm
2152 code, and test for these insns using a combination of
2153 opcode_modifier and operand_types.
2154
7bd1c961
PB
21552007-02-07 Paul Brook <paul@codesourcery.com>
2156
5c817587 2157 * configure.tgt: Add arm*-*-uclinux-*eabi.
7bd1c961 2158
280d71bf 21592007-02-05 Dave Brolley <brolley@redhat.com>
4948f0d4
DB
2160 Richard Sandiford <rsandifo@redhat.com>
2161 DJ Delorie <dj@redhat.com>
2162 Stan Cox <scox@redhat.com>
2163 Jim Blandy <jimb@redhat.com>
2164 Nick Clifton <nickc@redhat.com>
2165 Jim Wilson <wilson@redhat.com>
2166 Frank Ch. Eigler <fche@redhat.com>
2167 Graydon Hoare <graydon@redhat.com>
2168 Ben Elliston <bje@redhat.com>
2169 John Healy <jhealy@redhat.com>
2170 Richard Henderson <rth@redhat.com>
2171
2172 * Makefile.am (CPU_TYPES): Add mep.
2173 (TARGET_CPU_CFILES): Add tc-mep.c.
2174 (TARGET_CPU_HFILES): Add tc-mep.h.
2175 (DEPTC_mep_elf): New variable.
2176 (DEPTC_mep_coff): Likewise.
2177 (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
2178 * configure.in: Support mep.
2179 * configure.tgt: Likewise.
2180 * config/tc-mep.c: New file.
280d71bf
DB
2181 * config/obj-elf.c: New file.
2182 * config/tc-mep.c: New file.
2183 * config/tc-mep.h: New file.
2184 * testsuite/gas/mep: New testsuite with content.
2185 * Makefile.in: Regenerate.
2186 * configure: Regenerate.
2187
21882007-02-05 Dave Brolley <brolley@redhat.com>
2189
2190 * cgen.c (gas_cgen_install_complex_reloc): Removed.
2191 (complex_reloc_installation_howto): Removed.
2192
21932007-02-05 Dave Brolley <brolley@redhat.com>
4948f0d4
DB
2194 Graydon Hoare <graydon@redhat.com>
2195 DJ Delorie <dj@redhat.com>
2196 Catherine Moore <clm@redhat.com>
2197 Michael Chastain <chastain@redhat.com>
2198 Frank Ch. Eigler <fche@redhat.com>
280d71bf
DB
2199
2200 * symbols.c (use_complex_relocs_for): New, to decide
4948f0d4
DB
2201 when to use complex relocs. Add signed RELC support.
2202 (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
2203 encode expression symbols as mangled complex relocation symbols (when
2204 compiled with -DOBJ_COMPLEX_RELOC).
2205 (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
2206 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
2207 encode_addend with new args. Modify to get start, length from
2208 ifield whenever it is set. Also change condition on which
2209 self-describing relocs are encoded. Add hook into
2210 gas_cgen_encode_addend.
2211 (queue_fixup_recursively): Add signed RELC support. Change from masked
2212 expr to trunc flag. Restore assignment of sub-field value to
2213 temporary in fixups array. Reflect changed meaning of last arg to
280d71bf 2214 queue_fixup_recursively.
4948f0d4 2215 (fixup): Add cgen_maybe_multi_ifield member.
280d71bf
DB
2216 (make_right_shifted_expr): New function.
2217 (queue_fixup): Change to recursive function that fragments
2218 fixups if operand has a multi-ifield.
2219 (gas_cgen_parse_operand): Add RELC code to wrap expressions in
2220 symbols, call weak_operand_overflow_check, and fragment call
2221 queue_fixup with operand fields.
2222 (gas_cgen_finish_insn) Modify to manage ifield pointer.
280d71bf
DB
2223 (weak_operand_overflow_check): New function to try to select
2224 insns correctly.
4948f0d4 2225 (gas_cgen_encode_addend): New function for relc.
280d71bf 2226 (gas_cgen_install_complex_reloc): Likewise.
280d71bf 2227 (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
4948f0d4
DB
2228 * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
2229 cgen_maybe_multi_ifield field to fx_cgen substructure.
2230 * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
2231 * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
2232
e110eeb7
DD
22332007-02-03 DJ Delorie <dj@delorie.com>
2234
2235 * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
2236 byte relocs.
2237 * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
2238 (m32c_cons_fix_new): Prototype.
2239
60242db2
BW
22402007-02-02 Bob Wilson <bob.wilson@acm.org>
2241
2242 * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
2243 (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
2244
bbdd25a8
BW
22452007-02-02 Bob Wilson <bob.wilson@acm.org>
2246
2247 * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
2248 (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
2249 (map_suffix_reloc_to_operator): New.
2250 (map_operator_to_reloc): New.
2251 (expression_maybe_register): Fix incorrect test of return value from
2252 xtensa_elf_suffix. Rearrange to use map_suffix_reloc_to_operator.
2253 (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
2254
9c874773
BW
22552007-02-02 Bob Wilson <bob.wilson@acm.org>
2256
2257 * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
2258 (tinsn_get_tok): Delete prototype.
2259 * config/tc-xtensa.c (tinsn_get_tok): Delete.
2260
61376837
BW
22612007-02-02 Bob Wilson <bob.wilson@acm.org>
2262
2263 * config/xtensa-relax.h (struct build_instr): Delete id field.
2264 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
2265 and LABEL tokens.
2266 (append_literal_op, append_label_op): Remove litnum/labnum arguments;
2267 set op_data fields to zero.
2268 (parse_id_constant): Delete.
2269 (build_transition): Remove code to handle numbered literals and labels.
2270
bc447904
BW
22712007-02-02 Bob Wilson <bob.wilson@acm.org>
2272
2273 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
2274 (build_transition_table): Likewise.
2275
63a7429b
BW
22762007-02-01 Bob Wilson <bob.wilson@acm.org>
2277
2278 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
2279 fx_tcbit.
2280 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
2281
20ee54e8
AM
22822007-02-02 Alan Modra <amodra@bigpond.net.au>
2283
2284 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
2285 (struct fix <fx_plt>): Rename to tcbit2.
2286 * write.c (fix_new_internal): Adjust.
2287 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
2288 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2289 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2290 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2291 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2292 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2293 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2294 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2295 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
2296 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
2297 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
2298 Instead, compare fx_r_type.
2299 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
2300 fx_tcbit in place of fx_plt.
2301 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
2302 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
2303 to fx_plt.
2304
bf083c64
NC
23052007-01-30 Nick Clifton <nickc@redhat.com>
2306
2307 * as.c (main): Mark symbols created via the --defsym command line
2308 option as volatile so that they can be overridden later on by a
2309 .set directive. This maintains compatibility with the behaviour
2310 of earlier versions of the assembler.
2311 * doc/as.texinfo (--defsym): Document that the defined symbol's
2312 value can be overridden via a .set directive.
2313
fc523535 23142007-01-28 H.J. Lu <hongjiu.lu@intel.com>
4d456e3d
L
2315
2316 * config/tc-i386.c (swap_imm_operands): Renamed to ...
2317 (swap_2_operands): This. Take 2 ints.
2318 (md_assemble): Updated.
2319 (swap_operands): Call swap_2_operands to swap 2 operands.
2320
7bc4c13c
DD
23212007-01-24 DJ Delorie <dj@redhat.com>
2322
2323 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
2324
48903831
NC
23252007-01-22 Nick Clifton <nickc@redhat.com>
2326
07302d31 2327 PR gas/3871
48903831
NC
2328 * tc-score.c: Remove unnecessary uses of _().
2329 Make the err_msg[] a file level local array in order to save
2330 storage space.
2331 Remove unnecessary sprintf()s.
2332
14119072
ML
23332007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
2334
07302d31 2335 PR gas/3871
14119072
ML
2336 * config/tc-score.c : Using _() for const string.
2337 Do not assign inst.error with a local string pointer.
2338 (md_section_align): Pad section.
2339
99018f42
L
23402007-01-13 H.J. Lu <hongjiu.lu@intel.com>
2341
2342 * config/tc-i386.c (build_modrm_byte): Check number of operands
2343 when procssing memory/register operand.
2344
465e5617
NC
23452007-01-12 Nick Clifton <nickc@redhat.com>
2346
2347 PR gas/3856
2348 * macro.c (expand_irp): Do not ignore spaces inside quoted
2349 strings.
2350
e8630bd7
AM
23512007-01-12 Alan Modra <amodra@bigpond.net.au>
2352
2353 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2354 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2355 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2356 (TC_FORCE_RELOCATION): Define.
2357 (TC_FORCE_RELOCATION_LOCAL): Define.
2358 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
2359
1f5409bb
AM
23602007-01-12 Alan Modra <amodra@bigpond.net.au>
2361
2362 * input-file.c (input_file_open): Check fgets return.
2363
dc4503c6
PB
23642007-01-11 Paul Brook <paul@codesourcery.com>
2365
2366 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
2367
04f8d83b
NC
23682007-01-11 Nick Clifton <nickc@redhat.com>
2369
493cb6ef
NC
2370 PR gas/3707
2371 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
2372 variable.
2373
04f8d83b
NC
2374 * config/tc-mcore.c (md_number_to_chars): Use
2375 number_to_chars_{big|little}endian.
2376
3bdcfdf4
KH
23772007-01-08 Kazu Hirata <kazu@codesourcery.com>
2378
2379 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
2380 architecture by itself.
2381 (m68k_ip): Don't issue a warning for tbl instructions on fido.
2382 (m68k_elf_final_processing): Treat Fido as an architecture by
2383 itself.
2384
42037fe5
NC
23852007-01-08 Kai Tietz <kai.tietz@onevision.com>
2386
2387 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
2388
e4a3b5a4
L
23892007-01-05 H.J. Lu <hongjiu.lu@intel.com>
2390
2391 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
2392 depending on allow_naked_reg.
2393
a028a6f5
PB
23942007-01-04 Paul Brook <paul@codesourcery.com>
2395
2396 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
2397
2ca3ace5
L
23982007-01-04 H.J. Lu <hongjiu.lu@intel.com>
2399
44f9b8ac 2400 PR gas/3830
2ca3ace5
L
2401 * config/tc-i386.c (register_prefix): New.
2402 (set_intel_syntax): Set set_intel_syntax to "" if register
2221f452 2403 prefix isn't needed.
2ca3ace5
L
2404 (check_byte_reg): Use register_prefix for error message.
2405 (check_long_reg): Likewise.
2406 (check_qword_reg): Likewise.
2407 (check_word_reg): Likewise.
2408
ec4faa47 24092007-01-04 Julian Brown <julian@codesourcery.com>
627907b7
JB
2410
2411 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
2412 (do_neon_qshl_imm): Likewise.
2413 (do_neon_rshl): New function. Handle rounding variants of
2414 v{q}shl-by-register.
2415 (insns): Use do_neon_rshl for vrshl, vqrshl.
2416
92559b5b
PB
24172007-01-04 Paul Brook <paul@codesourcery.com>
2418
2419 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
2420 and vacle.
2421
2ca3ace5
L
24222007-01-03 H.J. Lu <hongjiu.lu@intel.com>
2423
2424 * config/tc-i386.c (swap_operands): Remove branches.
2425
4dc85607
L
24262007-01-03 H.J. Lu <hongjiu.lu@intel.com>
2427
2428 * config/tc-i386.c: Update copyright year.
2429 * config/tc-i386.h: Likewise.
2430
1509aa9a
L
24312007-01-03 H.J. Lu <hongjiu.lu@intel.com>
2432
2433 * config/tc-i386.c (smallest_imm_type): Return unsigned int
2434 instead of int.
2435
e3bb37b5
L
24362007-01-03 H.J. Lu <hongjiu.lu@intel.com>
2437
2438 * config/tc-i386.c: Convert to ISO C90 formatting
2439 * config/tc-i386.h: Likewise.
2440
d821e36b
DD
24412007-01-03 David Daney <ddaney@avtrex.com>
2442
2443 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
2444 documentation.
2445
44021fe5 2446For older changes see ChangeLog-2006
08d56133
NC
2447\f
2448Local Variables:
2449mode: change-log
2450left-margin: 8
2451fill-column: 74
2452version-control: never
2453End:
This page took 0.433406 seconds and 4 git commands to generate.