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