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