* config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
f55629b8
KK
12004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
2 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3
4 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
5 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
6 dont_adjust_reloc_32 is set.
7 (md_longopts): Add option -renesas.
8 (md_parse_option, md_show_usage): Likewise.
9 * doc/c-sh.texi: Likewise.
10
a7844384
NC
112004-04-01 Dave Korn <dk@artimi.com>
12
13 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
14 hi16 and lo16 fixS structs.
15 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
16 exactly the same way as for RELOC_DLX_REL16.
17 (machine_ip): properly respect LO flag in the_insn and
18 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
19 (md_apply_fix3): apply RELOC_DLX_LO16.
20
6c71dbc4
SS
212004-03-30 Stan Shebs <shebs@apple.com>
22
23 Remove long-obsolete MPW support.
24 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
25 * configure.in: Remove mention of ppc-*-mpw* config.
26 * configure.in: Likewise.
27
7cc69913
NC
282004-03-30 Nick Clifton <nickc@redhat.com>
29
30 * config/tc-arm.c (meabi_flags): Make its use conditional upon
31 OBJ_ELF being defined.
32
53fbb48a
AM
332004-03-27 Alan Modra <amodra@bigpond.net.au>
34
35 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
36
d507cf36
PB
372004-03-23 Paul Brook <paul@codesourcery.com>
38
39 * config/tc-arm.c (meabi_flags): New variable.
40 (arm_parse_eabi): New function.
41 (md_begin): Set flags for EABI v3.
42 (arm_eabis): Add.
43 (arm_long_opts): Add meabi.
44 * doc/as.texinf <ARM>: Document -meabi.
45 * doc/c-arm.texi: Ditto.
46
88d65ad6
BW
472004-03-22 Bob Wilson <bob.wilson@acm.org>
48
49 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
50 tables even when use_literal_section flag is not set.
51
13ef8878
AM
522004-03-22 Alan Modra <amodra@bigpond.net.au>
53
54 * config/tc-sh.c: Remove trailing whitespace.
55
1048a9ba
HPN
562004-03-22 Hans-Peter Nilsson <hp@axis.com>
57
58 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
59 --mul-bug-abort and the default behavior.
60 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
61 (err_for_dangerous_mul_placement): New variable.
62 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
63 macros.
64 (md_cris_relax_table): Have placeholder for STATE_MUL.
65 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
66 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
67 case doing nothing.
68 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
69 STATE_BYTE)>: Ditto.
70 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
71 alignment and position of this frag, emit error message if
72 suspicious.
73 (md_assemble): For a multiply insn and when checking it,
74 transform the current frag into a special frag for that purpose.
75 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
76 OPTION_MULBUG_ABORT_ON>: Handle new options.
77
a7877748
BW
782004-03-19 Bob Wilson <bob.wilson@acm.org>
79
80 * config/tc-xtensa.c (mark_literal_frags): New function.
81 (xtensa_move_literals): Call mark_literal_frags for all literal
82 segments, including init and fini literal segments.
83 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
84
9992270f
DA
852004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
86
87 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
88 (pa_comm): Set BSF_OBJECT in symbol flags.
89
6e1772d5
AM
902004-03-19 Alan Modra <amodra@bigpond.net.au>
91
92 * Makefile.am: Run "make dep-am".
93 * Makefile.in: Regenerate.
94 * doc/Makefile.in: Regenerate.
95 * config.in: Regenerate.
96 * po/gas.pot: Regenerate.
97
3e4caed2
NS
982004-03-18 Nathan Sidwell <nathan@codesourcery.com>
99
c95b35a9
NS
100 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
101 (demand_empty_rest_of_line): Issue an error here.
102 (ignore_rest_of_line): Silently skip to end.
103 (demand_copy_string): Issue an error, not warning.
104 (equals): Likewise.
105 * config/obj-elf.c (obj_elf_section_name): Likewise.
106 (obj_elf_section): Likewise.
107 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
108 (arc_extinst): Likewise.
109 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
110 (dot_spill): Likewise.
111 (dot_unwabi): Likewise.
112 (dot_prologue): Likewise.
113
3e4caed2
NS
114 * expr.c (operand): Reject ++ and --.
115 (operator): Likewise.
116
2ce4cc60
KK
1172004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
118
119 * config/tc-sh.c: Include dw2gencfi.h.
120 (sh_cfi_frame_initial_instructions): New function.
121 (sh_regname_to_dw2regnum): Likewise.
122 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
123 file.
124 (TARGET_USE_CFIPOP): Define.
125 (tc_cfi_frame_initial_instructions): Likewise.
126 (tc_regname_to_dw2regnum): Likewise.
127 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
128 * Makefile.am: Update dependencies.
129 * Makefile.in: Regenerate.
130
9183ed4b
AM
1312004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
134 * configure: Regenerate.
135
00bbdfe7
BW
1362004-03-12 Bob Wilson <bob.wilson@acm.org>
137
138 * read.c (s_leb128): Call md_flush_pending_output.
139
0f10071e
ML
1402004-03-12 Michal Ludvig <mludvig@suse.cz>
141
142 * config/tc-i386.c (output_insn): Handle PadLock instructions.
143 * config/tc-i386.h (CpuPadLock): New define.
144 (CpuUnknownFlags): Added CpuPadLock.
145
84c84759
AS
1462004-03-07 Andreas Schwab <schwab@suse.de>
147
148 * doc/c-hppa.texi (HPPA Directives): Fix typo.
149
6ec51dba
RH
1502004-03-07 Richard Henderson <rth@redhat.com>
151
152 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
153 (cfi_finish): Likewise for fde.
154
bae25f19
L
1552004-03-05 H.J. Lu <hongjiu.lu@intel.com>
156
157 * config/tc-ia64.c (md_assemble): Properly handle NULL
158 align_frag.
159 (ia64_handle_align): Don't abort if failed to add a stop bit.
160
ab509236
L
1612004-03-04 H.J. Lu <hongjiu.lu@intel.com>
162
163 * Makefile.in: Regenerated.
164 * aclocal.m4: Likewise.
165 * configure: Likewise.
166 * doc/Makefile.in: Likewise.
167
d9201763
L
1682004-03-03 H.J. Lu <hongjiu.lu@intel.com>
169
170 * config/tc-ia64.c (dot_align): New.
171 (ia64_do_align): Make it static.
172 (md_pseudo_table): Use "dot_align" for "align".
173 (ia64_md_do_align): Don't set align_frag here.
174 (ia64_handle_align): Add a stop bit to the previous bundle if
175 needed.
176
177 * config/tc-ia64.h (ia64_do_align): Removed.
178
ae51a426
JR
1792003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
180
181 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
182 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
183 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
184 the most general type or the user specifically requested it.
185 (md_assemble): Add a new error message for when an instruction
186 is understood, but is not allowed due to an -isa option.
187
9545c4ce
L
1882004-03-02 H.J. Lu <hongjiu.lu@intel.com>
189
190 * config/tc-ia64.c (align_frag): New.
191 (md_assemble): Set the tc_frag_data field in align_frag for
192 IA64_OPCODE_FIRST instructions.
193 (ia64_md_do_align): Set align_frag.
194 (ia64_handle_align): Add a stop bit if needed.
195
196 * config/tc-ia64.h (TC_FRAG_TYPE): New.
197 (TC_FRAG_INIT): New.
198
676a64f4
RS
1992004-03-01 Richard Sandiford <rsandifo@redhat.com>
200
201 * config/tc-frv.c (fr400_audio): New variable.
202 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
203 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
204 (target_implements_insn_p): New function.
205 (md_assemble): Report an error if the processor doesn't implement
206 the instruction.
207
bd337dde
NC
2082004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
209
210 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
211 (md_parse_option): Ditto.
212 (OPTION_NO_SPECIAL_M32R): Added.
213 (md_show_usage): Document it.
214 (enable_speial_m32r): Changed a default value from 0 to 1.
215 * doc/c-m32r.texi: Document the -no-bitinst option.
216
78878175
NC
2172004-02-27 Nick Clifton <nickc@redhat.com>
218
219 * config/tc-sh.c (get_operand): Revert previous delta.
220 (tc_gen_reloc): Check for an unknown reloc type before processing
221 the addend.
222
1d6d62a4
MS
2232004-02-27 Hannes Reinecke <hare@suse.de>
224
225 * config/tc-s390.c (s390_insn): Correct range check for opcode in
226 .insn pseudo operation.
227
4aa3e325
NC
2282004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
229
230 * config/tc-sh.c (get_operand): In case of #Imm, check has been
231 added for wrong syntax.
232
73369e65
EC
2332004-02-26 Eric Christopher <echristo@redhat.com>
234
235 * config/tc-mips.c (mips_dwarf2_addr_size): New.
236 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
237
6a5709a5
JR
2382004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
239
240 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
241 nibble types to assembler.
242
95385380
FF
2432004-02-25 Fred Fish <fnf@redhat.com>
244
245 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
246
b5e0fabd
JW
2472004-02-20 James E Wilson <wilson@specifixinc.com>
248
249 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
250 finalize_syms.
251 (fixup_unw_records): New arg before_relax. Pass to slot_index.
252 (ia64_estimate_size_before_relax): New.
253 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
254 (generate_unwind_image): Pass 1 to fixup_unw_records.
255 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
256 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
257
2f01ffbf
JJ
2582004-02-19 Jakub Jelinek <jakub@redhat.com>
259
260 * stabs.c (generate_asm_file): Avoid warning about use of
261 uninitialized variable.
262
9c59842f
JW
2632004-02-18 David Mosberger <davidm@hpl.hp.com>
264
265 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
266 body, and endp, allow unwind records which do not have a "t"
267 (time/instruction) field.
268
34920d91
NC
2692004-02-17 Petko Manolov <petkan@nucleusys.com>
270
271 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
272 (do_mav_dspsc_2): Likewise.
273 Fix accumulator registers move opcodes.
274
4dde8e61 2752004-02-13 Hannes Reinecke <hare@suse.de>
13ef8878 276 Jakub Jelinek <jakub@redhat.com>
4dde8e61
AJ
277
278 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
279
936cf02e
JW
2802004-02-10 Steve Ellcey <sje@cup.hp.com>
281
282 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
283 (tc_frob_symbol): New macro definition.
284 * config/tc-ia64.c (ia64_frob_symbol): New routine.
285
e41f12f3
DJ
2862004-02-09 Daniel Jacobowitz <drow@mvista.com>
287
288 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
289 read-only.
290
a8a3b3b2
NS
2912004-02-09 Nathan Sidwell <nathan@codesourcery.com>
292
293 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
294 (TC_CASE_SENSITIVE): ... this.
295 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
296 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
297
c97b7ef6
JW
2982004-02-06 James E Wilson <wilson@specifixinc.com>
299
300 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
301 (generate_unwind_image): Re-add it here.
302
e4475e39
NS
3032004-02-06 Nathan Sidwell <nathan@codesourcery.com>
304
305 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
306 * read.h (SKIP_WHITESPACE): Turn into an expression.
307 * read.c (read_a_source_file): A pseudo is removed by having a
308 NULL handler.
309
5738bc24
JW
3102004-02-05 James E Wilson <wilson@specifixinc.com>
311
312 * config/tc-ia64.c (output_endp): New.
313 (count_bits): Delete.
314 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
315 endp unwind records.
316 (fixup_unw_records): Handle endp unwind records. Delete code for
317 shortening prologue regions not followed by a body record.
318 (dot_endp): Call add_unwind_entry to emit endp unwind record.
319 * config/tc-ia64.h (unw_record_type): Add endp.
320
d6e78c11
JW
3212004-02-03 James E Wilson <wilson@specifixinc.com>
322
323 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
324 fill padding bytes with zeroes.
325 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
326 sets unwind_record slot_number and slot_frag fields.
327
f6a22291
MR
3282004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
329
330 * config/tc-mips.c (add_got_offset_hilo): New function.
331 (macro): Use load_register() and add_got_offset_hilo() to load
332 constants instead of hardcoding code sequences throughout.
333
127cab00
L
3342004-01-28 H.J. Lu <hongjiu.lu@intel.com>
335
336 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
337
6358301e
NC
3382004-01-26 Bernardo Innocenti <bernie@develer.com>
339
340 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
341 like m68k-elf.
342 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
343 of hard-coded test for TARGET_OS=elf.
344
c8978940
CD
3452004-01-24 Chris Demetriou <cgd@broadcom.com>
346
347 * config/tc-mips.c (hilo_interlocks): Change definition
348 so that MIPS32, MIPS64 and later ISAs are included, along with
349 the already-included machines. Update comments.
350
c3ba240c
DJ
3512004-01-23 Daniel Jacobowitz <drow@mvista.com>
352
353 * config/tc-arm.c (tc_gen_reloc): Improve error message for
354 undefined local labels.
355
e864ceca
RS
3562004-01-23 Richard Sandiford <rsandifo@redhat.com>
357
358 * config/tc-mips.c (load_address, macro): Update comments about
359 NewABI GP relaxation.
360
67c0d1eb
RS
3612004-01-23 Richard Sandiford <rsandifo@redhat.com>
362
363 * config/tc-mips.c (macro_build): Remove place and counter arguments.
364 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
365 (mips16_macro_build, macro_build_jalr): Remove counter argument.
366 (set_at, load_register, load_address, move_register): Likewise.
367 (load_got_offset, add_got_offset): Likewise.
368 Update all calls and tidy accordingly.
369
584892a6
RS
3702004-01-23 Richard Sandiford <rsandifo@redhat.com>
371
372 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
373 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
374 (RELAX_USE_SECOND): Bump to 0x10000.
375 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
376 (mips_macro_warning): New variable.
377 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
378 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
379 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
380 of RELAX_ENCODE.
381 (append_insn): Update mips_macro_warning.sizes.
382 (macro_start, macro_warning, macro_end): New functions.
383 (macro_build): Don't emit warnings here.
384 (macro_build_lui, md_estimate_size_before_relax): ...or here.
385 (md_convert_frag): Check for cases where one macro alternative
386 needs a warning and the other doesn't. Emit a warning if the
387 longer sequence was chosen.
388
4d7206a2
RS
3892004-01-23 Richard Sandiford <rsandifo@redhat.com>
390
391 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
392 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
393 the first sequence, the size of the second sequence, and a flag
394 that says whether we should warn.
395 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
396 (RELAX_FIRST, RELAX_SECOND): New.
397 (mips_relax): New variable.
398 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
399 (append_insn): Remove "place" argument. Use mips_relax.sequence
400 rather than "place" to check whether we're expanding the second
401 alternative of a relaxable macro. Remove redundant check for
402 branch relaxation. If generating a normal insn, and there
403 is not enough room in the current frag, call relax_close_frag()
404 to close it. Update mips_relax.sizes[]. Emit fixups for the
405 second version of a relaxable macro. Record the first relaxable
406 fixup in mips_relax. Remove tc_gen_reloc workaround.
407 (macro_build): Remove all uses of "place". Use mips_relax.sequence
408 in the same way as in append_insn.
409 (mips16_macro_build): Remove "place" argument.
410 (macro_build_lui): As for macro_build. Don't drop the add_symbol
411 when generating the second version of a relaxable macro.
412 (load_got_offset, add_got_offset): New functions.
413 (load_address, macro): Use new relaxation machinery. Remove
414 tc_gen_reloc workarounds.
415 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
416 version of a relaxable macro is needed. Return -RELAX_SECOND if the
417 first version is needed.
418 (tc_gen_reloc): Remove relaxation handling.
419 (md_convert_frag): Go through the fixups for a relaxable macro and
420 mark those that belong to the unneeded alternative as done. If the
421 second alternative is needed, adjust the fixup addresses to account
422 for the deleted first alternative.
423
0530d30a
RS
4242004-01-23 Richard Sandiford <rsandifo@redhat.com>
425
426 * frags.h (frag_room): Declare.
427 * frags.c (frag_room): New function.
428 * doc/internals.texi: Document it.
429
048cdf86
TS
4302004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
431
432 * config/tc-mips.c (append_insn): Don't do r3900 interlock
433 optimization for -mtune=r3900, as this will break on other CPUs.
434
28d39d1a
NC
4352004-01-11 Tom Rix <tcrix@worldnet.att.net>
436
437 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 438 be relaxed, use fixup.
28d39d1a
NC
439 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
440
26664553
JJ
4412004-01-19 Jakub Jelinek <jakub@redhat.com>
442
443 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
444 precision operands.
445
895921c9
MR
4462004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
447
448 * config/tc-mips.c (append_insn): Properly detect variant frags
449 that preclude swapping of relaxed branches. Correctly swap
450 instructions between frags when dealing with relaxed branches.
451
f8b73030
MR
4522004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
453
454 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
455 throughout.
456 * aclocal.m4: Regenerate.
457 * configure: Regenerate.
458
ca9a79a1 4592004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 460
ca9a79a1
NC
461 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
462 manipulation insns.
463
cc3d92a5
RS
4642004-01-12 Richard Sandiford <rsandifo@redhat.com>
465
466 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
467 reloc, reserve space for the delay slot as well as the jalr itself.
468
e45d0630
PB
4692004-01-09 Paul Brook <paul@codesourcery.com>
470
471 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
472 (do_vfp_sp2_from_reg2): New function.
473 (insns): Use them.
474 (do_vfp_dp_from_reg2): Check return values properly.
475
81912461
ILT
4762004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
477
78849248
ILT
478 * config/tc-mips.c (warn_nops): Remove static variable.
479 (macro): Remove test of warn_nops.
480 (md_shortops): Remove 'n'.
481 (md_parse_option): Remove 'n' case.
482 (md_show_usage): Remove -n.
483 * doc/as.texinfo (Overview): Remove MIPS -n option.
484 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
485 * NEWS: Mention removal of MIPS -n option.
486
81912461
ILT
487 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
488 (cop_interlocks): Check ISA level.
489 (cop_mem_interlocks): Define.
490 (reg_needs_delay): Check cop_interlocks rather than
491 ISA_HAS_COPROC_DELAYS.
492 (append_insn): Likewise. Use cop_mem_interlocks rather than
493 directly checking mips_opts.isa.
494 (mips_emit_delays): Likewise.
495
73f20958
L
4962004-01-07 H.J. Lu <hongjiu.lu@intel.com>
497
498 * config/tc-ia64.c (unwind): Move next_slot_number and
499 next_slot_frag to ...
500 (unw_rec_list): Here.
501 (free_list_records): Removed.
502 (output_unw_records): Likewise.
503 (generate_unwind_image): Make it void.
504 (alloc_record): Initialize next_slot_number and next_slot_frag.
505 (slot_index): Take .org, .space and .align into account.
506 (fixup_unw_records): Don't set slot_number to 0. Use
507 list->next_slot_number and list->next_slot_frag instead of
508 unwind.next_slot_number and unwind.next_slot_frag.
509 (ia64_convert_frag): New.
510 (generate_unwind_image): Generate a rs_machine_dependent frag
511 for unwind record.
512 (emit_one_bundle): Use list->next_slot_number and
513 list->next_slot_frag instead of unwind.next_slot_number and
514 unwind.next_slot_frag.
515
516 * config/tc-ia64.h (md_convert_frag): Defined as
517 ia64_convert_frag.
518 (md_estimate_size_before_relax): Defined as (f)->fr_var.
519
99d09cdb
AO
5202004-01-06 Alexandre Oliva <aoliva@redhat.com>
521
522 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
523 * config/tc-frv.h (md_apply_fix3): Don't define.
524 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
525 operands.
526 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
527 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
528 * config/tc-frv.c (line_separator_chars): Add `!'.
529 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
530 * config/tc-frv.c (md_assemble): Clear insn upfront.
531 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
532 * config/tc-frv.c (OPTION_FDPIC): New macro.
533 (md_longopts): Add mfdpic.
534 (md_parse_option): Handle it.
535 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
536 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
537 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
538 (frv_pic_ptr): Parse funcdesc.
539
4a4c4a1d
MR
5402004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
541
542 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
543 gasver.texi. Remove duplicate symbol definitions for texi2pod.
544
2251dd89
MR
5452004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
546
547 * Makefile.am (Makefile): Move the dependency on
548 $(BFDDIR)/configure.in to...
549 (CONFIG_STATUS_DEPENDENCIES): ... here.
550 (AUTOMAKE_OPTIONS): Require automake 1.8.
551 * Makefile.in: Regenerate.
552 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
553 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
554 $(BFDDIR)/configure.in here as well.
555 * doc/Makefile.in: Regenerate.
556
c6581168
MR
5572004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
558
559 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
560 * Makefile.in: Regenerate.
561 * aclocal.m4: Regenerate.
562 * doc/Makefile.am (install, install-info): Remove.
563 (install-data-local): A new hook for install-info.
564 (AUTOMAKE_OPTIONS): Require automake 1.8.
565 * doc/Makefile.in: Regenerate.
566
303e7b79
NC
5672004-01-02 Nutan Singh <nutan@kpitcummins.com>
568
569 * doc/c-sh.texi: Update description about floating point behavior
570 of SH family.
571
b50c15dc
NC
5722004-01-02 Bernardo Innocenti <bernie@develer.com>
573
574 * configure.in: Add m68k-uClinux target.
575 * configure: Regenerate.
7de9afa2 576
c9e214e5 577For older changes see ChangeLog-0203
08d56133
NC
578\f
579Local Variables:
580mode: change-log
581left-margin: 8
582fill-column: 74
583version-control: never
584End:
This page took 0.245824 seconds and 4 git commands to generate.