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