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