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