* read.c (s_comm_internal): Set bfd_com_section segment.
[external/binutils.git] / gas / ChangeLog
1 2005-11-16  Alan Modra  <amodra@bigpond.net.au>
2
3         * read.c (s_comm_internal): Set bfd_com_section segment.
4         (s_mri_common): Likewise.
5         * write.c (write_object_file): Remove non-BFD assembler common
6         sym handling.
7
8 2005-11-15  Daniel Jacobowitz  <dan@codesourcery.com>
9
10         * config/tc-arm.c (s_arm_unwind_save_core): Don't emit an extra
11         opcode if r4-r15 are not saved.
12
13 2005-11-15  Alan Modra  <amodra@bigpond.net.au>
14
15         * symbols.c (S_GET_VALUE): Remove non-BFD assembler recursion guard.
16
17 2005-11-14  Jan Beulich  <jbeulich@novell.com>
18
19         * config/tc-ia64.c (AR_FCR, AR_EFLAG, AR_CSD, AR_SSD, AR_CFLG,
20         AR_FSR, AR_FIR, AR_FDR, AR_CCV, AR_EC): Define.
21         (ar): Use AR_* instead of literals.
22         (CR_DCR, CR_ITM, CR_IVA, CR_PTA, CR_GPTA, CR_LID, CR_ITV,
23         CR_PMV, CR_CMCV): Define.
24         (cr): Use CR_* instead of literals.
25
26 2005-11-14  Jan Beulich  <jbeulich@novell.com>
27
28         * config/tc-ia64.c (md): Rename regsym to indregsym and move
29         it to the end of the structure.
30         (ar): Field regnum is unsigned.
31         (cr): Likewise:
32         (indirect_reg): Likewise.
33         (declare_register_set): Parameter regnum is unsigned.
34         (declare_register): Parameter numregs and base_regnum are
35         unsigned. So is the local loop variable.
36         (md_begin): Restrict scope of local variable regnum, which
37         also is unsigned. Replace loops with function calls where
38         possible. Re-order things so that register groups are kept
39         together. Remove all uses of regsym except for indirect
40         registers. Replace use of regsym by indregsym for indirect
41         registers.
42         (ia64_optimize_expr): Replace use of regsym by indregsym for
43         indirect registers, with appropriate bias.
44
45 2005-11-14  David Ung  <davidu@mips.com>
46
47         * config/tc-mips.c (mips16_ip): Add handling of 'm' and 'M' codes
48         for the MIPS16e save/restore instructions.
49
50 2005-11-11  Jan Beulich  <jbeulich@novell.com>
51
52         * doc/Makefile.am: Make asconfig.texi writeable before trying
53         to write to it.
54         * doc/Makefile.in: Refresh.
55
56 2005-11-10  Jan Beulich  <jbeulich@novell.com>
57
58         * config/tc-i386.c (intel_e11): Don't special-case segment
59         registers in brackets.
60
61 2005-11-10  Nick Clifton  <nickc@redhat.com>
62
63         * config/tc-arm.c (BAD_ADDR_MODE): Define.
64         (arm_reg_parse_multi): Return NULL rather than FAIL.
65         (arm_reg_parse): Fix comment, the function returns FAIL rather
66         than NULL if it is unable to parse the register name.
67         (do_ldrex): Use BAD_ADDR_MODE.
68         Change error message for PC-relative addressing.
69         (do_strex): Likewise.
70         (do_t_ldrex): Use BAD_ADDR_MODE.
71         (do_t_strex): Likewise.
72
73 2005-11-08   Jean-Jacques Metayer  <jean-jacques.metayer@thomson.net>
74
75         * config/tc-sparc.c (isoctal): Fix thinko.
76
77 2005-11-08  Arnold Metselaar  <arnold.metselaar@planet.nl>
78
79         * expr.c (operand <case '$'>): Use DOLLAR_AMBIGU rather than
80         flag_mri_m68k as condition for parsing the '$' as a prefix.
81         * as.h (DOLLAR_AMBIGU): Define if needed.
82
83 2005-11-08  Nathan Sidwell  <nathan@codesourcery.com>
84
85         Add ms2 support.
86         * config/tc-ms1.c (ms1_mach_bitmask): Initialize to MS1.
87         (ms1_architectures): Add ms2.
88         (md_parse_option): Add ms2.
89         (md_show_usage): Add ms2.
90         (md_assemble): Add JAL_HAZARD detection logic.
91         (md_cgen_lookup_reloc): Add MS1_OPERAND_LOOPSIZE case.
92         * doc/c-ms1.texi: New.
93         * doc/all.texi: Add MS1.
94         * doc/Makefile.am (CPU_DOCS): Add c-ms1.texi.
95         * doc/Makefile.in: Rebuilt.
96         * doc/Makefile: Rebuilt.
97
98 2005-11-07  Steve Ellcey  <sje@cup.hp.com>
99
100         * configure: Regenerate after modifying bfd/warning.m4.
101
102 2005-11-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
103
104         PR gas/1804
105         * config/tc-hppa.c (md_apply_fix): Use number_to_chars_bigendian to
106         output constant data.
107
108 2005-11-07  Mark Mitchell  <mark@codesourcery.com>
109
110         * doc/Makefile.am (asconfig.texi): Set top_srcdir.
111         * doc/Makefile.in: Regenerated.
112         * doc/as.texinfo: Document "@FILE".
113
114 2005-11-07  Nick Clifton  <nickc@redhat.com>
115
116         PR binutils/1568
117         * config/obj-coff.c (obj_coff_section): Set readonly flag with the
118         'x' attribute.  Remember the actions of the 'w' and 'n' attributes
119         and do not allow the 'x','s' or 'd' attributes to change them.
120
121 2005-11-07  John Levon  <levon@movementarian.org>
122
123         * config/tc-i386.h (tc_comment_chars): Define.
124         * config/tc-i386.c (line_comment_chars): Use '/' unconditionally.
125         (i386_comment_chars): Add.
126         (md_parse_options): Process OPTION_DIVIDE.
127         (md_show_usage): Describe --divide option.
128         * doc/c-i386.texi: Document --divide option.
129
130 2005-11-07  Arnold Metselaar  <arnold.metselaar@planet.nl>
131
132         * expr.c (op_encoding): Map '=' to O_SINGLE_EQ, if defined.
133         * config/tc-z80.h: Define O_SINGLE_EQ as O_eq.
134
135 2005-11-07  Alan Modra  <amodra@bigpond.net.au>
136
137         * macro.c (buffer_and_nest): Skip labels regardless of
138         NO_PSEUDO_DOT and flag_m68k_mri.
139
140 2005-11-07  Arnold Metselaar  <arnold.metselaar@planet.nl>
141
142         * expr.c (integer_constant): Match only 'B' as binary suffix if
143         NUMBERS_WITH_SUFFIX and LOCAL_LABELS_FB.  Allow both 'b' and 'B'
144         otherwise.
145
146 2005-11-04  Alexandre Oliva  <aoliva@redhat.com>
147
148         * read.c (s_weakref): Do not permit redefinitions.
149         * symbols.c (colon): Do not permit redefinitions of equated
150         symbols.
151
152 2005-11-01  Thiemo Seufer  <ths@networkno.de>
153
154         PR gas/1299
155         * Makefile.am: Disable -Werror for the itbl-lex.o rule.
156         * Makefile.in: Regenerate.
157
158 2005-11-01  Thiemo Seufer  <ths@networkno.de>
159
160         * config/tc-mips.c (md_parse_option): Fix typo in comment.
161
162 2005-10-30  Mark Mitchell  <mark@codesourcery.com>
163
164         * as.c (show_usage): Document "@FILE".
165
166 2005-10-30  H.J. Lu  <hongjiu.lu@intel.com>
167
168         * Makefile.am (OBJ_FORMATS): Remove vms.
169         Run "make dep-am".
170         * Makefile.in: Regenerated.
171
172         * dep-in.sed: Replace " ./" with " ".
173
174 2005-10-28  Dave Brolley  <brolley@redhat.com>
175
176         Contribute the following change:
177         2005-09-19  Dave Brolley  <brolley@redhat.com>
178
179         * config/tc-m32c.c (default_isa): New static variable.
180         (m32c_isa): Now of type CGEN_BITSET.
181         (md_begin): Pass &m32c_isa to m32c_cgen_cpu_open.
182
183 2005-10-28  Paul Brook  <paul@codesourcery.com>
184
185         * config/tc-arm.c (aeabi_set_public_attributes): Use selected_cpu
186         instead of mcpu_cpu_opt.
187
188 2005-10-27  Sterling Augustine  <sterling@tensilica.com>
189
190         * config/tc-xtensa.c (find_vinsn_conflicts): Change error messages to
191         refer to "ports" instead of "queues".
192         (check_t1_t2_reads_and_writes): Pass correct interface values to
193         xtensa_interface_inout.
194
195 2005-10-27  Jan Beulich  <jbeulich@novell.com>
196
197         * read.c (assign_symbol): Also consider equates already defined.
198         * symbols.c (symbol_clone): Also clone the underlying BFD symbol.
199         * config/obj-coff.h (obj_symbol_clone_hook): New.
200         (coff_obj_symbol_clone_hook): Declare.
201         * config/obj-coff.c (coff_obj_symbol_clone_hook): New.
202
203 2005-10-26  DJ Delorie  <dj@redhat.com>
204
205         * config/tc-m32c.c (md_relax_table, subtype_mappings,
206         md_convert_frag): Add jsr.w support.
207
208         * config/tc-m32c.c (md_assemble): Don't use errmsg as the format
209         itself.
210         (md_cgen_lookup_reloc): Add m32c bitbase operands.  Add 8-s24
211         and imm-8-HI operands.
212
213 2005-10-26  Paul Brook  <paul@codesourcery.com>
214
215         * config/tc-arm.c (insns): Correct "sel" entry.
216
217 2005-10-26  Jan Beulich  <jbeulich@novell.com>
218
219         * config/tc-i386.c (i386_operand): Don't check register prefix here.
220         (parse_real_register): Rename from parse_register.
221         (parse_register): New.
222         (i386_parse_name): New.
223         (md_operand): New.
224         (intel_e11): Don't tolerate registers in offset expressions anymore.
225         (intel_get_token): Don't check register prefix here. Copy the actual
226         register token, not the canonical register name.
227         * config/tc-i386.h (md_operand): Delete.
228         (i386_parse_name): Declare.
229         (md_parse_name): Define.
230
231 2005-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
232
233         * Makefile.am: Add Z80 cpu.
234         * Makefile.in: Regenerated.
235         * app.c (do_scrub_chars)<TC_Z80>: Correctly scrub "ex af,af'"
236         and disallow newlines in quoted strings.
237         * configure.tgt: Add z80-*-coff.
238         * config/obj-coff.h: Add format "coff-z80".
239         * doc/Makefile.am: Add c-z80.texi.
240         * doc/Makefile.in: Regenerated.
241         * doc/all.texi: Add Z80.
242         * doc/c-z80.texi: New file
243         * doc/as.texinfo: Add z80 options and some z80-related remarks.
244         * config/tc-z80.c: New file
245         * config/tc-z80.h: New file
246         * NEWS: Mention new support.
247
248 2005-10-25  H.J. Lu  <hongjiu.lu@intel.com>
249
250         * write.c (adjust_reloc_syms): Undo the change made on
251         2005-04-26 to allow local symbol set to undefined symbol.
252
253 2005-10-24  H.J. Lu  <hongjiu.lu@intel.com>
254
255         * Makefile.am (bfin-parse.tab.h): Removed.
256         (bfin-parse.h): Added.
257         * Makefile.in: Regenerated.
258
259 2005-10-25  Alan Modra  <amodra@bigpond.net.au>
260
261         * po/POTFILES.in: Regenerate.
262         * po/gas.pot: Regenerate.
263
264 2005-10-24  Bernd Schmidt  <bernd.schmidt@analog.com>
265
266         * config/tc-bfin.c (Expr_Node_Gen_Reloc): If have symbol + constant,
267         make a single reloc with an offset rather than a stack.
268         * config/tc-bfin.h (MD_APPLY_SYM_VALUE): Define to 0.
269
270 2005-10-24  Alexandre Oliva  <aoliva@redhat.com>
271
272         * read.c (potable): Add weakref.
273         (s_weakref): New.
274         * read.h (s_weakref): Declare.
275         * struc-symbol.h (struct symbol): Add sy_weakrefr and sy_weakrefd.
276         * symbols.c (colon): Clear weakrefr.
277         (symbol_find_exact): Rename to, and reimplement in terms of...
278         (symbol_find_exact_noref): ... new function.
279         (symbol_find): Likewise...
280         (symbol_find_noref): ... ditto.
281         (resolve_symbol_value): Resolve weakrefr without setting their
282         values.
283         (S_SET_WEAK): Call hook.
284         (S_GET_VALUE): Follow weakref link.
285         (S_SET_VALUE): Clear weakrefr.
286         (S_IS_WEAK): Follow weakref link.
287         (S_IS_WEAKREFR, S_SET_WEAKREFR, S_CLEAR_WEAKREFR): New.
288         (S_IS_WEAKREFD, S_SET_WEAKREFD, S_CLEAR_WEAKREFD): New.
289         (symbol_set_value_expression, symbol_set_frag): Clear weakrefr.
290         (symbol_mark_used): Follow weakref link.
291         (print_symbol_value_1): Print weak, weakrefr and weakrefd.
292         * symbols.h (symbol_find_noref, symbol_find_exact_noref): Declare.
293         (S_IS_WEAKREFR, S_SET_WEAKREFR, S_CLEAR_WEAKREFR): Declare.
294         (S_IS_WEAKREFD, S_SET_WEAKREFD, S_CLEAR_WEAKREFD): Declare.
295         * write.c (adust_reloc_syms): Follow weakref link.  Do not
296         complain if target is undefined.
297         (write_object_file): Likewise.  Remove weakrefr symbols.  Drop
298         unreferenced weakrefd symbols.
299         * config/obj-coff.c (obj_frob_symbol): Do not force WEAKREFD
300         symbols EXTERNAL.
301         (pecoff_obj_set_weak_hook, pecoff_obj_clear_weak_hook): New.
302         * config/obj-coff.h (obj_set_weak_hook, obj_clear_weak_hook): Define.
303         * doc/as.texinfo: Document weakref.
304         * doc/internals.texi: Document new struct members, internal
305         functions and hooks.
306
307 2005-10-24  Jie Zhang  <jie.zhang@analog.com>
308
309         * Makefile.am (bfin-parse.h): Renamed from bfin-parse.tab.h.
310         (EXTRA_DIST): Add bfin-parse.h and bfin-lex.c.
311         * Makefile.in: Regenerate.
312         * config/bfin-lex.l: Include bfin-parse.h instead of bfin-parse.tab.h.
313         * config/tc-bfin.c (md_chars_to_number): Change the type of first
314         argument from unsigned char * to char * to remove signedness warnings.
315
316 2005-10-24  Jan Beulich  <jbeulich@novell.com>
317
318         * config/tc-ia64.c (enum reg_symbol): Delete IND_MEM.
319         (dot_rot): Change type of num_* variables. Check for positive count.
320         (ia64_optimize_expr): Re-structure.
321         (md_operand): Check for general register.
322
323 2005-10-24  Jan Beulich  <jbeulich@novell.com>
324
325         * config/tc-ia64.c (declare_register): Call symbol_create.
326         (md_begin): Remove local variables total, ar_base, and cr_base.
327         Start loops for registers at their respective first one. Don't
328         update md.regsym for alias names. Generate alias name tp for r13.
329
330 2005-10-21  DJ Delorie  <dj@redhat.com>
331
332         * config/tc-m32c.c (md_cgen_lookup_reloc): Add more relocs.  Print
333         names unstead of numbers.
334
335 2005-10-19  David Ung  <davidu@mips.com>
336
337         * config/tc-mips.c (append_insn): Convert MIPS16 jr/jalr jumps
338         into jrc/jalrc versions if ISA_MIPS32+ and not doing the swap,
339         hence avoiding to emit a nop.
340
341 2005-10-19  Jie Zhang  <jie.zhang@analog.com>
342
343         * config/tc-bfin.c (md_begin): Let the lex_type of '(' be
344         LEX_BEGIN_NAME.
345         (bfin_start_line_hook): Remove the workaround for LSETUP(.
346         (bfin_name_is_register): Remove the workarounds for LSETUP(
347         and SAA(.
348         (bfin_start_label): Ditto.
349
350 2005-10-18  Bob Wilson  <bob.wilson@acm.org>
351
352         * config/tc-xtensa.c (xtensa_end_directive): Restore
353         default_lit_sections regardless of use_literal_section.
354
355 2005-10-18  Jie Zhang  <jie.zhang@analog.com>
356
357         * Makefile.am (bfin-lex.c): Update ylwrap invocation.
358         * Makefile.in: Regenerated.
359
360 2005-10-18  Arnold Metselaar  <arnold.metselaar@planet.nl>
361
362         * doc/as.texinfo (.loc) Fix placement of '@end table'.
363
364 2005-10-17  Bob Wilson  <bob.wilson@acm.org>
365
366         * config/xtensa-istack.h (TInsn): Replace dwarf2_line_info with an
367         unsigned line number.  Do not include "dwarf2dbg.h".
368         * config/tc-xtensa.c (md_pseudo_table): Remove entry for "loc".
369         (xtensa_dwarf2_directive_loc, xtensa_dwarf2_emit_insn): Delete.
370         (xg_build_to_insn, xg_build_token_insn): Update TInsn uses.
371         (md_assemble): Use as_where instead of dwarf2_where.
372         (xg_assemble_vliw_tokens): Use unsigned line numbers instead of
373         dwarf2_line_infos.  Change to call new_logical_line followed by
374         dwarf2_emit_insn.
375
376 2005-10-14  Mike Frysinger <vapier@gentoo.org>
377
378         * doc/as.texinfo (Section): Add missing ']' to .section example.
379
380 2005-10-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
381
382         PR binutils/941
383         * config/tc-hppa.c (pa_ip): Use as_bad instead of as_fatal when an
384         unknown opcode is found.
385
386 2005-10-12  Mark Mitchell  <mark@codesourcery.com>
387
388         * NEWS: Mention @file.
389
390 2005-10-12  Nick Clifton  <nickc@redhat.com>
391
392         * config/tc-avr.c: Convert to ISO C90 format.  Fix formatting and
393         generally tidy up the code.
394         * config/tc-avr.h: Likewise.
395
396 2005-10-12  Jan Beulich  <jbeulich@novell.com>
397
398         * config/tc-ia64.c (dot_reg_val): Use expression_and_evaluate.
399         (dot_pred_rel): Likewise.
400         (parse_operand): Likewise.
401         (ia64_unrecognized_line): Likewise.
402         (md_operand): Likewise.
403
404 2005-10-11  Jan Beulich  <jbeulich@novell.com>
405
406         * expr.h (enum expr_mode): New.
407         (expression): Pass third argument to expr.
408         (expression_and_evaluate): New.
409         (deferred_expression): New.
410         (expr): Add third parameter.
411         (resolve_expression): New.
412         * struc-symbol.h (struct symbol): New members sy_volatile and
413         sy_forward_ref.
414         * symbols.c, symbols.h (symbol_clone): New.
415         (symbol_clone_if_forward_ref): New.
416         (snapshot_symbol): New.
417         (S_IS_VOLATILE): New.
418         (S_IS_FORWARD_REF): New.
419         (S_SET_VOLATILE): New.
420         (S_SET_FORWARD_REF): New.
421         * as.c (macro_expr): Use expression_and_evaluate.
422         * cond.c (s_if): Likewise.
423         (s_elseif): Likewise.
424         * dw2gencfi.c (cfi_parse_reg): Likewise.
425         * expr.c (operand): Add second parameter. Optionally call
426         deferred_expression. Pass mode argument to itself and md_parse_name.
427         Check mode before trying to evaluate symbol. Call
428         symbol_clone_if_forward_ref for both operands.
429         (expr): Add third parameter. Pass mode to operand and itself.
430         Optionally call resolve_expression.
431         (resolve_expression): New.
432         (get_single_number): Pass second argument to operand.
433         * read.c (potable): New entry for .eqv.
434         (read_a_source_file): Handle new == operator.
435         (get_absolute_expr): Use expression_and_evaluate.
436         (s_lsym): Likewise.
437         (assign_symbol): Rename second parameter. Call symbol_clone on
438         legal and illegal redefinition. Call S_SET_VOLATILE and
439         S_SET_FORWARD_REF depending on mode.
440         (s_set): Update description.
441         (s_space): Call resolve_expression.
442         (pseudo_set): Optionally call deferred_expression. Check
443         S_IS_FORWARD_REF before trying to simplify/resolve an expression.
444         (equals): Handle ==.
445         * config/tc-ia64.h (md_parse_name): Add mode parameter.
446         * config/tc-arc.c (arc_parse_cons_expression): Likewise.
447         * config/tc-m32r.h (md_parse_name): Likewise.
448         (m32r_parse_name): Likewise.
449         * config/tc-mmix.h (md_parse_name): Likewise.
450         * config/tc-mn10300.h (md_parse_name): Likewise.
451         (mn10300_parse_name): Likewise.
452         * config/tc-ppc.h (md_parse_name): Likewise.
453         * config/tc-sh.h (md_parse_name): Likewise.
454         (sh_parse_name): Likewise.
455         * config/tc-sh64.h (md_parse_name): Likewise.
456         (sh64_consume_datalabel): Likewise.
457         * config/tc-tic54x.h (md_parse_name): Likewise.
458         * config/tc-m32r.c (m32r_parse_name): Add mode parameter. Check it
459         before trying to evaluate symbol.
460         * config/tc-mn10300.c (mn10300_parse_name): Likewise.
461         * config/tc-sh.c (sh_parse_name): Likewise.
462         * config/tc-sh64.c (sh64_consume_datalabel): Add mode parameter. Pass
463         second argument to operandf. Pass mode parameter to sh_parse_name.
464         * doc/as.texinfo: Document .eqv and the == assignment operator.
465
466 2005-10-10  Ian Lance Taylor  <ian@airs.com>
467
468         * Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h.
469         * Makefile.in: Regenerate.
470
471 2005-10-10  Arnold Metselaar  <arnold.metselaar@planet.nl>
472
473         * expr.c (operator): Allow "!=" as a synonym for "<>".
474         * doc/as.texinfo (Infix Op): Mention "!=".
475
476 2005-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
477
478         * config/tc-hppa.c (strict): Don't initialize.  Update comment.
479         (pa_ip): Promote from PA 1.0 to 1.1 immediately when 1.1 match is
480         found.  Simplify handling of "ma" and "mb" completers.
481
482 2005-10-08  Paul Brook  <paul@codesourcery.com>
483
484         * config/tc-arm.c: Don't provide fallback default for CPU_DEFAULT.
485         (arm_arch_used, thumb_arch_used, selected_cpu, selected_cpu_name):
486         New variables.
487         (arm_cpu_option_table): Add canonical_name.
488         (arm_cpus): Populate canonical_name field.
489         (s_arm_eabi_attribute, s_arm_arch, s_arm_cpu, s_arm_fpu,
490         aeabi_set_public_attributes, arm_md_end): New functions.
491         (md_pseudo_table): Add "cpu", "arch", "fpu" and "eabi_attribute".
492         (md_assemble): Set thumb_arch_used and arm_arch_used.
493         (md_begin): Set defaut cpu if CPU_DEFAULT not defined.
494         * config/tc-arm.h (md_end): Define.
495         * doc/c-arm.texi: Document .cpu, .arch, .fpu and .eabi_attribute.
496
497 2005-10-06  Khem Raj  <kraj@mvista.com>
498             NIIBE Yutaka  <gniibe@m17n.org>
499
500         * config/tc-sh.c (allow_dollar_register_prefix): New variable.
501         (parse_reg_without_prefix): New function.
502         (parse_reg): Check for '$' register prefix if --allow-reg-prefix is
503         set.
504         (option md_longopts): Add allow-reg-prefix option.
505         * doc/c-sh.texi: Document --allow-reg-prefix option.
506         * NEWS: Mention the new switch.
507
508 2005-10-03  Arnold Metselaar  <arnold.metselaar@planet.nl>
509
510         * doc/as.texinfo (Infix Ops):  '<' and '>' are not shift
511         operators.
512
513 2005-09-30  Sterling Augustine  <sterling@tensilica.com>
514             Bob Wilson  <bob.wilson@acm.org>
515
516         * config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles.
517
518 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
519
520         * Makefile.am: Run "make dep-am".
521         * Makefile.in: Regenerated.
522         * aclocal.m4: Likewise.
523
524 2005-09-30  Mark Mitchell  <mark@codesourcery.com>
525
526         * as.c (main): Use expandargv.
527
528 2005-09-30  Jan Beulich  <jbeulich@novell.com>
529
530         * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past
531         (removed) comma.
532
533 2005-09-30  Catherine Moore  <clm@cm00re.com>
534
535         * Makefile.am: Bfin support.
536         * Makefile.in: Regenerated.
537         * aclocal.m4: Regenerated.
538         * configure: Regenerated.
539         * configure.in: Bfin support.
540         * configure.tgt: Bfin support.
541         * config/bfin-aux.h: New file.
542         * config/bfin-defs.h: New file.
543         * config/bfin-lex.l: New file.
544         * config/bfin-parse.y: New file.
545         * config/tc-bfin.c: New file.
546         * config/tc-bfin.h: New file.
547         * doc/Makefile.am: Recognize c-bfin.texi.
548         * doc/Makefile.in: Regenerated.
549         * doc/all.texi: Bfin support.
550         * doc/as.texinfo: Likewise.
551         * doc/c-bfin.texi: Document bfin-specific syntax and
552         directives.
553
554 2005-09-30  Paul Brook  <paul@codesourcery.com>
555
556         * config/tc-arm.c (opcode_tag): Add OT_cinfix3_legacy.
557         (opcode_lookup): Handle OT_cinfix3_legacy.  Revert earlier change for
558         normal infix conditions.
559         (C3E): Include Thumb-2 definition.
560         (CL, cCL): Define.
561         (insns): Use them for legacy mnemonics.
562
563 2005-09-30  Matthias Kurz  <mk@baerlap.north.de>
564
565         * asintl.h: Prevent the inclusion of <libintl.h> from the Solaris
566         version of <locale.h> when ENABLE_NLS is not defined.
567
568 2005-09-29  Jan Beulich  <jbeulich@novell.com>
569
570         * config/tc-ia64.c (parse_operands): Always parse first operand of
571         alloc.
572
573 2005-09-29  Arnold Metselaar <arnold.metselaar@planet.nl>
574             Alan Modra  <amodra@bigpond.net.au>
575
576         * app.c (do_scrub_chars): Match open and close quote of strings.
577         Remove redundant EOF test in case 7.
578
579 2005-09-28  Jan Beulich  <jbeulich@novell.com>
580
581         * config/tc-i386.c (reloc): Disable signedness check for 4-byte
582         relocations in 16- and 32-bit modes.
583         (i386_displacement): Make pc-relative branch handling dependent
584         upon operand (rather than address) size.
585
586 2005-09-28  Jan Beulich  <jbeulich@novell.com>
587
588         * dw2gencfi.c (dot_cfi): Call ignore_rest_of_line when not fully
589         parsing the input.
590         (dot_cfi_startproc): Likewise.
591         (dot_cfi_endproc): Likewise. Also check no extra input was given.
592         (dot_cfi_escape): Likewise.
593
594 2005-09-28  Jan Beulich  <jbeulich@novell.com>
595
596         * config/tc-i386.h (x86_cons_fix_new): Declare unconditionally.
597         (TC_CONS_FIX_NEW): Define unconditionally.
598         (x86_pe_cons_fix_new): Remove.
599         * config/tc-i386.c (signed_cons): New.
600         (md_pseudo_table): Add slong.
601         (x86_cons_fix_new): Declare unconditionally.
602         (x86_pe_cons_fix_new): Merge into x86_cons_fix_new.
603         (tc_gen_reloc): Also consider BFD_RELOC_X86_64_32S for gotpc
604         conversion.
605
606 2005-09-28  Arnold Metselaar  <arnold.metselaar@planet.nl>
607
608         * app.c (do_scrub_chars <LEX_IS_SYMBOL_COMPONENT>): Check for full
609         buffer after copying string.
610
611 2005-09-27  Paul Brook  <paul@codesourcery.com>
612
613         * config/arm.c (arm_cpus): Add more cpu names.
614         * doc/c-arm.texi: Document them.
615
616 2005-09-21  Alan Modra  <amodra@bigpond.net.au>
617
618         * read.c (pseudo_set): Don't set undefined symbols to expr_section.
619
620 2005-09-20  Richard Henderson  <rth@redhat.com>
621
622         * dwarf2dbg.c (process_entries): Fix uninitialized variable warning.
623
624 2005-09-20  Richard Henderson  <rth@redhat.com>
625
626         * dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
627         with label.
628         (dwarf2_loc_mark_labels): New.
629         (dwarf2_gen_line_info_1): Split out of ...
630         (dwarf2_gen_line_info): ... here.  Create the temp symbol here.
631         (dwarf2_emit_label): New.
632         (dwarf2_directive_loc_mark_labels): New.
633         (out_set_addr): Take a symbol instead of frag+ofs.
634         (relax_inc_line_addr): Likewise.
635         (emit_inc_line_addr): Assert delta non-negative.
636         (process_entries): Remove dead code.  Update to work with temp
637         symbols instead of frag+ofs.
638         * dwarf2dbg.h (dwarf2_directive_loc_mark_labels): Declare.
639         (dwarf2_emit_label, dwarf2_loc_mark_labels): Declare.
640         * config/obj-elf.c (elf_pseudo_tab): Add loc_mark_labels.
641         * config/obj-elf.h (obj_frob_label): New.
642         * config/tc-alpha.c (alpha_define_label): Call dwarf2_emit_label.
643         * config/tc-arm.c, config/tc-hppa.c, config/tc-m68k.c,
644         config/tc-mips.c, config/tc-ppc.c, config/tc-sh.c, config/tc-xtensa.c:
645         Similarly in the respective tc_frob_label implementation functions.
646         * config/tc-i386.c (md_pseudo_table): Move file and loc to
647         non-elf section; add loc_mark_labels.
648         * config/tc-ia64.c (struct label_fix): Add dw2_mark_labels.
649         (ia64_flush_insns): Check for marked labels; emit line entry if so.
650         (emit_one_bundle): Similarly.
651         (ia64_frob_label): Record marked labels.
652         * config/tc-m68hc11.h (tc_frob_label): Remove.
653         * config/tc-ms1.c (md_pseudo_table): Remove file and loc.
654         * config/tc-sh.h (tc_frob_label): Pass sym to sh_frob_label.
655         * config/tc-sh64.h (tc_frob_label): Likewise.
656         * doc/as.texinfo (LNS directives): Docuement .loc_mark_blocks.
657
658 2005-09-20  Alan Modra  <amodra@bigpond.net.au>
659
660         * read.c (pseudo_set): Set segment of expression syms to expr_section.
661
662 2005-09-14  Jan Beulich  <jbeulich@novell.com>
663
664         * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Add selector
665         registers, floating point control and status words, and mxcsr as
666         well as (for 64-bit code) segment base registers and rflags.
667
668 2005-09-09  Dmitry Diky  <diwil@spec.ru>
669
670         * config/tc-msp430.c (msp430_operands): Undo last changes. Instead...
671         (msp430_relax_frag): add a guard check to ensure that final fr_subtype
672         has been reached.
673
674 2005-09-08  Chao-ying Fu  <fu@mips.com>
675
676         * doc/as.texinfo: Document -mdsp and -mno-dsp options.
677         * doc/c-mips.texi: Likewise, and document ".set dsp" and ".set nodsp"
678         directives.
679
680 2005-09-08  Paul Brook  <paul@codesourcery.com>
681
682         * config/tc-arm.c (do_smi, do_t_smi): Rename ...
683         (do_smc, do_t_smc): ... to this.
684         (insns): Remane smi to smc.
685         (md_apply_fix, tc_gen_reloc): Rename BFD_RELOC_ARM_SMI to
686         BFD_RELOC_ARM_SMC.
687
688 2005-09-07  Richard Henderson  <rth@redhat.com>
689
690         * dwarf2dbg.c (dwarf2_where): Set line->isa.
691         (dwarf2_set_isa): New.
692         (dwarf2_directive_loc): Rearrange to allow all options on one line.
693         * dwarf2dbg.h (dwarf2_set_isa): Declare.
694         * doc/as.texinfo: Update .loc documentation.
695
696 2005-09-07  Richard Henderson  <rth@redhat.com>
697
698         * dwarf2dbg.c: Include safe-ctype.h.
699         (DWARF2_LINE_OPCODE_BASE): Bump to 13.
700         (current): Initialize.
701         (dwarf2_emit_insn): Clear DWARF2_FLAG_BASIC_BLOCK,
702         DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN.
703         (dwarf2_directive_file): Cope with invalid filename.
704         (dwarf2_directive_loc): Add handling for basic_block, prologue_end,
705         epilogue_begin, is_stmt, isa.
706         (emit_inc_line_addr): Move line_delta == 0, addr_delta == 0 special
707         case down lower.
708         (process_entries): Handle isa, DWARF2_FLAG_PROLOGUE_END,
709         and DWARF2_FLAG_EPILOGUE_BEGIN.
710         (out_debug_line): Emit sizes for DW_LNS_set_prologue_end,
711         DW_LNS_set_epilogue_begin, DW_LNS_set_isa.
712         * dwarf2dbg.h (DWARF2_FLAG_IS_STMT): Rename from DWARF2_FLAG_BEGIN_STMT.
713         (DWARF2_FLAG_BASIC_BLOCK): Rename from DWARF2_FLAG_BEGIN_BLOCK.
714         (DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN): New.
715         (struct dwarf2_line_info): Add isa member.
716         * doc/as.texinfo (LNS directives): New node.
717
718 2005-09-07  David Ung  <davidu@mips.com>
719
720         * config/tc-mips.c (append_insn): Undo last change.  Instead add
721         guard to suppress calling frag_grow if the current instruction is
722         one that allows a delay slot.
723
724 2005-09-06  Chao-ying Fu  <fu@mips.com>
725
726         * config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions.
727         (mips_opts): Add -1 to initialize ase_mt.
728         (file_ase_mt): New variable for -mmt.
729         (CPU_HAS_MT): New define.
730         (validate_mips_insn): Add supports for +t, +T, !, $, *, &, g operand
731         formats.
732         (mips_ip): Check ase_mt to enable MT instructions.
733         Handle !, $, *, &, +T, +t, g operand formats.
734         For "mftc1", "mfthc1", "cftc1", "mttc1", "mtthc1", "cttc1", we allow
735         odd float registers.
736         (OPTION_MT, OPTION_NO_MT): New define.
737         (OPTION_COMPAT_ARCH_BASE): Change because of inserting MT define.
738         (md_parse_option): Parse OPTION_MT and OPTION_NO_MT.
739         (mips_after_parse_args): Set ase_mt based on CPU.
740         (s_mipsset): Handle ".set mt" and ".set nomt".
741         (mips_elf_final_processing): Remind of adding new flag for MT ASE.
742         (md_show_usage): Show usage of -mmt and -mno-mt.
743         * doc/as.texinfo: Document -mmt and -mno-mt options.
744         * doc/c-mips.texi: Likewise, and document ".set mt" and ".set nomt"
745         directives.
746
747 2005-09-06  Paul Brook  <paul@codesourcery.com>
748
749         * config/tc-arm.c (arm_it): Add relax field.
750         (T16_32_TAB): Add addi, addis, add_pc, add_sp, dec_sp, inc_sp,
751         b, bcond, ldr_pc, ldr_pc2, ldr_sp, str_sp, subi, subis.
752         (do_t_add_sub, do_t_addr, do_t_branch, do_t_ldst,
753         do_t_mov_cmp): Allow relaxation.
754         (output_relax_insn): New function.
755         (put_thumb32_insn): New function.
756         (output_inst): Use new functions.
757         (md_assemble): Don't throw error on relaxable instructions.
758         (insns): Change "b" entry from TCE(...) to tCE(...).
759         (md_estimate_size_before_relax): Return 2.
760         (md_convert_frag, relax_immediate, relax_adr, relax_addsub,
761         relax_branch, arm_relax_frag): New functions.
762         (arm_force_relocation): Return 0 for Thumb-2 immediate operand
763         relocations.
764         * config/tc-arm.h (md_convert_frag): Remove definition.
765         (md_relax_frag): Define.
766         (arm_relax_frag): Add prototype.
767
768 2005-09-02  Paul Brook  <paul@codesourcery.com>
769
770         * config/tc-arm.c (do_rn_rd): Enforce SWP operand constraints.
771
772 2005-09-02  Paul Brook  <paul@codesourcery.com>
773
774         * config/tc-arm.c (encode_arm_cp_address): Use
775         BFD_RELOC_ARM_T32_CP_OFF_IMM in thumb mode.
776         (do_iwmmxt_wldstbh): Use BFD_RELOC_ARM_T32_CP_OFF_IMM_S2 in thumb
777         mode.
778         (md_assemble): Only allow coprocessor instructions when Thumb-2 is
779         available.
780         (cCE, cC3): Define.
781         (insns): Use them for coprocessor instructions.
782         (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM.
783         (get_thumb32_insn): New function.
784         (put_thumb32_insn): New function.
785         (md_apply_fix): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM and
786         BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
787
788 2005-09-02  Paul Brook  <paul@codesourcery.com>
789
790         * config/tc-arm.c (opcode_lookup): Look for infix opcode when
791         incorrect suffix matches.
792
793 2005-09-01  David Ung  <davidu@mips.com>
794
795         * config/tc-mips.c (append_insn): Correctly handle mips16 case
796         when the frags are different for the 2 instructions we want to
797         swap.  If the lengths of the 2 instructions are not the same, we
798         won't do the swap but emit an nop.
799
800 2005-09-01  Dmitry Diky  <diwil@spec.ru>
801
802         * config/tc-msp430.c (msp430_operands): Emit dwarf2_emit_insn()
803         as appropriate. Change frag_variant() to frag_var() for relaxes.
804
805 2005-08-29  Nick Clifton  <nickc@redhat.com>
806
807         * write.c (generic_force_reloc): Do not call S_FORCE_RELOC if
808         there is no symbol.
809
810 2005-08-26  Jan Beulich  <jbeulich@novell.com>
811
812         * config/tc-i386.c (intel_e09): Set JumpAbsolute when seeing a PTR-
813         qualified operand of a branch.
814         (intel_bracket_expr): Set JumpAbsolute here...
815         (intel_e11): ... rather than here.
816
817 2005-08-26  Christian Groessler  <chris@groessler.org>
818
819         * configure.tgt: Set bfd_gas also for z8k cpu.
820         * config/tc-z8k.c (s_segm): Use bfd_set_arch_mach to set machine
821         type.
822         (newfix): Adapt to bfd reloc types.
823         (build_bytes): Adapt to bfd reloc types.  Ensure that enough space
824         is available in the current frag.
825         (md_convert_frag): Adapt function parameters.
826         (tc_gen_reloc): New function.
827         (md_section_align): Use bfd_get_section_alignment.
828         (md_apply_fix): Adapt to bfd reloc types.  Fix handling of
829         BFD_RELOC_Z8K_IMM4L, BFD_RELOC_8, BFD_RELOC_16, and BFD_RELOC_32
830         relocations.
831         * config/tc-z8k.h (TARGET_ARCH): Define.
832         (tc_fix_adjustable): Define.
833
834 2005-08-25  Chao-ying Fu  <fu@mips.com>
835
836         * config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
837         (mips_opts): Add -1 to initialize ase_dsp.
838         (file_ase_dsp): New variable for -mdsp.
839         (CPU_HAS_DSP): New define.
840         (validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
841         operand formats.
842         (mips_ip): Add min_range and max_range for checking singed numbers.
843         Check ase_dsp to enable DSP instructions.
844         Handle 3, 4, 5, 6, 7, 8, 9, 0, ', :, @ operand formats.
845         (OPTION_DSP, OPTION_NO_DSP): New define.
846         (OPTION_COMPAT_ARCH_BASE): Change because of inserting DSP define.
847         (md_parse_option): Parse OPTION_DSP and OPTION_NO_DSP.
848         (mips_after_parse_args): Set ase_dsp based on CPU.
849         (s_mipsset): Handle ".set dsp" and ".set nodsp".
850         (mips_elf_final_processing): Remind of adding new flag for DSP ASE.
851         (md_show_usage): Show usage of -mdsp and -mno-dsp.
852
853 2005-08-23  David Ung  <davidu@mips.com>
854
855         * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
856         cpu names.
857
858 2005-08-23  Alan Modra  <amodra@bigpond.net.au>
859
860         PR 1036
861         * config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.
862
863 2005-08-23  Phil Edwards  <phil@codesourcery.com>
864
865         * configure.tgt (*-*-vxworks):  Match vxworks* instead.
866
867 2005-08-22  Jan Beulich  <jbeulich@novell.com>
868
869         * config/tc-i386.c (object_64bit): New.
870         (i386_target_format): Initialize it.
871         (output_disp): Use object_64bit for relocation type determination.
872         (output_imm): Likewise.
873         (i386_validate_fix): Likewise.
874         (tc_gen_reloc): Likewise.
875         (lex_got): Likewise. Remove static mode_name. Change array size
876         of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
877         (x86_cons): Use object_64bit for deciding whether quad fields can
878         have relocations.
879
880 2005-08-18  Christian Groessler  <chris@groessler.org>
881
882         * config/tc-h8300.h: Remove TC_RELOC_MANGLE/tc_reloc_mangle.
883         * config/tc-mcore.h: Likewise.
884         * config/tc-z8k.h: Likewise.
885         * config/tc-z8k.c: Likewise.
886         * config/tc-sh.h: Remove TC_RELOC_MANGLE and
887         sh_coff_reloc_mangle declaration.
888         * config/tc-sh.c: (md_apply_fix): Fix comment for case
889         BFD_RELOC_SH_USES.
890
891 2005-08-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
892
893         * config/tc-sh64.c (sh64_target_format): Check preset_target_arch
894         to confirm that no ISA is specified.
895
896 2005-08-18  Nick Clifton  <nickc@redhat.com>
897
898         * write.c (relax_segment): Count the number of frags being
899         processed and use this to compute a maximum limit on the number of
900         iterations that will be allowed when attempting to relax the
901         segment.
902
903 2005-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
904
905         * config/obj-coff.c (obj_coff_weak): Set auxiliary record
906         of NT weak externals to IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY.
907
908 2005-08-16  Alan Modra  <amodra@bigpond.net.au>
909
910         * config/tc-ppc.c (ppc_set_cpu): Don't select 64-bit based on
911         default cpu.
912
913 2005-08-15  Paul Brook  <paul@codesourcery.com>
914
915         * config/tc-arm.c (do_t_mov_cmp): Fix encoding of i16-bit conditional
916         instructions.
917         (do_t_mvn_tst, do_t_neg, do_t_shift): Ditto.
918
919 2005-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
920
921         * config/tc-ppc.c (parse_cpu): Add -me300 support.
922         (md_show_usage): Likewise.
923         * doc/c-ppc.texi (PowerPC-Opts): Document it.
924
925 2005-08-12 Martin Schwidefsky  <schwidefsky@de.ibm.com>
926
927         * config/tc-s390.c (md_parse_option):  Add cpu type z9-109.
928         (md_gather_operands): Add support for optional operands.
929
930 2005-08-12  Dmitry Diky <diwil@spec.ru>
931         * config/tc-msp430.c (msp430_enable_relax): New flag.
932         (msp430_enable_polys): Likewise.
933         (OPTION_RELAX): New option.
934         (OPTION_POLYMORPHS): Likewise.
935         (md_longopts): New long options.
936         (md_show_usage): Updated.
937         (md_parse_option): Add new options handler.
938         (msp430_operands): Add check if polymorph insns are enabled.
939         (msp430_force_relocation_local): New function.
940         (md_apply_fix): Now delete relocs according to new flags combination.
941         (msp430_relax_frag): Convert long branches to short branches only if
942         flag msp430_enable_relax is set.
943         * config/tc-msp430.h (TC_FORCE_RELOCATION_LOCAL): Defined.
944         (msp430_force_relocation_local): Likewise.
945         * doc/c-msp430.texi: Describe new options.
946
947 2005-08-11  Ian Lance Taylor  <ian@airs.com>
948
949         * Makefile.am ($(srcdir)/make-gas.com): Remove target.
950         (stamp-mk.com): Likewise.
951         (EXTRA_DIST): Remove make-gas.com from list.
952         (MOSTLYCLEANFILES): Remove stamp-mk.com from list.
953         * Makefile.in: Regenerate.
954
955 2005-08-11  Hans-Peter Nilsson  <hp@axis.com>
956
957         * subsegs.c (subseg_change): Move declaration of seginfo to before
958         first statement.
959
960 2005-08-11  Alan Modra  <amodra@bigpond.net.au>
961
962         * README-vms: Delete.
963         * config-gas.com: Delete.
964         * makefile.vms: Delete.
965         * vmsconf.sh: Delete.
966         * config/atof-tahoe.c: Delete.
967         * config/m88k-opcode.h: Delete.
968         * config/obj-bout.c: Delete.
969         * config/obj-bout.h: Delete.
970         * config/obj-hp300.c: Delete.
971         * config/obj-hp300.h: Delete.
972         * config/tc-a29k.c: Delete.
973         * config/tc-a29k.h: Delete.
974         * config/tc-h8500.c: Delete.
975         * config/tc-h8500.h: Delete.
976         * config/tc-m88k.c: Delete.
977         * config/tc-m88k.h: Delete.
978         * config/tc-tahoe.c: Delete.
979         * config/tc-tahoe.h: Delete.
980         * config/tc-tic80.c: Delete.
981         * config/tc-tic80.h: Delete.
982         * config/tc-w65.c: Delete.
983         * config/tc-w65.h: Delete.
984         * config/te-aux.h: Delete.
985         * config/te-delt88.h: Delete.
986         * config/te-delta.h: Delete.
987         * config/te-dpx2.h: Delete.
988         * config/te-hp300.h: Delete.
989         * config/te-ic960.h: Delete.
990         * config/vms-a-conf.h: Delete.
991         * doc/c-a29k.texi: Delete.
992         * doc/c-h8500.texi: Delete.
993         * doc/c-m88k.texi: Delete.
994         * README: Remove obsolete examples, and list of supported targets.
995         * Makefile.am: Remove a29k, h8500, m88k, tahoe, tic80, w65,
996         bout and hp300 support.
997         (DEP_FLAGS): Don't define BFD_ASSEMBLER.
998         * configure.in: Remove --enable-bfd-assembler, need_bfd,
999         primary_bfd_gas.
1000         * configure.tgt: Remove a29k, h8300-coff, h8500-*, i960 non-elf,
1001         m68k non bfd, m88k, or32-coff, tic80-*, vax non-bfd, w65k-*, *-nindy.
1002         * as.c: Remove all non-BFD_ASSEMBLER code, support for above targets.
1003         * as.h: Likewise.
1004         * dw2gencfi.c: Likewise.
1005         * dwarf2dbg.c: Likewise.
1006         * ehopt.c: Likewise.
1007         * input-file.c: Likewise.
1008         * listing.c: Likewise.
1009         * literal.c: Likewise.
1010         * messages.c: Likewise.
1011         * obj.h: Likewise.
1012         * output-file.c: Likewise.
1013         * read.c: Likewise.
1014         * stabs.c: Likewise.
1015         * struc-symbol.h: Likewise.
1016         * subsegs.c: Likewise.
1017         * subsegs.h: Likewise.
1018         * symbols.c: Likewise.
1019         * symbols.h: Likewise.
1020         * tc.h: Likewise.
1021         * write.c: Likewise.
1022         * write.h: Likewise.
1023         * config/aout_gnu.h: Likewise.
1024         * config/obj-aout.c: Likewise.
1025         * config/obj-aout.h: Likewise.
1026         * config/obj-coff.c: Likewise.
1027         * config/obj-coff.h: Likewise.
1028         * config/obj-evax.h: Likewise.
1029         * config/obj-ieee.h: Likewise.
1030         * config/tc-arm.c: Likewise.
1031         * config/tc-arm.h: Likewise.
1032         * config/tc-avr.c: Likewise.
1033         * config/tc-avr.h: Likewise.
1034         * config/tc-crx.h: Likewise.
1035         * config/tc-d10v.h: Likewise.
1036         * config/tc-d30v.h: Likewise.
1037         * config/tc-dlx.h: Likewise.
1038         * config/tc-fr30.h: Likewise.
1039         * config/tc-frv.h: Likewise.
1040         * config/tc-h8300.c: Likewise.
1041         * config/tc-h8300.h: Likewise.
1042         * config/tc-hppa.h: Likewise.
1043         * config/tc-i370.h: Likewise.
1044         * config/tc-i386.c: Likewise.
1045         * config/tc-i386.h: Likewise.
1046         * config/tc-i860.h: Likewise.
1047         * config/tc-i960.c: Likewise.
1048         * config/tc-i960.h: Likewise.
1049         * config/tc-ip2k.h: Likewise.
1050         * config/tc-iq2000.h: Likewise.
1051         * config/tc-m32c.h: Likewise.
1052         * config/tc-m32r.h: Likewise.
1053         * config/tc-m68hc11.h: Likewise.
1054         * config/tc-m68k.c: Likewise.
1055         * config/tc-m68k.h: Likewise.
1056         * config/tc-maxq.c: Likewise.
1057         * config/tc-maxq.h: Likewise.
1058         * config/tc-mcore.c: Likewise.
1059         * config/tc-mcore.h: Likewise.
1060         * config/tc-mn10200.h: Likewise.
1061         * config/tc-mn10300.c: Likewise.
1062         * config/tc-mn10300.h: Likewise.
1063         * config/tc-ms1.h: Likewise.
1064         * config/tc-msp430.c: Likewise.
1065         * config/tc-msp430.h: Likewise.
1066         * config/tc-ns32k.c: Likewise.
1067         * config/tc-ns32k.h: Likewise.
1068         * config/tc-openrisc.h: Likewise.
1069         * config/tc-or32.c: Likewise.
1070         * config/tc-or32.h: Likewise.
1071         * config/tc-ppc.c: Likewise.
1072         * config/tc-ppc.h: Likewise.
1073         * config/tc-s390.h: Likewise.
1074         * config/tc-sh.c: Likewise.
1075         * config/tc-sh.h: Likewise.
1076         * config/tc-sparc.c: Likewise.
1077         * config/tc-tic30.c: Likewise.
1078         * config/tc-tic30.h: Likewise.
1079         * config/tc-tic4x.c: Likewise.
1080         * config/tc-tic4x.h: Likewise.
1081         * config/tc-tic54x.c: Likewise.
1082         * config/tc-tic54x.h: Likewise.
1083         * config/tc-v850.h: Likewise.
1084         * config/tc-vax.c: Likewise.
1085         * config/tc-vax.h: Likewise.
1086         * config/tc-xstormy16.h: Likewise.
1087         * config/tc-xtensa.h: Likewise.
1088         * config/tc-z8k.c: Likewise.
1089         * config/tc-z8k.h: Likewise.
1090         * config/vms-a-conf.h
1091         * doc/Makefile.am: Likewise.
1092         * doc/all.texi: Likewise.
1093         * doc/as.texinfo: Likewise.
1094         * doc/internals.texi: Likewise.
1095         * doc/Makefile.in: Regenerate.
1096         * Makefile.in: Regenerate.
1097         * configure: Regenerate.
1098         * config.in: Regenerate.
1099         * po/POTFILES.in: Regenerate.
1100
1101 2005-08-09  Nick Clifton  <nickc@redhat.com>
1102
1103         PR 1070
1104         * macro.c (getstring): Do not treat round parentheses exactly the
1105         same as angle brackets - the parentheses need to be preserved and
1106         passed on to the macro processing code.
1107
1108 2005-08-08  Nick Clifton  <nickc@redhat.com>
1109
1110         * config/tc-msp430.c (MSP430_ISA_21): Define.
1111         (mcu_types): Add entries for msp430x21xx variants.
1112
1113 2005-08-08  Nick Clifton  <nickc@redhat.com>
1114
1115         PR 1070
1116         * macro.c (getstring): Treat round parentheses in the same way as
1117         angle brackets.
1118         (get_any_string): Likewise.
1119
1120 2005-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1121
1122         PR gas/1118
1123         * as.c (parse_args): Handle -al=<FILE>.
1124
1125 2005-08-07  Nick Clifton  <nickc@redhat.com>
1126
1127         * read.c (s_app_line): Accept a line number of 0 for compatibility
1128         with gcc's output for assembler-with-cpp files.
1129
1130 2005-08-05  Paul Brook  <paul@codesourcery.com>
1131
1132         * config/tc-arm.c (current_it_mask, current_cc): New variables.
1133         (do_t_add_sub): Use correct encodings inside IT block.
1134         (do_t_arit3c): Ditto.
1135         (do_t_it): Simplify logic.  Set current_it_mask and current_cc.
1136         (md_assemble): Verify conditional suffixes agains IT blocks.
1137
1138 2005-08-05  Paul Brook  <paul@codesourcery.com>
1139
1140         * config/tc-arm.c (encode_thumb32_immediate): Only accept shifted
1141         constants.
1142         (encode_thumb32_shifted_operand): Prohibit register shifts.
1143         (encode_thumb32_addr_mode): Fix typo.
1144         (insns): Correct thumb2 ldm and stm opcodes.
1145
1146 2005-08-02  Khem Raj  <kraj@mvista.com>
1147
1148         * config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for
1149         WLDRD/WSTRD instruction.
1150
1151 2005-08-02  Alan Modra  <amodra@bigpond.net.au>
1152
1153         * config/tc-ppc.c (md_apply_fix <ELF>): Don't warn on overflow
1154         if emitting a reloc.
1155
1156 2005-07-29  Thiemo Seufer  <ths@networkno.de>
1157
1158         * config/tc-mips.c (s_mips_globl): Allow multiple symbols per .globl.
1159
1160 2005-07-29  Paul Brook  <paul@codesourcery.com>
1161
1162         * config/tc-arm.c (T16_32_TAB): Add "addr". Fix encoding of push and
1163         pop.
1164         (do_t_addr): Implement 32-bit variant.
1165         (do_t_push_pop): Make some errors warnings.  Handle single register
1166         32-bit case.
1167         (insns): Use tCE for adr.
1168         (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_ADD_PC12.
1169         (md_apply_fix): Ditto.
1170
1171 2005-07-29  Paul Brook  <paul@codesourcery.com>
1172
1173         * config/tc-arm.c (parse_tb): New function.
1174         (enum operand_parse_code): Add OP_TB.
1175         (parse_operands): Handle OP_TB.
1176         (do_t_add_sub_w, do_t_tb): New functions.
1177         (insns): Add entries for addw, subw, tbb and tbh.
1178         (md_apply_fix): Handle BFD_RELOC_ARM_T32_IMM12.
1179
1180 2005-07-29  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1181
1182         * config/tc-m32r.c (m32r_check_fixup): Fixed X_op check.
1183
1184 2007-07-27  H.J. Lu <hongjiu.lu@intel.com>
1185
1186         * config/tc-i386.c (handle_large_common): Declare only for ELF.
1187
1188 2005-07-27  Jan Beulich  <jbeulich@novell.com>
1189
1190         * config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned
1191         int.
1192         (unw_p_record): Remove unused/redundant fields imask and rmask.
1193         Combine spoff and pspoff into a union. Combine gr and br into a
1194         union. Change type of grmask and brmask to unsigned char. Change type
1195         of frmask to unsigned int.
1196         (unw_x_record): Combine spoff, pspoff, and treg into a union.
1197         * config/tc-ia64.c (unwind): New field 'pending_saves'.
1198         (check_pending_save): New.
1199         (alloc_record): Clear out entire record.
1200         (output_psp_gr): Use renamed structure fields.
1201         (output_psp_sprel): Likewise.
1202         (output_rp_gr): Likewise.
1203         (output_rp_br): Likewise.
1204         (output_rp_psprel): Likewise.
1205         (output_rp_sprel): Likewise.
1206         (output_pfs_gr): Likewise.
1207         (output_pfs_psprel): Likewise.
1208         (output_pfs_sprel): Likewise.
1209         (output_preds_gr): Likewise.
1210         (output_preds_psprel): Likewise.
1211         (output_preds_sprel): Likewise.
1212         (output_spill_base): Likewise.
1213         (output_unat_gr): Likewise.
1214         (output_unat_psprel): Likewise.
1215         (output_unat_sprel): Likewise.
1216         (output_lc_gr): Likewise.
1217         (output_lc_psprel): Likewise.
1218         (output_lc_sprel): Likewise.
1219         (output_fpsr_gr): Likewise.
1220         (output_fpsr_psprel): Likewise.
1221         (output_fpsr_sprel): Likewise.
1222         (output_priunat_gr): Likewise.
1223         (output_priunat_psprel): Likewise.
1224         (output_priunat_sprel): Likewise.
1225         (output_bsp_gr): Likewise.
1226         (output_bsp_psprel): Likewise.
1227         (output_bsp_sprel): Likewise.
1228         (output_bspstore_gr): Likewise.
1229         (output_bspstore_psprel): Likewise.
1230         (output_bspstore_sprel): Likewise.
1231         (output_rnat_gr): Likewise.
1232         (output_rnat_psprel): Likewise.
1233         (output_rnat_sprel): Likewise.
1234         (output_spill_psprel): Likewise.
1235         (output_spill_sprel): Likewise.
1236         (output_spill_reg): Likewise.
1237         (output_fr_mem): Likewise. Allocate one unwind record per set mask
1238         bit.
1239         (output_frgr_mem): Likewise.
1240         (output_gr_mem): Likewise.
1241         (output_br_mem): Likewise.
1242         (output_gr_gr): Likewise.
1243         (output_br_gr): Likewise.
1244         (fixup_unw_records): Likewise.
1245         (process_one_record): Use renamed structure fields. For gr_gr and
1246         br_gr, collect mask from chain of records before output.
1247         (in_prologue): Simplify and eliminate early returns. Call
1248         check_pending_save.
1249         (in_body): Simplify and eliminate early returns.
1250         (dot_body): Call check_pending_save.
1251         (md_assemble): Update comment. Deal with pending saves.
1252
1253 2005-07-26  Jan Beulich  <jbeulich@novell.com>
1254
1255         * config/tc-i386.c (optimize_imm): Calculate candidate immediates
1256         mask from guessed suffix, but mask out other immediate types only
1257         if at least on candidate is valid for the insn.
1258
1259 2005-07-25  DJ Delorie  <dj@redhat.com>
1260
1261         * config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands.
1262         Support %mod() modifiers from opcodes.
1263         * doc/c-m32c.texi (M32C-Modifiers): New section.
1264
1265 2005-07-25  Jan Hubicka  <jh@suse.cz>
1266             H.J. Lu  <hongjiu.lu@intel.com>
1267
1268         * config/obj-elf.c: Include "elf/x86-64.h" if TC_I386 is
1269         defined.
1270         (elf_com_section_ptr): New.
1271         (elf_begin): Set elf_com_section_ptr to bfd_com_section_ptr.
1272         (elf_common_parse): Make it global. Use elf_com_section_ptr
1273         instead of bfd_com_section_ptr.
1274         (obj_elf_change_section): Handle x86-64 large bss sections.
1275
1276         * config/obj-elf.h (elf_com_section_ptr): New.
1277         (elf_common_parse): New.
1278
1279         * config/tc-i386.c (handle_large_common): New.
1280         (md_pseudo_table): Add "largecomm".
1281         (x86_64_section_letter): New.
1282         (x86_64_section_word): New.
1283
1284         * config/tc-i386.h (x86_64_section_word): New.
1285         (x86_64_section_letter): New.
1286         (md_elf_section_letter): New. Defined.
1287         (md_elf_section_word): Likewise.
1288
1289 2005-07-21  Ralf Corsepius  <ralf.corsepius@rtems.org>
1290
1291         * configure.tgt: Remove i386-*-rtemself*.
1292         Remove sparc-*-rtemself*.
1293
1294 2005-07-21  Ben Elliston  <bje@gnu.org>
1295
1296         * config/tc-m68k.h: Remove TE_LYNX conditional code.
1297
1298 2005-07-21  Paul Brook  <paul@codesourcery.com>
1299
1300         * config/tc-arm.c (encode_thumb32_addr_mode): Don't set
1301         inst.reloc.pc_rel.
1302
1303 2005-07-20  Tavis Ormandy <taviso@gentoo.org>
1304
1305         * messages.c: Use vsnprintf instead of vsprintf.
1306
1307 2005-07-20  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1308
1309         * config/tc-m32r.c (tc_gen_reloc): Check BFD_RELOC_32_PCREL and
1310         BFD_RELOC_16_PCREL to Support R_M32R_REL32.
1311
1312 2005-07-18  Nick Clifton  <nickc@redhat.com>
1313
1314         * configure.tgt: Restore alpha ordering to list of arches.
1315
1316 2005-07-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1317
1318         * tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.
1319
1320 2005-07-18  Jan Beulich  <jbeulich@novell.com>
1321
1322         * config/tc-i386.c (md_begin): Use IS_ELF.
1323         (tc_i386_fix_adjustable): Likewise.
1324         (md_estimate_size_before_relax): Likewise.
1325         (md_apply_fix): Likewise.
1326         (i386_target_format): Likewise.
1327         (lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF.
1328         (i386_immediate): Remove #ifdef LEX_AT.
1329         (i386_displacement): Likewise.
1330         * config/tc-i386.h (x86_cons): Prototype only when ELF and when not
1331         LEX_AT.
1332
1333 2005-07-18  Jan Beulich  <jbeulich@novell.com>
1334
1335         * config/tc-i386.c (reloc): Convert to ISO C90. Change first
1336         parameter to unsigned. Parameter sign now is tristate - zero/
1337         positive mean unsigned/signed, negative means signedness doesn't
1338         matter. Check field size,
1339         signedness, and pcrel-ness are in agreement between relocated field
1340         and relocation type. Adjust diagnostics.
1341         (optimize_imm): And type mask of operand instead of overwriting it.
1342         (lex_got): Convert to ISO C90. Add third parameter. Add new field to
1343         local structure and initialize gotrel accordingly. Pass caller as
1344         mask of types that the operator can match.
1345         (x86_cons_fix_new): Let reloc know that signedness of relocation
1346         doesn't matter.
1347         (x86_pe_cons_fix_new): Likewise.
1348         (x86_cons): Pass additional argument to lex_got.
1349         (i386_immediate): New local variable 'types'. Pass its address as
1350         additional argument to lex_got. Mask out operand types not supported
1351         befoe returning.
1352         (i386_displacement): Likewise. Set bigdisp to all types supported in
1353         64-bit mode, combining the previously split initialization.
1354
1355 2005-07-18  Jan Beulich  <jbeulich@novell.com>
1356
1357         * config/tc-i386.c (parse_insn): Reject prefix if unavailable in
1358         current mode.
1359
1360 2005-07-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1361
1362         * config/tc-hppa.c (pa_ip): Search entire mnemonic before considering
1363         promoted match.
1364
1365 2005-07-16  Alan Modra  <amodra@bigpond.net.au>
1366
1367         * Makefile.am: Run "make dep-am".
1368         * Makefile.in: Regenerate.
1369
1370 2007-07-15  H.J. Lu <hongjiu.lu@intel.com>
1371
1372         * gas/config/tc-i386.h (CpuVMX): New.
1373         (CpuUnknownFlags): Add CpuVMX.
1374
1375 2005-07-14  Jim Blandy  <jimb@redhat.com>
1376
1377         Add support for the Renesas M32C.
1378         * Makefile.am (CPU_TYPES): List m32c.
1379         (TARGET_CPU_CFILES): List config/tc-m32c.c.
1380         (TARGET_CPU_HFILES): List config/tc-m32c.h.
1381         * configure.in: Add case for m32c.
1382         * configure.tgt: Add cases for m32c and m32c-*-elf.
1383         * configure: Regenerated.
1384         * config/tc-m32c.c, config/tc-m32c.h: New files.
1385         * doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
1386         * doc/Makefile.in: Regenerated.
1387         * doc/all.texi: Set M32C.
1388         * doc/as.texinfo: Add text for the M32C-specific options and line
1389         comment characters, and refer to c-m32c.texi.
1390         * doc/c-m32c.texi: New file.
1391
1392 2005-07-14  Nick Clifton  <nickc@redhat.com>
1393
1394         PR 1069
1395         * config/tc-crx.c (reset_vars): Use strncpy to prevent overflowing
1396         the ins_parse buffer.
1397
1398 2005-07-10  Ralf Corsepius <ralf.corsepius@rtems.org>
1399
1400         * configure.tgt: Remove a29k-*-rtems*, hppa*-*-rtems*,i386-go32-rtems*,
1401         i386-*-rtemscoff*, sparc-*-rtemsaout*.
1402
1403 2005-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1404
1405         * config/tc-i386.c (optimize_disp): Optimize signed 32bit
1406         displacements.
1407
1408 2005-07-08  Ben Elliston  <bje@au.ibm.com>
1409
1410         * frags.h: Remove ANSI_PROTOTYPES conditional code.
1411         * config/obj-elf.h: Likewise.
1412         * config/tc-h8300.h: Likewise.
1413         * config/tc-h8500.h: Likewise.
1414         * config/tc-i370.h: Likewise.
1415         * config/tc-i386.h: Likewise.
1416         * config/tc-m68hc11.h: Likewise.
1417         * config/tc-m68k.h: Likewise.
1418         * config/tc-ppc.h: Likewise.
1419         * config/tc-s390.h: Likewise.
1420         * config/tc-sh.h: Likewise.
1421         * config/tc-sparc.h: Likewise.
1422         * config/tc-tic30.c: Likewise.
1423         * config/tc-w65.h: Likewise.
1424         * config/tc-xtensa.h: Likewise.
1425
1426 2005-07-08  Hans-Peter Nilsson  <hp@axis.com>
1427
1428         PR gas/1049
1429         * config/tc-cris.h (MD_APPLY_SYM_VALUE): Define.
1430
1431 2005-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1432
1433         * config/tc-tic30.c (debug): Add format attribute.  Fix format
1434         bugs.
1435
1436 2005-07-06  H.J. Lu  <hongjiu.lu@intel.com>
1437
1438         * config/tc-i386.c (cpu_arch): Add sse3.
1439
1440         * config/tc-i386.h (CpuSSE3): Renamed from ...
1441         (CpuPNI): This. Defined as CpuSSE3.
1442
1443         * doc/c-i386.texi: Document .sse3.
1444
1445 2005-07-06  Jan Beulich  <jbeulich@novell.com>
1446
1447         * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
1448
1449 2005-07-05  Nick Clifton  <nickc@redhat.com>
1450
1451         * config/tc-pdp11.c (md_apply_fix): Cast first argument to
1452         md_chars_to_numbers to an unsigned pointer in order to avoid a
1453         compile time warning.
1454
1455 2005-07-05  Paul Brook  <paul@codesourcery.com>
1456
1457         * config/tc-ppc.c (ppc_target_format): Add VxWorks.
1458
1459 2005-07-05  Aldy Hernandez  <aldyh@redhat.com>
1460
1461         * config/tc-ms1.c: New.
1462         * config/tc-ms1.h: New.
1463         * testsuite/gas/ms1/allinsn.d: New.
1464         * testsuite/gas/ms1/allinsn.s: New.
1465         * testsuite/gas/ms1/badinsn.s: New.
1466         * testsuite/gas/ms1/badinsn1.s: New.
1467         * testsuite/gas/ms1/badoffsethigh.s: New.
1468         * testsuite/gas/ms1/badoffsetlow.s: New.
1469         * testsuite/gas/ms1/badorder.s: New.
1470         * testsuite/gas/ms1/badreg.s: New.
1471         * testsuite/gas/ms1/badsignedimmhigh.s: New.
1472         * testsuite/gas/ms1/badsignedimmlow.s: New.
1473         * testsuite/gas/ms1/badsyntax.s: New.
1474         * testsuite/gas/ms1/badsyntax1.s: New.
1475         * testsuite/gas/ms1/badunsignedimmhigh.s: New.
1476         * testsuite/gas/ms1/badunsignedimmlow.s: New.
1477         * testsuite/gas/ms1/errors.exp: New.
1478         * testsuite/gas/ms1/ldst.s: New.
1479         * testsuite/gas/ms1/misc.d: New.
1480         * testsuite/gas/ms1/misc.s: New.
1481         * testsuite/gas/ms1/ms1-16-003.d: New.
1482         * testsuite/gas/ms1/ms1-16-003.s: New.
1483         * testsuite/gas/ms1/ms1.exp: New.
1484         * testsuite/gas/ms1/msys.d: New.
1485         * testsuite/gas/ms1/msys.s: New.
1486         * testsuite/gas/ms1/relocs.d: New.
1487         * testsuite/gas/ms1/relocs.exp: New.
1488         * testsuite/gas/ms1/relocs1.s: New.
1489         * testsuite/gas/ms1/relocs2.s: New.
1490
1491 2005-07-05  Jan Beulich  <jbeulich@novell.com>
1492
1493         * config/tc-i386.h (CpuSVME): New.
1494         (CpuUnknownFlags): Include CpuSVME.
1495         * config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron
1496         as alias of sledgehammer.
1497         (md_assemble): Include invlpga in the check for insns with two source
1498         operands.
1499         (process_operands): Include SVME insns in the check for ignored
1500         segment overrides. Adjust diagnostic.
1501         (i386_index_check): Special-case SVME insns with memory operands.
1502
1503 2005-07-04  Khem Raj  <kraj@mvista.com>
1504             Nick Clifton  <nickc@redhat.com>
1505
1506         * tc-arm.c (struct arm_it): Make operands.imm signed to match its
1507         use an immediate value.
1508         (parse_vfp_reg_list): Make the 2nd parameter an unsigned pointer
1509         since the register field of the operands structure is unsigned.
1510         (s_arm_unwind_save_vfp): Make "reg" unsigned.
1511         (parse_operands): Make the 2ns parameter an unsigned pointer to
1512         match its use.
1513         (do_ldrd): When using the imm field of the operands structure as a
1514         second register field, treat it as unsigned.
1515
1516 2005-07-04  Alan Modra  <amodra@bigpond.net.au>
1517
1518         PR 1004
1519         * config/obj-elf.c (obj_elf_change_section): Use backend
1520         get_sec_type_attr.
1521
1522 2005-07-01  Jan Beulich  <jbeulich@novell.com>
1523
1524         * config/tc-ia64.c (line_separator_chars): Add '{' and '}'.
1525         (output_spill_psprel, output_spill_psprel_p): Combine.
1526         (output_spill_sprel, output_spill_sprel_p): Combine.
1527         (output_spill_reg, output_spill_regp_p): Combine.
1528         (process_one_record): Handle psp_psprel.
1529         (parse_predicate_and_operand): New.
1530         (convert_expr_to_ab_reg): Two new parameters. Return void. Always
1531         initialize output values. Emit diagnostic case here.
1532         (convert_expr_to_xy_reg): Likewise. Don't allow r0, f0, and f1.
1533         (add_unwind_entry): New second parameter. Allow first parameter to
1534         be NULL. Parse optional tag, emit warning about further support for
1535         it otherwise being missing. Check end-of-line when requested.
1536         (dot_fframe): Clear operand when wrong. Allow tag.
1537         (dot_vframe): Likewise.
1538         (dot_vframesp): Likewise. Rename parameter, issue warning when psp
1539         relative.
1540         (dot_vframepsp): Remove.
1541         (dot_altrp): Clear operand when wrong. Allow tag.
1542         (dot_save): Likewise. Let default case also go through
1543         add_unwind_entry.
1544         (dot_savemem): Likewise.
1545         (dot_restore): Don't return when wrong operand. Allow tag.
1546         (dot_spillreg, dot_spillreg_p): Combine. Simplify by using
1547         parse_predicate_and_operand and the new arguments to
1548         convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
1549         when wrong operand. Allow tag.
1550         (dot_restorereg, dot_restorereg_p): Likewise.
1551         (dot_spillmem, dot_spillmem_p): Likewise.
1552         (dot_saveg): Clear operand when wrong. Perform tighter operand
1553         checks. Allow tag.
1554         (dot_savef): Likewise.
1555         (dot_saveb): Likewise.
1556         (dot_savegf): Likewise.
1557         (dot_spill): Remove end-of-line check.  Combine. Simplify by using
1558         parse_predicate_and_operand and the new arguments to
1559         convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
1560         when wrong operand. Allow tag.
1561         (popcount): New.
1562         (dot_label_state): Don't return when wrong operand.
1563         (dot_copy_state): Likewise.
1564         (dot_unwabi): Likewise. Check if in prologue.
1565         (dot_body): Don't call demand_empty_rest_of_line.
1566         (dot_prologue): Type of mask and grsave is unsigned. Perform tighter
1567         operand checks.
1568         (md_pseudo_table): Also use dot_restorereg for .restorereg.p. Also
1569         use dot_spillreg for .spillreg.p. Also use dot_spillmem for
1570         .spillpsp.p and .spillsp.p. Also use dot_vframesp for .vframepsp.
1571         (parse_operand): New second parameter. Don't deal with '}' here
1572         anymore. Don't advance past end-of-line.
1573         (parse_operands): Pass second argument to parse_operand.
1574         (ia64_start_line): Prevent out-of-bounds access through
1575         input_line_pointer. Deal with '}' here.
1576         (ia64_unrecognized_line): Don't deal with '}' here.
1577         (dot_alias): Use ignore_rest_of_line not its deprecated alias
1578         discard_rest_of_line.
1579
1580 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
1581
1582         * config/tc-arm.c (T_OPCODE_BRANCH, encode_arm_addr_mode_2)
1583         (encode_arm_addr_mode_3, encode_arm_cp_address, do_blx, do_t_blx)
1584         (do_t_branch, insns [b, bl]): Don't encode pipeline offset.
1585         (do_branch): Always set inst.reloc.pc_rel.
1586         (s_arm_elf_cons): Disallow use of (plt) suffix.
1587         (do_adrl): Adjust X_add_number unconditionally.
1588         (md_pcrel_from): Rename md_pcrel_from_section, add second segT
1589         argument.  Handle all adjustment for pipeline offset here.
1590         (md_apply_fix): No need to undo work of md_pcrel_from.  No
1591         need to extract pre-encoded pipeline adjustments from various
1592         branch instructions.  Generally, assume instructions are already
1593         all-bits-zero in the field being fixed up.  Remove all OBJ_ELF
1594         special cases.  Handle BFD_RELOC_ARM_PLT32 like
1595         BFD_RELOC_ARM_PCREL_BRANCH.
1596         (tc_gen_reloc): Remove OBJ_ELF special case.
1597         * config/tc-arm.c: Define MD_PCREL_FROM_SECTION.
1598
1599 2005-06-30  Ben Elliston  <bje@gnu.org>
1600
1601         * Makefile.am (check-DEJAGNU): Don't search for expect.
1602         * Makefile.in: Regenerate.
1603
1604 2005-06-30  Ben Elliston  <bje@gnu.org>
1605
1606         * Makefile.am (EXPECT): Set to expect.
1607         (RUNTEST): Likewise, set to runtest.
1608         * Makefile.in: Regenerate.
1609
1610 2005-06-23  Ben Elliston  <bje@gnu.org>
1611
1612         * config/m68k-parse.h: Use ISO C90.
1613         * config/m68k-parse.y: Likewise.
1614         * config/tc-m68k.h: Likewise.
1615
1616 2005-06-20  H.J. Lu  <hongjiu.lu@intel.com>
1617
1618         PR 1013
1619         * config/tc-i386.c (md_assemble): Don't call optimize_disp on
1620         movabs.
1621         (optimize_disp): Optimize only if possible. Don't use 64bit
1622         displacement on non-constants and do same on constants if
1623         possible.
1624
1625 2005-06-17  Jan Beulich  <jbeulich@novell.com>
1626
1627         * config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL.
1628         (tc_i386_fix_adjustable): Include BFD_RELOC_X86_64_GOTOFF64,
1629         BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64.
1630         (output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
1631         and BFD_RELOC_32_PCREL. Use BFD_RELOC_X86_64_GOTPC32 instead of
1632         aborting.
1633         (output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
1634         Use BFD_RELOC_X86_64_GOTPC32 instead of aborting.
1635         (tc_gen_reloc): Do GOTPC conversion also for BFD_RELOC_32_PCREL.
1636         Use BFD_RELOC_X86_64_GOTPC32 instead of aborting. Also handle
1637         BFD_RELOC_X86_64_GOTOFF64, BFD_RELOC_X86_64_GOTPC32,
1638         BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64. Also
1639         convert 8-byte pc-relative relocations.
1640         (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
1641         (i386_validate_fix): Likewise.
1642         (x86_cons): Also handle quad values in 64-bit mode.
1643         (i386_displacement): Also handle BFD_RELOC_X86_64_GOTOFF64.
1644         (md_apply_fix): Include BFD_RELOC_X86_64_DTPOFF64 and
1645         BFD_RELOC_X86_64_TPOFF64 in the TLS check. Also convert BFD_RELOC_64
1646         to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
1647
1648 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1649
1650         * config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
1651         symbolP as well as for names with a leading dot.  Use ACONCAT.
1652         (md_apply_fix): For branch relocations, only replace value
1653         with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
1654         (arm_force_relocation): Remove #ifdef OBJ_ELF case.
1655         * config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
1656         (LOCAL_LABEL_PREFIX): Don't define.
1657
1658 2005-06-10  Alan Modra  <amodra@bigpond.net.au>
1659
1660         * config/tc-hppa.c (pa_block): Allocate just one byte for the
1661         fill pattern.
1662
1663 2005-06-08  James E Wilson  <wilson@specifixinc.com>
1664
1665         PR 994
1666         * config/tc-ia64.c (slot_index): Revert last change.  If first_frag
1667         is NULL, then emit a warning, and return the current index.
1668
1669 2005-06-08  Tomas Hurka  <tom@hukatronic.cz>
1670
1671         PR 991
1672         * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
1673         temporary copy of the operands array so that changes can be safely
1674         backed out if the insn does not match.
1675         (m68k_compare_opcode): Shortcut the test when the parameters are
1676         the same.  Return 1 if the names match but the second opcode is
1677         further on in the array than the first.
1678
1679 2005-06-08  Nick Clifton  <nickc@redhat.com>
1680
1681         PR 994
1682         * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
1683
1684 2005-06-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1685
1686         * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
1687
1688 2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
1689             Michael Snyder  <msnyder@redhat.com>
1690             Stan Cox  <scox@redhat.com>
1691
1692         * configure.in: Add ms1 case.
1693
1694         * configure: Regenerate.
1695
1696         * configure.tgt: Add ms1 case.
1697
1698 2005-06-07  Bob Wilson  <bob.wilson@acm.org>
1699
1700         * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
1701         * config/tc-xtensa.c (new_resource_table): Likewise.
1702         (resize_resource_table): Likewise.
1703         (release_resources): Fix assertion for unsigned values.
1704
1705 2005-06-07  Zack Weinberg  <zack@codesourcery.com>
1706
1707         * cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
1708         * config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
1709         * config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
1710         * config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
1711         * config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
1712         * config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
1713         * config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
1714         * config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
1715         * config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
1716         * config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
1717         * config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
1718         * config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
1719         * config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
1720         * config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
1721         * config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
1722         * config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
1723         * config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
1724         * config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
1725         * config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
1726         * config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
1727         * config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
1728         * config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
1729         * config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
1730         * config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
1731         * config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
1732         * config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
1733         * config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
1734         * config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
1735         * config/tc-xtensa.c, config/tc-z8k.c:
1736         Replace all instances of the string "_apply_fix3" with
1737         "_apply_fix".
1738         * po/POTFILES.in, po/gas.pot: Regenerate.
1739
1740 2005-06-08  Alan Modra  <amodra@bigpond.net.au>
1741
1742         * Makefile.am: Run "make dep-am".
1743         (POTFILES): Remove GAS_CFILES.
1744         * Makefile.in: Regenerate.
1745
1746 2005-06-07  David Ung  <davidu@mips.com>
1747
1748         * config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
1749         24kc, 24kf and 24kfx under MIPS32 release 2.
1750
1751 2005-06-04  Nick Clifton  <nickc@redhat.com>
1752
1753         * config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
1754         to their Thumb-enabled equivalents.
1755
1756 2005-06-01  Maciej W. Rozycki  <macro@linux-mips.org>
1757
1758         * config/tc-mips.c (load_register): Add leading "0x" to the
1759         output of sprintf_vma().
1760         (macro): Likewise.
1761
1762 2005-06-01  Nick Clifton  <nickc@redhat.com>
1763
1764         * config/tc-arm.c (TxCE, TxC3, TxCM, TUE, TUF): Remove redundant
1765         test for the presence of thumb version of the parsing functions
1766         since they must always exist and the test generates a compile time
1767         warning message.
1768
1769 2005-05-31  Richard Henderson  <rth@redhat.com>
1770
1771         * config/tc-alpha.c (O_lituse_jsrdirect): New.
1772         (alpha_reloc_op): Add it.
1773         (debug_exp): Handle it.
1774         (DUMMY_RELOC_LITUSE_JSRDIRECT): New.
1775         (emit_insn): Handle it.
1776         * doc/c-alpha.texi (Alpha-Relocs): Document lituse_jsrdirect.
1777
1778 2005-05-31  Christian Groessler  <chris@groessler.org>
1779
1780         * write.c (dump_section_relocs): Convert to ISO-C.
1781         (write_relocs): Avoid signed/unsigned and fprintf argument
1782         warnings in debug code.
1783
1784 2005-05-26  Zack Weinberg  <zack@codesourcery.com>
1785
1786         * config/tc-arm.h (TC_FIX_TYPE): Change to int.
1787         (TC_INIT_FIX_DATA): Initialize to 0, not NULL.
1788         * config/tc-arm.c (fix_new_arm): Remove now-unnecessary cast.
1789         (md_apply_fix3): Delete fix_is_thumb variable; refer to
1790         fixP->tc_fix_data directly in the sole place it was used.
1791         Explicitly truncate value, *valP, fixP->fx_addnumber, and
1792         fixP->fx_offset to 32 bits, for consistent behavior between 32-
1793         and 64-bit hosts.
1794
1795 2005-05-27  Jan Beulich  <jbeulich@novell.com>
1796
1797         * config/tc-ia64.c (struct proc_pending): New.
1798         (unwind): Replace proc_start with proc_pending.
1799         (unwind_diagnostic): Check unwind.proc_pending.sym.
1800         (dot_proc): Replace unwind.proc_start with unwind.proc_pending.sym.
1801         Check if previous proc not closed. Record all entry points.
1802         (dot_endp): Replace unwind.proc_start with unwind.proc_pending.sym.
1803         Set symbol sizes for entry points recorded in dot_proc. Check
1804         arguments for consistency with respective .proc's.
1805         (md_assemble): Replace unwind.proc_start with
1806         unwind.proc_pending.sym.
1807
1808 2005-05-27  Jan Beulich  <jbeulich@novell.com>
1809
1810         * config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,
1811         and last_ptr. Check all in-use slots for first one with non-NULL
1812         unwind_record. Don't reload end_ptr before second update round.
1813
1814 2005-05-26  James E Wilson  <wilson@specifixinc.com>
1815
1816         * config/tc-ia64.c (extra_goodness): Update comment.
1817         (md_begin): Add debugging code to print best_template table.
1818
1819 2005-05-25  Jan Beulich  <jbeulich@novell.com>
1820
1821         * config/tc-ia64.c (md_begin): Don't try to match slot 2 of an MLX
1822         template.
1823
1824 2005-05-25  Jan Beulich  <jbeulich@novell.com>
1825
1826         * config/tc-ia64.c (ia64_gen_real_reloc_type): Also handle
1827         BFD_RELOC_UNUSED when determining the width of the reloc.
1828
1829 2005-05-25  Jan Beulich  <jbeulich@novell.com>
1830
1831         * config/tc-ia64.c (dot_endp): Clear out all three pointers in unwind
1832         section entry.
1833
1834 2005-05-25  Jan Beulich  <jbeulich@novell.com>
1835
1836         * config/tc-ia64.c (dot_radix): Rewrite.
1837
1838 2005-05-25  Jan Beulich  <jbeulich@novell.com>
1839
1840         * config/tc-ia64.c (struct unw_rec_list): Remove next_slot_number
1841         and next_slot_frag.
1842         (alloc_record): Remove references to next_slot_number and
1843         next_slot_frag.
1844         (emit_one_bundle): Likewise.
1845
1846 2005-05-22  Nick Clifton  <nickc@redhat.com>
1847
1848         * config/tc-v850.c (md_apply_fix3): Pass the address of the
1849         message buffer when invoking the insert function.
1850
1851 2005-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1852
1853         * config/tc-hppa.c (pa_ip): Promote architecture from PA 1.0 to 1.1
1854         only if an instruction match is found.
1855
1856 2005-05-20  Bob Wilson  <bob.wilson@acm.org>
1857
1858         * config/tc-xtensa.c (xg_assemble_vliw_tokens): Change subtraction
1859         to addition in argument to xtensa_dwarf2_emit_insn.
1860
1861 2005-05-19  Zack Weinberg  <zack@codesourcery.com>
1862
1863         * Makefile.am: Have 'all' depend on 'info'.
1864         * Makefile.in: Regenerate.
1865
1866 2005-05-19  Alan Modra  <amodra@bigpond.net.au>
1867
1868         * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
1869
1870 2005-05-19  Anton Blanchard  <anton@samba.org>
1871
1872         * config/tc-ppc.c (parse_cpu): Handle "-mpower5".
1873         (md_show_usage): Document it.
1874         (ppc_setup_opcodes): Insert POWER5 mnemonics.
1875         * doc/c-ppc.texi (PowerPC-Opts): Document "-mpower5".
1876
1877 2005-05-19  Jan Beulich  <jbeulich@novell.com>
1878
1879         * config/tc-ia64.c (dot_endp): Don't use global symbol for unwind
1880         relocations in unwind section.
1881
1882 2005-05-18  Nick Clifton  <nickc@redhat.com>
1883
1884         * config/tc-v850.c (md_apply_fix3): Only use the insertion routine
1885         if one exists.  Ignore any error messages it may produce, just
1886         allow it to perform the insertion.
1887
1888 2005-05-17  Zack Weinberg  <zack@codesourcery.com>
1889
1890         * hash.c (hash_lookup): Add len parameter.  All callers changed.
1891         (hash_find_n): New interface.
1892         * hash.h: Prototype hash_find_n.
1893         * sb.c: Include as.h.
1894         (scrub_from_sb, sb_to_scrub, scrub_position): New statics.
1895         (sb_scrub_and_add_sb): New interface.
1896         * sb.h: Prototype sb_scrub_and_add_sb.
1897         * input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.
1898
1899         * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
1900         reference to BFD_RELOC_ARM_GOT12 which is never generated.
1901         * config/tc-arm.c: Rewrite, adding Thumb-2 support.
1902
1903 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1904
1905         * doc/Makefile.am (gasver.texi): Don't use $<.
1906         * doc/Makefile.in: Regenerated.
1907
1908 2005-05-17  Nick Clifton  <nickc@redhat.com>
1909
1910         PR 876
1911         * symbols.c (resolve_symbol_value): Do not move symbols whose
1912         value expression has not been resolved or finalized into the
1913         absolute section as this will confuse other parts of the assembler
1914         into thinking that their value is zero.
1915
1916 2005-05-17  Jan Beulich  <jbeulich@novell.com>
1917
1918         * read.c (_find_end_of_line): New.
1919         (find_end_of_line): New.
1920         (HANDLE_CONDITIONAL_ASSEMBLY): Use it.
1921         (read_a_source_file): Use it.
1922         (s_globl): Use it.
1923         (s_macro): Use it.
1924         (get_line_sb): Use it.
1925         (s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
1926         (s_comm_internal): Likewise.
1927         (s_lsym): Likewise.
1928         (s_macro): Likewise.
1929         (s_ignore): Use ignore_rest_of_line.
1930         * read.h (find_end_of_line): Prototype.
1931         (discard_rest_of_line): Remove prototype. #define to
1932         ignore_rest_of_line.
1933
1934 2005-05-17  Nick Clifton  <nickc@redhat.com>
1935
1936         * config/tc-v850,h (TC_FIX_TYPE): Define.
1937         (TC_INIT_FIX_TYPE): Define.
1938         * config/tc-v850.c (md_assemble): When creating a fix record the
1939         operand in the tc_fix_data field.
1940         (md_apply_fix3): When applying a resolved fix use the operand's
1941         insertion procedure to store the value, if the operand has been
1942         recorded.
1943
1944 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1945
1946         * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
1947         invocation.
1948         * Makefile.in: Regenerated.
1949
1950 2005-05-13  Sterling Augustine  <sterling@tensilica.com>
1951             Bob Wilson  <bob.wilson@acm.org>
1952
1953         * config/tc-xtensa.c (xtensa_insnbuf_set_operand): Clarify error
1954         message.
1955         (xtensa_mark_zcl_first_insns): Fix incorrect nesting of conditional
1956         for handling RELAX_CHECK_ALIGN_NEXT_OPCODE.
1957
1958 2005-05-11  Alan Modra  <amodra@bigpond.net.au>
1959
1960         * config/tc-ppc.c (md_apply_fix3): Allow pcrel forms of BFD_RELOC_16,
1961         BFD_RELOC_LO16, BFD_RELOC_HI16 and BFD_RELOC_HI16_S.
1962
1963 2005-05-10  Michael Matz  <matz@suse.de>
1964
1965         * frags.c (frag_grow): Don't be too greedy in allocating memory.
1966
1967         * config/tc-hppa.c (pa_block): Check arguments to .block[z].
1968
1969 2005-05-10  Hans-Peter Nilsson  <hp@bitrange.com>
1970
1971         PR binutils/886
1972         * config/tc-mmix.c (mmix_handle_mmixal): Rearrange slightly.
1973         Handle label-without-colon before ordinary dot-pseudo as an
1974         ordinary label.  Don't leak memory for label-without-colon alone
1975         on a line.  Don't mmixal-munge operands for dot-pseudos.
1976
1977 2005-05-10  Jan Beulich  <jbeulich@novell.com>
1978
1979         * macro.c (get_any_string): Remove the two last parameters. Replace
1980         references to the former expand parameter by using macro_alternate.
1981         Simplify loop condition for checking for end-of-string.
1982         (get_string): Remove redunant call to sb_skip_white.
1983         (do_formals): Remove two last arguments to get_any_string.
1984         (macro_expand): Likewise.
1985         (expand_irp): Likewise.
1986
1987 2005-05-10  Jan Beulich  <jbeulich@novell.com>
1988
1989         * read.c (s_macro): Move local variable 'local' to smaller scope.
1990         Call sb_kill on it when done.
1991
1992 2005-05-09  Jan Beulich  <jbeulich@novell.com>
1993
1994         * config/tc-i386.c (optimize_disp): Discard displacement entirely
1995         when zero and not required by encoding constraints.
1996
1997 2005-05-09  H.J. Lu  <hongjiu.lu@intel.com>
1998
1999         PR 936
2000         * config/tc-sh64.c (sh64_fake_label): New.
2001
2002         * config/tc-sh64.h (TC_FAKE_LABEL): New.
2003
2004         * doc/internals.texi (TC_FAKE_LABEL): Document.
2005
2006         * write.c (TC_FAKE_LABEL): New.
2007         (adjust_reloc_syms): Use it.
2008         (write_object_file): Likewise.
2009
2010 2005-05-09  Jan Beulich  <jbeulich@novell.com>
2011
2012         * config/tc-i386.c (parse_insn): Disallow use of prefix separator
2013         and comma in Intel mode.
2014
2015 2005-05-09  Jan Beulich  <jbeulich@novell.com>
2016
2017         * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
2018         names to match ABI. Add more registers for 32-bit and 64-bit modes.
2019         Make name array static and const. Adjust lookup to account for NULL
2020         entries (standing for unused register numbers).
2021
2022 2005-05-09  Jan Beulich  <jbeulich@novell.com>
2023
2024         * config/tc-i386.c (parse_insn): Consider all matching instructions
2025         when checking for string instruction after string-only prefix.
2026
2027 2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
2028
2029         PR 940
2030         * config/tc-ia64.c (start_unwind_section): Properly check
2031         comdat group with SHF_GROUP.
2032
2033 2005-05-06  Bob Wilson  <bob.wilson@acm.org>
2034
2035         * doc/c-xtensa.texi (Literal Directive): Spelling correction.
2036
2037 2005-05-06  Bob Wilson  <bob.wilson@acm.org>
2038
2039         * config/tc-xtensa.c: Remove excess whitespace.
2040         * config/tc-xtensa.h: Likewise.
2041         * config/xtensa-istack.h: Likewise.
2042         * config/xtensa-relax.c: Likewise.
2043         * config/xtensa-relax.h: Likewise.
2044
2045 2005-05-06  Nick Clifton  <nickc@redhat.com>
2046
2047         * sb.h: Fix formatting of comments.
2048         * sb.c: Fix formatting of comments.
2049
2050 2005-05-06  Jan Beulich  <jbeulich@novell.com>
2051
2052         * sb.h (sb_add_buffer): Reintroduce.
2053         * sb.c (sb_add_buffer): Likewise.
2054
2055 2005-05-06  Jan Beulich  <jbeulich@novell.com>
2056
2057         * macro.c (new_formal, del_formal): New.
2058         (do_formals): Use new_formal. Check for and parse qualifier. Warn if
2059         required argument has default value. Stop looking for more formal
2060         when there was a vararg one.
2061         (macro_expand_body): Use new_formal and del_formal.
2062         (macro_expand): Likewise. Initialize local variable err. Don't
2063         return immediately when encountering an error. Warn when keyword
2064         argument already had a value assigned. Eliminate duplicate clearing
2065         of argument value. When current positional argument matches parameter
2066         of vararg type, assign to it all the remaining arguments. Issue error
2067         when required parameter does not have value.
2068         (free_macro): Use del_formal.
2069         (expand_irp): Initialize formal type. Free buffers associated with
2070         formal prior to returning.
2071         * macro.h (struct formal_struct): Add new field 'type' with new
2072         enumeration type 'formal_type'.
2073         * doc/as.texinfo: Document macro parameter qualifiers.
2074         * NEWS: Mention new functionality.
2075
2076 2005-05-06  Jan Beulich  <jbeulich@novell.com>
2077
2078         * cond.c (s_ifb): New.
2079         * read.c (potable): Add s_ifb as handler for .ifb and .ifnb.
2080         * read.h (s_ifb): Prototype.
2081         * doc/as.texinfo: Document .ifb and .ifnb.
2082
2083 2005-05-05  Steve Ellcey  <sje@cup.hp.com>
2084
2085         * config/tc-ia64.c (MIN): Undef.
2086
2087 2005-05-05  Paul Brook  <paul@codesourcery.com>
2088
2089         * config/tc-i386.h (ELF_TARGET_FORMAT): Define for TE_VXWORKS.
2090
2091 2005-05-05  Matt Thomas <matt@3am-software.com>
2092
2093         * config/tc-vax.c (md_assemble): Don't assume a valueT is 4
2094         bytes.
2095
2096 2005-05-05  Nick Clifton  <nickc@redhat.com>
2097
2098         * Update the address and phone number of the FSF organization in
2099         the GPL notices in the following files:
2100         COPYING, app.c, as.c, as.h, asintl.h, atof-generic.c, bignum.h,
2101         bit_fix.h, cgen.c, cgen.h, cond.c, debug.c, depend.c, dw2gencfi.c,
2102         dw2gencfi.h, dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c,
2103         emul-target.h, emul.h, expr.c, expr.h, flonum-copy.c,
2104         flonum-konst.c, flonum.h, frags.c, frags.h, hash.c, hash.h,
2105         input-file.c, input-file.h, input-scrub.c, itbl-lex.h, itbl-lex.l,
2106         itbl-ops.c, itbl-ops.h, itbl-parse.y, listing.c, listing.h,
2107         literal.c, macro.c, macro.h, messages.c, obj.h, output-file.c,
2108         output-file.h, read.c, read.h, sb.c, sb.h, stabs.c,
2109         struc-symbol.h, subsegs.c, subsegs.h, symbols.c, symbols.h, tc.h,
2110         write.c, write.h, config/aout_gnu.h, config/atof-ieee.c,
2111         config/atof-vax.c, config/itbl-mips.h, config/m68k-parse.h,
2112         config/m68k-parse.y, config/m88k-opcode.h, config/obj-aout.c,
2113         config/obj-aout.h, config/obj-bout.c, config/obj-bout.h,
2114         config/obj-coff.c, config/obj-coff.h, config/obj-ecoff.c,
2115         config/obj-ecoff.h, config/obj-elf.c, config/obj-elf.h,
2116         config/obj-evax.c, config/obj-evax.h, config/obj-hp300.c,
2117         config/obj-hp300.h, config/obj-ieee.c, config/obj-ieee.h,
2118         config/obj-multi.h, config/obj-som.c, config/obj-som.h,
2119         config/tc-a29k.c, config/tc-a29k.h, config/tc-alpha.c,
2120         config/tc-alpha.h, config/tc-arc.c, config/tc-arc.h,
2121         config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
2122         config/tc-cris.c, config/tc-cris.h, config/tc-crx.c,
2123         config/tc-crx.h, config/tc-d10v.c, config/tc-d10v.h,
2124         config/tc-d30v.c, config/tc-d30v.h, config/tc-dlx.c,
2125         config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
2126         config/tc-frv.c, config/tc-frv.h, config/tc-generic.c,
2127         config/tc-generic.h, config/tc-h8300.c, config/tc-h8300.h,
2128         config/tc-h8500.c, config/tc-h8500.h, config/tc-hppa.c,
2129         config/tc-hppa.h, config/tc-i370.c, config/tc-i370.h,
2130         config/tc-i386.c, config/tc-i386.h, config/tc-i860.c,
2131         config/tc-i860.h, config/tc-i960.c, config/tc-i960.h,
2132         config/tc-ia64.c, config/tc-ia64.h, config/tc-ip2k.c,
2133         config/tc-ip2k.h, config/tc-iq2000.c, config/tc-iq2000.h,
2134         config/tc-m32r.c, config/tc-m32r.h, config/tc-m68851.h,
2135         config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
2136         config/tc-m68k.h, config/tc-m88k.c, config/tc-m88k.h,
2137         config/tc-maxq.c, config/tc-maxq.h, config/tc-mcore.c,
2138         config/tc-mcore.h, config/tc-mips.c, config/tc-mips.h,
2139         config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
2140         config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
2141         config/tc-msp430.c, config/tc-msp430.h, config/tc-ns32k.c,
2142         config/tc-ns32k.h, config/tc-openrisc.c, config/tc-openrisc.h,
2143         config/tc-or32.c, config/tc-or32.h, config/tc-pdp11.c,
2144         config/tc-pdp11.h, config/tc-pj.c, config/tc-pj.h,
2145         config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c,
2146         config/tc-s390.h, config/tc-sh.c, config/tc-sh.h,
2147         config/tc-sh64.c, config/tc-sh64.h, config/tc-sparc.c,
2148         config/tc-sparc.h, config/tc-tahoe.c, config/tc-tahoe.h,
2149         config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
2150         config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
2151         config/tc-tic80.c, config/tc-tic80.h, config/tc-v850.c,
2152         config/tc-v850.h, config/tc-vax.c, config/tc-vax.h,
2153         config/tc-w65.c, config/tc-w65.h, config/tc-xstormy16.c,
2154         config/tc-xstormy16.h, config/tc-xtensa.c, config/tc-xtensa.h,
2155         config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
2156         config/te-freebsd.h, config/te-hp300.h, config/te-hppa.h,
2157         config/te-ic960.h, config/te-irix.h, config/te-nbsd.h,
2158         config/te-netware.h, config/te-sparcaout.h, config/te-sun3.h,
2159         config/te-tmips.h, config/te-vxworks.h, config/vax-inst.h,
2160         config/xtensa-istack.h, config/xtensa-relax.c,
2161         config/xtensa-relax.h, doc/fdl.texi
2162
2163 2005-05-05  Nick Clifton  <nickc@redhat.com>
2164
2165         * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set
2166         the target_big_endian variable to false.
2167
2168 2005-05-04  Alan Modra  <amodra@bigpond.net.au>
2169
2170         * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
2171         list traversal.  Use bfd_section_list_prepend.
2172         * config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate
2173         over the section list.
2174         * config/tc-xtensa.c (xtensa_remove_section): Delete.
2175         (xtensa_insert_section): Delete.
2176         (xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove
2177         and bfd_section_list_prepend.
2178         (xtensa_reorder_seg_list): Use bfd_section_list_remove and
2179         bfd_section_list_insert_after.
2180
2181 2005-05-03  Nick Clifton  <nickc@redhat.com>
2182
2183         * config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations
2184         of bfd_section_list... macros.
2185         * config/tc-mmix.c (mmix_frob_file): Likewise.
2186         * config/tc-xtensa.c (xtensa_remove_section): Likewise.
2187         (xtensa_insert_section): Likewise.
2188
2189         * macro.c (macro_hash): Remove static.
2190         * macro.h (macro_hash): Provide an external declaration.
2191
2192 2005-05-02  H.J. Lu  <hongjiu.lu@intel.com>
2193
2194         * write.c (write_object_file): Use bfd_section_double_list_remove
2195         to remove sections.
2196
2197 2005-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
2198
2199         * doc/Makefile.am (gasver.texi): Correct quoting.
2200         * doc/Makefile.in: Regenerated.
2201
2202 2005-04-29  Ralf Corsepius <ralf.corsepius@rtems.org>
2203
2204         * configure.tgt: Add h8300*-*-rtemscoff.
2205         Switch h8300*-*-rtems* to elf.
2206
2207 2005-04-29  H.J. Lu  <hongjiu.lu@intel.com>
2208
2209         * hash.c: Undo the last change.
2210         * hash.h: Likewise.
2211
2212 2005-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
2213
2214         * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
2215         of Makefile.
2216         (DISTCLEANFILES): Remove.
2217         (MAINTAINERCLEANFILES): Add asconfig.texi.
2218         * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
2219
2220 2005-04-29  Ben Elliston  <bje@au.ibm.com>
2221
2222         * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
2223         (GENERIC_OBJS): Likewise, remove bignum-copy.o.
2224         (bignum-copy.o): Remove.
2225         * Makefile.in: Regenerate.
2226         * makefile.vms (OBJS): Remove bignum-copy.obj.
2227         * symbols.h (local_symbol_make): Remove declaration.
2228         (verify_symbol_chain_2): Likewise.
2229         * symbols.c (local_symbol_make): Make static.
2230         (max_indent_level): Likewise.
2231         (verify_symbol_chain_2): Remove.
2232         * macro.c (macro_hash): Make static.
2233         * messages.c (fprint_value): Remove.
2234         * read.h (get_absolute_expr): Remove.
2235         (emit_leb128_expr): Likewise.
2236         (do_s_func): Likewise.
2237         * read.c (do_s_func): Make static.
2238         (emit_leb128_expr): Likewise.
2239         (get_absolute_expr): Likewise.
2240         * as.h (as_howmuch): Remove declaration.
2241         (fprint_value): Likewise.
2242         * as.c (myname): Make static.
2243         * input-scrub.c (as_howmuch): Remove.
2244         (as_1_char): Likewise.
2245         * input-file.h (input_file_is_open): Remove.
2246         * input-file.c (input_file_is_open): Likewise.
2247         * expr.h (expr_build_unary): Remove declaration.
2248         (expr_build_binary): Likewise.
2249         * expr.c (expr_build_unary): Remove.
2250         (expr_build_binary): Likewise.
2251         * hash.h (hash_replace): Remove declaration.
2252         (hash_delete): Likewise.
2253         * hash.c (hash_replace): Remove.
2254         (hash_delete): Likewise.
2255         * bignum-copy.c (bignum_copy): Move from here ..
2256         * config/tc-vax.c (bignum_copy): .. to here.
2257         * bignum.h (LOG_TO_BASE_2_OF_10): Remove.
2258         (bignum_copy): Remove extern declaration.
2259         * sb.h (string_count): Remove extern declaration.
2260         (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
2261         (sb_name): Likewise.
2262         * sb.c (dsize): Replace preprocessor macro with static int.
2263         (string_count): Make static.
2264         (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
2265         (sb_name): Likewise.
2266         * config/obj-coff.c (dim_index): Make static.
2267         * config/tc-i386.c (GOT_symbol): Likewise.
2268         (output_invalid_buf): Likewise.
2269         * doc/internals.texi (Warning and error messages): Remove the
2270         prototype for fprint_value.
2271
2272 2005-04-27  Ben Elliston  <bje@au.ibm.com>
2273
2274         * link.cmd: Remove.
2275
2276 2005-04-26  H.J. Lu  <hongjiu.lu@intel.com>
2277
2278         * config/obj-multi.h (FAKE_LABEL_NAME): Defined.
2279
2280         * read.c (pseudo_set): Disallow symbol set to common symbol.
2281
2282         PR 857
2283         * write.c (write_object_file): Report common symbol name when
2284         disallowing local symbol set to common symbol.
2285         (adjust_reloc_syms): Disallow local symbol set to undefined
2286         symbol.
2287
2288 2005-04-25  Jan Beulich  <jbeulich@novell.com>
2289
2290         * macro.c (macro_expand_body): Replace locals indicator parameters
2291         with actual macro_entry. New local variables macro_line and err.
2292         Don't return when encountering an error, just record the fact.
2293         Detect local symbol name colliding with parameter. Track line number
2294         inside of macro expansion.
2295         (do_formals): Move local variable name to wider scope. Check
2296         parameter of the same name doesn't already exist. In MRI mode, also
2297         check it doesn't collide with the argument count pseudo-parameter).
2298         (define_macro): Add file and line number parameters. Remove local
2299         variable namestr. New local variable error. Initialize macro_entry
2300         members file, line, and name. Don't return when encountering an
2301         error, just record the fact. Use %s in some diagnostics for read.c
2302         to insert the macro name. Free macro_entry on error.
2303         (macro_expand): Pass macro_entry to macro_epand_body. Don't return
2304         when encountering an error, just record the fact.
2305         (expand_irp): Don't return when encountering an error, just record
2306         the fact.
2307         * macro.h (macro_struct): New members name, file, and line.
2308         (define_macro): Add file and line number parameters.
2309         * read.c (s_macro): Pass file and line to define_macro. Tag warning
2310         regarding pseudo-op redefinition with the file/line that macro
2311         definition started at.
2312
2313 2005-04-22  Bob Wilson  <bob.wilson@acm.org>
2314
2315         * config/tc-xtensa.c (LOOKAHEAD_ALIGNER): Delete macro.
2316         (future_alignment_required): Remove ifdefs that use it.
2317
2318 2005-04-22  Bob Wilson  <bob.wilson@acm.org>
2319
2320         * config/tc-xtensa.c (xg_get_build_instr_size): Remove.
2321         (xg_is_narrow_insn, xg_expand_narrow): Remove.  Merge into...
2322         (xg_is_single_relaxable_insn): ...here.  Add "targ" and "narrow_only"
2323         parameters.
2324         (xg_assembly_relax, xg_find_narrowest_format, relaxation_requirements,
2325         convert_frag_narrow): Use new version of xg_is_single_relaxable_insn.
2326
2327 2005-04-21  Christian Groessler  <chris@groessler.org>
2328
2329         * config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]
2330         array.
2331
2332 2005-04-20  H.J. Lu  <hongjiu.lu@intel.com>
2333
2334         * config/obj-aout.h (S_IS_EXTERN): Removed.
2335         * config/obj-bout.h (S_IS_EXTERN): Likewise.
2336         * config/obj-coff.h (S_IS_EXTERN): Likewise.
2337         * symbols.c (S_IS_EXTERN): Likewise.
2338         * symbols.h (S_IS_EXTERN): Likewise.
2339
2340         * config/tc-alpha.c (tc_gen_reloc): Replace S_IS_EXTERN with
2341         S_IS_EXTERNAL.
2342         * config/tc-d10v.c (md_apply_fix3): Likewise.
2343         * config/tc-ia64.c (ia64_fix_adjustable): Likewise.
2344         * config/tc-iq2000.c (iq2000_fix_adjustable): Likewise.
2345         * config/tc-m32r.c (m32r_fix_adjustable): Likewise.
2346         * config/tc-mmix.c (mmix_adjust_symtab): Likewise.
2347         * config/tc-sh64.c (shmedia_frob_file_before_adjust): Likewise.
2348         (shmedia_md_convert_frag): Likewise.
2349         * symbols.c (print_symbol_value_1): Likewise.
2350         * write.c (write_object_file): Likewise.
2351
2352 2005-04-20  Nick Clifton  <nickc@redhat.com>
2353
2354         * config/tc-xtensa.c (get_aligned_diff): Change type of
2355         branch_align to offsetT so that its signedness matches that of
2356         target_size.
2357
2358         * config/tc-mips.c (macro): Use sprintf_vma to convert a > 32 bit
2359         number into a readable string.
2360         (load_register): Likewise.
2361
2362 2005-04-20  Andreas Schwab  <schwab@suse.de>
2363
2364         * config/tc-ia64.c (specify_resource): Initialize all of tmpl.
2365
2366 2005-04-19  David S. Miller  <davem@davemloft.net>
2367
2368         * config/tc-sparc.c (md_assemble): If sparc_ip gives us a
2369         NULL insn, exit early.  Remove now spurious NULL checks.
2370         (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn
2371         to NULL and exit.
2372
2373 2005-04-19  Jan Beulich  <jbeulich@novell.com>
2374
2375         * symbols.h (symbol_find_base): Remove prototype.
2376         * symbols.c (save_symbol_name): Remove code section conditional upon
2377         STRIP_UNDERSCORE.
2378         (symbol_find): Remove.
2379         (symbol_find_base): Rename to symbol_find.
2380         * subsegs.c (section_symbol): Replace use of symbol_find_base with
2381         symbol_find.
2382         * config/obj-coff.c (tag_insert): Remove code section conditional
2383         upon STRIP_UNDERSCORE.
2384         (obj_coff_def): Likewise.
2385         (obj_coff_endef): Replace use of symbol_find_base with symbol_find.
2386         (coff_frob_symbol): Likewise.
2387         (yank_symbols): Likewise.
2388         (c_section_symbol): Likewise.
2389         * config/obj-coff.h (DO_NOT_STRIP): Remove.
2390         * config/tc-arm.c (symbol_locate): Remove code section conditional
2391         upon STRIP_UNDERSCORE.
2392         * config/tc-h8300.h (DO_NOT_STRIP): Remove.
2393         * config/tc-h8500.h (DO_NOT_STRIP): Remove.
2394         * config/tc-sh.h (DO_NOT_STRIP): Remove.
2395         * config/tc-w65.h (DO_NOT_STRIP): Remove.
2396         * config/tc-z8k.h (DO_NOT_STRIP): Remove.
2397
2398 2005-04-19  Andreas Schwab  <schwab@suse.de>
2399
2400         * config/tc-ia64.c (md_assemble): Fix error message for wrong
2401         access to application registers.
2402
2403 2005-04-19  Jan Beulich  <jbeulich@novell.com>
2404
2405         * config/te-sysv32.h: Remove.
2406         * Makefile.am (TARG_ENV_HFILES): Remove reference to
2407         config/te-sysv32.h.
2408         * Makefile.in (TARG_ENV_HFILES): Likewise.
2409
2410 2005-04-19  Jan Beulich  <jbeulich@novell.com>
2411
2412         PR/847
2413         * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
2414         length symbols.
2415
2416 2005-04-18  Mark Kettenis  <kettenis@gnu.org>
2417
2418         * config/tc-i386.c (md_begin): Allow hyphens in mnemonics.
2419
2420 2005-04-18  Maciej W. Rozycki  <macro@linux-mips.org>
2421
2422         * config/tc-mips.c (normalize_constant_expr): Don't check for
2423         HAVE_32BIT_GPRS.
2424         (check_absolute_expr): Only call normalize_constant_expr() if
2425         HAVE_32BIT_GPRS.
2426         (mips_ip): Likewise.
2427
2428         * config/tc-mips.c (check_absolute_expr): Fix formatting.
2429
2430 2005-04-18  Jan Beulich  <jbeulich@novell.com>
2431
2432         * macro.c (free_token): New, freeing all the memory associated with a
2433         macro.
2434         (do_formals): Move initializers to ...
2435         (define_macro): ... here.
2436         (delete_macro): Convert passed in name to lower case. Warn when
2437         purging macro that doesn't exist. Use hash_jam instead of hash_delete.
2438
2439 2005-04-15  Maciej W. Rozycki  <macro@linux-mips.org>
2440
2441         * config/tc-mips.c (normalize_constant_expr): Fix formatting.
2442
2443 2005-04-15  Jan Beulich  <jbeulich@novell.com>
2444
2445         * config/obj-elf.c (obj_elf_struct): New.
2446         (elf_pseudo_table). Use it for .offset and .struct.
2447
2448 2005-04-14  Bob Wilson  <bob.wilson@acm.org>
2449             Sterling Augustine  <sterling@tensilica.com>
2450
2451         * config/tc-xtensa.c (get_aligned_diff): Handle target_size larger
2452         than the section alignment.
2453
2454 2005-04-14  Bob Wilson  <bob.wilson@acm.org>
2455             H.J. Lu  <hongjiu.lu@intel.com>
2456
2457         * config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.
2458         * config/tc-xtensa.c (xg_translate_sysreg_op,
2459         xtensa_translate_old_userregs_ops,
2460         xtensa_find_unaligned_branch_targets,
2461         xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags,
2462         relax_frag_add_nop): Support 64-bit host.
2463         (xtensa_mark_literal_pool_location, xtensa_move_literals): Use
2464         tc_frag_data lit_frchain and lit_seg fields instead of fr_var.
2465
2466 2005-04-14  Mark Kettenis  <kettenis@gnu.org>
2467
2468         * configure.tgt: Add support for OpenBSD/sparc ELF.
2469
2470         * configure.tgt: Set emulation for mips-*-openbsd*.
2471         Remove broken mips-dec-openbsd* config.
2472         * configure.in: Set default ABI for mips64-*-openbsd*.
2473         * configure: Regenerate.
2474
2475 2005-04-14  Maciej W. Rozycki  <macro@linux-mips.org>
2476
2477         * config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP
2478         optimization for constant addresses.
2479
2480 2005-04-14  Nick Clifton  <nickc@redhat.com>
2481
2482         * as.c (main): Move parse_args before symbol_begin and frag_init
2483         so that the hash table size can be set before it is used.
2484         * hash.c: Use an unsigned long type for the size of the hash
2485         tables.
2486         * hash.h (set_gas_hash_table_size): Update the prototype.
2487
2488 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
2489
2490         * Makefile.am (NO_WERROR): Define.  Use instead of -Wno-error.
2491         * acinclude.m4: Include ../bfd/warning.m4.
2492         * configure.in: Invoke AM_BINUTILS_WARNINGS.
2493         * Makefile.in: Regenerate.
2494         * configure: Regenerate.
2495         * doc/Makefile.in: Regenerate.
2496
2497 2005-04-13  Maciej W. Rozycki  <macro@linux-mips.org>
2498
2499         * config/tc-mips.c (IS_ZEXT_32BIT_NUM): New macro.
2500         (normalize_address_expr): New function to sign-extend address
2501         offsets that fit into 32 bits in 32-bit mode.
2502         (macro_build_ldst_constoffset): Use normalize_address_expr()
2503         instead of a handcoded sequence.
2504         (load_register): Likewise.  Report oversized numbers in a useful
2505         way.
2506         (macro) [ld_st, ldd_std]: Reject all oversized offsets, not only
2507         for constant addresses.  Report oversized numbers in a useful way.
2508         (mips_ip): Use normalize_address_expr() for addresses.
2509
2510 2005-04-12  Mark Kettenis  <kettenis@gnu.org>
2511
2512         * config/tc-i386.c (output_insn): Handle VIA PadLock instructions
2513         similar to other instructions now that they're marked as ImmExt.
2514
2515 2005-04-12  Nick Clifton  <nickc@redhat.com>
2516
2517         * hash.c (DEFAULT_SIZE): Delete.  Replace with:
2518         (gas_hash_table_size): New static variable.
2519         (set_gas_hash_table_size): New function:  Records a requested size
2520         for the hash tables.
2521         (get_gas_hash_table_size): New function: Return a prime number
2522         near the requested size of the hash table.
2523         (hash_new): Use get_gas_hash_table_size.
2524         * hash.h: Add a prototype for set_gas_hash_table_size.
2525         * as.c (show_usage): Add description of new switches: --hash-size
2526         and --reduce-memory-overheads.
2527         (option_values): Add OPTION_HASH_TABLE_SIZE and
2528         OPTION_REDUCE_MEMORY_OVERHEADS.
2529         (std_longpopts): Add entries for the new options.
2530         (parse_args): Handle the new options.
2531         * Makefile.am: Add a dependency of as.c on hash.h.
2532         * Makefile.in: Regenerate.
2533         * doc/as.texinfo: Document the new switches.
2534         * NEWS: Mention the new switches.
2535
2536 2005-04-12  Nick Clifton  <nickc@redhat.com>
2537
2538         PR gas/818
2539         * config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3]
2540         synonyms.
2541
2542 2005-04-12  Alan Modra  <amodra@bigpond.net.au>
2543
2544         * Makefile.am: Run "make dep-am".
2545         * Makefile.in: Regenerate.
2546
2547 2005-04-11  Sterling Augustine  <sterling@tensilica.com>
2548             Bob Wilson  <bob.wilson@acm.org>
2549
2550         * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
2551
2552 2005-04-11  Mark Kettenis  <kettenis@gnu.org>
2553
2554         * configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
2555
2556 2005-04-11  Jan Beulich  <jbeulich@novell.com>
2557
2558         * NEWS: Mention these changes and their effects.
2559         * macro.c (get_token): Use is_name_beginner/is_part_of_name/
2560         is_name_ender.
2561         (check_macro): Likewise.
2562         (buffer_and_nest): Likewise. Permit multiple labels. Don't discard
2563         labels together with the closing pseudo-op.
2564         (macro_expand_body): Adjust comment. Range-check input before use.
2565         Adjust mis-spelled diagnostic. Use is_name_beginner.
2566         * read.c (try_macro): New.
2567         (read_a_source_file): New static variable last_eol. Don't list
2568         macro expansion lines more than once. Call try_macro.
2569         (s_macro): Set section of line_label to absolute instead of undefined.
2570         * doc/as.texinfo: Add information on the caveats of these changes.
2571
2572 2005-04-11  Alan Modra  <amodra@bigpond.net.au>
2573
2574         * symbols.c (symbol_X_add_number): Change return type to "offsetT *".
2575         * symbols.h (symbol_X_add_number): Update prototype.
2576
2577 2005-04-10  Eric Christopher  <echristo@redhat.com>
2578
2579         * symbols.c (symbol_X_add_number): Fix warning.
2580
2581 2005-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2582
2583         * config/tc-m68k.c (md_begin): Support 64bit host.
2584         (get_num): Support 64bit BFD on 32bit host.
2585
2586 2005-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2587
2588         * config/tc-mips.c (md_apply_fix3): Fix typos in BFD_RELOC_64.
2589
2590 2005-04-09  Alan Modra  <amodra@bigpond.net.au>
2591
2592         * read.c (assign_symbol): Remove const from parm.  Fix xcalloc
2593         call.  Don't do the COFF hacks for multi-emulation gas.  Move
2594         demand_empty_rest_of_line back to caller.
2595         (s_set, equals): demand_empty_rest_of_line here.
2596
2597         PR gas/827
2598         * as.h (rs_dummy): Define.
2599         * symbols.c (symbol_X_add_number): New function.
2600         * symbols.h (symbol_X_add_number): Declare.
2601         * stabs.c (aout_process_stab): Tidy symbol frag setting.
2602         * read.c (assign_symbol): New function, split out from s_set.
2603         Use symbol_find_or_make.  Leave fr_type of dummy frag as rs_dummy.
2604         Fix COFF hacks for multi-emulation gas.
2605         (s_set): Call assign_symbol.  Remove "register" keyword.
2606         (set_zero_frag): New function.
2607         (pseudo_set): Always check for assignment to section syms.
2608         Always set segment and frag of symbol, and likewise extern for
2609         aout/bout.  Handle assignment of sym=sym+/-const specially.  Don't
2610         special case exp.X_add_number non-zero for O_symbol expressions.
2611         (equals): Use assign_symbol.
2612
2613 2005-04-08  Bob Wilson  <bob.wilson@acm.org>
2614
2615         * config/tc-xtensa.c (xtensa_create_xproperty_segments): Skip
2616         SEC_MERGE sections.
2617
2618 2005-04-06  H.J. Lu  <hongjiu.lu@intel.com>
2619
2620         * config/tc-i386.c (tc_gen_reloc): Don't turn
2621         BFD_RELOC_X86_64_32S into BFD_RELOC_32.
2622
2623 2005-04-06  Nick Clifton  <nickc@redhat.com>
2624
2625         * po/rw.po: New translation: Kinyarwanda
2626         * configure.in (ALL_LINGUAS): Add rw
2627         * configure: Regenerate.
2628
2629 2005-04-05  Sterling Augustine  <sterling@tensilica.com>
2630             Bob Wilson  <bob.wilson@acm.org>
2631
2632         * config/tc-xtensa.c (branch_align_power): New.
2633         (xtensa_find_unaligned_branch_targets, get_aligned_diff,
2634         future_alignment_required): Use branch_align_power to check section
2635         alignment as well as xtensa_fetch_width when aligning branch targets.
2636
2637 2005-04-05  Bob Wilson  <bob.wilson@acm.org>
2638
2639         * config/tc-xtensa.c: Warning fixes throughout.
2640         (xtensa_fetch_width): Change to unsigned.
2641         (assemble_nop, xtensa_find_unaligned_branch_targets,
2642         xtensa_find_unaligned_loops, xg_assemble_vliw_tokens,
2643         is_narrow_branch_guaranteed_in_range, xtensa_fix_close_loop_end_frags,
2644         min_bytes_to_other_loop_end, unrelaxed_frag_min_size,
2645         unrelaxed_frag_max_size, xtensa_fix_short_loop_frags,
2646         count_insns_to_loop_end, unrelaxed_frag_min_insn_count,
2647         get_text_align_max_fill_size, get_text_align_nop_count,
2648         get_text_align_nth_nop_size, get_noop_aligned_address,
2649         get_aligned_diff, convert_frag_align_next_opcode,
2650         convert_frag_immed_finish_loop, xtensa_create_property_segments,
2651         xtensa_create_xproperty_segments, xt_block_aligned_size): Clean up
2652         types, avoiding size_t and using offsetT and addressT appropriately.
2653         (get_text_align_power): Clean up types.  Avoid incorrect bound.
2654         (get_text_align_fill_size): Clean up types.  Restructure for clarity.
2655
2656 2005-04-04  H.J. Lu  <hongjiu.lu@intel.com>
2657
2658         * config/tc-ia64.c (start_unwind_section): Undo the change
2659         of 2004-08-18.
2660         (generate_unwind_image, dot_endp): Likewise.
2661
2662 2005-04-01 David Mosberger  <davidm@hpl.hp.com>
2663
2664         * config/tc-ia64.c (ia64_handle_align): Move le_nop and
2665         le_nop_stop arrays and initializers to file scope.
2666         (md_begin): When generating code for anything other than
2667         Itanium 1, use MMI instead of MFI NOP bundles as a filler.
2668
2669 2005-04-01  Jan Beulich  <jbeulich@novell.com>
2670
2671         * config/tc-i386.c (output_imm): Also set sign flag for 64-bit push
2672         immediates.
2673
2674 2005-04-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2675
2676         * NEWS: Mention [fdgh]_floating.
2677         * config/atof-vax.c: Fix some whitespace.
2678         * config/tc-vax.c (md_pseudo_table): Add "[fdgh]_floating".
2679
2680 2005-04-01  Nick Clifton  <nickc@redhat.com>
2681
2682         * configure.in: Add a check for <unistd.h> providing a prototype
2683         for getopt() which is compatible with the one in
2684         include/getopt.h.  If so then define HAVE_DECL_GETOPT.
2685         * configure: Regenerate.
2686         * config.in (HAVE_DECL_GETOPT): Add.
2687
2688 2005-04-01  Jan Beulich  <jbeulich@novell.com>
2689
2690         * config/tc-i386.c (s_bss): Call obj_elf_section_change_hook.
2691
2692 2005-04-01  Jan Beulich  <jbeulich@novell.com>
2693
2694         * config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S.
2695         (tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case.
2696
2697 2005-03-30  Julian Brown  <julian@codesourcery.com>
2698
2699         * config/tc-arm.c (arm_adjust_symtab): Rename
2700         bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
2701
2702 2005-03-30  Julian Brown  <julian@codesourcery.com>
2703
2704         * config/tc-arm.c (mapping_state): Change documentation in function
2705         comment to cross-reference spec instead. Change type of mapping symbols
2706         to BSF_NO_TYPE.
2707         (arm_adjust_symtab): Don't change type of mapping symbols here.
2708
2709 2005-03-30  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
2710
2711         * as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
2712         * config.in: Regenerate.
2713         * configure: Regenerate.
2714         * configure.in: Check for ffs decl and alphabetize.
2715
2716 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
2717             Phil Blundell  <philb@gnu.org>
2718
2719         * config/tc-arm.c (arm_parse_reloc): Add TLS relocations.
2720         (md_apply_fix3): Mark TLS symbols.
2721         (tc_gen_reloc): Handle TLS relocations.
2722         (arm_fix_adjustable): Ignore TLS relocations.
2723         (s_arm_elf_cons): Support expressions after decorated symbols.
2724
2725 2005-03-29  Julian Brown  <julian@codesourcery.com>
2726
2727         * config/tc-arm.c (marked_pr_dependency): New bitmap, bit N indicates
2728         whether personality routine index N has been output for this section.
2729         (mapping_state): tc_segment_info_data now struct not enum.
2730         (arm_elf_change_section): Likewise, and marked_pr_dependency is now
2731         handled on section change.
2732         (create_unwind_entry): Previous code to output dependency removed.
2733         (s_arm_unwind_fnend): Output dependency if it hasn't been done already
2734         for this section.
2735         * config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct
2736         arm_segment_info_type.
2737         (arm_segment_info_type): New struct.
2738
2739 2005-03-28  Sterling Augustine  <sterling@tensilica.com>
2740             Bob Wilson  <bob.wilson@acm.org>
2741
2742         * config/tc-xtensa.c (do_align_targets): Update comment.
2743         (xtensa_frob_label): Compute "freq" before possibly switching frags.
2744         Insert a LOOP_END frag before every loop target, and do not overload
2745         DESIRE_ALIGN_IF_TARGET frags with loop end information.
2746         (xg_assemble_vliw_tokens): Use do_align_targets.
2747         (xtensa_fix_target_frags): Remove code to convert a
2748         DESIRE_ALIGN_IF_TARGET frag to a LOOP_END frag when there is a
2749         negatable branch at the end of a loop.
2750         (frag_can_negate_branch): Delete.
2751
2752 2005-03-28  David Mosberger  <davidm@hpl.hp.com>
2753             H.J. Lu  <hongjiu.lu@intel.com>
2754
2755         PR 803
2756         NEWS: Mention "-mtune=[itanium1|itanium2]".
2757
2758         * config/tc-ia64.c (md): Add tune.
2759         (md_parse_option): Accepted "-mtune=[itanium1|itanium2]".
2760         (md_show_usage): Add "-mtune=[itanium1|itanium2]".
2761         (extra_goodness): Prefer M- and I-unit NOPs for itanium2. F and
2762         B unit NOPs are discouraged for McKinley-derived cores.
2763         (md_begin): Don't hardcode the "extra_goodness()" function in
2764         the comment...
2765         (ia64_init): Set md.tune to itanium2.
2766
2767         * doc/as.texinfo: Add -mtune=[itanium1|itanium2]".
2768         * doc/c-ia64.texi: Likewise.
2769
2770 2005-03-27  Ian Lance Taylor  <ian@airs.com>
2771
2772         * config/obj-coff.c (coff_frob_symbol): When crashing because of a
2773         bad C_EFCN symbol, print its name.
2774
2775 2005-03-25  Bob Wilson  <bob.wilson@acm.org>
2776
2777         * config/tc-xtensa.c (use_longcalls): Delete.
2778         (xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
2779         the use_longcalls flag is set.  Do this before checking the segment.
2780         (xg_expand_assembly_insn): Rearrange to use new do_expand flag.  Never
2781         expand direct calls at this point.
2782         (xtensa_set_frag_assembly_state): Set use_longcalls flag.
2783         (xtensa_find_unmarked_state_frags): Likewise.
2784         (md_assemble): Do not disable longcalls by setting is_specific_opcode.
2785         (xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
2786         (convert_frag_immed): Remove unnecessary check of is_specific_opcode.
2787         * config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
2788
2789 2005-03-25  Hans-Peter Nilsson  <hp@bitrange.com>
2790
2791         * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
2792
2793 2005-03-25  Hans-Peter Nilsson  <hp@axis.com>
2794
2795         * config/tc-cris.h: Convert to ISO C90.
2796         * config/tc-cris.c: Ditto.
2797         (md_estimate_size_before_relax): Remove obsolete comment for
2798         parameter "segment_type".
2799         (md_begin): Document reason for cast of hash_insert argument.
2800         (md_atof): Correct type of parameter "type".
2801
2802 2005-03-24  Nick Clifton  <nickc@redhat.com>
2803
2804         * write.h (bit_fix_new): Remove redundant prototype.
2805         * config/atof-ieee.c: Convert to ISO-C90 and fix formatting.
2806         * config/obj-aout.c: Convert to ISO-C90 and fix formatting.
2807         * config/obj-aout.h: Convert to ISO-C90 and fix formatting.
2808         * config/obj-bout.c: Convert to ISO-C90 and fix formatting.
2809         * config/obj-bout.h: Convert to ISO-C90 and fix formatting.
2810         * config/obj-ecoff.c: Convert to ISO-C90 and fix formatting.
2811         * config/obj-ecoff.h: Convert to ISO-C90 and fix formatting.
2812         * config/obj-som.c: Convert to ISO-C90 and fix formatting.
2813         * config/obj-som.h: Convert to ISO-C90 and fix formatting.
2814         * config/tc-a29k.c: Convert to ISO-C90 and fix formatting.
2815         * config/tc-a29k.h: Convert to ISO-C90 and fix formatting.
2816         * config/tc-alpha.c: Convert to ISO-C90 and fix formatting.
2817         * config/tc-alpha.h: Convert to ISO-C90 and fix formatting.
2818         * config/tc-arc.c: Convert to ISO-C90 and fix formatting.
2819         * config/tc-arc.h: Convert to ISO-C90 and fix formatting.
2820         * config/tc-d10v.c: Convert to ISO-C90 and fix formatting.
2821         * config/tc-d10v.h: Convert to ISO-C90 and fix formatting.
2822         * config/tc-d30v.c: Convert to ISO-C90 and fix formatting.
2823         * config/tc-d30v.h: Convert to ISO-C90 and fix formatting.
2824         * config/tc-dlx.c: Convert to ISO-C90 and fix formatting.
2825         * config/tc-dlx.h: Convert to ISO-C90 and fix formatting.
2826         * config/tc-fr30.c: Convert to ISO-C90 and fix formatting.
2827         * config/tc-fr30.h: Convert to ISO-C90 and fix formatting.
2828         * config/tc-h8500.c: Convert to ISO-C90 and fix formatting.
2829         * config/tc-h8500.h: Convert to ISO-C90 and fix formatting.
2830         * config/tc-i370.c: Convert to ISO-C90 and fix formatting.
2831         * config/tc-i370.h: Convert to ISO-C90 and fix formatting.
2832         * config/tc-i960.c: Convert to ISO-C90 and fix formatting.
2833         * config/tc-ip2k.c: Convert to ISO-C90 and fix formatting.
2834         * config/tc-ip2k.h: Convert to ISO-C90 and fix formatting.
2835         * config/tc-m32r.c: Convert to ISO-C90 and fix formatting.
2836         * config/tc-m32r.h: Convert to ISO-C90 and fix formatting.
2837         * config/tc-m88k.c: Convert to ISO-C90 and fix formatting.
2838         * config/tc-m88k.h: Convert to ISO-C90 and fix formatting.
2839         * config/tc-mcore.c: Convert to ISO-C90 and fix formatting.
2840         * config/tc-mcore.h: Convert to ISO-C90 and fix formatting.
2841         * config/tc-mn10200.c: Convert to ISO-C90 and fix formatting.
2842         * config/tc-ns32k.c: Convert to ISO-C90 and fix formatting.
2843         * config/tc-ns32k.h: Convert to ISO-C90 and fix formatting.
2844         * config/tc-openrisc.c: Convert to ISO-C90 and fix formatting.
2845         * config/tc-openrisc.h: Convert to ISO-C90 and fix formatting.
2846         * config/tc-or32.c: Convert to ISO-C90 and fix formatting.
2847         * config/tc-or32.h: Convert to ISO-C90 and fix formatting.
2848         * config/tc-pdp11.h: Convert to ISO-C90 and fix formatting.
2849         * config/tc-pj.c: Convert to ISO-C90 and fix formatting.
2850         * config/tc-pj.h: Convert to ISO-C90 and fix formatting.
2851         * config/tc-tahoe.c: Convert to ISO-C90 and fix formatting.
2852         * config/tc-tic80.c: Convert to ISO-C90 and fix formatting.
2853         * config/tc-tic80.h: Convert to ISO-C90 and fix formatting.
2854         * config/tc-v850.c: Convert to ISO-C90 and fix formatting.
2855         * config/tc-v850.h: Convert to ISO-C90 and fix formatting.
2856         * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
2857         * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
2858         * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
2859         * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting.
2860
2861 2005-03-23  Jim Blandy  <jimb@redhat.com>
2862
2863         * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
2864         attributes properly.
2865
2866 2005-03-23  Mike Frysinger  <vapier@gentoo.org>
2867             Nick Clifton  <nickc@redhat.com>
2868
2869         * configure.tgt: Accept any C library to accompany a GNU Linux
2870         implementation, not just the GNU C library.
2871         * configure.in: Likewise.
2872         * configure: Regenerate.
2873
2874 2005-03-23  Nick Clifton  <nickc@redhat.com>
2875
2876         * config/tc-tic30.c: Convert to ISO C90 formatting.
2877         * config/tc-tic30.h: Convert to ISO C90 formatting.
2878         * config/tc-pdp11.c: Convert to ISO C90 formatting.
2879         * config/atof-vax.c: Convert to ISO C90 formatting.
2880
2881 2005-03-21  Maciej W. Rozycki  <macro@mips.com>
2882
2883         * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
2884         relocations correctly as well.
2885         (mips_fix_adjustable): Don't make BFD_RELOC_MIPS16_LO16
2886         relocations in mergeable sections section-relative either.
2887
2888 2005-03-21  Bob Wilson  <bob.wilson@acm.org>
2889
2890         * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
2891
2892 2005-03-21  Nick Clifton  <nickc@redhat.com>
2893
2894         * config/tc-sh.c (sh_elf_final_processing): Fix compile time
2895         warning by providing a prototype for sh_symbian_find_elf_flags.
2896
2897         * cgen.c (gas_cgen_parse_operand): Fix typo introduced by
2898         previous delta.
2899
2900 2005-03-21  Alan Modra  <amodra@bigpond.net.au>
2901
2902         * configure.tgt: Handle setting of bfd_gas for fmt=multi targets
2903         along with other formats that set bfd_gas.  Remove unnecessary
2904         setting of bfd_gas.  Delete strongarm cases in generic_target
2905         switch.
2906
2907 2005-03-21  Alan Modra  <amodra@bigpond.net.au>
2908
2909         PR gas/780
2910         * config/tc-m68k.c (TRUNC, SEXT): Define.
2911         (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
2912         (m68k_ip): Truncate or sign extend expressions as appropriate.
2913         (get_num): Likewise.
2914         (md_apply_fix3): Use SEXT.
2915
2916 2005-03-21  Alan Modra  <amodra@bigpond.net.au>
2917
2918         * Makefile.am (OBJ_FORMAT_CFILES): Prune config/obj-vms.c.
2919         (OBJ_FORMAT_HFILES): Prune config/obj-vms.h.
2920         (obj-vms.o): Delete rule.
2921         Run "make dep-am".
2922         * Makefile.in: Regenerate.
2923         * aclocal.m4: Regenerate.
2924         * doc/Makefile.in: Regenerate.
2925         * po/POTFILES.in: Regenerate.
2926
2927 2005-03-18  C Jaiprakash  <cjaiprakash@noida.hcltech.com>
2928
2929         * config/tc-m68k.c (m68k_elf_final_processing): Set file specific
2930         flag for coldfire v4e.
2931
2932 2005-03-17  Bob Wilson  <bob.wilson@acm.org>
2933
2934         * config/tc-xtensa.c (xg_apply_tentative_value): Rename to
2935         xg_apply_fix_value and return a value to indicate success.
2936         (md_pcrel_from): Skip check of fx_done.  Return 0 if not PC-relative.
2937         (xtensa_force_relocation): Remove checks for VTABLE relocs.
2938         (xtensa_validate_fix_sub): New.
2939         (xtensa_fix_adjustable): Remove check for external or weak symbols.
2940         (tc_gen_reloc): Move code to handle difference of symbols and code to
2941         apply tentative fix values to ...
2942         (md_apply_fix3): ...here.  Enable standard overflow checks for simple
2943         8, 16, and 32 bit relocations.  Apply fixes for slot-specific
2944         relocations when linkrelax flag is not set.
2945         * config/tc-xtensa.h (xtensa_validate_fix_sub): Add prototype.
2946         (TC_FORCE_RELOCATION_SUB_SAME, TC_VALIDATE_FIX_SUB): Define.
2947
2948 2005-03-17  Jan Beulich  <jbeulich@novell.com>
2949
2950         * config/tc-i386.c (i386_scale): Beautify error message.
2951         (Intel syntax comments): Update.
2952         (struct intel_parser_s): Add fields in_offset, in_bracket, and
2953         next_operand.
2954         (intel_e04_1, intel_e05_1, intel_e05_1, intel_e09_1, intel_e10_1):
2955         Remove declarations.
2956         (intel_bracket_expr): Declare.
2957         (i386_intel_operand): Initialize new intel_parser fields. Wrap most
2958         of the function body in a loop allowing to split an operand into two.
2959         Replace calls to malloc and checks of it returning non-NULL with
2960         calls to xmalloc/xstrdup.
2961         (intel_expr): SHORT no longer handled here. Add comment indicating
2962         comparison ops need implementation.
2963         (intel_e04, intel_e04_1): Combine, replace recursion with loop.
2964         Check right operand of - does not specify a register when parsing
2965         the address of a memory reference.
2966         (intel_e05, intel_e05_1): Combine, replace recursion with loop.
2967         Check operands do not specify a register when parsing the address of
2968         a memory reference.
2969         (intel_e06, intel_e06_1): Likewise.
2970         (intel_e09, intel_e09_1): Combine, replace recursion with loop. Also
2971         handle SHORT as well as unary + and -. Don't accept : except for
2972         segment overrides or in direct far jump/call insns.
2973         (intel_brack_expr): New.
2974         (intel_e10, intel_e10_1): Combine, replace recursion with loop. Use
2975         intel_brack_expr.
2976         (intel_e11): Replace chain of if/else-if by switch, alloing fall-
2977         through in certain cases. Use intel_brack_expr. Add new diagnostics.
2978         Allow symbolic constants as register scale value.
2979         (intel_get_token): Replace call to malloc and check of return value
2980         with call to xmalloc. Change handling for FLAT to match MASM's.
2981         (intel_putback_token): Don't try to back up/free current token if
2982         that is T_NIL.
2983
2984 2005-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2985
2986         * configure.tgt: Set emulation for arm-*-eabi*.
2987         * config/tc-arm.c (meabi_flags): Check EABI_DEFAULT.
2988         * config/te-armeabi.h: New file.
2989         * config/te-armlinuxeabi.h (EABI_DEFAULT): Define.
2990         * config/te-symbian.h: Include "te-armeabi.h".
2991
2992 2005-03-16  Nick Clifton  <nickc@redhat.com>
2993
2994         * cgen.c (gas_cgen_parse_operand): Copy opinfo parameter into a
2995         local variable in case it is clobbered by the setjmp.
2996
2997 2005-03-16  Nick Clifton  <nickc@redhat.com>
2998             Ben Elliston  <bje@au.ibm.com>
2999
3000         * configure.in (werror): New switch: Add -Werror to the
3001         compiler command line.  Enabled by default.  Disable via
3002         --disable-werror.
3003         * configure: Regenerate.
3004
3005 2005-03-16  Nick Clifton  <nickc@redhat.com>
3006
3007         * config/obj-coff.h: Convert to ISO C90 formatting.
3008         * config/obj-coff.c: Convert to ISO C90 formatting.
3009
3010 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
3011
3012         * config/tc-arm.c (do_mla): Rename to do_mlas, take second
3013         is_mls parameter; do not diagnose Rm==Rd when is_mls.
3014         (do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width)
3015         (do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions.
3016         (insns): Add ARMv6T2 instructions:
3017         bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht.
3018         (arm_archs): Add V6T2 variants.
3019
3020 2005-03-15  Nick Clifton  <nickc@redhat.com>
3021
3022         * NEWS: Add cutoff for changes in 2.16 release.
3023
3024 2005-03-15  Jan Beulich  <jbeulich@novell.com>
3025
3026         * expr.c (operand): Merge handling of unary + into that for unary
3027         -, !, and ~.
3028
3029 2005-03-14  Eric Christopher  <echristo@redhat.com>
3030
3031         * config/tc-mips.c: Include dw2gencfi.h.
3032         (mips_cfi_frame_initial_instructions): New.
3033         * config/tc-mips.h (TARGET_USE_CFIPOP): Define.
3034         (tc_cfi_frame_initial_instructions): Ditto.
3035         (DWARF2_DEFAULT_RETURN_COLUMN): Ditto.
3036         (DWARF2_CIE_DATA_ALIGNMENT): Ditto.
3037         * Makefile.am: Update dependencies.
3038         * Makefile.in: Regenerate.
3039
3040 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
3041
3042         * po/es.po: Commit new Spanish translation.
3043
3044 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
3045
3046         * po/tr.po: Commit new Turkish translation.
3047
3048 2005-03-12  Zack Weinberg  <zack@codesourcery.com>
3049
3050         * config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
3051         wfi, yield.
3052
3053 2005-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
3054
3055         * config-gas.com: Mark vax-vms as obsolete.
3056         * configure.in: Remove fmt=vms support.
3057         * config.in: Regenerate.
3058         * configure: Regenerate.
3059         * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
3060
3061 2005-03-10  Sterling Augustine  <sterling@tensilica.com>
3062             Bob Wilson  <bob.wilson@acm.org>
3063
3064         * config/tc-xtensa.c (finish_vinsn): Include the last instruction slot
3065         when checking if xg_resolve_literals needs to be called.
3066         * config/tc-xtensa.h: Fix spelling typo in a comment.
3067
3068 2005-03-10  Jan Beulich  <jbeulich@novell.com>
3069
3070         * config/tc-tic54x.h (tic54x_macro_info): Change parameter type.
3071         * config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand-
3072         crafted structure declarations with the types from macro.h.
3073
3074 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3075
3076         * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp'
3077         for -mno-shared optimization.
3078
3079 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3080
3081         * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
3082         (MAX_NOPS): Bump to 4.
3083         (mips_fix_vr4130): New variable.
3084         (nops_for_vr4130): New function.
3085         (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS.  Use
3086         nops_for_vr4130 if working around VR4130 errata.
3087         (OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros.
3088         (md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130.
3089         (md_parse_option): Handle them.
3090         (md_show_usage): Print them.
3091         * doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130.
3092
3093 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3094
3095         * config/tc-mips.c (append_insn): Remove cop_interlocks test from
3096         branch delay code.
3097
3098 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3099
3100         * config/tc-mips.h (mips_flush_pending_output): Delete.
3101         (mips_emit_delays): Declare.
3102         (md_flush_pending_output): Use mips_emit_delays.
3103         * config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget
3104         the previous instructions.
3105         (md_begin, append_insn, md_parse_option): Update callers.
3106         (mips_emit_delay): Remove parameter.  Move INSNS != 0 code to
3107         start_noreorder.
3108         (mips_align, s_change_sec, s_cons, s_float_cons, s_gpword)
3109         (s_gpdword): Update callers.
3110         (start_noreorder, end_noreorder): New functions.
3111         (macro, macro2, mips16_macro, s_mipsset): Use them instead of
3112         manipulating mips_opts or prev_nop_frag directly.
3113         (mips_flush_pending_output): Delete.
3114
3115 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3116
3117         * config/tc-mips.c (mips_move_labels): New function, taken from...
3118         (append_insn, mips_emit_delays): ...here.
3119
3120 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3121
3122         * config/tc-mips.c (MAX_NOPS): New macro.
3123         (history): Resize to 1 + MAX_NOPS.
3124         (fix_vr4120_class): New enumeration.
3125         (vr4120_conflicts): New variable.
3126         (init_vr4120_conflicts): New function.
3127         (md_begin): Call it.
3128         (insn_uses_reg): Constify first argument.
3129         (classify_vr4120_insn, insns_between, nops_for_insn, nops_for_sequence)
3130         (nops_for_insn_or_target): New functions.
3131         (append_insn): Use the new nops_for_* functions instead of inline
3132         delay checks.  Generalize prev_nop_frag handling to handle an
3133         arbitrary history length.  Insert nops into the history buffer
3134         once the number of nops in prev_nop_frag is fixed.
3135         (emit_delays): Use nops_for_insn instead of inline delay checks.
3136
3137 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3138
3139         * config/tc-mips.c (append_insn): Remove now-redundant nops != 0
3140         check from branch delay code.  Remove unnecessary check for branches.
3141
3142 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3143
3144         * config/tc-mips.c (dummy_opcode): Delete.
3145         (nop_insn, mips16_nop_insn): New variables.
3146         (NOP_INSN): New macro.
3147         (insn_length, create_insn, install_insn, move_insn, add_fixed_insn)
3148         (add_relaxed_insn, insert_into_history, emit_nop): New functions.
3149         (md_begin): Initialize nop_insn and mips16_nop_insn.
3150         (append_insn): Use the new emit_nop function to add nops, recording
3151         them in the history buffer.  Use add_fixed_insn or add_relaxed_insn
3152         to reserve room for the instruction and install_insn to install the
3153         final form.  Use insert_into_history to record the instruction in
3154         the history buffer.  Use move_insn to do delay slot filling.
3155         (mips_emit_delays): Use add_fixed_insn instead of the emit_nop macro.
3156         (macro_build, mips16_macro_build, macro_build_lui, mips_ip)
3157         (mips16_ip): Use create_insn to initialize mips_cl_insns.
3158
3159 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3160
3161         * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND)
3162         (EXTRACT_OPERAND, MIPS16_INSERT_OPERAND, MIPS16_EXTRACT_OPERAND): New.
3163         (insn_uses_reg, reg_needs_delay, append_insn, macro_build)
3164         (mips16_macro_build, macro_build_lui, mips16_macro, mips_ip)
3165         (mips16_ip): Use the new macros instead of explicit masks and shifts.
3166
3167 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3168
3169         * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p
3170         and extended_p fields with a single fixed_p field.
3171         (append_insn, mips_no_prev_insn): Adjust accordingly.
3172
3173 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3174
3175         * config/tc-mips.c (mips_cl_insn): Replace reloc_type array with
3176         a single mips16_absolute_jump_p bit.
3177         (append_insn): Adjust accordingly.
3178
3179 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
3180
3181         * config/tc-mips.h (mips_cl_insn): Move definition to...
3182         * config/tc-mips.c (mips_cl_insn): ...here.  Add new fields:
3183         frag, where, fixp, reloc_type, valid_p, noreorder_p, delay_slot_p
3184         and extended_p.
3185         (history): New variable.
3186         (prev_insn, prev_prev_insn, prev_insn_valid, prev_insn_frag)
3187         (prev_insn_where, prev_insn_reloc_type, prev_insn_fixp)
3188         (prev_insn_is_delay_slot, prev_insn_unreordered, prev_insn_extended)
3189         (prev_prev_insn_unreordered): Delete.
3190         (reg_needs_delay, append_insn, mips_no_prev_insn, mips_emit_delays)
3191         (macro_start): Replace uses of prev_insn* with the equivalent history[]
3192         field.
3193
3194 2005-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
3195
3196         * doc/Makefile.am: Update as.info dependencies.
3197         * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
3198
3199 2005-03-08  Jan Beulich  <jbeulich@novell.com>
3200
3201         * doc/as.texinfo: Add sentence to indicate redefining a macro is an
3202         error, and point to .purgem documentation if someone really needs
3203         re-definitions.
3204         * NEWS: Mention macro redefinition is now an error.
3205
3206 2005-03-08  Jan Beulich  <jbeulich@novell.com>
3207
3208         * config/tc-ia64.c (emit_one_bundle): Track last slot user insn was
3209         emitted to. Add more precise diagnostics for non-fitting insns based
3210         on that. Eliminate now superfluous special casing of MLX. Clear out
3211         slot information when dropping an insn.
3212
3213 2005-03-08  Jan Beulich  <jbeulich@novell.com>
3214
3215         * config/tc-ia64.c (parse_section_name): Rename to...
3216         (cross_section): In addition to separating the name from the rest of
3217         the arguments, also carry out the operation.
3218         (dot_xdata): Use cross_section.
3219         (dot_float_cons): Likewise.
3220         (dot_xstringer): Likewise.
3221         (dot_xdata_ua): Likewise.
3222         (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
3223
3224 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
3225
3226         * po/gas.pot: Regenerate.
3227
3228 2005-03-04  David Daney  <ddaney@avtrex.com>
3229
3230         * config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp'
3231         instead of '_gp' for -mno-shared optimization.
3232         (s_cpload): Ditto.
3233         (s_abicalls): Document it in the comment.
3234         (md_show_usage): Document the -mno-shared option.
3235
3236 2005-03-04  Richard Sandiford  <rsandifo@redhat.com>
3237
3238         * config/tc-mips.c (mips_set_options): Add sym32 field.
3239         (mips_opts): Initialize it.
3240         (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
3241         (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
3242         (HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros.
3243         (load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
3244         when deciding whether to use a symbolic %highest/%higher expansion.
3245         (macro): Likewise.  Remove o64/n32 linux hack.  Always use
3246         ADDRESS_ADD*_INSN for address addition in the expansion of "dla"
3247         and "la".  Handle constants separately from symbolic expressions in
3248         the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
3249         and using load_register to load the high part of the address.
3250         (OPTION_MSYM32, OPTION_NO_MSYM32): New macros.
3251         (OPTION_ELF_BASE): Bump by 2.
3252         (md_longopts): Add entries for -msym32 and -mno-sym32.
3253         (md_parse_option): Handle them.
3254         (usage): Document them.
3255         (s_mipsset): Handle ".set sym32" and ".set nosym32".
3256         (s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of
3257         HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
3258         * doc/c-mips.texi: Document ".set sym32", ".set nosym32",
3259         -msym32 and -mno-sym32.
3260
3261 2005-03-03  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
3262
3263         * config/tc-mips.c (load_address): Implement GP optimization
3264         for 64bit address space non-PIC. Fix formatting.
3265         (macro): Likewise. Simplify code.
3266         (md_parse_option): Don't bail out if -G 0 is set for PIC code.
3267         (mips_after_parse_args): Simplify code.
3268
3269 2005-03-03  Nick Clifton  <nickc@redhat.com>
3270
3271         * expr.c (operand): Remove redundant code enclosed by #ifdef
3272         RELAX_PAREN_GROUPING....#endif.
3273
3274         * config/tc-mn10200.c (tc_gen_reloc): Handle the case where the
3275         reloc is the difference of two symbols defined in the same
3276         section.
3277
3278         * config/tc-iq2000.c (line_comment_chars): Include the # character
3279         as otherwise this breaks #APP/#NO_APP processing.
3280
3281 2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
3282
3283         * config/tc-arc.c(md_assemble): Remove dead code for handling
3284         immediate indexing of ld and st .
3285
3286 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
3287             Joseph Myers  <joseph@codesourcery.com>
3288
3289         * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
3290         %dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel.
3291         (parse_relocation): Check for a word break after a relocation
3292         operator.
3293         (md_apply_fix3): Handle TLS relocations, and mark thread-local
3294         symbols.
3295
3296 2005-03-02  Alan Modra  <amodra@bigpond.net.au>
3297
3298         * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
3299
3300 2005-03-02  Jan Beulich  <jbeulich@novell.com>
3301
3302         * as.c (main): Use unlink_if_ordinary instead of unlink.
3303         * messages.c (as_fatal): Likewise.
3304
3305 2005-03-02  Jan Beulich  <jbeulich@novell.com>
3306
3307         * config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
3308         accesses.
3309         (parse_register): Allow cr8...15 in all modes.
3310
3311 2005-03-02  Jan Beulich  <jbeulich@novell.com>
3312
3313         * config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
3314         etc. like normal symbol references (T_ID).
3315
3316 2005-03-02  Alan Modra  <amodra@bigpond.net.au>
3317
3318         * symbols.c (fb_label_name): Fix silly thinko in last change.
3319
3320 2005-03-02  Alan Modra  <amodra@bigpond.net.au>
3321
3322         * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
3323         * config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
3324
3325         * symbols.c (fb_label_name): Allow an augend of 2 for mmix.
3326
3327 2005-03-01  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
3328
3329         PR gas/708
3330         * config/tc-arc.c (md_assemble): Initialize suffix for extension
3331         suffixes also.
3332
3333 2005-03-01  Alan Modra  <amodra@bigpond.net.au>
3334
3335         * config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
3336
3337         * as.h (assert): Warning fix.
3338         * expr.c (expr): Correct assertion.
3339         * read.c (s_comm_internal): Remove assertion.
3340         * write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER.
3341         (fixup_segment): Remove assertion.
3342         * config/tc-dlx.c (machine_ip): Remove untrue assertions.
3343         (md_apply_fix3): Likewise.
3344         * config/tc-i370.c (md_begin): Correct assertion.
3345         (i370_macro): Warning fix for assertion.
3346
3347 2005-03-01  Alan Modra  <amodra@bigpond.net.au>
3348
3349         * configure.in (AC_C_BIGENDIAN): Invoke.
3350         * configure: Regenerate.
3351         * write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof
3352         host variable to set string header size.
3353         * config/obj-aout.c (obj_header_append): Don't use host structs.
3354         (obj_symbol_to_chars): Likewise.
3355         (obj_emit_strings): Likewise.  Use the passed in output pointer.
3356         * config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE.
3357         * config/obj-bout.c (obj_emit_relocations): Use md_reloc_size,
3358         not sizeof host struct.
3359         (obj_header_append, obj_symbol_to_chars): Don't use host structs.
3360         (obj_emit_strings): Likewise.
3361         * config/obj-bout.h (EXEC_BYTES_SIZE): Define.
3362         (N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of
3363         sizeof host struct.
3364         (H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using
3365         sizeof host struct.
3366         (host_number_to_chars): Define.
3367         * config/obj-hp300.c (hp300_header_append): Don't use sizeof
3368         host internal struct to set header sizes.
3369         * config/tc-i960.c (md_number_to_field): Warning fix.
3370         (md_ri_to_chars): Use host byte order.
3371         (get_cdisp, md_apply_fix3): Warning fix.
3372         * config/tc-m68k.c (md_assemble): Don't use sizeof host short.
3373
3374 2005-02-28  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
3375
3376         * doc/c-arc.texi: Update documentation about ARC's extension
3377         instructions.
3378
3379 2005-02-27  Svein E. Seldal  <svein@dev.seldal.com>
3380
3381         * config/tc-tic4x.c (tic4x_gen_to_words): Changed mail
3382         address for myself.
3383
3384 2005-02-23  Alan Modra  <amodra@bigpond.net.au>
3385
3386         * cgen.c: Warning fixes.
3387         * config/tc-arc.c: Likewise.
3388         * config/tc-arm.c: Likewise.
3389         * config/tc-avr.c: Likewise.
3390         * config/tc-d10v.c: Likewise.
3391         * config/tc-d30v.c: Likewise.
3392         * config/tc-frv.c: Likewise.
3393         * config/tc-frv.h: Likewise.
3394         * config/tc-h8300.c: Likewise.
3395         * config/tc-h8500.c: Likewise.
3396         * config/tc-i370.c: Likewise.
3397         * config/tc-i960.c: Likewise.
3398         * config/tc-ia64.c: Likewise.
3399         * config/tc-ip2k.c: Likewise.
3400         * config/tc-m68hc11.c: Likewise.
3401         * config/tc-maxq.c: Likewise.
3402         * config/tc-mcore.c: Likewise.
3403         * config/tc-mips.c: Likewise.
3404         * config/tc-msp430.c: Likewise.
3405         * config/tc-pj.c: Likewise.
3406         * config/tc-ppc.c: Likewise.
3407         * config/tc-ppc.h: Likewise.
3408         * config/tc-s390.c: Likewise.
3409         * config/tc-sh.c: Likewise.
3410         * config/tc-sh64.c: Likewise.
3411         * config/tc-tic4x.c: Likewise.
3412         * config/tc-tic80.c: Likewise.
3413         * config/tc-v850.c: Likewise.
3414         * config/tc-vax.c: Likewise.
3415         * config/tc-w65.c: Likewise.
3416         * config/tc-xstormy16.c: Likewise.
3417         * config/tc-z8k.c: Likewise.
3418
3419 2005-02-22  Catherine Moore  <clm@cm00re.com>
3420
3421         * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
3422         * doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
3423
3424 2005-02-22  Eric Christopher  <echristo@redhat.com>
3425
3426         * config/tc-mips.c (struct proc): Change isym to
3427         func_sym. New member func_end_sym.
3428         (s_mips_ent): Update.
3429         (s_mips_end): Ditto. Add code to compute function size.
3430
3431 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
3432
3433         * read.c: Warning fixes.
3434         * config/obj-elf.c: Likewise.
3435
3436 2005-02-22  Maciej W. Rozycki  <macro@mips.com>
3437
3438         * config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before
3439         emitting insn.
3440
3441 2005-02-21  H.J. Lu  <hongjiu.lu@intel.com>
3442
3443         * config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with
3444         SEC_COFF_SHARED.
3445
3446         * config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with
3447         SEC_TIC54X_BLOCK.
3448         (demand_empty_rest_of_line): Likewise.
3449         (tic54x_sblock): Likewise.
3450         (tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK.
3451
3452 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
3453
3454         * read.c (address_bytes): New function.
3455         (TC_ADDRESS_BYTES): Default for BSD_ASSEMBLER to address_bytes.
3456         (potable): Add "dc.a".
3457         (cons_worker): Handle "dc.a".
3458         * doc/internals.texi (TC_ADDRESS_BYTES): Document.
3459
3460 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
3461
3462         * input-file.c (input_file_open): Rearrange to avoid warning.
3463
3464 2005-02-19  Alan Modra  <amodra@bigpond.net.au>
3465
3466         * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
3467         * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test.
3468         * doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
3469
3470 2005-02-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
3471
3472         * config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at
3473         uses after .set noat.
3474         (load_address): Likewise.
3475         (macro): Likewise. Don't try to avoid $at use by sacrificing
3476         the target register before it is stored, it won't work.
3477
3478 2005-02-17  James E Wilson  <wilson@specifixinc.com>
3479
3480         * config/tc-ia64.c (emit_one_bundle): Stop filling a bundle if we
3481         see an instruction that specifies a template.
3482
3483 2005-02-18  Alan Modra  <amodra@bigpond.net.au>
3484
3485         * config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
3486         * config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings.
3487         * config/tc-tic80.c (build_insn): Init insn[1] to silence warning.
3488
3489 2005-02-17  H.J. Lu  <hongjiu.lu@intel.com>
3490
3491         * NEWS: Mention "-mhint.b=[ok|warning|error]".
3492
3493         * config/tc-ia64.c (md): Add hint_b.
3494         (emit_one_bundle): Handle md.hint_b for "hint".
3495         (md_parse_option): Accepted "-mhint.b=[ok|warning|error]".
3496         (md_show_usage): Add "-mhint.b=[ok|warning|error]".
3497         (ia64_init): Set md.hint_b to error.
3498         (md_assemble): Handle md.hint_b for "hint.b".
3499
3500         * doc/as.texinfo: Add "-mhint.b=[ok|warning|error]".
3501         * doc/c-ia64.texi: Likewise.
3502
3503 2005-02-17  Alan Modra  <amodra@bigpond.net.au>
3504
3505         * tc.h (struct relax_type, relax_typeS): Move from here..
3506         * as.h: ..to here.  Make rlx_forward and rlx_backward an offsetT.
3507         * ecoff.c (ecoff_new_file): Add appfile param.
3508         * ecoff.h (ecoff_new_file): Likewise.
3509         * itbl-lex.h: New file.
3510         * itbl-lex.l: Include itbl-lex.h.
3511         * itbl-parse.y: Likewise.
3512         (insntbl_line, yyparse, yylex): Move to itbl-lex.h.
3513         * read.c (s_app_file_string): Mark appfile possibly unused.
3514         * subsegs.c (seg_not_empty_p): Make sec possibly unused.
3515         * subsegs.h (struct seg_info_trash): Delete.
3516         (seg_info): Use segment_info_type instead.
3517         * config/obj-coff.c (struct filename_list): Make filename const char *.
3518         * config/obj-ecoff.h (obj_app_file): Pass app to ecoff_new_file.
3519         * config/obj-elf.c (elf_file_symbol): Similarly.
3520         * config/tc-a29k.c (md_apply_fix3): Make val a valueT.  Don't use
3521         signed right shift.
3522         * config/tc-arc.c (md_operand): Warning fix.
3523         * config/tc-arm.c (arm_parse_reloc): Only define when OBJ_ELF.
3524         (md_begin): Rearrange #if defined OBJ_COFF || defined OBJ_ELF.
3525         * config/tc-cris.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Use do while.
3526         * config/tc-frv.c (frv_force_relocation): Warning fix.
3527         * config/tc-m68k.c (md_parse_option): Delete unused var.
3528         * config/tc-mcore.c (mylog2): Rename from log2 throughout.
3529         * config/tc-sparc.c: Likewise.
3530         (s_common): Warning fix.
3531         * config/tc-mips.c (append_insn): Use unsigned long long expressions.
3532         * config/tc-mmix.c (PUSHJSTUB_MAX, PUSHJSTUB_MIN): Define from
3533         addressT.
3534         * config/tc-s390.c (s390_insn): Delete test of unsigned >= 0.
3535         * config/tc-sh.c (sh_cfi_frame_initial_instructions,
3536         sh_regname_to_dw2regnum): Only define for OBJ_ELF.
3537         * config/tc-tic4x.c (tic4x_insert_reg): Use ISLOWER.
3538         (tic4x_do_align): Use TIC_NOP_OPCODE.
3539         * config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE.
3540         * config/tc-vax.c: Include netinet/in.h.
3541         (tc_headers_hook): Formatting.
3542         * config/tc-xstormy16.c (md_pcrel_from_section): Correct parens.
3543
3544 2005-02-17  Jan Beulich  <jbeulich@novell.com>
3545
3546         * config/tc-ia64.c (ia64_parse_name): Don't advance 'name' when
3547         parsing inN, locN, outN. Set 'idx' to offset register number starts
3548         at. Don't handle numbers with leading zeroes or beyond 95. Remove
3549         pointless cast.
3550
3551 2005-02-16  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
3552
3553         * config/tc-mips.c (load_address): Fix formatting.
3554         (macro): Don't use AT if .set noat is in effect. Fix formatting.
3555         Catch macros which are unexpandable without AT. Remove duplicate
3556         zeroing of used_at.
3557         (macro2): Remove duplicate zeroing of used_at.
3558
3559 2005-02-16  Alan Modra  <amodra@bigpond.net.au>
3560
3561         * dw2gencfi.c (output_cie, output_fde): Use DW_CFA_nop rather
3562         than zero.
3563
3564 2005-02-15  Nigel Stephens  <nigel@mips.com>
3565             Maciej W. Rozycki  <macro@mips.com>
3566
3567         * config/tc-mips.c (reloc_needs_lo_p): Handle
3568         BFD_RELOC_MIPS16_HI16_S.
3569         (fixup_has_matching_lo_p): Handle BFD_RELOC_MIPS16_LO16.
3570         (append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S
3571         and BFD_RELOC_MIPS16_LO16 to relocs to suppress overflow
3572         complaints on.
3573         (mips16_ip): Resolve BFD_RELOC_MIPS16_HI16_S,
3574         BFD_RELOC_MIPS16_HI16 and BFD_RELOC_MIPS16_LO16 for constants.
3575         Call my_getSmallExpression() to parse percent operators.
3576         (percent_op_match, mips_percent_op): Separate definitions.
3577         (mips16_percent_op): Define percent operators for the MIPS16 mode.
3578         (parse_relocation): Handle the MIPS16 mode using
3579         mips16_percent_op.
3580         (md_apply_fix3): Handle BFD_RELOC_MIPS16_HI16,
3581         BFD_RELOC_MIPS16_HI16_S and BFD_RELOC_MIPS16_LO16.
3582
3583 2005-02-15  Jan Beulich  <jbeulich@novell.com>
3584
3585         * config/tc-ia64.c (md_apply_fix3): Call ia64_gen_real_reloc_type
3586         instead of explicitly dealing with the translation; exclude
3587         relocations that are already pcrel, however.
3588
3589 2005-02-15  Jan Beulich  <jbeulich@novell.com>
3590
3591         * config/tc-ia64.c: Include limits.h (if available).
3592         (gr_values[0]): Set path to INT_MAX.
3593         (dot_reg_val): Don't allow changing value of r0. Limit range of
3594         general registers at r127.
3595         (specify_resource): Default resource index is -1. Don't set resource
3596         index (in case IA64_RS_RSE) without setting the specific flag.
3597         (note_register_values): Check operand is O_constant before tracking
3598         input value of moves. Add tracking for dep.z with constant inputs.
3599         (print_dependency): Resource index of specific resource may be zero.
3600         (check_dependencies): Likewise.
3601
3602 2005-02-15  Jan Beulich  <jbeulich@novell.com>
3603
3604         * config/tc-ia64.c (parse_operands): New local variables reg1, reg2,
3605         reg_class. Check operands and emit diagnostics for illegal use of
3606         registers.
3607
3608 2005-02-15  Jan Beulich  <jbeulich@novell.com>
3609
3610         * config/tc-ia64.c (ia64_gen_real_reloc_type): Define and initialize
3611         new variables type, suffix, and width. Handle
3612         BFD_RELOC_IA64_DIR(32|64)[LM]SB in FUNC_LT_FPTR_RELATIVE case.
3613         Handle BFD_RELOC_IA64_DIR64[LM]SB in FUNC_TP_RELATIVE case. Add
3614         FUNC_DTP_MODULE case. Handle BFD_RELOC_IA64_DIR32[LM]SB in
3615         FUNC_DTP_RELATIVE case. Return incoming relocation type if
3616         BFD_RELOC_IA64_IPLT[LM]SB in FUNC_IPLT_RELOC case. Generate warning
3617         if unable to translate relocation type, using the new variables.
3618
3619 2005-02-15  Jan Beulich  <jbeulich@novell.com>
3620
3621         * config/tc-ia64.h (ia64_symbol_chars): Declare.
3622         (ty_symbol_chars): Define.
3623         * config/tc-ia64.c (ia64_symbol_chars): Define.
3624
3625 2005-02-15  Jan Beulich  <jbeulich@novell.com>
3626
3627         * config/tc-ia64.c (ia64_parse_name): Only update next character if
3628         input_line_pointer was advanced.
3629
3630 2005-02-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3631
3632         * config/tc-sh.c (md_apply_fix3): Add parentheses around &
3633         within |.
3634
3635 2005-02-13  Jan Beulich  <jbeulich@novell.com>
3636
3637         * config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn.
3638         (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default
3639         indicator.
3640         (ia64_init): Set md.detect_dv.
3641         (ia64_start_line): New static variable warned. Warn only once when
3642         encountering explicit stops in automatic mode.
3643         * doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx.
3644         * NEWS: Mention new default mode.
3645
3646 2005-02-13  Jan Beulich  <jbeulich@novell.com>
3647
3648         * config/tc-ia64.c (dot_rot): Add comment that name strings should
3649         be freed when wiping out previous state. Canonicalize names before
3650         use. Free name string when detecting redefinition.
3651         (dot_pred_rel): Call generic expression parser to process arguments.
3652         Handle O_register case for individual predicates and O_subtract for
3653         ranges.
3654         (ia64_parse_name): Canonicalize name before looking it up in dynamic
3655         register hash.
3656         (ia64_canonicalize_symbol_name): Strip off all trailing # characters.
3657         Warn if multiple found, issue error if resulting symbol name has zero
3658         length.
3659         (dot_alias): Canonicalize name before use.
3660
3661 2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
3662
3663         * config/tc-ia64.c (unwind_diagnostic): Return -1 for warning
3664         and 0 for error.
3665         (in_procedure): Return -1 for warning.
3666         (in_prologue): Likewise.
3667         (in_body): Likewise.
3668
3669 2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
3670
3671         * config/tc-ia64.c (dot_xdata): Undo the last change.
3672         (dot_float_cons): Likewise.
3673         (dot_xstringer): Likewise.
3674         (dot_xdata_ua): Likewise.
3675         (dot_float_cons_ua): Likewise.
3676
3677 2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
3678
3679         * NEWS: Mention "-munwind-check=[warning|error]".
3680
3681         * config/tc-ia64.c (md): Add unwind_check.
3682         (unwind_diagnostic): New.
3683         (in_procedure): Call unwind_diagnostic when a directive isn't
3684         in procedure.
3685         (in_prologue): Call unwind_diagnostic when a directive isn't in
3686         prologue.
3687         (in_body): Call unwind_diagnostic when a directive isn't in
3688         body region.
3689         (dot_endp): Set md.unwind_check to error before calling
3690         in_procedure and restore it after. When the name is missing or
3691         couldn't be found, use the one from the last .proc if
3692         md.unwind_check isn't error. Warn if md.unwind_check is
3693         warning.
3694         (md_parse_option): Handle "-munwind-check=[warning|error]".
3695         (md_show_usage): Add "-munwind-check=[warning|error]".
3696         (ia64_init): Set md.unwind_check to warning.
3697
3698         * doc/as.texinfo: Add "-munwind-check=[none|warning|error]".
3699         * doc/c-ia64.texi: Likewise.
3700
3701 2005-02-11  Jan Beulich  <jbeulich@novell.com>
3702
3703         * config/tc-ia64.h (LEX_AT): Include LEX_BEGIN_NAME.
3704         (LEX_QM): Likewise.
3705         (ia64_parse_name): New third parameter.
3706         (md_parse_name): Pass third argument.
3707         * config/tc-ia64.c (pseudo_func): Placeholders use NULL as name.
3708         (md_operand): Handling of '@'-prefixed symbols moved from here...
3709         (ia64_parse_name): ...to here.
3710
3711 2005-02-11  Jan Beulich  <jbeulich@novell.com>
3712
3713         * config/tc-ia64.c (md): Remove last_groups and group_idx.
3714         (errata_nop_necessary_p): Remove declaraction and definition.
3715         (emit_one_bundle): Don't call errata_nop_necessary_p. Don't
3716         update md.group_idx. Don't reset md.last_groups.
3717
3718 2005-02-11  Jan Beulich  <jbeulich@novell.com>
3719
3720         * config/tc-ia64.c (parse_section_name): Handle non-quoted first
3721         argument.
3722         (dot_xdata): Free section name after use.
3723         (dot_float_cons): Likewise.
3724         (dot_xstringer): Likewise.
3725         (dot_xdata_ua): Likewise.
3726         (dot_float_cons_ua): Likewise.
3727         (md_pseudo_table): Add xdata16 and xdata16.ua.
3728
3729 2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
3730
3731         * doc/all.texi: Add IA64.
3732         * doc/as.texinfo: Likewise.
3733
3734         * doc/c-ia64.texi: Fix typos.
3735
3736 2005-02-10  Julian Brown  <julian@codesourcery.com>
3737
3738         * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
3739         BFD_RELOC_UNUSED.
3740         (do_t_push_pop): Likewise.
3741         (md_assemble): Likewise.
3742         (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make
3743         BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
3744         (create_unwind_entry): Output dependency on the required personality
3745         routines.
3746
3747 2005-02-07  Nathan Sidwell  <nathan@codesourcery.com>
3748
3749         * as.h (seg_not_empty_p): Return int, not bfd_boolean.
3750         * subsegs.c (seg_not_empty_p): Likewise.
3751
3752 2005-02-07  Inderpreet Singh <inderpreetb@noida.hcltech.com>
3753
3754         * config/tc-maxq.c (md_estimate_size_before_relax): Correct the
3755         relative jump calculation.
3756         <md_convert_frag) : Likewise.
3757         <output_disp): Likewise.
3758
3759 2005-02-07  Hans-Peter Nilsson  <hp@axis.com>
3760
3761         * write.c (write_object_file): Recognize warning-symbol construct
3762         and skip object- and target- handling for the second symbol.
3763
3764 2005-02-02  Jan Beulich  <jbeulich@novell.com>
3765
3766         * config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed
3767         designators along with quoted ones. Free copy of quoted designator
3768         when done.
3769
3770 2005-02-01  Ben Elliston  <bje@au.ibm.com>
3771
3772         * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
3773         config/obj-ieee.c, config/obj-som.c, config/obj-vms.c,
3774         config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c,
3775         config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c,
3776         config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c,
3777         config/tc-i370.c, config/tc-i386.c, config/tc-i960.c,
3778         config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h,
3779         config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c,
3780         config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c,
3781         config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c,
3782         config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c,
3783         config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c,
3784         config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove
3785         #if 0'd code throughout.
3786
3787 2005-01-31  Nick Clifton  <nickc@redhat.com>
3788
3789         * as.c (parse_args): Bump copyright date reported by --version to
3790         2005.
3791
3792 2005-01-31  Nick Clifton  <nickc@redhat.com>
3793
3794         * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
3795         and vax-vms.
3796
3797 2005-01-31  Jan Beulich  <jbeulich@novell.com>
3798
3799         * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
3800         that can end with .endr in that case. Make requiring/permitting
3801         pseudo-ops without leading dot closer to the logic in read.c serving
3802         the same purpose.
3803         (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
3804         ignored.
3805
3806 2005-01-31  Jan Beulich  <jbeulich@novell.com>
3807
3808         * macro.c (do_formals): Adjust to no longer accept empty parameter
3809         names.
3810         (define_macro): Adjust to no longer accept empty macro name, garbage
3811         following the parameters, or macros that were previously defined.
3812         * read.c (s_bad_end): Declare.
3813         (potable): Add endm. Handler for endr and endm is s_bad_end.
3814         (s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
3815         and .endr.
3816         * read.h (s_bad_endr): Remove.
3817
3818 2005-01-31  Jan Beulich  <jbeulich@novell.com>
3819
3820         * config/tc-ia64.c (parse_operands): Parse all specified operands,
3821         immediately discarding (but counting) those exceeding the maximum
3822         possible amount. Track whether output and input operand counts ever
3823         matched, and use this to better indicate which of the operands/
3824         operand types was wrong; specifically don't default to pointing to
3825         the first operand.
3826
3827 2005-01-31  Jan Beulich  <jbeulich@novell.com>
3828
3829         * config/tc-ia64.c (unwind): Remove proc_end (now an automatic
3830         variable in dot_endp). Add body and insn. Make prologue,
3831         prologue_mask, body, and insn bitfields.
3832         (fixup_unw_records): Remove spurious new-lines from end of diagnostic
3833         messages.
3834         (in_procedure, in_prologue, in_body): New.
3835         (dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
3836         dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
3837         dot_unwentry, dot_altrp, dot_savemem, dot_saveg, dot_savef, dot_saveb,
3838         dot_savegf, dot_spill, dot_spillreg, dot_spillmem, dot_spillreg_p,
3839         dot_spillmem_p, dot_label_state, dot_copy_state, dot_unwabi,
3840         dot_personality): Use the appropriate one of the above.
3841         (dot_proc): Clear unwind.proc_start; set to current location only if
3842         none of the entry points were valid. Check for non-zero-length entry
3843         point names. Check that entry points aren't defined, yet. Clear
3844         unwind.prologue, unwind.body, and unwind.insn.
3845         (dot_body): Call in_procedure. Check that first directive in procedure
3846         had no insns emitted before. Set unwind.body.
3847         (dot_prologue): Call in_procedure. Check that not already in prologue.
3848         Check that first directive in procedure had no insns emitted before.
3849         Clear unwind.body.
3850         (dot_endp): Call in_procedure. Declare proc_end. Check for non-zero-
3851         length entry point names. Check that entry points became defined.
3852         (md_assemble): Set unwind.insn once unwind.proc_start is defined.
3853
3854 2005-01-31  Jan Beulich  <jbeulich@novell.com>
3855
3856         * config/tc-ia64.c (emit_one_bundle): Snapshot manual bundling state
3857         before actually using it. Don't generate an error in manual bundling
3858         mode when looking at an insn requiring slot 2 but not yet at slot 2.
3859         Don't generate an error in manual bundling mode when looking at an
3860         insn required to be last in its group but the required slot hasn't
3861         been reached, yet. Allow conversion from MII to MI;I for bundle
3862         consisting of only 2 insns with the stop between them. Suppress
3863         various meaningless errors resulting from detecting earlier ones.
3864
3865 2005-01-31  Jan Beulich  <jbeulich@novell.com>
3866
3867         * config/tc-ia64.c (parse_operands): Also handle alloc without first
3868         input being ar.pfs.
3869
3870 2005-01-28  Christian Groessler  <chris@groessler.org>
3871
3872         * config/tc-z8k.c (md_assemble): Improve error detection.
3873
3874 2005-01-28  Jan Beulich  <jbeulich@novell.com>
3875
3876         * config/tc-ia64.c (ia64_estimate_size_before_relax): Allocate space
3877         for personality routine pointer only if there is one.
3878         (ia64_convert_frag): Likewise.
3879         (generate_unwind_image): Likewise.
3880
3881 2005-01-27  Christian Groessler  <chris@groessler.org>
3882
3883         * config/tc-z8k.c (INSERT): Remove, not used anywhere.
3884         (md_apply_fix3): Make relative branches out of range an error
3885         instead of a warning.  Display correct line number for out of
3886         range branches/calls/memory accesses.
3887
3888 2005-01-27  Nathan Sidwell  <nathan@codesourcery.com>
3889
3890         * dwarf2dbg.c (dwarf2_finish): Correct logic for determining when
3891         to emit .debug_line and other debug sections.
3892         * as.h (seg_not_empty_p): Declare.
3893         * subsegs.c (seg_not_empty_p): New predicate.
3894
3895 2005-01-27  Andrew Cagney  <cagney@gnu.org>
3896
3897         * configure: Regenerate to track ../gettext.m4 change.
3898
3899 2005-01-27  Jan Beulich  <jbeulich@novell.com>
3900
3901         * config/tc-ia64.c (emit_one_bundle): Change "?imbf??" to "?ibmfxx".
3902
3903 2005-01-27  Jan Beulich  <jbeulich@novell.com>
3904
3905         * config/tc-ia64.c (emit_one_bundle): Add late resolution of move
3906         to/from application registers dynamic insns.
3907         (md_assemble): Defer resolution of move to/from application registers
3908         dynamic insns when they can be issued on either the I- or M-units.
3909
3910 2005-01-25  Alexandre Oliva  <aoliva@redhat.com>
3911
3912         * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
3913         2004-12-10  Alexandre Oliva  <aoliva@redhat.com>
3914         * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
3915         2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
3916         * cgen.c (gas_cgen_parse_operand): Handle
3917         CGEN_PARSE_OPERAND_SYMBOLIC.
3918         * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
3919         (frv_force_relocation): Likewise.  Fix handling of PIC
3920         relocations.
3921         (md_apply_fix3): Likewise.
3922
3923 2005-01-21  Ben Elliston  <bje@au.ibm.com>
3924
3925         * as.h: Remove #if 0'd code.
3926         * atof-generic.c (atof_generic): Likewise.
3927         * ecoff.c (ecoff_directive_frame): Likewise.
3928         * frags.h (FRAG_APPEND_1_CHAR): Likewise.
3929         * itbl-ops.c (itbl_add_reg): Likewise.
3930         * listing.c (calc_hex): Likewise.
3931         * read.c (MASK_CHAR): Likewise.
3932         * subsegs.c (subsegs_print_statistics): Likewise.
3933         * symbols.c (indent): Likewise.
3934         * write.c (write_relocs): Likewise.
3935         (write_object_file): Likewise.
3936         (relax_frag): Likewise.
3937
3938 2005-01-20  Nick Clifton  <nickc@redhat.com>
3939
3940         * as.c (std_longopts): Add an entry for "--a" in order to prevent
3941         getopt_long_only() from considering -a as an abbreviation for
3942         --alternate.
3943         (parse_args): Fix the parsing of -a=<file>.
3944
3945 2005-01-20  Alan Modra  <amodra@bigpond.net.au>
3946
3947         PR gas/684
3948         * read.c (s_incbin): Adjust default count for skip.  Check validity
3949         of count and skip rigorously.
3950
3951 2005-01-19  Fred Fish  <fnf@specifixinc.com>
3952
3953         * config/tc-mips.c (dummy_opcode): Add init for new struct member.
3954
3955 2005-01-19  Richard Sandiford  <rsandifo@redhat.com>
3956
3957         * read.c (convert_to_bignum): New function, split out from...
3958         (emit_expr): ...here.  Handle the case where X_add_number is
3959         positive and the input value is negative.
3960         (output_big_sleb128): Fix setting of continuation bit.  Check whether
3961         the final byte needs to be sign-extended.  Fix size-shrinking loop.
3962         (emit_leb128_expr): When generating a signed leb128, see whether the
3963         sign of an O_constant's X_add_number matches the sign of the input
3964         value.  Use a bignum if not.
3965
3966 2005-01-17  Andrew Stubbs  <andrew.stubbs@st.com>
3967
3968         * tc-sh.c (md_begin,md_parse_option): Change arch_sh1_up to
3969         arch_sh_up in order to match the external name and make the
3970         testsuite's job easier.
3971
3972 2005-01-14  H.J. Lu  <hongjiu.lu@intel.com>
3973
3974         PR 659
3975         * config/tc-i386.c (i386_scale): Disallow 0 scale.
3976
3977 2005-01-12  Nick Clifton  <nickc@redhat.com>
3978
3979         * config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing
3980         ignored_arguments array.
3981
3982 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
3983
3984         * write.c (write_object_file): Disallow a symbol equated to
3985         common symbol.
3986
3987 2005-01-10  Inderpreet Singh <inderpreetb@noida.hcltech.com>
3988
3989         * tc-maxq.c: Replace constants 10 and 20 with bfd_mach_maxq10 and
3990         bfd_mach_maxq20.
3991         (md_pseudo_table): Add new pseudo ops for maxq10 and maxq20.
3992         (maxq_target): New function: Set the machine type.
3993
3994 2005-01-06  Paul Brook  <paul@codesourcery.com>
3995
3996         * config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS.
3997         (md_begin): Handle TE_VXWORKS for FP defaults.
3998         (md_apply_fix3): Correct rela offsets.
3999         (elf32_arm_target_format): Add VxWorks targets.
4000
4001 2005-01-06  Paul Brook  <paul@codesourcery.com>
4002
4003         * configure.tgt: Set em=vxworks for *-*-vxworks.
4004         * config/te-vxworks.h: New File.
4005
4006 2005-01-06  Paul Brook  <paul@codesourcery.com>
4007
4008         * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s.
4009
4010 2005-01-04  Dmitry Diky  <diwil@spec.ru>
4011
4012         * config/tc-msp430.c (md_apply_fix3): Fix offset calculation for
4013         global label.
4014
4015 2005-01-03  David Mosberger  <davidm@hpl.hp.com>
4016
4017         * config/tc-ia64.c (md): Add member "loc_directive_seen".
4018         (dot_loc): New function.
4019         (md_pseudo_table): Add entry to map .loc to dot_loc().
4020         (emit_one_bundle): Only call dwarf2_gen_line_info() if we have
4021         seen a .loc directive or we're generating DWARF2 debug info for
4022         assembly source.
4023
4024 2004-12-29  Alan Modra  <amodra@bigpond.net.au>
4025
4026         PR gas/619
4027         * read.c (s_comm_internal): Don't zero end of name until size
4028         expression has been parsed.
4029
4030 2004-12-25  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4031
4032         * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
4033
4034 2004-12-23  Tomer Levi  <Tomer.Levi@nsc.com>
4035
4036         * config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch'
4037         case).
4038
4039 2004-12-22  Ian Lance Taylor  <ian@airs.com>
4040
4041         * configure.tgt: New.
4042         * configure.in: Move setting of cpu_type, fmt, etc., to
4043         configure.tgt.
4044         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
4045         $(srcdir)/configure.tgt.
4046         * configure, Makefile.in: Rebuild.
4047
4048 2004-12-22  Klaus Rudolph  <lts-rudolph@gmx.de>
4049
4050         * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and
4051         R_AVR_6_ADIW relocs for the LDI, ADIW/SBIW and LDD/STD
4052         instructions.
4053         (avr_offset_expression): New function to parse offsets for LDI
4054         instructions.
4055         (avr_operand): Use it.
4056         (md_apply_fix3): Generate the relocs.
4057
4058 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4059
4060         * config/tc-sh64.c (shmedia_md_apply_fix3): Add missing
4061         BFD_RELOC_SH_IMMS10BY8 relocation.
4062
4063         * config/tc-sh64.c (shmedia_build_Mytes): Emit an error message rather
4064         than just ignoring bad code.
4065
4066 2004-12-16  Richard Sandiford  <rsandifo@redhat.com>
4067
4068         * config/tc-v850.c (handle_lo16): New function.
4069         (v850_reloc_prefix): Use it to check lo().
4070         (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET.
4071
4072 2004-12-14  P.J. Darcy  <darcypj@us.ibm.com>
4073
4074         * configure.in: Add s390x-ibm-tpf support.
4075         * configure: Regenerate.
4076
4077 2004-12-15 Jan Beulich  <jbeulich@novell.com>
4078
4079         * config/obj-elf.c (obj_elf_change_section): Only set type and
4080         attributes on new sections. Emit warning when type of re-declared
4081         section doesn't match.
4082
4083 2004-12-15 Jan Beulich  <jbeulich@novell.com>
4084
4085         * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so
4086         '.cfi_startproc simple' doesn't inherit the old value.
4087
4088 2004-12-15  Jan Beulich  <jbeulich@novell.com>
4089
4090         * dw2gencfi.c (output_cfi_insn): Adjust DW_CFA_def_cfa_sf generation
4091         to emit a signed and factored offset. Adjust DW_CFA_def_cfa_offset_sf
4092         generation to emit a factored offset.
4093
4094 2004-12-10  Ian Lance Taylor  <ian@wasabisystems.com>
4095
4096         * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
4097         which is too large in the case of NO_PIC without 64-bit
4098         addresses.
4099
4100         * config/tc-mips.c (mips_in_shared): New static variable.
4101         (macro_build_lui): Permit "_gp" if !mips_in_shared.
4102         (md_longopts): Add -mshared and -mno-shared.
4103         (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
4104         (s_cpload): Implement !mips_in_shared case.
4105         (s_cpsetup): Likewise.
4106         * doc/c-mips.texi (MIPS Opts): Document -mno-shared.
4107         * NEWS: Mention -mno-shared.
4108
4109 2004-12-09  Paul Brook  <paul@codesourcery.com>
4110
4111         * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
4112         for function start.
4113
4114 2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>
4115
4116         * config/tc-mips.c (append_insn): If we emit a nop during a relax
4117         sequence, increase the size of the sequence.
4118
4119         * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
4120         use CPU_RM9000.
4121
4122 2004-12-07  Ben Elliston  <bje@gnu.org>
4123
4124         * read.c (s_align): Use an align_limit temporary to allay a GCC
4125         signed/unsigned comparison warning.
4126
4127 2004-12-01  Mark Mitchell  <mark@codesourcery.com>
4128
4129         * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
4130         * configure.in: Use it for arm*-*-linux-gnueabi*.
4131         * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
4132         * config/te-armlinuxeabi.h: New file.
4133         * Makefile.in: Regenerated.
4134         * aclocal.m4: Likewise.
4135         * configure: Likewise.
4136         * doc/Makefile.in: Regenerated.
4137
4138 2004-12-02  Bob Wilson  <bob.wilson@acm.org>
4139
4140         * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
4141         (xtensa_restore_emit_state): Likewise.
4142
4143 2004-12-02  Alan Modra  <amodra@bigpond.net.au>
4144
4145         * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
4146         (s_align): Use it.
4147
4148 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
4149
4150         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
4151         * Makefile.in: Regenerate.
4152
4153 2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>
4154
4155         * config/tc-crx.c: Major code cleanup. Remove unused variables and
4156         functions, give functions a meaningful name, add comments.
4157         (check_range): New function - Replace operand size calculation
4158         with range checking.
4159         (assemble_insn): Update Algorithm, improve error issuing.
4160         (enum op_err): New.
4161         (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation
4162         handling.
4163
4164 2004-11-29  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4165
4166         * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte
4167         miss between different section in the same module.
4168         (tc_gen_reloc): Likewise.
4169
4170 2004-11-25  Theodore A. Roth  <troth@openavr.org>
4171
4172         * gas/config/tc-avr.c (mcu_types): Add support for atmega165,
4173         atmega325, atmega3250, atmega645 and atmega6450.
4174
4175 2004-11-25 Jan Beulich  <jbeulich@novell.com>
4176
4177         * config/tc-i386.c (optimize_imm): Adjust immediates to only those
4178         permissible for the selected instruction suffix.
4179         (process_suffix): For DefaultSize instructions, suppressing the
4180         guessing of a 'q' suffix if the instruction doesn't support it is
4181         pointless, because only an 'l' suffix can be guessed in this place.
4182
4183 2004-11-24  Nick Clifton  <nickc@redhat.com>
4184
4185         * config/tc-iq2000.c: Remove support for IQ10 processor.
4186         Convert to ISO C90 formatting.
4187         * config/tc-iq2000.h: Likewise.
4188
4189 2004-11-23  Nick Clifton  <nickc@redhat.com>
4190
4191         * config/tc-mn10300.c (md_relax_table): More fixes to the offsets
4192         in this table.  They should be correct now.
4193
4194 2004-11-23 Jan Beulich <jbeulich@novell.com>
4195
4196         * config/tc-i386.h (CpuMMX2): Declare. Artificial classifier to
4197         indicate the MMX extensions added by both SSE and 3DNow!A.
4198         (Cpu3dnowA): Declare.
4199         (CpuUnknownFlags): Update.
4200         * config/tc-i386.c (cpu_sub_arch_name): Declare.
4201         (cpu_arch): i586 and pentium do not imply MMX. i686 and pentiumpro do
4202         neither imply SSE nor MMX. k6 implies MMX. k6_2 additionally implies
4203         3DNow!. Athlon additionally implies 3DNow!A. Several new
4204         entries (those starting with a dot are for sub-arch specification).
4205         (set_cpu_arch): Handle sub-arch specifications.
4206         (parse_insn): Distinguish between instructions not supported because
4207         of insufficient CPU features and because of 64-bit mode.
4208         * doc/c-i386.texi: Describe enhanced .arch directive.
4209
4210 2004-11-22  Bob Wilson  <bob.wilson@acm.org>
4211
4212         * config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
4213
4214 2004-11-22  Bob Wilson  <bob.wilson@acm.org>
4215
4216         * dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section
4217         without a corresponding .debug_info section.
4218
4219 2004-11-22  Hans-Peter Nilsson  <hp@axis.com>
4220
4221         * read.c (potable): Add "error" and "warning".
4222         (s_errwarn): New function.
4223         * read.h (s_errwarn): Declare.
4224         * doc/as.texinfo (Error, Warning): Document .error and .warning.
4225
4226 2004-11-22  Nick Clifton  <nickc@redhat.com>
4227
4228         * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
4229         c_dot_file_symbol.
4230
4231 2004-11-19  Alan Modra  <amodra@bigpond.net.au>
4232
4233         * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
4234         struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h.
4235
4236 2004-11-19  Alan Modra  <amodra@bigpond.net.au>
4237
4238         * config/obj-coff.c (c_dot_file_symbol): Add "app" param.
4239         (coff_adjust_symtab): Adjust call.
4240         (crawl_symbols): Likewise.
4241         * config/obj-coff.h (c_dot_file_symbol): Add "app" param.
4242         (obj_app_file): Adjust.
4243
4244 2004-11-18  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
4245
4246         * configure.in: Enable bfd_assember for the MAXQ port.
4247         * configure: Regenerate.
4248
4249 2004-11-12  Bob Wilson  <bob.wilson@acm.org>
4250             Sterling Augustine  <sterling@tensilica.com>
4251
4252         * config/tc-xtensa.c (finish_vinsn): Clear pending instruction if
4253         there is a conflict.
4254         (check_t1_t2_reads_and_writes): Check for both reads and writes to
4255         interfaces that are related as determined by xtensa_interface_class_id.
4256
4257 2004-11-12  Nick Clifton  <nickc@redhat.com>
4258
4259         * config/tc-mn10300.c (md_relax_table): Fix off by one negative
4260         offsets for conditional branches.
4261
4262 2004-11-11  Bob Wilson  <bob.wilson@acm.org>
4263
4264         * config/tc-xtensa.c (MAX_IMMED6): Change value to 65.
4265
4266 2004-11-10  Bob Wilson  <bob.wilson@acm.org>
4267
4268         * config/tc-xtensa.c (update_next_frag_state): Always add a NOP if
4269         relaxing at the end of a loop.  Don't mark frags as UNREACHABLE or
4270         MAYBE_UNREACHABLE.
4271         (relax_frag_immed): Update call to update_next_frag_state.
4272
4273 2004-11-10  Alan Modra  <amodra@bigpond.net.au>
4274
4275         * obj.h (struct format_ops <app_file>): Add int param.
4276         * read.h (s_app_file_string): Likewise.
4277         * read.c (s_app_file_string): Likewise.
4278         (s_app_file): Adjust s_app_file_string call.
4279         * config/tc-mips.c (s_mips_file): Likewise.
4280         * config/obj-coff.h (obj_app_file): Add app param.
4281         * config/obj-ecoff.h (obj_app_file): Likewise.
4282         * config/obj-multi.h (obj_app_file): Likewise.
4283         * config/obj-elf.h (elf_file_symbol): Likewise.
4284         * config/obj-elf.c (elf_file_symbol): Only emit one file symbol
4285         if called for # preprocessor lines.
4286
4287 2004-11-08  H.J. Lu  <hongjiu.lu@intel.com>
4288
4289         PR 528
4290         * symbols.c (resolve_symbol_value): Convert weak symbols only
4291         for Windows PECOFF.
4292         (symbol_equated_reloc_p): Don't equate weaks when relocating
4293         only for Windows PECOFF.
4294
4295 2004-11-08  Tomer Levi  <Tomer.Levi@nsc.com>
4296
4297         * config/tc-crx.c (print_insn): Check and set insn_addr.
4298         * config/tc-crx.h (md_frag_check): Define.
4299
4300 2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
4301             Vineet Sharma      <vineets@noida.hcltech.com>
4302
4303         * configure.in: Add support for new target maxq-coff.
4304         * configure: Regenerate.
4305         * NEWS: Mention new support.
4306         * config/tc-maxq.c: New file.
4307         * config/tc-maxq.h: New file.
4308         * config/obj-coff.h: Add support for maxq-coff.
4309
4310 2004-11-08  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
4311
4312         * symbols.c (any_external_name): Define.
4313         (resolve_symbol_value): Convert weak symbols.
4314         (S_SET_EXTERNAL): Support any_external_name.
4315         (S_SET_NAME): Qualify parameter const.
4316         (symbol_equated_reloc_p): Equate to weaks when relocating.
4317         * symbols.h (S_SET_NAME): Qualfiy parameter const.
4318         * tc.h (any_external_name): Declare.
4319         * config/obj-coff.c ("coff/pe.h"): Include for BFD
4320         assemblers also.
4321         (weak_is_altname): Declare and define.
4322         (weak_name2altname): Same.
4323         (weak_altname2name): Same.
4324         (weak_uniquify): Same.
4325         (weak_altprefix): Define.
4326         (obj_coff_weak): Change .weak syntax and handling.
4327         (coff_frob_symbol): Fix PE weak symbol alternates.
4328         * config/obj-coff.h (USE_UNIQUE): Define.
4329         * config/tc-i386.c (md_apply_fix3): Assume weak symbols
4330         are in another segment.
4331         (tc_gen_reloc): Remove broken addend hack.
4332         doc/as.texinfo: Update.
4333
4334 2004-11-05  Sterling Augustine  <sterling@tensilica.com>
4335
4336         * config/tc-xtensa.c (total_frag_text_expansion): New.
4337         (md_estimate_size_before_relax): Use it.
4338         (find_address_of_next_align_frag): Likewise.
4339
4340 2004-11-05  Tomer Levi  <Tomer.Levi@nsc.com>
4341
4342         * config/tc-crx.c: Rename argument types.
4343         (processing_arg_number): Rename to 'cur_arg_num'.
4344         (get_number_of_bits): Rename to 'set_operand_size'.
4345         (get_operandtype): Rename to 'parse_operand', totally rewrite.
4346         (set_cons_rparams): Rename to 'set_operand', totally rewrite.
4347         (set_indexmode_parameters): Remove function, integrate its code into
4348         'set_operand'.
4349         (set_operand_size): Get rid of 'Operand Number' function parameter -
4350         use global variable 'cur_arg_num' instead.
4351         Use a local 'argument' pointer to reference the current argument.
4352         (parse_operand): Likewise.
4353         (set_operand): Likewise.
4354         (process_label_constant): Likewise.
4355
4356 2004-11-04  Bob Wilson  <bob.wilson@acm.org>
4357
4358         * config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs.
4359         (add_section_rename): Delete.  Inlined into...
4360         (build_section_rename): ...here.  Use xstrdup instead of strdup.
4361         (xtensa_section_rename): Drop "const" from argument and return types.
4362         (md_show_usage): Indent to match show_usage().
4363         * config/tc-xtensa.h: Remove XTENSA_SECTION_RENAME ifdefs.
4364         (tc_canonicalize_section_name): Define.
4365         (md_elf_section_rename): Remove unused macro.
4366         * doc/as.texinfo (Overview): Document Xtensa --rename-section option.
4367         * doc/c-xtensa.texi (Xtensa Options): Likewise.
4368         (Frame Directive): Delete.
4369
4370 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4371
4372         * configure.in: Remove arm-*-oabi and thumb-*-oabi.
4373         * config/tc-arm.c (target_oabi): Delete.
4374         (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
4375         (arm_opts): Remove moabi.
4376         * doc/as.texinfo (Overview): Remove documentation of -moabi.
4377         * doc/c-arm.texi (ARM Options): Likewise.
4378         * configure: Regenerated.
4379
4380 2004-11-04  Hans-Peter Nilsson  <hp@axis.com>
4381
4382         * configure.in (crisv32): Recognize.  AC_DEFINE_UNQUOTED
4383         DEFAULT_CRIS_ARCH.  Handle crisv32-*-linux-gnu* like
4384         cris-*-linux-gnu* and crisv32-*-* like cris-*-*.
4385         * configure: Regenerate.
4386         * config/tc-cris.c (enum cris_archs): New.
4387         (cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg)
4388         (cris_insn_ver_valid_for_arch): New functions.
4389         (DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10.
4390         (cris_arch): New variable.
4391         (md_pseudo_table): New pseudo .arch.
4392         (err_for_dangerous_mul_placement): Initialize according to
4393         DEFAULT_CRIS_ARCH.
4394         (STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH.
4395         All users changed.
4396         (STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON)
4397         (STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32)
4398         (BRANCH_WF_V32, BRANCH_WB_V32): New.
4399         (BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after
4400         use in md_cris_relax_table.
4401         (md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32,
4402         STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
4403         Update and improve head comment.
4404         (OPTION_PIC): Define in terms of previous option, OPTION_US.
4405         (OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar.
4406         (OPTION_ARCH): New.
4407         (md_longopts): New option --march=...
4408         (cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New
4409         macros.
4410         (md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH.
4411         (HANDLE_RELAXABLE): New macro.
4412         (md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common
4413         cases.  Check for weak symbols and assume not relaxable.  Handle
4414         STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON,
4415         STATE_ABS_BRANCH_V32, STATE_LAPC.  Use new variable symbolP, not
4416         fragP->fr_symbol.
4417         (md_convert_frag): Handle STATE_COND_BRANCH_V32,
4418         STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
4419         (cris_create_short_jump): Adjust for CRISv32.
4420         (cris_relax_frag): Handle new states.
4421         (md_create_long_jump): Ditto.  Emit error for common_v10_v32.
4422         (md_begin): Define symbols "..asm.arch.cris.v32",
4423         "..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and
4424         "..asm.arch.cris.any_v0_v10".  Use cris_insn_ver_valid_for_arch
4425         when entering opcode table entry points.
4426         (md_assemble): Adjust branch handling for CRISv32.  Handle LAPC
4427         relaxation.  In fix_new_exp call for main insn, pass 1 for pcrel
4428         parameter for 8, 16 and 32-bit pc-relative insns and LAPC.
4429         (cris_process_instruction): Initialize out_insnp->insn_type to
4430         CRIS_INSN_NONE, not CRIS_INSN_NORMAL.
4431         <case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New
4432         cases.
4433         <case 'm'>: Check that modified_char == '.'.
4434         <invalid operands>: Consume the rest of the line.
4435         When operands don't match, skip over subsequent insns with
4436         non-matching version specifier but same mnemonic.
4437         <immediate constant, case SIZE_SPEC_REG>: Immediate operands for
4438         special registers in CRISv32 are always 32 bit long.
4439         <immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>:
4440         New cases.
4441         (get_gen_reg): Only recognize "PC" when followed by "+]" for v32
4442         and compatible.  Recognize "ACR" for v32, unless followed by "+".
4443         (get_spec_reg): Consider cris_arch when looking up register.
4444         (get_autoinc_prefix_or_indir_op): Don't recognize assignment for
4445         v32 or compatible.
4446         (get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'.
4447         (cris_get_expression): Restore input_line_pointer if failing "early".
4448         (get_flags): Consider cris_arch and recognize flags accordingly.
4449         (branch_disp): Adjust for CRISv32.
4450         (gen_cond_branch_32): Similar.  Emit error for common_v10_v32.
4451         (cris_number_to_imm): Use as_bad_where, not as_bad.  Remove
4452         related FIXME.  Don't insist on BFD_RELOC_32_PCREL fixup to be
4453         resolved.  Don't enter zeros in object file for
4454         BFD_RELOC_32_PCREL.
4455         <case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16>
4456         <case BFD_RELOC_CRIS_SIGNED_8>: New case.
4457         (md_parse_option): Break out "return 1".
4458         <OPTION_ARCH> New case.
4459         (tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET>
4460         <case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8>
4461         <case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16>
4462         <case BFD_RELOC_32_PCREL>: New cases.
4463         Addends for non-zero fx_pcrel are too in fx_offset.
4464         (md_show_usage): Show --march=<arch>.
4465         (md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET.
4466         (md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too.
4467         (s_syntax) <struct syntaxes>: Properly constify member operand.
4468         * config/tc-cris.h (TARGET_MACH): Define.
4469         (cris_mach): Declare.
4470         * doc/as.texinfo (Overview) <CRIS>: Add --march=...
4471         * doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols.
4472         (CRIS-Opts): Document --march=...
4473         (CRIS-Pseudos): Document .arch.
4474
4475 2004-11-04 Jan Beulich <jbeulich@novell.com>
4476
4477         * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when
4478         intel syntax and no register prefix, allow $ in symbol names when
4479         intel syntax.
4480         (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX.
4481         (intel_float_operand): Add fourth return value indicating math control
4482         operations. Make classification more precise.
4483         (md_assemble): Complain if memory operand of mov[sz]x has no size
4484         specified.
4485         (parse_insn): Translate word operands to floating point instructions
4486         operating on integers as well as control instructions to short ones
4487         as expected by AT&T syntax. Translate 'd' suffix to short one only for
4488         floating point instructions operating on non-integer operands.
4489         (match_template): Remove fldcw special case. Adjust q-suffix handling
4490         to permit it on fild/fistp/fisttp in AT&T mode.
4491         (process_suffix): Don't guess DefaultSize insns' suffix from
4492         stackop_size for certain floating point control instructions. Guess
4493         suffix for branch and [ls][gi]dt based on flag_code. Split error
4494         messages for Intel and AT&T syntax, and make the condition more strict
4495         for the former. Adjust suppressing of generation of operand size
4496         overrides.
4497         (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
4498         OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add
4499         more error checking.
4500         * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR
4501         SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines.
4502
4503 2004-11-03  Hans-Peter Nilsson  <hp@axis.com>
4504
4505         * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare
4506         md_short_jump_size, md_long_jump_size.
4507         * write.c [!WORKING_DOT_WORD]: Ditto.
4508         * tc.h [!WORKING_DOT_WORD]: Declare them here.  Drop const
4509         qualifier.
4510         * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't
4511         declare.
4512         * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop
4513         const qualifier in these definitions.
4514         * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c,
4515         config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto.
4516
4517 2004-11-02  Nick Clifton  <nickc@redhat.com>
4518
4519         * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file
4520         table before deciding to produce a .debug_line section to match up
4521         with a user provided .debug_info section.
4522
4523 2004-10-28  Tomer Levi  <Tomer.Levi@nsc.com>
4524
4525         * config/tc-crx.c (getreg_image): Bug fix, a return value was
4526         mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
4527
4528 2004-10-27  Tomer Levi  <Tomer.Levi@nsc.com>
4529
4530         * config/tc-crx.c: Remove global variable 'post_inc_mode'.
4531         (get_flags): New function.
4532         (get_number_of_bits): Edit comments, update numeric values to
4533         supported sizes.
4534         (process_label_constant): Don't support the colon
4535         format (SYMBOL:[s|m|l]).
4536         (set_cons_rparams): Support argument type 'arg_rbase'.
4537         (get_operandtype): Bug fix in 'rbase' operand type parsing.
4538         (handle_LoadStor): Bug fix, first handle post-increment mode.
4539         (getreg_image): Remove redundant code, update according to latest
4540         CRX spec.
4541         (print_constant): Bug fix relate to 3-word instructions.
4542         (assemble_insn): Bug fix, when matching instructions, verify also
4543         instruction type (not only mnemonic).
4544         Add various error checking.
4545         (preprocess_reglist): Support HI/LO and user registers.
4546
4547 2004-10-25  David Mosberger-Tang  <davidm@hpl.hp.com>
4548
4549         * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value
4550         in an epilogue directive go negative.
4551
4552 2004-10-25  H.J. Lu  <hongjiu.lu@intel.com>
4553
4554         PR 474
4555         * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use
4556         after reporting template error during manual bundling. Reported
4557         by Michael Dupont, michaelx.dupont@intel.com.
4558
4559 2004-10-25  Daniel Jacobowitz  <dan@debian.org>
4560
4561         * Makefile.am: Run dep-am.
4562         * aclocal.m4: Regenerate with automake 1.9.2.
4563         * Makefile.in: Regenerate with automake 1.9.2.
4564         * doc/Makefile.in: Likewise.
4565
4566         * config/tc-arm.c: Include "dw2gencfi.h".
4567         (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
4568         New functions.
4569         * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN)
4570         (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum)
4571         (tc_cfi_frame_initial_instructions): Define.
4572         (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
4573         Add prototypes.
4574
4575 2004-10-21  Tomer Levi  <Tomer.Levi@nsc.com>
4576
4577         * config/tc-crx.c (assemble_insn): Check unsigned immediate
4578         operands validity.
4579         Update coprocessor id to be unsigned immediate.
4580
4581 2004-10-18  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
4582
4583         * config/tc-i386.c (O_secrel): Delete.
4584         (tc_pe_dwarf2_emit_offset): New function.
4585         * config/tc-i386.h (O_secrel): Define as O_md1.
4586         (TC_DWARF2_EMIT_OFFSET): Define.
4587
4588 2004-10-18  Nick Clifton  <nickc@redhat.com>
4589
4590         * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and
4591         ignore @fptr() directives for 4-byte fixups.
4592
4593 2004-10-15  Alan Modra  <amodra@bigpond.net.au>
4594
4595         * Makefile.am: Run "make dep-am"
4596         * Makefile.in: Regenerate.
4597
4598 2004-10-14  Bob Wilson  <bob.wilson@acm.org>
4599
4600         * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):
4601         Remove comments about placement of literal pools.
4602         (Literal Directive): Update description of literal placement.
4603         (Literal Prefix Directive): Remove statement that this does not apply
4604         to absolute-mode literals.  Describe new section naming scheme.
4605
4606 2004-10-12  Bob Wilson  <bob.wilson@acm.org>
4607
4608         * config/tc-xtensa.c (xtensa_frequency_pseudo): Use set_subseg_freq.
4609         (is_entry_opcode, is_movi_opcode, is_the_loop_opcode, is_jx_opcode,
4610         is_windowed_return_opcode): Delete.
4611         (xtensa_frob_label): Use get_subseg_target_freq.
4612         (md_assemble): Inline call to is_entry_opcode.
4613         (xtensa_handle_align): Inline call to get_frag_is_literal.
4614         (relaxation_requirements): Inline call to is_jx_opcode.
4615         (emit_single_op): Inline call to is_movi_opcode.
4616         (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn,
4617         get_frag_is_no_transform, is_entry_opcode, and
4618         set_frag_is_specific_opcode.  Use get_subseg_total_freq.
4619         (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags,
4620         xtensa_fix_close_loop_end_frags, relax_frag_immed, convert_frag_immed):
4621         Inline calls to get_frag_is_no_transform.
4622         (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode.
4623         (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and
4624         get_frag_is_no_transform.
4625         (convert_frag_immed_finish_loop): Inline calls to get_expression_value
4626         and set_frag_is_no_transform.
4627         (get_expression_value): Delete.
4628         (subseg_map struct): Rename cur_total_freq to total_freq.  Rename
4629         cur_target_freq to target_freq.
4630         (get_subseg_info): Split out code to create a new map entry into ...
4631         (add_subseg_info): ... this new function.
4632         (get_last_insn_flags): Check if get_subseg_info succeeded.
4633         (set_last_insn_flags): Call add_subseg_info if needed.
4634         (get_subseg_total_freq, get_subseg_target_freq, set_subseg_freq): New.
4635         (xtensa_reorder_segments): Compute last_sec while counting sections.
4636         Remove call to get_last_sec.
4637         (get_last_sec): Delete.
4638         (cache_literal_section): Inline call to retrieve_literal_seg and its
4639         callees, seg_present and add_seg_list.
4640         (retrieve_literal_seg, seg_present, add_seg_list): Delete.
4641         (get_frag_is_insn, get_frag_is_no_transform,
4642         set_frag_is_specific_opcode, set_frag_is_no_transform): Delete.
4643         * config/tc-xtensa.h (MAX_SLOTS): Reduce from 31 to 15.
4644
4645 2004-10-12  Bob Wilson  <bob.wilson@acm.org>
4646
4647         * config/tc-xtensa.c: Use ISO C90 formatting.
4648         * config/tc-xtensa.h: Likewise.
4649         * config/xtensa-istack.h: Likewise.
4650         * config/xtensa-relax.c: Likewise.
4651         * config/xtensa-relax.h: Likewise.
4652
4653 2004-10-12  Paul Brook  <paul@codesourcery.com>
4654
4655         * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to
4656         EF_ARM_EABI_VER4.
4657         (arm_eabis): Ditto.
4658         * doc/c-arm.texi: Document that we actually support -meabi=4, not
4659         -meabi=3.
4660
4661 2004-10-08  Bob Wilson  <bob.wilson@acm.org>
4662
4663         * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
4664         entries.
4665         (Acknowledgements): Use "GAS" instead of AS variable.
4666
4667 2004-10-08  Daniel Jacobowitz  <dan@debian.org>
4668
4669         * config/tc-i386.c: Include "elf/x86-64.h".
4670         (i386_elf_section_type): New function.
4671         * config/tc-i386.h (md_elf_section_type): Define.
4672         (i386_elf_section_type): New prototype.
4673
4674 2004-10-08  Linus Nielsen Feltzing  <linus@haxx.se>
4675
4676         * config/m68k-parse.h (enum m68k_register): New control register,
4677         MBAR2 (for MCF5249)
4678         * config/tc-m68k.c: Correct control register set for MCF5249.
4679
4680 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
4681             Sterling Augustine  <sterling@tensilica.com>
4682
4683         * config/tc-xtensa.c (absolute_literals_supported): New global flag.
4684         (UNREACHABLE_MAX_WIDTH): Define.
4685         (XTENSA_FETCH_WIDTH): Delete.
4686         (cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
4687         prefer_const16, prefer_l32r): New global variables.
4688         (LIT4_SECTION_NAME): Define.
4689         (lit4_state struct): Add lit4_seg_name and lit4_seg fields.
4690         (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
4691         (frag_flags struct): New.
4692         (xtensa_block_info struct): Move from tc-xtensa.h.  Add flags field.
4693         (subseg_map struct): Add cur_total_freq and cur_target_freq fields.
4694         (bitfield, bit_is_set, set_bit, clear_bit): Define.
4695         (MAX_FORMATS): Define.
4696         (op_placement_info struct, op_placement_table): New.
4697         (O_pltrel, O_hi16, O_lo16): Define.
4698         (directiveE enum): Rename directive_generics to directive_transform.
4699         Delete directive_relax.  Add directive_schedule,
4700         directive_absolute_literals, and directive_last_directive.
4701         (directive_info): Rename "generics" to "transform".  Delete "relax".
4702         Add "schedule" and "absolute-literals".
4703         (directive_state): Adjust entries to match changes in directive_info.
4704         (xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
4705         (xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
4706         xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
4707         (xtensa_j_opcode, xtensa_rsr_opcode): Delete.
4708         (align_only_targets, software_a0_b_retw_interlock,
4709         software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
4710         software_avoid_short_loop, software_avoid_close_loop_end,
4711         software_avoid_all_short_loops, specific_opcode): Delete.
4712         (warn_unaligned_branch_targets): New.
4713         (workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
4714         workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
4715         (option_[no_]link_relax, option_[no_]transform,
4716         option_[no_]absolute_literals, option_warn_unaligned_targets,
4717         option_prefer_l32r, option_prefer_const16, option_target_hardware):
4718         New enum values.
4719         (option_[no_]align_only_targets, option_literal_section_name,
4720         option_text_section_name, option_data_section_name,
4721         option_bss_section_name, option_eb, option_el): Delete.
4722         (md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
4723         warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
4724         and target-hardware.  Delete entries for [no-]target-align-only,
4725         literal-section-name, text-section-name, data-section-name, and
4726         bss-section-name.
4727         (md_parse_option): Handle new options and remove old ones.  Accept but
4728         ignore [no-]density options.  Warn for [no-]generics and [no-]relax
4729         and treat them as [no-]transform.
4730         (md_show_usage): Add new options and remove old ones.
4731         (xtensa_setup_hw_workarounds): New.
4732         (md_pseudo_table): Change "word" entry to use xtensa_elf_cons.  Add
4733         "long", "short", "loc" and "frequency" entries.
4734         (use_generics): Rename to ...
4735         (use_transform): ... this function.  Add past_xtensa_end check.
4736         (use_longcalls): Add past_xtensa_end check.
4737         (code_density_available, can_relax): Delete.
4738         (do_align_targets): New.
4739         (get_directive): Accept dashes in directive names.  Warn about
4740         [no-]generics and [no-]relax directives and treat them as
4741         [no-]transform.
4742         (xtensa_begin_directive): Call md_flush_pending_output only for some
4743         directives.  Check for directives inside instruction bundles.  Warn
4744         about deprecated ".begin literal" usage.  Warn and ignore [no-]density
4745         directives.  Handle new directives.  Check generating_literals flag
4746         for literal_prefix.
4747         (xtensa_end_directive): Check for directives inside instruction
4748         bundles.  Warn and ignore [no-]density directives.  Handle new
4749         directives.  Call xtensa_set_frag_assembly_state.
4750         (xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
4751         xtensa_dwarf2_emit_insn): New.
4752         (xtensa_literal_position): Call md_flush_pending_output.  Do not check
4753         use_literal_section flag.
4754         (xtensa_literal_pseudo): Call md_flush_pending_output.  Handle absolute
4755         literals.  Use xtensa_elf_cons to parse the expression.
4756         (xtensa_literal_prefix): Do not check use_literal_section.  Support
4757         ".lit4" sections for absolute literals.  Change prefix convention to
4758         replace ".text" (or ".t" in a linkonce section).  No need to call
4759         subseg_set.
4760         (xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
4761         (expression_end): Handle closing braces and colons.
4762         (PLT_SUFFIX, plt_suffix): Delete.
4763         (expression_maybe_register): Use new xtensa-isa.h functions.  Use
4764         xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
4765         and O_hi16 expressions as well.
4766         (tokenize_arguments): Handle closing braces and colons.
4767         (parse_arguments): Use new xtensa-isa.h functions.  Handle "invisible"
4768         operands and paired register syntax.
4769         (get_invisible_operands): New.
4770         (xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax.  Use
4771         new xtensa-isa.h functions.
4772         (xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
4773         (xg_translate_idioms): Check if inside bundle.  Use use_transform.
4774         Handle new Xtensa LX RSR/WSR/XSR syntax.  Remove code to widen density
4775         instructions.  Use xtensa_translate_zero_immed.
4776         (operand_is_immed, operand_is_pcrel_label): Delete.
4777         (get_relaxable_immed): Use new xtensa-isa.h functions.
4778         (get_opcode_from_buf): Add slot parameter.  Use new xtensa-isa.h
4779         functions.
4780         (xtensa_print_insn_table, print_vliw_insn): New.
4781         (is_direct_call_opcode): Use new xtensa-isa.h functions.
4782         (is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
4783         is_branch_or_jump_opcode): Delete.
4784         (is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
4785         (opnum_to_reloc, reloc_to_opnum): Delete.
4786         (xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
4787         xtensa-isa.h functions.  Operate on one slot of an instruction.
4788         (xtensa_insnbuf_set_immediate_field, is_negatable_branch,
4789         xg_get_insn_size): Delete.
4790         (xg_get_build_instr_size): Use xg_get_single_size.
4791         (xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
4792         xg_build_widen_table.  Use xg_get_single_size.
4793         (xg_get_max_narrow_insn_size): Delete.
4794         (xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
4795         xg_is_relaxable_insn): Update calls to xg_build_widen_table.  Use
4796         xg_get_single_size.
4797         (xg_build_to_insn): Record the loc field.  Handle OP_OPERAND_HI16U and
4798         OP_OPERAND_LOW16U.  Check xg_valid_literal_expression.
4799         (xg_expand_to_stack, xg_expand_narrow): Update calls to
4800         xg_build_widen_table.  Use xg_get_single_size.
4801         (xg_immeds_fit): Use new xtensa-isa.h functions.  Update call to
4802         xg_check_operand.
4803         (xg_symbolic_immeds_fit): Likewise.  Also handle O_lo16 and O_hi16, and
4804         treat weak symbols conservatively.
4805         (xg_check_operand): Use new xtensa-isa.h functions.
4806         (is_dnrange): Delete.
4807         (xg_assembly_relax): Inline previous calls to tinsn_copy.
4808         (xg_finish_frag): Specify separate relax states for the frag and slot0.
4809         (is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
4810         xtensa-isa.h functions.
4811         (xg_instruction_matches_option_term, xg_instruction_matches_or_options,
4812         xg_instruction_matches_options): New.
4813         (xg_instruction_matches_rule): Handle O_register expressions.  Call
4814         xg_instruction_matches_options.
4815         (transition_rule_cmp): New.
4816         (xg_instruction_match): Update call to xg_build_simplify_table.
4817         (xg_build_token_insn): Record loc fields.
4818         (xg_simplify_insn): Check is_specific_opcode field and
4819         density_supported flag.
4820         (xg_expand_assembly_insn): Skip checking code_density_available.  Use
4821         new xtensa-isa.h functions.  Call use_transform instead of can_relax.
4822         (xg_assemble_literal): Add error handling for O_big.  Call
4823         record_alignment.  Handle O_pltrel.
4824         (xg_valid_literal_expression): New.
4825         (xg_assemble_literal_space): Add slot parameter.  Remove call to
4826         set_expr_symbol_offset.  Add call to record_alignment.  Update call to
4827         xg_finish_frag.
4828         (xg_emit_insn): Delete.
4829         (xg_emit_insn_to_buf): Add format parameter.  Update calls to
4830         xg_add_opcode_fix and xtensa_insnbuf_to_chars.
4831         (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
4832         and slot parameters.  Handle new "alternate" relocations for absolute
4833         literals and CONST16 instructions.  Check for bad uses of O_lo16 and
4834         O_hi16.  Use new xtensa-isa.h functions.
4835         (xg_assemble_tokens): Delete.
4836         (is_register_writer): Use new xtensa-isa.h functions.
4837         (is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
4838         old-style RSR from LCOUNT.
4839         (next_frag_opcode): Delete.
4840         (next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
4841         update_next_frag_state): New.
4842         (update_next_frag_nop_state): Delete.
4843         (next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
4844         (xtensa_mark_literal_pool_location): Check use_literal_section flag and
4845         the state of the absolute-literals directive.  Add calls to
4846         record_alignment and xtensa_set_frag_assembly_state.  Call
4847         xtensa_switch_to_non_abs_literal_fragment instead of
4848         xtensa_switch_to_literal_fragment.
4849         (build_nop): New.
4850         (assemble_nop): Use build_nop.  Update call to xtensa_insnbuf_to_chars.
4851         (get_expanded_loop_offset): Change check for undefined opcode to an
4852         assertion.
4853         (xtensa_set_frag_assembly_state, relaxable_section,
4854         xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
4855         xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
4856         (md_begin): Update call to xtensa_isa_init.  Initialize linkrelax to 1.
4857         Set lit4_seg_name.  Call xg_init_vinsn.  Initialize new global opcodes.
4858         Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
4859         (xtensa_init_fix_data): New.
4860         (xtensa_frob_label): Reset label symbol to the current frag.  Check
4861         do_align_targets and generating_literals flag.  Propagate frequency
4862         info to new alignment frag.  Call xtensa_set_frag_assembly_state.
4863         (xtensa_unrecognized_line): New.
4864         (xtensa_flush_pending_output): Check if inside a bundle.  Add a call
4865         to xtensa_set_frag_assembly_state.
4866         (error_reset_cur_vinsn): New.
4867         (md_assemble): Remove check for literal frag.  Remove call to
4868         istack_init.  Call use_transform instead of use_generics.  Parse
4869         explicit instruction format specifiers.  Move code for
4870         a0_b_retw_interlock workaround to xg_assemble_vliw_tokens.  Call
4871         error_reset_cur_vinsn on errors.  Add call to get_invisible_operands.
4872         Add dwarf2_where call.  Remote automatic alignment for ENTRY
4873         instructions.  Move call to xtensa_clear_insn_labels to the end.
4874         Rearrange to handle bundles.
4875         (xtensa_cons_fix_new): Delete.
4876         (xtensa_handle_align): New.
4877         (xtensa_frag_init): Call xtensa_set_frag_assembly_state.  Remove
4878         assignment to is_no_density field.
4879         (md_pcrel_from): Use new xtensa-isa.h functions.  Use decode_reloc
4880         instead of reloc_to_opnum.  Handle "alternate" relocations.
4881         (xtensa_force_relocation, xtensa_check_inside_bundle,
4882         xtensa_elf_section_change_hook): New.
4883         (xtensa_symbol_new_hook): Delete.
4884         (xtensa_fix_adjustable): Check for difference of symbols with an
4885         offset.  Check for external and weak symbols.
4886         (md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
4887         (md_estimate_size_before_relax): Return expansion for the first slot.
4888         (tc_gen_reloc): Handle difference of symbols by producing
4889         XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
4890         into the output.  Handle new XTENSA_SLOT*_OP relocs by storing the
4891         tentative values into the output when linkrelax is set.
4892         (XTENSA_PROP_SEC_NAME): Define.
4893         (xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
4894         Create literal tables only if using literal sections.  Create new
4895         property tables instead of old instruction tables.  Check for unaligned
4896         branch targets and loops.
4897         (finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
4898         new_resource_table, clear_resource_table, resize_resource_table,
4899         resources_available, reserve_resources, release_resources,
4900         opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
4901         resources_conflict, xg_find_narrowest_format, relaxation_requirements,
4902         bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
4903         (xtensa_end): Call xtensa_flush_pending_output.  Set past_xtensa_end
4904         flag.  Update checks for workaround options.  Call
4905         xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
4906         (xtensa_cleanup_align_frags): Add special case for branch targets.
4907         Check for and mark unreachable frags.
4908         (xtensa_fix_target_frags): Remove use of align_only_targets flag.
4909         Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
4910         end of a zero-overhead loop body.
4911         (frag_can_negate_branch): Handle instructions with multiple slots.
4912         Use new xtensa-isa.h functions
4913         (xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
4914         xtensa_mark_zcl_first_insns): New.
4915         (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
4916         transformations are disabled.
4917         (next_instrs_are_b_retw): Use new xtensa-isa.h functions.  Handle
4918         multislot instructions.
4919         (xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
4920         Likewise.  Also error if transformations are disabled.
4921         (unrelaxed_frag_max_size): New.
4922         (unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
4923         xtensa-isa.h functions.
4924         (xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
4925         xtensa_opcode_is_loop instead of is_loop_opcode.
4926         (get_text_align_power): Replace as_fatal with assertion.
4927         (get_text_align_fill_size): Iterate instead of using modulus when
4928         use_nops is false.
4929         (get_noop_aligned_address): Assert that this is for a machine-dependent
4930         RELAX_ALIGN_NEXT_OPCODE frag.  Use next_frag_opcode_is_loop,
4931         xg_get_single_size, and frag_format_size.
4932         (get_widen_aligned_address): Rename to ...
4933         (get_aligned_diff): ... this function.  Add max_diff parameter.
4934         Remove handling of rs_align/rs_align_code frags.  Use
4935         next_frag_format_size, get_text_align_power, get_text_align_fill_size,
4936         next_frag_opcode_is_loop, and xg_get_single_size.  Compute max_diff
4937         and pass it back to caller.
4938         (xtensa_relax_frag): Use relax_frag_loop_align.  Add code for new
4939         RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
4940         RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types.  Check relax_seen.
4941         (relax_frag_text_align): Rename to ...
4942         (relax_frag_loop_align): ... this function.  Assume loops can only be
4943         in the first slot of an instruction.
4944         (relax_frag_add_nop): Use assemble_nop instead of constructing an OR
4945         instruction.  Remove call to frag_wane.
4946         (relax_frag_narrow): Rename to ...
4947         (relax_frag_for_align): ... this function.  Extend to handle
4948         RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
4949         RELAX_NARROW for the first slot.
4950         (find_address_of_next_align_frag, bytes_to_stretch): New.
4951         (future_alignment_required): Use find_address_of_next_align_frag and
4952         bytes_to_stretch.  Look ahead to subsequent frags to make smarter
4953         alignment decisions.
4954         (relax_frag_immed): Add format, slot, and estimate_only parameters.
4955         Check if transformations are enabled for b_j_loop_end workaround.
4956         Use new xtensa-isa.h functions and handle multislot instructions.
4957         Update call to xg_assembly_relax.
4958         (md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
4959         RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
4960         frag types.
4961         (convert_frag_narrow): Add segP, format and slot parameters.  Call
4962         convert_frag_immed for branch instructions.  Adjust calls to
4963         tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf.  Use
4964         xg_get_single_size and xg_get_single_format.
4965         (convert_frag_fill_nop): New.
4966         (convert_frag_immed): Add format and slot parameters.  Handle multislot
4967         instructions and use new xtensa-isa.h functions.  Update calls to
4968         tinsn_immed_from_frag and xg_assembly_relax.  Check if transformations
4969         enabled for b_j_loop_end workaround.  Use build_nop instead of
4970         assemble_nop.  Check is_specific_opcode flag.  Check for unreachable
4971         frags.  Use xg_get_single_size.  Handle O_pltrel.
4972         (fix_new_exp_in_seg): Remove check for old plt flag.
4973         (convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
4974         xtensa_insnbuf_to_chars.  Call tinsn_immed_from_frag.  Change check
4975         for loop opcode to an assertion.  Mark all frags up to the end of the
4976         loop as not transformable.
4977         (get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
4978         (get_subseg_info): New.
4979         (xtensa_move_literals): Call xtensa_set_frag_assembly_state.  Add null
4980         check for dest_seg.
4981         (xtensa_switch_to_literal_fragment): Rewrite to handle absolute
4982         literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
4983         (xtensa_switch_to_non_abs_literal_fragment): New.
4984         (cache_literal_section): Add is_code parameter and pass it through to
4985         retrieve_literal_seg.
4986         (retrieve_literal_seg): Add is_code parameter and use it to set the
4987         flags on the literal section.  Handle case where head parameter is 0.
4988         (get_frag_is_no_transform, set_frag_is_specific_opcode,
4989         set_frag_is_no_transform): New.
4990         (xtensa_create_property_segments): Add end_property_function parameter
4991         and pass it through to add_xt_block_frags.  Call bfd_get_section_flags
4992         and skip SEC_DEBUGGING and !SEC_ALLOC sections.
4993         (xtensa_create_xproperty_segments, section_has_xproperty): New.
4994         (add_xt_block_frags): Add end_property_function parameter and call it
4995         if it is non-zero.  Call xtensa_frag_flags_init.
4996         (xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
4997         get_frag_property_flags, frag_flags_to_number,
4998         xtensa_frag_flags_combinable, xt_block_aligned_size,
4999         xtensa_xt_block_combine, add_xt_prop_frags,
5000         init_op_placement_info_table, opcode_fits_format_slot,
5001         xg_get_single_size, xg_get_single_format): New.
5002         (istack_push): Inline call to tinsn_copy.
5003         (tinsn_copy): Delete.
5004         (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
5005         CONST16 opcodes.  Handle O_big, O_illegal, and O_absent.
5006         (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
5007         (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
5008         functions.  Handle invisible operands.
5009         (tinsn_to_slotbuf): New.
5010         (tinsn_check_arguments): Use new xtensa-isa.h functions.
5011         (tinsn_from_chars): Add slot parameter.  Rewrite using xg_init_vinsn,
5012         vinsn_from_chars, and xg_free_vinsn.
5013         (tinsn_from_insnbuf): New.
5014         (tinsn_immed_from_frag): Add slot parameter and handle multislot
5015         instructions.  Handle symbol differences.
5016         (get_num_stack_text_bytes): Use xg_get_single_size.
5017         (xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
5018         xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
5019         get_expr_register, set_expr_symbol_offset_diff): New.
5020         * config/tc-xtensa.h (MAX_SLOTS): Define.
5021         (xtensa_relax_statesE): Move from tc-xtensa.c. Add
5022         RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
5023         RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
5024         RELAX_NONE types.
5025         (RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
5026         (xtensa_frag_type struct): Add is_assembly_state_set,
5027         use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
5028         is_align, is_text_align, alignment, and is_first_loop_insn fields.
5029         Replace is_generics and is_relax fields by is_no_transform field.
5030         Delete is_text and is_longcalls fields.  Change text_expansion and
5031         literal_expansion to arrays of MAX_SLOTS entries.  Add arrays of
5032         per-slot information: literal_frags, slot_subtypes, slot_symbols,
5033         slot_sub_symbols, and slot_offsets.  Add fr_prev field.
5034         (xtensa_fix_data struct): New.
5035         (xtensa_symfield_type struct): Delete plt field.
5036         (xtensa_block_info struct): Move definition to tc-xtensa.h.  Add
5037         forward declaration here.
5038         (xt_section_type enum): Delete xt_insn_sec.  Add xt_prop_sec.
5039         (XTENSA_SECTION_RENAME): Undefine.
5040         (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
5041         tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
5042         HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
5043         (TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
5044         (unit_num_copies_func, opcode_num_units_func,
5045         opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
5046         (resource_table struct): New.
5047         * config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
5048         (TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
5049         literal_space, symbol, sub_symbol, offset, and literal_frag fields.
5050         (tinsn_copy): Delete prototype.
5051         (vliw_insn struct): New.
5052         * config/xtensa-relax.c (insn_pattern_struct): Add options field.
5053         (widen_spec_list): Add option conditions for density and boolean
5054         instructions.  Add expansions using CONST16 and conditions for using
5055         CONST16 vs. L32R.  Use new Xtensa LX RSR/WSR syntax.  Add entries for
5056         predicted branches.
5057         (simplify_spec_list): Add option conditions for density instructions.
5058         Add entry for NOP instruction.
5059         (append_transition): Add cmp function pointer parameter and use it to
5060         insert the new entry in order.
5061         (operand_function_LOW16U, operand_function_HI16U): New.
5062         (xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
5063         OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
5064         (enter_opname, split_string): Use xstrdup instead of strdup.
5065         (init_insn_pattern): Initialize new options field.
5066         (clear_req_or_option_list, clear_req_option_list,
5067         clone_req_or_option_list, clone_req_option_list, parse_option_cond):
5068         New.
5069         (parse_insn_pattern): Parse option conditions.
5070         (transition_applies): New.
5071         (build_transition): Use new xtensa-isa.h functions.  Fix incorrectly
5072         swapped last arguments in calls to append_constant_value_condition.
5073         Call clone_req_option_list.  Add warning about invalid opcode.
5074         Handle LOW16U and HI16U function names.
5075         (build_transition_table): Add cmp parameter and use it in calls to
5076         append_transition.  Use new xtensa-isa.h functions.  Check
5077         transition_applies before adding entries.
5078         (xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
5079         pass it through to build_transition_table.
5080         * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
5081         ReqOption, transition_cmp_fn): New types.
5082         (OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
5083         (transition_rule struct): Add options field.
5084         * doc/as.texinfo (Overview): Update Xtensa options.
5085         * doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
5086         --[no-]relax, and --[no-]generics options.  Update descriptions of
5087         --text-section-literals and --[no-]longcalls.  Add
5088         --[no-]absolute-literals and --[no-]transform.
5089         (Xtensa Syntax): Add description of syntax for FLIX instructions.
5090         Remove use of "generic" and "specific" terminology for opcodes.
5091         (Xtensa Registers): Generalize the syntax description to include
5092         user-defined register files.
5093         (Xtensa Automatic Alignment): Update.
5094         (Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
5095         (Xtensa Call Relaxation): Linker can now remove most of the overhead.
5096         (Xtensa Directives): Remove confusing rules about precedence.
5097         (Density Directive, Relax Directive): Delete.
5098         (Schedule Directive): New.
5099         (Generics Directive): Rename to ...
5100         (Transform Directive): ... this node.
5101         (Literal Directive): Update for absolute literals.  Missing
5102         literal_position directive is now an error.
5103         (Literal Position Directive): Update for absolute literals.
5104         (Freeregs Directive): Delete.
5105         (Absolute Literals Directive): New.
5106         (Frame Directive): Minor editing.
5107         * Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
5108         Update dependencies.
5109         * Makefile.in: Regenerate.
5110
5111 2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
5112
5113         * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp
5114         to build the second and third fixups for a composite relocation.
5115         (macro_read_relocs): New function.
5116         (macro_build): Use it.
5117         (s_cpsetup): Pass all three composite relocation codes to macro_build.
5118         Simplify fragging code accordingly.
5119         (s_gpdword): Use fix_new rather than fix_new_exp for the second part
5120         of the composite relocation.  Set fx_tcbit in both fixups.
5121
5122 2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
5123
5124         * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs.
5125         (md_apply_fix3): Don't treat composite relocs as done.
5126
5127 2004-10-07  Jan Beulich <jbeulich@novell.com>
5128
5129         * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
5130         prefix for symbol names generated from the LOCAL macro directive.
5131
5132         * dw2gencfi.c (select_cie_for_fde): When separating CIE out from
5133         FDE, treat a DW_CFA_remember_state as we do a DW_CFA_advance_loc.
5134
5135 2004-10-07  Tomer Levi  <Tomer.Levi@nsc.com>
5136
5137         * config/tc-crx.c (preprocess_reglist): Handle Co-processor
5138         Special registers.
5139         (md_assemble): Add error checking for Co-Processor instructions.
5140         (get_cinv_parameters): Add 'b' option to invalidate the
5141         branch-target cache.
5142
5143 2004-10-05  Paul Brook  <paul@codesourcery.com>
5144
5145         * config/tc-arm.c (unwind): New variable.
5146         (vfp_sp_encode_reg): New function.
5147         (vfp_sp_reg_required_here): Use it.
5148         (vfp_sp_reg_list, vfp_dp_reg_list): Remove.
5149         (vfp_parse_reg_list): New function.
5150         (s_arm_unwind_fnstart, s_arm_unwind_fnend, s_arm_unwind_cantunwind,
5151         s_arm_unwind_personality, s_arm_unwind_personalityindex,
5152         s_arm_unwind_handlerdata, s_arm_unwind_save, s_arm_unwind_movsp,
5153         s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): New
5154         functions.
5155         (md_pseudo_table): Add them.
5156         (do_vfp_reg2_from_sp2): Use vfp_parse_reg_list and vfp_sp_encode_reg.
5157         (do_vfp_sp2_from_reg2, vfp_sp_ldstm, vfp_dp_ldstm): Ditto.
5158         (set_section, add_unwind_adjustsp, flush_pending_unwind,
5159         finish_unwind_opcodes, start_unwind_section, create_unwind_entry,
5160         require_hashconst, add_unwind_opcode): New functions.
5161         * doc/c-arm.texi: Document unwinding opcodes.
5162         * NEWS: Mention the new feature.
5163
5164 2004-10-04  Eric Christopher  <echristo@redhat.com>
5165
5166         * config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
5167
5168 2004-10-01  H.J. Lu  <hongjiu.lu@intel.com>
5169
5170         * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
5171         TLS relocations.
5172         * config/tc-s390.c (md_apply_fix3): Likewise.
5173         * config/tc-sparc.c (md_apply_fix3): Likewise.
5174
5175 2004-10-01  Paul Brook  <paul@codesourcery.com>
5176
5177         * config/tc-arm.c (arm_elf_section_type): New function.
5178         (arm_elf_change_section): Set section link for exidx sections.
5179         * config/tc-arm.h (arm_elf_section_type): Add prototype.
5180         (md_elf_section_type): Define.
5181
5182 2004-10-01  Bill Farmer  <Bill@the-farmers.freeserve.co.uk>
5183
5184         * config/tc-pdp11.c (md_apply_fix3): Change to sign of the SOB
5185         instruction's offset.
5186
5187 2004-10-01  Adam Nemet  <anemet@lnxw.com>
5188
5189         * (TARGET_FORMAT): Remove LynxOS COFF definition.
5190
5191 2004-10-01  Ravi Ramaseshan  <ravi.ramaseshan@codito.com>
5192
5193         * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
5194         asymbol *, instead use symbol_get_bfdsym.
5195
5196 2004-09-30  Linus Nielsen Feltzing  <linus@haxx.se>
5197
5198         * config/tc-m68k.c (select_control_regs): Add mcf5249.
5199
5200 2004-09-30  Paul Brook  <paul@codesourcery.com>
5201
5202         * config/tc-arm.c (do_smi, do_nop): New functions.
5203         (insns): Add ARMv6ZK instructions.
5204         (md_apply_fix3): Handle BFD_RELOC_ARM_SMI.
5205         (tc_gen_reloc): Ditto.
5206         (arm_cpus): Add mpcore and arm1176.
5207         (arm_archs): Add armv6{k,z,zk}.
5208         * doc/c-arm.texi: Document new cores and architectures.
5209
5210 2004-09-30  Nick Clifton  <nickc@redhat.com>
5211
5212         * config/tc-arm.c: Use ISO C90 formatting.
5213
5214 2004-09-30  Vladimir Ivanov  <vladitx@nucleusys.com>
5215
5216         * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN
5217         as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or
5218         REG_TYPE_MVDX is expected.
5219
5220 2004-09-29  Marc Bevand  <m.bevand@gmail.com>
5221
5222         * doc/c-i386.texi (i386-Mnemonics): Fix typo.
5223
5224 2004-09-21  James E Wilson  <wilson@specifixinc.com>
5225
5226         * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.
5227         (output_rp_psprel, output_pfs_psprel, output_preds_psprel,
5228         output_spill_base, output_unat_psprel, output_lc_psprel,
5229         output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel,
5230         output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel,
5231         output_spill_psprel_p): Use it.
5232
5233 2004-09-20  Tomer Levi  <Tomer.Levi@nsc.com>
5234
5235         * config/tc-crx.c (handle_LoadStor): New function.
5236         Handle load/stor unique instructions before parsing.
5237
5238 2004-09-17  Paul Brook  <paul@codesourcery.com>
5239
5240         * config/tc-arm.c (s_arm_rel31): New funciton.
5241         (md_pseudo_table): Add .rel31.
5242         (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2,
5243         BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
5244         (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
5245         (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
5246         (arm_parse_reloc): Add (target2).
5247
5248 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
5249
5250         * Makefile.am: Run "make dep-am".
5251         * Makefile.in: Regenerate.
5252         * aclocal.m4: Regenerate.
5253         * configure: Regenerate.
5254         * doc/Makefile.in: Regenerate.
5255         * po/POTFILES.in: Regenerate.
5256         * po/gas.pot: Regenerate.
5257
5258 2004-09-14  Hideki IWAMOTO  <h-iwamoto@kit.hi-ho.ne.jp>
5259
5260         * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.
5261         [!LLONG_MAX]: Ditto.
5262
5263 2004-09-13  Paul Brook  <paul@codesourcery.com>
5264
5265         * config/tc-arm.c: Rename RELABS to TARGET1.
5266
5267 2004-09-13  Alan Modra  <amodra@bigpond.net.au>
5268
5269         * messages.c (as_internal_value_out_of_range): Cast values passed
5270         to as_bad_where or as_warn_where to proper type.
5271
5272 2004-09-11  Theodore A. Roth  <troth@openavr.org>
5273
5274         * config/tc-avr.c: Add support for
5275         atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
5276
5277 2004-09-09  Alan Modra  <amodra@bigpond.net.au>
5278
5279         * dw2gencfi.c (select_cie_for_fde): When separating CIE out
5280         from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc.
5281
5282 2004-09-08  Paul Brook  <paul@codesourcery.com>
5283
5284         * config/obj-elf.c (obj_elf_section_type): Handle init_array,
5285         fini_array and preinit_array section types.
5286         * config/tc-ia64.c (ia64_elf_section_type): Remove init_array
5287         and fini_array.
5288         * doc/as.texinfo: Document extra section types.
5289
5290 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
5291
5292         * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
5293         * Makefile.in: Regenerated.
5294         * configure.in: Set em for arm*-*-symbianelf*.
5295         * configure: Regenerated.
5296         * config/tc-arm.c (elf32_arm_target_format): Use Symbian target
5297         vectors when appropriate.
5298         * config/te-symbian.h: New file.
5299
5300 2004-09-03  Tomer Levi  <Tomer.Levi@nsc.com>
5301
5302         * config/tc-crx.c (gettrap): Exception vector can be case
5303         insensitive.
5304         (process_label_constant): Fix a 32-bit displacement bug in branch
5305         instructions.
5306         (get_operandtype) : Bug fix, wrong operand was used.
5307         (process_label_constant): Initialize relocation type to
5308         BFD_RELOC_NONE
5309
5310 2004-09-01  Richard Earnshaw < reanrsha@arm.com>
5311
5312         * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s
5313         for synthesizable cores.
5314
5315         * doc/c-arm.texi (ARM Options): Document canonical names of CPUs.
5316
5317 2004-08-25  Dmitry Diky  <diwil@spec.ru>
5318
5319         * config/tc-msp430.c:   Clean-up the code.
5320         (md_relax_table): New relax table.
5321         (mcu_types): Sort MCU types.
5322         (md_pseudo_table): Add .profiler pseudo handler.
5323         (pow2value): New function.
5324         (msp430_profiler): New function.
5325         (msp430_operands): Add new insns handlers.
5326         (msp430_srcoperand): Add register operand handler, allow complex
5327         expressions.
5328         (md_estimate_size_before_relax): Rewritten.
5329         (md_convert_frag): Rewritten.
5330         (msp430_relax_frag): New function.
5331         * config/tc-msp430.h (md_relax_frag): define macro
5332         * doc/c-msp430.texi: Update information.
5333
5334 2004-08-24  Nick Clifton  <nickc@redhat.com>
5335
5336         * as.c (std_shortopts): Allow -g to take an optional argument.
5337         (parse_args): Pass any switch starting with -g on to the backend
5338         for parsing.
5339
5340 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
5341
5342         * configure.in (arm*-*-symbianelf*): New target.
5343         (arm*-*-eabi*): Likewise.
5344         * configure: Regenerated.
5345
5346 2004-08-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
5347         * config/tc-mips.c (append_insn): Handle delay slots in branch likely
5348         correctly.
5349
5350 2004-08-18  Jakub Jelinek  <jakub@redhat.com>
5351
5352         * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
5353         argument, don't do anything if current section is not
5354         .gnu.linkonce.t.* and linkonce_empty is set.
5355         (generate_unwind_image, dot_endp): Adjust callers, call
5356         start_unwind_section (*, 1) if nothing will be put into the
5357         section.
5358
5359 2004-08-17  Nick Clifton  <nickc@redhat.com>
5360
5361         * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
5362         (show_usage): Add -g.
5363         (std_longopts): Add --gen-debug.  Alpha sort the table.
5364         (parse_args): Print an error message if a switch is not handled.
5365         Handle the -g switch, calling md_debug_format_selector() if
5366         necessary.
5367         * NEWS: Mention new feature.
5368         * doc/as.texinfo: Document new switch.
5369         * doc/internals.texi: Document behaviour of md_parse_option.
5370
5371         * config/tc-arm.c (md_parse_option): Do not issue an error message
5372         if the switch is not recognised.
5373         * config/tc-m68k.c (md_parse_option): Likewise.
5374         * config/tc-pdp11.c (md_parse_option): Likewise.
5375         * config/tc-v850.c (md_parse_option): Likewise.
5376
5377         * as.h: Fix up formatting.
5378         * tc.h: Likewise.
5379
5380 2004-08-16  Nick Clifton  <nickc@redhat.com>
5381
5382         * macro.c (macro_set_alternate): Use ISO C90 formatting.
5383
5384         * configure.in: Sort architecture based tables alphabetically.
5385         * configure: Regenerate.
5386
5387 2004-08-16  Alan Modra  <amodra@bigpond.net.au>
5388
5389         * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
5390         { "cc", 68 }, with { "cr", 70 }.
5391
5392 2004-08-13 Jan Beulich <jbeulich@novell.com>
5393            Nick Clifton <nickc@redhat.com>
5394
5395         * as.c: Add and handle new --alternate command line option.
5396         * macro.c (macro_set_alternate): New.
5397         * macro.h (macro_set_alternate): Declare.
5398         * read.c: Add and handle new .altmacro and .noaltmacro directives.
5399         * doc/as.texinfo: Document new command line option and pseudo-ops
5400         as well as insert documentation originating from gasp about
5401         alternate macro syntax.
5402         * NEWS: Mention new command line option and pseudo-ops.
5403
5404 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
5405
5406         * expr.c (operand): Handle the "~", "-", and "!" operators applied
5407         to bignums.
5408
5409 2004-08-06  Paul Brook  <paul@codesourcery.com>
5410
5411         * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
5412         Handle new relocations.
5413         * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
5414
5415 2004-08-05  Bob Wilson  <bob.wilson@acm.org>
5416
5417         * write.c (relax_segment): Use was_address instead of address when
5418         setting fr_fix field for align frag due to backwards .org.
5419
5420 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
5421
5422         Introduce SH2a support.
5423         2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
5424         * config/tc-sh.c (get_specific): Change arch_sh2a_up to
5425         arch_sh2a_nofpu_up.
5426         2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
5427         * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
5428         2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
5429         * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
5430         to end of conditional expression.
5431         2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
5432         * config/tc-sh.c: Add sh2a-nofpu support.
5433         2003-12-29  DJ Delorie  <dj@redhat.com>
5434         * tc-sh.c: Add sh2a support.
5435         (parse_reg): Add tbr.
5436         (parse_at): Support @@(disp,tbr).
5437         (get_specific): Support sh2a opcodes.
5438         (insert4): New, for 4 byte relocs.
5439         (build_Mytes): Support sh2a opcodes.
5440         (md_apply_fix3_Mytes): Support sh2a opcodes.
5441         2003-12-02  Michael Snyder  <msnyder@redhat.com>
5442         * config/tc-sh.c (md_parse_option): Handle sh2a.
5443         (sh_elf_final_processing): Ditto.
5444
5445 2004-07-27  Jason Thorpe  <thorpej@wasabisystems.com>
5446
5447         * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
5448         for TE_NetBSD.
5449
5450 2004-07-27  Alan Modra  <amodra@bigpond.net.au>
5451
5452         * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
5453         (ppc_arch): Expand comment.
5454
5455 2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
5456
5457         * config/tc-crx.c: Support evaluating the difference between two
5458         symbols.
5459         * config/tc-crx.h: Likewise.
5460
5461 2004-07-26  H.J. Lu  <hongjiu.lu@intel.com>
5462
5463         * config/tc-ia64.c (start_unwind_section): Set the linked-to
5464         section.
5465         (ia64_elf_section_change_hook): Set the linked-to section for
5466         SHT_IA_64_UNWIND.
5467
5468 2004-07-26  Dmitry Diky  <diwil@spec.ru>
5469
5470         * config/tc-msp430.c: Add new subtargets: msp430x1610,
5471         msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437,
5472         msp430xG438, msp430xG439.
5473
5474 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
5475
5476         * doc/as.texinfo (Section, PushSection): Correct documentation
5477         for ELF.
5478
5479 2004-07-21  Jan Beulich  <jbeulich@novell.com>
5480
5481         * config/tc-i386.c (optimize_imm): Adjust immediates to only those
5482         permissible for the selected instruction suffix.
5483         (match_template): Don't permit 64-bit general purpose operands in
5484         32-bit mode.
5485         (finalize_imm): Permit 64-bit immediates.
5486         (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode
5487         specially except for the width of the used base and/or index
5488         registers.  For 32-bit displacements, use sign-extended
5489         relocations only when using 64-bit addressing.
5490         Force zero displacement on rip-relative addressing when there is
5491         no other displacement.
5492         (i386_index_check): Don't treat 32-bit addressing in 64-bit mode
5493         specially except for the width of the used base and/or index
5494         registers.
5495         (parse_register): Disallow Reg64 registers in 32-bit mode.
5496
5497         * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
5498         suffix if the instruction doesn't support it.
5499
5500 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
5501
5502         * config/tc-mips.c (append_insn): Handle constant expressions with
5503         no associated relocation.
5504         (mips_ip): Cancel the expression after use for the Q format
5505         specifier.
5506         (parse_relocation): Return no relocation for unsupported
5507         operators.
5508         (my_getSmallExpression): Return no relocation if no relocation
5509         operators are used.
5510
5511 2004-07-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5512
5513         * config/obj-som.c (adjust_stab_sections): Add prototype.
5514         (obj_som_compiler, obj_som_version, obj_som_copyright,
5515         adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
5516         * config/tc-hppa.c (update_subspace):  Likewise.
5517         (is_defined_subspace): Amplify comment.
5518         * config/obj-som.h (som_frob_file): Add prototype.
5519
5520 2004-07-19  Christopher Faylor  <cgf@timesys.com>
5521             H.J. Lu  <hongjiu.lu@intel.com>
5522
5523         * subsegs.c (section_symbol): Don't create a new segment when
5524         existing segment is undefined.
5525
5526 2004-07-16  Richard Earnshaw  <rearnsha@arm.com>
5527
5528         * config/tc-arm.c: Include include/opcode/arm.h.
5529         (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete.
5530         (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete.
5531         (FPU_ARCH_*): Delete.
5532         * Makefile.am: Update dependencies.
5533         * Makefile.in: Regenerate.
5534
5535 2004-07-15  Nick Clifton  <nickc@redhat.com>
5536
5537         * configure.in: Accept armbe as a big-endian arm configuration.
5538         * configure: Regenerate.
5539
5540 2004-07-13  Thomas Nystrom  <thn@saeab.se>
5541
5542         * config/tc-i386.c (T_SHIFTOP): New constant.
5543         (intel_e05_1): Handle '&', '|' and T_SHIFTOP.
5544         (intel_el1): Handle '~'.
5545         (intel_get_token): Handle '<>', '&', '|' and '~'.
5546
5547 2004-07-13  Nick Clifton <nickc@redhat.com>
5548
5549         (md_assemble): Remove spurious newline from end of as_bad error
5550         message.
5551         (intel_e05_1): Likewise.
5552         (intel_e11): Likewise.
5553         (intel_match_token): Likewise.
5554
5555 2004-07-11  Andreas Schwab  <schwab@suse.de>
5556
5557         * config/tc-m68k.c: Convert to C90.  Remove redundant
5558         declarations.  Indentation fixup.
5559         [M68KCOFF]: Include "obj-coff.h" instead of declaring
5560         obj_coff_section ourselves.
5561
5562 2004-07-09  James E Wilson  <wilson@specifixinc.com>
5563
5564         * config/tc-ia64.c (default_big_endian): New.
5565         (dot_byteorder, md_begin): Use it.
5566         (md_parse_option): Set it.
5567
5568 2004-07-09  Nick Clifton  <nickc@redhat.com>
5569
5570         * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
5571         * configure: Regenerate.
5572         * NEWS: Change sh-sybmian-elf to sh-*-symbianelf.
5573         * config/tc-sh.c (sh_elf_final_processing): Use renamed version of
5574         sh_find_elf_flags if necessary.
5575
5576 2004-07-08  Richard Sandiford  <rsandifo@redhat.com>
5577
5578         * config/tc-mips.c (mips_fix_adjustable): If the full addend is
5579         going to be split into more than one in-place addend, return 0
5580         for relocations against mergeable sections.  Associate comments
5581         with code.
5582
5583 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
5584
5585         * Makefile.am (CPU_TYPES): Add crx.
5586         (TARGET_CPU_CFILES): Add config/tc-crx.c.
5587         (TARGET_CPU_HFILES): Add config/tc-crx.h.
5588         (DEPTC_crx_elf): New target.
5589         (DEPOBJ_crx_elf): Likewise.
5590         (DEP_crx_elf): Likewise.
5591         * Makefile.in: Regenerate.
5592         * configure.in: Add crx* target.
5593         * configure: Regenerate.
5594         * config/tc-crx.c: New file.
5595         * config/tc-crx.h: New file.
5596         * NEWS: Mention new target.
5597
5598 2004-07-06  Nick Clifton  <nickc@redhat.com>
5599
5600         * config.in: Undefine TARGET_SYMBIAN by default.
5601         * configure.in:
5602         * configure: Regenerate. Add sh-symbian-elf target.  If
5603         selected define TARGET_SYMBIAN.
5604         * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
5605         format if TARGET_SYMBIAN has been defined.
5606
5607         * output-file.c (output_file_create): Report the target format
5608         chosen when bfd_openw reports that it is invalid.
5609
5610         * config/obj-coff.c (coff_pseudo_table): Only define the weak
5611         pseudo for BFD based assemblers.
5612
5613 2004-07-05  Andrew Stubbs <andrew.stubbs@superh.com>
5614
5615         gas:
5616         * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
5617         (md_parse_option): Remove redundant -isa testing.
5618         Make bfd_arch variable const.
5619         (md_show_usage): Make bfd_arch variable const.
5620
5621 2004-07-03  James E Wilson  <wilson@specifixinc.com>
5622
5623         * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr.
5624         * config/tc-ia64.h (md_frag_check): Define.
5625
5626 2004-07-03  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
5627
5628         * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
5629         externals.
5630         * doc/as.texinfo (Weak): Document PE weak symbols.
5631
5632 2004-07-03  Richard Sandiford  <rsandifo@redhat.com>
5633
5634         * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
5635         (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
5636         (mips_frob_file): Rework so that only a single pass through the
5637         relocs is needed.  Allow %lo()s to have higher offsets than their
5638         corresponding %hi()s or %got()s.
5639
5640 2004-07-02  Nick Clifton  <nickc@redhat.com>
5641
5642         * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
5643         allow values which have come from undefined symbols.
5644         Always consider this fixup to have been processed as a reloc
5645         cannot be generated for it.
5646
5647 2004-07-02  Alan Modra  <amodra@bigpond.net.au>
5648
5649         * frags.h (struct frag): Add has_code and insn_addr fields.
5650         * write.c (cvt_frag_to_fill): Invoke md_frag_check.
5651         * config/tc-ppc.c (md_assemble): Check and set insn_addr.
5652         * config/tc-ppc.h (md_frag_check): Define.
5653
5654 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
5655
5656         * doc/Makefile.am (info): Rename goal to...
5657         (info-local): ... this, to preserve implicit dependencies.
5658         * doc/Makefile.in: Regenerate with automake 1.8.5.
5659
5660 2004-06-25  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5661
5662         * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
5663         (m32r_cgen_record_fixup_exp): Changed for  @GOTOFF, @GOT.
5664         (m32r_fix_adjustable): Changed for  @GOTOFF, @GOT, @PLT.
5665         (tc_gen_reloc): Likewise.
5666         (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
5667         (m32r_parse_name): Likewise.
5668         (m32r_cgen_parse_fix_exp): Likewise.
5669         * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
5670         (O_PIC_reloc): Likewise.
5671         (TC_CGEN_PARSE_FIX_EXP): Likewise..
5672         * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
5673         for @GOTOFF, @GOT, @PLT.
5674
5675 2004-06-21 Jan Beulich  <jbeulich@novell.com>
5676
5677         * gas/symbols.c: While discarding ordinary local absolute symbols
5678         when --strip-local-absolute is in effect, retain file symbols.
5679
5680 2004-06-20  Andreas Schwab  <schwab@suse.de>
5681
5682         * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
5683         (md_parse_option): Likewise.
5684
5685 2004-06-17  Jan Beulich <jbeulich@novell.com>
5686
5687         * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
5688         * config/te-netware.h: New file.
5689         * config/te-ppcnw.h: Delete: Obsolete.
5690         * configure.in: Eliminate ill NetWare targets. Make generic
5691         NetWare target use proper emulation.
5692         * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
5693         reference to new te-netware.h.
5694         * configure: Regenerate.
5695         * Makefile.in: Regenerate.
5696
5697 2004-06-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5698
5699         * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
5700         comparison in .insn pseudo operation.
5701
5702 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
5703
5704         * config/obj-coff.c (coff_adjust_section_syms): Use
5705         bfd_get_section_size instead of bfd_get_section_size_before_reloc.
5706         (coff_frob_section): Likewise.
5707         * config/tc-mips.c (md_apply_fix3): Likewise.
5708         * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
5709         (elf_frob_file_after_relocs): Likewise.
5710
5711 2004-06-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5712
5713         * config/tc-hppa.c (log2): Rename to exact_log2.
5714         (pa_next_subseg): Delete unused function.
5715         (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
5716         (create_new_subspace): Likewise.
5717
5718         Bug gas/213
5719         * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
5720         labels.  Fix warning.
5721
5722 2004-05-28  DJ Delorie  <dj@redhat.com>
5723
5724         * config/tc-mn10300.h (tc_fix_adjustable): Define.
5725         * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
5726         or non-merged symbols.
5727
5728 2004-05-28  H.J. Lu  <hongjiu.lu@intel.com>
5729
5730         * config/tc-ia64.c (remove_marked_resource): Save, clear and
5731         restore the old slot when inserting srlz.i/srlz.d.
5732
5733 2004-05-28  Andrew Stubbs <andrew.stubbs@superh.com>
5734
5735         * Makefile.am: Regenerate dependecies.
5736         * Makefile.in: Regenerate.
5737         * config/tc-sh.c (valid_arch): Make unsigned.
5738         (preset_target_arch): Likewise.
5739         (md_begin): Use new architecture flags system.
5740         (get_specific): Likewise.
5741         (assemble_ppi): Likewise.
5742         (md_assemble): Likewise. Also fix error check for bad opcodes.
5743         (md_parse_option): Likewise. Also generate -isa values according
5744         to the table in bfd/cpu-sh.c instead of just constants. Also
5745         allow <arch>-up ISA variants.
5746         (sh_elf_final_processing): Replace if-else chain with a call to
5747         sh_find_elf_flags().
5748
5749 2004-05-28  Peter Barada <peter@the-baradas.com>
5750
5751         * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
5752         with zero offset into mode 2 addressing to save a word.
5753
5754 2004-05-27  H.J. Lu  <hongjiu.lu@intel.com>
5755
5756         * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
5757         (ar_is_only_in_integer_unit): New.
5758         (ar_is_only_in_memory_unit): New.
5759         (generate_unwind_image): Silence gcc on 32bit host.
5760         (md_assemble): Use ar_is_only_in_integer_unit instead of
5761         ar_is_in_integer_unit. Check AR access.
5762
5763 2004-05-27  Peter Barada  <peter@the-baradas.com>
5764
5765         * config/tc-m68k.c (md_begin): Sort the opcode table into
5766         alphabetical order.
5767         (m68k_compare_opcode): New function to do the sorting.
5768
5769 2004-05-24  Peter Barada  <peter@the-baradas.com>
5770
5771         * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
5772         addressing on MIT style operands.
5773         * config/m68k-parse.y(yylex): Allow '-&' for predecrement
5774         w/mask addressing.
5775         * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
5776         operands.
5777
5778 2004-05-23  Alan Modra  <amodra@bigpond.net.au>
5779
5780         * expr.c (operand, operator): Don't reject '++' and '--'.
5781
5782 2004-05-20  Richard Sandiford  <rsandifo@redhat.com>
5783
5784         * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
5785         dwarf tables.
5786
5787 2004-05-17  Adam Nemet  <anemet@lnxw.com>
5788
5789         * configure.in: Add ppc-*-lynxos*.  Update i386-*-lynxos* to ELF.
5790         * configure: Regenerate.
5791
5792 2004-05-13  Paul Brook  <paul@codesourcery.com>
5793
5794         * dw2gencfi.c (output_cie):  Handle dwarf3 format CIE entries.
5795
5796 2004-05-13  Joel Sherrill <joel@oarcorp.com>
5797
5798         * configure.in (or32-*-rtems*): Switch to elf.
5799         * configure: Regenerate.
5800
5801 2004-05-13  Nick Clifton  <nickc@redhat.com>
5802
5803         * po/fr.po: Updated French translation.
5804
5805 2004-05-11  Nick Clifton  <nickc@redhat.com>
5806
5807         * doc/as.texinfo (Section): Document G and T flags to .section
5808         directive.  Document the extra arguments that the G flag
5809         requires.  Document the #tls flag.
5810
5811 2004-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5812
5813         * subsegs.c (section_symbol): Create a new section symbol if
5814         the existing one doesn't match.
5815         * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
5816
5817 2004-05-07  Richard Sandiford  <rsandifo@redhat.com>
5818
5819         * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
5820         to cope with VR4181A errata MD(1) and MD(4).
5821
5822 2004-05-07  Brian Ford  <ford@vss.fsi.com>
5823
5824         * NEWS: Mention .secrel32 for pe[i]-i386.
5825
5826 2004-05-07  Alexandre Oliva  <aoliva@redhat.com>
5827
5828         * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
5829         (HANDLE_ALIGN): New.
5830
5831 2004-05-06  Daniel Jacobowitz  <dan@debian.org>
5832
5833         * Makefile.am (DIST_SUBDIRS): Define.
5834         * aclocal.m4: Regenerate with automake 1.8.4.
5835         * Makefile.in: Likewise.
5836         * doc/Makefile.in: Likewise.
5837
5838 2004-05-06  David Mosberger-Tang  <davidm@hpl.hp.com>
5839
5840         * config/tc-ia64.c (dot_serialize): Declare.
5841         (dot_serialize): New function.
5842         (md_pseudo_table): Add ".serialize.data" and
5843         ".serialize.instruction" directives.
5844
5845 2004-05-06  Nick Clifton  <nickc@redhat.com>
5846
5847         * messages (as_internal_value_out_of_range): Print a message about
5848         a value being out of range.  Be consistent about whether the
5849         values are printed in decimal or hexadecimal.
5850         (as_warn_value_out_of_range): Generate a warning message about an
5851         out of range value.
5852         (as_bad_value_out_of_range): Generate an error message about an
5853         out of range value.
5854         * as.h: Prototype the new functions.
5855         * config/tc-alpha.c (insert_operand): Use new function.
5856         * config/tc-arc.c (arc_insert_operand): Likewise.
5857         * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
5858         * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
5859         * config/tc-ppc.c (ppc_insert_operand): Likewise.
5860         * config/tc-s390.c (s390_insert_operand): Likewise.
5861         * config/tc-v850.c (v850_insert_operand): Likewise.
5862
5863 2004-05-05  Alexandre Oliva  <aoliva@redhat.com>
5864
5865         * configure.in: Set em=linux for frv-*-*linux*.
5866         * configure: Rebuilt.
5867         * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
5868         (frv_md_fdpic_enabled): New.
5869         * config/tc-frv.c (frv_md_fdpic_enabled): New.
5870         (DEFAULT_FDPIC): New.
5871         (frv_flags): Use DEFAULT_FDPIC.
5872         (frv_pic_flag): Likewise.
5873         (OPTION_NOPIC): New.
5874         (md_longopts): Add -mnopic.
5875         (md_parse_option): Handle it.
5876         (md_show_usage): Add -mfdpic and -mnopic.
5877
5878 2004-05-05  Peter Barada  <peter@the-baradas.com>
5879
5880         * config/tc-m68k.c: Add find_cf_chip to print list of valid
5881         chips for invalid coldfire instructions, rename selectors
5882         for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
5883         add current_chip to track which chip is referred to(including save/restore),
5884         use current_chip to select control registers, not current_arch.
5885         (md_show_usage): Add new chips.
5886         * doc/c-m68k.texi: Document new command line switches.
5887
5888 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
5889
5890         * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
5891         (NOP_OPCODE): Define.
5892         (s390_align_code): Remove prototype.
5893         * tc-s390.c (s390_align_code): Remove.
5894
5895 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
5896
5897         * config/tc-ia64.c (make_unw_section_name): Removed.
5898         (start_unwind_section): New function.
5899         (generate_unwind_image): Take const segT instead of const
5900         char *.
5901         (dot_handlerdata): Adjusted.
5902         (dot_endp): Likewise.
5903
5904 2004-05-02  H.J. Lu  <hongjiu.lu@intel.com>
5905
5906         * config/obj-elf.c (obj_elf_change_section): Allow the
5907         ".note.GNU-stack" section has SHF_EXECINSTR.
5908
5909 2004-05-02  H.J. Lu  <hongjiu.lu@intel.com>
5910
5911         * config/obj-elf.c (get_section): Return bfd_boolean.
5912         (obj_elf_change_section): Call bfd_get_section_by_name_if
5913         instead of bfd_map_over_sections.
5914
5915 2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
5916
5917         * config/obj-elf.c (get_section): New function.
5918         (obj_elf_change_section): Support multiple sections with same
5919         name.
5920
5921 2004-04-30  Nick Clifton  <nickc@redhat.com>
5922
5923         * config/tc-arm.c (create_register_alias): Fix typo checking for
5924         case sensitive register aliases.
5925         (co_proc_number): Use error message string in all_reg_maps[]
5926         array.
5927         (cp_reg_required_here): Likewise.
5928         (fp_reg_required_here): Likewise.
5929
5930 2004-04-29  Brian Ford  <ford@vss.fsi.com>
5931
5932         * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
5933
5934 2004-04-28  Chris Demetriou  <cgd@broadcom.com>
5935
5936         * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
5937         (load_address, macro, mips_ip, md_parse_option)
5938         (mips_force_relocation, mips_validate_fix, md_apply_fix3)
5939         (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
5940         embedded-PIC handling, and update comments.
5941         (SWITCH_TABLE): Remove.
5942         * config/tc-mips.h (DIFF_EXPR_OK): Delete.
5943         (enum mips_pic_level): Remove EMBEDDED_PIC.
5944         (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
5945         (TC_FORCE_RELOCATION): Update comment.
5946         * ecoff.c (ecoff_build_lineno): Add comment about some code that
5947         might be safe to remove now that MIPS embedded-PIC is gone.
5948
5949 2004-04-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5950
5951         * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
5952         call to obj_set_subsection_attributes.
5953         (obj_som_init_stab_section): Likewise.
5954         * config/tc-hppa.c (default_subspace_dict): Add comdat field.
5955         (pa_def_subspaces): Provide comdat default.
5956         (pa_subspace): Handle new "comdat" parameter.  Set SEC_LINK_ONCE and
5957         not SEC_IS_COMMON if section is comdat, common or dup_common.  Update
5958         calls to create_new_subspace and update_subspace to pass comdat flag.
5959         (create_new_subspace, update_subspace): Add new comdat argument.  Use
5960         it in calls to obj_set_subsection_attributes.
5961         * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
5962         and use of comdat, common and dup_comm parameters.
5963
5964 2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
5965
5966         * config/obj-elf.c (obj_elf_change_section): Check if the old
5967         group name is NULL before comparison.
5968
5969 2004-04-23  Chris Demetriou  <cgd@broadcom.com>
5970
5971         * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
5972
5973 2004-04-23  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
5974
5975         * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
5976
5977 2004-04-23  Chris Demetriou  <cgd@broadcom.com>
5978
5979         * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
5980         (OPTION_MEMBEDDED_PIC): Remove.
5981         (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
5982         (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
5983         (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
5984         (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
5985         (OPTION_ELF_BASE): Renumber.
5986         (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
5987         (md_show_usage): Remove mention of -membedded-pic.
5988         * doc/as.texinfo: Remove mention of -membedded-pic.
5989
5990 2004-04-23  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
5991
5992         * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
5993         * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
5994         a.out support.
5995         (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
5996         s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
5997         USE_GLOBAL_POINTER_OPT.
5998
5999 2004-04-22  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
6000
6001         * config/tc-mips.c (macro): One more use of load_delay_nop.
6002
6003 2004-04-22  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
6004
6005         * config/tc-mips.c (load_delay_nop): New function.
6006         (load_address, macro): Use load_delay_nop() to build a nop
6007         which can be omitted with gpr_interlocks.
6008
6009 2004-04-22  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
6010
6011         * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
6012         cop_interlocks): Remove superfluous CPU entries.
6013
6014 2004-04-22  Paul Brook  <paul@codesourcery.com>
6015
6016         * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
6017
6018 2004-04-22  Peter Barada <peter@the-baradas.com>
6019
6020         * NEWS: Added support for EMAC instructions and MAC/EMAC
6021         Motorola syntax.
6022         * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
6023         scale factor tokens, trailing_ampersand to mark mask addressing
6024         for MAC/EMAC instructions.
6025         * config/m68k-parse.y: Add options_ampersand clause, '<<',
6026         '>>'.
6027         (yylex): Handle '>', '<', and '&' following '+'.
6028         * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
6029         architectures in archs[].
6030         (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
6031         for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
6032         respectively.
6033         (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
6034         (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
6035         cases.
6036         Add EMAC operands to init_table[].
6037
6038 2004-04-22  Bruno De Bus <bdebus@elis.ugent.be>
6039
6040         * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
6041         state.
6042         (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
6043         * config/tc-arm.c (enum mstate): Delete from here.
6044         (mapping_state): Remove the static mapstate variable and instead
6045         store the state in the segment.  This allows a per-section mapping
6046         state.  Handle and ignore MAP_UNDEFINED states.
6047         (arm_elf_change_section): Get the current mapping state from the
6048         new section.
6049         (s_ltorg): Set the mapping state to MAP_DATA.
6050         (arm_cleanup): Use arm_elf_change_section to get the mapping state
6051         for each pool as it is emitted.
6052
6053 2004-04-22  Nick Clifton  <nickc@redhat.com>
6054
6055         * config/tc-arm.h: Formatting tidy ups.
6056
6057 2004-04-20  Chris Demetriou  <cgd@broadcom.com>
6058
6059         * NEWS: Note that MIPS -membedded-pic option is deprecated.
6060
6061 2004-04-20  DJ Delorie  <dj@redhat.com>
6062
6063         * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
6064         * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
6065         [TE_PE] (O_secrel): Define.
6066         [TE_PE] (x86_pe_cons_fix_new): New.
6067         [TE_PE] (pe_directive_secrel): Likewise.
6068         (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
6069
6070 2004-04-19  Eric Christopher  <echristo@redhat.com>
6071
6072         * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
6073         of previous patch for fix in gcc.
6074
6075 2004-04-19  Jakub Jelinek  <jakub@redhat.com>
6076
6077         * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
6078
6079 2004-04-19  Nathan Sidwell  <nathan@codesourcery.com>
6080
6081         * read.c (do_align): Call md_flush_pending_output, if defined.
6082
6083 2004-04-16  Alan Modra  <amodra@bigpond.net.au>
6084
6085         * expr.c (operand): Correct checks for ++ and --.
6086
6087 2004-04-14  H.J. Lu  <hongjiu.lu@intel.com>
6088
6089         * config/tc-generic.c: Add some comments.
6090
6091 2004-04-14  Richard Sandiford  <rsandifo@redhat.com>
6092
6093         * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
6094         -{no-}mfix-vr4122-bugs.
6095         * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
6096         (append_insn, mips_emit_delays): Update accordingly.
6097         (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
6098         (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
6099         (md_parse_option): Update after above changes.
6100         (md_show_usage): Add -mfix-vr4120.
6101
6102 2004-04-13  Bob Wilson  <bob.wilson@acm.org>
6103
6104         * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
6105         of .section directive; add a reference to the ELF .subsection
6106         directive.
6107
6108 2004-04-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6109
6110         * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
6111         in parallel.
6112
6113 2004-04-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
6114
6115         * Makefile.am: Remove mips from aout targets.
6116         * Makefile.in: Regenerate.
6117         * configure.in: Remove mips-dec-bsd* target.
6118         * configure: Regenerate.
6119
6120 2004-04-07  Alan Modra  <amodra@bigpond.net.au>
6121
6122         PR 96
6123         * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
6124         to struct map_bfd.  Adjust MAP macro, and define MAP32, MAP64.
6125         Update "mapping".  Restrict some @ modifiers to 32 bit.
6126
6127 2004-04-01  Asgari Jinia  <asgarij@kpitcummins.com>
6128             Dhananjay Deshpande <dhananjayd@kpitcummins.com>
6129
6130         * config/tc-sh.c (dont_adjust_reloc_32): New variable.
6131         (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
6132         dont_adjust_reloc_32 is set.
6133         (md_longopts): Add option -renesas.
6134         (md_parse_option, md_show_usage): Likewise.
6135         * doc/c-sh.texi: Likewise.
6136
6137 2004-04-01  Dave Korn  <dk@artimi.com>
6138
6139         * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
6140         hi16 and lo16 fixS structs.
6141         (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
6142         exactly the same way as for RELOC_DLX_REL16.
6143         (machine_ip): properly respect LO flag in the_insn and
6144         output RELOC_DLX_LO16 rather than RELOC_DLX_16.
6145         (md_apply_fix3): apply RELOC_DLX_LO16.
6146
6147 2004-03-30  Stan Shebs  <shebs@apple.com>
6148
6149         Remove long-obsolete MPW support.
6150         * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
6151         * configure.in: Remove mention of ppc-*-mpw* config.
6152         * configure.in: Likewise.
6153
6154 2004-03-30  Nick Clifton  <nickc@redhat.com>
6155
6156         * config/tc-arm.c (meabi_flags): Make its use conditional upon
6157         OBJ_ELF being defined.
6158
6159 2004-03-27  Alan Modra  <amodra@bigpond.net.au>
6160
6161         * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
6162
6163 2004-03-23  Paul Brook  <paul@codesourcery.com>
6164
6165         * config/tc-arm.c (meabi_flags): New variable.
6166         (arm_parse_eabi): New function.
6167         (md_begin): Set flags for EABI v3.
6168         (arm_eabis): Add.
6169         (arm_long_opts): Add meabi.
6170         * doc/as.texinfo <ARM>: Document -meabi.
6171         * doc/c-arm.texi: Ditto.
6172
6173 2004-03-22  Bob Wilson  <bob.wilson@acm.org>
6174
6175         * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
6176         tables even when use_literal_section flag is not set.
6177
6178 2004-03-22  Alan Modra  <amodra@bigpond.net.au>
6179
6180         * config/tc-sh.c: Remove trailing whitespace.
6181
6182 2004-03-22  Hans-Peter Nilsson  <hp@axis.com>
6183
6184         * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
6185         --mul-bug-abort and the default behavior.
6186         * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
6187         (err_for_dangerous_mul_placement): New variable.
6188         (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
6189         macros.
6190         (md_cris_relax_table): Have placeholder for STATE_MUL.
6191         (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
6192         (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
6193         case doing nothing.
6194         (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
6195         STATE_BYTE)>: Ditto.
6196         (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
6197         alignment and position of this frag, emit error message if
6198         suspicious.
6199         (md_assemble): For a multiply insn and when checking it,
6200         transform the current frag into a special frag for that purpose.
6201         (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
6202         OPTION_MULBUG_ABORT_ON>: Handle new options.
6203
6204 2004-03-19  Bob Wilson  <bob.wilson@acm.org>
6205
6206         * config/tc-xtensa.c (mark_literal_frags): New function.
6207         (xtensa_move_literals): Call mark_literal_frags for all literal
6208         segments, including init and fini literal segments.
6209         (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
6210
6211 2004-03-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6212
6213         * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
6214         (pa_comm): Set BSF_OBJECT in symbol flags.
6215
6216 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
6217
6218         * Makefile.am: Run "make dep-am".
6219         * Makefile.in: Regenerate.
6220         * doc/Makefile.in: Regenerate.
6221         * config.in: Regenerate.
6222         * po/gas.pot: Regenerate.
6223
6224 2004-03-18  Nathan Sidwell  <nathan@codesourcery.com>
6225
6226         * read.c (read_a_source_file): Use demand_empty_rest_of_line.
6227         (demand_empty_rest_of_line): Issue an error here.
6228         (ignore_rest_of_line): Silently skip to end.
6229         (demand_copy_string): Issue an error, not warning.
6230         (equals): Likewise.
6231         * config/obj-elf.c (obj_elf_section_name): Likewise.
6232         (obj_elf_section): Likewise.
6233         * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
6234         (arc_extinst): Likewise.
6235         * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
6236         (dot_spill): Likewise.
6237         (dot_unwabi): Likewise.
6238         (dot_prologue): Likewise.
6239
6240         * expr.c (operand): Reject ++ and --.
6241         (operator): Likewise.
6242
6243 2004-03-17  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6244
6245         * config/tc-sh.c: Include dw2gencfi.h.
6246         (sh_cfi_frame_initial_instructions): New function.
6247         (sh_regname_to_dw2regnum): Likewise.
6248         * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
6249         file.
6250         (TARGET_USE_CFIPOP): Define.
6251         (tc_cfi_frame_initial_instructions): Likewise.
6252         (tc_regname_to_dw2regnum): Likewise.
6253         (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
6254         * Makefile.am: Update dependencies.
6255         * Makefile.in: Regenerate.
6256
6257 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6258
6259         * configure.in: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff*.
6260         * configure: Regenerate.
6261
6262 2004-03-12  Bob Wilson  <bob.wilson@acm.org>
6263
6264         * read.c (s_leb128): Call md_flush_pending_output.
6265
6266 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
6267
6268         * config/tc-i386.c (output_insn): Handle PadLock instructions.
6269         * config/tc-i386.h (CpuPadLock): New define.
6270         (CpuUnknownFlags): Added CpuPadLock.
6271
6272 2004-03-07  Andreas Schwab  <schwab@suse.de>
6273
6274         * doc/c-hppa.texi (HPPA Directives): Fix typo.
6275
6276 2004-03-07  Richard Henderson  <rth@redhat.com>
6277
6278         * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
6279         (cfi_finish): Likewise for fde.
6280
6281 2004-03-05  H.J. Lu  <hongjiu.lu@intel.com>
6282
6283         * config/tc-ia64.c (md_assemble): Properly handle NULL
6284         align_frag.
6285         (ia64_handle_align): Don't abort if failed to add a stop bit.
6286
6287 2004-03-04  H.J. Lu  <hongjiu.lu@intel.com>
6288
6289         * Makefile.in: Regenerated.
6290         * aclocal.m4: Likewise.
6291         * configure: Likewise.
6292         * doc/Makefile.in: Likewise.
6293
6294 2004-03-03  H.J. Lu  <hongjiu.lu@intel.com>
6295
6296         * config/tc-ia64.c (dot_align): New.
6297         (ia64_do_align): Make it static.
6298         (md_pseudo_table): Use "dot_align" for "align".
6299         (ia64_md_do_align): Don't set align_frag here.
6300         (ia64_handle_align): Add a stop bit to the previous bundle if
6301         needed.
6302
6303         * config/tc-ia64.h (ia64_do_align): Removed.
6304
6305 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
6306
6307         * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
6308         -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
6309         (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
6310         the most general type or the user specifically requested it.
6311         (md_assemble): Add a new error message for when an instruction
6312         is understood, but is not allowed due to an -isa option.
6313
6314 2004-03-02  H.J. Lu  <hongjiu.lu@intel.com>
6315
6316         * config/tc-ia64.c (align_frag): New.
6317         (md_assemble): Set the tc_frag_data field in align_frag for
6318         IA64_OPCODE_FIRST instructions.
6319         (ia64_md_do_align): Set align_frag.
6320         (ia64_handle_align): Add a stop bit if needed.
6321
6322         * config/tc-ia64.h (TC_FRAG_TYPE): New.
6323         (TC_FRAG_INIT): New.
6324
6325 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
6326
6327         * config/tc-frv.c (fr400_audio): New variable.
6328         (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
6329         (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
6330         (target_implements_insn_p): New function.
6331         (md_assemble): Report an error if the processor doesn't implement
6332         the instruction.
6333
6334 2004-02-27  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6335
6336         * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
6337         (md_parse_option): Ditto.
6338         (OPTION_NO_SPECIAL_M32R): Added.
6339         (md_show_usage): Document it.
6340         (enable_speial_m32r): Changed a default value from 0 to 1.
6341         * doc/c-m32r.texi: Document the -no-bitinst option.
6342
6343 2004-02-27  Nick Clifton  <nickc@redhat.com>
6344
6345         * config/tc-sh.c (get_operand): Revert previous delta.
6346         (tc_gen_reloc): Check for an unknown reloc type before processing
6347         the addend.
6348
6349 2004-02-27  Hannes Reinecke  <hare@suse.de>
6350
6351         * config/tc-s390.c (s390_insn): Correct range check for opcode in
6352         .insn pseudo operation.
6353
6354 2004-02-27  Anil Paranjpe  <anilp1@kpitcummins.com>
6355
6356         * config/tc-sh.c (get_operand):  In case of #Imm, check has been
6357         added for wrong syntax.
6358
6359 2004-02-26  Eric Christopher  <echristo@redhat.com>
6360
6361         * config/tc-mips.c (mips_dwarf2_addr_size): New.
6362         * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
6363
6364 2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
6365
6366         * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
6367         nibble types to assembler.
6368
6369 2004-02-25  Fred Fish  <fnf@redhat.com>
6370
6371         * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
6372
6373 2004-02-20  James E Wilson  <wilson@specifixinc.com>
6374
6375         * config/tc-ia64.c (slot_index): New arg before_relax.  Use instead of
6376         finalize_syms.
6377         (fixup_unw_records): New arg before_relax.  Pass to slot_index.
6378         (ia64_estimate_size_before_relax): New.
6379         (ia64_convert_frag): Pass 0 to fixup_unw_records.  Add comment.
6380         (generate_unwind_image): Pass 1 to fixup_unw_records.
6381         * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
6382         (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
6383
6384 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
6385
6386         * stabs.c (generate_asm_file): Avoid warning about use of
6387         uninitialized variable.
6388
6389 2004-02-18  David Mosberger  <davidm@hpl.hp.com>
6390
6391         * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
6392         body, and endp, allow unwind records which do not have a "t"
6393         (time/instruction) field.
6394
6395 2004-02-17  Petko Manolov  <petkan@nucleusys.com>
6396
6397         * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
6398         (do_mav_dspsc_2): Likewise.
6399         Fix accumulator registers move opcodes.
6400
6401 2004-02-13  Hannes Reinecke  <hare@suse.de>
6402             Jakub Jelinek  <jakub@redhat.com>
6403
6404         * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
6405
6406 2004-02-10  Steve Ellcey  <sje@cup.hp.com>
6407
6408         * config/tc-ia64.h (ia64_frob_symbol): New declaration.
6409         (tc_frob_symbol): New macro definition.
6410         * config/tc-ia64.c (ia64_frob_symbol): New routine.
6411
6412 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
6413
6414         * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
6415         read-only.
6416
6417 2004-02-09  Nathan Sidwell  <nathan@codesourcery.com>
6418
6419         * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
6420         (TC_CASE_SENSITIVE): ... this.
6421         * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
6422         * doc/internals.texi (TC_CASE_SENSITIVE): Document.
6423
6424 2004-02-06  James E Wilson  <wilson@specifixinc.com>
6425
6426         * config/tc-ia64.c (dot_endp): Delete call to output_endp.
6427         (generate_unwind_image): Re-add it here.
6428
6429 2004-02-06  Nathan Sidwell  <nathan@codesourcery.com>
6430
6431         * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
6432         * read.h (SKIP_WHITESPACE): Turn into an expression.
6433         * read.c (read_a_source_file): A pseudo is removed by having a
6434         NULL handler.
6435
6436 2004-02-05  James E Wilson  <wilson@specifixinc.com>
6437
6438         * config/tc-ia64.c (output_endp): New.
6439         (count_bits): Delete.
6440         (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
6441         endp unwind records.
6442         (fixup_unw_records): Handle endp unwind records.  Delete code for
6443         shortening prologue regions not followed by a body record.
6444         (dot_endp): Call add_unwind_entry to emit endp unwind record.
6445         * config/tc-ia64.h (unw_record_type): Add endp.
6446
6447 2004-02-03  James E Wilson  <wilson@specifixinc.com>
6448
6449         * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
6450         fill padding bytes with zeroes.
6451         (emit_one_bundle): New locals last_ptr, end_ptr.  Rewrite code that
6452         sets unwind_record slot_number and slot_frag fields.
6453
6454 2004-02-02  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6455
6456         * config/tc-mips.c (add_got_offset_hilo): New function.
6457         (macro): Use load_register() and add_got_offset_hilo() to load
6458         constants instead of hardcoding code sequences throughout.
6459
6460 2004-01-28  H.J. Lu  <hongjiu.lu@intel.com>
6461
6462         * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
6463
6464 2004-01-26  Bernardo Innocenti  <bernie@develer.com>
6465
6466         * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
6467         like m68k-elf.
6468         * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
6469         of hard-coded test for TARGET_OS=elf.
6470
6471 2004-01-24  Chris Demetriou  <cgd@broadcom.com>
6472
6473         * config/tc-mips.c (hilo_interlocks): Change definition
6474         so that MIPS32, MIPS64 and later ISAs are included, along with
6475         the already-included machines.  Update comments.
6476
6477 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
6478
6479         * config/tc-arm.c (tc_gen_reloc): Improve error message for
6480         undefined local labels.
6481
6482 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
6483
6484         * config/tc-mips.c (load_address, macro): Update comments about
6485         NewABI GP relaxation.
6486
6487 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
6488
6489         * config/tc-mips.c (macro_build): Remove place and counter arguments.
6490         (mips_build_lui, macro_build_ldst_constoffset): Likewise.
6491         (mips16_macro_build, macro_build_jalr): Remove counter argument.
6492         (set_at, load_register, load_address, move_register): Likewise.
6493         (load_got_offset, add_got_offset): Likewise.
6494         Update all calls and tidy accordingly.
6495
6496 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
6497
6498         * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
6499         (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
6500         (RELAX_USE_SECOND): Bump to 0x10000.
6501         (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
6502         (mips_macro_warning): New variable.
6503         (md_assemble): Wrap macro expansion in macro_start() and macro_end().
6504         (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
6505         (relax_close_frag): Set mips_macro_warning.first_frag.  Adjust use
6506         of RELAX_ENCODE.
6507         (append_insn): Update mips_macro_warning.sizes.
6508         (macro_start, macro_warning, macro_end): New functions.
6509         (macro_build): Don't emit warnings here.
6510         (macro_build_lui, md_estimate_size_before_relax): ...or here.
6511         (md_convert_frag): Check for cases where one macro alternative
6512         needs a warning and the other doesn't.  Emit a warning if the
6513         longer sequence was chosen.
6514
6515 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
6516
6517         * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
6518         * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
6519         the first sequence, the size of the second sequence, and a flag
6520         that says whether we should warn.
6521         (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
6522         (RELAX_FIRST, RELAX_SECOND): New.
6523         (mips_relax): New variable.
6524         (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
6525         (append_insn): Remove "place" argument.  Use mips_relax.sequence
6526         rather than "place" to check whether we're expanding the second
6527         alternative of a relaxable macro.  Remove redundant check for
6528         branch relaxation.  If generating a normal insn, and there
6529         is not enough room in the current frag, call relax_close_frag()
6530         to close it.  Update mips_relax.sizes[].  Emit fixups for the
6531         second version of a relaxable macro.  Record the first relaxable
6532         fixup in mips_relax.  Remove tc_gen_reloc workaround.
6533         (macro_build): Remove all uses of "place".  Use mips_relax.sequence
6534         in the same way as in append_insn.
6535         (mips16_macro_build): Remove "place" argument.
6536         (macro_build_lui): As for macro_build.  Don't drop the add_symbol
6537         when generating the second version of a relaxable macro.
6538         (load_got_offset, add_got_offset): New functions.
6539         (load_address, macro): Use new relaxation machinery.  Remove
6540         tc_gen_reloc workarounds.
6541         (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
6542         version of a relaxable macro is needed.  Return -RELAX_SECOND if the
6543         first version is needed.
6544         (tc_gen_reloc): Remove relaxation handling.
6545         (md_convert_frag): Go through the fixups for a relaxable macro and
6546         mark those that belong to the unneeded alternative as done.  If the
6547         second alternative is needed, adjust the fixup addresses to account
6548         for the deleted first alternative.
6549
6550 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
6551
6552         * frags.h (frag_room): Declare.
6553         * frags.c (frag_room): New function.
6554         * doc/internals.texi: Document it.
6555
6556 2004-01-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6557
6558         * config/tc-mips.c (append_insn): Don't do r3900 interlock
6559         optimization for -mtune=r3900, as this will break on other CPUs.
6560
6561 2004-01-11  Tom Rix   <tcrix@worldnet.att.net>
6562
6563         * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
6564         be relaxed, use fixup.
6565         (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
6566
6567 2004-01-19  Jakub Jelinek  <jakub@redhat.com>
6568
6569         * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
6570         precision operands.
6571
6572 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6573
6574         * config/tc-mips.c (append_insn): Properly detect variant frags
6575         that preclude swapping of relaxed branches.  Correctly swap
6576         instructions between frags when dealing with relaxed branches.
6577
6578 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6579
6580         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
6581         throughout.
6582         * aclocal.m4: Regenerate.
6583         * configure: Regenerate.
6584
6585 2004-01-12  Anil Paranjpe  <anilp1@KPITCummins.com>
6586
6587         * config/tc-h8300.c (build_bytes): Apply relaxation to bit
6588         manipulation insns.
6589
6590 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
6591
6592         * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
6593         reloc, reserve space for the delay slot as well as the jalr itself.
6594
6595 2004-01-09  Paul Brook  <paul@codesourcery.com>
6596
6597         * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
6598         (do_vfp_sp2_from_reg2): New function.
6599         (insns): Use them.
6600         (do_vfp_dp_from_reg2): Check return values properly.
6601
6602 2004-01-08  Ian Lance Taylor  <ian@wasabisystems.com>
6603
6604         * config/tc-mips.c (warn_nops): Remove static variable.
6605         (macro): Remove test of warn_nops.
6606         (md_shortops): Remove 'n'.
6607         (md_parse_option): Remove 'n' case.
6608         (md_show_usage): Remove -n.
6609         * doc/as.texinfo (Overview): Remove MIPS -n option.
6610         * doc/c-mips.texi (MIPS Opts): Remove mention -n.
6611         * NEWS: Mention removal of MIPS -n option.
6612
6613         * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
6614         (cop_interlocks): Check ISA level.
6615         (cop_mem_interlocks): Define.
6616         (reg_needs_delay): Check cop_interlocks rather than
6617         ISA_HAS_COPROC_DELAYS.
6618         (append_insn): Likewise.  Use cop_mem_interlocks rather than
6619         directly checking mips_opts.isa.
6620         (mips_emit_delays): Likewise.
6621
6622 2004-01-07  H.J. Lu  <hongjiu.lu@intel.com>
6623
6624         * config/tc-ia64.c (unwind): Move next_slot_number and
6625         next_slot_frag to ...
6626         (unw_rec_list): Here.
6627         (free_list_records): Removed.
6628         (output_unw_records): Likewise.
6629         (generate_unwind_image): Make it void.
6630         (alloc_record): Initialize next_slot_number and next_slot_frag.
6631         (slot_index): Take .org, .space and .align into account.
6632         (fixup_unw_records): Don't set slot_number to 0. Use
6633         list->next_slot_number and list->next_slot_frag instead of
6634         unwind.next_slot_number and unwind.next_slot_frag.
6635         (ia64_convert_frag): New.
6636         (generate_unwind_image): Generate a rs_machine_dependent frag
6637         for unwind record.
6638         (emit_one_bundle): Use list->next_slot_number and
6639         list->next_slot_frag instead of unwind.next_slot_number and
6640         unwind.next_slot_frag.
6641
6642         * config/tc-ia64.h (md_convert_frag): Defined as
6643         ia64_convert_frag.
6644         (md_estimate_size_before_relax): Defined as (f)->fr_var.
6645
6646 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
6647
6648         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
6649         * config/tc-frv.h (md_apply_fix3): Don't define.
6650         * config/tc-frv.c (md_apply_fix3): New.  Shift/truncate %hi/%lo
6651         operands.
6652         * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
6653         2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
6654         * config/tc-frv.c (line_separator_chars): Add `!'.
6655         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
6656         * config/tc-frv.c (md_assemble): Clear insn upfront.
6657         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
6658         * config/tc-frv.c (OPTION_FDPIC): New macro.
6659         (md_longopts): Add mfdpic.
6660         (md_parse_option): Handle it.
6661         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
6662         * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
6663         FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
6664         (frv_pic_ptr): Parse funcdesc.
6665
6666 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6667
6668         * doc/as.texinfo: Let texi2pod parse asconfig.texi and
6669         gasver.texi.  Remove duplicate symbol definitions for texi2pod.
6670
6671 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6672
6673         * Makefile.am (Makefile): Move the dependency on
6674         $(BFDDIR)/configure.in to...
6675         (CONFIG_STATUS_DEPENDENCIES): ... here.
6676         (AUTOMAKE_OPTIONS): Require automake 1.8.
6677         * Makefile.in: Regenerate.
6678         * doc/Makefile.am (BASEDIR, BFDDIR): Define.
6679         (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
6680         $(BFDDIR)/configure.in here as well.
6681         * doc/Makefile.in: Regenerate.
6682
6683 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6684
6685         * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
6686         * Makefile.in: Regenerate.
6687         * aclocal.m4: Regenerate.
6688         * doc/Makefile.am (install, install-info): Remove.
6689         (install-data-local): A new hook for install-info.
6690         (AUTOMAKE_OPTIONS): Require automake 1.8.
6691         * doc/Makefile.in: Regenerate.
6692
6693 2004-01-02  Nutan Singh <nutan@kpitcummins.com>
6694
6695         * doc/c-sh.texi: Update description about floating point behavior
6696         of SH family.
6697
6698 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
6699
6700         * configure.in: Add m68k-uClinux target.
6701         * configure: Regenerate.
6702
6703 For older changes see ChangeLog-0203
6704 \f
6705 Local Variables:
6706 mode: change-log
6707 left-margin: 8
6708 fill-column: 74
6709 version-control: never
6710 End: