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