2004-11-08 H.J. Lu <hongjiu.lu@intel.com>
[external/binutils.git] / gas / ChangeLog
1 2004-11-08  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR 528
4         * symbols.c (resolve_symbol_value): Convert weak symbols only
5         for Windows PECOFF.
6         (symbol_equated_reloc_p): Don't equate weaks when relocating
7         only for Windows PECOFF.
8
9 2004-11-08  Tomer Levi  <Tomer.Levi@nsc.com>
10
11         * config/tc-crx.c (print_insn): Check and set insn_addr.
12         * config/tc-crx.h (md_frag_check): Define.
13
14 2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
15             Vineet Sharma      <vineets@noida.hcltech.com>
16
17         * configure.in: Add support for new target maxq-coff.
18         * configure: Regenerate.
19         * NEWS: Mention new support.
20         * config/tc-maxq.c: New file.
21         * config/tc-maxq.h: New file.
22         * config/obj-coff.h: Add support for maxq-coff.
23
24 2004-11-08  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
25
26         * symbols.c (any_external_name): Define.
27         (resolve_symbol_value): Convert weak symbols.
28         (S_SET_EXTERNAL): Support any_external_name.
29         (S_SET_NAME): Qualify parameter const.
30         (symbol_equated_reloc_p): Don't equate weaks when relocating.
31         * symbols.h (S_SET_NAME): Qualfiy parameter const.
32         * tc.h (any_external_name): Declare.
33         * config/obj-coff.c ("coff/pe.h"): Include for BFD
34         assemblers also.
35         (weak_is_altname): Declare and define.
36         (weak_name2altname): Same.
37         (weak_altname2name): Same.
38         (weak_uniquify): Same.
39         (weak_altprefix): Define.
40         (obj_coff_weak): Change .weak syntax and handling.
41         (coff_frob_symbol): Fix PE weak symbol alternates.
42         * config/obj-coff.h (USE_UNIQUE): Define.
43         * config/tc-i386.c (md_apply_fix3): Assume weak symbols
44         are in another segment.
45         (tc_gen_reloc): Remove broken addend hack.
46         doc/as.texinfo: Update.
47
48 2004-11-05  Sterling Augustine  <sterling@tensilica.com>
49
50         * config/tc-xtensa.c (total_frag_text_expansion): New.
51         (md_estimate_size_before_relax): Use it.
52         (find_address_of_next_align_frag): Likewise.
53
54 2004-11-05  Tomer Levi  <Tomer.Levi@nsc.com>
55
56         * config/tc-crx.c: Rename argument types.
57         (processing_arg_number): Rename to 'cur_arg_num'.
58         (get_number_of_bits): Rename to 'set_operand_size'.
59         (get_operandtype): Rename to 'parse_operand', totally rewrite.
60         (set_cons_rparams): Rename to 'set_operand', totally rewrite.
61         (set_indexmode_parameters): Remove function, integrate its code into
62         'set_operand'.
63         (set_operand_size): Get rid of 'Operand Number' function parameter -
64         use global variable 'cur_arg_num' instead.
65         Use a local 'argument' pointer to reference the current argument.
66         (parse_operand): Likewise.
67         (set_operand): Likewise.
68         (process_label_constant): Likewise.
69
70 2004-11-04  Bob Wilson  <bob.wilson@acm.org>
71
72         * config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs.
73         (add_section_rename): Delete.  Inlined into...
74         (build_section_rename): ...here.  Use xstrdup instead of strdup.
75         (xtensa_section_rename): Drop "const" from argument and return types.
76         (md_show_usage): Indent to match show_usage().
77         * config/tc-xtensa.h: Remove XTENSA_SECTION_RENAME ifdefs.
78         (tc_canonicalize_section_name): Define.
79         (md_elf_section_rename): Remove unused macro.
80         * doc/as.texinfo (Overview): Document Xtensa --rename-section option.
81         * doc/c-xtensa.texi (Xtensa Options): Likewise.
82         (Frame Directive): Delete.
83
84 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
85
86         * configure.in: Remove arm-*-oabi and thumb-*-oabi.
87         * config/tc-arm.c (target_oabi): Delete.
88         (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
89         (arm_opts): Remove moabi.
90         * doc/as.texinfo (Overview): Remove documentation of -moabi.
91         * doc/c-arm.texi (ARM Options): Likewise.
92         * configure: Regenerated.
93
94 2004-11-04  Hans-Peter Nilsson  <hp@axis.com>
95
96         * configure.in (crisv32): Recognize.  AC_DEFINE_UNQUOTED
97         DEFAULT_CRIS_ARCH.  Handle crisv32-*-linux-gnu* like
98         cris-*-linux-gnu* and crisv32-*-* like cris-*-*.
99         * configure: Regenerate.
100         * config/tc-cris.c (enum cris_archs): New.
101         (cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg)
102         (cris_insn_ver_valid_for_arch): New functions.
103         (DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10.
104         (cris_arch): New variable.
105         (md_pseudo_table): New pseudo .arch.
106         (err_for_dangerous_mul_placement): Initialize according to
107         DEFAULT_CRIS_ARCH.
108         (STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH.
109         All users changed.
110         (STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON)
111         (STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32)
112         (BRANCH_WF_V32, BRANCH_WB_V32): New.
113         (BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after
114         use in md_cris_relax_table.
115         (md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32,
116         STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
117         Update and improve head comment.
118         (OPTION_PIC): Define in terms of previous option, OPTION_US.
119         (OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar.
120         (OPTION_ARCH): New.
121         (md_longopts): New option --march=...
122         (cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New
123         macros.
124         (md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH.
125         (HANDLE_RELAXABLE): New macro.
126         (md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common
127         cases.  Check for weak symbols and assume not relaxable.  Handle
128         STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON,
129         STATE_ABS_BRANCH_V32, STATE_LAPC.  Use new variable symbolP, not
130         fragP->fr_symbol.
131         (md_convert_frag): Handle STATE_COND_BRANCH_V32,
132         STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
133         (cris_create_short_jump): Adjust for CRISv32.
134         (cris_relax_frag): Handle new states.
135         (md_create_long_jump): Ditto.  Emit error for common_v10_v32.
136         (md_begin): Define symbols "..asm.arch.cris.v32",
137         "..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and
138         "..asm.arch.cris.any_v0_v10".  Use cris_insn_ver_valid_for_arch
139         when entering opcode table entry points.
140         (md_assemble): Adjust branch handling for CRISv32.  Handle LAPC
141         relaxation.  In fix_new_exp call for main insn, pass 1 for pcrel
142         parameter for 8, 16 and 32-bit pc-relative insns and LAPC.
143         (cris_process_instruction): Initialize out_insnp->insn_type to
144         CRIS_INSN_NONE, not CRIS_INSN_NORMAL.
145         <case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New
146         cases.
147         <case 'm'>: Check that modified_char == '.'.
148         <invalid operands>: Consume the rest of the line.
149         When operands don't match, skip over subsequent insns with
150         non-matching version specifier but same mnemonic.
151         <immediate constant, case SIZE_SPEC_REG>: Immediate operands for
152         special registers in CRISv32 are always 32 bit long.
153         <immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>:
154         New cases.
155         (get_gen_reg): Only recognize "PC" when followed by "+]" for v32
156         and compatible.  Recognize "ACR" for v32, unless followed by "+".
157         (get_spec_reg): Consider cris_arch when looking up register.
158         (get_autoinc_prefix_or_indir_op): Don't recognize assignment for
159         v32 or compatible.
160         (get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'.
161         (cris_get_expression): Restore input_line_pointer if failing "early".
162         (get_flags): Consider cris_arch and recognize flags accordingly.
163         (branch_disp): Adjust for CRISv32.
164         (gen_cond_branch_32): Similar.  Emit error for common_v10_v32.
165         (cris_number_to_imm): Use as_bad_where, not as_bad.  Remove
166         related FIXME.  Don't insist on BFD_RELOC_32_PCREL fixup to be
167         resolved.  Don't enter zeros in object file for
168         BFD_RELOC_32_PCREL.
169         <case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16>
170         <case BFD_RELOC_CRIS_SIGNED_8>: New case.
171         (md_parse_option): Break out "return 1".
172         <OPTION_ARCH> New case.
173         (tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET>
174         <case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8>
175         <case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16>
176         <case BFD_RELOC_32_PCREL>: New cases.
177         Addends for non-zero fx_pcrel are too in fx_offset.
178         (md_show_usage): Show --march=<arch>.
179         (md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET.
180         (md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too.
181         (s_syntax) <struct syntaxes>: Properly constify member operand.
182         * config/tc-cris.h (TARGET_MACH): Define.
183         (cris_mach): Declare.
184         * doc/as.texinfo (Overview) <CRIS>: Add --march=...
185         * doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols.
186         (CRIS-Opts): Document --march=...
187         (CRIS-Pseudos): Document .arch.
188
189 2004-11-04 Jan Beulich <jbeulich@novell.com>
190
191         * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when
192         intel syntax and no register prefix, allow $ in symbol names when
193         intel syntax.
194         (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX.
195         (intel_float_operand): Add fourth return value indicating math control
196         operations. Make classification more precise.
197         (md_assemble): Complain if memory operand of mov[sz]x has no size
198         specified.
199         (parse_insn): Translate word operands to floating point instructions
200         operating on integers as well as control instructions to short ones
201         as expected by AT&T syntax. Translate 'd' suffix to short one only for
202         floating point instructions operating on non-integer operands.
203         (match_template): Remove fldcw special case. Adjust q-suffix handling
204         to permit it on fild/fistp/fisttp in AT&T mode.
205         (process_suffix): Don't guess DefaultSize insns' suffix from
206         stackop_size for certain floating point control instructions. Guess
207         suffix for branch and [ls][gi]dt based on flag_code. Split error
208         messages for Intel and AT&T syntax, and make the condition more strict
209         for the former. Adjust suppressing of generation of operand size
210         overrides.
211         (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
212         OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add
213         more error checking.
214         * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR
215         SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines.
216
217 2004-11-03  Hans-Peter Nilsson  <hp@axis.com>
218
219         * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare
220         md_short_jump_size, md_long_jump_size.
221         * write.c [!WORKING_DOT_WORD]: Ditto.
222         * tc.h [!WORKING_DOT_WORD]: Declare them here.  Drop const
223         qualifier.
224         * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't
225         declare.
226         * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop
227         const qualifier in these definitions.
228         * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c,
229         config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto.
230
231 2004-11-02  Nick Clifton  <nickc@redhat.com>
232
233         * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file
234         table before deciding to produce a .debug_line section to match up
235         with a user provided .debug_info section.
236
237 2004-10-28  Tomer Levi  <Tomer.Levi@nsc.com>
238
239         * config/tc-crx.c (getreg_image): Bug fix, a return value was
240         mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
241
242 2004-10-27  Tomer Levi  <Tomer.Levi@nsc.com>
243
244         * config/tc-crx.c: Remove global variable 'post_inc_mode'.
245         (get_flags): New function.
246         (get_number_of_bits): Edit comments, update numeric values to supported 
247         sizes.
248         (process_label_constant): Don't support the colon format (SYMBOL:[s|m|l]).
249         (set_cons_rparams): Support argument type 'arg_rbase'.
250         (get_operandtype): Bug fix in 'rbase' operand type parsing.
251         (handle_LoadStor): Bug fix, first handle post-increment mode.
252         (getreg_image): Remove redundant code, update according to latest CRX spec.
253         (print_constant): Bug fix relate to 3-word instructions.
254         (assemble_insn): Bug fix, when matching instructions, verify also 
255         instruction type (not only mnemonic).
256         Add various error checking.
257         (preprocess_reglist): Support HI/LO and user registers.
258
259 2004-10-25  David Mosberger-Tang  <davidm@hpl.hp.com>
260
261         * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value 
262         in an epilogue directive go negative.
263
264 2004-10-25  H.J. Lu  <hongjiu.lu@intel.com>
265
266         PR 474
267         * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use
268         after reporting template error during manual bundling. Reported
269         by Michael Dupont, michaelx.dupont@intel.com.
270
271 2004-10-25  Daniel Jacobowitz  <dan@debian.org>
272
273         * Makefile.am: Run dep-am.
274         * aclocal.m4: Regenerate with automake 1.9.2.
275         * Makefile.in: Regenerate with automake 1.9.2.
276         * doc/Makefile.in: Likewise.
277
278         * config/tc-arm.c: Include "dw2gencfi.h".
279         (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
280         New functions.
281         * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN)
282         (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum)
283         (tc_cfi_frame_initial_instructions): Define.
284         (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
285         Add prototypes.
286
287 2004-10-21  Tomer Levi  <Tomer.Levi@nsc.com>
288
289         * config/tc-crx.c (assemble_insn): Check unsigned immediate
290         operands validity.
291         Update coprocessor id to be unsigned immediate.
292
293 2004-10-18  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
294
295         * config/tc-i386.c (O_secrel): Delete.
296         (tc_pe_dwarf2_emit_offset): New function.
297         * config/tc-i386.h (O_secrel): Define as O_md1.
298         (TC_DWARF2_EMIT_OFFSET): Define.
299
300 2004-10-18  Nick Clifton  <nickc@redhat.com>
301
302         * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and
303         ignore @fptr() directives for 4-byte fixups.
304
305 2004-10-15  Alan Modra  <amodra@bigpond.net.au>
306
307         * Makefile.am: Run "make dep-am"
308         * Makefile.in: Regenerate.
309
310 2004-10-14  Bob Wilson  <bob.wilson@acm.org>
311
312         * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):
313         Remove comments about placement of literal pools.
314         (Literal Directive): Update description of literal placement.
315         (Literal Prefix Directive): Remove statement that this does not apply
316         to absolute-mode literals.  Describe new section naming scheme.
317
318 2004-10-12  Bob Wilson  <bob.wilson@acm.org>
319
320         * config/tc-xtensa.c (xtensa_frequency_pseudo): Use set_subseg_freq.
321         (is_entry_opcode, is_movi_opcode, is_the_loop_opcode, is_jx_opcode,
322         is_windowed_return_opcode): Delete.
323         (xtensa_frob_label): Use get_subseg_target_freq.
324         (md_assemble): Inline call to is_entry_opcode.
325         (xtensa_handle_align): Inline call to get_frag_is_literal.
326         (relaxation_requirements): Inline call to is_jx_opcode.
327         (emit_single_op): Inline call to is_movi_opcode.
328         (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn,
329         get_frag_is_no_transform, is_entry_opcode, and
330         set_frag_is_specific_opcode.  Use get_subseg_total_freq.
331         (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags,
332         xtensa_fix_close_loop_end_frags, relax_frag_immed, convert_frag_immed):
333         Inline calls to get_frag_is_no_transform.
334         (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode.
335         (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and
336         get_frag_is_no_transform.
337         (convert_frag_immed_finish_loop): Inline calls to get_expression_value
338         and set_frag_is_no_transform.
339         (get_expression_value): Delete.
340         (subseg_map struct): Rename cur_total_freq to total_freq.  Rename
341         cur_target_freq to target_freq.
342         (get_subseg_info): Split out code to create a new map entry into ...
343         (add_subseg_info): ... this new function.
344         (get_last_insn_flags): Check if get_subseg_info succeeded.
345         (set_last_insn_flags): Call add_subseg_info if needed.
346         (get_subseg_total_freq, get_subseg_target_freq, set_subseg_freq): New.
347         (xtensa_reorder_segments): Compute last_sec while counting sections.
348         Remove call to get_last_sec.
349         (get_last_sec): Delete.
350         (cache_literal_section): Inline call to retrieve_literal_seg and its
351         callees, seg_present and add_seg_list.
352         (retrieve_literal_seg, seg_present, add_seg_list): Delete.
353         (get_frag_is_insn, get_frag_is_no_transform,
354         set_frag_is_specific_opcode, set_frag_is_no_transform): Delete.
355         * config/tc-xtensa.h (MAX_SLOTS): Reduce from 31 to 15.
356
357 2004-10-12  Bob Wilson  <bob.wilson@acm.org>
358
359         * config/tc-xtensa.c: Use ISO C90 formatting.
360         * config/tc-xtensa.h: Likewise.
361         * config/xtensa-istack.h: Likewise.
362         * config/xtensa-relax.c: Likewise.
363         * config/xtensa-relax.h: Likewise.
364
365 2004-10-12  Paul Brook  <paul@codesourcery.com>
366
367         * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to
368         EF_ARM_EABI_VER4.
369         (arm_eabis): Ditto.
370         * doc/c-arm.texi: Document that we actually support -meabi=4, not
371         -meabi=3.
372
373 2004-10-08  Bob Wilson  <bob.wilson@acm.org>
374
375         * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
376         entries.
377         (Acknowledgements): Use "GAS" instead of AS variable.
378
379 2004-10-08  Daniel Jacobowitz  <dan@debian.org>
380
381         * config/tc-i386.c: Include "elf/x86-64.h".
382         (i386_elf_section_type): New function.
383         * config/tc-i386.h (md_elf_section_type): Define.
384         (i386_elf_section_type): New prototype.
385
386 2004-10-08  Linus Nielsen Feltzing  <linus@haxx.se>
387
388         * config/m68k-parse.h (enum m68k_register): New control register,
389         MBAR2 (for MCF5249)
390         * config/tc-m68k.c: Correct control register set for MCF5249.
391
392 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
393             Sterling Augustine  <sterling@tensilica.com>
394
395         * config/tc-xtensa.c (absolute_literals_supported): New global flag.
396         (UNREACHABLE_MAX_WIDTH): Define.
397         (XTENSA_FETCH_WIDTH): Delete.
398         (cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
399         prefer_const16, prefer_l32r): New global variables.
400         (LIT4_SECTION_NAME): Define.
401         (lit4_state struct): Add lit4_seg_name and lit4_seg fields.
402         (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
403         (frag_flags struct): New.
404         (xtensa_block_info struct): Move from tc-xtensa.h.  Add flags field. 
405         (subseg_map struct): Add cur_total_freq and cur_target_freq fields.
406         (bitfield, bit_is_set, set_bit, clear_bit): Define.
407         (MAX_FORMATS): Define.
408         (op_placement_info struct, op_placement_table): New.
409         (O_pltrel, O_hi16, O_lo16): Define.
410         (directiveE enum): Rename directive_generics to directive_transform.
411         Delete directive_relax.  Add directive_schedule,
412         directive_absolute_literals, and directive_last_directive.
413         (directive_info): Rename "generics" to "transform".  Delete "relax".
414         Add "schedule" and "absolute-literals".
415         (directive_state): Adjust entries to match changes in directive_info.
416         (xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
417         (xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
418         xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
419         (xtensa_j_opcode, xtensa_rsr_opcode): Delete.
420         (align_only_targets, software_a0_b_retw_interlock,
421         software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
422         software_avoid_short_loop, software_avoid_close_loop_end,
423         software_avoid_all_short_loops, specific_opcode): Delete.
424         (warn_unaligned_branch_targets): New.
425         (workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
426         workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
427         (option_[no_]link_relax, option_[no_]transform,
428         option_[no_]absolute_literals, option_warn_unaligned_targets,
429         option_prefer_l32r, option_prefer_const16, option_target_hardware):
430         New enum values.
431         (option_[no_]align_only_targets, option_literal_section_name,
432         option_text_section_name, option_data_section_name,
433         option_bss_section_name, option_eb, option_el): Delete.
434         (md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
435         warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
436         and target-hardware.  Delete entries for [no-]target-align-only,
437         literal-section-name, text-section-name, data-section-name, and
438         bss-section-name.
439         (md_parse_option): Handle new options and remove old ones.  Accept but
440         ignore [no-]density options.  Warn for [no-]generics and [no-]relax
441         and treat them as [no-]transform.
442         (md_show_usage): Add new options and remove old ones.
443         (xtensa_setup_hw_workarounds): New.
444         (md_pseudo_table): Change "word" entry to use xtensa_elf_cons.  Add
445         "long", "short", "loc" and "frequency" entries.
446         (use_generics): Rename to ...
447         (use_transform): ... this function.  Add past_xtensa_end check.
448         (use_longcalls): Add past_xtensa_end check.
449         (code_density_available, can_relax): Delete.
450         (do_align_targets): New.
451         (get_directive): Accept dashes in directive names.  Warn about
452         [no-]generics and [no-]relax directives and treat them as
453         [no-]transform. 
454         (xtensa_begin_directive): Call md_flush_pending_output only for some
455         directives.  Check for directives inside instruction bundles.  Warn
456         about deprecated ".begin literal" usage.  Warn and ignore [no-]density
457         directives.  Handle new directives.  Check generating_literals flag
458         for literal_prefix.
459         (xtensa_end_directive): Check for directives inside instruction
460         bundles.  Warn and ignore [no-]density directives.  Handle new
461         directives.  Call xtensa_set_frag_assembly_state.
462         (xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
463         xtensa_dwarf2_emit_insn): New.
464         (xtensa_literal_position): Call md_flush_pending_output.  Do not check
465         use_literal_section flag.
466         (xtensa_literal_pseudo): Call md_flush_pending_output.  Handle absolute
467         literals.  Use xtensa_elf_cons to parse the expression.
468         (xtensa_literal_prefix): Do not check use_literal_section.  Support
469         ".lit4" sections for absolute literals.  Change prefix convention to
470         replace ".text" (or ".t" in a linkonce section).  No need to call
471         subseg_set.
472         (xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
473         (expression_end): Handle closing braces and colons.
474         (PLT_SUFFIX, plt_suffix): Delete.
475         (expression_maybe_register): Use new xtensa-isa.h functions.  Use
476         xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
477         and O_hi16 expressions as well.
478         (tokenize_arguments): Handle closing braces and colons.
479         (parse_arguments): Use new xtensa-isa.h functions.  Handle "invisible"
480         operands and paired register syntax.
481         (get_invisible_operands): New.
482         (xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax.  Use
483         new xtensa-isa.h functions.
484         (xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
485         (xg_translate_idioms): Check if inside bundle.  Use use_transform.
486         Handle new Xtensa LX RSR/WSR/XSR syntax.  Remove code to widen density
487         instructions.  Use xtensa_translate_zero_immed.
488         (operand_is_immed, operand_is_pcrel_label): Delete.
489         (get_relaxable_immed): Use new xtensa-isa.h functions.
490         (get_opcode_from_buf): Add slot parameter.  Use new xtensa-isa.h
491         functions.
492         (xtensa_print_insn_table, print_vliw_insn): New.
493         (is_direct_call_opcode): Use new xtensa-isa.h functions.
494         (is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
495         is_branch_or_jump_opcode): Delete.
496         (is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
497         (opnum_to_reloc, reloc_to_opnum): Delete.
498         (xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
499         xtensa-isa.h functions.  Operate on one slot of an instruction.
500         (xtensa_insnbuf_set_immediate_field, is_negatable_branch,
501         xg_get_insn_size): Delete.
502         (xg_get_build_instr_size): Use xg_get_single_size.
503         (xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
504         xg_build_widen_table.  Use xg_get_single_size.
505         (xg_get_max_narrow_insn_size): Delete.
506         (xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
507         xg_is_relaxable_insn): Update calls to xg_build_widen_table.  Use
508         xg_get_single_size.
509         (xg_build_to_insn): Record the loc field.  Handle OP_OPERAND_HI16U and
510         OP_OPERAND_LOW16U.  Check xg_valid_literal_expression.
511         (xg_expand_to_stack, xg_expand_narrow): Update calls to
512         xg_build_widen_table.  Use xg_get_single_size.
513         (xg_immeds_fit): Use new xtensa-isa.h functions.  Update call to
514         xg_check_operand.
515         (xg_symbolic_immeds_fit): Likewise.  Also handle O_lo16 and O_hi16, and
516         treat weak symbols conservatively.
517         (xg_check_operand): Use new xtensa-isa.h functions.
518         (is_dnrange): Delete.
519         (xg_assembly_relax): Inline previous calls to tinsn_copy.
520         (xg_finish_frag): Specify separate relax states for the frag and slot0.
521         (is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
522         xtensa-isa.h functions.
523         (xg_instruction_matches_option_term, xg_instruction_matches_or_options,
524         xg_instruction_matches_options): New.
525         (xg_instruction_matches_rule): Handle O_register expressions.  Call
526         xg_instruction_matches_options.
527         (transition_rule_cmp): New.
528         (xg_instruction_match): Update call to xg_build_simplify_table.
529         (xg_build_token_insn): Record loc fields.
530         (xg_simplify_insn): Check is_specific_opcode field and
531         density_supported flag.
532         (xg_expand_assembly_insn): Skip checking code_density_available.  Use
533         new xtensa-isa.h functions.  Call use_transform instead of can_relax.
534         (xg_assemble_literal): Add error handling for O_big.  Call
535         record_alignment.  Handle O_pltrel.
536         (xg_valid_literal_expression): New.
537         (xg_assemble_literal_space): Add slot parameter.  Remove call to
538         set_expr_symbol_offset.  Add call to record_alignment.  Update call to
539         xg_finish_frag.
540         (xg_emit_insn): Delete.
541         (xg_emit_insn_to_buf): Add format parameter.  Update calls to
542         xg_add_opcode_fix and xtensa_insnbuf_to_chars.
543         (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
544         and slot parameters.  Handle new "alternate" relocations for absolute
545         literals and CONST16 instructions.  Check for bad uses of O_lo16 and
546         O_hi16.  Use new xtensa-isa.h functions.
547         (xg_assemble_tokens): Delete.
548         (is_register_writer): Use new xtensa-isa.h functions.
549         (is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
550         old-style RSR from LCOUNT.
551         (next_frag_opcode): Delete.
552         (next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
553         update_next_frag_state): New.
554         (update_next_frag_nop_state): Delete.
555         (next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
556         (xtensa_mark_literal_pool_location): Check use_literal_section flag and
557         the state of the absolute-literals directive.  Add calls to
558         record_alignment and xtensa_set_frag_assembly_state.  Call
559         xtensa_switch_to_non_abs_literal_fragment instead of
560         xtensa_switch_to_literal_fragment.
561         (build_nop): New.
562         (assemble_nop): Use build_nop.  Update call to xtensa_insnbuf_to_chars.
563         (get_expanded_loop_offset): Change check for undefined opcode to an
564         assertion.
565         (xtensa_set_frag_assembly_state, relaxable_section,
566         xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
567         xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
568         (md_begin): Update call to xtensa_isa_init.  Initialize linkrelax to 1.
569         Set lit4_seg_name.  Call xg_init_vinsn.  Initialize new global opcodes.
570         Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
571         (xtensa_init_fix_data): New.
572         (xtensa_frob_label): Reset label symbol to the current frag.  Check
573         do_align_targets and generating_literals flag.  Propagate frequency
574         info to new alignment frag.  Call xtensa_set_frag_assembly_state.
575         (xtensa_unrecognized_line): New.
576         (xtensa_flush_pending_output): Check if inside a bundle.  Add a call
577         to xtensa_set_frag_assembly_state.
578         (error_reset_cur_vinsn): New.
579         (md_assemble): Remove check for literal frag.  Remove call to
580         istack_init.  Call use_transform instead of use_generics.  Parse
581         explicit instruction format specifiers.  Move code for
582         a0_b_retw_interlock workaround to xg_assemble_vliw_tokens.  Call
583         error_reset_cur_vinsn on errors.  Add call to get_invisible_operands.
584         Add dwarf2_where call.  Remote automatic alignment for ENTRY
585         instructions.  Move call to xtensa_clear_insn_labels to the end.
586         Rearrange to handle bundles.
587         (xtensa_cons_fix_new): Delete.
588         (xtensa_handle_align): New.
589         (xtensa_frag_init): Call xtensa_set_frag_assembly_state.  Remove
590         assignment to is_no_density field.
591         (md_pcrel_from): Use new xtensa-isa.h functions.  Use decode_reloc
592         instead of reloc_to_opnum.  Handle "alternate" relocations.
593         (xtensa_force_relocation, xtensa_check_inside_bundle,
594         xtensa_elf_section_change_hook): New.
595         (xtensa_symbol_new_hook): Delete.
596         (xtensa_fix_adjustable): Check for difference of symbols with an
597         offset.  Check for external and weak symbols.
598         (md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
599         (md_estimate_size_before_relax): Return expansion for the first slot.
600         (tc_gen_reloc): Handle difference of symbols by producing
601         XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
602         into the output.  Handle new XTENSA_SLOT*_OP relocs by storing the
603         tentative values into the output when linkrelax is set.
604         (XTENSA_PROP_SEC_NAME): Define.
605         (xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
606         Create literal tables only if using literal sections.  Create new
607         property tables instead of old instruction tables.  Check for unaligned
608         branch targets and loops.
609         (finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
610         new_resource_table, clear_resource_table, resize_resource_table,
611         resources_available, reserve_resources, release_resources,
612         opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
613         resources_conflict, xg_find_narrowest_format, relaxation_requirements,
614         bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
615         (xtensa_end): Call xtensa_flush_pending_output.  Set past_xtensa_end
616         flag.  Update checks for workaround options.  Call
617         xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
618         (xtensa_cleanup_align_frags): Add special case for branch targets.
619         Check for and mark unreachable frags.
620         (xtensa_fix_target_frags): Remove use of align_only_targets flag.
621         Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
622         end of a zero-overhead loop body.
623         (frag_can_negate_branch): Handle instructions with multiple slots.
624         Use new xtensa-isa.h functions
625         (xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
626         xtensa_mark_zcl_first_insns): New.
627         (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
628         transformations are disabled.
629         (next_instrs_are_b_retw): Use new xtensa-isa.h functions.  Handle
630         multislot instructions.
631         (xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
632         Likewise.  Also error if transformations are disabled.
633         (unrelaxed_frag_max_size): New.
634         (unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
635         xtensa-isa.h functions.
636         (xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
637         xtensa_opcode_is_loop instead of is_loop_opcode.
638         (get_text_align_power): Replace as_fatal with assertion.
639         (get_text_align_fill_size): Iterate instead of using modulus when
640         use_nops is false.
641         (get_noop_aligned_address): Assert that this is for a machine-dependent
642         RELAX_ALIGN_NEXT_OPCODE frag.  Use next_frag_opcode_is_loop,
643         xg_get_single_size, and frag_format_size.
644         (get_widen_aligned_address): Rename to ...
645         (get_aligned_diff): ... this function.  Add max_diff parameter.
646         Remove handling of rs_align/rs_align_code frags.  Use
647         next_frag_format_size, get_text_align_power, get_text_align_fill_size,
648         next_frag_opcode_is_loop, and xg_get_single_size.  Compute max_diff
649         and pass it back to caller.
650         (xtensa_relax_frag): Use relax_frag_loop_align.  Add code for new
651         RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
652         RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types.  Check relax_seen.
653         (relax_frag_text_align): Rename to ...
654         (relax_frag_loop_align): ... this function.  Assume loops can only be
655         in the first slot of an instruction.
656         (relax_frag_add_nop): Use assemble_nop instead of constructing an OR
657         instruction.  Remove call to frag_wane.
658         (relax_frag_narrow): Rename to ...
659         (relax_frag_for_align): ... this function.  Extend to handle
660         RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
661         RELAX_NARROW for the first slot.
662         (find_address_of_next_align_frag, bytes_to_stretch): New.
663         (future_alignment_required): Use find_address_of_next_align_frag and
664         bytes_to_stretch.  Look ahead to subsequent frags to make smarter
665         alignment decisions.
666         (relax_frag_immed): Add format, slot, and estimate_only parameters.
667         Check if transformations are enabled for b_j_loop_end workaround.
668         Use new xtensa-isa.h functions and handle multislot instructions.
669         Update call to xg_assembly_relax.
670         (md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
671         RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
672         frag types.
673         (convert_frag_narrow): Add segP, format and slot parameters.  Call
674         convert_frag_immed for branch instructions.  Adjust calls to
675         tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf.  Use
676         xg_get_single_size and xg_get_single_format.
677         (convert_frag_fill_nop): New.
678         (convert_frag_immed): Add format and slot parameters.  Handle multislot
679         instructions and use new xtensa-isa.h functions.  Update calls to
680         tinsn_immed_from_frag and xg_assembly_relax.  Check if transformations
681         enabled for b_j_loop_end workaround.  Use build_nop instead of
682         assemble_nop.  Check is_specific_opcode flag.  Check for unreachable
683         frags.  Use xg_get_single_size.  Handle O_pltrel.
684         (fix_new_exp_in_seg): Remove check for old plt flag.
685         (convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
686         xtensa_insnbuf_to_chars.  Call tinsn_immed_from_frag.  Change check
687         for loop opcode to an assertion.  Mark all frags up to the end of the
688         loop as not transformable.
689         (get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
690         (get_subseg_info): New.
691         (xtensa_move_literals): Call xtensa_set_frag_assembly_state.  Add null
692         check for dest_seg.
693         (xtensa_switch_to_literal_fragment): Rewrite to handle absolute
694         literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
695         (xtensa_switch_to_non_abs_literal_fragment): New.
696         (cache_literal_section): Add is_code parameter and pass it through to
697         retrieve_literal_seg.
698         (retrieve_literal_seg): Add is_code parameter and use it to set the
699         flags on the literal section.  Handle case where head parameter is 0.
700         (get_frag_is_no_transform, set_frag_is_specific_opcode,
701         set_frag_is_no_transform): New.
702         (xtensa_create_property_segments): Add end_property_function parameter
703         and pass it through to add_xt_block_frags.  Call bfd_get_section_flags
704         and skip SEC_DEBUGGING and !SEC_ALLOC sections.
705         (xtensa_create_xproperty_segments, section_has_xproperty): New.
706         (add_xt_block_frags): Add end_property_function parameter and call it
707         if it is non-zero.  Call xtensa_frag_flags_init.
708         (xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
709         get_frag_property_flags, frag_flags_to_number,
710         xtensa_frag_flags_combinable, xt_block_aligned_size,
711         xtensa_xt_block_combine, add_xt_prop_frags,
712         init_op_placement_info_table, opcode_fits_format_slot,
713         xg_get_single_size, xg_get_single_format): New.
714         (istack_push): Inline call to tinsn_copy.
715         (tinsn_copy): Delete.
716         (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
717         CONST16 opcodes.  Handle O_big, O_illegal, and O_absent.
718         (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
719         (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
720         functions.  Handle invisible operands.
721         (tinsn_to_slotbuf): New.
722         (tinsn_check_arguments): Use new xtensa-isa.h functions.
723         (tinsn_from_chars): Add slot parameter.  Rewrite using xg_init_vinsn,
724         vinsn_from_chars, and xg_free_vinsn.
725         (tinsn_from_insnbuf): New.
726         (tinsn_immed_from_frag): Add slot parameter and handle multislot
727         instructions.  Handle symbol differences.
728         (get_num_stack_text_bytes): Use xg_get_single_size.
729         (xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
730         xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
731         get_expr_register, set_expr_symbol_offset_diff): New.
732         * config/tc-xtensa.h (MAX_SLOTS): Define.
733         (xtensa_relax_statesE): Move from tc-xtensa.c. Add
734         RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
735         RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
736         RELAX_NONE types.
737         (RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
738         (xtensa_frag_type struct): Add is_assembly_state_set,
739         use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
740         is_align, is_text_align, alignment, and is_first_loop_insn fields.
741         Replace is_generics and is_relax fields by is_no_transform field.
742         Delete is_text and is_longcalls fields.  Change text_expansion and
743         literal_expansion to arrays of MAX_SLOTS entries.  Add arrays of
744         per-slot information: literal_frags, slot_subtypes, slot_symbols,
745         slot_sub_symbols, and slot_offsets.  Add fr_prev field.
746         (xtensa_fix_data struct): New.
747         (xtensa_symfield_type struct): Delete plt field.
748         (xtensa_block_info struct): Move definition to tc-xtensa.h.  Add
749         forward declaration here.
750         (xt_section_type enum): Delete xt_insn_sec.  Add xt_prop_sec.
751         (XTENSA_SECTION_RENAME): Undefine.
752         (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
753         tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
754         HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
755         (TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
756         (unit_num_copies_func, opcode_num_units_func,
757         opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
758         (resource_table struct): New.
759         * config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
760         (TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
761         literal_space, symbol, sub_symbol, offset, and literal_frag fields.
762         (tinsn_copy): Delete prototype.
763         (vliw_insn struct): New.
764         * config/xtensa-relax.c (insn_pattern_struct): Add options field.
765         (widen_spec_list): Add option conditions for density and boolean
766         instructions.  Add expansions using CONST16 and conditions for using
767         CONST16 vs. L32R.  Use new Xtensa LX RSR/WSR syntax.  Add entries for
768         predicted branches.
769         (simplify_spec_list): Add option conditions for density instructions.
770         Add entry for NOP instruction.
771         (append_transition): Add cmp function pointer parameter and use it to
772         insert the new entry in order.
773         (operand_function_LOW16U, operand_function_HI16U): New.
774         (xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
775         OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
776         (enter_opname, split_string): Use xstrdup instead of strdup.
777         (init_insn_pattern): Initialize new options field.
778         (clear_req_or_option_list, clear_req_option_list,
779         clone_req_or_option_list, clone_req_option_list, parse_option_cond):
780         New.
781         (parse_insn_pattern): Parse option conditions.
782         (transition_applies): New.
783         (build_transition): Use new xtensa-isa.h functions.  Fix incorrectly
784         swapped last arguments in calls to append_constant_value_condition.
785         Call clone_req_option_list.  Add warning about invalid opcode.
786         Handle LOW16U and HI16U function names.
787         (build_transition_table): Add cmp parameter and use it in calls to
788         append_transition.  Use new xtensa-isa.h functions.  Check
789         transition_applies before adding entries.
790         (xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
791         pass it through to build_transition_table.
792         * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
793         ReqOption, transition_cmp_fn): New types.
794         (OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
795         (transition_rule struct): Add options field.
796         * doc/as.texinfo (Overview): Update Xtensa options.
797         * doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
798         --[no-]relax, and --[no-]generics options.  Update descriptions of
799         --text-section-literals and --[no-]longcalls.  Add
800         --[no-]absolute-literals and --[no-]transform.
801         (Xtensa Syntax): Add description of syntax for FLIX instructions.
802         Remove use of "generic" and "specific" terminology for opcodes.
803         (Xtensa Registers): Generalize the syntax description to include
804         user-defined register files.
805         (Xtensa Automatic Alignment): Update.
806         (Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
807         (Xtensa Call Relaxation): Linker can now remove most of the overhead.
808         (Xtensa Directives): Remove confusing rules about precedence.
809         (Density Directive, Relax Directive): Delete.
810         (Schedule Directive): New.
811         (Generics Directive): Rename to ...
812         (Transform Directive): ... this node.
813         (Literal Directive): Update for absolute literals.  Missing
814         literal_position directive is now an error.
815         (Literal Position Directive): Update for absolute literals.
816         (Freeregs Directive): Delete.
817         (Absolute Literals Directive): New.
818         (Frame Directive): Minor editing.
819         * Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
820         Update dependencies.
821         * Makefile.in: Regenerate.
822
823 2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
824
825         * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp
826         to build the second and third fixups for a composite relocation.
827         (macro_read_relocs): New function.
828         (macro_build): Use it.
829         (s_cpsetup): Pass all three composite relocation codes to macro_build.
830         Simplify fragging code accordingly.
831         (s_gpdword): Use fix_new rather than fix_new_exp for the second part
832         of the composite relocation.  Set fx_tcbit in both fixups.
833
834 2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
835
836         * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs.
837         (md_apply_fix3): Don't treat composite relocs as done.
838
839 2004-10-07  Jan Beulich <jbeulich@novell.com>
840
841         * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
842         prefix for symbol names generated from the LOCAL macro directive.
843
844         * dw2gencfi.c (select_cie_for_fde): When separating CIE out from
845         FDE, treat a DW_CFA_remember_state as we do a DW_CFA_advance_loc.
846
847 2004-10-07  Tomer Levi  <Tomer.Levi@nsc.com>
848
849         * config/tc-crx.c (preprocess_reglist): Handle Co-processor
850         Special registers. 
851         (md_assemble): Add error checking for Co-Processor instructions.
852         (get_cinv_parameters): Add 'b' option to invalidate the
853         branch-target cache.
854
855 2004-10-05  Paul Brook  <paul@codesourcery.com>
856
857         * config/tc-arm.c (unwind): New variable.
858         (vfp_sp_encode_reg): New function.
859         (vfp_sp_reg_required_here): Use it.
860         (vfp_sp_reg_list, vfp_dp_reg_list): Remove.
861         (vfp_parse_reg_list): New function.
862         (s_arm_unwind_fnstart, s_arm_unwind_fnend, s_arm_unwind_cantunwind,
863         s_arm_unwind_personality, s_arm_unwind_personalityindex,
864         s_arm_unwind_handlerdata, s_arm_unwind_save, s_arm_unwind_movsp,
865         s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): New
866         functions.
867         (md_pseudo_table): Add them.
868         (do_vfp_reg2_from_sp2): Use vfp_parse_reg_list and vfp_sp_encode_reg.
869         (do_vfp_sp2_from_reg2, vfp_sp_ldstm, vfp_dp_ldstm): Ditto.
870         (set_section, add_unwind_adjustsp, flush_pending_unwind,
871         finish_unwind_opcodes, start_unwind_section, create_unwind_entry,
872         require_hashconst, add_unwind_opcode): New functions.
873         * doc/tc-arm.text: Document unwinding opcodes.
874         * NEWS: Mention the new feature.
875
876 2004-10-04  Eric Christopher  <echristo@redhat.com>
877
878         * config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
879
880 2004-10-01  H.J. Lu  <hongjiu.lu@intel.com>
881
882         * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
883         TLS relocations.
884         * config/tc-s390.c (md_apply_fix3): Likewise.
885         * config/tc-sparc.c (md_apply_fix3): Likewise.
886
887 2004-10-01  Paul Brook  <paul@codesourcery.com>
888
889         * config/tc-arm.c (arm_elf_section_type): New function.
890         (arm_elf_change_section): Set section link for exidx sections.
891         * config/tc-arm.h (arm_elf_section_type): Add prototype.
892         (md_elf_section_type): Define.
893
894 2004-10-01  Bill Farmer  <Bill@the-farmers.freeserve.co.uk>
895
896         * config/tc-pdp11.c (md_apply_fix3): Change to sign of the SOB
897         instruction's offset.
898
899 2004-10-01  Adam Nemet  <anemet@lnxw.com>
900
901         * (TARGET_FORMAT): Remove LynxOS COFF definition.
902
903 2004-10-01  Ravi Ramaseshan  <ravi.ramaseshan@codito.com>
904
905         * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
906         asymbol *, instead use symbol_get_bfdsym.
907
908 2004-09-30  Linus Nielsen Feltzing  <linus@haxx.se>
909
910         * config/tc-m68k.c (select_control_regs): Add mcf5249.
911
912 2004-09-30  Paul Brook  <paul@codesourcery.com>
913
914         * config/tc-arm.c (do_smi, do_nop): New functions.
915         (insns): Add ARMv6ZK instructions.
916         (md_apply_fix3): Handle BFD_RELOC_ARM_SMI.
917         (tc_gen_reloc): Ditto.
918         (arm_cpus): Add mpcore and arm1176.
919         (arm_archs): Add armv6{k,z,zk}.
920         * doc/c-arm.texi: Document new cores and architectures.
921
922 2004-09-30  Nick Clifton  <nickc@redhat.com>
923
924         * config/tc-arm.c: Use ISO C90 formatting.
925
926 2004-09-30  Vladimir Ivanov  <vladitx@nucleusys.com>
927
928         * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN
929         as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or
930         REG_TYPE_MVDX is expected.
931
932 2004-09-29  Marc Bevand  <m.bevand@gmail.com>
933
934         * doc/c-i386.texi (i386-Mnemonics): Fix typo.
935
936 2004-09-21  James E Wilson  <wilson@specifixinc.com>
937
938         * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.
939         (output_rp_psprel, output_pfs_psprel, output_preds_psprel,
940         output_spill_base, output_unat_psprel, output_lc_psprel,
941         output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel,
942         output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel,
943         output_spill_psprel_p): Use it.
944
945 2004-09-20  Tomer Levi  <Tomer.Levi@nsc.com>
946
947         * config/tc-crx.c (handle_LoadStor): New function.
948         Handle load/stor unique instructions before parsing.
949
950 2004-09-17  Paul Brook  <paul@codesourcery.com>
951
952         * config/tc-arm.c (s_arm_rel31): New funciton.
953         (md_pseudo_table): Add .rel31.
954         (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2,
955         BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
956         (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
957         (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
958         (arm_parse_reloc): Add (target2).
959
960 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
961
962         * Makefile.am: Run "make dep-am".
963         * Makefile.in: Regenerate.
964         * aclocal.m4: Regenerate.
965         * configure: Regenerate.
966         * doc/Makefile.in: Regenerate.
967         * po/POTFILES.in: Regenerate.
968         * po/gas.pot: Regenerate.
969
970 2004-09-14  Hideki IWAMOTO  <h-iwamoto@kit.hi-ho.ne.jp>
971
972         * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.
973         [!LLONG_MAX]: Ditto.
974
975 2004-09-13  Paul Brook  <paul@codesourcery.com>
976
977         * config/tc-arm.c: Rename RELABS to TARGET1.
978
979 2004-09-13  Alan Modra  <amodra@bigpond.net.au>
980
981         * messages.c (as_internal_value_out_of_range): Cast values passed
982         to as_bad_where or as_warn_where to proper type.
983
984 2004-09-11  Theodore A. Roth  <troth@openavr.org>
985
986         * config/tc-avr.c: Add support for
987         atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
988
989 2004-09-09  Alan Modra  <amodra@bigpond.net.au>
990
991         * dw2gencfi.c (select_cie_for_fde): When separating CIE out
992         from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc.
993
994 2004-09-08  Paul Brook  <paul@codesourcery.com>
995
996         * config/obj-elf.c (obj_elf_section_type): Handle init_array,
997         fini_array and preinit_array section types.
998         * config/tc-ia64.c (ia64_elf_section_type): Remove init_array
999         and fini_array.
1000         * doc/as.texinfo: Document extra section types.
1001
1002 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1003
1004         * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
1005         * Makefile.in: Regenerated.
1006         * configure.in: Set em for arm*-*-symbianelf*.
1007         * configure: Regenerated.
1008         * config/tc-arm.c (elf32_arm_target_format): Use Symbian target
1009         vectors when appropriate.
1010         * config/te-symbian.h: New file.
1011
1012 2004-09-03  Tomer Levi  <Tomer.Levi@nsc.com>
1013
1014         * config/tc-crx.c (gettrap): Exception vector can be case
1015         insensitive.
1016         (process_label_constant): Fix a 32-bit displacement bug in branch
1017         instructions.
1018         (get_operandtype) : Bug fix, wrong operand was used.
1019         (process_label_constant): Initialize relocation type to
1020         BFD_RELOC_NONE
1021
1022 2004-09-01  Richard Earnshaw < reanrsha@arm.com>
1023
1024         * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s
1025         for synthesizable cores.
1026
1027         * doc/c-arm.texi (ARM Options): Document canonical names of CPUs.
1028
1029 2004-08-25  Dmitry Diky  <diwil@spec.ru>
1030
1031         * config/tc-msp430.c:   Clean-up the code.
1032         (md_relax_table): New relax table.
1033         (mcu_types): Sort MCU types.
1034         (md_pseudo_table): Add .profiler pseudo handler.
1035         (pow2value): New function.
1036         (msp430_profiler): New function.
1037         (msp430_operands): Add new insns handlers.
1038         (msp430_srcoperand): Add register operand handler, allow complex
1039         expressions.
1040         (md_estimate_size_before_relax): Rewritten.
1041         (md_convert_frag): Rewritten.
1042         (msp430_relax_frag): New function.
1043         * config/tc-msp430.h (md_relax_frag): define macro
1044         * doc/c-msp430.texi: Update information.
1045
1046 2004-08-24  Nick Clifton  <nickc@redhat.com>
1047
1048         * as.c (std_shortopts): Allow -g to take an optional argument.
1049         (parse_args): Pass any switch starting with -g on to the backend
1050         for parsing.
1051
1052 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
1053
1054         * configure.in (arm*-*-symbianelf*): New target.
1055         (arm*-*-eabi*): Likewise.
1056         * configure: Regenerated.
1057
1058 2004-08-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1059         * config/tc-mips.c (append_insn): Handle delay slots in branch likely
1060         correctly.
1061
1062 2004-08-18  Jakub Jelinek  <jakub@redhat.com>
1063
1064         * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
1065         argument, don't do anything if current section is not
1066         .gnu.linkonce.t.* and linkonce_empty is set.
1067         (generate_unwind_image, dot_endp): Adjust callers, call
1068         start_unwind_section (*, 1) if nothing will be put into the
1069         section.
1070
1071 2004-08-17  Nick Clifton  <nickc@redhat.com>
1072
1073         * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
1074         (show_usage): Add -g.
1075         (std_longopts): Add --gen-debug.  Alpha sort the table.
1076         (parse_args): Print an error message if a switch is not handled.
1077         Handle the -g switch, calling md_debug_format_selector() if
1078         necessary.
1079         * NEWS: Mention new feature.
1080         * doc/as.texinfo: Document new switch.
1081         * doc/internals.texi: Document behaviour of md_parse_option.
1082
1083         * config/tc-arm.c (md_parse_option): Do not issue an error message
1084         if the switch is not recognised.
1085         * config/tc-m68k.c (md_parse_option): Likewise.
1086         * config/tc-pdp11.c (md_parse_option): Likewise.
1087         * config/tc-v850.c (md_parse_option): Likewise.
1088
1089         * as.h: Fix up formatting.
1090         * tc.h: Likewise.
1091
1092 2004-08-16  Nick Clifton  <nickc@redhat.com>
1093
1094         * macro.c (macro_set_alternate): Use ISO C90 formatting.
1095
1096         * configure.in: Sort architecture based tables alphabetically.
1097         * configure: Regenerate.
1098
1099 2004-08-16  Alan Modra  <amodra@bigpond.net.au>
1100
1101         * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
1102         { "cc", 68 }, with { "cr", 70 }.
1103
1104 2004-08-13 Jan Beulich <jbeulich@novell.com>
1105            Nick Clifton <nickc@redhat.com>
1106
1107         * as.c: Add and handle new --alternate command line option.
1108         * macro.c (macro_set_alternate): New.
1109         * macro.h (macro_set_alternate): Declare.
1110         * read.c: Add and handle new .altmacro and .noaltmacro directives.
1111         * doc/as.texinfo: Document new command line option and pseudo-ops
1112         as well as insert documentation originating from gasp about
1113         alternate macro syntax.
1114         * NEWS: Mention new command line option and pseudo-ops.
1115
1116 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
1117
1118         * expr.c (operand): Handle the "~", "-", and "!" operators applied
1119         to bignums.
1120
1121 2004-08-06  Paul Brook  <paul@codesourcery.com>
1122
1123         * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
1124         Handle new relocations.
1125         * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
1126
1127 2004-08-05  Bob Wilson  <bob.wilson@acm.org>
1128
1129         * write.c (relax_segment): Use was_address instead of address when
1130         setting fr_fix field for align frag due to backwards .org.
1131
1132 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
1133
1134         Introduce SH2a support.
1135         2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
1136         * config/tc-sh.c (get_specific): Change arch_sh2a_up to
1137         arch_sh2a_nofpu_up.
1138         2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
1139         * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
1140         2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
1141         * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
1142         to end of conditional expression.
1143         2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
1144         * config/tc-sh.c: Add sh2a-nofpu support.
1145         2003-12-29  DJ Delorie  <dj@redhat.com>
1146         * tc-sh.c: Add sh2a support.
1147         (parse_reg): Add tbr.
1148         (parse_at): Support @@(disp,tbr).
1149         (get_specific): Support sh2a opcodes.
1150         (insert4): New, for 4 byte relocs.
1151         (build_Mytes): Support sh2a opcodes.
1152         (md_apply_fix3_Mytes): Support sh2a opcodes.
1153         2003-12-02  Michael Snyder  <msnyder@redhat.com>
1154         * config/tc-sh.c (md_parse_option): Handle sh2a.
1155         (sh_elf_final_processing): Ditto.
1156
1157 2004-07-27  Jason Thorpe  <thorpej@wasabisystems.com>
1158
1159         * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
1160         for TE_NetBSD.
1161
1162 2004-07-27  Alan Modra  <amodra@bigpond.net.au>
1163
1164         * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
1165         (ppc_arch): Expand comment.
1166
1167 2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
1168
1169         * config/tc-crx.c: Support evaluating the difference between two
1170         symbols.
1171         * config/tc-crx.h: Likewise.
1172
1173 2004-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1174
1175         * config/tc-ia64.c (start_unwind_section): Set the linked-to
1176         section.
1177         (ia64_elf_section_change_hook): Set the linked-to section for
1178         SHT_IA_64_UNWIND.
1179
1180 2004-07-26  Dmitry Diky  <diwil@spec.ru>
1181
1182         * config/tc-msp430.c: Add new subtargets: msp430x1610,
1183         msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437,
1184         msp430xG438, msp430xG439.
1185
1186 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
1187
1188         * doc/as.texinfo (Section, PushSection): Correct documentation
1189         for ELF.
1190
1191 2004-07-21  Jan Beulich  <jbeulich@novell.com>
1192
1193         * config/tc-i386.c (optimize_imm): Adjust immediates to only those
1194         permissible for the selected instruction suffix.
1195         (match_template): Don't permit 64-bit general purpose operands in
1196         32-bit mode.
1197         (finalize_imm): Permit 64-bit immediates.
1198         (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode
1199         specially except for the width of the used base and/or index
1200         registers.  For 32-bit displacements, use sign-extended
1201         relocations only when using 64-bit addressing.
1202         Force zero displacement on rip-relative addressing when there is
1203         no other displacement.
1204         (i386_index_check): Don't treat 32-bit addressing in 64-bit mode
1205         specially except for the width of the used base and/or index
1206         registers.
1207         (parse_register): Disallow Reg64 registers in 32-bit mode.
1208
1209         * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
1210         suffix if the instruction doesn't support it.
1211
1212 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
1213
1214         * config/tc-mips.c (append_insn): Handle constant expressions with
1215         no associated relocation.
1216         (mips_ip): Cancel the expression after use for the Q format
1217         specifier.
1218         (parse_relocation): Return no relocation for unsupported
1219         operators.
1220         (my_getSmallExpression): Return no relocation if no relocation
1221         operators are used.
1222
1223 2004-07-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1224
1225         * config/obj-som.c (adjust_stab_sections): Add prototype.
1226         (obj_som_compiler, obj_som_version, obj_som_copyright,
1227         adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
1228         * config/tc-hppa.c (update_subspace):  Likewise.
1229         (is_defined_subspace): Amplify comment.
1230         * config/obj-som.h (som_frob_file): Add prototype.
1231
1232 2004-07-19  Christopher Faylor  <cgf@timesys.com>
1233             H.J. Lu  <hongjiu.lu@intel.com>
1234
1235         * subsegs.c (section_symbol): Don't create a new segment when
1236         existing segment is undefined.
1237
1238 2004-07-16  Richard Earnshaw  <rearnsha@arm.com>
1239
1240         * config/tc-arm.c: Include include/opcode/arm.h.
1241         (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete.
1242         (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete.
1243         (FPU_ARCH_*): Delete.
1244         * Makefile.am: Update dependencies.
1245         * Makefile.in: Regenerate.
1246
1247 2004-07-15  Nick Clifton  <nickc@redhat.com>
1248
1249         * configure.in: Accept armbe as a big-endian arm configuration.
1250         * configure: Regenerate.
1251
1252 2004-07-13  Thomas Nystrom  <thn@saeab.se>
1253
1254         * config/tc-i386.c (T_SHIFTOP): New constant.
1255         (intel_e05_1): Handle '&', '|' and T_SHIFTOP.
1256         (intel_el1): Handle '~'.
1257         (intel_get_token): Handle '<>', '&', '|' and '~'.
1258
1259 2004-07-13  Nick Clifton <nickc@redhat.com>
1260
1261         (md_assemble): Remove spurious newline from end of as_bad error
1262         message.
1263         (intel_e05_1): Likewise.
1264         (intel_e11): Likewise.
1265         (intel_match_token): Likewise.
1266
1267 2004-07-11  Andreas Schwab  <schwab@suse.de>
1268
1269         * config/tc-m68k.c: Convert to C90.  Remove redundant
1270         declarations.  Indentation fixup.
1271         [M68KCOFF]: Include "obj-coff.h" instead of declaring
1272         obj_coff_section ourselves.
1273
1274 2004-07-09  James E Wilson  <wilson@specifixinc.com>
1275
1276         * config/tc-ia64.c (default_big_endian): New.
1277         (dot_byteorder, md_begin): Use it.
1278         (md_parse_option): Set it.
1279
1280 2004-07-09  Nick Clifton  <nickc@redhat.com>
1281
1282         * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
1283         * configure: Regenerate.
1284         * NEWS: Change sh-sybmian-elf to sh-*-symbianelf.
1285         * config/tc-sh.c (sh_elf_final_processing): Use renamed version of
1286         sh_find_elf_flags if necessary.
1287
1288 2004-07-08  Richard Sandiford  <rsandifo@redhat.com>
1289
1290         * config/tc-mips.c (mips_fix_adjustable): If the full addend is
1291         going to be split into more than one in-place addend, return 0
1292         for relocations against mergeable sections.  Associate comments
1293         with code.
1294
1295 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
1296
1297         * Makefile.am (CPU_TYPES): Add crx.
1298         (TARGET_CPU_CFILES): Add config/tc-crx.c.
1299         (TARGET_CPU_HFILES): Add config/tc-crx.h.
1300         (DEPTC_crx_elf): New target.
1301         (DEPOBJ_crx_elf): Likewise.
1302         (DEP_crx_elf): Likewise.
1303         * Makefile.in: Regenerate.
1304         * configure.in: Add crx* target.
1305         * configure: Regenerate.
1306         * config/tc-crx.c: New file.
1307         * config/tc-crx.h: New file.
1308         * NEWS: Mention new target.
1309
1310 2004-07-06  Nick Clifton  <nickc@redhat.com>
1311
1312         * config.in: Undefine TARGET_SYMBIAN by default.
1313         * configure.in:
1314         * configure: Regenerate. Add sh-symbian-elf target.  If
1315         selected define TARGET_SYMBIAN.
1316         * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
1317         format if TARGET_SYMBIAN has been defined.
1318
1319         * output-file.c (output_file_create): Report the target format
1320         chosen when bfd_openw reports that it is invalid.
1321
1322         * config/obj-coff.c (coff_pseudo_table): Only define the weak
1323         pseudo for BFD based assemblers.
1324
1325 2004-07-05  Andrew Stubbs <andrew.stubbs@superh.com>
1326
1327         gas:
1328         * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
1329         (md_parse_option): Remove redundant -isa testing.
1330         Make bfd_arch variable const.
1331         (md_show_usage): Make bfd_arch variable const.
1332
1333 2004-07-03  James E Wilson  <wilson@specifixinc.com>
1334
1335         * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr.
1336         * config/tc-ia64.h (md_frag_check): Define.
1337
1338 2004-07-03  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
1339
1340         * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
1341         externals.
1342         * doc/as.texinfo (Weak): Document PE weak symbols.
1343
1344 2004-07-03  Richard Sandiford  <rsandifo@redhat.com>
1345
1346         * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
1347         (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
1348         (mips_frob_file): Rework so that only a single pass through the
1349         relocs is needed.  Allow %lo()s to have higher offsets than their
1350         corresponding %hi()s or %got()s.
1351
1352 2004-07-02  Nick Clifton  <nickc@redhat.com>
1353
1354         * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
1355         allow values which have come from undefined symbols.
1356         Always consider this fixup to have been processed as a reloc
1357         cannot be generated for it.
1358
1359 2004-07-02  Alan Modra  <amodra@bigpond.net.au>
1360
1361         * frags.h (struct frag): Add has_code and insn_addr fields.
1362         * write.c (cvt_frag_to_fill): Invoke md_frag_check.
1363         * config/tc-ppc.c (md_assemble): Check and set insn_addr.
1364         * config/tc-ppc.h (md_frag_check): Define.
1365
1366 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
1367
1368         * doc/Makefile.am (info): Rename goal to...
1369         (info-local): ... this, to preserve implicit dependencies.
1370         * doc/Makefile.in: Regenerate with automake 1.8.5.
1371
1372 2004-06-25  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1373
1374         * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
1375         (m32r_cgen_record_fixup_exp): Changed for  @GOTOFF, @GOT.
1376         (m32r_fix_adjustable): Changed for  @GOTOFF, @GOT, @PLT.
1377         (tc_gen_reloc): Likewise.
1378         (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
1379         (m32r_parse_name): Likewise.
1380         (m32r_cgen_parse_fix_exp): Likewise.
1381         * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
1382         (O_PIC_reloc): Likewise.
1383         (TC_CGEN_PARSE_FIX_EXP): Likewise..
1384         * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
1385         for @GOTOFF, @GOT, @PLT.
1386
1387 2004-06-21 Jan Beulich  <jbeulich@novell.com>
1388
1389         * gas/symbols.c: While discarding ordinary local absolute symbols
1390         when --strip-local-absolute is in effect, retain file symbols.
1391
1392 2004-06-20  Andreas Schwab  <schwab@suse.de>
1393
1394         * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
1395         (md_parse_option): Likewise.
1396
1397 2004-06-17  Jan Beulich <jbeulich@novell.com>
1398
1399         * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
1400         * config/te-netware.h: New file.
1401         * config/te-ppcnw.h: Delete: Obsolete.
1402         * configure.in: Eliminate ill NetWare targets. Make generic
1403         NetWare target use proper emulation.
1404         * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
1405         reference to new te-netware.h.
1406         * configure: Regenerate.
1407         * Makefile.in: Regenerate.
1408
1409 2004-06-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1410
1411         * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
1412         comparison in .insn pseudo operation.
1413
1414 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
1415
1416         * config/obj-coff.c (coff_adjust_section_syms): Use
1417         bfd_get_section_size instead of bfd_get_section_size_before_reloc.
1418         (coff_frob_section): Likewise.
1419         * config/tc-mips.c (md_apply_fix3): Likewise.
1420         * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
1421         (elf_frob_file_after_relocs): Likewise.
1422
1423 2004-06-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1424
1425         * config/tc-hppa.c (log2): Rename to exact_log2.
1426         (pa_next_subseg): Delete unused function.
1427         (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
1428         (create_new_subspace): Likewise.
1429
1430         Bug gas/213
1431         * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
1432         labels.  Fix warning.
1433
1434 2004-05-28  DJ Delorie  <dj@redhat.com>
1435
1436         * config/tc-mn10300.h (tc_fix_adjustable): Define.
1437         * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
1438         or non-merged symbols.
1439
1440 2004-05-28  H.J. Lu  <hongjiu.lu@intel.com>
1441
1442         * config/tc-ia64.c (remove_marked_resource): Save, clear and
1443         restore the old slot when inserting srlz.i/srlz.d.
1444
1445 2004-05-28  Andrew Stubbs <andrew.stubbs@superh.com>
1446
1447         * Makefile.am: Regenerate dependecies.
1448         * Makefile.in: Regenerate.
1449         * config/tc-sh.c (valid_arch): Make unsigned.
1450         (preset_target_arch): Likewise.
1451         (md_begin): Use new architecture flags system.
1452         (get_specific): Likewise.
1453         (assemble_ppi): Likewise.
1454         (md_assemble): Likewise. Also fix error check for bad opcodes.
1455         (md_parse_option): Likewise. Also generate -isa values according
1456         to the table in bfd/cpu-sh.c instead of just constants. Also
1457         allow <arch>-up ISA variants.
1458         (sh_elf_final_processing): Replace if-else chain with a call to
1459         sh_find_elf_flags().
1460         * testsuite/gas/sh/arch: New directory.
1461         * testsuite/gas/sh/arch/arch.exp: New test script.
1462         * testsuite/gas/sh/arch/arch_expected.txt: New file.
1463         * testsuite/gas/sh/arch/sh.s: New file.
1464         * testsuite/gas/sh/arch/sh2.s: New file.
1465         * testsuite/gas/sh/arch/sh-dsp.s: New file.
1466         * testsuite/gas/sh/arch/sh2e.s: New file.
1467         * testsuite/gas/sh/arch/sh3-nommu.s: New file.
1468         * testsuite/gas/sh/arch/sh3.s: New file.
1469         * testsuite/gas/sh/arch/sh3-dsp.s: New file.
1470         * testsuite/gas/sh/arch/sh3e.s: New file.
1471         * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file.
1472         * testsuite/gas/sh/arch/sh4-nofpu.s: New file.
1473         * testsuite/gas/sh/arch/sh4.s: New file.
1474         * testsuite/gas/sh/arch/sh4a-nofpu.s: New file.
1475         * testsuite/gas/sh/arch/sh4al-dsp.s: New file.
1476         * testsuite/gas/sh/arch/sh4a.s: New file.
1477
1478 2004-05-28  Peter Barada <peter@the-baradas.com>
1479
1480         * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
1481         with zero offset into mode 2 addressing to save a word.
1482
1483 2004-05-27  H.J. Lu  <hongjiu.lu@intel.com>
1484
1485         * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
1486         (ar_is_only_in_integer_unit): New.
1487         (ar_is_only_in_memory_unit): New.
1488         (generate_unwind_image): Silence gcc on 32bit host.
1489         (md_assemble): Use ar_is_only_in_integer_unit instead of
1490         ar_is_in_integer_unit. Check AR access.
1491
1492 2004-05-27  Peter Barada  <peter@the-baradas.com>
1493
1494         * config/tc-m68k.c (md_begin): Sort the opcode table into
1495         alphabetical order.
1496         (m68k_compare_opcode): New function to do the sorting.
1497
1498 2004-05-24  Peter Barada  <peter@the-baradas.com>
1499
1500         * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
1501         addressing on MIT style operands.
1502         * config/m68k-parse.y(yylex): Allow '-&' for predecrement
1503         w/mask addressing.
1504         * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
1505         operands.
1506
1507 2004-05-23  Alan Modra  <amodra@bigpond.net.au>
1508
1509         * expr.c (operand, operator): Don't reject '++' and '--'.
1510
1511 2004-05-20  Richard Sandiford  <rsandifo@redhat.com>
1512
1513         * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
1514         dwarf tables.
1515
1516 2004-05-17  Adam Nemet  <anemet@lnxw.com>
1517
1518         * configure.in: Add ppc-*-lynxos*.  Update i386-*-lynxos* to ELF.
1519         * configure: Regenerate.
1520
1521 2004-05-13  Paul Brook  <paul@codesourcery.com>
1522
1523         * dw2gencfi.c (output_cie):  Handle dwarf3 format CIE entries.
1524
1525 2004-05-13  Joel Sherrill <joel@oarcorp.com>
1526
1527         * configure.in (or32-*-rtems*): Switch to elf.
1528         * configure: Regenerate.
1529
1530 2004-05-13  Nick Clifton  <nickc@redhat.com>
1531
1532         * po/fr.po: Updated French translation.
1533
1534 2004-05-11  Nick Clifton  <nickc@redhat.com>
1535
1536         * doc/as.texinfo (Section): Document G and T flags to .section
1537         directive.  Document the extra arguments that the G flag
1538         requires.  Document the #tls flag.
1539
1540 2004-05-11  H.J. Lu  <hongjiu.lu@intel.com>
1541
1542         * subsegs.c (section_symbol): Create a new section symbol if
1543         the existing one doesn't match.
1544         * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
1545
1546 2004-05-07  Richard Sandiford  <rsandifo@redhat.com>
1547
1548         * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
1549         to cope with VR4181A errata MD(1) and MD(4).
1550
1551 2004-05-07  Brian Ford  <ford@vss.fsi.com>
1552
1553         * NEWS: Mention .secrel32 for pe[i]-i386.
1554
1555 2004-05-07  Alexandre Oliva  <aoliva@redhat.com>
1556
1557         * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
1558         (HANDLE_ALIGN): New.
1559
1560 2004-05-06  Daniel Jacobowitz  <dan@debian.org>
1561
1562         * Makefile.am (DIST_SUBDIRS): Define.
1563         * aclocal.m4: Regenerate with automake 1.8.4.
1564         * Makefile.in: Likewise.
1565         * doc/Makefile.in: Likewise.
1566
1567 2004-05-06  David Mosberger-Tang  <davidm@hpl.hp.com>
1568
1569         * config/tc-ia64.c (dot_serialize): Declare.
1570         (dot_serialize): New function.
1571         (md_pseudo_table): Add ".serialize.data" and
1572         ".serialize.instruction" directives.
1573
1574 2004-05-06  Nick Clifton  <nickc@redhat.com>
1575
1576         * messages (as_internal_value_out_of_range): Print a message about
1577         a value being out of range.  Be consistent about whether the
1578         values are printed in decimal or hexadecimal.
1579         (as_warn_value_out_of_range): Generate a warning message about an
1580         out of range value.
1581         (as_bad_value_out_of_range): Generate an error message about an
1582         out of range value.
1583         * as.h: Prototype the new functions.
1584         * config/tc-alpha.c (insert_operand): Use new function.
1585         * config/tc-arc.c (arc_insert_operand): Likewise.
1586         * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
1587         * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
1588         * config/tc-ppc.c (ppc_insert_operand): Likewise.
1589         * config/tc-s390.c (s390_insert_operand): Likewise.
1590         * config/tc-v850.c (v850_insert_operand): Likewise.
1591
1592 2004-05-05  Alexandre Oliva  <aoliva@redhat.com>
1593
1594         * configure.in: Set em=linux for frv-*-*linux*.
1595         * configure: Rebuilt.
1596         * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
1597         (frv_md_fdpic_enabled): New.
1598         * config/tc-frv.c (frv_md_fdpic_enabled): New.
1599         (DEFAULT_FDPIC): New.
1600         (frv_flags): Use DEFAULT_FDPIC.
1601         (frv_pic_flag): Likewise.
1602         (OPTION_NOPIC): New.
1603         (md_longopts): Add -mnopic.
1604         (md_parse_option): Handle it.
1605         (md_show_usage): Add -mfdpic and -mnopic.
1606
1607 2004-05-05  Peter Barada  <peter@the-baradas.com>
1608
1609         * config/tc-m68k.c: Add find_cf_chip to print list of valid
1610         chips for invalid coldfire instructions, rename selectors
1611         for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
1612         add current_chip to track which chip is referred to(including save/restore),
1613         use current_chip to select control registers, not current_arch.
1614         (md_show_usage): Add new chips.
1615         * doc/c-m68k.texi: Document new command line switches.
1616
1617 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
1618
1619         * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
1620         (NOP_OPCODE): Define.
1621         (s390_align_code): Remove prototype.
1622         * tc-s390.c (s390_align_code): Remove.
1623
1624 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
1625
1626         * config/tc-ia64.c (make_unw_section_name): Removed.
1627         (start_unwind_section): New function.
1628         (generate_unwind_image): Take const segT instead of const
1629         char *.
1630         (dot_handlerdata): Adjusted.
1631         (dot_endp): Likewise.
1632
1633 2004-05-02  H.J. Lu  <hongjiu.lu@intel.com>
1634
1635         * config/obj-elf.c (obj_elf_change_section): Allow the
1636         ".note.GNU-stack" section has SHF_EXECINSTR.
1637
1638 2004-05-02  H.J. Lu  <hongjiu.lu@intel.com>
1639
1640         * config/obj-elf.c (get_section): Return bfd_boolean.
1641         (obj_elf_change_section): Call bfd_get_section_by_name_if
1642         instead of bfd_map_over_sections.
1643
1644 2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
1645
1646         * config/obj-elf.c (get_section): New function.
1647         (obj_elf_change_section): Support multiple sections with same
1648         name.
1649
1650 2004-04-30  Nick Clifton  <nickc@redhat.com>
1651
1652         * config/tc-arm.c (create_register_alias): Fix typo checking for
1653         case sensitive register aliases.
1654         (co_proc_number): Use error message string in all_reg_maps[]
1655         array.
1656         (cp_reg_required_here): Likewise.
1657         (fp_reg_required_here): Likewise.
1658
1659 2004-04-29  Brian Ford  <ford@vss.fsi.com>
1660
1661         * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
1662
1663 2004-04-28  Chris Demetriou  <cgd@broadcom.com>
1664
1665         * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
1666         (load_address, macro, mips_ip, md_parse_option)
1667         (mips_force_relocation, mips_validate_fix, md_apply_fix3)
1668         (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
1669         embedded-PIC handling, and update comments.
1670         (SWITCH_TABLE): Remove.
1671         * config/tc-mips.h (DIFF_EXPR_OK): Delete.
1672         (enum mips_pic_level): Remove EMBEDDED_PIC.
1673         (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
1674         (TC_FORCE_RELOCATION): Update comment.
1675         * ecoff.c (ecoff_build_lineno): Add comment about some code that
1676         might be safe to remove now that MIPS embedded-PIC is gone.
1677
1678 2004-04-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1679
1680         * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
1681         call to obj_set_subsection_attributes.
1682         (obj_som_init_stab_section): Likewise.
1683         * config/tc-hppa.c (default_subspace_dict): Add comdat field.
1684         (pa_def_subspaces): Provide comdat default.
1685         (pa_subspace): Handle new "comdat" parameter.  Set SEC_LINK_ONCE and
1686         not SEC_IS_COMMON if section is comdat, common or dup_common.  Update
1687         calls to create_new_subspace and update_subspace to pass comdat flag.
1688         (create_new_subspace, update_subspace): Add new comdat argument.  Use
1689         it in calls to obj_set_subsection_attributes.
1690         * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
1691         and use of comdat, common and dup_comm parameters.
1692
1693 2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
1694
1695         * config/obj-elf.c (obj_elf_change_section): Check if the old
1696         group name is NULL before comparison.
1697
1698 2004-04-23  Chris Demetriou  <cgd@broadcom.com>
1699
1700         * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
1701
1702 2004-04-23  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1703
1704         * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
1705
1706 2004-04-23  Chris Demetriou  <cgd@broadcom.com>
1707
1708         * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
1709         (OPTION_MEMBEDDED_PIC): Remove.
1710         (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
1711         (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
1712         (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
1713         (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
1714         (OPTION_ELF_BASE): Renumber.
1715         (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
1716         (md_show_usage): Remove mention of -membedded-pic.
1717         * doc/as.texinfo: Remove mention of -membedded-pic.
1718
1719 2004-04-23  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1720
1721         * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
1722         * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
1723         a.out support.
1724         (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
1725         s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
1726         USE_GLOBAL_POINTER_OPT.
1727
1728 2004-04-22  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1729
1730         * config/tc-mips.c (macro): One more use of load_delay_nop.
1731
1732 2004-04-22  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1733
1734         * config/tc-mips.c (load_delay_nop): New function.
1735         (load_address, macro): Use load_delay_nop() to build a nop
1736         which can be omitted with gpr_interlocks.
1737
1738 2004-04-22  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1739
1740         * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
1741         cop_interlocks): Remove superfluous CPU entries.
1742
1743 2004-04-22  Paul Brook  <paul@codesourcery.com>
1744
1745         * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
1746
1747 2004-04-22  Peter Barada <peter@the-baradas.com>
1748
1749         * NEWS: Added support for EMAC instructions and MAC/EMAC
1750         Motorola syntax.
1751         * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
1752         scale factor tokens, trailing_ampersand to mark mask addressing
1753         for MAC/EMAC instructions.
1754         * config/m68k-parse.y: Add options_ampersand clause, '<<',
1755         '>>'.
1756         (yylex): Handle '>', '<', and '&' following '+'.
1757         * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
1758         architectures in archs[].
1759         (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
1760         for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
1761         respectively.
1762         (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
1763         (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
1764         cases.
1765         Add EMAC operands to init_table[].
1766
1767 2004-04-22  Bruno De Bus <bdebus@elis.ugent.be>
1768
1769         * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
1770         state.
1771         (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
1772         * config/tc-arm.c (enum mstate): Delete from here.
1773         (mapping_state): Remove the static mapstate variable and instead
1774         store the state in the segment.  This allows a per-section mapping
1775         state.  Handle and ignore MAP_UNDEFINED states.
1776         (arm_elf_change_section): Get the current mapping state from the
1777         new section.
1778         (s_ltorg): Set the mapping state to MAP_DATA.
1779         (arm_cleanup): Use arm_elf_change_section to get the mapping state
1780         for each pool as it is emitted.
1781
1782 2004-04-22  Nick Clifton  <nickc@redhat.com>
1783
1784         * config/tc-arm.h: Formatting tidy ups.
1785
1786 2004-04-20  Chris Demetriou  <cgd@broadcom.com>
1787
1788         * NEWS: Note that MIPS -membedded-pic option is deprecated.
1789
1790 2004-04-20  DJ Delorie  <dj@redhat.com>
1791
1792         * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
1793         * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
1794         [TE_PE] (O_secrel): Define.
1795         [TE_PE] (x86_pe_cons_fix_new): New.
1796         [TE_PE] (pe_directive_secrel): Likewise.
1797         (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
1798
1799 2004-04-19  Eric Christopher  <echristo@redhat.com>
1800
1801         * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
1802         of previous patch for fix in gcc.
1803
1804 2004-04-19  Jakub Jelinek  <jakub@redhat.com>
1805
1806         * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
1807
1808 2004-04-19  Nathan Sidwell  <nathan@codesourcery.com>
1809
1810         * read.c (do_align): Call md_flush_pending_output, if defined.
1811
1812 2004-04-16  Alan Modra  <amodra@bigpond.net.au>
1813
1814         * expr.c (operand): Correct checks for ++ and --.
1815
1816 2004-04-14  H.J. Lu  <hongjiu.lu@intel.com>
1817
1818         * config/tc-generic.c: Add some comments.
1819
1820 2004-04-14  Richard Sandiford  <rsandifo@redhat.com>
1821
1822         * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
1823         -{no-}mfix-vr4122-bugs.
1824         * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
1825         (append_insn, mips_emit_delays): Update accordingly.
1826         (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
1827         (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
1828         (md_parse_option): Update after above changes.
1829         (md_show_usage): Add -mfix-vr4120.
1830
1831 2004-04-13  Bob Wilson  <bob.wilson@acm.org>
1832
1833         * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
1834         of .section directive; add a reference to the ELF .subsection
1835         directive.
1836
1837 2004-04-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1838
1839         * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
1840         in parallel.
1841
1842 2004-04-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1843
1844         * Makefile.am: Remove mips from aout targets.
1845         * Makefile.in: Regenerate.
1846         * configure.in: Remove mips-dec-bsd* target.
1847         * configure: Regenerate.
1848
1849 2004-04-07  Alan Modra  <amodra@bigpond.net.au>
1850
1851         PR 96
1852         * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
1853         to struct map_bfd.  Adjust MAP macro, and define MAP32, MAP64.
1854         Update "mapping".  Restrict some @ modifiers to 32 bit.
1855
1856 2004-04-01  Asgari Jinia  <asgarij@kpitcummins.com>
1857             Dhananjay Deshpande <dhananjayd@kpitcummins.com>
1858
1859         * config/tc-sh.c (dont_adjust_reloc_32): New variable.
1860         (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
1861         dont_adjust_reloc_32 is set.
1862         (md_longopts): Add option -renesas.
1863         (md_parse_option, md_show_usage): Likewise.
1864         * doc/c-sh.texi: Likewise.
1865
1866 2004-04-01  Dave Korn  <dk@artimi.com>
1867
1868         * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
1869         hi16 and lo16 fixS structs.
1870         (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
1871         exactly the same way as for RELOC_DLX_REL16.
1872         (machine_ip): properly respect LO flag in the_insn and
1873         output RELOC_DLX_LO16 rather than RELOC_DLX_16.
1874         (md_apply_fix3): apply RELOC_DLX_LO16.
1875
1876 2004-03-30  Stan Shebs  <shebs@apple.com>
1877
1878         Remove long-obsolete MPW support.
1879         * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
1880         * configure.in: Remove mention of ppc-*-mpw* config.
1881         * configure.in: Likewise.
1882
1883 2004-03-30  Nick Clifton  <nickc@redhat.com>
1884
1885         * config/tc-arm.c (meabi_flags): Make its use conditional upon
1886         OBJ_ELF being defined.
1887
1888 2004-03-27  Alan Modra  <amodra@bigpond.net.au>
1889
1890         * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
1891
1892 2004-03-23  Paul Brook  <paul@codesourcery.com>
1893
1894         * config/tc-arm.c (meabi_flags): New variable.
1895         (arm_parse_eabi): New function.
1896         (md_begin): Set flags for EABI v3.
1897         (arm_eabis): Add.
1898         (arm_long_opts): Add meabi.
1899         * doc/as.texinf <ARM>: Document -meabi.
1900         * doc/c-arm.texi: Ditto.
1901
1902 2004-03-22  Bob Wilson  <bob.wilson@acm.org>
1903
1904         * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
1905         tables even when use_literal_section flag is not set.
1906
1907 2004-03-22  Alan Modra  <amodra@bigpond.net.au>
1908
1909         * config/tc-sh.c: Remove trailing whitespace.
1910
1911 2004-03-22  Hans-Peter Nilsson  <hp@axis.com>
1912
1913         * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
1914         --mul-bug-abort and the default behavior.
1915         * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
1916         (err_for_dangerous_mul_placement): New variable.
1917         (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
1918         macros.
1919         (md_cris_relax_table): Have placeholder for STATE_MUL.
1920         (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
1921         (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
1922         case doing nothing.
1923         (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
1924         STATE_BYTE)>: Ditto.
1925         (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
1926         alignment and position of this frag, emit error message if
1927         suspicious.
1928         (md_assemble): For a multiply insn and when checking it,
1929         transform the current frag into a special frag for that purpose.
1930         (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
1931         OPTION_MULBUG_ABORT_ON>: Handle new options.
1932
1933 2004-03-19  Bob Wilson  <bob.wilson@acm.org>
1934
1935         * config/tc-xtensa.c (mark_literal_frags): New function.
1936         (xtensa_move_literals): Call mark_literal_frags for all literal
1937         segments, including init and fini literal segments.
1938         (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
1939
1940 2004-03-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1941
1942         * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
1943         (pa_comm): Set BSF_OBJECT in symbol flags.
1944
1945 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
1946
1947         * Makefile.am: Run "make dep-am".
1948         * Makefile.in: Regenerate.
1949         * doc/Makefile.in: Regenerate.
1950         * config.in: Regenerate.
1951         * po/gas.pot: Regenerate.
1952
1953 2004-03-18  Nathan Sidwell  <nathan@codesourcery.com>
1954
1955         * read.c (read_a_source_file): Use demand_empty_rest_of_line.
1956         (demand_empty_rest_of_line): Issue an error here.
1957         (ignore_rest_of_line): Silently skip to end.
1958         (demand_copy_string): Issue an error, not warning.
1959         (equals): Likewise.
1960         * config/obj-elf.c (obj_elf_section_name): Likewise.
1961         (obj_elf_section): Likewise.
1962         * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
1963         (arc_extinst): Likewise.
1964         * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
1965         (dot_spill): Likewise.
1966         (dot_unwabi): Likewise.
1967         (dot_prologue): Likewise.
1968
1969         * expr.c (operand): Reject ++ and --.
1970         (operator): Likewise.
1971
1972 2004-03-17  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1973
1974         * config/tc-sh.c: Include dw2gencfi.h.
1975         (sh_cfi_frame_initial_instructions): New function.
1976         (sh_regname_to_dw2regnum): Likewise.
1977         * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
1978         file.
1979         (TARGET_USE_CFIPOP): Define.
1980         (tc_cfi_frame_initial_instructions): Likewise.
1981         (tc_regname_to_dw2regnum): Likewise.
1982         (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
1983         * Makefile.am: Update dependencies.
1984         * Makefile.in: Regenerate.
1985
1986 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988         * configure.in: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff*.
1989         * configure: Regenerate.
1990
1991 2004-03-12  Bob Wilson  <bob.wilson@acm.org>
1992
1993         * read.c (s_leb128): Call md_flush_pending_output.
1994
1995 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
1996
1997         * config/tc-i386.c (output_insn): Handle PadLock instructions.
1998         * config/tc-i386.h (CpuPadLock): New define.
1999         (CpuUnknownFlags): Added CpuPadLock.
2000
2001 2004-03-07  Andreas Schwab  <schwab@suse.de>
2002
2003         * doc/c-hppa.texi (HPPA Directives): Fix typo.
2004
2005 2004-03-07  Richard Henderson  <rth@redhat.com>
2006
2007         * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
2008         (cfi_finish): Likewise for fde.
2009
2010 2004-03-05  H.J. Lu  <hongjiu.lu@intel.com>
2011
2012         * config/tc-ia64.c (md_assemble): Properly handle NULL
2013         align_frag.
2014         (ia64_handle_align): Don't abort if failed to add a stop bit.
2015
2016 2004-03-04  H.J. Lu  <hongjiu.lu@intel.com>
2017
2018         * Makefile.in: Regenerated.
2019         * aclocal.m4: Likewise.
2020         * configure: Likewise.
2021         * doc/Makefile.in: Likewise.
2022
2023 2004-03-03  H.J. Lu  <hongjiu.lu@intel.com>
2024
2025         * config/tc-ia64.c (dot_align): New.
2026         (ia64_do_align): Make it static.
2027         (md_pseudo_table): Use "dot_align" for "align".
2028         (ia64_md_do_align): Don't set align_frag here.
2029         (ia64_handle_align): Add a stop bit to the previous bundle if
2030         needed.
2031
2032         * config/tc-ia64.h (ia64_do_align): Removed.
2033
2034 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
2035
2036         * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
2037         -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
2038         (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
2039         the most general type or the user specifically requested it.
2040         (md_assemble): Add a new error message for when an instruction
2041         is understood, but is not allowed due to an -isa option.
2042
2043 2004-03-02  H.J. Lu  <hongjiu.lu@intel.com>
2044
2045         * config/tc-ia64.c (align_frag): New.
2046         (md_assemble): Set the tc_frag_data field in align_frag for
2047         IA64_OPCODE_FIRST instructions.
2048         (ia64_md_do_align): Set align_frag.
2049         (ia64_handle_align): Add a stop bit if needed.
2050
2051         * config/tc-ia64.h (TC_FRAG_TYPE): New.
2052         (TC_FRAG_INIT): New.
2053
2054 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
2055
2056         * config/tc-frv.c (fr400_audio): New variable.
2057         (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
2058         (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
2059         (target_implements_insn_p): New function.
2060         (md_assemble): Report an error if the processor doesn't implement
2061         the instruction.
2062
2063 2004-02-27  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2064
2065         * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
2066         (md_parse_option): Ditto.
2067         (OPTION_NO_SPECIAL_M32R): Added.
2068         (md_show_usage): Document it.
2069         (enable_speial_m32r): Changed a default value from 0 to 1.
2070         * doc/c-m32r.texi: Document the -no-bitinst option.
2071
2072 2004-02-27  Nick Clifton  <nickc@redhat.com>
2073
2074         * config/tc-sh.c (get_operand): Revert previous delta.
2075         (tc_gen_reloc): Check for an unknown reloc type before processing
2076         the addend.
2077
2078 2004-02-27  Hannes Reinecke  <hare@suse.de>
2079
2080         * config/tc-s390.c (s390_insn): Correct range check for opcode in
2081         .insn pseudo operation.
2082
2083 2004-02-27  Anil Paranjpe  <anilp1@kpitcummins.com>
2084
2085         * config/tc-sh.c (get_operand):  In case of #Imm, check has been
2086         added for wrong syntax.
2087
2088 2004-02-26  Eric Christopher  <echristo@redhat.com>
2089
2090         * config/tc-mips.c (mips_dwarf2_addr_size): New.
2091         * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
2092
2093 2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
2094
2095         * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
2096         nibble types to assembler.
2097
2098 2004-02-25  Fred Fish  <fnf@redhat.com>
2099
2100         * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
2101
2102 2004-02-20  James E Wilson  <wilson@specifixinc.com>
2103
2104         * config/tc-ia64.c (slot_index): New arg before_relax.  Use instead of
2105         finalize_syms.
2106         (fixup_unw_records): New arg before_relax.  Pass to slot_index.
2107         (ia64_estimate_size_before_relax): New.
2108         (ia64_convert_frag): Pass 0 to fixup_unw_records.  Add comment.
2109         (generate_unwind_image): Pass 1 to fixup_unw_records.
2110         * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
2111         (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
2112
2113 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
2114
2115         * stabs.c (generate_asm_file): Avoid warning about use of
2116         uninitialized variable.
2117
2118 2004-02-18  David Mosberger  <davidm@hpl.hp.com>
2119
2120         * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
2121         body, and endp, allow unwind records which do not have a "t"
2122         (time/instruction) field.
2123
2124 2004-02-17  Petko Manolov  <petkan@nucleusys.com>
2125
2126         * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
2127         (do_mav_dspsc_2): Likewise.
2128         Fix accumulator registers move opcodes.
2129
2130 2004-02-13  Hannes Reinecke  <hare@suse.de>
2131             Jakub Jelinek  <jakub@redhat.com>
2132
2133         * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
2134
2135 2004-02-10  Steve Ellcey  <sje@cup.hp.com>
2136
2137         * config/tc-ia64.h (ia64_frob_symbol): New declaration.
2138         (tc_frob_symbol): New macro definition.
2139         * config/tc-ia64.c (ia64_frob_symbol): New routine.
2140
2141 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
2142
2143         * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
2144         read-only.
2145
2146 2004-02-09  Nathan Sidwell  <nathan@codesourcery.com>
2147
2148         * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
2149         (TC_CASE_SENSITIVE): ... this.
2150         * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
2151         * doc/internals.texi (TC_CASE_SENSITIVE): Document.
2152
2153 2004-02-06  James E Wilson  <wilson@specifixinc.com>
2154
2155         * config/tc-ia64.c (dot_endp): Delete call to output_endp.
2156         (generate_unwind_image): Re-add it here.
2157
2158 2004-02-06  Nathan Sidwell  <nathan@codesourcery.com>
2159
2160         * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
2161         * read.h (SKIP_WHITESPACE): Turn into an expression.
2162         * read.c (read_a_source_file): A pseudo is removed by having a
2163         NULL handler.
2164
2165 2004-02-05  James E Wilson  <wilson@specifixinc.com>
2166
2167         * config/tc-ia64.c (output_endp): New.
2168         (count_bits): Delete.
2169         (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
2170         endp unwind records.
2171         (fixup_unw_records): Handle endp unwind records.  Delete code for
2172         shortening prologue regions not followed by a body record.
2173         (dot_endp): Call add_unwind_entry to emit endp unwind record.
2174         * config/tc-ia64.h (unw_record_type): Add endp.
2175
2176 2004-02-03  James E Wilson  <wilson@specifixinc.com>
2177
2178         * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
2179         fill padding bytes with zeroes.
2180         (emit_one_bundle): New locals last_ptr, end_ptr.  Rewrite code that
2181         sets unwind_record slot_number and slot_frag fields.
2182
2183 2004-02-02  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2184
2185         * config/tc-mips.c (add_got_offset_hilo): New function.
2186         (macro): Use load_register() and add_got_offset_hilo() to load
2187         constants instead of hardcoding code sequences throughout.
2188
2189 2004-01-28  H.J. Lu  <hongjiu.lu@intel.com>
2190
2191         * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
2192
2193 2004-01-26  Bernardo Innocenti  <bernie@develer.com>
2194
2195         * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
2196         like m68k-elf.
2197         * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
2198         of hard-coded test for TARGET_OS=elf.
2199
2200 2004-01-24  Chris Demetriou  <cgd@broadcom.com>
2201
2202         * config/tc-mips.c (hilo_interlocks): Change definition
2203         so that MIPS32, MIPS64 and later ISAs are included, along with
2204         the already-included machines.  Update comments.
2205
2206 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
2207
2208         * config/tc-arm.c (tc_gen_reloc): Improve error message for
2209         undefined local labels.
2210
2211 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
2212
2213         * config/tc-mips.c (load_address, macro): Update comments about
2214         NewABI GP relaxation.
2215
2216 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
2217
2218         * config/tc-mips.c (macro_build): Remove place and counter arguments.
2219         (mips_build_lui, macro_build_ldst_constoffset): Likewise.
2220         (mips16_macro_build, macro_build_jalr): Remove counter argument.
2221         (set_at, load_register, load_address, move_register): Likewise.
2222         (load_got_offset, add_got_offset): Likewise.
2223         Update all calls and tidy accordingly.
2224
2225 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
2226
2227         * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
2228         (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
2229         (RELAX_USE_SECOND): Bump to 0x10000.
2230         (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
2231         (mips_macro_warning): New variable.
2232         (md_assemble): Wrap macro expansion in macro_start() and macro_end().
2233         (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
2234         (relax_close_frag): Set mips_macro_warning.first_frag.  Adjust use
2235         of RELAX_ENCODE.
2236         (append_insn): Update mips_macro_warning.sizes.
2237         (macro_start, macro_warning, macro_end): New functions.
2238         (macro_build): Don't emit warnings here.
2239         (macro_build_lui, md_estimate_size_before_relax): ...or here.
2240         (md_convert_frag): Check for cases where one macro alternative
2241         needs a warning and the other doesn't.  Emit a warning if the
2242         longer sequence was chosen.
2243
2244 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
2245
2246         * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
2247         * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
2248         the first sequence, the size of the second sequence, and a flag
2249         that says whether we should warn.
2250         (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
2251         (RELAX_FIRST, RELAX_SECOND): New.
2252         (mips_relax): New variable.
2253         (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
2254         (append_insn): Remove "place" argument.  Use mips_relax.sequence
2255         rather than "place" to check whether we're expanding the second
2256         alternative of a relaxable macro.  Remove redundant check for
2257         branch relaxation.  If generating a normal insn, and there
2258         is not enough room in the current frag, call relax_close_frag()
2259         to close it.  Update mips_relax.sizes[].  Emit fixups for the
2260         second version of a relaxable macro.  Record the first relaxable
2261         fixup in mips_relax.  Remove tc_gen_reloc workaround.
2262         (macro_build): Remove all uses of "place".  Use mips_relax.sequence
2263         in the same way as in append_insn.
2264         (mips16_macro_build): Remove "place" argument.
2265         (macro_build_lui): As for macro_build.  Don't drop the add_symbol
2266         when generating the second version of a relaxable macro.
2267         (load_got_offset, add_got_offset): New functions.
2268         (load_address, macro): Use new relaxation machinery.  Remove
2269         tc_gen_reloc workarounds.
2270         (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
2271         version of a relaxable macro is needed.  Return -RELAX_SECOND if the
2272         first version is needed.
2273         (tc_gen_reloc): Remove relaxation handling.
2274         (md_convert_frag): Go through the fixups for a relaxable macro and
2275         mark those that belong to the unneeded alternative as done.  If the
2276         second alternative is needed, adjust the fixup addresses to account
2277         for the deleted first alternative.
2278
2279 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
2280
2281         * frags.h (frag_room): Declare.
2282         * frags.c (frag_room): New function.
2283         * doc/internals.texi: Document it.
2284
2285 2004-01-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2286
2287         * config/tc-mips.c (append_insn): Don't do r3900 interlock
2288         optimization for -mtune=r3900, as this will break on other CPUs.
2289
2290 2004-01-11  Tom Rix   <tcrix@worldnet.att.net>
2291
2292         * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
2293         be relaxed, use fixup.
2294         (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
2295
2296 2004-01-19  Jakub Jelinek  <jakub@redhat.com>
2297
2298         * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
2299         precision operands.
2300
2301 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2302
2303         * config/tc-mips.c (append_insn): Properly detect variant frags
2304         that preclude swapping of relaxed branches.  Correctly swap
2305         instructions between frags when dealing with relaxed branches.
2306
2307 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2308
2309         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
2310         throughout.
2311         * aclocal.m4: Regenerate.
2312         * configure: Regenerate.
2313
2314 2004-01-12  Anil Paranjpe  <anilp1@KPITCummins.com>
2315
2316         * config/tc-h8300.c (build_bytes): Apply relaxation to bit
2317         manipulation insns.
2318
2319 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
2320
2321         * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
2322         reloc, reserve space for the delay slot as well as the jalr itself.
2323
2324 2004-01-09  Paul Brook  <paul@codesourcery.com>
2325
2326         * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
2327         (do_vfp_sp2_from_reg2): New function.
2328         (insns): Use them.
2329         (do_vfp_dp_from_reg2): Check return values properly.
2330
2331 2004-01-08  Ian Lance Taylor  <ian@wasabisystems.com>
2332
2333         * config/tc-mips.c (warn_nops): Remove static variable.
2334         (macro): Remove test of warn_nops.
2335         (md_shortops): Remove 'n'.
2336         (md_parse_option): Remove 'n' case.
2337         (md_show_usage): Remove -n.
2338         * doc/as.texinfo (Overview): Remove MIPS -n option.
2339         * doc/c-mips.texi (MIPS Opts): Remove mention -n.
2340         * NEWS: Mention removal of MIPS -n option.
2341
2342         * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
2343         (cop_interlocks): Check ISA level.
2344         (cop_mem_interlocks): Define.
2345         (reg_needs_delay): Check cop_interlocks rather than
2346         ISA_HAS_COPROC_DELAYS.
2347         (append_insn): Likewise.  Use cop_mem_interlocks rather than
2348         directly checking mips_opts.isa.
2349         (mips_emit_delays): Likewise.
2350
2351 2004-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2352
2353         * config/tc-ia64.c (unwind): Move next_slot_number and
2354         next_slot_frag to ...
2355         (unw_rec_list): Here.
2356         (free_list_records): Removed.
2357         (output_unw_records): Likewise.
2358         (generate_unwind_image): Make it void.
2359         (alloc_record): Initialize next_slot_number and next_slot_frag.
2360         (slot_index): Take .org, .space and .align into account.
2361         (fixup_unw_records): Don't set slot_number to 0. Use
2362         list->next_slot_number and list->next_slot_frag instead of
2363         unwind.next_slot_number and unwind.next_slot_frag.
2364         (ia64_convert_frag): New.
2365         (generate_unwind_image): Generate a rs_machine_dependent frag
2366         for unwind record.
2367         (emit_one_bundle): Use list->next_slot_number and
2368         list->next_slot_frag instead of unwind.next_slot_number and
2369         unwind.next_slot_frag.
2370
2371         * config/tc-ia64.h (md_convert_frag): Defined as
2372         ia64_convert_frag.
2373         (md_estimate_size_before_relax): Defined as (f)->fr_var.
2374
2375 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
2376
2377         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
2378         * config/tc-frv.h (md_apply_fix3): Don't define.
2379         * config/tc-frv.c (md_apply_fix3): New.  Shift/truncate %hi/%lo
2380         operands.
2381         * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
2382         2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
2383         * config/tc-frv.c (line_separator_chars): Add `!'.
2384         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
2385         * config/tc-frv.c (md_assemble): Clear insn upfront.
2386         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
2387         * config/tc-frv.c (OPTION_FDPIC): New macro.
2388         (md_longopts): Add mfdpic.
2389         (md_parse_option): Handle it.
2390         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
2391         * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
2392         FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
2393         (frv_pic_ptr): Parse funcdesc.
2394
2395 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2396
2397         * doc/as.texinfo: Let texi2pod parse asconfig.texi and
2398         gasver.texi.  Remove duplicate symbol definitions for texi2pod.
2399
2400 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2401
2402         * Makefile.am (Makefile): Move the dependency on
2403         $(BFDDIR)/configure.in to...
2404         (CONFIG_STATUS_DEPENDENCIES): ... here.
2405         (AUTOMAKE_OPTIONS): Require automake 1.8.
2406         * Makefile.in: Regenerate.
2407         * doc/Makefile.am (BASEDIR, BFDDIR): Define.
2408         (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
2409         $(BFDDIR)/configure.in here as well.
2410         * doc/Makefile.in: Regenerate.
2411
2412 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2413
2414         * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
2415         * Makefile.in: Regenerate.
2416         * aclocal.m4: Regenerate.
2417         * doc/Makefile.am (install, install-info): Remove.
2418         (install-data-local): A new hook for install-info.
2419         (AUTOMAKE_OPTIONS): Require automake 1.8.
2420         * doc/Makefile.in: Regenerate.
2421
2422 2004-01-02  Nutan Singh <nutan@kpitcummins.com>
2423
2424         * doc/c-sh.texi: Update description about floating point behavior
2425         of SH family.
2426
2427 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
2428
2429         * configure.in: Add m68k-uClinux target.
2430         * configure: Regenerate.
2431
2432 For older changes see ChangeLog-0203
2433 \f
2434 Local Variables:
2435 mode: change-log
2436 left-margin: 8
2437 fill-column: 74
2438 version-control: never
2439 End: