523134a7cdecba182db8bec71ca0be5aeb2fd9df
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2004-06-21 Jan Beulich <jbeulich@novell.com>
2
3 * gas/symbols.c: While discarding ordinary local absolute symbols
4 when --strip-local-absolute is in effect, retain file symbols.
5
6 2004-06-20 Andreas Schwab <schwab@suse.de>
7
8 * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
9 (md_parse_option): Likewise.
10
11 2004-06-17 Jan Beulich <jbeulich@novell.com>
12
13 * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
14 * config/te-netware.h: New file.
15 * config/te-ppcnw.h: Delete: Obsolete.
16 * configure.in: Eliminate ill NetWare targets. Make generic
17 NetWare target use proper emulation.
18 * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
19 reference to new te-netware.h.
20 * configure: Regenerate.
21 * Makefile.in: Regenerate.
22
23 2004-06-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
24
25 * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
26 comparison in .insn pseudo operation.
27
28 2004-06-15 Alan Modra <amodra@bigpond.net.au>
29
30 * config/obj-coff.c (coff_adjust_section_syms): Use
31 bfd_get_section_size instead of bfd_get_section_size_before_reloc.
32 (coff_frob_section): Likewise.
33 * config/tc-mips.c (md_apply_fix3): Likewise.
34 * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
35 (elf_frob_file_after_relocs): Likewise.
36
37 2004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
38
39 * config/tc-hppa.c (log2): Rename to exact_log2.
40 (pa_next_subseg): Delete unused function.
41 (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
42 (create_new_subspace): Likewise.
43
44 Bug gas/213
45 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
46 labels. Fix warning.
47
48 2004-05-28 DJ Delorie <dj@redhat.com>
49
50 * config/tc-mn10300.h (tc_fix_adjustable): Define.
51 * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
52 or non-merged symbols.
53
54 2004-05-28 H.J. Lu <hongjiu.lu@intel.com>
55
56 * config/tc-ia64.c (remove_marked_resource): Save, clear and
57 restore the old slot when inserting srlz.i/srlz.d.
58
59 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
60
61 * Makefile.am: Regenerate dependecies.
62 * Makefile.in: Regenerate.
63 * config/tc-sh.c (valid_arch): Make unsigned.
64 (preset_target_arch): Likewise.
65 (md_begin): Use new architecture flags system.
66 (get_specific): Likewise.
67 (assemble_ppi): Likewise.
68 (md_assemble): Likewise. Also fix error check for bad opcodes.
69 (md_parse_option): Likewise. Also generate -isa values according
70 to the table in bfd/cpu-sh.c instead of just constants. Also
71 allow <arch>-up ISA variants.
72 (sh_elf_final_processing): Replace if-else chain with a call to
73 sh_find_elf_flags().
74 * testsuite/gas/sh/arch: New directory.
75 * testsuite/gas/sh/arch/arch.exp: New test script.
76 * testsuite/gas/sh/arch/arch_expected.txt: New file.
77 * testsuite/gas/sh/arch/sh.s: New file.
78 * testsuite/gas/sh/arch/sh2.s: New file.
79 * testsuite/gas/sh/arch/sh-dsp.s: New file.
80 * testsuite/gas/sh/arch/sh2e.s: New file.
81 * testsuite/gas/sh/arch/sh3-nommu.s: New file.
82 * testsuite/gas/sh/arch/sh3.s: New file.
83 * testsuite/gas/sh/arch/sh3-dsp.s: New file.
84 * testsuite/gas/sh/arch/sh3e.s: New file.
85 * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file.
86 * testsuite/gas/sh/arch/sh4-nofpu.s: New file.
87 * testsuite/gas/sh/arch/sh4.s: New file.
88 * testsuite/gas/sh/arch/sh4a-nofpu.s: New file.
89 * testsuite/gas/sh/arch/sh4al-dsp.s: New file.
90 * testsuite/gas/sh/arch/sh4a.s: New file.
91
92 2004-05-28 Peter Barada <peter@the-baradas.com>
93
94 * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
95 with zero offset into mode 2 addressing to save a word.
96
97 2004-05-27 H.J. Lu <hongjiu.lu@intel.com>
98
99 * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
100 (ar_is_only_in_integer_unit): New.
101 (ar_is_only_in_memory_unit): New.
102 (generate_unwind_image): Silence gcc on 32bit host.
103 (md_assemble): Use ar_is_only_in_integer_unit instead of
104 ar_is_in_integer_unit. Check AR access.
105
106 2004-05-27 Peter Barada <peter@the-baradas.com>
107
108 * config/tc-m68k.c (md_begin): Sort the opcode table into
109 alphabetical order.
110 (m68k_compare_opcode): New function to do the sorting.
111
112 2004-05-24 Peter Barada <peter@the-baradas.com>
113
114 * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
115 addressing on MIT style operands.
116 * config/m68k-parse.y(yylex): Allow '-&' for predecrement
117 w/mask addressing.
118 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
119 operands.
120
121 2004-05-23 Alan Modra <amodra@bigpond.net.au>
122
123 * expr.c (operand, operator): Don't reject '++' and '--'.
124
125 2004-05-20 Richard Sandiford <rsandifo@redhat.com>
126
127 * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
128 dwarf tables.
129
130 2004-05-17 Adam Nemet <anemet@lnxw.com>
131
132 * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF.
133 * configure: Regenerate.
134
135 2004-05-13 Paul Brook <paul@codesourcery.com>
136
137 * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries.
138
139 2004-05-13 Joel Sherrill <joel@oarcorp.com>
140
141 * configure.in (or32-*-rtems*): Switch to elf.
142 * configure: Regenerate.
143
144 2004-05-13 Nick Clifton <nickc@redhat.com>
145
146 * po/fr.po: Updated French translation.
147
148 2004-05-11 Nick Clifton <nickc@redhat.com>
149
150 * doc/as.texinfo (Section): Document G and T flags to .section
151 directive. Document the extra arguments that the G flag
152 requires. Document the #tls flag.
153
154 2004-05-11 H.J. Lu <hongjiu.lu@intel.com>
155
156 * subsegs.c (section_symbol): Create a new section symbol if
157 the existing one doesn't match.
158 * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
159
160 2004-05-07 Richard Sandiford <rsandifo@redhat.com>
161
162 * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
163 to cope with VR4181A errata MD(1) and MD(4).
164
165 2004-05-07 Brian Ford <ford@vss.fsi.com>
166
167 * NEWS: Mention .secrel32 for pe[i]-i386.
168
169 2004-05-07 Alexandre Oliva <aoliva@redhat.com>
170
171 * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
172 (HANDLE_ALIGN): New.
173
174 2004-05-06 Daniel Jacobowitz <dan@debian.org>
175
176 * Makefile.am (DIST_SUBDIRS): Define.
177 * aclocal.m4: Regenerate with automake 1.8.4.
178 * Makefile.in: Likewise.
179 * doc/Makefile.in: Likewise.
180
181 2004-05-06 David Mosberger-Tang <davidm@hpl.hp.com>
182
183 * config/tc-ia64.c (dot_serialize): Declare.
184 (dot_serialize): New function.
185 (md_pseudo_table): Add ".serialize.data" and
186 ".serialize.instruction" directives.
187
188 2004-05-06 Nick Clifton <nickc@redhat.com>
189
190 * messages (as_internal_value_out_of_range): Print a message about
191 a value being out of range. Be consistent about whether the
192 values are printed in decimal or hexadecimal.
193 (as_warn_value_out_of_range): Generate a warning message about an
194 out of range value.
195 (as_bad_value_out_of_range): Generate an error message about an
196 out of range value.
197 * as.h: Prototype the new functions.
198 * config/tc-alpha.c (insert_operand): Use new function.
199 * config/tc-arc.c (arc_insert_operand): Likewise.
200 * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
201 * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
202 * config/tc-ppc.c (ppc_insert_operand): Likewise.
203 * config/tc-s390.c (s390_insert_operand): Likewise.
204 * config/tc-v850.c (v850_insert_operand): Likewise.
205
206 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
207
208 * configure.in: Set em=linux for frv-*-*linux*.
209 * configure: Rebuilt.
210 * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
211 (frv_md_fdpic_enabled): New.
212 * config/tc-frv.c (frv_md_fdpic_enabled): New.
213 (DEFAULT_FDPIC): New.
214 (frv_flags): Use DEFAULT_FDPIC.
215 (frv_pic_flag): Likewise.
216 (OPTION_NOPIC): New.
217 (md_longopts): Add -mnopic.
218 (md_parse_option): Handle it.
219 (md_show_usage): Add -mfdpic and -mnopic.
220
221 2004-05-05 Peter Barada <peter@the-baradas.com>
222
223 * config/tc-m68k.c: Add find_cf_chip to print list of valid
224 chips for invalid coldfire instructions, rename selectors
225 for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
226 add current_chip to track which chip is referred to(including save/restore),
227 use current_chip to select control registers, not current_arch.
228 (md_show_usage): Add new chips.
229 * doc/c-m68k.texi: Document new command line switches.
230
231 2004-05-05 Jakub Jelinek <jakub@redhat.com>
232
233 * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
234 (NOP_OPCODE): Define.
235 (s390_align_code): Remove prototype.
236 * tc-s390.c (s390_align_code): Remove.
237
238 2004-05-04 H.J. Lu <hongjiu.lu@intel.com>
239
240 * config/tc-ia64.c (make_unw_section_name): Removed.
241 (start_unwind_section): New function.
242 (generate_unwind_image): Take const segT instead of const
243 char *.
244 (dot_handlerdata): Adjusted.
245 (dot_endp): Likewise.
246
247 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
248
249 * config/obj-elf.c (obj_elf_change_section): Allow the
250 ".note.GNU-stack" section has SHF_EXECINSTR.
251
252 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
253
254 * config/obj-elf.c (get_section): Return bfd_boolean.
255 (obj_elf_change_section): Call bfd_get_section_by_name_if
256 instead of bfd_map_over_sections.
257
258 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
259
260 * config/obj-elf.c (get_section): New function.
261 (obj_elf_change_section): Support multiple sections with same
262 name.
263
264 2004-04-30 Nick Clifton <nickc@redhat.com>
265
266 * config/tc-arm.c (create_register_alias): Fix typo checking for
267 case sensitive register aliases.
268 (co_proc_number): Use error message string in all_reg_maps[]
269 array.
270 (cp_reg_required_here): Likewise.
271 (fp_reg_required_here): Likewise.
272
273 2004-04-29 Brian Ford <ford@vss.fsi.com>
274
275 * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
276
277 2004-04-28 Chris Demetriou <cgd@broadcom.com>
278
279 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
280 (load_address, macro, mips_ip, md_parse_option)
281 (mips_force_relocation, mips_validate_fix, md_apply_fix3)
282 (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
283 embedded-PIC handling, and update comments.
284 (SWITCH_TABLE): Remove.
285 * config/tc-mips.h (DIFF_EXPR_OK): Delete.
286 (enum mips_pic_level): Remove EMBEDDED_PIC.
287 (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
288 (TC_FORCE_RELOCATION): Update comment.
289 * ecoff.c (ecoff_build_lineno): Add comment about some code that
290 might be safe to remove now that MIPS embedded-PIC is gone.
291
292 2004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
293
294 * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
295 call to obj_set_subsection_attributes.
296 (obj_som_init_stab_section): Likewise.
297 * config/tc-hppa.c (default_subspace_dict): Add comdat field.
298 (pa_def_subspaces): Provide comdat default.
299 (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and
300 not SEC_IS_COMMON if section is comdat, common or dup_common. Update
301 calls to create_new_subspace and update_subspace to pass comdat flag.
302 (create_new_subspace, update_subspace): Add new comdat argument. Use
303 it in calls to obj_set_subsection_attributes.
304 * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
305 and use of comdat, common and dup_comm parameters.
306
307 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
308
309 * config/obj-elf.c (obj_elf_change_section): Check if the old
310 group name is NULL before comparison.
311
312 2004-04-23 Chris Demetriou <cgd@broadcom.com>
313
314 * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
315
316 2004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
317
318 * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
319
320 2004-04-23 Chris Demetriou <cgd@broadcom.com>
321
322 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
323 (OPTION_MEMBEDDED_PIC): Remove.
324 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
325 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
326 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
327 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
328 (OPTION_ELF_BASE): Renumber.
329 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
330 (md_show_usage): Remove mention of -membedded-pic.
331 * doc/as.texinfo: Remove mention of -membedded-pic.
332
333 2004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
334
335 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
336 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
337 a.out support.
338 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
339 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
340 USE_GLOBAL_POINTER_OPT.
341
342 2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
343
344 * config/tc-mips.c (macro): One more use of load_delay_nop.
345
346 2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
347
348 * config/tc-mips.c (load_delay_nop): New function.
349 (load_address, macro): Use load_delay_nop() to build a nop
350 which can be omitted with gpr_interlocks.
351
352 2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
353
354 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
355 cop_interlocks): Remove superfluous CPU entries.
356
357 2004-04-22 Paul Brook <paul@codesourcery.com>
358
359 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
360
361 2004-04-22 Peter Barada <peter@the-baradas.com>
362
363 * NEWS: Added support for EMAC instructions and MAC/EMAC
364 Motorola syntax.
365 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
366 scale factor tokens, trailing_ampersand to mark mask addressing
367 for MAC/EMAC instructions.
368 * config/m68k-parse.y: Add options_ampersand clause, '<<',
369 '>>'.
370 (yylex): Handle '>', '<', and '&' following '+'.
371 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
372 architectures in archs[].
373 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
374 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
375 respectively.
376 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
377 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
378 cases.
379 Add EMAC operands to init_table[].
380
381 2004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
382
383 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
384 state.
385 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
386 * config/tc-arm.c (enum mstate): Delete from here.
387 (mapping_state): Remove the static mapstate variable and instead
388 store the state in the segment. This allows a per-section mapping
389 state. Handle and ignore MAP_UNDEFINED states.
390 (arm_elf_change_section): Get the current mapping state from the
391 new section.
392 (s_ltorg): Set the mapping state to MAP_DATA.
393 (arm_cleanup): Use arm_elf_change_section to get the mapping state
394 for each pool as it is emitted.
395
396 2004-04-22 Nick Clifton <nickc@redhat.com>
397
398 * config/tc-arm.h: Formatting tidy ups.
399
400 2004-04-20 Chris Demetriou <cgd@broadcom.com>
401
402 * NEWS: Note that MIPS -membedded-pic option is deprecated.
403
404 2004-04-20 DJ Delorie <dj@redhat.com>
405
406 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
407 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
408 [TE_PE] (O_secrel): Define.
409 [TE_PE] (x86_pe_cons_fix_new): New.
410 [TE_PE] (pe_directive_secrel): Likewise.
411 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
412
413 2004-04-19 Eric Christopher <echristo@redhat.com>
414
415 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
416 of previous patch for fix in gcc.
417
418 2004-04-19 Jakub Jelinek <jakub@redhat.com>
419
420 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
421
422 2004-04-19 Nathan Sidwell <nathan@codesourcery.com>
423
424 * read.c (do_align): Call md_flush_pending_output, if defined.
425
426 2004-04-16 Alan Modra <amodra@bigpond.net.au>
427
428 * expr.c (operand): Correct checks for ++ and --.
429
430 2004-04-14 H.J. Lu <hongjiu.lu@intel.com>
431
432 * config/tc-generic.c: Add some comments.
433
434 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
435
436 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
437 -{no-}mfix-vr4122-bugs.
438 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
439 (append_insn, mips_emit_delays): Update accordingly.
440 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
441 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
442 (md_parse_option): Update after above changes.
443 (md_show_usage): Add -mfix-vr4120.
444
445 2004-04-13 Bob Wilson <bob.wilson@acm.org>
446
447 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
448 of .section directive; add a reference to the ELF .subsection
449 directive.
450
451 2004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
452
453 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
454 in parallel.
455
456 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
457
458 * Makefile.am: Remove mips from aout targets.
459 * Makefile.in: Regenerate.
460 * configure.in: Remove mips-dec-bsd* target.
461 * configure: Regenerate.
462
463 2004-04-07 Alan Modra <amodra@bigpond.net.au>
464
465 PR 96
466 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
467 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
468 Update "mapping". Restrict some @ modifiers to 32 bit.
469
470 2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
471 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
472
473 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
474 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
475 dont_adjust_reloc_32 is set.
476 (md_longopts): Add option -renesas.
477 (md_parse_option, md_show_usage): Likewise.
478 * doc/c-sh.texi: Likewise.
479
480 2004-04-01 Dave Korn <dk@artimi.com>
481
482 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
483 hi16 and lo16 fixS structs.
484 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
485 exactly the same way as for RELOC_DLX_REL16.
486 (machine_ip): properly respect LO flag in the_insn and
487 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
488 (md_apply_fix3): apply RELOC_DLX_LO16.
489
490 2004-03-30 Stan Shebs <shebs@apple.com>
491
492 Remove long-obsolete MPW support.
493 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
494 * configure.in: Remove mention of ppc-*-mpw* config.
495 * configure.in: Likewise.
496
497 2004-03-30 Nick Clifton <nickc@redhat.com>
498
499 * config/tc-arm.c (meabi_flags): Make its use conditional upon
500 OBJ_ELF being defined.
501
502 2004-03-27 Alan Modra <amodra@bigpond.net.au>
503
504 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
505
506 2004-03-23 Paul Brook <paul@codesourcery.com>
507
508 * config/tc-arm.c (meabi_flags): New variable.
509 (arm_parse_eabi): New function.
510 (md_begin): Set flags for EABI v3.
511 (arm_eabis): Add.
512 (arm_long_opts): Add meabi.
513 * doc/as.texinf <ARM>: Document -meabi.
514 * doc/c-arm.texi: Ditto.
515
516 2004-03-22 Bob Wilson <bob.wilson@acm.org>
517
518 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
519 tables even when use_literal_section flag is not set.
520
521 2004-03-22 Alan Modra <amodra@bigpond.net.au>
522
523 * config/tc-sh.c: Remove trailing whitespace.
524
525 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
526
527 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
528 --mul-bug-abort and the default behavior.
529 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
530 (err_for_dangerous_mul_placement): New variable.
531 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
532 macros.
533 (md_cris_relax_table): Have placeholder for STATE_MUL.
534 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
535 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
536 case doing nothing.
537 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
538 STATE_BYTE)>: Ditto.
539 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
540 alignment and position of this frag, emit error message if
541 suspicious.
542 (md_assemble): For a multiply insn and when checking it,
543 transform the current frag into a special frag for that purpose.
544 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
545 OPTION_MULBUG_ABORT_ON>: Handle new options.
546
547 2004-03-19 Bob Wilson <bob.wilson@acm.org>
548
549 * config/tc-xtensa.c (mark_literal_frags): New function.
550 (xtensa_move_literals): Call mark_literal_frags for all literal
551 segments, including init and fini literal segments.
552 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
553
554 2004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
555
556 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
557 (pa_comm): Set BSF_OBJECT in symbol flags.
558
559 2004-03-19 Alan Modra <amodra@bigpond.net.au>
560
561 * Makefile.am: Run "make dep-am".
562 * Makefile.in: Regenerate.
563 * doc/Makefile.in: Regenerate.
564 * config.in: Regenerate.
565 * po/gas.pot: Regenerate.
566
567 2004-03-18 Nathan Sidwell <nathan@codesourcery.com>
568
569 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
570 (demand_empty_rest_of_line): Issue an error here.
571 (ignore_rest_of_line): Silently skip to end.
572 (demand_copy_string): Issue an error, not warning.
573 (equals): Likewise.
574 * config/obj-elf.c (obj_elf_section_name): Likewise.
575 (obj_elf_section): Likewise.
576 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
577 (arc_extinst): Likewise.
578 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
579 (dot_spill): Likewise.
580 (dot_unwabi): Likewise.
581 (dot_prologue): Likewise.
582
583 * expr.c (operand): Reject ++ and --.
584 (operator): Likewise.
585
586 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
587
588 * config/tc-sh.c: Include dw2gencfi.h.
589 (sh_cfi_frame_initial_instructions): New function.
590 (sh_regname_to_dw2regnum): Likewise.
591 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
592 file.
593 (TARGET_USE_CFIPOP): Define.
594 (tc_cfi_frame_initial_instructions): Likewise.
595 (tc_regname_to_dw2regnum): Likewise.
596 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
597 * Makefile.am: Update dependencies.
598 * Makefile.in: Regenerate.
599
600 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
603 * configure: Regenerate.
604
605 2004-03-12 Bob Wilson <bob.wilson@acm.org>
606
607 * read.c (s_leb128): Call md_flush_pending_output.
608
609 2004-03-12 Michal Ludvig <mludvig@suse.cz>
610
611 * config/tc-i386.c (output_insn): Handle PadLock instructions.
612 * config/tc-i386.h (CpuPadLock): New define.
613 (CpuUnknownFlags): Added CpuPadLock.
614
615 2004-03-07 Andreas Schwab <schwab@suse.de>
616
617 * doc/c-hppa.texi (HPPA Directives): Fix typo.
618
619 2004-03-07 Richard Henderson <rth@redhat.com>
620
621 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
622 (cfi_finish): Likewise for fde.
623
624 2004-03-05 H.J. Lu <hongjiu.lu@intel.com>
625
626 * config/tc-ia64.c (md_assemble): Properly handle NULL
627 align_frag.
628 (ia64_handle_align): Don't abort if failed to add a stop bit.
629
630 2004-03-04 H.J. Lu <hongjiu.lu@intel.com>
631
632 * Makefile.in: Regenerated.
633 * aclocal.m4: Likewise.
634 * configure: Likewise.
635 * doc/Makefile.in: Likewise.
636
637 2004-03-03 H.J. Lu <hongjiu.lu@intel.com>
638
639 * config/tc-ia64.c (dot_align): New.
640 (ia64_do_align): Make it static.
641 (md_pseudo_table): Use "dot_align" for "align".
642 (ia64_md_do_align): Don't set align_frag here.
643 (ia64_handle_align): Add a stop bit to the previous bundle if
644 needed.
645
646 * config/tc-ia64.h (ia64_do_align): Removed.
647
648 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
649
650 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
651 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
652 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
653 the most general type or the user specifically requested it.
654 (md_assemble): Add a new error message for when an instruction
655 is understood, but is not allowed due to an -isa option.
656
657 2004-03-02 H.J. Lu <hongjiu.lu@intel.com>
658
659 * config/tc-ia64.c (align_frag): New.
660 (md_assemble): Set the tc_frag_data field in align_frag for
661 IA64_OPCODE_FIRST instructions.
662 (ia64_md_do_align): Set align_frag.
663 (ia64_handle_align): Add a stop bit if needed.
664
665 * config/tc-ia64.h (TC_FRAG_TYPE): New.
666 (TC_FRAG_INIT): New.
667
668 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
669
670 * config/tc-frv.c (fr400_audio): New variable.
671 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
672 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
673 (target_implements_insn_p): New function.
674 (md_assemble): Report an error if the processor doesn't implement
675 the instruction.
676
677 2004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
678
679 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
680 (md_parse_option): Ditto.
681 (OPTION_NO_SPECIAL_M32R): Added.
682 (md_show_usage): Document it.
683 (enable_speial_m32r): Changed a default value from 0 to 1.
684 * doc/c-m32r.texi: Document the -no-bitinst option.
685
686 2004-02-27 Nick Clifton <nickc@redhat.com>
687
688 * config/tc-sh.c (get_operand): Revert previous delta.
689 (tc_gen_reloc): Check for an unknown reloc type before processing
690 the addend.
691
692 2004-02-27 Hannes Reinecke <hare@suse.de>
693
694 * config/tc-s390.c (s390_insn): Correct range check for opcode in
695 .insn pseudo operation.
696
697 2004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
698
699 * config/tc-sh.c (get_operand): In case of #Imm, check has been
700 added for wrong syntax.
701
702 2004-02-26 Eric Christopher <echristo@redhat.com>
703
704 * config/tc-mips.c (mips_dwarf2_addr_size): New.
705 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
706
707 2004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
708
709 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
710 nibble types to assembler.
711
712 2004-02-25 Fred Fish <fnf@redhat.com>
713
714 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
715
716 2004-02-20 James E Wilson <wilson@specifixinc.com>
717
718 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
719 finalize_syms.
720 (fixup_unw_records): New arg before_relax. Pass to slot_index.
721 (ia64_estimate_size_before_relax): New.
722 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
723 (generate_unwind_image): Pass 1 to fixup_unw_records.
724 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
725 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
726
727 2004-02-19 Jakub Jelinek <jakub@redhat.com>
728
729 * stabs.c (generate_asm_file): Avoid warning about use of
730 uninitialized variable.
731
732 2004-02-18 David Mosberger <davidm@hpl.hp.com>
733
734 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
735 body, and endp, allow unwind records which do not have a "t"
736 (time/instruction) field.
737
738 2004-02-17 Petko Manolov <petkan@nucleusys.com>
739
740 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
741 (do_mav_dspsc_2): Likewise.
742 Fix accumulator registers move opcodes.
743
744 2004-02-13 Hannes Reinecke <hare@suse.de>
745 Jakub Jelinek <jakub@redhat.com>
746
747 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
748
749 2004-02-10 Steve Ellcey <sje@cup.hp.com>
750
751 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
752 (tc_frob_symbol): New macro definition.
753 * config/tc-ia64.c (ia64_frob_symbol): New routine.
754
755 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
756
757 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
758 read-only.
759
760 2004-02-09 Nathan Sidwell <nathan@codesourcery.com>
761
762 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
763 (TC_CASE_SENSITIVE): ... this.
764 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
765 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
766
767 2004-02-06 James E Wilson <wilson@specifixinc.com>
768
769 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
770 (generate_unwind_image): Re-add it here.
771
772 2004-02-06 Nathan Sidwell <nathan@codesourcery.com>
773
774 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
775 * read.h (SKIP_WHITESPACE): Turn into an expression.
776 * read.c (read_a_source_file): A pseudo is removed by having a
777 NULL handler.
778
779 2004-02-05 James E Wilson <wilson@specifixinc.com>
780
781 * config/tc-ia64.c (output_endp): New.
782 (count_bits): Delete.
783 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
784 endp unwind records.
785 (fixup_unw_records): Handle endp unwind records. Delete code for
786 shortening prologue regions not followed by a body record.
787 (dot_endp): Call add_unwind_entry to emit endp unwind record.
788 * config/tc-ia64.h (unw_record_type): Add endp.
789
790 2004-02-03 James E Wilson <wilson@specifixinc.com>
791
792 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
793 fill padding bytes with zeroes.
794 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
795 sets unwind_record slot_number and slot_frag fields.
796
797 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
798
799 * config/tc-mips.c (add_got_offset_hilo): New function.
800 (macro): Use load_register() and add_got_offset_hilo() to load
801 constants instead of hardcoding code sequences throughout.
802
803 2004-01-28 H.J. Lu <hongjiu.lu@intel.com>
804
805 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
806
807 2004-01-26 Bernardo Innocenti <bernie@develer.com>
808
809 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
810 like m68k-elf.
811 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
812 of hard-coded test for TARGET_OS=elf.
813
814 2004-01-24 Chris Demetriou <cgd@broadcom.com>
815
816 * config/tc-mips.c (hilo_interlocks): Change definition
817 so that MIPS32, MIPS64 and later ISAs are included, along with
818 the already-included machines. Update comments.
819
820 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
821
822 * config/tc-arm.c (tc_gen_reloc): Improve error message for
823 undefined local labels.
824
825 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
826
827 * config/tc-mips.c (load_address, macro): Update comments about
828 NewABI GP relaxation.
829
830 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
831
832 * config/tc-mips.c (macro_build): Remove place and counter arguments.
833 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
834 (mips16_macro_build, macro_build_jalr): Remove counter argument.
835 (set_at, load_register, load_address, move_register): Likewise.
836 (load_got_offset, add_got_offset): Likewise.
837 Update all calls and tidy accordingly.
838
839 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
840
841 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
842 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
843 (RELAX_USE_SECOND): Bump to 0x10000.
844 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
845 (mips_macro_warning): New variable.
846 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
847 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
848 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
849 of RELAX_ENCODE.
850 (append_insn): Update mips_macro_warning.sizes.
851 (macro_start, macro_warning, macro_end): New functions.
852 (macro_build): Don't emit warnings here.
853 (macro_build_lui, md_estimate_size_before_relax): ...or here.
854 (md_convert_frag): Check for cases where one macro alternative
855 needs a warning and the other doesn't. Emit a warning if the
856 longer sequence was chosen.
857
858 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
859
860 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
861 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
862 the first sequence, the size of the second sequence, and a flag
863 that says whether we should warn.
864 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
865 (RELAX_FIRST, RELAX_SECOND): New.
866 (mips_relax): New variable.
867 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
868 (append_insn): Remove "place" argument. Use mips_relax.sequence
869 rather than "place" to check whether we're expanding the second
870 alternative of a relaxable macro. Remove redundant check for
871 branch relaxation. If generating a normal insn, and there
872 is not enough room in the current frag, call relax_close_frag()
873 to close it. Update mips_relax.sizes[]. Emit fixups for the
874 second version of a relaxable macro. Record the first relaxable
875 fixup in mips_relax. Remove tc_gen_reloc workaround.
876 (macro_build): Remove all uses of "place". Use mips_relax.sequence
877 in the same way as in append_insn.
878 (mips16_macro_build): Remove "place" argument.
879 (macro_build_lui): As for macro_build. Don't drop the add_symbol
880 when generating the second version of a relaxable macro.
881 (load_got_offset, add_got_offset): New functions.
882 (load_address, macro): Use new relaxation machinery. Remove
883 tc_gen_reloc workarounds.
884 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
885 version of a relaxable macro is needed. Return -RELAX_SECOND if the
886 first version is needed.
887 (tc_gen_reloc): Remove relaxation handling.
888 (md_convert_frag): Go through the fixups for a relaxable macro and
889 mark those that belong to the unneeded alternative as done. If the
890 second alternative is needed, adjust the fixup addresses to account
891 for the deleted first alternative.
892
893 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
894
895 * frags.h (frag_room): Declare.
896 * frags.c (frag_room): New function.
897 * doc/internals.texi: Document it.
898
899 2004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
900
901 * config/tc-mips.c (append_insn): Don't do r3900 interlock
902 optimization for -mtune=r3900, as this will break on other CPUs.
903
904 2004-01-11 Tom Rix <tcrix@worldnet.att.net>
905
906 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
907 be relaxed, use fixup.
908 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
909
910 2004-01-19 Jakub Jelinek <jakub@redhat.com>
911
912 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
913 precision operands.
914
915 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
916
917 * config/tc-mips.c (append_insn): Properly detect variant frags
918 that preclude swapping of relaxed branches. Correctly swap
919 instructions between frags when dealing with relaxed branches.
920
921 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
922
923 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
924 throughout.
925 * aclocal.m4: Regenerate.
926 * configure: Regenerate.
927
928 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
929
930 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
931 manipulation insns.
932
933 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
934
935 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
936 reloc, reserve space for the delay slot as well as the jalr itself.
937
938 2004-01-09 Paul Brook <paul@codesourcery.com>
939
940 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
941 (do_vfp_sp2_from_reg2): New function.
942 (insns): Use them.
943 (do_vfp_dp_from_reg2): Check return values properly.
944
945 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
946
947 * config/tc-mips.c (warn_nops): Remove static variable.
948 (macro): Remove test of warn_nops.
949 (md_shortops): Remove 'n'.
950 (md_parse_option): Remove 'n' case.
951 (md_show_usage): Remove -n.
952 * doc/as.texinfo (Overview): Remove MIPS -n option.
953 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
954 * NEWS: Mention removal of MIPS -n option.
955
956 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
957 (cop_interlocks): Check ISA level.
958 (cop_mem_interlocks): Define.
959 (reg_needs_delay): Check cop_interlocks rather than
960 ISA_HAS_COPROC_DELAYS.
961 (append_insn): Likewise. Use cop_mem_interlocks rather than
962 directly checking mips_opts.isa.
963 (mips_emit_delays): Likewise.
964
965 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
966
967 * config/tc-ia64.c (unwind): Move next_slot_number and
968 next_slot_frag to ...
969 (unw_rec_list): Here.
970 (free_list_records): Removed.
971 (output_unw_records): Likewise.
972 (generate_unwind_image): Make it void.
973 (alloc_record): Initialize next_slot_number and next_slot_frag.
974 (slot_index): Take .org, .space and .align into account.
975 (fixup_unw_records): Don't set slot_number to 0. Use
976 list->next_slot_number and list->next_slot_frag instead of
977 unwind.next_slot_number and unwind.next_slot_frag.
978 (ia64_convert_frag): New.
979 (generate_unwind_image): Generate a rs_machine_dependent frag
980 for unwind record.
981 (emit_one_bundle): Use list->next_slot_number and
982 list->next_slot_frag instead of unwind.next_slot_number and
983 unwind.next_slot_frag.
984
985 * config/tc-ia64.h (md_convert_frag): Defined as
986 ia64_convert_frag.
987 (md_estimate_size_before_relax): Defined as (f)->fr_var.
988
989 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
990
991 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
992 * config/tc-frv.h (md_apply_fix3): Don't define.
993 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
994 operands.
995 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
996 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
997 * config/tc-frv.c (line_separator_chars): Add `!'.
998 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
999 * config/tc-frv.c (md_assemble): Clear insn upfront.
1000 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
1001 * config/tc-frv.c (OPTION_FDPIC): New macro.
1002 (md_longopts): Add mfdpic.
1003 (md_parse_option): Handle it.
1004 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
1005 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
1006 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
1007 (frv_pic_ptr): Parse funcdesc.
1008
1009 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1010
1011 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
1012 gasver.texi. Remove duplicate symbol definitions for texi2pod.
1013
1014 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1015
1016 * Makefile.am (Makefile): Move the dependency on
1017 $(BFDDIR)/configure.in to...
1018 (CONFIG_STATUS_DEPENDENCIES): ... here.
1019 (AUTOMAKE_OPTIONS): Require automake 1.8.
1020 * Makefile.in: Regenerate.
1021 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
1022 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
1023 $(BFDDIR)/configure.in here as well.
1024 * doc/Makefile.in: Regenerate.
1025
1026 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1027
1028 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
1029 * Makefile.in: Regenerate.
1030 * aclocal.m4: Regenerate.
1031 * doc/Makefile.am (install, install-info): Remove.
1032 (install-data-local): A new hook for install-info.
1033 (AUTOMAKE_OPTIONS): Require automake 1.8.
1034 * doc/Makefile.in: Regenerate.
1035
1036 2004-01-02 Nutan Singh <nutan@kpitcummins.com>
1037
1038 * doc/c-sh.texi: Update description about floating point behavior
1039 of SH family.
1040
1041 2004-01-02 Bernardo Innocenti <bernie@develer.com>
1042
1043 * configure.in: Add m68k-uClinux target.
1044 * configure: Regenerate.
1045
1046 For older changes see ChangeLog-0203
1047 \f
1048 Local Variables:
1049 mode: change-log
1050 left-margin: 8
1051 fill-column: 74
1052 version-control: never
1053 End:
This page took 0.052321 seconds and 3 git commands to generate.