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