* config/tc-mips.c (append_insn): Don't do r3900 interlock
[external/binutils.git] / gas / ChangeLog
1 2004-01-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2
3         * config/tc-mips.c (append_insn): Don't do r3900 interlock
4         optimization for -mtune=r3900, as this will break on other CPUs.
5
6 2004-01-11  Tom Rix   <tcrix@worldnet.att.net>
7
8         * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
9         be relaxed, use fixup. 
10         (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
11
12 2004-01-19  Jakub Jelinek  <jakub@redhat.com>
13
14         * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
15         precision operands.
16
17 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
18
19         * config/tc-mips.c (append_insn): Properly detect variant frags
20         that preclude swapping of relaxed branches.  Correctly swap
21         instructions between frags when dealing with relaxed branches.
22
23 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
24
25         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
26         throughout.
27         * aclocal.m4: Regenerate.
28         * configure: Regenerate.
29
30 2004-01-12  Anil Paranjpe  <anilp1@KPITCummins.com>
31         
32         * config/tc-h8300.c (build_bytes): Apply relaxation to bit
33         manipulation insns.
34
35 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
36
37         * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
38         reloc, reserve space for the delay slot as well as the jalr itself.
39
40 2004-01-09  Paul Brook  <paul@codesourcery.com>
41
42         * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
43         (do_vfp_sp2_from_reg2): New function.
44         (insns): Use them.
45         (do_vfp_dp_from_reg2): Check return values properly.
46
47 2004-01-08  Ian Lance Taylor  <ian@wasabisystems.com>
48
49         * config/tc-mips.c (warn_nops): Remove static variable.
50         (macro): Remove test of warn_nops.
51         (md_shortops): Remove 'n'.
52         (md_parse_option): Remove 'n' case.
53         (md_show_usage): Remove -n.
54         * doc/as.texinfo (Overview): Remove MIPS -n option.
55         * doc/c-mips.texi (MIPS Opts): Remove mention -n.
56         * NEWS: Mention removal of MIPS -n option.
57
58         * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
59         (cop_interlocks): Check ISA level.
60         (cop_mem_interlocks): Define.
61         (reg_needs_delay): Check cop_interlocks rather than
62         ISA_HAS_COPROC_DELAYS.
63         (append_insn): Likewise.  Use cop_mem_interlocks rather than
64         directly checking mips_opts.isa.
65         (mips_emit_delays): Likewise.
66
67 2004-01-07  H.J. Lu  <hongjiu.lu@intel.com>
68
69         * config/tc-ia64.c (unwind): Move next_slot_number and
70         next_slot_frag to ...
71         (unw_rec_list): Here.
72         (free_list_records): Removed.
73         (output_unw_records): Likewise.
74         (generate_unwind_image): Make it void.
75         (alloc_record): Initialize next_slot_number and next_slot_frag.
76         (slot_index): Take .org, .space and .align into account.
77         (fixup_unw_records): Don't set slot_number to 0. Use
78         list->next_slot_number and list->next_slot_frag instead of
79         unwind.next_slot_number and unwind.next_slot_frag.
80         (ia64_convert_frag): New.
81         (generate_unwind_image): Generate a rs_machine_dependent frag
82         for unwind record.
83         (emit_one_bundle): Use list->next_slot_number and
84         list->next_slot_frag instead of unwind.next_slot_number and
85         unwind.next_slot_frag.
86
87         * config/tc-ia64.h (md_convert_frag): Defined as
88         ia64_convert_frag.
89         (md_estimate_size_before_relax): Defined as (f)->fr_var.
90
91 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
92
93         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
94         * config/tc-frv.h (md_apply_fix3): Don't define.
95         * config/tc-frv.c (md_apply_fix3): New.  Shift/truncate %hi/%lo
96         operands.
97         * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
98         2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
99         * config/tc-frv.c (line_separator_chars): Add `!'.
100         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
101         * config/tc-frv.c (md_assemble): Clear insn upfront.
102         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
103         * config/tc-frv.c (OPTION_FDPIC): New macro.
104         (md_longopts): Add mfdpic.
105         (md_parse_option): Handle it.
106         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
107         * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
108         FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
109         (frv_pic_ptr): Parse funcdesc.
110
111 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
112
113         * doc/as.texinfo: Let texi2pod parse asconfig.texi and
114         gasver.texi.  Remove duplicate symbol definitions for texi2pod.
115
116 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
117
118         * Makefile.am (Makefile): Move the dependency on
119         $(BFDDIR)/configure.in to...
120         (CONFIG_STATUS_DEPENDENCIES): ... here.
121         (AUTOMAKE_OPTIONS): Require automake 1.8.
122         * Makefile.in: Regenerate.
123         * doc/Makefile.am (BASEDIR, BFDDIR): Define.
124         (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
125         $(BFDDIR)/configure.in here as well.
126         * doc/Makefile.in: Regenerate.
127
128 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
129
130         * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
131         * Makefile.in: Regenerate.
132         * aclocal.m4: Regenerate.
133         * doc/Makefile.am (install, install-info): Remove.
134         (install-data-local): A new hook for install-info.
135         (AUTOMAKE_OPTIONS): Require automake 1.8.
136         * doc/Makefile.in: Regenerate.
137
138 2004-01-02  Nutan Singh <nutan@kpitcummins.com>
139
140         * doc/c-sh.texi: Update description about floating point behavior
141         of SH family.
142
143 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
144
145         * configure.in: Add m68k-uClinux target.
146         * configure: Regenerate.
147
148 For older changes see ChangeLog-0203
149 \f
150 Local Variables:
151 mode: change-log
152 left-margin: 8
153 fill-column: 74
154 version-control: never
155 End: