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