Fix inifnite loop problem with M32R port
[platform/upstream/binutils.git] / gas / ChangeLog
1 2004-04-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2
3         * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
4         in parallel.
5
6 2004-04-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
7
8         * Makefile.am: Remove mips from aout targets.
9         * Makefile.in: Regenerate.
10         * configure.in: Remove mips-dec-bsd* target.
11         * configure: Regenerate.
12
13 2004-04-07  Alan Modra  <amodra@bigpond.net.au>
14
15         PR 96
16         * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
17         to struct map_bfd.  Adjust MAP macro, and define MAP32, MAP64.
18         Update "mapping".  Restrict some @ modifiers to 32 bit.
19
20 2004-04-01  Asgari Jinia  <asgarij@kpitcummins.com>
21             Dhananjay Deshpande <dhananjayd@kpitcummins.com>
22
23         * config/tc-sh.c (dont_adjust_reloc_32): New variable.
24         (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
25         dont_adjust_reloc_32 is set.
26         (md_longopts): Add option -renesas.
27         (md_parse_option, md_show_usage): Likewise.
28         * doc/c-sh.texi: Likewise.
29
30 2004-04-01  Dave Korn  <dk@artimi.com>
31
32         * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
33         hi16 and lo16 fixS structs.
34         (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
35         exactly the same way as for RELOC_DLX_REL16.
36         (machine_ip): properly respect LO flag in the_insn and
37         output RELOC_DLX_LO16 rather than RELOC_DLX_16.
38         (md_apply_fix3): apply RELOC_DLX_LO16.
39
40 2004-03-30  Stan Shebs  <shebs@apple.com>
41
42         Remove long-obsolete MPW support.
43         * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
44         * configure.in: Remove mention of ppc-*-mpw* config.
45         * configure.in: Likewise.
46
47 2004-03-30  Nick Clifton  <nickc@redhat.com>
48
49         * config/tc-arm.c (meabi_flags): Make its use conditional upon
50         OBJ_ELF being defined.
51
52 2004-03-27  Alan Modra  <amodra@bigpond.net.au>
53
54         * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
55
56 2004-03-23  Paul Brook  <paul@codesourcery.com>
57
58         * config/tc-arm.c (meabi_flags): New variable.
59         (arm_parse_eabi): New function.
60         (md_begin): Set flags for EABI v3.
61         (arm_eabis): Add.
62         (arm_long_opts): Add meabi.
63         * doc/as.texinf <ARM>: Document -meabi.
64         * doc/c-arm.texi: Ditto.
65
66 2004-03-22  Bob Wilson  <bob.wilson@acm.org>
67
68         * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
69         tables even when use_literal_section flag is not set.
70
71 2004-03-22  Alan Modra  <amodra@bigpond.net.au>
72
73         * config/tc-sh.c: Remove trailing whitespace.
74
75 2004-03-22  Hans-Peter Nilsson  <hp@axis.com>
76
77         * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
78         --mul-bug-abort and the default behavior.
79         * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
80         (err_for_dangerous_mul_placement): New variable.
81         (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
82         macros.
83         (md_cris_relax_table): Have placeholder for STATE_MUL.
84         (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
85         (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
86         case doing nothing.
87         (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
88         STATE_BYTE)>: Ditto.
89         (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
90         alignment and position of this frag, emit error message if
91         suspicious.
92         (md_assemble): For a multiply insn and when checking it,
93         transform the current frag into a special frag for that purpose.
94         (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
95         OPTION_MULBUG_ABORT_ON>: Handle new options.
96
97 2004-03-19  Bob Wilson  <bob.wilson@acm.org>
98
99         * config/tc-xtensa.c (mark_literal_frags): New function.
100         (xtensa_move_literals): Call mark_literal_frags for all literal
101         segments, including init and fini literal segments.
102         (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
103
104 2004-03-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
105
106         * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
107         (pa_comm): Set BSF_OBJECT in symbol flags.
108
109 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
110
111         * Makefile.am: Run "make dep-am".
112         * Makefile.in: Regenerate.
113         * doc/Makefile.in: Regenerate.
114         * config.in: Regenerate.
115         * po/gas.pot: Regenerate.
116
117 2004-03-18  Nathan Sidwell  <nathan@codesourcery.com>
118
119         * read.c (read_a_source_file): Use demand_empty_rest_of_line.
120         (demand_empty_rest_of_line): Issue an error here.
121         (ignore_rest_of_line): Silently skip to end.
122         (demand_copy_string): Issue an error, not warning.
123         (equals): Likewise.
124         * config/obj-elf.c (obj_elf_section_name): Likewise.
125         (obj_elf_section): Likewise.
126         * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
127         (arc_extinst): Likewise.
128         * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
129         (dot_spill): Likewise.
130         (dot_unwabi): Likewise.
131         (dot_prologue): Likewise.
132
133         * expr.c (operand): Reject ++ and --.
134         (operator): Likewise.
135
136 2004-03-17  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
137
138         * config/tc-sh.c: Include dw2gencfi.h.
139         (sh_cfi_frame_initial_instructions): New function.
140         (sh_regname_to_dw2regnum): Likewise.
141         * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
142         file.
143         (TARGET_USE_CFIPOP): Define.
144         (tc_cfi_frame_initial_instructions): Likewise.
145         (tc_regname_to_dw2regnum): Likewise.
146         (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
147         * Makefile.am: Update dependencies.
148         * Makefile.in: Regenerate.
149
150 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152         * configure.in: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff*.
153         * configure: Regenerate.
154
155 2004-03-12  Bob Wilson  <bob.wilson@acm.org>
156
157         * read.c (s_leb128): Call md_flush_pending_output.
158
159 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
160
161         * config/tc-i386.c (output_insn): Handle PadLock instructions.
162         * config/tc-i386.h (CpuPadLock): New define.
163         (CpuUnknownFlags): Added CpuPadLock.
164
165 2004-03-07  Andreas Schwab  <schwab@suse.de>
166
167         * doc/c-hppa.texi (HPPA Directives): Fix typo.
168
169 2004-03-07  Richard Henderson  <rth@redhat.com>
170
171         * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
172         (cfi_finish): Likewise for fde.
173
174 2004-03-05  H.J. Lu  <hongjiu.lu@intel.com>
175
176         * config/tc-ia64.c (md_assemble): Properly handle NULL
177         align_frag.
178         (ia64_handle_align): Don't abort if failed to add a stop bit.
179
180 2004-03-04  H.J. Lu  <hongjiu.lu@intel.com>
181
182         * Makefile.in: Regenerated.
183         * aclocal.m4: Likewise.
184         * configure: Likewise.
185         * doc/Makefile.in: Likewise.
186
187 2004-03-03  H.J. Lu  <hongjiu.lu@intel.com>
188
189         * config/tc-ia64.c (dot_align): New.
190         (ia64_do_align): Make it static.
191         (md_pseudo_table): Use "dot_align" for "align".
192         (ia64_md_do_align): Don't set align_frag here.
193         (ia64_handle_align): Add a stop bit to the previous bundle if
194         needed.
195
196         * config/tc-ia64.h (ia64_do_align): Removed.
197
198 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
199
200         * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
201         -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
202         (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
203         the most general type or the user specifically requested it.
204         (md_assemble): Add a new error message for when an instruction
205         is understood, but is not allowed due to an -isa option.
206
207 2004-03-02  H.J. Lu  <hongjiu.lu@intel.com>
208
209         * config/tc-ia64.c (align_frag): New.
210         (md_assemble): Set the tc_frag_data field in align_frag for
211         IA64_OPCODE_FIRST instructions.
212         (ia64_md_do_align): Set align_frag.
213         (ia64_handle_align): Add a stop bit if needed.
214
215         * config/tc-ia64.h (TC_FRAG_TYPE): New.
216         (TC_FRAG_INIT): New.
217
218 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
219
220         * config/tc-frv.c (fr400_audio): New variable.
221         (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
222         (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
223         (target_implements_insn_p): New function.
224         (md_assemble): Report an error if the processor doesn't implement
225         the instruction.
226
227 2004-02-27  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
228
229         * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
230         (md_parse_option): Ditto.
231         (OPTION_NO_SPECIAL_M32R): Added.
232         (md_show_usage): Document it.
233         (enable_speial_m32r): Changed a default value from 0 to 1.
234         * doc/c-m32r.texi: Document the -no-bitinst option.
235
236 2004-02-27  Nick Clifton  <nickc@redhat.com>
237
238         * config/tc-sh.c (get_operand): Revert previous delta.
239         (tc_gen_reloc): Check for an unknown reloc type before processing
240         the addend.
241
242 2004-02-27  Hannes Reinecke  <hare@suse.de>
243
244         * config/tc-s390.c (s390_insn): Correct range check for opcode in
245         .insn pseudo operation.
246
247 2004-02-27  Anil Paranjpe  <anilp1@kpitcummins.com>
248
249         * config/tc-sh.c (get_operand):  In case of #Imm, check has been
250         added for wrong syntax.
251
252 2004-02-26  Eric Christopher  <echristo@redhat.com>
253
254         * config/tc-mips.c (mips_dwarf2_addr_size): New.
255         * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
256
257 2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
258
259         * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
260         nibble types to assembler.
261
262 2004-02-25  Fred Fish  <fnf@redhat.com>
263
264         * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
265
266 2004-02-20  James E Wilson  <wilson@specifixinc.com>
267
268         * config/tc-ia64.c (slot_index): New arg before_relax.  Use instead of
269         finalize_syms.
270         (fixup_unw_records): New arg before_relax.  Pass to slot_index.
271         (ia64_estimate_size_before_relax): New.
272         (ia64_convert_frag): Pass 0 to fixup_unw_records.  Add comment.
273         (generate_unwind_image): Pass 1 to fixup_unw_records.
274         * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
275         (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
276
277 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
278
279         * stabs.c (generate_asm_file): Avoid warning about use of
280         uninitialized variable.
281
282 2004-02-18  David Mosberger  <davidm@hpl.hp.com>
283
284         * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
285         body, and endp, allow unwind records which do not have a "t"
286         (time/instruction) field.
287
288 2004-02-17  Petko Manolov  <petkan@nucleusys.com>
289
290         * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
291         (do_mav_dspsc_2): Likewise.
292         Fix accumulator registers move opcodes.
293
294 2004-02-13  Hannes Reinecke  <hare@suse.de>
295             Jakub Jelinek  <jakub@redhat.com>
296
297         * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
298
299 2004-02-10  Steve Ellcey  <sje@cup.hp.com>
300
301         * config/tc-ia64.h (ia64_frob_symbol): New declaration.
302         (tc_frob_symbol): New macro definition.
303         * config/tc-ia64.c (ia64_frob_symbol): New routine.
304
305 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
306
307         * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
308         read-only.
309
310 2004-02-09  Nathan Sidwell  <nathan@codesourcery.com>
311
312         * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
313         (TC_CASE_SENSITIVE): ... this.
314         * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
315         * doc/internals.texi (TC_CASE_SENSITIVE): Document.
316
317 2004-02-06  James E Wilson  <wilson@specifixinc.com>
318
319         * config/tc-ia64.c (dot_endp): Delete call to output_endp.
320         (generate_unwind_image): Re-add it here.
321
322 2004-02-06  Nathan Sidwell  <nathan@codesourcery.com>
323
324         * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
325         * read.h (SKIP_WHITESPACE): Turn into an expression.
326         * read.c (read_a_source_file): A pseudo is removed by having a
327         NULL handler.
328
329 2004-02-05  James E Wilson  <wilson@specifixinc.com>
330
331         * config/tc-ia64.c (output_endp): New.
332         (count_bits): Delete.
333         (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
334         endp unwind records.
335         (fixup_unw_records): Handle endp unwind records.  Delete code for
336         shortening prologue regions not followed by a body record.
337         (dot_endp): Call add_unwind_entry to emit endp unwind record.
338         * config/tc-ia64.h (unw_record_type): Add endp.
339
340 2004-02-03  James E Wilson  <wilson@specifixinc.com>
341
342         * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
343         fill padding bytes with zeroes.
344         (emit_one_bundle): New locals last_ptr, end_ptr.  Rewrite code that
345         sets unwind_record slot_number and slot_frag fields.
346
347 2004-02-02  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
348
349         * config/tc-mips.c (add_got_offset_hilo): New function.
350         (macro): Use load_register() and add_got_offset_hilo() to load
351         constants instead of hardcoding code sequences throughout.
352
353 2004-01-28  H.J. Lu  <hongjiu.lu@intel.com>
354
355         * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
356
357 2004-01-26  Bernardo Innocenti  <bernie@develer.com>
358
359         * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
360         like m68k-elf.
361         * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
362         of hard-coded test for TARGET_OS=elf.
363
364 2004-01-24  Chris Demetriou  <cgd@broadcom.com>
365
366         * config/tc-mips.c (hilo_interlocks): Change definition
367         so that MIPS32, MIPS64 and later ISAs are included, along with
368         the already-included machines.  Update comments.
369
370 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
371
372         * config/tc-arm.c (tc_gen_reloc): Improve error message for
373         undefined local labels.
374
375 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
376
377         * config/tc-mips.c (load_address, macro): Update comments about
378         NewABI GP relaxation.
379
380 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
381
382         * config/tc-mips.c (macro_build): Remove place and counter arguments.
383         (mips_build_lui, macro_build_ldst_constoffset): Likewise.
384         (mips16_macro_build, macro_build_jalr): Remove counter argument.
385         (set_at, load_register, load_address, move_register): Likewise.
386         (load_got_offset, add_got_offset): Likewise.
387         Update all calls and tidy accordingly.
388
389 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
390
391         * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
392         (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
393         (RELAX_USE_SECOND): Bump to 0x10000.
394         (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
395         (mips_macro_warning): New variable.
396         (md_assemble): Wrap macro expansion in macro_start() and macro_end().
397         (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
398         (relax_close_frag): Set mips_macro_warning.first_frag.  Adjust use
399         of RELAX_ENCODE.
400         (append_insn): Update mips_macro_warning.sizes.
401         (macro_start, macro_warning, macro_end): New functions.
402         (macro_build): Don't emit warnings here.
403         (macro_build_lui, md_estimate_size_before_relax): ...or here.
404         (md_convert_frag): Check for cases where one macro alternative
405         needs a warning and the other doesn't.  Emit a warning if the
406         longer sequence was chosen.
407
408 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
409
410         * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
411         * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
412         the first sequence, the size of the second sequence, and a flag
413         that says whether we should warn.
414         (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
415         (RELAX_FIRST, RELAX_SECOND): New.
416         (mips_relax): New variable.
417         (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
418         (append_insn): Remove "place" argument.  Use mips_relax.sequence
419         rather than "place" to check whether we're expanding the second
420         alternative of a relaxable macro.  Remove redundant check for
421         branch relaxation.  If generating a normal insn, and there
422         is not enough room in the current frag, call relax_close_frag()
423         to close it.  Update mips_relax.sizes[].  Emit fixups for the
424         second version of a relaxable macro.  Record the first relaxable
425         fixup in mips_relax.  Remove tc_gen_reloc workaround.
426         (macro_build): Remove all uses of "place".  Use mips_relax.sequence
427         in the same way as in append_insn.
428         (mips16_macro_build): Remove "place" argument.
429         (macro_build_lui): As for macro_build.  Don't drop the add_symbol
430         when generating the second version of a relaxable macro.
431         (load_got_offset, add_got_offset): New functions.
432         (load_address, macro): Use new relaxation machinery.  Remove
433         tc_gen_reloc workarounds.
434         (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
435         version of a relaxable macro is needed.  Return -RELAX_SECOND if the
436         first version is needed.
437         (tc_gen_reloc): Remove relaxation handling.
438         (md_convert_frag): Go through the fixups for a relaxable macro and
439         mark those that belong to the unneeded alternative as done.  If the
440         second alternative is needed, adjust the fixup addresses to account
441         for the deleted first alternative.
442
443 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
444
445         * frags.h (frag_room): Declare.
446         * frags.c (frag_room): New function.
447         * doc/internals.texi: Document it.
448
449 2004-01-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
450
451         * config/tc-mips.c (append_insn): Don't do r3900 interlock
452         optimization for -mtune=r3900, as this will break on other CPUs.
453
454 2004-01-11  Tom Rix   <tcrix@worldnet.att.net>
455
456         * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
457         be relaxed, use fixup.
458         (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
459
460 2004-01-19  Jakub Jelinek  <jakub@redhat.com>
461
462         * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
463         precision operands.
464
465 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
466
467         * config/tc-mips.c (append_insn): Properly detect variant frags
468         that preclude swapping of relaxed branches.  Correctly swap
469         instructions between frags when dealing with relaxed branches.
470
471 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
472
473         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
474         throughout.
475         * aclocal.m4: Regenerate.
476         * configure: Regenerate.
477
478 2004-01-12  Anil Paranjpe  <anilp1@KPITCummins.com>
479
480         * config/tc-h8300.c (build_bytes): Apply relaxation to bit
481         manipulation insns.
482
483 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
484
485         * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
486         reloc, reserve space for the delay slot as well as the jalr itself.
487
488 2004-01-09  Paul Brook  <paul@codesourcery.com>
489
490         * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
491         (do_vfp_sp2_from_reg2): New function.
492         (insns): Use them.
493         (do_vfp_dp_from_reg2): Check return values properly.
494
495 2004-01-08  Ian Lance Taylor  <ian@wasabisystems.com>
496
497         * config/tc-mips.c (warn_nops): Remove static variable.
498         (macro): Remove test of warn_nops.
499         (md_shortops): Remove 'n'.
500         (md_parse_option): Remove 'n' case.
501         (md_show_usage): Remove -n.
502         * doc/as.texinfo (Overview): Remove MIPS -n option.
503         * doc/c-mips.texi (MIPS Opts): Remove mention -n.
504         * NEWS: Mention removal of MIPS -n option.
505
506         * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
507         (cop_interlocks): Check ISA level.
508         (cop_mem_interlocks): Define.
509         (reg_needs_delay): Check cop_interlocks rather than
510         ISA_HAS_COPROC_DELAYS.
511         (append_insn): Likewise.  Use cop_mem_interlocks rather than
512         directly checking mips_opts.isa.
513         (mips_emit_delays): Likewise.
514
515 2004-01-07  H.J. Lu  <hongjiu.lu@intel.com>
516
517         * config/tc-ia64.c (unwind): Move next_slot_number and
518         next_slot_frag to ...
519         (unw_rec_list): Here.
520         (free_list_records): Removed.
521         (output_unw_records): Likewise.
522         (generate_unwind_image): Make it void.
523         (alloc_record): Initialize next_slot_number and next_slot_frag.
524         (slot_index): Take .org, .space and .align into account.
525         (fixup_unw_records): Don't set slot_number to 0. Use
526         list->next_slot_number and list->next_slot_frag instead of
527         unwind.next_slot_number and unwind.next_slot_frag.
528         (ia64_convert_frag): New.
529         (generate_unwind_image): Generate a rs_machine_dependent frag
530         for unwind record.
531         (emit_one_bundle): Use list->next_slot_number and
532         list->next_slot_frag instead of unwind.next_slot_number and
533         unwind.next_slot_frag.
534
535         * config/tc-ia64.h (md_convert_frag): Defined as
536         ia64_convert_frag.
537         (md_estimate_size_before_relax): Defined as (f)->fr_var.
538
539 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
540
541         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
542         * config/tc-frv.h (md_apply_fix3): Don't define.
543         * config/tc-frv.c (md_apply_fix3): New.  Shift/truncate %hi/%lo
544         operands.
545         * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
546         2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
547         * config/tc-frv.c (line_separator_chars): Add `!'.
548         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
549         * config/tc-frv.c (md_assemble): Clear insn upfront.
550         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
551         * config/tc-frv.c (OPTION_FDPIC): New macro.
552         (md_longopts): Add mfdpic.
553         (md_parse_option): Handle it.
554         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
555         * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
556         FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
557         (frv_pic_ptr): Parse funcdesc.
558
559 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
560
561         * doc/as.texinfo: Let texi2pod parse asconfig.texi and
562         gasver.texi.  Remove duplicate symbol definitions for texi2pod.
563
564 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
565
566         * Makefile.am (Makefile): Move the dependency on
567         $(BFDDIR)/configure.in to...
568         (CONFIG_STATUS_DEPENDENCIES): ... here.
569         (AUTOMAKE_OPTIONS): Require automake 1.8.
570         * Makefile.in: Regenerate.
571         * doc/Makefile.am (BASEDIR, BFDDIR): Define.
572         (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
573         $(BFDDIR)/configure.in here as well.
574         * doc/Makefile.in: Regenerate.
575
576 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
577
578         * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
579         * Makefile.in: Regenerate.
580         * aclocal.m4: Regenerate.
581         * doc/Makefile.am (install, install-info): Remove.
582         (install-data-local): A new hook for install-info.
583         (AUTOMAKE_OPTIONS): Require automake 1.8.
584         * doc/Makefile.in: Regenerate.
585
586 2004-01-02  Nutan Singh <nutan@kpitcummins.com>
587
588         * doc/c-sh.texi: Update description about floating point behavior
589         of SH family.
590
591 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
592
593         * configure.in: Add m68k-uClinux target.
594         * configure: Regenerate.
595
596 For older changes see ChangeLog-0203
597 \f
598 Local Variables:
599 mode: change-log
600 left-margin: 8
601 fill-column: 74
602 version-control: never
603 End: