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