* config/obj-coff.c (coff_adjust_section_syms): Use
[binutils-gdb.git] / gas / ChangeLog
1 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2
3 * config/obj-coff.c (coff_adjust_section_syms): Use
4 bfd_get_section_size instead of bfd_get_section_size_before_reloc.
5 (coff_frob_section): Likewise.
6 * config/tc-mips.c (md_apply_fix3): Likewise.
7 * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
8 (elf_frob_file_after_relocs): Likewise.
9
10 2004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11
12 * config/tc-hppa.c (log2): Rename to exact_log2.
13 (pa_next_subseg): Delete unused function.
14 (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
15 (create_new_subspace): Likewise.
16
17 Bug gas/213
18 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
19 labels. Fix warning.
20
21 2004-05-28 DJ Delorie <dj@redhat.com>
22
23 * config/tc-mn10300.h (tc_fix_adjustable): Define.
24 * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
25 or non-merged symbols.
26
27 2004-05-28 H.J. Lu <hongjiu.lu@intel.com>
28
29 * config/tc-ia64.c (remove_marked_resource): Save, clear and
30 restore the old slot when inserting srlz.i/srlz.d.
31
32 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
33
34 * Makefile.am: Regenerate dependecies.
35 * Makefile.in: Regenerate.
36 * config/tc-sh.c (valid_arch): Make unsigned.
37 (preset_target_arch): Likewise.
38 (md_begin): Use new architecture flags system.
39 (get_specific): Likewise.
40 (assemble_ppi): Likewise.
41 (md_assemble): Likewise. Also fix error check for bad opcodes.
42 (md_parse_option): Likewise. Also generate -isa values according
43 to the table in bfd/cpu-sh.c instead of just constants. Also
44 allow <arch>-up ISA variants.
45 (sh_elf_final_processing): Replace if-else chain with a call to
46 sh_find_elf_flags().
47 * testsuite/gas/sh/arch: New directory.
48 * testsuite/gas/sh/arch/arch.exp: New test script.
49 * testsuite/gas/sh/arch/arch_expected.txt: New file.
50 * testsuite/gas/sh/arch/sh.s: New file.
51 * testsuite/gas/sh/arch/sh2.s: New file.
52 * testsuite/gas/sh/arch/sh-dsp.s: New file.
53 * testsuite/gas/sh/arch/sh2e.s: New file.
54 * testsuite/gas/sh/arch/sh3-nommu.s: New file.
55 * testsuite/gas/sh/arch/sh3.s: New file.
56 * testsuite/gas/sh/arch/sh3-dsp.s: New file.
57 * testsuite/gas/sh/arch/sh3e.s: New file.
58 * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file.
59 * testsuite/gas/sh/arch/sh4-nofpu.s: New file.
60 * testsuite/gas/sh/arch/sh4.s: New file.
61 * testsuite/gas/sh/arch/sh4a-nofpu.s: New file.
62 * testsuite/gas/sh/arch/sh4al-dsp.s: New file.
63 * testsuite/gas/sh/arch/sh4a.s: New file.
64
65 2004-05-28 Peter Barada <peter@the-baradas.com>
66
67 * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
68 with zero offset into mode 2 addressing to save a word.
69
70 2004-05-27 H.J. Lu <hongjiu.lu@intel.com>
71
72 * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
73 (ar_is_only_in_integer_unit): New.
74 (ar_is_only_in_memory_unit): New.
75 (generate_unwind_image): Silence gcc on 32bit host.
76 (md_assemble): Use ar_is_only_in_integer_unit instead of
77 ar_is_in_integer_unit. Check AR access.
78
79 2004-05-27 Peter Barada <peter@the-baradas.com>
80
81 * config/tc-m68k.c (md_begin): Sort the opcode table into
82 alphabetical order.
83 (m68k_compare_opcode): New function to do the sorting.
84
85 2004-05-24 Peter Barada <peter@the-baradas.com>
86
87 * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
88 addressing on MIT style operands.
89 * config/m68k-parse.y(yylex): Allow '-&' for predecrement
90 w/mask addressing.
91 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
92 operands.
93
94 2004-05-23 Alan Modra <amodra@bigpond.net.au>
95
96 * expr.c (operand, operator): Don't reject '++' and '--'.
97
98 2004-05-20 Richard Sandiford <rsandifo@redhat.com>
99
100 * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
101 dwarf tables.
102
103 2004-05-17 Adam Nemet <anemet@lnxw.com>
104
105 * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF.
106 * configure: Regenerate.
107
108 2004-05-13 Paul Brook <paul@codesourcery.com>
109
110 * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries.
111
112 2004-05-13 Joel Sherrill <joel@oarcorp.com>
113
114 * configure.in (or32-*-rtems*): Switch to elf.
115 * configure: Regenerate.
116
117 2004-05-13 Nick Clifton <nickc@redhat.com>
118
119 * po/fr.po: Updated French translation.
120
121 2004-05-11 Nick Clifton <nickc@redhat.com>
122
123 * doc/as.texinfo (Section): Document G and T flags to .section
124 directive. Document the extra arguments that the G flag
125 requires. Document the #tls flag.
126
127 2004-05-11 H.J. Lu <hongjiu.lu@intel.com>
128
129 * subsegs.c (section_symbol): Create a new section symbol if
130 the existing one doesn't match.
131 * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
132
133 2004-05-07 Richard Sandiford <rsandifo@redhat.com>
134
135 * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
136 to cope with VR4181A errata MD(1) and MD(4).
137
138 2004-05-07 Brian Ford <ford@vss.fsi.com>
139
140 * NEWS: Mention .secrel32 for pe[i]-i386.
141
142 2004-05-07 Alexandre Oliva <aoliva@redhat.com>
143
144 * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
145 (HANDLE_ALIGN): New.
146
147 2004-05-06 Daniel Jacobowitz <dan@debian.org>
148
149 * Makefile.am (DIST_SUBDIRS): Define.
150 * aclocal.m4: Regenerate with automake 1.8.4.
151 * Makefile.in: Likewise.
152 * doc/Makefile.in: Likewise.
153
154 2004-05-06 David Mosberger-Tang <davidm@hpl.hp.com>
155
156 * config/tc-ia64.c (dot_serialize): Declare.
157 (dot_serialize): New function.
158 (md_pseudo_table): Add ".serialize.data" and
159 ".serialize.instruction" directives.
160
161 2004-05-06 Nick Clifton <nickc@redhat.com>
162
163 * messages (as_internal_value_out_of_range): Print a message about
164 a value being out of range. Be consistent about whether the
165 values are printed in decimal or hexadecimal.
166 (as_warn_value_out_of_range): Generate a warning message about an
167 out of range value.
168 (as_bad_value_out_of_range): Generate an error message about an
169 out of range value.
170 * as.h: Prototype the new functions.
171 * config/tc-alpha.c (insert_operand): Use new function.
172 * config/tc-arc.c (arc_insert_operand): Likewise.
173 * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
174 * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
175 * config/tc-ppc.c (ppc_insert_operand): Likewise.
176 * config/tc-s390.c (s390_insert_operand): Likewise.
177 * config/tc-v850.c (v850_insert_operand): Likewise.
178
179 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
180
181 * configure.in: Set em=linux for frv-*-*linux*.
182 * configure: Rebuilt.
183 * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
184 (frv_md_fdpic_enabled): New.
185 * config/tc-frv.c (frv_md_fdpic_enabled): New.
186 (DEFAULT_FDPIC): New.
187 (frv_flags): Use DEFAULT_FDPIC.
188 (frv_pic_flag): Likewise.
189 (OPTION_NOPIC): New.
190 (md_longopts): Add -mnopic.
191 (md_parse_option): Handle it.
192 (md_show_usage): Add -mfdpic and -mnopic.
193
194 2004-05-05 Peter Barada <peter@the-baradas.com>
195
196 * config/tc-m68k.c: Add find_cf_chip to print list of valid
197 chips for invalid coldfire instructions, rename selectors
198 for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
199 add current_chip to track which chip is referred to(including save/restore),
200 use current_chip to select control registers, not current_arch.
201 (md_show_usage): Add new chips.
202 * doc/c-m68k.texi: Document new command line switches.
203
204 2004-05-05 Jakub Jelinek <jakub@redhat.com>
205
206 * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
207 (NOP_OPCODE): Define.
208 (s390_align_code): Remove prototype.
209 * tc-s390.c (s390_align_code): Remove.
210
211 2004-05-04 H.J. Lu <hongjiu.lu@intel.com>
212
213 * config/tc-ia64.c (make_unw_section_name): Removed.
214 (start_unwind_section): New function.
215 (generate_unwind_image): Take const segT instead of const
216 char *.
217 (dot_handlerdata): Adjusted.
218 (dot_endp): Likewise.
219
220 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
221
222 * config/obj-elf.c (obj_elf_change_section): Allow the
223 ".note.GNU-stack" section has SHF_EXECINSTR.
224
225 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
226
227 * config/obj-elf.c (get_section): Return bfd_boolean.
228 (obj_elf_change_section): Call bfd_get_section_by_name_if
229 instead of bfd_map_over_sections.
230
231 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
232
233 * config/obj-elf.c (get_section): New function.
234 (obj_elf_change_section): Support multiple sections with same
235 name.
236
237 2004-04-30 Nick Clifton <nickc@redhat.com>
238
239 * config/tc-arm.c (create_register_alias): Fix typo checking for
240 case sensitive register aliases.
241 (co_proc_number): Use error message string in all_reg_maps[]
242 array.
243 (cp_reg_required_here): Likewise.
244 (fp_reg_required_here): Likewise.
245
246 2004-04-29 Brian Ford <ford@vss.fsi.com>
247
248 * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
249
250 2004-04-28 Chris Demetriou <cgd@broadcom.com>
251
252 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
253 (load_address, macro, mips_ip, md_parse_option)
254 (mips_force_relocation, mips_validate_fix, md_apply_fix3)
255 (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
256 embedded-PIC handling, and update comments.
257 (SWITCH_TABLE): Remove.
258 * config/tc-mips.h (DIFF_EXPR_OK): Delete.
259 (enum mips_pic_level): Remove EMBEDDED_PIC.
260 (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
261 (TC_FORCE_RELOCATION): Update comment.
262 * ecoff.c (ecoff_build_lineno): Add comment about some code that
263 might be safe to remove now that MIPS embedded-PIC is gone.
264
265 2004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
266
267 * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
268 call to obj_set_subsection_attributes.
269 (obj_som_init_stab_section): Likewise.
270 * config/tc-hppa.c (default_subspace_dict): Add comdat field.
271 (pa_def_subspaces): Provide comdat default.
272 (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and
273 not SEC_IS_COMMON if section is comdat, common or dup_common. Update
274 calls to create_new_subspace and update_subspace to pass comdat flag.
275 (create_new_subspace, update_subspace): Add new comdat argument. Use
276 it in calls to obj_set_subsection_attributes.
277 * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
278 and use of comdat, common and dup_comm parameters.
279
280 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
281
282 * config/obj-elf.c (obj_elf_change_section): Check if the old
283 group name is NULL before comparison.
284
285 2004-04-23 Chris Demetriou <cgd@broadcom.com>
286
287 * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
288
289 2004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
290
291 * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
292
293 2004-04-23 Chris Demetriou <cgd@broadcom.com>
294
295 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
296 (OPTION_MEMBEDDED_PIC): Remove.
297 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
298 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
299 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
300 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
301 (OPTION_ELF_BASE): Renumber.
302 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
303 (md_show_usage): Remove mention of -membedded-pic.
304 * doc/as.texinfo: Remove mention of -membedded-pic.
305
306 2004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
307
308 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
309 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
310 a.out support.
311 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
312 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
313 USE_GLOBAL_POINTER_OPT.
314
315 2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
316
317 * config/tc-mips.c (macro): One more use of load_delay_nop.
318
319 2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
320
321 * config/tc-mips.c (load_delay_nop): New function.
322 (load_address, macro): Use load_delay_nop() to build a nop
323 which can be omitted with gpr_interlocks.
324
325 2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
326
327 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
328 cop_interlocks): Remove superfluous CPU entries.
329
330 2004-04-22 Paul Brook <paul@codesourcery.com>
331
332 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
333
334 2004-04-22 Peter Barada <peter@the-baradas.com>
335
336 * NEWS: Added support for EMAC instructions and MAC/EMAC
337 Motorola syntax.
338 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
339 scale factor tokens, trailing_ampersand to mark mask addressing
340 for MAC/EMAC instructions.
341 * config/m68k-parse.y: Add options_ampersand clause, '<<',
342 '>>'.
343 (yylex): Handle '>', '<', and '&' following '+'.
344 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
345 architectures in archs[].
346 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
347 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
348 respectively.
349 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
350 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
351 cases.
352 Add EMAC operands to init_table[].
353
354 2004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
355
356 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
357 state.
358 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
359 * config/tc-arm.c (enum mstate): Delete from here.
360 (mapping_state): Remove the static mapstate variable and instead
361 store the state in the segment. This allows a per-section mapping
362 state. Handle and ignore MAP_UNDEFINED states.
363 (arm_elf_change_section): Get the current mapping state from the
364 new section.
365 (s_ltorg): Set the mapping state to MAP_DATA.
366 (arm_cleanup): Use arm_elf_change_section to get the mapping state
367 for each pool as it is emitted.
368
369 2004-04-22 Nick Clifton <nickc@redhat.com>
370
371 * config/tc-arm.h: Formatting tidy ups.
372
373 2004-04-20 Chris Demetriou <cgd@broadcom.com>
374
375 * NEWS: Note that MIPS -membedded-pic option is deprecated.
376
377 2004-04-20 DJ Delorie <dj@redhat.com>
378
379 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
380 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
381 [TE_PE] (O_secrel): Define.
382 [TE_PE] (x86_pe_cons_fix_new): New.
383 [TE_PE] (pe_directive_secrel): Likewise.
384 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
385
386 2004-04-19 Eric Christopher <echristo@redhat.com>
387
388 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
389 of previous patch for fix in gcc.
390
391 2004-04-19 Jakub Jelinek <jakub@redhat.com>
392
393 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
394
395 2004-04-19 Nathan Sidwell <nathan@codesourcery.com>
396
397 * read.c (do_align): Call md_flush_pending_output, if defined.
398
399 2004-04-16 Alan Modra <amodra@bigpond.net.au>
400
401 * expr.c (operand): Correct checks for ++ and --.
402
403 2004-04-14 H.J. Lu <hongjiu.lu@intel.com>
404
405 * config/tc-generic.c: Add some comments.
406
407 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
408
409 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
410 -{no-}mfix-vr4122-bugs.
411 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
412 (append_insn, mips_emit_delays): Update accordingly.
413 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
414 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
415 (md_parse_option): Update after above changes.
416 (md_show_usage): Add -mfix-vr4120.
417
418 2004-04-13 Bob Wilson <bob.wilson@acm.org>
419
420 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
421 of .section directive; add a reference to the ELF .subsection
422 directive.
423
424 2004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
425
426 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
427 in parallel.
428
429 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
430
431 * Makefile.am: Remove mips from aout targets.
432 * Makefile.in: Regenerate.
433 * configure.in: Remove mips-dec-bsd* target.
434 * configure: Regenerate.
435
436 2004-04-07 Alan Modra <amodra@bigpond.net.au>
437
438 PR 96
439 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
440 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
441 Update "mapping". Restrict some @ modifiers to 32 bit.
442
443 2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
444 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
445
446 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
447 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
448 dont_adjust_reloc_32 is set.
449 (md_longopts): Add option -renesas.
450 (md_parse_option, md_show_usage): Likewise.
451 * doc/c-sh.texi: Likewise.
452
453 2004-04-01 Dave Korn <dk@artimi.com>
454
455 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
456 hi16 and lo16 fixS structs.
457 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
458 exactly the same way as for RELOC_DLX_REL16.
459 (machine_ip): properly respect LO flag in the_insn and
460 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
461 (md_apply_fix3): apply RELOC_DLX_LO16.
462
463 2004-03-30 Stan Shebs <shebs@apple.com>
464
465 Remove long-obsolete MPW support.
466 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
467 * configure.in: Remove mention of ppc-*-mpw* config.
468 * configure.in: Likewise.
469
470 2004-03-30 Nick Clifton <nickc@redhat.com>
471
472 * config/tc-arm.c (meabi_flags): Make its use conditional upon
473 OBJ_ELF being defined.
474
475 2004-03-27 Alan Modra <amodra@bigpond.net.au>
476
477 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
478
479 2004-03-23 Paul Brook <paul@codesourcery.com>
480
481 * config/tc-arm.c (meabi_flags): New variable.
482 (arm_parse_eabi): New function.
483 (md_begin): Set flags for EABI v3.
484 (arm_eabis): Add.
485 (arm_long_opts): Add meabi.
486 * doc/as.texinf <ARM>: Document -meabi.
487 * doc/c-arm.texi: Ditto.
488
489 2004-03-22 Bob Wilson <bob.wilson@acm.org>
490
491 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
492 tables even when use_literal_section flag is not set.
493
494 2004-03-22 Alan Modra <amodra@bigpond.net.au>
495
496 * config/tc-sh.c: Remove trailing whitespace.
497
498 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
499
500 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
501 --mul-bug-abort and the default behavior.
502 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
503 (err_for_dangerous_mul_placement): New variable.
504 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
505 macros.
506 (md_cris_relax_table): Have placeholder for STATE_MUL.
507 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
508 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
509 case doing nothing.
510 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
511 STATE_BYTE)>: Ditto.
512 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
513 alignment and position of this frag, emit error message if
514 suspicious.
515 (md_assemble): For a multiply insn and when checking it,
516 transform the current frag into a special frag for that purpose.
517 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
518 OPTION_MULBUG_ABORT_ON>: Handle new options.
519
520 2004-03-19 Bob Wilson <bob.wilson@acm.org>
521
522 * config/tc-xtensa.c (mark_literal_frags): New function.
523 (xtensa_move_literals): Call mark_literal_frags for all literal
524 segments, including init and fini literal segments.
525 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
526
527 2004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
528
529 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
530 (pa_comm): Set BSF_OBJECT in symbol flags.
531
532 2004-03-19 Alan Modra <amodra@bigpond.net.au>
533
534 * Makefile.am: Run "make dep-am".
535 * Makefile.in: Regenerate.
536 * doc/Makefile.in: Regenerate.
537 * config.in: Regenerate.
538 * po/gas.pot: Regenerate.
539
540 2004-03-18 Nathan Sidwell <nathan@codesourcery.com>
541
542 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
543 (demand_empty_rest_of_line): Issue an error here.
544 (ignore_rest_of_line): Silently skip to end.
545 (demand_copy_string): Issue an error, not warning.
546 (equals): Likewise.
547 * config/obj-elf.c (obj_elf_section_name): Likewise.
548 (obj_elf_section): Likewise.
549 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
550 (arc_extinst): Likewise.
551 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
552 (dot_spill): Likewise.
553 (dot_unwabi): Likewise.
554 (dot_prologue): Likewise.
555
556 * expr.c (operand): Reject ++ and --.
557 (operator): Likewise.
558
559 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
560
561 * config/tc-sh.c: Include dw2gencfi.h.
562 (sh_cfi_frame_initial_instructions): New function.
563 (sh_regname_to_dw2regnum): Likewise.
564 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
565 file.
566 (TARGET_USE_CFIPOP): Define.
567 (tc_cfi_frame_initial_instructions): Likewise.
568 (tc_regname_to_dw2regnum): Likewise.
569 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
570 * Makefile.am: Update dependencies.
571 * Makefile.in: Regenerate.
572
573 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
576 * configure: Regenerate.
577
578 2004-03-12 Bob Wilson <bob.wilson@acm.org>
579
580 * read.c (s_leb128): Call md_flush_pending_output.
581
582 2004-03-12 Michal Ludvig <mludvig@suse.cz>
583
584 * config/tc-i386.c (output_insn): Handle PadLock instructions.
585 * config/tc-i386.h (CpuPadLock): New define.
586 (CpuUnknownFlags): Added CpuPadLock.
587
588 2004-03-07 Andreas Schwab <schwab@suse.de>
589
590 * doc/c-hppa.texi (HPPA Directives): Fix typo.
591
592 2004-03-07 Richard Henderson <rth@redhat.com>
593
594 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
595 (cfi_finish): Likewise for fde.
596
597 2004-03-05 H.J. Lu <hongjiu.lu@intel.com>
598
599 * config/tc-ia64.c (md_assemble): Properly handle NULL
600 align_frag.
601 (ia64_handle_align): Don't abort if failed to add a stop bit.
602
603 2004-03-04 H.J. Lu <hongjiu.lu@intel.com>
604
605 * Makefile.in: Regenerated.
606 * aclocal.m4: Likewise.
607 * configure: Likewise.
608 * doc/Makefile.in: Likewise.
609
610 2004-03-03 H.J. Lu <hongjiu.lu@intel.com>
611
612 * config/tc-ia64.c (dot_align): New.
613 (ia64_do_align): Make it static.
614 (md_pseudo_table): Use "dot_align" for "align".
615 (ia64_md_do_align): Don't set align_frag here.
616 (ia64_handle_align): Add a stop bit to the previous bundle if
617 needed.
618
619 * config/tc-ia64.h (ia64_do_align): Removed.
620
621 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
622
623 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
624 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
625 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
626 the most general type or the user specifically requested it.
627 (md_assemble): Add a new error message for when an instruction
628 is understood, but is not allowed due to an -isa option.
629
630 2004-03-02 H.J. Lu <hongjiu.lu@intel.com>
631
632 * config/tc-ia64.c (align_frag): New.
633 (md_assemble): Set the tc_frag_data field in align_frag for
634 IA64_OPCODE_FIRST instructions.
635 (ia64_md_do_align): Set align_frag.
636 (ia64_handle_align): Add a stop bit if needed.
637
638 * config/tc-ia64.h (TC_FRAG_TYPE): New.
639 (TC_FRAG_INIT): New.
640
641 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
642
643 * config/tc-frv.c (fr400_audio): New variable.
644 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
645 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
646 (target_implements_insn_p): New function.
647 (md_assemble): Report an error if the processor doesn't implement
648 the instruction.
649
650 2004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
651
652 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
653 (md_parse_option): Ditto.
654 (OPTION_NO_SPECIAL_M32R): Added.
655 (md_show_usage): Document it.
656 (enable_speial_m32r): Changed a default value from 0 to 1.
657 * doc/c-m32r.texi: Document the -no-bitinst option.
658
659 2004-02-27 Nick Clifton <nickc@redhat.com>
660
661 * config/tc-sh.c (get_operand): Revert previous delta.
662 (tc_gen_reloc): Check for an unknown reloc type before processing
663 the addend.
664
665 2004-02-27 Hannes Reinecke <hare@suse.de>
666
667 * config/tc-s390.c (s390_insn): Correct range check for opcode in
668 .insn pseudo operation.
669
670 2004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
671
672 * config/tc-sh.c (get_operand): In case of #Imm, check has been
673 added for wrong syntax.
674
675 2004-02-26 Eric Christopher <echristo@redhat.com>
676
677 * config/tc-mips.c (mips_dwarf2_addr_size): New.
678 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
679
680 2004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
681
682 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
683 nibble types to assembler.
684
685 2004-02-25 Fred Fish <fnf@redhat.com>
686
687 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
688
689 2004-02-20 James E Wilson <wilson@specifixinc.com>
690
691 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
692 finalize_syms.
693 (fixup_unw_records): New arg before_relax. Pass to slot_index.
694 (ia64_estimate_size_before_relax): New.
695 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
696 (generate_unwind_image): Pass 1 to fixup_unw_records.
697 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
698 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
699
700 2004-02-19 Jakub Jelinek <jakub@redhat.com>
701
702 * stabs.c (generate_asm_file): Avoid warning about use of
703 uninitialized variable.
704
705 2004-02-18 David Mosberger <davidm@hpl.hp.com>
706
707 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
708 body, and endp, allow unwind records which do not have a "t"
709 (time/instruction) field.
710
711 2004-02-17 Petko Manolov <petkan@nucleusys.com>
712
713 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
714 (do_mav_dspsc_2): Likewise.
715 Fix accumulator registers move opcodes.
716
717 2004-02-13 Hannes Reinecke <hare@suse.de>
718 Jakub Jelinek <jakub@redhat.com>
719
720 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
721
722 2004-02-10 Steve Ellcey <sje@cup.hp.com>
723
724 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
725 (tc_frob_symbol): New macro definition.
726 * config/tc-ia64.c (ia64_frob_symbol): New routine.
727
728 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
729
730 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
731 read-only.
732
733 2004-02-09 Nathan Sidwell <nathan@codesourcery.com>
734
735 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
736 (TC_CASE_SENSITIVE): ... this.
737 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
738 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
739
740 2004-02-06 James E Wilson <wilson@specifixinc.com>
741
742 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
743 (generate_unwind_image): Re-add it here.
744
745 2004-02-06 Nathan Sidwell <nathan@codesourcery.com>
746
747 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
748 * read.h (SKIP_WHITESPACE): Turn into an expression.
749 * read.c (read_a_source_file): A pseudo is removed by having a
750 NULL handler.
751
752 2004-02-05 James E Wilson <wilson@specifixinc.com>
753
754 * config/tc-ia64.c (output_endp): New.
755 (count_bits): Delete.
756 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
757 endp unwind records.
758 (fixup_unw_records): Handle endp unwind records. Delete code for
759 shortening prologue regions not followed by a body record.
760 (dot_endp): Call add_unwind_entry to emit endp unwind record.
761 * config/tc-ia64.h (unw_record_type): Add endp.
762
763 2004-02-03 James E Wilson <wilson@specifixinc.com>
764
765 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
766 fill padding bytes with zeroes.
767 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
768 sets unwind_record slot_number and slot_frag fields.
769
770 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
771
772 * config/tc-mips.c (add_got_offset_hilo): New function.
773 (macro): Use load_register() and add_got_offset_hilo() to load
774 constants instead of hardcoding code sequences throughout.
775
776 2004-01-28 H.J. Lu <hongjiu.lu@intel.com>
777
778 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
779
780 2004-01-26 Bernardo Innocenti <bernie@develer.com>
781
782 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
783 like m68k-elf.
784 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
785 of hard-coded test for TARGET_OS=elf.
786
787 2004-01-24 Chris Demetriou <cgd@broadcom.com>
788
789 * config/tc-mips.c (hilo_interlocks): Change definition
790 so that MIPS32, MIPS64 and later ISAs are included, along with
791 the already-included machines. Update comments.
792
793 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
794
795 * config/tc-arm.c (tc_gen_reloc): Improve error message for
796 undefined local labels.
797
798 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
799
800 * config/tc-mips.c (load_address, macro): Update comments about
801 NewABI GP relaxation.
802
803 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
804
805 * config/tc-mips.c (macro_build): Remove place and counter arguments.
806 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
807 (mips16_macro_build, macro_build_jalr): Remove counter argument.
808 (set_at, load_register, load_address, move_register): Likewise.
809 (load_got_offset, add_got_offset): Likewise.
810 Update all calls and tidy accordingly.
811
812 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
813
814 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
815 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
816 (RELAX_USE_SECOND): Bump to 0x10000.
817 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
818 (mips_macro_warning): New variable.
819 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
820 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
821 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
822 of RELAX_ENCODE.
823 (append_insn): Update mips_macro_warning.sizes.
824 (macro_start, macro_warning, macro_end): New functions.
825 (macro_build): Don't emit warnings here.
826 (macro_build_lui, md_estimate_size_before_relax): ...or here.
827 (md_convert_frag): Check for cases where one macro alternative
828 needs a warning and the other doesn't. Emit a warning if the
829 longer sequence was chosen.
830
831 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
832
833 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
834 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
835 the first sequence, the size of the second sequence, and a flag
836 that says whether we should warn.
837 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
838 (RELAX_FIRST, RELAX_SECOND): New.
839 (mips_relax): New variable.
840 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
841 (append_insn): Remove "place" argument. Use mips_relax.sequence
842 rather than "place" to check whether we're expanding the second
843 alternative of a relaxable macro. Remove redundant check for
844 branch relaxation. If generating a normal insn, and there
845 is not enough room in the current frag, call relax_close_frag()
846 to close it. Update mips_relax.sizes[]. Emit fixups for the
847 second version of a relaxable macro. Record the first relaxable
848 fixup in mips_relax. Remove tc_gen_reloc workaround.
849 (macro_build): Remove all uses of "place". Use mips_relax.sequence
850 in the same way as in append_insn.
851 (mips16_macro_build): Remove "place" argument.
852 (macro_build_lui): As for macro_build. Don't drop the add_symbol
853 when generating the second version of a relaxable macro.
854 (load_got_offset, add_got_offset): New functions.
855 (load_address, macro): Use new relaxation machinery. Remove
856 tc_gen_reloc workarounds.
857 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
858 version of a relaxable macro is needed. Return -RELAX_SECOND if the
859 first version is needed.
860 (tc_gen_reloc): Remove relaxation handling.
861 (md_convert_frag): Go through the fixups for a relaxable macro and
862 mark those that belong to the unneeded alternative as done. If the
863 second alternative is needed, adjust the fixup addresses to account
864 for the deleted first alternative.
865
866 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
867
868 * frags.h (frag_room): Declare.
869 * frags.c (frag_room): New function.
870 * doc/internals.texi: Document it.
871
872 2004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
873
874 * config/tc-mips.c (append_insn): Don't do r3900 interlock
875 optimization for -mtune=r3900, as this will break on other CPUs.
876
877 2004-01-11 Tom Rix <tcrix@worldnet.att.net>
878
879 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
880 be relaxed, use fixup.
881 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
882
883 2004-01-19 Jakub Jelinek <jakub@redhat.com>
884
885 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
886 precision operands.
887
888 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
889
890 * config/tc-mips.c (append_insn): Properly detect variant frags
891 that preclude swapping of relaxed branches. Correctly swap
892 instructions between frags when dealing with relaxed branches.
893
894 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
895
896 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
897 throughout.
898 * aclocal.m4: Regenerate.
899 * configure: Regenerate.
900
901 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
902
903 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
904 manipulation insns.
905
906 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
907
908 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
909 reloc, reserve space for the delay slot as well as the jalr itself.
910
911 2004-01-09 Paul Brook <paul@codesourcery.com>
912
913 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
914 (do_vfp_sp2_from_reg2): New function.
915 (insns): Use them.
916 (do_vfp_dp_from_reg2): Check return values properly.
917
918 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
919
920 * config/tc-mips.c (warn_nops): Remove static variable.
921 (macro): Remove test of warn_nops.
922 (md_shortops): Remove 'n'.
923 (md_parse_option): Remove 'n' case.
924 (md_show_usage): Remove -n.
925 * doc/as.texinfo (Overview): Remove MIPS -n option.
926 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
927 * NEWS: Mention removal of MIPS -n option.
928
929 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
930 (cop_interlocks): Check ISA level.
931 (cop_mem_interlocks): Define.
932 (reg_needs_delay): Check cop_interlocks rather than
933 ISA_HAS_COPROC_DELAYS.
934 (append_insn): Likewise. Use cop_mem_interlocks rather than
935 directly checking mips_opts.isa.
936 (mips_emit_delays): Likewise.
937
938 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
939
940 * config/tc-ia64.c (unwind): Move next_slot_number and
941 next_slot_frag to ...
942 (unw_rec_list): Here.
943 (free_list_records): Removed.
944 (output_unw_records): Likewise.
945 (generate_unwind_image): Make it void.
946 (alloc_record): Initialize next_slot_number and next_slot_frag.
947 (slot_index): Take .org, .space and .align into account.
948 (fixup_unw_records): Don't set slot_number to 0. Use
949 list->next_slot_number and list->next_slot_frag instead of
950 unwind.next_slot_number and unwind.next_slot_frag.
951 (ia64_convert_frag): New.
952 (generate_unwind_image): Generate a rs_machine_dependent frag
953 for unwind record.
954 (emit_one_bundle): Use list->next_slot_number and
955 list->next_slot_frag instead of unwind.next_slot_number and
956 unwind.next_slot_frag.
957
958 * config/tc-ia64.h (md_convert_frag): Defined as
959 ia64_convert_frag.
960 (md_estimate_size_before_relax): Defined as (f)->fr_var.
961
962 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
963
964 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
965 * config/tc-frv.h (md_apply_fix3): Don't define.
966 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
967 operands.
968 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
969 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
970 * config/tc-frv.c (line_separator_chars): Add `!'.
971 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
972 * config/tc-frv.c (md_assemble): Clear insn upfront.
973 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
974 * config/tc-frv.c (OPTION_FDPIC): New macro.
975 (md_longopts): Add mfdpic.
976 (md_parse_option): Handle it.
977 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
978 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
979 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
980 (frv_pic_ptr): Parse funcdesc.
981
982 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
983
984 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
985 gasver.texi. Remove duplicate symbol definitions for texi2pod.
986
987 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
988
989 * Makefile.am (Makefile): Move the dependency on
990 $(BFDDIR)/configure.in to...
991 (CONFIG_STATUS_DEPENDENCIES): ... here.
992 (AUTOMAKE_OPTIONS): Require automake 1.8.
993 * Makefile.in: Regenerate.
994 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
995 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
996 $(BFDDIR)/configure.in here as well.
997 * doc/Makefile.in: Regenerate.
998
999 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1000
1001 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
1002 * Makefile.in: Regenerate.
1003 * aclocal.m4: Regenerate.
1004 * doc/Makefile.am (install, install-info): Remove.
1005 (install-data-local): A new hook for install-info.
1006 (AUTOMAKE_OPTIONS): Require automake 1.8.
1007 * doc/Makefile.in: Regenerate.
1008
1009 2004-01-02 Nutan Singh <nutan@kpitcummins.com>
1010
1011 * doc/c-sh.texi: Update description about floating point behavior
1012 of SH family.
1013
1014 2004-01-02 Bernardo Innocenti <bernie@develer.com>
1015
1016 * configure.in: Add m68k-uClinux target.
1017 * configure: Regenerate.
1018
1019 For older changes see ChangeLog-0203
1020 \f
1021 Local Variables:
1022 mode: change-log
1023 left-margin: 8
1024 fill-column: 74
1025 version-control: never
1026 End: