cpu/
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
bd337dde
NC
12004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2
3 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
4 (md_parse_option): Ditto.
5 (OPTION_NO_SPECIAL_M32R): Added.
6 (md_show_usage): Document it.
7 (enable_speial_m32r): Changed a default value from 0 to 1.
8 * doc/c-m32r.texi: Document the -no-bitinst option.
9
78878175
NC
102004-02-27 Nick Clifton <nickc@redhat.com>
11
12 * config/tc-sh.c (get_operand): Revert previous delta.
13 (tc_gen_reloc): Check for an unknown reloc type before processing
14 the addend.
15
1d6d62a4
MS
162004-02-27 Hannes Reinecke <hare@suse.de>
17
18 * config/tc-s390.c (s390_insn): Correct range check for opcode in
19 .insn pseudo operation.
20
4aa3e325
NC
212004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
22
23 * config/tc-sh.c (get_operand): In case of #Imm, check has been
24 added for wrong syntax.
25
73369e65
EC
262004-02-26 Eric Christopher <echristo@redhat.com>
27
28 * config/tc-mips.c (mips_dwarf2_addr_size): New.
29 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
30
6a5709a5
JR
312004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
32
33 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
34 nibble types to assembler.
35
95385380
FF
362004-02-25 Fred Fish <fnf@redhat.com>
37
38 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
39
b5e0fabd
JW
402004-02-20 James E Wilson <wilson@specifixinc.com>
41
42 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
43 finalize_syms.
44 (fixup_unw_records): New arg before_relax. Pass to slot_index.
45 (ia64_estimate_size_before_relax): New.
46 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
47 (generate_unwind_image): Pass 1 to fixup_unw_records.
48 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
49 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
50
2f01ffbf
JJ
512004-02-19 Jakub Jelinek <jakub@redhat.com>
52
53 * stabs.c (generate_asm_file): Avoid warning about use of
54 uninitialized variable.
55
9c59842f
JW
562004-02-18 David Mosberger <davidm@hpl.hp.com>
57
58 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
59 body, and endp, allow unwind records which do not have a "t"
60 (time/instruction) field.
61
34920d91
NC
622004-02-17 Petko Manolov <petkan@nucleusys.com>
63
64 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
65 (do_mav_dspsc_2): Likewise.
66 Fix accumulator registers move opcodes.
67
4dde8e61
AJ
682004-02-13 Hannes Reinecke <hare@suse.de>
69 Jakub Jelinek <jakub@redhat.com>
70
71 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
72
936cf02e
JW
732004-02-10 Steve Ellcey <sje@cup.hp.com>
74
75 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
76 (tc_frob_symbol): New macro definition.
77 * config/tc-ia64.c (ia64_frob_symbol): New routine.
78
e41f12f3
DJ
792004-02-09 Daniel Jacobowitz <drow@mvista.com>
80
81 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
82 read-only.
83
a8a3b3b2
NS
842004-02-09 Nathan Sidwell <nathan@codesourcery.com>
85
86 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
87 (TC_CASE_SENSITIVE): ... this.
88 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
89 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
90
c97b7ef6
JW
912004-02-06 James E Wilson <wilson@specifixinc.com>
92
93 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
94 (generate_unwind_image): Re-add it here.
95
e4475e39
NS
962004-02-06 Nathan Sidwell <nathan@codesourcery.com>
97
98 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
99 * read.h (SKIP_WHITESPACE): Turn into an expression.
100 * read.c (read_a_source_file): A pseudo is removed by having a
101 NULL handler.
102
5738bc24
JW
1032004-02-05 James E Wilson <wilson@specifixinc.com>
104
105 * config/tc-ia64.c (output_endp): New.
106 (count_bits): Delete.
107 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
108 endp unwind records.
109 (fixup_unw_records): Handle endp unwind records. Delete code for
110 shortening prologue regions not followed by a body record.
111 (dot_endp): Call add_unwind_entry to emit endp unwind record.
112 * config/tc-ia64.h (unw_record_type): Add endp.
113
d6e78c11
JW
1142004-02-03 James E Wilson <wilson@specifixinc.com>
115
116 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
117 fill padding bytes with zeroes.
118 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
119 sets unwind_record slot_number and slot_frag fields.
120
f6a22291
MR
1212004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
122
123 * config/tc-mips.c (add_got_offset_hilo): New function.
124 (macro): Use load_register() and add_got_offset_hilo() to load
125 constants instead of hardcoding code sequences throughout.
126
127cab00
L
1272004-01-28 H.J. Lu <hongjiu.lu@intel.com>
128
129 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
130
6358301e
NC
1312004-01-26 Bernardo Innocenti <bernie@develer.com>
132
133 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
134 like m68k-elf.
135 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
136 of hard-coded test for TARGET_OS=elf.
137
c8978940
CD
1382004-01-24 Chris Demetriou <cgd@broadcom.com>
139
140 * config/tc-mips.c (hilo_interlocks): Change definition
141 so that MIPS32, MIPS64 and later ISAs are included, along with
142 the already-included machines. Update comments.
143
c3ba240c
DJ
1442004-01-23 Daniel Jacobowitz <drow@mvista.com>
145
146 * config/tc-arm.c (tc_gen_reloc): Improve error message for
147 undefined local labels.
148
e864ceca
RS
1492004-01-23 Richard Sandiford <rsandifo@redhat.com>
150
151 * config/tc-mips.c (load_address, macro): Update comments about
152 NewABI GP relaxation.
153
67c0d1eb
RS
1542004-01-23 Richard Sandiford <rsandifo@redhat.com>
155
156 * config/tc-mips.c (macro_build): Remove place and counter arguments.
157 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
158 (mips16_macro_build, macro_build_jalr): Remove counter argument.
159 (set_at, load_register, load_address, move_register): Likewise.
160 (load_got_offset, add_got_offset): Likewise.
161 Update all calls and tidy accordingly.
162
584892a6
RS
1632004-01-23 Richard Sandiford <rsandifo@redhat.com>
164
165 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
166 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
167 (RELAX_USE_SECOND): Bump to 0x10000.
168 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
169 (mips_macro_warning): New variable.
170 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
171 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
172 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
173 of RELAX_ENCODE.
174 (append_insn): Update mips_macro_warning.sizes.
175 (macro_start, macro_warning, macro_end): New functions.
176 (macro_build): Don't emit warnings here.
177 (macro_build_lui, md_estimate_size_before_relax): ...or here.
178 (md_convert_frag): Check for cases where one macro alternative
179 needs a warning and the other doesn't. Emit a warning if the
180 longer sequence was chosen.
181
4d7206a2
RS
1822004-01-23 Richard Sandiford <rsandifo@redhat.com>
183
184 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
185 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
186 the first sequence, the size of the second sequence, and a flag
187 that says whether we should warn.
188 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
189 (RELAX_FIRST, RELAX_SECOND): New.
190 (mips_relax): New variable.
191 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
192 (append_insn): Remove "place" argument. Use mips_relax.sequence
193 rather than "place" to check whether we're expanding the second
194 alternative of a relaxable macro. Remove redundant check for
195 branch relaxation. If generating a normal insn, and there
196 is not enough room in the current frag, call relax_close_frag()
197 to close it. Update mips_relax.sizes[]. Emit fixups for the
198 second version of a relaxable macro. Record the first relaxable
199 fixup in mips_relax. Remove tc_gen_reloc workaround.
200 (macro_build): Remove all uses of "place". Use mips_relax.sequence
201 in the same way as in append_insn.
202 (mips16_macro_build): Remove "place" argument.
203 (macro_build_lui): As for macro_build. Don't drop the add_symbol
204 when generating the second version of a relaxable macro.
205 (load_got_offset, add_got_offset): New functions.
206 (load_address, macro): Use new relaxation machinery. Remove
207 tc_gen_reloc workarounds.
208 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
209 version of a relaxable macro is needed. Return -RELAX_SECOND if the
210 first version is needed.
211 (tc_gen_reloc): Remove relaxation handling.
212 (md_convert_frag): Go through the fixups for a relaxable macro and
213 mark those that belong to the unneeded alternative as done. If the
214 second alternative is needed, adjust the fixup addresses to account
215 for the deleted first alternative.
216
0530d30a
RS
2172004-01-23 Richard Sandiford <rsandifo@redhat.com>
218
219 * frags.h (frag_room): Declare.
220 * frags.c (frag_room): New function.
221 * doc/internals.texi: Document it.
222
048cdf86
TS
2232004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
224
225 * config/tc-mips.c (append_insn): Don't do r3900 interlock
226 optimization for -mtune=r3900, as this will break on other CPUs.
227
28d39d1a
NC
2282004-01-11 Tom Rix <tcrix@worldnet.att.net>
229
230 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 231 be relaxed, use fixup.
28d39d1a
NC
232 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
233
26664553
JJ
2342004-01-19 Jakub Jelinek <jakub@redhat.com>
235
236 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
237 precision operands.
238
895921c9
MR
2392004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
240
241 * config/tc-mips.c (append_insn): Properly detect variant frags
242 that preclude swapping of relaxed branches. Correctly swap
243 instructions between frags when dealing with relaxed branches.
244
f8b73030
MR
2452004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
246
247 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
248 throughout.
249 * aclocal.m4: Regenerate.
250 * configure: Regenerate.
251
ca9a79a1 2522004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 253
ca9a79a1
NC
254 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
255 manipulation insns.
256
cc3d92a5
RS
2572004-01-12 Richard Sandiford <rsandifo@redhat.com>
258
259 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
260 reloc, reserve space for the delay slot as well as the jalr itself.
261
e45d0630
PB
2622004-01-09 Paul Brook <paul@codesourcery.com>
263
264 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
265 (do_vfp_sp2_from_reg2): New function.
266 (insns): Use them.
267 (do_vfp_dp_from_reg2): Check return values properly.
268
81912461
ILT
2692004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
270
78849248
ILT
271 * config/tc-mips.c (warn_nops): Remove static variable.
272 (macro): Remove test of warn_nops.
273 (md_shortops): Remove 'n'.
274 (md_parse_option): Remove 'n' case.
275 (md_show_usage): Remove -n.
276 * doc/as.texinfo (Overview): Remove MIPS -n option.
277 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
278 * NEWS: Mention removal of MIPS -n option.
279
81912461
ILT
280 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
281 (cop_interlocks): Check ISA level.
282 (cop_mem_interlocks): Define.
283 (reg_needs_delay): Check cop_interlocks rather than
284 ISA_HAS_COPROC_DELAYS.
285 (append_insn): Likewise. Use cop_mem_interlocks rather than
286 directly checking mips_opts.isa.
287 (mips_emit_delays): Likewise.
288
73f20958
L
2892004-01-07 H.J. Lu <hongjiu.lu@intel.com>
290
291 * config/tc-ia64.c (unwind): Move next_slot_number and
292 next_slot_frag to ...
293 (unw_rec_list): Here.
294 (free_list_records): Removed.
295 (output_unw_records): Likewise.
296 (generate_unwind_image): Make it void.
297 (alloc_record): Initialize next_slot_number and next_slot_frag.
298 (slot_index): Take .org, .space and .align into account.
299 (fixup_unw_records): Don't set slot_number to 0. Use
300 list->next_slot_number and list->next_slot_frag instead of
301 unwind.next_slot_number and unwind.next_slot_frag.
302 (ia64_convert_frag): New.
303 (generate_unwind_image): Generate a rs_machine_dependent frag
304 for unwind record.
305 (emit_one_bundle): Use list->next_slot_number and
306 list->next_slot_frag instead of unwind.next_slot_number and
307 unwind.next_slot_frag.
308
309 * config/tc-ia64.h (md_convert_frag): Defined as
310 ia64_convert_frag.
311 (md_estimate_size_before_relax): Defined as (f)->fr_var.
312
99d09cdb
AO
3132004-01-06 Alexandre Oliva <aoliva@redhat.com>
314
315 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
316 * config/tc-frv.h (md_apply_fix3): Don't define.
317 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
318 operands.
319 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
320 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
321 * config/tc-frv.c (line_separator_chars): Add `!'.
322 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
323 * config/tc-frv.c (md_assemble): Clear insn upfront.
324 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
325 * config/tc-frv.c (OPTION_FDPIC): New macro.
326 (md_longopts): Add mfdpic.
327 (md_parse_option): Handle it.
328 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
329 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
330 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
331 (frv_pic_ptr): Parse funcdesc.
332
4a4c4a1d
MR
3332004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
334
335 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
336 gasver.texi. Remove duplicate symbol definitions for texi2pod.
337
2251dd89
MR
3382004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
339
340 * Makefile.am (Makefile): Move the dependency on
341 $(BFDDIR)/configure.in to...
342 (CONFIG_STATUS_DEPENDENCIES): ... here.
343 (AUTOMAKE_OPTIONS): Require automake 1.8.
344 * Makefile.in: Regenerate.
345 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
346 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
347 $(BFDDIR)/configure.in here as well.
348 * doc/Makefile.in: Regenerate.
349
c6581168
MR
3502004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
351
352 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
353 * Makefile.in: Regenerate.
354 * aclocal.m4: Regenerate.
355 * doc/Makefile.am (install, install-info): Remove.
356 (install-data-local): A new hook for install-info.
357 (AUTOMAKE_OPTIONS): Require automake 1.8.
358 * doc/Makefile.in: Regenerate.
359
303e7b79
NC
3602004-01-02 Nutan Singh <nutan@kpitcummins.com>
361
362 * doc/c-sh.texi: Update description about floating point behavior
363 of SH family.
364
b50c15dc
NC
3652004-01-02 Bernardo Innocenti <bernie@develer.com>
366
367 * configure.in: Add m68k-uClinux target.
368 * configure: Regenerate.
7de9afa2 369
c9e214e5 370For older changes see ChangeLog-0203
08d56133
NC
371\f
372Local Variables:
373mode: change-log
374left-margin: 8
375fill-column: 74
376version-control: never
377End:
This page took 0.178184 seconds and 4 git commands to generate.