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