]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
2004-04-23 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
1ffcab4b
CD
12004-04-22 Chris Demetriou <cgd@broadcom.com>
2
3 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
4 (OPTION_MEMBEDDED_PIC): Remove.
5 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
6 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
7 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
8 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
9 (OPTION_ELF_BASE): Renumber.
10 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
11 (md_show_usage): Remove mention of -membedded-pic.
12 * doc/as.texinfo: Remove mention of -membedded-pic.
13
4d0d148d
TS
142004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
15
16 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
17 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
18 a.out support.
19 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
20 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
21 USE_GLOBAL_POINTER_OPT.
22
017315e4
TS
232004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
24
25 * config/tc-mips.c (macro): One more use of load_delay_nop.
26
269137b2
TS
272004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
28
29 * config/tc-mips.c (load_delay_nop): New function.
30 (load_address, macro): Use load_delay_nop() to build a nop
31 which can be omitted with gpr_interlocks.
32
24772049
TS
332004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
34
35 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
36 cop_interlocks): Remove superfluous CPU entries.
37
06516a5e
PB
382004-04-22 Paul Brook <paul@codesourcery.com>
39
40 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
41
fd99574b
NC
422004-04-22 Peter Barada <peter@the-baradas.com>
43
44 * NEWS: Added support for EMAC instructions and MAC/EMAC
45 Motorola syntax.
46 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
47 scale factor tokens, trailing_ampersand to mark mask addressing
48 for MAC/EMAC instructions.
49 * config/m68k-parse.y: Add options_ampersand clause, '<<',
50 '>>'.
51 (yylex): Handle '>', '<', and '&' following '+'.
52 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
53 architectures in archs[].
54 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
55 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
56 respectively.
57 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
58 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
59 cases.
60 Add EMAC operands to init_table[].
61
69b97547
NC
622004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
63
64 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
65 state.
66 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
67 * config/tc-arm.c (enum mstate): Delete from here.
68 (mapping_state): Remove the static mapstate variable and instead
69 store the state in the segment. This allows a per-section mapping
70 state. Handle and ignore MAP_UNDEFINED states.
71 (arm_elf_change_section): Get the current mapping state from the
72 new section.
73 (s_ltorg): Set the mapping state to MAP_DATA.
74 (arm_cleanup): Use arm_elf_change_section to get the mapping state
75 for each pool as it is emitted.
76
772004-04-22 Nick Clifton <nickc@redhat.com>
78
79 * config/tc-arm.h: Formatting tidy ups.
80
7a7f4e42
CD
812004-04-20 Chris Demetriou <cgd@broadcom.com>
82
83 * NEWS: Note that MIPS -membedded-pic option is deprecated.
84
6482c264
NC
852004-04-20 DJ Delorie <dj@redhat.com>
86
87 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
88 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
89 [TE_PE] (O_secrel): Define.
90 [TE_PE] (x86_pe_cons_fix_new): New.
91 [TE_PE] (pe_directive_secrel): Likewise.
92 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
93
5bf10039
EC
942004-04-19 Eric Christopher <echristo@redhat.com>
95
96 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
97 of previous patch for fix in gcc.
98
77cd6497
JJ
992004-04-19 Jakub Jelinek <jakub@redhat.com>
100
101 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
102
b8861cfb
NS
1032004-04-19 Nathan Sidwell <nathan@codesourcery.com>
104
105 * read.c (do_align): Call md_flush_pending_output, if defined.
106
f4c724fc
AM
1072004-04-16 Alan Modra <amodra@bigpond.net.au>
108
109 * expr.c (operand): Correct checks for ++ and --.
110
a4b6e8f6
L
1112004-04-14 H.J. Lu <hongjiu.lu@intel.com>
112
113 * config/tc-generic.c: Add some comments.
114
d766e8ec
RS
1152004-04-14 Richard Sandiford <rsandifo@redhat.com>
116
117 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
118 -{no-}mfix-vr4122-bugs.
119 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
120 (append_insn, mips_emit_delays): Update accordingly.
121 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
122 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
123 (md_parse_option): Update after above changes.
124 (md_show_usage): Add -mfix-vr4120.
125
ed9589d4
BW
1262004-04-13 Bob Wilson <bob.wilson@acm.org>
127
128 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
129 of .section directive; add a reference to the ELF .subsection
130 directive.
131
097dba13
NC
1322004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
133
134 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
135 in parallel.
136
279500de
TS
1372004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
138
139 * Makefile.am: Remove mips from aout targets.
140 * Makefile.in: Regenerate.
141 * configure.in: Remove mips-dec-bsd* target.
142 * configure: Regenerate.
143
b7d7dc63
AM
1442004-04-07 Alan Modra <amodra@bigpond.net.au>
145
146 PR 96
147 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
148 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
149 Update "mapping". Restrict some @ modifiers to 32 bit.
150
f55629b8
KK
1512004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
152 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
153
154 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
155 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
156 dont_adjust_reloc_32 is set.
157 (md_longopts): Add option -renesas.
158 (md_parse_option, md_show_usage): Likewise.
159 * doc/c-sh.texi: Likewise.
160
a7844384
NC
1612004-04-01 Dave Korn <dk@artimi.com>
162
163 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
164 hi16 and lo16 fixS structs.
165 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
166 exactly the same way as for RELOC_DLX_REL16.
167 (machine_ip): properly respect LO flag in the_insn and
168 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
169 (md_apply_fix3): apply RELOC_DLX_LO16.
170
6c71dbc4
SS
1712004-03-30 Stan Shebs <shebs@apple.com>
172
173 Remove long-obsolete MPW support.
174 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
175 * configure.in: Remove mention of ppc-*-mpw* config.
176 * configure.in: Likewise.
177
7cc69913
NC
1782004-03-30 Nick Clifton <nickc@redhat.com>
179
180 * config/tc-arm.c (meabi_flags): Make its use conditional upon
181 OBJ_ELF being defined.
182
53fbb48a
AM
1832004-03-27 Alan Modra <amodra@bigpond.net.au>
184
185 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
186
d507cf36
PB
1872004-03-23 Paul Brook <paul@codesourcery.com>
188
189 * config/tc-arm.c (meabi_flags): New variable.
190 (arm_parse_eabi): New function.
191 (md_begin): Set flags for EABI v3.
192 (arm_eabis): Add.
193 (arm_long_opts): Add meabi.
194 * doc/as.texinf <ARM>: Document -meabi.
195 * doc/c-arm.texi: Ditto.
196
88d65ad6
BW
1972004-03-22 Bob Wilson <bob.wilson@acm.org>
198
199 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
200 tables even when use_literal_section flag is not set.
201
13ef8878
AM
2022004-03-22 Alan Modra <amodra@bigpond.net.au>
203
204 * config/tc-sh.c: Remove trailing whitespace.
205
1048a9ba
HPN
2062004-03-22 Hans-Peter Nilsson <hp@axis.com>
207
208 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
209 --mul-bug-abort and the default behavior.
210 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
211 (err_for_dangerous_mul_placement): New variable.
212 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
213 macros.
214 (md_cris_relax_table): Have placeholder for STATE_MUL.
215 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
216 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
217 case doing nothing.
218 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
219 STATE_BYTE)>: Ditto.
220 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
221 alignment and position of this frag, emit error message if
222 suspicious.
223 (md_assemble): For a multiply insn and when checking it,
224 transform the current frag into a special frag for that purpose.
225 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
226 OPTION_MULBUG_ABORT_ON>: Handle new options.
227
a7877748
BW
2282004-03-19 Bob Wilson <bob.wilson@acm.org>
229
230 * config/tc-xtensa.c (mark_literal_frags): New function.
231 (xtensa_move_literals): Call mark_literal_frags for all literal
232 segments, including init and fini literal segments.
233 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
234
9992270f
DA
2352004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
236
237 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
238 (pa_comm): Set BSF_OBJECT in symbol flags.
239
6e1772d5
AM
2402004-03-19 Alan Modra <amodra@bigpond.net.au>
241
242 * Makefile.am: Run "make dep-am".
243 * Makefile.in: Regenerate.
244 * doc/Makefile.in: Regenerate.
245 * config.in: Regenerate.
246 * po/gas.pot: Regenerate.
247
3e4caed2
NS
2482004-03-18 Nathan Sidwell <nathan@codesourcery.com>
249
c95b35a9
NS
250 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
251 (demand_empty_rest_of_line): Issue an error here.
252 (ignore_rest_of_line): Silently skip to end.
253 (demand_copy_string): Issue an error, not warning.
254 (equals): Likewise.
255 * config/obj-elf.c (obj_elf_section_name): Likewise.
256 (obj_elf_section): Likewise.
257 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
258 (arc_extinst): Likewise.
259 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
260 (dot_spill): Likewise.
261 (dot_unwabi): Likewise.
262 (dot_prologue): Likewise.
263
3e4caed2
NS
264 * expr.c (operand): Reject ++ and --.
265 (operator): Likewise.
266
2ce4cc60
KK
2672004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
268
269 * config/tc-sh.c: Include dw2gencfi.h.
270 (sh_cfi_frame_initial_instructions): New function.
271 (sh_regname_to_dw2regnum): Likewise.
272 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
273 file.
274 (TARGET_USE_CFIPOP): Define.
275 (tc_cfi_frame_initial_instructions): Likewise.
276 (tc_regname_to_dw2regnum): Likewise.
277 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
278 * Makefile.am: Update dependencies.
279 * Makefile.in: Regenerate.
280
9183ed4b
AM
2812004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
284 * configure: Regenerate.
285
00bbdfe7
BW
2862004-03-12 Bob Wilson <bob.wilson@acm.org>
287
288 * read.c (s_leb128): Call md_flush_pending_output.
289
0f10071e
ML
2902004-03-12 Michal Ludvig <mludvig@suse.cz>
291
292 * config/tc-i386.c (output_insn): Handle PadLock instructions.
293 * config/tc-i386.h (CpuPadLock): New define.
294 (CpuUnknownFlags): Added CpuPadLock.
295
84c84759
AS
2962004-03-07 Andreas Schwab <schwab@suse.de>
297
298 * doc/c-hppa.texi (HPPA Directives): Fix typo.
299
6ec51dba
RH
3002004-03-07 Richard Henderson <rth@redhat.com>
301
302 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
303 (cfi_finish): Likewise for fde.
304
bae25f19
L
3052004-03-05 H.J. Lu <hongjiu.lu@intel.com>
306
307 * config/tc-ia64.c (md_assemble): Properly handle NULL
308 align_frag.
309 (ia64_handle_align): Don't abort if failed to add a stop bit.
310
ab509236
L
3112004-03-04 H.J. Lu <hongjiu.lu@intel.com>
312
313 * Makefile.in: Regenerated.
314 * aclocal.m4: Likewise.
315 * configure: Likewise.
316 * doc/Makefile.in: Likewise.
317
d9201763
L
3182004-03-03 H.J. Lu <hongjiu.lu@intel.com>
319
320 * config/tc-ia64.c (dot_align): New.
321 (ia64_do_align): Make it static.
322 (md_pseudo_table): Use "dot_align" for "align".
323 (ia64_md_do_align): Don't set align_frag here.
324 (ia64_handle_align): Add a stop bit to the previous bundle if
325 needed.
326
327 * config/tc-ia64.h (ia64_do_align): Removed.
328
ae51a426
JR
3292003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
330
331 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
332 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
333 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
334 the most general type or the user specifically requested it.
335 (md_assemble): Add a new error message for when an instruction
336 is understood, but is not allowed due to an -isa option.
337
9545c4ce
L
3382004-03-02 H.J. Lu <hongjiu.lu@intel.com>
339
340 * config/tc-ia64.c (align_frag): New.
341 (md_assemble): Set the tc_frag_data field in align_frag for
342 IA64_OPCODE_FIRST instructions.
343 (ia64_md_do_align): Set align_frag.
344 (ia64_handle_align): Add a stop bit if needed.
345
346 * config/tc-ia64.h (TC_FRAG_TYPE): New.
347 (TC_FRAG_INIT): New.
348
676a64f4
RS
3492004-03-01 Richard Sandiford <rsandifo@redhat.com>
350
351 * config/tc-frv.c (fr400_audio): New variable.
352 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
353 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
354 (target_implements_insn_p): New function.
355 (md_assemble): Report an error if the processor doesn't implement
356 the instruction.
357
bd337dde
NC
3582004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
359
360 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
361 (md_parse_option): Ditto.
362 (OPTION_NO_SPECIAL_M32R): Added.
363 (md_show_usage): Document it.
364 (enable_speial_m32r): Changed a default value from 0 to 1.
365 * doc/c-m32r.texi: Document the -no-bitinst option.
366
78878175
NC
3672004-02-27 Nick Clifton <nickc@redhat.com>
368
369 * config/tc-sh.c (get_operand): Revert previous delta.
370 (tc_gen_reloc): Check for an unknown reloc type before processing
371 the addend.
372
1d6d62a4
MS
3732004-02-27 Hannes Reinecke <hare@suse.de>
374
375 * config/tc-s390.c (s390_insn): Correct range check for opcode in
376 .insn pseudo operation.
377
4aa3e325
NC
3782004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
379
380 * config/tc-sh.c (get_operand): In case of #Imm, check has been
381 added for wrong syntax.
382
73369e65
EC
3832004-02-26 Eric Christopher <echristo@redhat.com>
384
385 * config/tc-mips.c (mips_dwarf2_addr_size): New.
386 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
387
6a5709a5
JR
3882004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
389
390 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
391 nibble types to assembler.
392
95385380
FF
3932004-02-25 Fred Fish <fnf@redhat.com>
394
395 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
396
b5e0fabd
JW
3972004-02-20 James E Wilson <wilson@specifixinc.com>
398
399 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
400 finalize_syms.
401 (fixup_unw_records): New arg before_relax. Pass to slot_index.
402 (ia64_estimate_size_before_relax): New.
403 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
404 (generate_unwind_image): Pass 1 to fixup_unw_records.
405 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
406 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
407
2f01ffbf
JJ
4082004-02-19 Jakub Jelinek <jakub@redhat.com>
409
410 * stabs.c (generate_asm_file): Avoid warning about use of
411 uninitialized variable.
412
9c59842f
JW
4132004-02-18 David Mosberger <davidm@hpl.hp.com>
414
415 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
416 body, and endp, allow unwind records which do not have a "t"
417 (time/instruction) field.
418
34920d91
NC
4192004-02-17 Petko Manolov <petkan@nucleusys.com>
420
421 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
422 (do_mav_dspsc_2): Likewise.
423 Fix accumulator registers move opcodes.
424
4dde8e61 4252004-02-13 Hannes Reinecke <hare@suse.de>
13ef8878 426 Jakub Jelinek <jakub@redhat.com>
4dde8e61
AJ
427
428 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
429
936cf02e
JW
4302004-02-10 Steve Ellcey <sje@cup.hp.com>
431
432 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
433 (tc_frob_symbol): New macro definition.
434 * config/tc-ia64.c (ia64_frob_symbol): New routine.
435
e41f12f3
DJ
4362004-02-09 Daniel Jacobowitz <drow@mvista.com>
437
438 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
439 read-only.
440
a8a3b3b2
NS
4412004-02-09 Nathan Sidwell <nathan@codesourcery.com>
442
443 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
444 (TC_CASE_SENSITIVE): ... this.
445 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
446 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
447
c97b7ef6
JW
4482004-02-06 James E Wilson <wilson@specifixinc.com>
449
450 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
451 (generate_unwind_image): Re-add it here.
452
e4475e39
NS
4532004-02-06 Nathan Sidwell <nathan@codesourcery.com>
454
455 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
456 * read.h (SKIP_WHITESPACE): Turn into an expression.
457 * read.c (read_a_source_file): A pseudo is removed by having a
458 NULL handler.
459
5738bc24
JW
4602004-02-05 James E Wilson <wilson@specifixinc.com>
461
462 * config/tc-ia64.c (output_endp): New.
463 (count_bits): Delete.
464 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
465 endp unwind records.
466 (fixup_unw_records): Handle endp unwind records. Delete code for
467 shortening prologue regions not followed by a body record.
468 (dot_endp): Call add_unwind_entry to emit endp unwind record.
469 * config/tc-ia64.h (unw_record_type): Add endp.
470
d6e78c11
JW
4712004-02-03 James E Wilson <wilson@specifixinc.com>
472
473 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
474 fill padding bytes with zeroes.
475 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
476 sets unwind_record slot_number and slot_frag fields.
477
f6a22291
MR
4782004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
479
480 * config/tc-mips.c (add_got_offset_hilo): New function.
481 (macro): Use load_register() and add_got_offset_hilo() to load
482 constants instead of hardcoding code sequences throughout.
483
127cab00
L
4842004-01-28 H.J. Lu <hongjiu.lu@intel.com>
485
486 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
487
6358301e
NC
4882004-01-26 Bernardo Innocenti <bernie@develer.com>
489
490 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
491 like m68k-elf.
492 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
493 of hard-coded test for TARGET_OS=elf.
494
c8978940
CD
4952004-01-24 Chris Demetriou <cgd@broadcom.com>
496
497 * config/tc-mips.c (hilo_interlocks): Change definition
498 so that MIPS32, MIPS64 and later ISAs are included, along with
499 the already-included machines. Update comments.
500
c3ba240c
DJ
5012004-01-23 Daniel Jacobowitz <drow@mvista.com>
502
503 * config/tc-arm.c (tc_gen_reloc): Improve error message for
504 undefined local labels.
505
e864ceca
RS
5062004-01-23 Richard Sandiford <rsandifo@redhat.com>
507
508 * config/tc-mips.c (load_address, macro): Update comments about
509 NewABI GP relaxation.
510
67c0d1eb
RS
5112004-01-23 Richard Sandiford <rsandifo@redhat.com>
512
513 * config/tc-mips.c (macro_build): Remove place and counter arguments.
514 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
515 (mips16_macro_build, macro_build_jalr): Remove counter argument.
516 (set_at, load_register, load_address, move_register): Likewise.
517 (load_got_offset, add_got_offset): Likewise.
518 Update all calls and tidy accordingly.
519
584892a6
RS
5202004-01-23 Richard Sandiford <rsandifo@redhat.com>
521
522 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
523 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
524 (RELAX_USE_SECOND): Bump to 0x10000.
525 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
526 (mips_macro_warning): New variable.
527 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
528 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
529 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
530 of RELAX_ENCODE.
531 (append_insn): Update mips_macro_warning.sizes.
532 (macro_start, macro_warning, macro_end): New functions.
533 (macro_build): Don't emit warnings here.
534 (macro_build_lui, md_estimate_size_before_relax): ...or here.
535 (md_convert_frag): Check for cases where one macro alternative
536 needs a warning and the other doesn't. Emit a warning if the
537 longer sequence was chosen.
538
4d7206a2
RS
5392004-01-23 Richard Sandiford <rsandifo@redhat.com>
540
541 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
542 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
543 the first sequence, the size of the second sequence, and a flag
544 that says whether we should warn.
545 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
546 (RELAX_FIRST, RELAX_SECOND): New.
547 (mips_relax): New variable.
548 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
549 (append_insn): Remove "place" argument. Use mips_relax.sequence
550 rather than "place" to check whether we're expanding the second
551 alternative of a relaxable macro. Remove redundant check for
552 branch relaxation. If generating a normal insn, and there
553 is not enough room in the current frag, call relax_close_frag()
554 to close it. Update mips_relax.sizes[]. Emit fixups for the
555 second version of a relaxable macro. Record the first relaxable
556 fixup in mips_relax. Remove tc_gen_reloc workaround.
557 (macro_build): Remove all uses of "place". Use mips_relax.sequence
558 in the same way as in append_insn.
559 (mips16_macro_build): Remove "place" argument.
560 (macro_build_lui): As for macro_build. Don't drop the add_symbol
561 when generating the second version of a relaxable macro.
562 (load_got_offset, add_got_offset): New functions.
563 (load_address, macro): Use new relaxation machinery. Remove
564 tc_gen_reloc workarounds.
565 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
566 version of a relaxable macro is needed. Return -RELAX_SECOND if the
567 first version is needed.
568 (tc_gen_reloc): Remove relaxation handling.
569 (md_convert_frag): Go through the fixups for a relaxable macro and
570 mark those that belong to the unneeded alternative as done. If the
571 second alternative is needed, adjust the fixup addresses to account
572 for the deleted first alternative.
573
0530d30a
RS
5742004-01-23 Richard Sandiford <rsandifo@redhat.com>
575
576 * frags.h (frag_room): Declare.
577 * frags.c (frag_room): New function.
578 * doc/internals.texi: Document it.
579
048cdf86
TS
5802004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
581
582 * config/tc-mips.c (append_insn): Don't do r3900 interlock
583 optimization for -mtune=r3900, as this will break on other CPUs.
584
28d39d1a
NC
5852004-01-11 Tom Rix <tcrix@worldnet.att.net>
586
587 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 588 be relaxed, use fixup.
28d39d1a
NC
589 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
590
26664553
JJ
5912004-01-19 Jakub Jelinek <jakub@redhat.com>
592
593 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
594 precision operands.
595
895921c9
MR
5962004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
597
598 * config/tc-mips.c (append_insn): Properly detect variant frags
599 that preclude swapping of relaxed branches. Correctly swap
600 instructions between frags when dealing with relaxed branches.
601
f8b73030
MR
6022004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
603
604 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
605 throughout.
606 * aclocal.m4: Regenerate.
607 * configure: Regenerate.
608
ca9a79a1 6092004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 610
ca9a79a1
NC
611 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
612 manipulation insns.
613
cc3d92a5
RS
6142004-01-12 Richard Sandiford <rsandifo@redhat.com>
615
616 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
617 reloc, reserve space for the delay slot as well as the jalr itself.
618
e45d0630
PB
6192004-01-09 Paul Brook <paul@codesourcery.com>
620
621 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
622 (do_vfp_sp2_from_reg2): New function.
623 (insns): Use them.
624 (do_vfp_dp_from_reg2): Check return values properly.
625
81912461
ILT
6262004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
627
78849248
ILT
628 * config/tc-mips.c (warn_nops): Remove static variable.
629 (macro): Remove test of warn_nops.
630 (md_shortops): Remove 'n'.
631 (md_parse_option): Remove 'n' case.
632 (md_show_usage): Remove -n.
633 * doc/as.texinfo (Overview): Remove MIPS -n option.
634 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
635 * NEWS: Mention removal of MIPS -n option.
636
81912461
ILT
637 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
638 (cop_interlocks): Check ISA level.
639 (cop_mem_interlocks): Define.
640 (reg_needs_delay): Check cop_interlocks rather than
641 ISA_HAS_COPROC_DELAYS.
642 (append_insn): Likewise. Use cop_mem_interlocks rather than
643 directly checking mips_opts.isa.
644 (mips_emit_delays): Likewise.
645
73f20958
L
6462004-01-07 H.J. Lu <hongjiu.lu@intel.com>
647
648 * config/tc-ia64.c (unwind): Move next_slot_number and
649 next_slot_frag to ...
650 (unw_rec_list): Here.
651 (free_list_records): Removed.
652 (output_unw_records): Likewise.
653 (generate_unwind_image): Make it void.
654 (alloc_record): Initialize next_slot_number and next_slot_frag.
655 (slot_index): Take .org, .space and .align into account.
656 (fixup_unw_records): Don't set slot_number to 0. Use
657 list->next_slot_number and list->next_slot_frag instead of
658 unwind.next_slot_number and unwind.next_slot_frag.
659 (ia64_convert_frag): New.
660 (generate_unwind_image): Generate a rs_machine_dependent frag
661 for unwind record.
662 (emit_one_bundle): Use list->next_slot_number and
663 list->next_slot_frag instead of unwind.next_slot_number and
664 unwind.next_slot_frag.
665
666 * config/tc-ia64.h (md_convert_frag): Defined as
667 ia64_convert_frag.
668 (md_estimate_size_before_relax): Defined as (f)->fr_var.
669
99d09cdb
AO
6702004-01-06 Alexandre Oliva <aoliva@redhat.com>
671
672 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
673 * config/tc-frv.h (md_apply_fix3): Don't define.
674 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
675 operands.
676 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
677 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
678 * config/tc-frv.c (line_separator_chars): Add `!'.
679 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
680 * config/tc-frv.c (md_assemble): Clear insn upfront.
681 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
682 * config/tc-frv.c (OPTION_FDPIC): New macro.
683 (md_longopts): Add mfdpic.
684 (md_parse_option): Handle it.
685 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
686 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
687 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
688 (frv_pic_ptr): Parse funcdesc.
689
4a4c4a1d
MR
6902004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
691
692 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
693 gasver.texi. Remove duplicate symbol definitions for texi2pod.
694
2251dd89
MR
6952004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
696
697 * Makefile.am (Makefile): Move the dependency on
698 $(BFDDIR)/configure.in to...
699 (CONFIG_STATUS_DEPENDENCIES): ... here.
700 (AUTOMAKE_OPTIONS): Require automake 1.8.
701 * Makefile.in: Regenerate.
702 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
703 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
704 $(BFDDIR)/configure.in here as well.
705 * doc/Makefile.in: Regenerate.
706
c6581168
MR
7072004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
708
709 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
710 * Makefile.in: Regenerate.
711 * aclocal.m4: Regenerate.
712 * doc/Makefile.am (install, install-info): Remove.
713 (install-data-local): A new hook for install-info.
714 (AUTOMAKE_OPTIONS): Require automake 1.8.
715 * doc/Makefile.in: Regenerate.
716
303e7b79
NC
7172004-01-02 Nutan Singh <nutan@kpitcummins.com>
718
719 * doc/c-sh.texi: Update description about floating point behavior
720 of SH family.
721
b50c15dc
NC
7222004-01-02 Bernardo Innocenti <bernie@develer.com>
723
724 * configure.in: Add m68k-uClinux target.
725 * configure: Regenerate.
7de9afa2 726
c9e214e5 727For older changes see ChangeLog-0203
08d56133
NC
728\f
729Local Variables:
730mode: change-log
731left-margin: 8
732fill-column: 74
733version-control: never
734End: