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