opcodes/
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
84c84759
AS
12004-03-07 Andreas Schwab <schwab@suse.de>
2
3 * doc/c-hppa.texi (HPPA Directives): Fix typo.
4
6ec51dba
RH
52004-03-07 Richard Henderson <rth@redhat.com>
6
7 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
8 (cfi_finish): Likewise for fde.
9
bae25f19
L
102004-03-05 H.J. Lu <hongjiu.lu@intel.com>
11
12 * config/tc-ia64.c (md_assemble): Properly handle NULL
13 align_frag.
14 (ia64_handle_align): Don't abort if failed to add a stop bit.
15
ab509236
L
162004-03-04 H.J. Lu <hongjiu.lu@intel.com>
17
18 * Makefile.in: Regenerated.
19 * aclocal.m4: Likewise.
20 * configure: Likewise.
21 * doc/Makefile.in: Likewise.
22
d9201763
L
232004-03-03 H.J. Lu <hongjiu.lu@intel.com>
24
25 * config/tc-ia64.c (dot_align): New.
26 (ia64_do_align): Make it static.
27 (md_pseudo_table): Use "dot_align" for "align".
28 (ia64_md_do_align): Don't set align_frag here.
29 (ia64_handle_align): Add a stop bit to the previous bundle if
30 needed.
31
32 * config/tc-ia64.h (ia64_do_align): Removed.
33
ae51a426
JR
342003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
35
36 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
37 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
38 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
39 the most general type or the user specifically requested it.
40 (md_assemble): Add a new error message for when an instruction
41 is understood, but is not allowed due to an -isa option.
42
9545c4ce
L
432004-03-02 H.J. Lu <hongjiu.lu@intel.com>
44
45 * config/tc-ia64.c (align_frag): New.
46 (md_assemble): Set the tc_frag_data field in align_frag for
47 IA64_OPCODE_FIRST instructions.
48 (ia64_md_do_align): Set align_frag.
49 (ia64_handle_align): Add a stop bit if needed.
50
51 * config/tc-ia64.h (TC_FRAG_TYPE): New.
52 (TC_FRAG_INIT): New.
53
676a64f4
RS
542004-03-01 Richard Sandiford <rsandifo@redhat.com>
55
56 * config/tc-frv.c (fr400_audio): New variable.
57 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
58 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
59 (target_implements_insn_p): New function.
60 (md_assemble): Report an error if the processor doesn't implement
61 the instruction.
62
bd337dde
NC
632004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
64
65 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
66 (md_parse_option): Ditto.
67 (OPTION_NO_SPECIAL_M32R): Added.
68 (md_show_usage): Document it.
69 (enable_speial_m32r): Changed a default value from 0 to 1.
70 * doc/c-m32r.texi: Document the -no-bitinst option.
71
78878175
NC
722004-02-27 Nick Clifton <nickc@redhat.com>
73
74 * config/tc-sh.c (get_operand): Revert previous delta.
75 (tc_gen_reloc): Check for an unknown reloc type before processing
76 the addend.
77
1d6d62a4
MS
782004-02-27 Hannes Reinecke <hare@suse.de>
79
80 * config/tc-s390.c (s390_insn): Correct range check for opcode in
81 .insn pseudo operation.
82
4aa3e325
NC
832004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
84
85 * config/tc-sh.c (get_operand): In case of #Imm, check has been
86 added for wrong syntax.
87
73369e65
EC
882004-02-26 Eric Christopher <echristo@redhat.com>
89
90 * config/tc-mips.c (mips_dwarf2_addr_size): New.
91 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
92
6a5709a5
JR
932004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
94
95 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
96 nibble types to assembler.
97
95385380
FF
982004-02-25 Fred Fish <fnf@redhat.com>
99
100 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
101
b5e0fabd
JW
1022004-02-20 James E Wilson <wilson@specifixinc.com>
103
104 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
105 finalize_syms.
106 (fixup_unw_records): New arg before_relax. Pass to slot_index.
107 (ia64_estimate_size_before_relax): New.
108 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
109 (generate_unwind_image): Pass 1 to fixup_unw_records.
110 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
111 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
112
2f01ffbf
JJ
1132004-02-19 Jakub Jelinek <jakub@redhat.com>
114
115 * stabs.c (generate_asm_file): Avoid warning about use of
116 uninitialized variable.
117
9c59842f
JW
1182004-02-18 David Mosberger <davidm@hpl.hp.com>
119
120 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
121 body, and endp, allow unwind records which do not have a "t"
122 (time/instruction) field.
123
34920d91
NC
1242004-02-17 Petko Manolov <petkan@nucleusys.com>
125
126 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
127 (do_mav_dspsc_2): Likewise.
128 Fix accumulator registers move opcodes.
129
4dde8e61
AJ
1302004-02-13 Hannes Reinecke <hare@suse.de>
131 Jakub Jelinek <jakub@redhat.com>
132
133 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
134
936cf02e
JW
1352004-02-10 Steve Ellcey <sje@cup.hp.com>
136
137 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
138 (tc_frob_symbol): New macro definition.
139 * config/tc-ia64.c (ia64_frob_symbol): New routine.
140
e41f12f3
DJ
1412004-02-09 Daniel Jacobowitz <drow@mvista.com>
142
143 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
144 read-only.
145
a8a3b3b2
NS
1462004-02-09 Nathan Sidwell <nathan@codesourcery.com>
147
148 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
149 (TC_CASE_SENSITIVE): ... this.
150 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
151 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
152
c97b7ef6
JW
1532004-02-06 James E Wilson <wilson@specifixinc.com>
154
155 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
156 (generate_unwind_image): Re-add it here.
157
e4475e39
NS
1582004-02-06 Nathan Sidwell <nathan@codesourcery.com>
159
160 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
161 * read.h (SKIP_WHITESPACE): Turn into an expression.
162 * read.c (read_a_source_file): A pseudo is removed by having a
163 NULL handler.
164
5738bc24
JW
1652004-02-05 James E Wilson <wilson@specifixinc.com>
166
167 * config/tc-ia64.c (output_endp): New.
168 (count_bits): Delete.
169 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
170 endp unwind records.
171 (fixup_unw_records): Handle endp unwind records. Delete code for
172 shortening prologue regions not followed by a body record.
173 (dot_endp): Call add_unwind_entry to emit endp unwind record.
174 * config/tc-ia64.h (unw_record_type): Add endp.
175
d6e78c11
JW
1762004-02-03 James E Wilson <wilson@specifixinc.com>
177
178 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
179 fill padding bytes with zeroes.
180 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
181 sets unwind_record slot_number and slot_frag fields.
182
f6a22291
MR
1832004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
184
185 * config/tc-mips.c (add_got_offset_hilo): New function.
186 (macro): Use load_register() and add_got_offset_hilo() to load
187 constants instead of hardcoding code sequences throughout.
188
127cab00
L
1892004-01-28 H.J. Lu <hongjiu.lu@intel.com>
190
191 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
192
6358301e
NC
1932004-01-26 Bernardo Innocenti <bernie@develer.com>
194
195 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
196 like m68k-elf.
197 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
198 of hard-coded test for TARGET_OS=elf.
199
c8978940
CD
2002004-01-24 Chris Demetriou <cgd@broadcom.com>
201
202 * config/tc-mips.c (hilo_interlocks): Change definition
203 so that MIPS32, MIPS64 and later ISAs are included, along with
204 the already-included machines. Update comments.
205
c3ba240c
DJ
2062004-01-23 Daniel Jacobowitz <drow@mvista.com>
207
208 * config/tc-arm.c (tc_gen_reloc): Improve error message for
209 undefined local labels.
210
e864ceca
RS
2112004-01-23 Richard Sandiford <rsandifo@redhat.com>
212
213 * config/tc-mips.c (load_address, macro): Update comments about
214 NewABI GP relaxation.
215
67c0d1eb
RS
2162004-01-23 Richard Sandiford <rsandifo@redhat.com>
217
218 * config/tc-mips.c (macro_build): Remove place and counter arguments.
219 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
220 (mips16_macro_build, macro_build_jalr): Remove counter argument.
221 (set_at, load_register, load_address, move_register): Likewise.
222 (load_got_offset, add_got_offset): Likewise.
223 Update all calls and tidy accordingly.
224
584892a6
RS
2252004-01-23 Richard Sandiford <rsandifo@redhat.com>
226
227 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
228 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
229 (RELAX_USE_SECOND): Bump to 0x10000.
230 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
231 (mips_macro_warning): New variable.
232 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
233 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
234 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
235 of RELAX_ENCODE.
236 (append_insn): Update mips_macro_warning.sizes.
237 (macro_start, macro_warning, macro_end): New functions.
238 (macro_build): Don't emit warnings here.
239 (macro_build_lui, md_estimate_size_before_relax): ...or here.
240 (md_convert_frag): Check for cases where one macro alternative
241 needs a warning and the other doesn't. Emit a warning if the
242 longer sequence was chosen.
243
4d7206a2
RS
2442004-01-23 Richard Sandiford <rsandifo@redhat.com>
245
246 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
247 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
248 the first sequence, the size of the second sequence, and a flag
249 that says whether we should warn.
250 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
251 (RELAX_FIRST, RELAX_SECOND): New.
252 (mips_relax): New variable.
253 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
254 (append_insn): Remove "place" argument. Use mips_relax.sequence
255 rather than "place" to check whether we're expanding the second
256 alternative of a relaxable macro. Remove redundant check for
257 branch relaxation. If generating a normal insn, and there
258 is not enough room in the current frag, call relax_close_frag()
259 to close it. Update mips_relax.sizes[]. Emit fixups for the
260 second version of a relaxable macro. Record the first relaxable
261 fixup in mips_relax. Remove tc_gen_reloc workaround.
262 (macro_build): Remove all uses of "place". Use mips_relax.sequence
263 in the same way as in append_insn.
264 (mips16_macro_build): Remove "place" argument.
265 (macro_build_lui): As for macro_build. Don't drop the add_symbol
266 when generating the second version of a relaxable macro.
267 (load_got_offset, add_got_offset): New functions.
268 (load_address, macro): Use new relaxation machinery. Remove
269 tc_gen_reloc workarounds.
270 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
271 version of a relaxable macro is needed. Return -RELAX_SECOND if the
272 first version is needed.
273 (tc_gen_reloc): Remove relaxation handling.
274 (md_convert_frag): Go through the fixups for a relaxable macro and
275 mark those that belong to the unneeded alternative as done. If the
276 second alternative is needed, adjust the fixup addresses to account
277 for the deleted first alternative.
278
0530d30a
RS
2792004-01-23 Richard Sandiford <rsandifo@redhat.com>
280
281 * frags.h (frag_room): Declare.
282 * frags.c (frag_room): New function.
283 * doc/internals.texi: Document it.
284
048cdf86
TS
2852004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
286
287 * config/tc-mips.c (append_insn): Don't do r3900 interlock
288 optimization for -mtune=r3900, as this will break on other CPUs.
289
28d39d1a
NC
2902004-01-11 Tom Rix <tcrix@worldnet.att.net>
291
292 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 293 be relaxed, use fixup.
28d39d1a
NC
294 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
295
26664553
JJ
2962004-01-19 Jakub Jelinek <jakub@redhat.com>
297
298 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
299 precision operands.
300
895921c9
MR
3012004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
302
303 * config/tc-mips.c (append_insn): Properly detect variant frags
304 that preclude swapping of relaxed branches. Correctly swap
305 instructions between frags when dealing with relaxed branches.
306
f8b73030
MR
3072004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
308
309 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
310 throughout.
311 * aclocal.m4: Regenerate.
312 * configure: Regenerate.
313
ca9a79a1 3142004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 315
ca9a79a1
NC
316 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
317 manipulation insns.
318
cc3d92a5
RS
3192004-01-12 Richard Sandiford <rsandifo@redhat.com>
320
321 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
322 reloc, reserve space for the delay slot as well as the jalr itself.
323
e45d0630
PB
3242004-01-09 Paul Brook <paul@codesourcery.com>
325
326 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
327 (do_vfp_sp2_from_reg2): New function.
328 (insns): Use them.
329 (do_vfp_dp_from_reg2): Check return values properly.
330
81912461
ILT
3312004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
332
78849248
ILT
333 * config/tc-mips.c (warn_nops): Remove static variable.
334 (macro): Remove test of warn_nops.
335 (md_shortops): Remove 'n'.
336 (md_parse_option): Remove 'n' case.
337 (md_show_usage): Remove -n.
338 * doc/as.texinfo (Overview): Remove MIPS -n option.
339 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
340 * NEWS: Mention removal of MIPS -n option.
341
81912461
ILT
342 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
343 (cop_interlocks): Check ISA level.
344 (cop_mem_interlocks): Define.
345 (reg_needs_delay): Check cop_interlocks rather than
346 ISA_HAS_COPROC_DELAYS.
347 (append_insn): Likewise. Use cop_mem_interlocks rather than
348 directly checking mips_opts.isa.
349 (mips_emit_delays): Likewise.
350
73f20958
L
3512004-01-07 H.J. Lu <hongjiu.lu@intel.com>
352
353 * config/tc-ia64.c (unwind): Move next_slot_number and
354 next_slot_frag to ...
355 (unw_rec_list): Here.
356 (free_list_records): Removed.
357 (output_unw_records): Likewise.
358 (generate_unwind_image): Make it void.
359 (alloc_record): Initialize next_slot_number and next_slot_frag.
360 (slot_index): Take .org, .space and .align into account.
361 (fixup_unw_records): Don't set slot_number to 0. Use
362 list->next_slot_number and list->next_slot_frag instead of
363 unwind.next_slot_number and unwind.next_slot_frag.
364 (ia64_convert_frag): New.
365 (generate_unwind_image): Generate a rs_machine_dependent frag
366 for unwind record.
367 (emit_one_bundle): Use list->next_slot_number and
368 list->next_slot_frag instead of unwind.next_slot_number and
369 unwind.next_slot_frag.
370
371 * config/tc-ia64.h (md_convert_frag): Defined as
372 ia64_convert_frag.
373 (md_estimate_size_before_relax): Defined as (f)->fr_var.
374
99d09cdb
AO
3752004-01-06 Alexandre Oliva <aoliva@redhat.com>
376
377 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
378 * config/tc-frv.h (md_apply_fix3): Don't define.
379 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
380 operands.
381 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
382 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
383 * config/tc-frv.c (line_separator_chars): Add `!'.
384 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
385 * config/tc-frv.c (md_assemble): Clear insn upfront.
386 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
387 * config/tc-frv.c (OPTION_FDPIC): New macro.
388 (md_longopts): Add mfdpic.
389 (md_parse_option): Handle it.
390 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
391 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
392 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
393 (frv_pic_ptr): Parse funcdesc.
394
4a4c4a1d
MR
3952004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
396
397 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
398 gasver.texi. Remove duplicate symbol definitions for texi2pod.
399
2251dd89
MR
4002004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
401
402 * Makefile.am (Makefile): Move the dependency on
403 $(BFDDIR)/configure.in to...
404 (CONFIG_STATUS_DEPENDENCIES): ... here.
405 (AUTOMAKE_OPTIONS): Require automake 1.8.
406 * Makefile.in: Regenerate.
407 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
408 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
409 $(BFDDIR)/configure.in here as well.
410 * doc/Makefile.in: Regenerate.
411
c6581168
MR
4122004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
413
414 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
415 * Makefile.in: Regenerate.
416 * aclocal.m4: Regenerate.
417 * doc/Makefile.am (install, install-info): Remove.
418 (install-data-local): A new hook for install-info.
419 (AUTOMAKE_OPTIONS): Require automake 1.8.
420 * doc/Makefile.in: Regenerate.
421
303e7b79
NC
4222004-01-02 Nutan Singh <nutan@kpitcummins.com>
423
424 * doc/c-sh.texi: Update description about floating point behavior
425 of SH family.
426
b50c15dc
NC
4272004-01-02 Bernardo Innocenti <bernie@develer.com>
428
429 * configure.in: Add m68k-uClinux target.
430 * configure: Regenerate.
7de9afa2 431
c9e214e5 432For older changes see ChangeLog-0203
08d56133
NC
433\f
434Local Variables:
435mode: change-log
436left-margin: 8
437fill-column: 74
438version-control: never
439End:
This page took 0.202762 seconds and 4 git commands to generate.