* config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
[binutils-gdb.git] / gas / ChangeLog
1 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
2
3 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
4 (cop_interlocks): Check ISA level.
5 (cop_mem_interlocks): Define.
6 (reg_needs_delay): Check cop_interlocks rather than
7 ISA_HAS_COPROC_DELAYS.
8 (append_insn): Likewise. Use cop_mem_interlocks rather than
9 directly checking mips_opts.isa.
10 (mips_emit_delays): Likewise.
11
12 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
13
14 * config/tc-ia64.c (unwind): Move next_slot_number and
15 next_slot_frag to ...
16 (unw_rec_list): Here.
17 (free_list_records): Removed.
18 (output_unw_records): Likewise.
19 (generate_unwind_image): Make it void.
20 (alloc_record): Initialize next_slot_number and next_slot_frag.
21 (slot_index): Take .org, .space and .align into account.
22 (fixup_unw_records): Don't set slot_number to 0. Use
23 list->next_slot_number and list->next_slot_frag instead of
24 unwind.next_slot_number and unwind.next_slot_frag.
25 (ia64_convert_frag): New.
26 (generate_unwind_image): Generate a rs_machine_dependent frag
27 for unwind record.
28 (emit_one_bundle): Use list->next_slot_number and
29 list->next_slot_frag instead of unwind.next_slot_number and
30 unwind.next_slot_frag.
31
32 * config/tc-ia64.h (md_convert_frag): Defined as
33 ia64_convert_frag.
34 (md_estimate_size_before_relax): Defined as (f)->fr_var.
35
36 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
37
38 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
39 * config/tc-frv.h (md_apply_fix3): Don't define.
40 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
41 operands.
42 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
43 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
44 * config/tc-frv.c (line_separator_chars): Add `!'.
45 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
46 * config/tc-frv.c (md_assemble): Clear insn upfront.
47 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
48 * config/tc-frv.c (OPTION_FDPIC): New macro.
49 (md_longopts): Add mfdpic.
50 (md_parse_option): Handle it.
51 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
52 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
53 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
54 (frv_pic_ptr): Parse funcdesc.
55
56 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
57
58 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
59 gasver.texi. Remove duplicate symbol definitions for texi2pod.
60
61 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
62
63 * Makefile.am (Makefile): Move the dependency on
64 $(BFDDIR)/configure.in to...
65 (CONFIG_STATUS_DEPENDENCIES): ... here.
66 (AUTOMAKE_OPTIONS): Require automake 1.8.
67 * Makefile.in: Regenerate.
68 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
69 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
70 $(BFDDIR)/configure.in here as well.
71 * doc/Makefile.in: Regenerate.
72
73 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
74
75 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
76 * Makefile.in: Regenerate.
77 * aclocal.m4: Regenerate.
78 * doc/Makefile.am (install, install-info): Remove.
79 (install-data-local): A new hook for install-info.
80 (AUTOMAKE_OPTIONS): Require automake 1.8.
81 * doc/Makefile.in: Regenerate.
82
83 2004-01-02 Nutan Singh <nutan@kpitcummins.com>
84
85 * doc/c-sh.texi: Update description about floating point behavior
86 of SH family.
87
88 2004-01-02 Bernardo Innocenti <bernie@develer.com>
89
90 * configure.in: Add m68k-uClinux target.
91 * configure: Regenerate.
92
93 For older changes see ChangeLog-0203
94 \f
95 Local Variables:
96 mode: change-log
97 left-margin: 8
98 fill-column: 74
99 version-control: never
100 End: