Catch and ignore empty, ineffectual alignment frags when deciding if a
[binutils-gdb.git] / gas / ChangeLog
1 2001-07-06 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * config/tc-m68k.c (md_estimate_size_before_relax): Catch and
4 ignore empty, ineffectual alignment frags when deciding if a
5 branch can be short.
6
7 2001-07-05 Steve Ellcey <sje@cup.hp.com>
8
9 * config/tc-ia64.c (special_section): Add SPECIAL_SECTION_INIT_ARRAY
10 and SPECIAL_SECTION_FINI_ARRAY.
11 (special_section_name): Add .init_array and .fini_array.
12 (md_pseudo_table): Add init_array and fini_array.
13 (md): Add pointer_size and pointer_size_shift fields.
14 (setup_unwind_header): New static function.
15 (output_unw_records): Modify to use setup_unwind_header.
16 (generate_unwind_image, dot_endp): Modify to use md.pointer_size and
17 md.pointer_size_shift.
18 (md_begin): Initialize md.pointer_size and md.pointer_size_shift.
19
20 2001-07-05 Ben Elliston <bje@redhat.com>
21
22 * README (Supported platforms): m88k no longer suffers bitrot.
23
24 * config/tc-m88k.c (md_pseudo_table): Remove redundant "global".
25
26 2001-07-05 Alan Modra <amodra@bigpond.net.au>
27
28 * struc-symbol.h (struct local_symbol): Rename lsy_offset to
29 lsy_value. Correct typos in comments.
30 * symbols.c (local_symbol_make): Update for name change.
31 (local_symbol_convert): Likewise.
32 (colon): Likewise.
33 (S_GET_VALUE): Likewise.
34 (S_SET_VALUE): Likewise.
35 (print_symbol_value_1): Likewise.
36 (resolve_symbol_value): Likewise. Don't divide local sym values
37 by OCTETS_PER_BYTE twice.
38
39 2001-07-04 Jim Wilson <wilson@redhat.com>
40
41 * config/tc-ia64.c (md_pseudo_table): Add 2byte, 4byte, and 8byte.
42
43 * config/tc-ia64.c (is_conditional_branch): Rewrite to exclude mod
44 sched branches.
45
46 2001-07-05 Ben Elliston <bje@redhat.com>
47
48 * read.c (s_fill): Correct spelling error in comments.
49
50 * doc/c-m88k.texi: New file.
51 * doc/Makefile.am (CPU_DOCS): Add c-m88k.texi.
52 * doc/Makefile.in: Regenerate.
53 * doc/all.texi: Set M880X0.
54 * doc/as.texinfo: Hook in m88k-dependent documentation.
55
56 2001-07-04 Eric Christopher <echristo@redhat.com>
57
58 * doc/c-mips.texi (MIPS Opts): Document 12000 as valid cpu.
59
60 * config/tc-mips.c (mips_cpu_info_table): Add rm5200, rm5231, rm5261,
61 and rm5721 as valid cpu strings.
62 (md_show_usage): Add rm5200, rm5231, rm5261, rm5721.
63
64 2001-07-04 Richard Sandiford <rsandifo@redhat.com>
65
66 * config/tc-mips.c (md_apply_fix): Prevent addend from becoming zero
67 if it's expected to be non-zero.
68
69 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
70
71 * config/tc-sh.c (sh_frob_section): Replace symbol_get_frag() with
72 fscan->fx_frag.
73
74 * write.c (TC_FINALIZE_SYMS_BEFORE_SIZE_SEG): Default to 1.
75 (write_object_file): Set finalize_syms to
76 TC_FINALIZE_SYMS_BEFORE_SIZE_SEG just before size_segs is
77 called.
78
79 * doc/internals.texi; Document
80 TC_FINALIZE_SYMS_BEFORE_SIZE_SEG.
81
82 2001-07-02 Alan Modra <amodra@bigpond.net.au>
83
84 * config/tc-ppc.c: Formatting fixes.
85
86 2001-07-01 Ben Elliston <bje@redhat.com>
87
88 * config/tc-m88k.c: Back out warning fixes from 2001-06-24, as
89 they cause some subtle breakage. Will fix them again later.
90
91 2001-06-28 Nick Clifton <nickc@cambridge.redhat.com>
92
93 * config/obj-coff.c (obj_coff_ln): Treat a .ln directive
94 outside of a function as a .appline directive.
95
96 2001-06-28 Eric Christopher <echristo@redhat.com>
97 H.J. Lu <hjl@gnu.org>
98
99 * config/tc-mips.c (mips_arch): New. Use mips_arch instead
100 of mips_cpu for the ISA selection.
101 (md_longopts): Add OPTION_MARCH and OPTION_MTUNE.
102 (md_parse_option): Handle OPTION_MARCH and OPTION_MTUNE.
103 (mips_tune): New. Use mips_tune for scheduling and optimization
104 issues.
105 (append_insn): Use mips_tune and mips_arch.
106 (macro_build): Ditto.
107 (mips_ip): Ditto.
108 (md_begin): Handle mips_arch, mips_tune and mips_cpu. For
109 backwards compatability mips_cpu generates arch and tune.
110 (md_show_usage): Document new behavior.
111
112 * doc/c-mips.texi (MIPS Opts): Document -march and -mtune.
113 Deprecate -mcpu.
114
115 * NEWS: Update.
116
117 2001-06-27 Nick Clifton <nickc@cambridge.redhat.com>
118
119 * write.c (write_object_file): Do not set finalize_syms until
120 after the segments have been sized. Some backends may still
121 need to access the syms's frags in order to adjust relaxed
122 frags.
123
124 * config/tc-arm.c (do_ldst): Use MVN to build simple inverted
125 constants.
126
127 2001-06-27 Alan Modra <amodra@bigpond.net.au>
128
129 * write.c (fixup_segment <Difference of 2 syms same seg>): Don't
130 subtract MD_PCREL_FROM_SECTION for 68k.
131 (fixup_segment <Difference of 2 syms different seg>): Only fudge
132 by adding MD_PCREL_FROM_SECTION for 68k or if not already pcrel.
133
134 2001-06-27 Tracy A. Kuhrt <Tracy.Kuhrt@microchip.com>
135
136 * write.c (fixup_segment <Difference of 2 syms same seg>): If
137 pcrel, subtract MD_PCREL_FROM_SECTION value.
138
139 2001-06-24 Ben Elliston <bje@redhat.com>
140
141 * stabs.c (generate_asm_file): Make local variable `len' a size_t.
142
143 2001-06-24 Jakub Jelinek <jakub@redhat.com>
144
145 * config/tc-alpha.c (tc_gen_reloc): Handle relocs against SEC_MERGE
146 section symbols the same way as externs.
147
148 2001-06-24 Ben Elliston <bje@redhat.com>
149
150 * config/tc-m88k.c (md_number_to_imm): Remove; unused since 1993.
151 (emit_relocations): Ditto.
152 (s_bss): Ditto.
153 (md_begin): Reformat comments to conform to the GNU standards.
154 (md_assemble): Ditto.
155
156 * config/tc-m88k.c (get_reg): Adjust type of `reg_prefix' to char.
157 (md_parse_option): Mark parameters as unused.
158 (md_show_usage): Ditto.
159 (calcop): Adjust type of `reg_prefix' to char.
160 (get_reg): Ditto.
161 (getval): Adjust type of local `c' to char.
162 (md_create_short_jump): Mark from_addr, to_addr params as unused.
163 (md_create_long_jump): Ditto.
164 (md_estimate_size_before_relax): Mark parameters as unused.
165
166 * config/tc-m88k.c (md_pseudo_table): Properly terminate the table
167 to allay a possible compiler warning.
168
169 2001-06-22 Nick Clifton <nickc@cambridge.redhat.com>
170
171 * doc/internals.texi (CPU backend): Document md_atof.
172
173 2001-06-22 Matthew Wilcox <willy@ldl.fc.hp.com>
174
175 * config/tc-hppa.c (pre_defined_registers): Add %mrp (millicode
176 return pointer) alias for %r2 or %r31, depending on 32 or 64 bit
177 architecture.
178
179 2001-06-21 Philip Blundell <philb@gnu.org>
180
181 * config/tc-arm.c (cplong_flag): Rename to long_flag. All uses
182 updated.
183 (insns): Remove entry for adrl. Add long_flag for adr.
184 (do_adr): Handle `l' suffix.
185 (do_adrl): Delete.
186
187 2001-06-21 Alan Modra <amodra@bigpond.net.au>
188
189 * config/tc-hppa.c (CHECK_FIELD_WHERE): Define.
190 (md_apply_fix): Use it here. Replace printf with equivalent
191 as_bad_where.
192 (tc_gen_reloc): Use as_bad_where instead of as_bad.
193 (md_apply_fix): Here too.
194 * config/tc-i386.c (tc_gen_reloc): Use as_bad_where instead of as_bad.
195 * config/tc-m68k.c (tc_gen_reloc): Likewise.
196 (md_convert_frag_1): Likewise.
197
198 2000-06-20 Tom Rix <trix@redhat.com>
199
200 * config/tc-ppc.c (ppc_comm): Change default alignment to 4 bytes.
201
202 2001-06-18 H.J. Lu <hjl@gnu.org>
203
204 * doc/Makefile.am (info): Depend on $(MANS).
205 (as.1): Remove the prefix `$(srcdir)/'.
206 * doc/Makefile.in: Regenerated.
207
208 * as.1: Removed.
209
210 2001-06-18 Philip Blundell <philb@gnu.org>
211
212 * config/tc-arm.c (do_msr): Remove restriction on usage of
213 immediate operands.
214
215 2001-06-19 Alan Modra <amodra@bigpond.net.au>
216
217 * dwarf2dbg.c (dwarf2_finish): Output file info even when no
218 line info.
219
220 2001-06-13 Philip Blundell <philb@gnu.org>
221
222 * config/tc-arm.c (thumb_shift): Improve wording of error message.
223 (do_t_arit): Likewise.
224
225 2001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
226
227 * config/tc-sh.c (md_pseudo_table): Only intercept the .file and
228 .loc pseudos if the dfwarf2 functions are available.
229 (md_assemble): Only call dwarf2_emit_insn if it is available.
230
231 * expr.c: Fix typo in comment.
232
233 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
234
235 * doc/as.texinfo (Infix Ops): Document that comparison and
236 combiner operators can be used as infix operators.
237
238 2001-06-12 Peter Jakubek <pjak@snafu.de>
239
240 * gas/config/tc-m68k.c (parse_mri_control_operand): Fix handling
241 of AND/OR.
242 (swap_mri_condition): Add HS (alias fo CC) and LO (alias for CS).
243 (reverse_mri_condition): Likewise.
244 (swap_mri_condition): Issue warning for conditions that can not be
245 swapped.
246 (build_mri_control_operand): Fix order of operands (swapped).
247 (build_mri_control_operand): Allow upper case extension in structured
248 control directives.
249 (s_mri_else): Likewise.
250 (s_mri_next): Likewise.
251 (s_mri_for): Likewise.
252 (s_mri_if): Fix handling comment ('*') in mri mode.
253 (s_mri_while): Likewise.
254 * gas/macro.c (macro_expand): Allow macro invocation with empty
255 extension.
256
257 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
258
259 * config/tc-arm.c: Fix test for overlow of literal pool.
260
261 2001-06-11 H.J. Lu <hjl@gnu.org>
262
263 * NEWS: Updated for the new -n option for the MIPS assembler.
264
265 * config/tc-mips.c (md_show_usage): Add -n.
266
267 * doc/as.texinfo: Document the new -n option.
268 * doc/c-mips.texi: Likewise.
269 * doc/as.1: Regenerated.
270
271 2001-06-10 Alan Modra <amodra@bigpond.net.au>
272
273 * config/obj-coff.c (obj_coff_section): Formatting fix.
274
275 * config/tc-i386.c (md_assemble): Accept branch hints as ",pt" and
276 ",pn".
277
278 2001-06-08 H.J. Lu <hjl@gnu.org>
279
280 * config/tc-mips.c (warn_nops): New variable. Set to 0 to
281 disable warning about all NOPS that the assembler generates.
282 (macro): Warn NOPS generated only if warn_nops is not 0.
283 (md_shortopts): Add `n'.
284 (md_parse_option): Set warn_nops to 1 for `n'.
285
286 2001-06-08 H.J. Lu <hjl@gnu.org>
287
288 * config/tc-mips.c (mips_ip): Properly handle illegal operands.
289
290 2001-06-08 H.J. Lu <hjl@gnu.org>
291
292 * config/tc-mips.c (md_apply_fix): Don't adjust common
293 extern/weak symbols for ELF.
294 (md_estimate_size_before_relax): Treat weak like extern for
295 ELF.
296 (mips_fix_adjustable): Don't adjust extern/weak symbols for
297 ELF.
298
299 2001-06-08 Alan Modra <amodra@bigpond.net.au>
300
301 * Makefile.am: 'som' is not wrongly spelled 'some'.
302 * Makefile.in: Regenerate.
303
304 * config/tc-mips.c (mips16_mark_labels): Reduce number of calls to
305 S_GET_VALUE by using a temp.
306 (append_insn): Likewise, and for S_SET_VALUE too.
307 (mips_emit_delays): Likewise.
308 (my_getExpression): Likewise.
309 (md_apply_fix): Likewise. Use "valueT" rather than "long" for "value".
310 (mips16_extended_frag): Remove code concerned with avoiding
311 locking in a frag address now that symbols are not finalized until
312 relaxation is complete. Cater for first relaxation pass having
313 bogus addresses. Use relax_marker to reliably determine whether a
314 symbol frag has been reached on the current pass.
315
316 2001-06-07 H.J. Lu <hjl@gnu.org>
317
318 * configure.in: Move "mips-*-linux-gnu*" before "mips-*-gnu*".
319 * configure: Regenerate.
320
321 2001-06-07 H.J. Lu <hjl@gnu.org>
322
323 * configure.in: Use MIPS_STABS_ELF for Linux/mips and remove
324 ecoff emulation.
325 * configure: Regenerate.
326
327 2001-06-07 H.J. Lu <hjl@gnu.org>
328
329 * config/tc-mips.c (mips_pseudo_table): Add "extern" if
330 MIPS_STABS_ELF is defined.
331
332 2001-06-06 Nick Clifton <nickc@cambridge.redhat.com>
333
334 * as.c (show_usage): Remove L from listing options. It is not a
335 generic option.
336
337 2001-06-06 Christian Groessler <cpg@aladdin.de>
338
339 * config/tc-z8k.c: Removed many warnings by removing unused
340 variables and tagging unused parameters as such.
341 (md_begin): Fixed a typo (","instead of ";").
342 (struct ctrl_table): Add parentheses to initialize array
343 correctly.
344 (struct flag_table): Likewise.
345 (struct intr_table): Likewise.
346 (struct table): Likewise.
347 (check_operand): "#if 0"'ed since it doesn't seem to be used.
348
349 2001-06-06 Peter Jakubek <pjak@snafu.de>
350
351 * gas/config/tc-m68k.c (md_show_usage): Add all supported ColdFire
352 options to list (e.g. m5206e, m5307, m5407).
353
354 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
355
356 * config/tc-s390.h (TC_FORCE_RELOCATION): Always emit relocations
357 BFD_RELOC_VTABLE_INHERIT and BFD_RELOC_VTABLE_ENTRY.
358
359 2001-06-06 Alan Modra <amodra@bigpond.net.au>
360
361 * config/tc-i386.c (md_assemble): Handle Pentium4 branch hints.
362 <JumpByte, JumpDword insn output>: Remove dead code.
363
364 2001-06-06 Tracy Kuhrt <Tracy.Kuhrt@microchip.com>
365
366 * as.c (parse_args): Correct option name "listing-lhs-width2".
367
368 2001-06-05 Nick Clifton <nickc@cambridge.redhat.com>
369
370 * symbols.c (S_SET_EXTERNAL): Do not override a section symbol's
371 status.
372
373 2001-05-30 Richard Henderson <rth@redhat.com>
374
375 * read.c (emit_leb128_expr): Call md_cons_align.
376
377 2001-05-28 Jeff Sturm <jsturm@one-point.com>
378
379 * config/tc-sparc.c (md_apply_fix3): Handle BFD_RELOC_SPARC_UA16,
380 BFD_RELOC_SPARC_UA32 and BFD_RELOC_SPARC_UA64.
381 (tc_gen_reloc): Likewise.
382 (sparc_cons_align): Don't clear sparc_no_align_cons.
383 (cons_fix_new_sparc): Substitute BFD_RELOC_SPARC_UA{16|32|64} for
384 BFD_RELOC_{16|32|64} iff sparc_no_align_cons is set.
385
386 2001-05-27 Alan Modra <amodra@one.net.au>
387
388 * write.c (relax_segment <rs_space>): Check the section of a
389 symbol to determine whether it is absolute rather than comparing
390 its frag against zero_address_frag as listings play tricks with
391 frags.
392
393 * config/tc-m68k.c (md_assemble): Ensure variable part of frag is
394 allocated in the same chunk as the fixed part.
395
396 2001-05-26 Alan Modra <amodra@one.net.au>
397
398 * write.c (relax_segment <rs_space>): Calculate growth using
399 addresses before stretch. Prevent repeated error messages.
400 From Peter Jakubek <pjak@snafu.de>
401 Use as_bad_where and as_warn_where to pinpoint errors.
402
403 2001-05-25 Alan Modra <amodra@one.net.au>
404
405 * symbols.c (resolve_symbol_value): Always set segment, even when
406 not finalizing symbol value.
407
408 * config/obj-ieee.c (write_object_file): Set finalize_syms.
409 * config/obj-coff.c (write_object_file): Likewise.
410 * (size_section): Remove rs_space assert as fr_symbol is no longer
411 removed.
412 (fill_section): Likewise.
413
414 * configure.in: Replace linuxoldld with linux*oldld.
415 * configure: Regenerate.
416
417 From 2.11 branch 2001-03-30 Richard Henderson <rth@redhat.com>
418 * config/tc-i386.c (md_convert_frag): Don't die on local symbols
419 that have been finalized.
420
421 * symbols.c (resolve_symbol_value): Clear sy_resolving before
422 taking exit_dont_set_value.
423
424 * write.c (relax_segment <rs_space>): Don't zap fr_symbol when
425 relaxing.
426
427 2000-05-24 Tom Rix <trix@redhat.com>
428
429 * config/obj-coff.c (add_lineno): xcoff allows negative line
430 numbers
431 * config/tc-ppc.c (ppc_stabx): fix generated symbol
432
433 2001-05-24 Alan Modra <amodra@one.net.au>
434
435 * write.c (write_object_file): Set finalize_syms = 1 before
436 size_seg is called.
437
438 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
439
440 * config/tc-mips.c (ISA_HAS_64BIT_REGS): Add ISA_MIPS64 as 64 bit
441 architecture, remove erraneous ISA_MIPS32.
442 (md_show_usage): Add MIPS r12k support.
443 (mips_cpu_info_table): Add MIPS r12k support.
444
445 2001-05-22 Alan Modra <amodra@one.net.au>
446
447 * config/tc-arc.c (md_assemble): Use is_end_of_line instead of
448 testing for NULs.
449
450 * symbols.c (resolve_symbol_value): Remove "finalize" param,
451 instead use finalize_syms directly. Don't treat expressions
452 specially with regard to finalize_syms. Update calls to self.
453 (resolve_local_symbol): Update call to resolve_symbol_value.
454 (S_GET_VALUE): Likewise. Return resolve_symbol_value if
455 !finalize_syms.
456 * symbols.h (resolve_symbol_value): Update prototype.
457 * config/obj-aout.c (obj_crawl_symbol_chain): Update call
458 to resolve_symbol_value.
459 * config/obj-bout.c (obj_crawl_symbol_chain): Likewise.
460 * config/obj-coff.c (do_relocs_for): Likewise.
461 (yank_symbols): Likewise.
462 (fixup_segment): Likewise.
463 * config/obj-vms.c (obj_crawl_symbol_chain): Likewise.
464 * config/tc-mips.c (md_convert_frag): Likewise.
465 * config/tc-ppc.c (ppc_frob_symbol): Likewise.
466 (ppc_fix_adjustable): Likewise.
467 * dwarf2dbg.c (dwarf2dbg_estimate_size_before_relax): Likewise.
468 (dwarf2dbg_convert_frag): Likewise.
469 * ehopt.c (eh_frame_estimate_size_before_relax): Likewise.
470 (eh_frame_convert_frag): Likewise.
471 * expr.c (make_expr_symbol): Likewise.
472 * write.c (adjust_reloc_syms): Likewise.
473 (write_object_file): Likewise.
474 (relax_segment): Likewise.
475 (fixup_segment): Likewise.
476 (finalize_syms): Init to zero, and update comment.
477 (write_object_file): Set finalize_syms to 1 rather than 2.
478 * doc/internals.texi (sy_value): Mention finalize_syms.
479 (S_GET_VALUE): Remove restriction on when S_GET_VALUE can be called.
480
481 * config/tc-m68k.c (relaxable_symbol): Only treat external symbols
482 as relaxable if embedded system, make weak syms non-relaxable.
483 Move definition..
484 (tc_m68k_fix_adjustable): ..so it can be used here.
485 (md_apply_fix_2): Sign extend without conditional.
486
487 * config/tc-v850.c: Update copyright.
488
489 2001-05-16 Jeff Johnston <jjohnstn@redhat.com>
490
491 * cgen.c (gas_cgen_tc_gen_reloc): Changed error message when
492 howto entry is not found.
493
494 2001-05-15 Alexandre Oliva <aoliva@redhat.com>
495
496 * config/tc-mn10300.c (mn10300_force_relocation): Don't
497 optimize differences between symbols in code sections to
498 constants.
499 (mn10300_fix_adjustable): Don't adjust to section+offset
500 relocations pointing at symbols in code sections.
501
502 2001-05-16 Alan Modra <amodra@one.net.au>
503
504 * config/tc-arc.c (md_assemble): Correct dwarf2_emit_insn param
505 for 8 byte insns.
506 * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn before
507 opcodes are output rather than after. Delete insn_size.
508 * config/tc-v850.c (md_assemble): Similarly, but delete
509 total_insn_size.
510
511 2001-05-14 Richard Henderson <rth@redhat.com>
512
513 * ehopt.c (eh_frame_convert_frag): Fix missed subtype adjustment
514 last change.
515
516 2001-05-14 Richard Henderson <rth@redhat.com>
517
518 * ehopt.c (get_cie_info): Rename from eh_frame_code_alignment;
519 also collect whether to expect an FDE augmentation.
520 (check_eh_frame): Rewrite as a state machine. Track where in
521 an FDE we are located, skip any augmentation.
522 (eh_frame_estimate_size_before_relax): Get code alignment from
523 the fragment subtype.
524 (eh_frame_relax_frag, eh_frame_convert_frag): Likewise.
525 * read.c (emit_leb128_expr): Call check_eh_frame.
526
527 2001-05-14 Alexandre Oliva <aoliva@redhat.com>
528
529 * config/tc-mn10300.c (md_assemble): Anchor dwarf2 line info
530 before a relaxable insns.
531
532 2001-05-13 Alexandre Oliva <aoliva@redhat.com>
533
534 * config/tc-mn10300.c (tc_gen_reloc): Don't reject differences
535 between symbols if the base symbol is in the current section;
536 emit a PC-relative relocation instead.
537
538 2001-05-12 Peter Targett <peter.targett@arccores.com>
539
540 * config/tc-arc.c: Update copyright and tidy source comments.
541 (md_pseudo_table): Add directive .cpu back as an alias for
542 .option. Add .file and .line for dwarf2 support.
543 (arc_mach_type): Make bfd_mach_arc_6 default.
544 (md_longopts): Add entry 'pre-v6' representing old command line
545 option when assembling for 'arc5' core versions.
546 (md_parse_option): Make OPTION_ARC same as OPTION_ARC6, for new
547 default behaviour.
548 (arc_code_symbol): Make symbol value for @h30 fixup expression
549 equal to O_constant.
550 (md_assemble): Call dwarf2_emit_insn.
551 Include "dwarf2dbg2.h". Formatting fixes throughout file.
552 * config/tc-arc.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
553 * doc/c-arc.texi (ARC_CORE_DEFAULT): Update to new default.
554
555 2001-05-11 Jakub Jelinek <jakub@redhat.com>
556
557 * config/tc-ia64.c (special_linkonce_name): New.
558 (make_unw_section): Map .gnu.linkonce.t.FOO text section into
559 .gnu.linkonce.ia64unw{,i}.FOO.
560 (ia64_elf_section_type): Handle .gnu.linkonce.ia64unw{,i}.FOO.
561 (dot_endp): Add comment about it.
562
563 2001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
564
565 * config/tc-arm.c (arm_handle_align): When truncating an aligned
566 block, ensure that the low order bits of the alignment are
567 preserved.
568
569 2001-05-10 Alan Modra <amodra@one.net.au>
570
571 * config/obj-vms.c (obj_crawl_symbol_chain): Don't take address of
572 symbol_next.
573
574 * config/tc-fr30.c (md_estimate_size_before_relax): Return size of
575 current variable part of frag.
576 * config/tc-m32r.c (md_estimate_size_before_relax): Likewise.
577 * config/tc-openrisc.c (md_estimate_size_before_relax): Likewise.
578 * config/tc-m68hc11.c (RELAX_STATE): Define.
579 (RELAX_LENGTH): Define.
580 (md_estimate_size_before_relax): Handle non-relaxable cases
581 separately from relaxable cases for clarity, and return correct
582 size for multi-pass relaxation.
583 * config/tc-tahoe.c (RELAX_LENGTH): Correct.
584 (md_estimate_size_before_relax): As for tc-m68hc11.c.
585 (md_convert_frag): Remove "length_code".
586 * config/tc-vax.c (RELAX_STATE): Define.
587 (RELAX_LENGTH): Define.
588 (md_relax_table): Add missing entry.
589 (md_estimate_size_before_relax): As for tc-m68hc11.c.
590 (md_convert_frag): Remove "length_code".
591 * config/tc-ns32k.c (md_estimate_size_before_relax): Simplify and
592 don't bother setting fr_var. Return correct size for multi-pass
593 relaxation.
594 * config/tc-v850.c (md_estimate_size_before_relax): Rewrite.
595 (md_convert_frag): Don't bother clearing fr_var.
596 (md_pseudo_table): Correct initialization.
597 * config/tc-h8500.c (md_convert_frag): Don't bother clearing fr_var.
598 (md_estimate_size_before_relax): No need to set fr_var.
599 * config/tc-mcore.c (md_convert_frag): Don't bother clearing fr_var.
600 (md_estimate_size_before_relax): No need to set fr_var.
601
602 2001-05-09 Richard Henderson <rth@redhat.com>
603
604 * config/tc-ia64.c (generate_unwind_image): Align the fragment
605 beginning a function's unwind info block.
606
607 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
608
609 * config/tc-mn10300.c (md_apply_fix3): Accept PC-relative relocs.
610
611 2001-05-08 Andreas Schwab <schwab@suse.de>
612
613 * config/tc-m68k.c: Instead of replacing -1 by 64 in assignment to
614 fx_pcrel_adjust explicitly sign extend when reading it.
615
616 2001-05-08 Alan Modra <amodra@one.net.au>
617
618 * config/tc-m68k.c (md_estimate_size_before_relax): Set fr_var
619 from md_relax_table, and combine some switch cases.
620
621 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
622
623 * config/tc-mn10300.c (md_assemble): Subtract operand->shift
624 from offset in non-pcrel operands too.
625
626 2001-05-06 Nick Clifton <nickc@cambridge.redhat.com>
627
628 * config/tc-arm.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
629 * config/tc-arm.c (arm_handle_align): Do not insert more than
630 MAX_MEM_FOR_RS_ALIGN_CODE bytes.
631 (arm_frag_align_code): Use MAX_MEM_FOR_RS_ALIGN_CODE.
632
633 2001-05-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
634
635 * Makefile.am (TARG_ENV_HFILES): Add te-hppa64.h and te-hppalinux64.h.
636 Run "make dep-am".
637 * Makefile.in: Regenerate.
638 * configure.in: Remove duplicate mips-*-ecoff* entry.
639 * configure: Regenerate.
640
641 * config/obj-ecoff.c (obj_pseudo_table): Fix terminating entry.
642 (n_names): Cast away type mismatch.
643 (ecoff_sec_sym_ok_for_reloc): Add unused attribute.
644 (obj_ecoff_frob_symbol): Likewise.
645 * ecoff.c: (add_file): Add unused attribute.
646 (ecoff_directive_begin): Likewise.
647 (ecoff_directive_bend): Likewise.
648 (ecoff_directive_def): Likewise.
649 (ecoff_directive_dim): Likewise.
650 (ecoff_directive_scl): Likewise.
651 (ecoff_directive_size): Likewise.
652 (ecoff_directive_type): Likewise.
653 (ecoff_directive_tag): Likewise.
654 (ecoff_directive_val): Likewise.
655 (ecoff_directive_endef): Likewise.
656 (ecoff_directive_end): Likewise.
657 (ecoff_directive_ent): Likewise.
658 (ecoff_directive_extern): Likewise.
659 (ecoff_directive_file): Likewise.
660 (ecoff_directive_fmask): Likewise.
661 (ecoff_directive_frame): Likewise.
662 (ecoff_directive_mask): Likewise.
663 (ecoff_directive_loc): Likewise.
664 (mark_stabs): Likewise.
665 (ecoff_stab): Likewise.
666 (ecoff_frob_symbol): Cast away type mismatch.
667 (ecoff_padding_adjust): Likewise.
668 (ecoff_build_symbols): Likewise.
669 (ecoff_build_procs): Likewise.
670 (ecoff_build_aux): Likewise.
671 (ecoff_build_strings): Likewise.
672 (ecoff_build_fdr): Likewise.
673 (ecoff_build_debug): Likewise.
674 * itbl-ops.c (itbl_assemble): Variable initialization.
675
676 2001-05-03 Alan Modra <amodra@one.net.au>
677
678 * config/tc-i386.c (i386_displacement): Call as_bad for bad GOTOFF
679 expressions rather than triggering an assert.
680
681 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
682
683 * config/tc-openrisc.c: New file.
684 * config/tc-openrisc.h: Likewise.
685
686 * Makefile.am: Add OpenRISC target.
687 * Makefile.in: Regenerated.
688
689 * configure.in (openrisc-*-*): Add target.
690 * configure: Regenerated.
691
692 2001-05-02 Nick Clifton <nickc@cambridge.redhat.com>
693
694 * config/tc-arm.c (arm_frag_align_code): Change error message to
695 more explanatory version.
696
697 2001-04-29 Keith M Wesolowski <wesolows@foobazco.org>
698
699 * config/tc-mips.c (md_parse_option): Also accept
700 elf64-tradbigmips and elf64-tradlittlemips for OPTION_64.
701
702 2001-04-27 David Mosberger <davidm@hpl.hp.com>
703
704 * config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p()
705 argument passing order: predicate goes last, not first.
706
707 2001-04-27 Sean McNeil <sean@mcneil.com>
708
709 * configure.in: Add arm-vxworks.
710 * configure: Regenerate.
711
712 2001-04-26 Nick Clifton <nickc@cambridge.redhat.com>
713
714 * config/tc-arm.c (arm_handle_align): New Function: Generate
715 no-op filled alignment frags.
716 (arm_frag_align_code): New Function: Create a code alignment frag.
717 (arm_init_frag): New Function: Initialse the target dependent
718 parts of a frag.
719
720 * config/tc-arm.h (TC_FRAG_TYPE): Define.
721 (TC_FRAG_INIT): Define.
722 (HANDLE_ALIGN): Define.
723 (md_do_align): Define.
724
725 2001-04-25 Nick Clifton <nickc@cambridge.redhat.com>
726
727 * config/obj-coff.c (do_linenos_for): Check to see if the filename
728 symbol has been initialised before extracting its symbol index.
729
730 2001-04-24 H.J. Lu <hjl@gnu.org>
731
732 * configure: Regenerated with the right version of autoconf.
733
734 2001-04-24 Christian Groessler <cpg@aladdin.de>
735
736 * config/tc-z8k.c (build_bytes): 12 and 16 bit displacements now
737 generate R_CALLR and R_REL16 relocations
738
739 2000-04-20 Jason Eckhardt <jle@redhat.com>
740
741 * config/tc-d10v.h (tc_frob_label): Update the symbol's frag
742 since frag_now can change after d10v_cleanup is called.
743
744 2001-04-16 David O'Brien <obrien@FreeBSD.org>
745
746 * configure.in: Add the em type for FreeBSD targets.
747 * configure: Regenerate.
748
749 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
750
751 * struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE.
752 * symbols.c (local_symbol_convert): Call TC_LOCAL_SYMFIELD_CONVERT.
753
754 * config/tc-mn10300.c (md_assemble): Simplify offset adjustment of
755 pc-relative relocations not placed at the end of the instruction.
756
757 2001-04-13 Jim Wilson <wilson@redhat.com>
758
759 * tc-ia64.c (is_conditional_branch): Return true for br, brl, and br.
760 excluding br.i.
761
762 2001-04-13 Jakub Jelinek <jakub@redhat.com>
763
764 * config/obj-elf.c (obj_elf_change_section): Add entsize argument,
765 handle SHF_MERGE and SHF_STRINGS.
766 (obj_elf_parse_section_letters): Set SHF_MERGE and SHF_STRINGS.
767 (obj_elf_section): Allow additional argument specifying entity size.
768 * write.c (adjust_reloc_syms): Keep relocations against local symbols
769 in SEC_MERGE sections.
770
771 2001-04-12 Jason Merrill <jason_merrill@redhat.com>
772
773 * dwarf2dbg.c (process_entries): Don't optimize redundant line notes.
774
775 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
776
777 * expr.c (operand): Pass &c to md_parse_name().
778 * config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust.
779
780 2001-04-07 Steven J. Hill <sjhill@cotw.com>
781
782 * config/tc-mips.c: Support ELF64 for traditional MIPS targets.
783
784 * Makefile.am: (TARG_ENV_HFILES): Add tc-mips.h.
785 * Makefile.in: Regenerated.
786
787 * configure.in: Use traditional MIPS targets for Linux/MIPS.
788 * configure: Regenerated.
789
790 2001-04-06 Alexandre Oliva <aoliva@redhat.com>
791
792 * config/tc-mn10300.c (xr_registers): Added `pc'.
793
794 2001-04-05 Alan Modra <alan@linuxcare.com.au>
795
796 * configure.in: Add h8500-*-coff and h8500-*-rtems targets.
797 * configure: Regenerate.
798
799 * config/tc-h8500.c (md_estimate_size_before_relax): Add missing
800 cases, and always return size based on current fr_subtype.
801 (md_begin): Move initialization of md_relax_table..
802 (md_relax_table): ..to static initializer. Set rlx_length for
803 UNDEF_WORD_DISP cases.
804 * config/tc-w65.c (md_estimate_size_before_relax): Likewise.
805 (md_begin): Likewise.
806 (md_relax_table): Likewise.
807 * config/tc-mcore.c (md_estimate_size_before_relax): Likewise.
808 (md_relax_table): Set rlx_length for UNDEF_WORD_DISP cases.
809 Set rlx_backward and rlx_forward to zero for unused states.
810 * config/tc-sh.c (md_estimate_size_before_relax): Likewise.
811 (md_relax_table): Set rlx_length for UNDEF_WORD_DISP cases.
812 (UNCOND12, UNCOND32): Remove duplicate defines.
813
814 2001-04-04 Hans-Peter Nilsson <hp@axis.com>
815
816 * config/tc-cris.c (md_estimate_size_before_relax) <case
817 ENCODE_RELAX (STATE_CONDITIONAL_BRANCH, STATE_UNDF)>: Don't emit
818 32-bit branch, just set fragP->fr_subtype. Set fragP->fr_var.
819 <all cases>: Always set fragP->fr_var using md_cris_relax_table.
820 Add cases to cover all relax states.
821 (cris_insn_first_word_frag): New.
822 (md_assemble): Call cris_insn_first_word_frag to get the first
823 frag in an insn, not frag_more. Don't call dwarf2_emit_insn at
824 end. Drop variable insn_size.
825 (gen_bdap): Call cris_insn_first_word_frag, not frag_more.
826 (cris_sym_leading_underscore): Wrap first as_bad parameter in _().
827 (cris_sym_no_leading_underscore, s_cris_file, s_cris_loc): Ditto.
828
829 * write.c (write_object_file): Reset broken word state before
830 calling relax_seg.
831
832 2001-03-31 Alan Modra <alan@linuxcare.com.au>
833
834 * listing.c (listing_listing): Enable listing on EDICT_NOLIST_NEXT
835 for one line if not already enabled.
836 * cond.c (s_elseif): Correct conditional assembly listing.
837 (s_else): Likewise.
838
839 * cond.c (s_endif): Correct handling of "if .. elseif .." trees.
840 Don't abort on NULL current_cframe.
841
842 2001-03-30 Alan Modra <alan@linuxcare.com.au>
843
844 * dwarf2dbg.c (dwarf2_directive_file): Fix warnings.
845 (dwarf2dbg_convert_frag): Pass `finalize_syms' to resolve_symbol_value.
846 * config/obj-aout.c (obj_crawl_symbol_chain): Likewise.
847 * config/obj-bout.c (obj_crawl_symbol_chain): Likewise.
848 * config/obj-coff.c (do_relocs_for): Likewise.
849 (yank_symbols): Likewise.
850 (fixup_segment): Likewise.
851 * config/tc-ppc.c (ppc_frob_symbol): Likewise.
852 (ppc_fix_adjustable): Likewise.
853 * config/tc-mips.c (md_convert_frag): Likewise.
854 * config/obj-vms.c (obj_crawl_symbol_chain): Likewise.
855 * ehopt.c (eh_frame_convert_frag): Likewise.
856 * expr.c (make_expr_symbol): Likewise.
857
858 * frags.h (struct frag): Add last_fr_address. Reorder fields for
859 better packing.
860 * symbols.c (resolve_symbol_value): Don't fix expression values
861 until relaxation is complete.
862 (resolve_local_symbol): Pass `finalize_syms' to resolve_symbol_value.
863 (S_GET_VALUE): Likewise, and return unresolved expression value.
864 * write.c (finalize_syms): New.
865 (relax_and_size_seg): Split into..
866 (relax_seg): New function, returns 1 if anything changed..
867 (size_seg): And the remainder of relax_and_size_seg.
868 (fixup_segment): Arrange for final resolution of sym values.
869 (adjust_reloc_syms): Likewise.
870 (write_object_file): Likewise, and repeatedly call relax_seg until
871 nothing more changes.
872 (relax_segment): Return 1 if anything changed. Use correct types
873 for rs_org `target' and `after'.
874 * write.h (finalize_syms): Declare.
875 (relax_segment): Update prototype.
876
877 * config/tc-sh.c (md_estimate_size_before_relax): Add extra
878 do-nothing cases to switch to avoid abort on a second relaxation
879 pass, and tidy code a little.
880 * config/tc-cris.c (md_estimate_size_before_relax): Likewise.
881 * config/tc-h8500.c (md_estimate_size_before_relax): Likewise.
882 * config/tc-w65.c (md_estimate_size_before_relax): Likewise.
883 * config/tc-i386.c (UNCOND_JUMP, COND_JUMP, COND_JUMP86): Decrement.
884 (md_relax_table): Remove first four unused entries. Increment
885 rlx_length by one throughout table, and update comments to suit.
886 (md_estimate_size_before_relax): Return size of current variable
887 part of frag to reflect reality when relaxing more than once.
888 * config/tc-mcore.c (COND12, UNCD12): Rename to DISP12 throughout.
889 (COND32, UNCD32): Rename to DISP32 throughout.
890 (UNDEF_WORD_DISP): Renumber to 3.
891 (md_estimate_size_before_relax): Add extra do-nothing cases.
892 * config/tc-mn10200.c (md_estimate_size_before_relax): Rewrite.
893 * config/tc-mn10300.c (md_estimate_size_before_relax): Rewrite.
894 * config/tc-ns32k.c (md_estimate_size_before_relax): Add cases to
895 handle word and dword branches.
896
897 2001-03-29 Hans-Peter Nilsson <hp@axis.com>
898
899 * config/tc-cris.h (tc_fix_adjustable): Allow only
900 BFD_RELOC_CRIS_32_GOTREL of the PIC relocs.
901 * config/tc-cris.c (cris_get_pic_suffix): Correct reloc type in
902 example in comment to valid type.
903
904 2001-03-28 H.J. Lu <hjl@gnu.org>
905
906 * read.c (equals): Set to local for COFF only if it hasn't been
907 defined before.
908
909 2001-03-28 Alan Modra <alan@linuxcare.com.au>
910
911 * config/tc-hppa.c (DEFAULT_LEVEL): Define.
912 (md_begin): Use it when setting default architecture.
913
914 2001-03-27 Nick Papadonis <nick@coelacanth.com>
915
916 * read.c (equals): (for COFF) default symbols to being local.
917
918 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
919
920 * configure.in (cris-*-*): Change default emulation to criself.
921 (cris-*-*aout*): New rule.
922 * configure: Regenerate.
923
924 2001-03-26 Martin Schwidefsky <schwidefsky@de.ibm.com>
925
926 * config/tc-s390.c (tc_s390_fix_adjustable): Add test for
927 BFD_RELOC_390_GOTENT.
928 * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Add test for
929 BFD_RELOC_390_GOTENT.
930
931 2001-03-26 Nick Clifton <nickc@redhat.com>
932
933 * config/tc-s390.h (TC_FORCE_RELOCATION): Define.
934 * config/tc-s390.c (s390_force_relocation): New function: Force
935 relocations for VTINHERIT relocs.
936
937 2001-03-23 Stephane Carrez <Stephane.Carrez@worldnet.fr>
938
939 * doc/as.texinfo: Put @c man begin to generate the as man page.
940 When generating man, define all the variables. Re-organize some
941 options to obtain better indentation of man page.
942 * doc/Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
943 (as.1): Build from as.texinfo.
944 * doc/Makefile.in: Regenerate.Index: binutils/Makefile.am
945
946 2001-03-25 Alan Modra <alan@linuxcare.com.au>
947
948 * config/tc-i386.c (i386_scale): Accept an absolute expression for
949 scale factor, and return the end of the expression.
950 (i386_operand): Modify for above.
951
952 2001-03-23 Nick Clifton <nickc@redhat.com>
953
954 * doc/as.texinfo: Document --listing-XXX command line switches.
955 Explain why listings behave differently when -pipe is used.
956
957 2001-03-23 Richard Sandiford <rsandifo@redhat.com>
958
959 * write.c (fix_new_exp): Print an error if passed a register.
960
961 2001-03-23 Hans-Peter Nilsson <hp@axis.com>
962
963 * config/tc-cris.c: Tweak attribution. Fix typos. PIC support.
964 (PIC_SUFFIX_CHAR): New macro.
965 (cris_get_pic_suffix, cris_get_pic_reloc_size): New functions.
966 (pic): New variable.
967 (md_longopts): New option --pic.
968 (OPTION_PIC): Define.
969 (md_estimate_size_before_relax): Tweak longish comment.
970 (md_create_long_jump): Make the long jumps generate ADD.D offset,PC.
971 (md_assemble): Handle a PIC relocation on prefix and normal
972 instruction operands.
973 <output_instruction.insn_type == CRIS_INSN_BRANCH>: Handle
974 "complex" operand expressions. Call frag_more outside
975 gen_cond_branch_32 parameter list.
976 (cris_process_instruction): Handle PIC relocs on parsed
977 operand expressions. Validize PIC reloc sizes.
978 (get_autoinc_prefix_or_indir_op): Handle PIC suffix.
979 (gen_bdap): Handle "complex" operand expressions.
980 (gen_cond_branch_32): Use as_warn_where, not as_warn. Use
981 ADD.D offset,PC as jump instruction if generating PIC. Generate
982 error instead of crashing on complex expressions.
983 (cris_number_to_imm): Add segT parameter. All callers changed.
984 Use segT parameter, not now_seg, for segment of fixup. Handle
985 PCREL relocations but check that they are fully resolved.
986 (md_parse_option): Handle OPTION_PIC.
987 (tc_gen_reloc): Handle PIC relocs.
988 (md_show_usage): Update for --pic.
989 (md_apply_fix3): Renamed from md_apply_fix.
990 (md_pcrel_from): Accept emitting PCREL relocs when ELF.
991 (md_cris_force_relocation): Force relocation for PIC relocs.
992
993 * config/tc-cris.h: Tweak attribution.
994 (MD_APPLY_FIX3): Define.
995 (IS_CRIS_PIC_RELOC): New macro.
996 (TC_RELOC_RTSYM_LOC_FIXUP): Define.
997 (tc_fix_adjustable): Don't adjust a globally visible symbol when
998 generating ELF.
999 (tc_frob_symbol): Avoid emitting undefined symbols.
1000
1001 2001-03-20 Alan Modra <alan@linuxcare.com.au>
1002
1003 * frags.h (struct frag): Add relax_marker.
1004 * write.c (is_dnrange): Delete.
1005 (relax_frag): Use correct types for `aim', `target', `address'.
1006 Delete `offset', `was_address'. Test `relax_marker' instead of
1007 using fragile (and slow) address test.
1008 (relax_segment): Init and flip `relax_marker'.
1009
1010 2001-03-19 Alan Modra <alan@linuxcare.com.au>
1011
1012 * config/tc-i386.c (md_assemble <REGISTER_WARNINGS>): Correct
1013 used register name.
1014
1015 2001-03-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1016
1017 * config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
1018 with 'Motorola specification for assembly language input standard'.
1019
1020 2001-03-17 Richard Henderson <rth@redhat.com>
1021
1022 * dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
1023 (dwarf2_directive_loc): Don't use them.
1024 (dwarf2_directive_file): Reject duplicate file definitions.
1025 (get_filenum): Zero allocated memory.
1026 (out_file_list): Complain about missing file definitions.
1027
1028 2001-03-17 Alan Modra <alan@linuxcare.com.au>
1029
1030 * read.c (do_org): Handle complex expressions.
1031 * cgen.c (gas_cgen_finish_insn): Likewise.
1032
1033 2001-03-15 David Mosberger <davidm@hpl.hp.com>
1034
1035 * config/tc-ia64.c (md): New member keep_pending_output.
1036 (ia64_flush_pending_output): Flush only if md.keep_pending_output
1037 is not set.
1038 (dot_xdata): Turn on md.keep_pending_output for the duration of
1039 this function.
1040 (dot_xfloat_cons): Ditto.
1041 (dot_xstringer): Ditto.
1042 (dot_xdata_ua): Ditto.
1043 (dot_xfloat_cons_ua): Ditto.
1044
1045 2001-03-15 Jim Wilson <wilson@redhat.com>
1046
1047 * config/tc-ia64.c (ia64_unrecognized_line, case '['): Add local
1048 label support.
1049
1050 2001-03-15 Alexandre Oliva <aoliva@redhat.com>
1051
1052 * config/tc-sh.c (parse_reg): Match capital MACH and MACL.
1053
1054 2001-03-15 DJ Delorie <dj@redhat.com>
1055
1056 * stabs.c (s_stab_generic): Don't corrupt the notes obstack by
1057 blindly freeing string if it isn't at the top of the obstack.
1058
1059 2001-03-13 Alan Modra <alan@linuxcare.com.au>
1060
1061 * config/tc-i386.c (RELOC_ENUM): Define. Use throughout file.
1062 (NUM_FLAG_CODE): Define.
1063 (lex_got): New function.
1064 (got_reloc): New global var.
1065 (x86_cons_fix_new): New function.
1066 (x86_cons): New function.
1067 (i386_immediate): Use lex_got here, replacing inline code. Change
1068 "ignoring junk.." error message to "junk.."
1069 (i386_displacement): Likewise.
1070 * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Define.
1071 (x86_cons): Declare.
1072 (TC_CONS_FIX_NEW): Define.
1073 (x86_cons_fix_new): Declare.
1074
1075 2001-03-12 Nick Clifton <nickc@redhat.com>
1076
1077 * config/tc-arm.c (md_begin): Always set machine type based on
1078 cpu_variant.
1079
1080 2001-03-07 Alan Modra <alan@linuxcare.com.au>
1081
1082 * config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc.
1083 (md_assemble) <smallest displacement>: Use correct field of i.op[]
1084 union.
1085 <JumpInterSegment output>: Use correct i.disp_reloc[].
1086 <immediate output>: Likewise.
1087
1088 2001-03-06 Nick Clifton <nickc@redhat.com>
1089
1090 * config/tc-arm.c (md_apply_fix3): Clear bit zero of offset in
1091 BLX(1) instruction.
1092
1093 2001-03-06 Igor Shevlyakov <igor@windriver.com>
1094
1095 * config/tc-m68k.c : Add 5407 to archs[] table.
1096 (HAVE_LONG_BRANCH): Add mcf5407.
1097 (select_control_regs): Recognize 5407.
1098
1099 2001-03-02 Dave Brolley <brolley@redhat.com>
1100
1101 * config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather
1102 than m32r_do_align.
1103
1104 2001-03-02 Richard Sandiford <rsandifo@redhat.com>
1105
1106 * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): New macro.
1107 (gen_to_words): Print warnings if NaNs are found and the target CPU
1108 does not support them. Allow largest exponent to be used in normal
1109 numbers if TC_LARGEST_EXPONENT_IS_NORMAL evaluates to true.
1110
1111 2001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de>
1112
1113 * config/tc-i386.c (tc_gen_reloc): Remove ugly hack which is not needed
1114 anymore since we use bfd_elf_generic_reloc now.
1115 (md_apply_fix3): Only apply hack for partial_inplace if not using RELA.
1116
1117 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1118
1119 * configure.in (BFD_VERSION): New.
1120 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1121 * configure: Regenerate.
1122 * Makefile.am: Run "make dep-am"
1123 * Makefile.in: Regenerate.
1124 * doc/Makefile.in: Regenerate.
1125
1126 2001-02-26 Mark Elbrecht <snowball3@bigfoot.com>
1127
1128 * config/obj-coff.c [BFD_ASSEMBLER] (obj_coff_section): Set
1129 SEC_NEVER_LOAD when the 'n' flag is used.
1130 Add SEC_NEVER_LOAD to matchflags.
1131
1132 2001-02-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1133
1134 * symbols.c (decode_local_label_name): Initialize message_format
1135 only when an error is reported (perf pb due to I18N).
1136
1137 2001-02-23 H.J. Lu <hjl@gnu.org>
1138
1139 * dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if
1140 BFD_ASSEMBLER is not defined.
1141
1142 2001-02-23 Richard Sandiford <rsandifo@redhat.com>
1143
1144 * config/tc-mn10300.c (md_apply_fix3): Don't mark a fixup as
1145 done if it's against a symbol.
1146
1147 2001-02-22 Timothy Wall <twall@cygnus.com>
1148
1149 * config/tc-ia64.c (ia64_target_format): Return ia64-aix-specific
1150 target formats if applicable.
1151 * config/te-ia64aix.h: New. Configuration for AIX5 on IA-64.
1152 * Makefile.am (TARG_ENV_HFILES): Added config/te-ia64aix.h.
1153 * Makefile.in: Regenerated.
1154 * configure.in: Added configuration for ia64-*-aix*.
1155 * configure: Regenerated.
1156
1157 2001-02-21 David Mosberger <davidm@hpl.hp.com>
1158
1159 * config/tc-ia64.c (enum operand_match_result): New type.
1160 (operand_match): Change return type to operand_match_result.
1161 Fix all returns appropriately, adding support for returning the
1162 out-of-range result.
1163 (parse_operands): New locals result, error_pos, out_of_range_pos,
1164 curr_out_of_range_pos. Rewrite operand matching loop to give better
1165 error messages.
1166
1167 2001-02-21 David Mosberger <davidm@hpl.hp.com>
1168
1169 * config/tc-ia64.c (struct unwind): Add member "prologue_count".
1170 (dot_proc): Clear unwind.prologue_count to zero.
1171 (dot_prologue): Increment unwind.prologue_count.
1172 (dot_restore): If second operand is omitted, use
1173 unwind.prologue_count -1 for "ecount" (# of additional regions to
1174 pop). Decrement unwind.prologue_count by number of regions
1175 popped.
1176
1177 2001-02-21 Nick Clifton <nickc@redhat.com>
1178
1179 * doc/as.texinfo (Section): Note that some flags to the COFF
1180 version of .section remove attributes rather than setting them.
1181
1182 2001-02-20 Kazu Hirata <kazu@hxi.com>
1183
1184 * config/tc-pdp11.c: Fix formatting.
1185 * config/tc-pdp11.h: Likewise.
1186
1187 2001-02-20 Bo Thorsen <bo@suse.de>
1188
1189 * config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT
1190 entry.
1191
1192 2001-02-18 David O'Brien <obrien@FreeBSD.org>
1193
1194 * configure.in (cpu_type, arch): Add a generic FreeBSD specification as
1195 all FreeBSD platforms should look the same at this level.
1196 * configure: Rebuilt.
1197 * config/tc-i386.c: Add support for old FreeBSD a.out hosts.
1198
1199 2001-02-18 lars brinkhoff <lars@nocrew.org>
1200
1201 * Makefile.am: Add PDP-11 target.
1202 * configure.in: Likewise.
1203 * config/tc-pdp11.c: New file.
1204 * config/tc-pdp11.h: New file.
1205 * doc/Makefile.am: Add PDP-11 documentation.
1206 * doc/all.texi: Likewise.
1207 * doc/as.texinfo: Likewise.
1208 * doc/c-pdp11.texi: New file.
1209
1210 2001-02-16 matthew green <mrg@redhat.com>
1211
1212 * cgen.c (gas_cgen_md_apply_fix3): Support BFD_RELOC_64.
1213
1214 2001-02-13 Jim Wilson <wilson@redhat.com>
1215
1216 * config/tc-ia64.c (operand_match, case TAG13): Make a BFD_RELOC_UNUSED
1217 reloc instead of a 0 reloc.
1218 (md_apply_fix3): Check for BFD_RELOC_UNUSED instead of 0, and mark it
1219 as done.
1220 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Likewise.
1221
1222 2001-02-13 Ian Lance Taylor <ian@zembu.com>
1223
1224 * write.c (is_dnrange): Stop as soon as the address becomes
1225 larger.
1226 (relax_frag): Add segment parameter. Only call symbol_get_frag
1227 once. Only call is_dnrange if the symbol is in the same segment,
1228 and the symbol address is larger.
1229 (relax_segment): Pass segment to md_relax_frag and relax_frag.
1230 * write.h (relax_frag): Update declaration.
1231 * config/tc-fr30.c (fr30_relax_frag): Add segment parameter. Pass
1232 it to relax_frag.
1233 * config/tc-m32r.c (m32r_relax_frag): Likewise.
1234 * config/tc-m32r.h (md_relax_frag): Add segment parameter.
1235 (m32r_relax_frag): Update declaration.
1236 * config/tc-mips.h (md_relax_frag): Add segment parameter.
1237 * config/tc-tic54x.h (md_relax_frag): Likewise.
1238 * doc/internals.texi (CPU backend): Update documentation for
1239 md_relax_frag.
1240
1241 2001-02-13 Alan Modra <alan@linuxcare.com.au>
1242
1243 * doc/c-i386.texi (i386-Arch): Add "jumps"/"nojumps" blurb.
1244 Mention effect of < 386 architectures on jump promotion.
1245 (i386-Jumps): xref above. Don't assume long disp is 32 bits.
1246
1247 * config/tc-i386.c (no_cond_jump_promotion): New.
1248 (set_cpu_arch): Parse "jumps" arch modifier.
1249 (insn_size): Modify usage comment.
1250 (ENCODE_RELAX_STATE): Reformat and protect macro arg.
1251 (SIZE_FROM_RELAX_STATE): Rename to DISP_SIZE_FROM_RELAX_STATE.
1252 (TYPE_FROM_RELAX_STATE): New define.
1253 (UNCOND_JUMP, COND_JUMP): Renumber.
1254 (md_relax_table): Reorder to suit.
1255 (COND_JUMP86): New define.
1256 (md_relax_table): Handle COND_JUMP86 cases. Add a few comments.
1257 (md_assemble): Create frag var for jumps of max size, encode relax
1258 state for COND_JUMP86.
1259 (md_estimate_size_before_relax): Handle COND_JUMP86 cases, and
1260 leave conditional jumps small if no_cond_jump_promotion.
1261 (md_convert_frag): Likewise.
1262
1263 * expr.c (operator): Don't bump input_line_pointer for two char
1264 operators. Instead return operator size via new param num_chars.
1265 (expr): Use above to parse multi-char operators correctly.
1266
1267 Mon Feb 12 17:45:50 CET 2001 Jan Hubicka <jh@suse.cz>
1268
1269 * config/tc-i386.c (i386_displacement): Fix handling of
1270 BFD_RELOC_X86_64_GOTPCREL.
1271 (i386_validate_fix): Likewise.
1272
1273 2001-02-12 Philip Blundell <pb@futuretv.com>
1274
1275 * config/tc-arm.c (do_ldst): Improve warnings for unpredictable
1276 ldrt/strt instructions.
1277
1278 2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1279
1280 * config/tc-mips.c (macro): For M_LA_AB emit a
1281 BFD_RELOC_MIPS_CALL16 relocation or a
1282 BFD_RELOC_MIPS_CALL_HI16/BFD_RELOC_MIPS_CALL_LO16 pair instead of
1283 BFD_RELOC_MIPS_GOT16 and
1284 BFD_RELOC_MIPS_GOT_HI16/BFD_RELOC_MIPS_GOT_LO16, respectively for
1285 loading the jump register when generating SVR4_PIC code.
1286
1287 2001-02-10 Chris Demetriou <cgd@broadcom.com>
1288
1289 * configure.in: Make 'mipself' and 'mipsecoff' emulations
1290 map to MIPS-specific files, as they used to do before the
1291 change on 2000-05-21.
1292 * configure: Regerate.
1293
1294 2001-02-10 Chris Demetriou <cgd@broadcom.com>
1295
1296 * config/tc-mips.c (md_parse_option): Don't try to compile
1297 ELF-only option code if not ELF.
1298
1299 2001-02-08 David Mosberger <davidm@hpl.hp.com>
1300
1301 * config/tc-ia64.h (md_elf_section_type): New macro.
1302 (ELF_TC_SPECIAL_SECTIONS): Drop .IA_64.unwind and .IA_64.unwind_info
1303 (they're now handled via ia64_elf_section_type.
1304
1305 * config/tc-ia64.c (unwind): New members saved_text_seg,
1306 saved_text_subseg, and force_unwind_entry.
1307 (optimize_unw_records): New function to optimize away unnecessary
1308 unwind directives.
1309 (ia64_elf_section_type): New function.
1310 (output_unw_records): Generate unwind info only if the size is
1311 non-zero or if it's forced for some other reason (e.g.,
1312 handlerdata or a personality routine).
1313 (generate_unwind_image): Don't switch back to previous
1314 section---stay inside the unwind info section instead so that
1315 handlerdata that may follow goes into the right place.
1316 (dot_handlerdata): Force generation of unwind entry and save the
1317 current active text segment before generating unwind image.
1318 (dot_unwentry): Force generation of unwind entry.
1319 (dot_personality): Ditto.
1320 (dot_endp): Generate unwind table entry only if there is
1321 some unwind info or the unwind entry was forced.
1322
1323 * config/tc-ia64.c (make_unw_section_name): New macro to form
1324 unwind section name.
1325 (generate_unwind_image): Add "text_name" argument. Use it to
1326 form unwind section name.
1327 (dot_handlerdata): Determine current segment (section) name and
1328 pass it to generate_unwind_image().
1329 (dot_endp): Determine current segment (section) name and use
1330 it to determine the appropriate unwind section name.
1331 (ia64_md_do_align): Add missing ATTRIBUTE_UNUSED declarations to
1332 n, fill, and max arguments.
1333
1334 2001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
1335
1336 * Makefile.am: Add linux target for S/390.
1337 * configure.in: Likewise.
1338 * config/tc-s390.c: New file.
1339 * config/tc-s390.h: New file.
1340
1341 2001-02-09 Alexandre Oliva <aoliva@redhat.com>
1342
1343 * config/tc-sh.c (md_pseudo_table): Add uaquad. Use s_uacons for
1344 2byte, 4byte and 8byte.
1345
1346 2001-02-08 Alan Modra <alan@linuxcare.com.au>
1347
1348 * config/tc-hppa.c (pa_build_unwind_subspace): Don't call
1349 md_number_to_chars with size > sizeof (valueT).
1350
1351 2001-02-06 H.J. Lu <hjl@gnu.org>
1352
1353 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Do fixup if
1354 there is no relocation.
1355
1356 2001-02-06 H.J. Lu <hjl@gnu.org>
1357
1358 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): New. Defined.
1359
1360 * config/tc-ia64.c (md_parse_option): Only accept the valid
1361 ia64 options on "-axxx".
1362
1363 2001-02-05 Jim Wilson <wilson@redhat.com>
1364
1365 * config/tc-ia64.c (errata_nop_necessary_p): Return 0 instead of
1366 aborting for invalid operands.
1367
1368 2001-02-06 Alan Modra <alan@linuxcare.com.au>
1369
1370 * config/tc-hppa.c (fix_new_hppa): Pass in unwind directly rather
1371 than via pointer. Update all callers.
1372 (UNWIND_LOW32): Define.
1373 (UNWIND_HIGH32): Define.
1374 (pa_build_unwind_subspace): Use the above macros instead of dumping
1375 bitfields directly. Call frag_more once rather than multiple times.
1376 (md_assemble): Use UNWIND_LOW32.
1377 (pa_entry): Likewise
1378 (pa_procend): Likewise.
1379 (process_exit): Use UNWIND_HIGH32.
1380
1381 2001-02-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1382
1383 * config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_header
1384 function to select the header according to the cpu.
1385 (md_after_pass_hook, md_do_align): Remove.
1386 (md_cleanup, m68hc11_cleanup): Remove.
1387 (md_pcrel_from_section): Declare.
1388 * config/tc-m68hc11.c (build_dbranch_insn): Remove insn_size.
1389 (build_jump_insn, build_insn): Likewise.
1390 (m68hc11_listing_header): New function.
1391 (m68hc11_cleanup): Remove.
1392
1393 2001-02-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1394
1395 * config/tc-m68hc11.c (relaxable_symbol): Relax externally visible
1396 symbols because there is no support for shared libraries and these
1397 symbols can't be overridden (unless they are weak).
1398
1399 2001-02-01 Momchil Velikov <velco@fadata.bg>
1400
1401 * dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviations
1402 for the compilation unit with a zero byte.
1403
1404 2001-01-30 Alan Modra <alan@linuxcare.com.au>
1405
1406 * config/tc-hppa.c (pa_ip): Support 12 bit branches to absolute
1407 destinations. Correct range check for 17 and 22 bit branches.
1408
1409 2001-01-25 Nick Clifton <nickc@redhat.com>
1410
1411 * config/tc-m68k.c (tc_gen_reloc): Do not abort if tcbit is
1412 still set. Issue an error message instead.
1413 (md_estimate_size_before_relax): Delete unused variable
1414 'buffer_address'. Fixup parentheses around if statement.
1415
1416 2001-01-23 Kazu Hirata <kazu@hxi.com>
1417
1418 * as.c: Fix formatting.
1419 * ehopt.c: Likewise.
1420 * messages.c: Likewise.
1421 * stabs.c: Likewise.
1422 * symbols.c: Likewise.
1423
1424 2001-01-23 Ben Elliston <bje@redhat.com>
1425
1426 * config/tc-m32r.c (m32r_handle_align): Declare type of fragp.
1427
1428 2001-01-22 Kazu Hirata <kazu@hxi.com>
1429
1430 * config/tc-alpha.c: Fix formatting.
1431
1432 2001-01-19 Kazu Hirata <kazu@hxi.com>
1433
1434 * config/tc-alpha.c: Fix formatting.
1435
1436 2001-01-18 Kazu Hirata <kazu@hxi.com>
1437
1438 * config/tc-alpha.c: Fix formatting.
1439
1440 2001-01-18 Nick Clifton <nickc@redhat.com>
1441
1442 * config/tc-arm.c (ldm_flags): Remove redundant bit from "fa" and
1443 "da" flags.
1444 (stm_flags): Remove redundant bit from "ed" and "da" flags.
1445
1446 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
1447
1448 * configure.in (cpu_type, arch): Match i386 too.
1449 * configure: Rebuilt.
1450
1451 2001-01-16 Kazu Hirata <kazu@hxi.com>
1452
1453 * config/tc-i386.c: Fix formatting.
1454
1455 2001-01-16 Alan Modra <alan@linuxcare.com.au>
1456
1457 * config/tc-hppa.c (tc_gen_reloc): Use SEGREL32 instead of DIR32
1458 relocs for .PARISC.unwind section.
1459
1460 * config/tc-hppa.c (pa_build_unwind_subspace): Build unwind
1461 depending on section flags, not just for .text.
1462
1463 2001-01-15 Jim Wilson <wilson@redhat.com>
1464
1465 * config/tc-ia64.c (ia64_flush_insns): Handle unwind directives
1466 not immediately followed by an instruction.
1467
1468 2001-01-15 Kazu Hirata <kazu@hxi.com>
1469
1470 * config/tc-m68hc11.c: Fix formatting.
1471
1472 2001-01-15 Nick Clifton <nickc@redhat.com>
1473
1474 * symbols.c (colon): Change 'already defined symbol' from a
1475 fatal error to an ordinary error. There is no reason why this
1476 error should be fatal.
1477
1478 * message.c (as_fatal): Delete output file, if one has been
1479 created.
1480
1481 2001-01-14 Alan Modra <alan@linuxcare.com.au>
1482
1483 * config/tc-hppa.h (TARGET_FORMAT): Add hppa-linux variants.
1484
1485 2001-01-14 Kazu Hirata <kazu@hxi.com>
1486
1487 * config/tc-alpha.c: Fix formatting.
1488 * config/tc-arc.c: Likewise.
1489 * config/tc-arc.h: Likewise.
1490 * config/tc-d10v.c: Likewise.
1491 * config/tc-i370.c: Likewise.
1492 * config/tc-i386.c: Likewise.
1493 * config/tc-i960.c: Likewise.
1494 * config/tc-m68k.c: Likewise.
1495 * config/tc-ppc.c: Likewise.
1496 * config/tc-sparc.c: Likewise.
1497 * config/tc-tahoe.c: Likewise.
1498 * config/tc-vax.c: Likewise.
1499
1500 * config/tc-arc.c: Fix formatting.
1501
1502 * config/tc-arc.c: Fix formatting.
1503
1504 2001-01-14 Alan Modra <alan@linuxcare.com.au>
1505
1506 * config/tc-hppa.c (pa_build_unwind_subspace): Use SEGREL32 for
1507 both 32 and 64 bit ELF.
1508
1509 * config/tc-hppa.c (pa_ip): Store `a' flag in bit zero of operand
1510 and don't bother storing `m' for "ce" completer. Tidy handling of
1511 'J' and 'K' operands to suit. Handle '<' and '>' operands.
1512
1513 Sun Jan 14 00:36:42 MET 2001 Jan Hubicka <jh@suse.cz>
1514
1515 * config/tc-i386.h (TARGET_MACH): New macro.
1516 (i386_mach): Declare.
1517 * config/tc-i386.c (i386_mach): New function.
1518
1519 2001-01-13 Philip Blundell <philb@gnu.org>
1520
1521 * doc/as.texinfo: Fix spelling and cross-references.
1522
1523 * doc/c-arm.texi: Fix typos. Say that `;' is a line separator
1524 character for all systems, not just GNU/Linux. Make it explicit
1525 that `-k' doesn't affect code generation, just ELF flags.
1526
1527 Sat Jan 13 01:47:35 MET 2001 Jan Hubicka <jh@suse.cz>
1528
1529 * config/tc-i386.c (md_assemble): Check cpu_flags even for nullary
1530 instructions.
1531
1532 2001-01-12 Frank Ch. Eigler <fche@redhat.com>
1533
1534 * cgen.c (gas_cgen_finish_insn): Call dwarf2_emit_insn.
1535
1536 2001-01-12 Nick Clifton <nickc@redhat.com>
1537
1538 * as.c (print_args): Update copyright date to 2001.
1539
1540 2001-01-12 Peter Targett <peter.targett@arccores.com>
1541
1542 * doc/c-arc.texi: New file.
1543 Some sections to be expanded.
1544
1545 2001-01-12 Alan Modra <alan@linuxcare.com.au>
1546
1547 * config/tc-i386.c (md_longopts): Recognize "--64" only for ELF.
1548 (md_parse_option): Always accept "--32".
1549
1550 2001-01-11 Peter Targett <peter.targett@arccores.com>
1551
1552 * as.h (TC_ARC): Ensure struc-symbol.h included.
1553 * as.c (dwarf2dbg.h): Include to remove implicit declaration
1554 warnings.
1555 * struc-symbol.h (SYMBOLS_NEED_BACKPOINTERS): Define.
1556 (TARGET_SYMBOL_FIELDS) added.
1557
1558 * doc/Makefile.am (CPU_DOCS): Added c-arc.texi.
1559 * doc/c-arc.texi: New file.
1560 Some sections to be expanded.
1561 * doc/as.texinfo: Update command-line options.
1562 Removed outdated text for ARC dependant features, instead include
1563 text from above file.
1564
1565 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Define local flag.
1566 (TARGET_SYMBOL_FIELDS): Alias to previous definition.
1567 (targ-cpu.h) header.
1568 * config/tc-arc.h:
1569 * config/tc-arc.c: New updated configuration for
1570 ARC, including selection of core variants, and extensibility of
1571 instructions, registers etc. through directives.
1572
1573 * config/tc-arc.c (arc_extinst): Minor corrections for
1574 error messages.
1575 (arc_common) Likewise. Make alignment argument optional for local
1576 symbols also, with default of zero.
1577
1578 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1579
1580 * config/tc-m68hc11.c (md_estimate_size_before_relax): Fix
1581 STATE_INDEXED_OFFSET when the symbol is undefined (16-bit offset).
1582 (build_indexed_byte): Don't relax indexed byte, use 16-bit offset
1583 and fix_new_exp() instead.
1584 (md_convert_frag): For indexed post byte use the symbol value
1585 rather than the displacement.
1586 (md_relax_table): Fix indexed offset relax.
1587
1588 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1589
1590 * config/tc-m68hc11.c (md_estimate_size_before_relax):Don't
1591 relax weak symbols.
1592 (relaxable_symbol): New function.
1593
1594 2001-01-11 Andreas Jaeger <aj@suse.de>
1595
1596 * config/tc-i386.h (TC_RELOC_GLOBAL_OFFSET_TABLE): Removed, it's
1597 not used anywhere.
1598
1599 2001-01-10 Nick Clifton <nickc@redhat.com>
1600
1601 * config/tc-arm.c (arm_fix_adjustable): Define for OBJ_COFF.
1602 * config/tc-arm.h (obj_fix_adjustable): Define for OBJ_COFF
1603
1604 2001-01-10 Nick Clifton <nickc@redhat.com>
1605
1606 * symbols.c (DOLLAR_LABEL_CHAR): New constant - the magic
1607 character used to dollar local symbols.
1608 (LOCAL_LABEL_CHAR): New constant - the magic character used to
1609 local label symbols.
1610 (dollar_label_name): Use DOLLAR_LABEL_CHAR.
1611 (fb_label_name): Prefix local labels with LOCAL_LABEL_PREFIX,
1612 if defined.
1613 Use LOCAL_LABEL_CHAR.
1614 (decode_local_label_name): Skip LOCAL_LABEL_PREFIX.
1615 Use DOLLAR_LABEL_CHAR and LOCAL_LABEL_CHAR.
1616 (S_IS_LOCAL): Use DOLLAR_LABEL_CHAR and LOCAL_LABEL_CHAR.
1617
1618 2001-01-08 Bo Thorsen <bo@suse.de>
1619
1620 * config/tc-i386.c (i386_immediate, i386_displacement):
1621 GOTPCREL check fix.
1622
1623 2001-01-07 Ian Lance Taylor <ian@zembu.com>
1624
1625 * doc/c-i386.texi (i386-Arch): Remove spaces incorrectly inserted
1626 in last change.
1627
1628 2001-01-07 Philip Blundell <philb@gnu.org>
1629
1630 * doc/as.texinfo (Bug Reporting): Update email address for
1631 reports.
1632 * README: Likewise.
1633
1634 Sat Jan 6 13:33:10 MET 2001 Jan Hubicka <jh@suse.cz>
1635
1636 * configure.in: Define DEFAULT_ARCH for i386.
1637 * config/tc-i386.c (md_assemble): Return after the error message;
1638 move testing for 64bit operands to proper place.
1639
1640 2001-01-06 Jan Hubicka <jh@suse.cz>, Andreas Jaeger <aj@suse.de>
1641
1642 * doc/as.texinfo: Document '#' as comment character for i386 and
1643 x86_64. Add AMD x86-64 into menu of machine dependent information.
1644
1645 * doc/c-i386.texi: Document x86_64 extensions.
1646
1647 Fri Jan 5 13:26:42 MET 2001 Jan Hubicka <jh@suse.cz>
1648
1649 * config/tc-i386.c (md_assemble): Handle third byte of the opcode as prefix.
1650
1651 Thu Jan 4 22:25:26 MET 2001 Jan Hubicka <jh@suse.cz>
1652
1653 * config/tc-i386.c (cpu_arch): Add Pentium4 and modify sledgehammer entry.
1654 * NEWS: Add note about Pentium4 support.
1655
1656 Wed Jan 3 17:26:32 MET 2001 Jan Hubicka <jh@suse.cz>
1657
1658 * config/tc-i387.c (pi, pte, pt): Update.
1659 (type_names): Add new types.
1660
1661 Wed Jan 3 16:26:52 MET 2001 Jan Hubicka <jh@suse.cz>
1662
1663 * config/tc-i386.h (CpuK6, CpuAthlon, CpuSledgehammer, CpuMMX, Cpu3dnow,
1664 CpuUnknown): Renumber
1665 (CpuP4, CpuSSE2): New.
1666 (CpuUnknownFlags): Add CpuP4 and CpuSSE2
1667
1668 2001-01-03 Philip Blundell <pb@futuretv.com>
1669
1670 * config/tc-alpha.c (alpha_force_relocation): Handle vtable
1671 relocs.
1672 (alpha_fix_adjustable): Likewise.
1673 (md_apply_fix): Likewise.
1674
1675 2000-12-31 H.J. Lu <hjl@gnu.org>
1676
1677 * listing.c (listing_message): Allocate string only if it is
1678 used.
1679
1680 * configure: Rebuild.
1681
1682 2000-12-31 Hans-Peter Nilsson <hp@bitrange.com>
1683
1684 * doc/internals.texi (Relaxing with a table) <after relaxation>:
1685 Point out caveats with generating fixups for the opcode in a frag.
1686
1687 Sat Dec 30 19:02:48 MET 2000 Jan Hubicka <jh@suse.cz>
1688
1689 * configure.in: Add support for x86_64 and x86_64-*-linux-gnu*
1690 * NEWS: Add x86_64.
1691
1692 2000-12-29 H.J. Lu <hjl@gnu.org>
1693
1694 * listing.c (calc_hex): Print the variable part only if the
1695 fragment type is rs_fill.
1696
1697 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
1698
1699 * doc/internals.texi (tc_conditional_pseudoop,
1700 TC_LINKRELAX_FIXUP): Fix typos.
1701
1702 2000-12-28 Richard Henderson <rth@redhat.com>
1703
1704 * write.c (subsegs_finish): Fix thinko last change -- don't
1705 "optimize" the alignment == 0 case.
1706
1707 2000-12-28 Richard Henderson <rth@redhat.com>
1708
1709 * as.h (rs_align_test): New.
1710 * frags.c (NOP_OPCODE): Move default from read.c.
1711 (MAX_MEM_FOR_RS_ALIGN_CODE): New default.
1712 (frag_align_code): New.
1713 * frags.h (frag_align_code): Declare.
1714 * read.c (NOP_OPCODE): Remove.
1715 (do_align): Use frag_align_code.
1716 * write.c (NOP_OPCODE): Remove.
1717 (get_recorded_alignment): New.
1718 (cvt_frag_to_fill): Handle rs_align_test.
1719 (relax_segment): Likewise.
1720 (subsegs_finish): Align last subseg in section to the
1721 section alignment. Use frag_align_code.
1722 * write.h (get_recorded_alignment): Declare.
1723 * config/obj-coff.c (size_section): Handle rs_align_test.
1724 (fill_section, fixup_mdeps): Likewise.
1725 (write_object_file): Use frag_align_code.
1726
1727 * config/tc-alpha.c (alpha_align): Use frag_align_code.
1728 (alpha_handle_align): New.
1729 * config/tc-alpha.h (HANDLE_ALIGN): New.
1730 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
1731
1732 * config/tc-i386.h (md_do_align): Use frag_align_code.
1733 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
1734
1735 * config/tc-ia64.c (ia64_md_do_align): Don't do code alignment.
1736 (ia64_handle_align): New.
1737 * config/tc-ia64.h (HANDLE_ALIGN): New.
1738 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
1739
1740 * config/tc-m32r.c (m32r_do_align): Remove.
1741 (m32r_handle_align): New.
1742 (fill_insn): Use frag_align_code.
1743 * config/tc-m32r.h (md_do_align): Remove.
1744 (HANDLE_ALIGN, MAX_MEM_FOR_RS_ALIGN_CODE): New.
1745 * config/tc-m88k.c, config/tc-m88k.h: Similarly.
1746 * config/tc-mips.c, config/tc-mips.h: Similarly.
1747
1748 * config/tc-sh.c (sh_cons_align): Use rs_align_test.
1749 (sh_handle_align): Likewise. Handle rs_align_code.
1750 (sh_do_align): Remove.
1751 * config/tc-sh.h (md_do_align): Remove.
1752 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
1753
1754 * config/tc-sparc.c (sparc_cons_align): Use rs_align_test.
1755 (sparc_handle_align): Likewise. Handle rs_align_code.
1756 * config/tc-sparc.h (md_do_align): Remove.
1757 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
1758
1759 2000-12-22 DJ Delorie <dj@redhat.com>
1760
1761 * config/tc-d10v.c (md_assemble): set prev_seg and prev_subseg
1762 when we assemble the first half of a pair.
1763
1764 2000-12-22 H.J. Lu <hjl@gnu.org>
1765
1766 * config/tc-i386.c (reloc): Update the macro for non-bfd
1767 assembler.
1768 (BFD_RELOC_X86_64_GOTPCREL): Set to 0 for non-bfd assembler.
1769
1770 2000-12-22 H.J. Lu <hjl@gnu.org>
1771
1772 * dwarf2dbg.c (dwarf2_finish): Remove #if BFD_ASSEMBLER.
1773
1774 Wed Dec 20 14:21:22 MET 2000 Jan Hubicka <jh@suse.cz>
1775
1776 * config/tc-i386.h (i386_target_format): Define even for ELFs.
1777 (QWORD_MNEM_SUFFIX): New macro.
1778 (CpuK6,CpuAthlon,CpuSledgehammer, Cpu64, CpuNo64, CpuUnknownFlags):
1779 New macros
1780 (CpuMMX,CpuSSE,Cpu3dnow, CpuUnknown): Renumber.
1781 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
1782 ImmExt): Renumber.
1783 (Size64, No_qSuf, NoRex64, Rex64): New macros.
1784 (Reg64, Imm32S, Imm64, Disp32S, Disp64): New macros.
1785 (Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
1786 InOutPortReg,ShiftCount, Control, Debug, Test, FloatReg, FloatAcc,
1787 SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem):
1788 Renumber.
1789 (Reg, WordReg): Add Reg64.
1790 (Imm): Add Imm32S and Imm64.
1791 (EncImm): New.
1792 (Disp): Add Disp64 and Disp32S.
1793 (AnyMem): Add Disp32S.
1794 (RegRex, RegRex64): New macros.
1795 (rex_byte): New type.
1796 * config/tc-i386.c (set_16bit_code_flag): Kill.
1797 (fits_in_unsigned_long, fits_in_signed_long): New functions.
1798 (reloc): New parameter "signed"; support x86_64.
1799 (set_code_flag): New.
1800 (DEFAULT_ARCH): New macro; default to "i386".
1801 (default_arch): New static variable.
1802 (struct _i386_insn): New fields Operand_PCrel; rex.
1803 (flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT"
1804 (flag_code): New enum and static variable.
1805 (use_rela_relocations): New static variable.
1806 (flag_code_names): New static variable.
1807 (cpu_arch_flags): Default to CpuUnknownFlags|CpuNo64.
1808 (cpu_arch): Add "sledgehammer"; Add CPUAthlon to Athlon and CpuK6 to
1809 K6 and Athlon.
1810 (i386_align_code): Return plain "nop" for x86_64.
1811 (mode_from_disp_size): Support Disp32S.
1812 (smallest_imm_type): Support Imm32S and Imm64.
1813 (offset_in_range): Support size of 8.
1814 (set_cpu_arch): Do not clobber to Cpu64/CpuNo64.
1815 (md_pseudo_table): Add "code64"; use set_code_flat.
1816 (md_begin): Emit sane error message on hash failure.
1817 (tc_i386_fix_adjustable): Support x86_64 relocations.
1818 (md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
1819 instructions supported on particular arch just partially,
1820 output of 64bit immediates, handling of Imm32S and Disp32S type.
1821 (i386_immedaite): Support x86_64 relocations; support 64bit constants.
1822 (i386_displacement): Likewise.
1823 (i386_index_check): Cleanup; support 64bit addresses.
1824 (md_apply_fix3): Support x86_64 relocation and rela.
1825 (md_longopts): Add "32" and "64".
1826 (md_parse_option): Add OPTION_32 and OPTION_64.
1827 (i386_target_format): Call even for ELFs; choose between
1828 elf64-x86-64 and elf32-i386.
1829 (i386_validate_fix): Refuse GOTOFF in 64bit mode.
1830 (tc_gen_reloc): Support rela relocations and x86_64.
1831 (intel_e09_1): Support QWORD.
1832
1833 2000-12-15 Diego Novillo <dnovillo@redhat.com>
1834
1835 * config/tc-i386.c (intel_e09_1): Only flag as a memory operand if
1836 it's not an offset expression.
1837 (intel_e10_1): Ditto. Also, if the operand is an offset expression,
1838 keep the braces '[' and ']' in the output string.
1839 (intel_e11): Ditto. Also remove comparison intel_parser.op_modifier
1840 != FLAT. There is no such op_modifier.
1841
1842 2000-12-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1843
1844 * dwarf2dbg.c: If we don't have <limits.h>, try including <sys/param.h>
1845 if we have it.
1846
1847 2000-12-13 Kazu Hirata <kazu@hxi.com>
1848
1849 * as.h: Fix formatting.
1850 * cgen.h: Likewise.
1851 * dwarf2dbg.c: Likewise.
1852 * input-scrub.c: Likewise.
1853 * read.h: Likewise.
1854
1855 2000-12-13 Mark Elbrecht <snowball3@bigfoot.com>
1856
1857 * configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
1858 configure: Regenerate.
1859
1860 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1861
1862 * dwarf2dbg.c: #include <limits.h> only if it exists.
1863
1864 2000-12-13 Rodney Brown <RodneyBrown@mynd.com>
1865
1866 * config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
1867 (md_apply_fix): Here too.
1868
1869 2000-12-12 Jim Wilson <wilson@redhat.com>
1870
1871 * config/tc-ia64.h (ia64_init): Add prototype.
1872
1873 2000-12-12 H.J. Lu <hjl@gnu.org>
1874
1875 * dwarf2dbg.c: Enabled only if BFD_ASSEMBLER is defined.
1876
1877 * read.h (outputting_stabs_line_debug): Change it to int.
1878 * stabs.c (outputting_stabs_line_debug): Likewise.
1879
1880 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
1881
1882 * config/obj-bout.c (obj_crawl_symbol_chain): Don't take
1883 the address of a function result.
1884
1885 2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1886
1887 * config/tc-ppc.c (md_pseudo_table): Add .file and .loc.
1888 (md_assemble): Call dwarf2_emit_insn.
1889 (shlib): Fix typo SHILB -> SHLIB.
1890 (md_parse_option): Likewise.
1891 (ppc_elf_validate_fix): Likewise:
1892 * config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
1893
1894 2000-12-12 Nick Clifton <nickc@redhat.com>
1895
1896 * cgen.h: Fix formatting.
1897 * input-scrub.c: Fix formatting.
1898 * macro.c: Fix formatting.
1899 * config/tc-mips.c: Fix formatting.
1900 * doc/c-mips.texi: Fix formatting.
1901
1902 Mon Dec 11 14:35:42 MET 2000 Jan hubicka <jh@suse.cz>
1903
1904 * config/tc-i386.c (md_assemble): Refuse 's' and 'l' suffixes in the intel
1905 mode; convert 'd' suffix to 's' or 'l'; remove all DWORD_MNEM_SUFFIX
1906 references.
1907 (intel_e09_1): Convert QWORD to 'l' suffix for FP operations; refuse
1908 otherwise.
1909 * config/tc-i386.h (DWORD_MNEM_SUFFIX): Kill.
1910 (No_dSuf): Kill.
1911
1912 * i386.h (*_Suf): Remove No_dSuf.
1913 (d_suf, wld_Suf,sld_Suf, sldx_Suf, bwld_Suf, d_FP, sld_FP, sldx_FP)
1914 Remove.
1915 (i386_optab): Remove 'd' in the suffixes.
1916
1917 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
1918
1919 * config/tc-i386.c (T_SHORT): Undefine before defining.
1920
1921 2000-12-05 Kazu Hirata <kazu@hxi.com>
1922
1923 * config/tc-mips.c: Fix formatting.
1924
1925 2000-12-04 Matthew Hiller <hiller@redhat.com>
1926
1927 * config/tc-d10v.c (flag_allow_gstabs_packing): New variable.
1928 (md_longopts): New options --gstabs-packing, --no-gstabs-packing.
1929 (md_show_usage): Ditto.
1930 (md_parse_option): Ditto.
1931 (d10v_cleanup): Writes pending instruction only if
1932 ! outputting_stabs_line_debug || ! flag_allow_gstabs_packing.
1933 Fix compile time warning messages.
1934
1935 * doc/c-d10v.texi: Documents new options.
1936
1937 2000-12-04 Matthew Hiller <hiller@redhat.com>
1938
1939 * stabs.c (outputting_stabs_line_debug): New variable.
1940 (stabs_generate_asm_lineno): Set outputting_stabs_line_debug at
1941 function entry and unset at function exit.
1942
1943 * read.h (outputting_stabs_line_debug): New extern declaration.
1944
1945 * as.c: Include dwarf2dbg.h for definition of dwarf2_finish.
1946
1947 * dwarf2dbg.c: Fix compile time warning messages.
1948
1949 2000-12-03 Kazu Hirata <kazu@hxi.com>
1950
1951 * config/tc-a29k.c: Fix formatting.
1952 * config/tc-alpha.c: Likewise.
1953 * config/tc-arm.c: Likewise.
1954 * config/tc-cris.c: Likewise.
1955 * config/tc-hppa.c: Likewise.
1956 * config/tc-i370.c: Likewise.
1957 * config/tc-i386.c: Likewise.
1958 * config/tc-i860.c: Likewise.
1959 * config/tc-i960.c: Likewise.
1960 * config/tc-ia64.c: Likewise.
1961 * config/tc-m68hc11.c: Likewise.
1962 * config/tc-m68k.c: Likewise.
1963 * config/tc-m88k.c: Likewise.
1964 * config/tc-pj.c: Likewise.
1965 * config/tc-ppc.c: Likewise.
1966 * config/tc-sh.c: Likewise.
1967 * config/tc-sparc.c: Likewise.
1968 * config/tc-tahoe.c: Likewise.
1969 * config/tc-vax.c: Likewise.
1970
1971 2000-12-01 Chris Demetriou <cgd@sibyte.com>
1972
1973 * config/tc-mips.c (mips_ip): When calculating offsets,
1974 don't accept as constant the difference between the
1975 addresses of symbols in two different sections.
1976
1977 * config/tc-mips.c (macro_build): Add new 'U' and 'J' operand
1978 specifiers.
1979 (validate_mips_insn): Likewise. Also, update 'B' operand
1980 specifier to use OP_*_CODE20 constants and delete 'm' operand
1981 specifier.
1982 (mips_ip): Remove 'm' operand specifier, add 'U' and 'J'
1983 operand specifiers. Change warning generated by 'B' operand
1984 specifier to reflect its new multi-purpose usage.
1985
1986 * config/tc-mips.c (mips_set_options): Use ISA_UNKNOWN rather than
1987 -1, and update comment.
1988 (file_mips_isa): Likewise.
1989 (mips_cpu): Use CPU_UNKNOWN rather than -1, and update comment.
1990 (ISA_HAS_COPROC_DELAYS, ISA_HAS_64BIT_REGS, gpr_interlocks): Use
1991 ISA_* constants rather than hard-coded numbers.
1992 (mips_cpu_info): New structure.
1993 (mips_cpu_info_table): New table describing CPU and ISA names
1994 and numbers.
1995 (mips_cpu_info_from_name, mips_cpu_info_from_isa,
1996 mips_cpu_info_from_cpu): New functions.
1997 (mips_isa_to_str): New function to get string for ISA name.
1998 (mips_cpu_to_str): Convert to use mips_cpu_info_from_cpu, and
1999 return const char *.
2000 (md_begin): Redo CPU and ISA selection logic, using
2001 mips_cpu_info_from_*. Convert to use ISA_* constants rather
2002 than hard-coded numbers.
2003 (append_insn, mips_emit_delays, macro, macro2): Convert to use
2004 ISA_* constants rather than hard-coded numbers.
2005 (mips_ip): Convert to use mips_isa_to_str to get ISA name.
2006 (md_longopts): Delete OPTION_NO_MIPS32.
2007 (md_parse_option): Convert to use ISA_* constants rather than
2008 hard-coded numbers. Make OPTIONS_MIPS32 case treat MIPS32
2009 as an ISA. Delete OPTION_NO_MIPS32 case. Convert OPTION_MCPU
2010 to use strcasecmp to recognize "default" and to use
2011 mips_cpu_info_from_name to get CPU numbers from argument.
2012 (md_show_usage): Move -mips32 so it's with the rest of the ISA
2013 flags. Change 4Kc, 4Kp and 4Km CPU entries to just be
2014 mips32-4k.
2015 (s_mipsset): Accept ISA value 32.
2016 * doc/as.texinfo: Clean up MIPS options summary slightly,
2017 remove -no-mips32. Add note about -mips4 and -mips32
2018 specifying those ISA levels. Delete -mips32 and -no-mips32
2019 cpu flag descriptions.
2020 * doc/c-mips.texi: Add -mips32 to list of ISA switches. Clean
2021 up the supported CPU switch list, and replace 4Kc, 4Km, and
2022 4Kp entries with a single mips32-4k entry. Note that you can
2023 use ".set mips32".
2024
2025 * config/tc-mips.c (ISA_HAS_64BIT_REGS): Add checks for ISA_MIPS5 and
2026 ISA_MIPS64.
2027 (md_longopts, OPTION_MIPS5, OPTION_MIPS64): Add options for
2028 -mips5 and -mips64.
2029 (md_parse_option): Add cases for OPTION_MIPS5 and
2030 OPTION_MIPS64.
2031 (md_show_usage): Mention -mips5 and -mips64 arguments.
2032 (s_mipsset): Add cases for MIPS5 and MIPS64.
2033 (mips_cpu_info_table): Add entries for MIPS5 and MIPS64 ISAs
2034 and pseudo-CPUs.
2035 * doc/as.texinfo: Mention -mips5 and -mips64 options
2036 and their meanings.
2037 * doc/c-mips.texi: Likewise. Also update introduction
2038 and ".set" usage information.
2039
2040 * config/tc-mips.c (md_show_usage): Add "sb1" to the
2041 CPU list.
2042 (mips_cpu_info_table): Add SB-1 entries.
2043 * doc/c-mips.texi: Add "sb1" to the list of CPUs
2044 known to the -mcpu option.
2045
2046 * doc/as.texinfo: Correct description of MIPS -mcpu
2047 option, by copying some of the text from doc/c-mips.texi.
2048
2049 2000-12-01 Joel Sherrill <joel@OARcorp.com>
2050
2051 * configure.in (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
2052 New targets.
2053 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2054 (sparc*-*-rtems*): Switched from a.out to ELF.
2055 * configure: Regenerate.
2056 * config.in: Regenerate.
2057 * Makefile.in: Regenerate.
2058 * aclocal.m4: Regenerate.
2059 * po/gas.pot: Regenerate.
2060
2061 2000-11-30 Philip Blundell <pb@futuretv.com>
2062
2063 * config/obj-coff.c (obj_coff_weak): Use S_SET_WEAK if it exists,
2064 even in non BFD_ASSEMBLER case.
2065
2066 2000-11-30 Diego Novillo <dnovillo@redhat.com>
2067
2068 * config/tc-i386.c (md_assemble): Swap i.disp_relocs when using intel
2069 syntax.
2070
2071 2000-11-29 Richard Henderson <rth@redhat.com>
2072
2073 * dwarf2dbg.c: Rewrite from scratch. Queue all debugging output
2074 until dwarf2_finish; use relaxation to get cross-fragment offsets;
2075 thread multiple subsegments properly; handle multiple code
2076 sections properly; emit proper compilation unit info for assembler
2077 generated debugging.
2078
2079 * as.h (enum _relax_state): Add rs_dwarf2dbg.
2080 * dwarf2dbg.h (struct dwarf2_line_info): Remove filename.
2081 (dwarf2dbg_estimate_size_before_relax): Declare.
2082 (dwarf2dbg_relax_frag, dwarf2dbg_convert_frag): Declare.
2083 * write.c: Include dwarf2dbg.h.
2084 (cvt_frag_to_fill): Handle rs_dwarf2dbg.
2085 (relax_segment): Likewise.
2086
2087 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2088
2089 * config/tc-sh.c (md_convert_frag) <undefined symbol, conditional
2090 jump>: Use as_bad_where instead of as_bad. Tweak error message
2091 accordingly. Stabilize frag by updating fix part and resetting
2092 variant part.
2093 <undefined symbol, unconditional jump>: Ditto.
2094 (sh_elf_cons): Cast *input_line_pointer to unsigned char when
2095 indexing is_end_of_line[].
2096 (md_assemble): Initialize size to 0.
2097 (md_section_align): Mark parameter seg as unused.
2098 (parse_reg): Parse names case-insensitively.
2099
2100 2000-11-28 Kazu Hirata <kazu@hxi.com>
2101
2102 * config/obj-aout.h: Fix formatting.
2103 * config/obj-bout.h: Likewise.
2104 * config/obj-coff.c: Likewise.
2105 * config/obj-coff.h: Likewise.
2106 * config/obj-elf.h: Likewise.
2107 * config/obj-som.h: Likewise.
2108 * config/obj-vms.c: Likewise.
2109 * config/obj-vms.h: Likewise.
2110 * config/tc-h8300.h: Likewise.
2111 * config/tc-ns32k.h: Likewise.
2112 * config/tc-sparc.h: Likewise.
2113 * config/tc-tic54x.h: Likewise.
2114 * config/tc-z8k.h: Likewise.
2115
2116 2000-11-28 Nick Clifton <nickc@redhat.com>
2117
2118 * doc/as.1 (COPYING): Mention that the GNU Free Documentation
2119 License is present in the sources, but not the output, and
2120 also available from the GNU website.
2121 (GNU Free Documentation License): Comment out this section.
2122
2123 2000-11-28 Hans-Peter Nilsson <hp@axis.com>
2124
2125 * Makefile.am (CPU_OBJ_VALID): Add case to filter out invalid coff
2126 targets. Remove i860 from valid a.out targets.
2127 * Makefile.in: Regenerate.
2128
2129 * config/tc-cris.c: Include dwarf2dbg.h.
2130 (md_pseudo_table): Add .file and .loc.
2131 (md_assemble): Call dwarf2_emit_insn if generating ELF.
2132 (s_cris_file, s_cris_loc): New.
2133 * config/tc-cris.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
2134 * Makefile.am: Regenerate dependencies.
2135 * Makefile.in: Regenerate.
2136
2137 2000-11-28 Alan Modra <alan@linuxcare.com.au>
2138
2139 * expr.c (STANDARD_MUL_PRECEDENCE): Correct value.
2140 (MRI_MUL_PRECEDENCE): Likewise.
2141 (op_rank): Fix a comment typo.
2142
2143 2000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2144
2145 * config/tc-m68hc11.c (build_indexed_byte): Print the offset in
2146 the error message.
2147 (get_operand): Fix analysis for movw/movb instructions.
2148
2149 2000-11-24 Nick Clifton <nickc@redhat.com>
2150
2151 * configure.in (xscale-elf): Add target.
2152 (xscale-coff): Add target.
2153 * configure: Regenerate.
2154
2155 * config/tc-arm.c (ARM_EXT_V5E): New ARM architecture
2156 extenstion.
2157 (ARM_EXT_XSCALE): New ARM architecture extension.
2158 (ARM_LONGMUL): Rename to ARM_EXT_LONGMUL.
2159 (ARM_HALFWORD): Rename to ARM_EXT_HALFWORD.
2160 (ARM_THUMB): Rename to ARM_EXT_THUMB.
2161 (ARM_ARCH_V4): Remove processor from architecture.
2162 (ARM_ARCH_3M): New architecutre definition.
2163 (ARM_ARCH_V5TE): New architecutre definition.
2164 (ARM_ARCH_XSCALE): New architecutre definition.
2165 (CPU_DEFAULT): Allow to be defaulted to XScale.
2166 (atpcs): New boolean variable.
2167 (ldr_flags): Support 'd' flag for double word loads.
2168 (str_flags): Support 'd' flag for double word stored.
2169 (do_mia): New function.
2170 (do_mar): New function.
2171 (do_mra): New function.
2172 (do_pld): New function.
2173 (do_ldrd): New function.
2174 (do_blx): New function.
2175 (do_bkpt): New function.
2176 (do_clz): New function.
2177 (do_lstc2): New function.
2178 (do_cdp2): New function.
2179 (do_t_blx): New function.
2180 (do_t_bkpt): New function.
2181 (do_smla): New function.
2182 (do_smlal): New function.
2183 (do_smul): New function.
2184 (do_qadd): New function.
2185 (do_co_reg2c): New function.
2186 (LONGEST_INSN): Redefine to 7.
2187
2188 * doc/c-arm.texi: Document -mxscale, -mmarmv5te and -matpcs
2189 command line switches.
2190
2191 2000-11-22 Jim Wilson <wilson@redhat.com>
2192
2193 * config/tc-ia64.c (pseudo_func): Add missing initializers.
2194 (struct rsrc): Make line unsigned.
2195 (gr_values): Add missing initializer.
2196 (SLOT_NUM_NOT_SET): Add unsigned cast.
2197 (ia64_elf_section_flags, output_vbyte_mem, count_output, dot_radix,
2198 dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
2199 dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
2200 dot_unwentry, dot_altrp, dot_saveg, dot_savef, dot_saveb, dot_savegf,
2201 dot_spill, dot_spillreg, dot_spillreg_p, dot_label_state,
2202 dot_copy_state, dot_unwabi, dot_personality, dot_proc, dot_body,
2203 dot_prologue, dot_endp, dot_regstk, dot_psr, dot_alias, dot_ln,
2204 dot_reg_val, dot_entry, dot_mem_offset, ia64_init, mark_resource,
2205 md_undefined_symbol, md_apply_fix3, tc_gen_reloc, ia64_md_do_align):
2206 Add ATTRIBUTE_UNUSED to unused parameters.
2207 (convert_expr_to_ab_reg): Add parens.
2208 (convert_expr_to_xy_reg): Add parens. Comment out >= REG_GR test.
2209 (dot_prologue): Initialize grsave when declared.
2210 (md_pseudo_table): Add missing initializers.
2211 (operand_match): Add casts to bfd_vma.
2212 (emit_one_bundle): Delete unused local prev. Make required_template
2213 unsigned.
2214 (specify_resource): Cast i to unsigned.
2215 (note_register_values): Use fprintf_vma.
2216 (print_dependency): Likewise.
2217
2218 2000-11-21 Jim Wilson <wilson@redhat.com>
2219
2220 * config/tc-ia64.c (generate_unwind_image): Call record_alignment
2221 for unwind info section.
2222 (dot_endp): Likewise for unwind section.
2223
2224 * config/tc-ia64.c (emit_one_bundle): Pass size of 8 not 4 to
2225 fix_new_exp.
2226
2227 2000-11-21 Jakub Jelinek <jakub@redhat.com>
2228
2229 * config/tc-sparc.c (md_pseudo_table): Add .file and .loc.
2230 (output_insn): Call dwarf2_emit_insn.
2231 * config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
2232
2233 2000-11-17 Richard Henderson <rth@redhat.com>
2234
2235 * ehopt.c (eh_frame_code_alignment): New arg `in_seg', update all
2236 callers. Don't switch segments. Expect CIE == -1 in .debug_frame.
2237 (check_eh_frame): Handle .eh_frame and .debug_frame concurrently.
2238
2239 2000-11-17 Nick Clifton <nickc@redhat.com>
2240
2241 * config/tc-arm.c (md_pseudo_table): Add support for .line and
2242 .file pseudo ops.
2243
2244 2000-11-17 Richard Henderson <rth@redhat.com>
2245
2246 * config/tc-i386.c (md_pseudo_table): Add .file and .loc.
2247
2248 2000-11-17 Richard Henderson <rth@redhat.com>
2249
2250 * dwarf2dbg.c (dwarf2_gen_line_info): Early out for no line number.
2251 * config/obj-elf.h (ECOFF_DEBUGGING) [TC_ALPHA]: Adjust for
2252 tri-state definition of alpha_flag_mdebug.
2253 * config/tc-alpha.c (alpha_flag_mdebug): Init to -1.
2254 (s_alpha_file): Store first .file directive.
2255 (s_alpha_stab): New.
2256 (md_pseudo_table): Add stabs and stabn.
2257
2258 2000-11-17 Richard Henderson <rth@redhat.com>
2259
2260 * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.
2261
2262 2000-11-17 Richard Henderson <rth@redhat.com>
2263
2264 * as.c (debug_type): Init to DEBUG_UNSPECIFIED.
2265 (main): Call dwarf2_finish.
2266 * as.h (debug_type): Clarify documentation of the meaning
2267 of this variable.
2268 * dwarf2dbg.c (DWARF2_LINE_MIN_INSN_LENGTH): Default to 1.
2269 (print_stats): Fix parenthesis problem.
2270 (now_subseg_size): New.
2271 (dwarf2_finish): Use it. If DEBUG_DWARF2, emit bits for .debug_info.
2272 (dwarf2_directive_file): Don't set debug_type.
2273 (dwarf2_where): Honor DEBUG_DWARF2 first.
2274 (dwarf2_emit_insn): Renamed from dwarf2_generate_asm_lineno;
2275 do nothing if not emitting dwarf2 debug info, or no work.
2276 * dwarf2dbg.h (dwarf2_emit_insn): Update.
2277 * ecoff.c (add_file): Turn on DEBUG_ECOFF only if DEBUG_UNSPECIFIED.
2278 (ecoff_new_file): Likewise.
2279 * read.c (generate_lineno_debug): Kill ecoff hackery. Update
2280 commentary wrt dwarf2.
2281
2282 * config/tc-alpha.c (alpha_adjust_symtab_relocs): Add
2283 ATTRIBUTE_UNUSED as needed.
2284 (emit_insn): Call dwarf2_emit_insn.
2285 (s_alpha_file): New.
2286 (s_alpha_loc): New.
2287 (s_alpha_coff_wrapper): Don't handle them.
2288 (md_pseudo_table): Update for .file and .loc.
2289 * config/tc-alpha.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
2290
2291 * config/tc-arm.c (output_inst): Update for dwarf2_emit_insn;
2292 don't protect with debug_type.
2293 * config/tc-hppa.c (md_assemble): Likewise.
2294 * config/tc-m68hc11.c (m68hc11_new_insn): Likewise.
2295 * config/tc-mn10300.c (md_assemble): Likewise.
2296 * config/tc-sh.c (md_assemble): Likewise.
2297 * config/tc-v850.c (md_assemble): Likewise.
2298
2299 * config/tc-arm.c (arm_end_of_source): Remove.
2300 * config/tc-hppa.c (pa_end_of_source): Remove.
2301 * config/tc-m68hc11.c (m68hc11_end_of_source): Remove.
2302 * config/tc-mn10300.c (mn10300_finalize): Remove.
2303 * config/tc-sh.c (sh_finalize): Remove.
2304 * config/tc-v850.c (sh_finalize): Remove.
2305
2306 * config/tc-arm.h (md_end): Remove.
2307 * config/tc-hppa.h (md_end): Remove.
2308 (DWARF2_LINE_MIN_INSN_LENGTH): New.
2309 * config/tc-m68hc11.h (md_end): Remove.
2310 * config/tc-mn10300.h (md_end): Remove.
2311 * config/tc-sh.h (md_end): Remove.
2312 * config/tc-v850.h (md_end): Remove.
2313
2314 * config/tc-ia64.c (emit_one_bundle): Don't protect
2315 dwarf2 bits with debug_type.
2316 (md_assemble): Likewise.
2317 (ia64_end_of_source): Don't call dwarf2_finish.
2318
2319 2000-11-16 Jim Wilson <wilson@redhat.com>
2320
2321 * config/tc-ia64.c (errata_nop_necessary_p): Abort if general regno
2322 >= 128 instead of > 128. Abort if predicate regno is >= 64 instead of
2323 > 16.
2324
2325 2000-11-16 H.J. Lu <hjl@gnu.org>
2326
2327 * config/obj-elf.c (obj_elf_symver): Don't check the missing
2328 version name.
2329
2330 2000-11-15 Kazu Hirata <kazu@hxi.com>
2331
2332 * config/tc-tic30.c: Fix formatting.
2333 * config/tc-tic80.c: Likewise.
2334 * config/tc-v850.c: Likewise.
2335 * config/tc-vax.c: Likewise.
2336 * config/tc-w65.c: Likewise.
2337 * config/tc-z8k.c: Likewise.
2338
2339 2000-11-14 DJ Delorie <dj@redhat.com>
2340
2341 * config/tc-v850.c: Support dwarf2.
2342 * config/tc-v850.h: Ditto.
2343
2344 * config/tc-v850.c (cons_fix_new_v850): Don't rely on
2345 parse_cons_expression_v850 to initialize hold_cons_reloc.
2346
2347 2000-11-15 Bernd Schmidt <bernds@redhat.com>
2348
2349 * config/tc-ia64.c (struct md): New entries LAST_GROUPS, GROUP_IDX.
2350 (errata_nops_necessary_p): New function.
2351 (emit_one_bundle): Call it. Update the GROUP_IDX field in struct
2352 md.
2353
2354 2000-11-14 Jim Wilson <wilson@redhat.com>
2355
2356 * config/tc-ia64.c (ia64_target_format): If EF_IA_64_BE not set, then
2357 return little endian bfd formats.
2358
2359 2000-11-14 Kazu Hirata <kazu@hxi.com>
2360
2361 * config/aout_gnu.h: Fix formatting.
2362 * config/atof-vax.c: Likewise.
2363 * config/m68k-parse.h: Likewise.
2364 * config/m88k-opcode.h: Likewise.
2365 * config/obj-elf.c: Likewise.
2366 * config/tc-arm.c: Likewise.
2367 * config/tc-cris.c: Likewise.
2368 * config/tc-i386.c: Likewise.
2369 * config/tc-ia64.c: Likewise.
2370 * config/tc-mn10300.c: Likewise.
2371 * config/te-386bsd.h: Likewise.
2372 * config/te-hppa.h: Likewise.
2373 * config/te-nbsd.h: Likewise.
2374 * config/te-ppcnw.h: Likewise.
2375 * config/te-sparcaout.h: Likewise.
2376 * config/te-tmips.h: Likewise.
2377 * config/vax-inst.h: Likewise.
2378 * config/vms-conf.h: Likewise.
2379
2380 2000-11-14 Jakub Jelinek <jakub@redhat.com>
2381
2382 * config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits.
2383
2384 2000-11-13 H.J. Lu <hjl@gnu.org>
2385
2386 * config/obj-elf.c (elf_frob_symbol): Support
2387 ".symver name,name2@@@nodename".
2388 (elf_frob_file_before_adjust): Likewise.
2389
2390 * doc/as.texinfo: Updated for ".symver name,name2@@@nodename"
2391 and ".symver name,name2@@@nodename".
2392 Fix a typo.
2393
2394 2000-11-12 H.J. Lu (hjl@gnu.org)
2395
2396 * config/obj-elf.c (obj_elf_symver): Check missing version
2397 name.
2398
2399 2000-11-12 H.J. Lu (hjl@gnu.org)
2400
2401 * dwarf2dbg.c (dwarf2_generate_asm_lineno): Use addressT
2402 instead of bfd_vma for non-bfd assemblers.
2403
2404 2000-11-09 Kazu Hirata <kazu@hxi.com>
2405
2406 * itbl-ops.c: Fix comment typos.
2407
2408 2000-11-08 Jim Wilson <wilson@redhat.com>
2409
2410 * config/tc-ia64.c (struct unw_rec_list): Add slot_frag field.
2411 (struct unwind): Add next_slot_frag field.
2412 (slot_index): New parameters slot_frag and first_frag. Add code
2413 to add in frag sizes when different. Add comments.
2414 (fixup_unw_records): New locals first_frag and last_frag. Pass new
2415 arguments to slot_index.
2416 (emit_one_bundle): Set slot_frag field. Set next_slot_number after
2417 loop end. Set next_slot_frag field.
2418
2419 2000-11-07 H.J. Lu <hjl@gnu.org>
2420
2421 * doc/as.texinfo (.symver): Updated for versioned symbol
2422 reference.
2423
2424 * obj.h (format_ops): Add the frob_file_before_adjust field.
2425
2426 * config/obj-aout.c (aout_format_ops): Set the
2427 frob_file_before_adjust field to 0.
2428 * config/obj-coff.c (coff_format_ops): Likewise.
2429 * config/obj-ecoff.c (ecoff_format_ops): Likewise.
2430
2431 * config/obj-elf.c (obj_elf_symver): Allow duplicated version
2432 name.
2433 (elf_frob_file_before_adjust): New function to remove unneeded
2434 versioned symbols from the symbol table.
2435 (elf_format_ops): Set the frob_file_before_adjust field to
2436 elf_frob_file_before_adjust.
2437
2438 * config/obj-elf.h (obj_frob_file_before_adjust): Defined if
2439 not defined.
2440
2441 * config/obj-multi.h (obj_frob_file_before_adjust): Defined.
2442
2443 2000-11-07 Peter Targett <peter.targett@arccores.com>
2444
2445 * gas/config/tc-arc.h: Avoid warnings for LITTLE_ENDIAN and
2446 BIG_ENDIAN macros.
2447 * gas/config/tc-arc.c: Use S_IS_LOCAL to test local symbols.
2448 Fix compile time warning messages.
2449
2450 2000-11-07 Nick Clifton <nickc@redhat.com>
2451
2452 * stabs.c (generate_asm_file): Increase length of xmalloc'ed
2453 buffer in order to avoid buffer overflows.
2454
2455 2000-11-06 Steve Ellcey <sje@cup.hp.com>
2456
2457 * config/tc-ia64.c (md_shortopts, md_parse_option, md_show_usage):
2458 Change M to m for -milp32 or -mlp64 to match gcc.
2459 (dot_endp): Use bytes_per_address instead of 8.
2460 (emit_one_bundle): Use number_to_chars_littleendian instead of
2461 md_number_to_chars.
2462 (fix_insn): Likewise.
2463 (ia64_init): New function.
2464 (ia64_target_format): New function.
2465 (md_begin): Set endianness, arch, and machine as appropriate.
2466 * config/tc-ia64.h: (TARGET_BYTES_BIG_ENDIAN, md_number_to_chars):
2467 Make these macros depend on TE_HPUX macro.
2468 (TARGET_FORMAT): Define.
2469 (HOST_SPECIAL_INIT): Define.
2470 * config/te-hpux.h: New file.
2471 * configure.in: Add "ia64-*-hpux*" target to configure.
2472 * configure: Regenerate.
2473
2474 2000-11-06 Kazu Hirata <kazu@hxi.com>
2475
2476 * as.c: Fix formatting.
2477 * dwarf2dbg.c: Likewise.
2478 * input-file.c: Likewise.
2479 * input-file.h: Likewise.
2480 * input-scrub.c: Likewise.
2481 * itbl-ops.c: Likewise.
2482 * listing.c: Likewise.
2483 * macro.h: Likewise.
2484 * messages.c: Likewise.
2485 * read.c: Likewise.
2486 * subsegs.c: Likewise.
2487 * subsegs.h: Likewise.
2488 * write.c: Likewise.
2489
2490 2000-11-06 Nick Clifton <nickc@redhat.com>
2491
2492 * doc/as.texinfo: Add GNU Free Documentation License.
2493 * doc/gasp.texi: Add GNU Free Documentation License.
2494 * doc/as.1: Add GNU Free Documentation License.
2495
2496 2000-11-05 Nick Clifton <nickc@redhat.com>
2497
2498 * config/tc-arm.c: Add include of "dwarf2dbg.h"
2499
2500 2000-11-02 Per Lundberg <plundis@chaosdev.org>
2501
2502 * configure.in: Recognise i[3456]86-chaosdev-storm-chaos.
2503 * configure: Regenerate.
2504
2505 2000-11-01 Nick Clifton <nickc@redhat.com>
2506
2507 * read.c (original_case_string): New global variable.
2508 (read_a_source_file): Copy opcode string into
2509 original_case_string if clobbering the case of the opcode.
2510 * read.h: Export the definition of original_case_string.
2511 * config/tc-arm.c (md_assembler): When parsing a .req
2512 directive use the original opcode string, not the case
2513 clobbered version.
2514
2515 2000-11-02 Nick Clifton <nickc@redhat.com>
2516
2517 * config/tc-mn10300.c (debug_line): Remove this static
2518 variable.
2519 (md_assemble): Call dwarf2_generate_asm_lineno instead of
2520 dwarf2_where and dwarf2_gen_line_info.
2521
2522 2000-11-02 Theo Honohan <th@futuretv.com>
2523
2524 * config/tc-arm.c (do_msr): Improve error message.
2525
2526 2000-10-31 Eric Christopher <echristo@redhat.com>
2527
2528 * config/tc-mn10300.c (md_apply_fix3): Use valuep if fully resolved
2529 or pc-relative, else use fx_offset.
2530
2531 2000-10-31 Jim Wilson <wilson@redhat.com>
2532
2533 * config/tc-ia64.c (struct md): New field tag_fixups.
2534 (ia64_flush_insns): Handle tag_fixups. Error if dangling
2535 qualifying predicate.
2536 (emit_one_bundle): Delete spurious multiplication by one. Handle
2537 tag_fixups.
2538 (ia64_start_line): Error if dangling qualifying predicate.
2539 (defining_tag): New static variable.
2540 (ia64_unrecognized_line, case '['): Parse tags.
2541 (ia64_frob_label): Create tag_fixups.
2542 (md_assemble): Reset md.qp.X_op after using it.
2543
2544 2000-10-31 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2545
2546 * config/tc-sh.c (md_apply_fix [BFD_RELOC_SH_PCDISP12BY2]): Allow 4094.
2547
2548 2000-10-31 Bernd Schmidt <bernds@redhat.co.uk>
2549
2550 * config/tc-ia64.c (extra_goodness): Only prefer F in slot 1 and B in slot 2.
2551
2552 2000-10-30 Kazu Hirata <kazu@hxi.com>
2553
2554 * expr.c: Fix formatting.
2555 * flonum-copy.c: Likewise.
2556 * flonum.h: Likewise.
2557 * gasp.c: Likewise.
2558 * hash.c: Likewise.
2559
2560 2000-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2561
2562 * as.h (OPTION_MD_BASE): Bump to 190.
2563 * as.c (parse_args) <std_longopts>: Add comment about the need to
2564 check OPTION_MD_BASE in as.h.
2565
2566 * config/tc-sh.c (md_apply_fix): For ELF, do not "adjust back" VAL
2567 for weak symbols.
2568
2569 2000-10-27 Nick Clifton <nickc@redhat.com>
2570
2571 * configure.in (emulations): Add m68hc12.
2572 * configure: Regenerate.
2573 * po/gas.pot: Regenerate.
2574
2575 2000-10-27 Aldy Hernandez <aldyh@redhat.com>
2576
2577 * config/tc-arm.c (psrs): Remove lowercase versions of spsr* and
2578 cpsr*.
2579 (arm_psr_parse): Handle lowercase CPSR and SPSR.
2580
2581 2000-10-25 Nick Clifton <nickc@redhat.com>
2582
2583 * dwarf2out.c (dwarf2_generate_asm_lineno): New function: Generate
2584 a DWARF2 line number information sequence.
2585
2586 *dwarf2out.h: Add prototype for dwarf2_generate_asm_lineno.
2587
2588 * read.c (generate_lineno_debug): Update comment describing why
2589 DWARF2 line number debug information is not generated
2590 automatically by this function.
2591
2592 * doc/as.texinfo: Note that --gdwarf2 only works on some targets,
2593 not all.
2594
2595 * config/tc-arm.h (md_end): Define.
2596 (DWARF2_LINE_MIN_INSN_LENGTH): Define.
2597
2598 * config/tc-arm.c (output_inst): Call dwarf2_generate_asm_lineno
2599 if generating DWARF2 line numbers.
2600 (arm_end_of_source): New function. Call dwarf2_finish if
2601 necessary.
2602
2603 * config/tc-hppa.c (md_assemble): Use dwarf2_generate_asm_lineno.
2604 * config/tc-m68hc11.c (m68hc11_new_insn): Use dwarf2_generate_asm_lineno.
2605 * config/tc-sh.c (md_assemble): Use dwarf2_generate_asm_lineno.
2606
2607 2000-10-25 Diego Novillo <dnovillo@cygnus.com>
2608
2609 * config/tc-i386.c: Fix prototype declarations for functions taking no
2610 arguments.
2611
2612 2000-10-24 Diego Novillo <dnovillo@cygnus.com>
2613
2614 * config/tc-i386.c (i386_operand_modifier): Remove.
2615 (build_displacement_string): Remove.
2616 (i386_parse_seg): Remove.
2617 (i386_intel_memory_operand): Remove.
2618 (i386_intel_operand): Re-write using recursive descent parser based
2619 on MASM documentation.
2620 (struct intel_parser_s): New structure.
2621 (intel_parser): New static variable.
2622 (struct intel_token): New structure.
2623 (cur_token, prev_token): New static variables.
2624 (T_NIL): Define.
2625 (T_CONST): Define.
2626 (T_REG): Define.
2627 (T_BYTE): Define.
2628 (T_WORD): Define.
2629 (T_DWORD): Define.
2630 (T_QWORD): Define.
2631 (T_XWORD): Define.
2632 (T_SHORT): Define.
2633 (T_OFFSET): Define.
2634 (T_PTR): Define.
2635 (T_ID): Define.
2636 (intel_match_token): New function.
2637 (intel_get_token): New function.
2638 (intel_putback_token): New function.
2639 (intel_expr): New function.
2640 (intel_e05): New function.
2641 (intel_e05_1): New function.
2642 (intel_e06): New function.
2643 (intel_e06_1): New function.
2644 (intel_e09): New function.
2645 (intel_e09_1): New function.
2646 (intel_e10): New function.
2647 (intel_e10_1): New function.
2648 (intel_e11): New function.
2649
2650 2000-10-20 Jakub Jelinek <jakub@redhat.com>
2651
2652 * config/tc-sparc.c (sparc_ip): Fix a bug which caused v9_arg_p
2653 instructions to loose any special insn->architecture mask.
2654
2655 * config/tc-sparc.c (v9a_asr_table): Add v9b ASRs.
2656 (sparc_md_end, sparc_arch_types, sparc_arch,
2657 sparc_elf_final_processing): Handle v8plusb and v9b architectures.
2658 (sparc_ip): Handle siam mode operands. Support v9b ASRs (and
2659 request v9b architecture if they are used).
2660
2661 2000-10-18 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2662
2663 * config/tc-m68k.c: Fix the previous misapplied patch.
2664
2665 2000-10-18 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2666
2667 * config/tc-m68k.h (RELAX_RELOC_*): New definitions for both
2668 BFD_ASSEMBLER and !BFD_ASSEMBLER.
2669 * config/tc-m68k.c (md_convert_frag_1): Use them instead of
2670 BFD_RELOC_*.
2671
2672 2000-10-17 Kazu Hirata <kazu@hxi.com>
2673
2674 * debug.c: Fix formatting.
2675 * depend.c: Likewise.
2676 * dwarf2dbg.c: Likewise.
2677 * dwarf2dbg.h: Likewise.
2678 * ecoff.c: Likewise.
2679 * expr.c: Likewise.
2680 * expr.h: Likewise.
2681 * flonum-konst.c: Likewise.
2682 * frags.h: Likewise.
2683
2684 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
2685
2686 * as.c: New option OPTION_TARGET_HELP. Prints all target specific
2687 options.
2688 * doc/as.texinfo: Added notes about this new option.
2689
2690 2000-10-16 Hans-Peter Nilsson <hp@bitrange.com>
2691
2692 * config/tc-sh.c (JREG): Remove.
2693 (md_convert_frag): Remove #if 0:d code using JREG.
2694
2695 2000-10-15 Diego Novillo <dnovillo@cygnus.com>
2696
2697 * config/tc-i386.c (i386_operand_modifier): Only match
2698 modifiers SHORT and FLAT if they are followed by a space.
2699 (parse_register): When `allow_naked_reg' is set, do not confuse
2700 identifiers that start with a register name with a register.
2701
2702 2000-10-12 Kazu Hirata <kazu@hxi.com>
2703
2704 * app.c: Fix formatting.
2705 * as.c: Likewise.
2706 * as.h: Likewise.
2707 * bit_fix.h: Likewise.
2708 * cgen.c: Likewise.
2709 * cgen.h: Likewise.
2710 * cond.c: Likewise.
2711
2712 2000-10-11 Alan Modra <alan@linuxcare.com.au>
2713
2714 * config/obj-elf.c (elf_frob_symbol): Revert 2000-10-07 change.
2715
2716 2000-10-07 Alan Modra <alan@linuxcare.com.au>
2717
2718 * config/tc-hppa.c (md_apply_fix): Remove plainly wrong assert.
2719 Re-arrange function a little and improve error message.
2720
2721 * write.c (write_relocs): Fix a comment.
2722
2723 * config/obj-elf.c (elf_frob_symbol): Make section syms global on
2724 link-once sections.
2725
2726 2000-10-05 Jim Wilson <wilson@cygnus.com>
2727
2728 * config/tc-ia64.c (resources_match): Handle IA64_RS_PRr.
2729
2730 2000-10-05 Alan Modra <alan@linuxcare.com.au>
2731
2732 * config/tc-i386.c: Delete some useless comments, reformat others.
2733
2734 * config/tc-i386.h (TC_FIX_ADJUSTABLE): Add check to cover
2735 non-global syms in linkonce sections.
2736
2737 2000-10-04 Ralf Baechle <ralf@gnu.org>
2738
2739 * config/tc-ia64.c (operand_match): Don't use // style comments.
2740 * config/tc-i370.c: Likewise.
2741
2742 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
2743
2744 Changes to handle varying register prefix and user symbol prefix.
2745 * config/tc-cris.c (SYNTAX_RELAX_REG_PREFIX,
2746 SYNTAX_ENFORCE_REG_PREFIX, SYNTAX_USER_SYM_LEADING_UNDERSCORE,
2747 SYNTAX_USER_SYM_NO_LEADING_UNDERSCORE, REGISTER_PREFIX_CHAR): New.
2748 (s_syntax, cris_force_reg_prefix, cris_relax_reg_prefix,
2749 cris_sym_leading_underscore, cris_sym_no_leading_underscore): New.
2750 (demand_register_prefix): New variable.
2751 (md_pseudo_table): New pseudo ".syntax".
2752 (md_longopts): New options --no-underscore and --underscore.
2753 (cris_target_format): Return elf32-us-cris or elf32-cris depending
2754 on symbols_have_leading_underscore.
2755 (get_gen_reg): Accept or require REGISTER_PREFIX_CHAR.
2756 (get_spec_reg): Ditto.
2757 (cris_number_to_imm) <case BFD_RELOC_VTABLE_ENTRY>: Remove FIXME.
2758 Fix formatting.
2759 (md_parse_option) <case 'h' 'H'>: Deprecate; add reference to
2760 --help.
2761 <case OPTION_NO_US, case OPTION_US>: New.
2762 (md_show_usage): Be brief and reformat to match continuation of
2763 --help.
2764 * po/gas.pot: Regenerate.
2765
2766 2000-09-28 Alan Modra <alan@linuxcare.com.au>
2767
2768 * config/tc-hppa.c (hppa_force_relocation): If OBJ_SOM, don't
2769 force relocs for 12 bit branches.
2770 (md_apply_fix): Similarly, adjust logic here.
2771
2772 2000-09-28 Alan Modra <alan@linuxcare.com.au>
2773
2774 * config/tc-hppa.c (md_apply_fix): Add fmt assertion. Don't
2775 adjust for external and weak syms as we will use a reloc. Allow
2776 for +8 offset when calculating limits of branches.
2777 (hppa_fix_adjustable): Undo 2000-09-23 change.
2778 (hppa_force_relocation): Likewise. Add fx_addsy assertion.
2779 Correct distance calculation.
2780 (tc_gen_reloc): Print the file name and line number if we can't
2781 handle a fixup.
2782
2783 From John David Anglin <dave@hiauly1.hia.nrc.ca>
2784 * config/tc-hppa.c (nonzero_dibits): Define.
2785 (arg_reloc_stub_needed): Check each arg and return value
2786 separately for zero case.
2787 (pa_align): Declare argument `bytes'.
2788
2789 2000-09-25 Kazu Hirata <kazu@hxi.com>
2790
2791 * config/tc-cris.c: Fix formatting.
2792 * config/tc-d10v.h: Likewise.
2793 * config/tc-d30v.c: Likewise.
2794 * config/tc-d30v.h: Likewise.
2795 * config/tc-fr30.c: Likewise.
2796 * config/tc-fr30.h: Likewise.
2797 * config/tc-m68k.c: Likewise.
2798 * config/tc-m68k.h: Likewise.
2799 * config/tc-pj.h: Likewise.
2800 * config/tc-ppc.c: Likewise.
2801 * config/tc-ppc.h: Likewise.
2802 * config/tc-sh.c: Likewise.
2803 * config/tc-sh.h: Likewise.
2804 * config/tc-sparc.c: Likewise.
2805 * config/tc-v850.h: Likewise.
2806 * config/tc-vax.h: Likewise.
2807 * config/tc-w65.h: Likewise.
2808 * config/tc-z8k.h: Likewise.
2809
2810 2000-09-23 Alan Modra <alan@linuxcare.com.au>
2811
2812 * config/tc-hppa.c (hppa_fix_adjustable): Do the external and weak
2813 checks only for ELF.
2814 (hppa_force_relocation): Likewise.
2815
2816 2000-09-22 Jim Wilson <wilson@cygnus.com>
2817
2818 * config/tc-ia64.c (dv_sem): Add "stop".
2819 (specify_resource, case IA64_RS_PR): Only handles regs 1 to 15 now.
2820 (specify_resource, case IA64_RS_PRr): New for regs 16 to 62.
2821 (specify_resource, case IA64_RS_PR63): Reorder (note == 7) test to
2822 match above.
2823 (mark_resources): Check IA64_RS_PRr.
2824
2825 2000-09-22 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2826
2827 * config/tc-m68k.c (md_relax_table, m68k_ip, md_convert_frag_1,
2828 md_estimate_size_before_relax): Redesign and clean up the
2829 relaxation mechanism.
2830
2831 2000-09-21 Kazu Hirata <kazu@hxi.com>
2832
2833 * config/tc-ns32k.c: Fix formatting.
2834 * config/tc-ns32k.h: Likewise.
2835
2836 2000-09-20 Kazu Hirata <kazu@hxi.com>
2837
2838 * config/tc-m32r.c: Fix formatting.
2839 * config/tc-m32r.h: Likewise.
2840 * config/tc-m68851.h: Likewise.
2841 * config/tc-m68hc11.c: Likewise.
2842 * config/tc-m68hc11.h: Likewise.
2843 * config/tc-m88k.c: Likewise.
2844 * config/tc-mcore.c: Likewise.
2845 * config/tc-mcore.h: Likewise.
2846 * config/tc-mips.c: Likewise.
2847 * config/tc-mips.h: Likewise.
2848 * config/tc-mn10200.h: Likewise.
2849 * config/tc-mn10300.h: Likewise.
2850 * config/tc-tahoe.c: Likewise.
2851 * config/tc-tahoe.h: Likewise.
2852
2853 2000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2854
2855 * config/tc-vax.c (synthetic_votstrs): Remove jbssi and jbcci.
2856 Likewise in relaxation description comments.
2857
2858 2000-09-18 Alan Modra <alan@linuxcare.com.au>
2859
2860 * config/tc-hppa.h (TC_FORCE_RELOCATION_SECTION): Allow
2861 subtraction of two syms without emitting a relocation.
2862
2863 From David Huggins-Daines <dhd@linuxcare.com>
2864 * config/tc-hppa.c (hppa_force_relocation): Force relocations for
2865 global or weak symbols.
2866
2867 2000-09-15 Kazu Hirata <kazu@hxi.com>
2868
2869 * config/tc-h8300.h: Fix formatting.
2870 * config/tc-h8500.c: Likewise.
2871 * config/tc-h8500.h: Likewise.
2872 * config/tc-hppa.h: Likewise.
2873 * config/tc-i370.h: Likewise.
2874 * config/tc-i386.h: Likewise.
2875 * config/tc-i860.c: Likewise.
2876 * config/tc-i860.h: Likewise.
2877 * config/tc-i960.h: Likewise.
2878 * config/tc-ia64.c: Likewise.
2879 * config/tc-ia64.h: Likewise.
2880
2881 2000-09-14 Kazu Hirata <kazu@hxi.com>
2882
2883 * config/tc-a29k.c: Fix formatting.
2884 * config/tc-alpha.c: Likewise.
2885 * config/tc-arc.c: Likewise.
2886 * config/tc-arc.h: Likewise.
2887 * config/tc-arm.c: Likewise.
2888 * config/tc-arm.h: Likewise.
2889 * config/tc-avr.c: Likewise.
2890 * config/tc-avr.h: Likewise.
2891 * config/tc-tic30.c: Likewise.
2892 * config/tc-tic30.h: Likewise.
2893 * config/tc-tic54x.c: Likewise.
2894 * config/tc-tic54x.h: Likewise.
2895 * config/tc-tic80.c: Likewise.
2896 * config/tc-tic80.h: Likewise.
2897
2898 2000-09-14 Timothy Wall <twall@cygnus.com>
2899
2900 * config/tc-ia64.c (specify_resource): For PR%/PR63, note types of
2901 parallel comparisons for later use.
2902 (struct rsrc): Add parallel comparison type.
2903 (resources_match): Skip special cases of PR usage (non-conflicting
2904 parallel compares).
2905
2906 2000-09-13 Kazu Hirata <kazu@hxi.com>
2907
2908 * config/obj-ecoff.c: Fix formatting.
2909 * config/obj-elf.c: Likewise.
2910 * config/obj-elf.h: Likewise.
2911 * config/obj-evax.h: Likewise.
2912 * config/obj-generic.h: Likewise.
2913 * config/obj-hp300.c: Likewise.
2914 * config/obj-hp300.h: Likewise.
2915 * config/obj-ieee.h: Likewise.
2916 * config/obj-vms.c: Likewise.
2917 * config/obj-vms.h: Likewise.
2918
2919 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2920
2921 * config/tc-mips.c (md_begin): Recognize 4Kc, 4Km and 4Kp processors.
2922 (md_parse_option): Ditto.
2923 (md_longopts): Add -mips32 option.
2924 (md_show_usage): Document new options.
2925 (mips_ip): Assemble sdbbp 20 bit 'm' args for MIPS32.
2926 (mips_ip): Assemble mfc0 with a sub-selection code.
2927 (validate_mips_insn): Handle 'H' (OP_*_SEL) and 'm' (OP_*_CODE20).
2928 (mips_cpu_to_str): New function.
2929 (mips_ip): Use mips_cpu_to_str instead of printing numeric cpu value.
2930 Use CPU_* defines instead of hardcoded numbers.
2931
2932 * doc/as.texinfo: Document new options.
2933 * doc/c-mips.texi: Ditto.
2934
2935 2000-09-12 Kazu Hirata <kazu@hxi.com>
2936
2937 * as.h: Fix formatting.
2938 * asintl.h: Likewise.
2939 * bit_fix.h: Likewise.
2940 * config/obj-aout.c: Likewise.
2941 * config/obj-aout.h: Likewise.
2942 * config/obj-bout.c: Likewise.
2943 * config/obj-bout.h: Likewise.
2944 * config/obj-coff.c: Likewise.
2945 * config/obj-coff.h: Likewise.
2946 * dwarf2dbg.h: Likewise.
2947 * expr.h: Likewise.
2948 * flonum.h: Likewise.
2949 * frags.h: Likewise.
2950 * itbl-ops.h: Likewise.
2951 * macro.h: Likewise.
2952 * read.h: Likewise.
2953 * sb.h: Likewise.
2954 * struc-symbol.h: Likewise.
2955 * subsegs.h: Likewise.
2956 * symbols.h: Likewise.
2957 * tc.h: Likewise.
2958 * write.h: Likewise.
2959
2960 2000-09-11 Kazu Hirata <kazu@hxi.com>
2961
2962 * bignum-copy.c: Fix formatting.
2963 * config/tc-i370.c: Likewise.
2964 * config/tc-i960.c: Likewise.
2965 * config/tc-m68k.c: Likewise.
2966 * ehopt.c: Likewise.
2967 * flonum-copy.c: Likewise.
2968 * flonum-konst.c: Likewise.
2969 * flonum-mult.c: Likewise.
2970 * literal.c: Likewise.
2971 * read.c: Likewise.
2972 * sb.c: Likewise.
2973 * stabs.c: Likewise.
2974 * subsegs.c: Likewise.
2975
2976 2000-09-09 Philip Blundell <philb@gnu.org>
2977
2978 * configure.in (arm*-*-uclinux*): New target.
2979 * configure: Regenerate.
2980
2981 2000-09-09 Kazu Hirata <kazu@hxi.com>
2982
2983 * input-file.c: Fix formatting.
2984 * itbl-ops.c: Likewise.
2985 * messages.c: Likewise.
2986
2987 2000-09-08 Philip Blundell <philb@gnu.org>
2988
2989 * config/tc-arm.c (md_apply_fix3): Correct handling of ADRL when
2990 offset is negative.
2991
2992 2000-09-07 H.J. Lu <hjl@gnu.org>
2993
2994 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2995 * configure: Rebuild.
2996
2997 2000-09-07 Kazu Hirata <kazu@hxi.com>
2998
2999 * atof-generic.c: Fix formatting.
3000 * config/tc-mips.c: Likewise.
3001 * config/tc-vax.c: Likewise.
3002 * input-scrub.c: Likewise.
3003
3004 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
3005
3006 * config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.
3007 * configure.in (sh-*-linux*): Added.
3008 * configure: Rebuilt.
3009
3010 2000-09-06 Kazu Hirata <kazu@hxi.com>
3011
3012 * config/tc-hppa.c: Fix formatting.
3013
3014 * ecoff.c: Fix formatting.
3015
3016 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3017
3018 * configure: Rebuilt with new libtool.m4.
3019
3020 2000-09-05 Kazu Hirata <kazu@hxi.com>
3021
3022 * cgen.c: Fix formatting.
3023 * config/tc-ia64.c: Likewise.
3024
3025 2000-09-05 Nick Clifton <nickc@redhat.com>
3026
3027 * aclocal.m4: Regenerate.
3028 * config.in: Regenerate.
3029 * configure: Regenerate.
3030 * po/gas.pot: Regenerate.
3031
3032 2000-09-05 Hans-Peter Nilsson <hp@axis.com>
3033
3034 * config/tc-cris.c: Correct comment typos.
3035
3036 2000-09-05 Eric Christopher <echristo@cygnus.com>
3037
3038 * config/tc-mn10300.c: Cleanup.
3039 (md_pcrel_from): Enable.
3040
3041 2000-09-05 Alan Modra <alan@linuxcare.com.au>
3042
3043 * expr.c (operand): Fix a comment typo.
3044 * write.c (write_relocs): Fix a signed/unsigned warning.
3045
3046 * config/tc-hppa.c (fudge_reg_expressions): New
3047 (hppa_force_reg_syms_absolute): New.
3048 (pa_equ): Allow reg_section expressions.
3049 * config/tc-hppa.c (md_optimize_expr): Define.
3050 (hppa_force_reg_syms_absolute): Prototype.
3051
3052 * config/tc-hppa.c (pa_11_fp_reg_struct): Delete.
3053 (pa_parse_number): Pass in arg to select fp reg parsing.
3054 Return 1 to indicate format checks pass. If strict, then only
3055 accept a register or register symbol. Return value in...
3056 (pa_number): New static for pa_parse_number.
3057 (FP_REG_BASE): Define.
3058 (FP_REG_RSEL): Define.
3059 (pre_defined_registers): Apply FP_REG_BASE and FP_REG_RSEL as
3060 appropriate. White space changes.
3061 (need_pa11_opcode): Don't bother passing any params, get them from
3062 globals instead.
3063 (pa_ip): Modify all calls to pa_parse_number and need_pa11_opcode.
3064 Remove extraneous check in case 'Q'.
3065 (pa_equ): Modify call to pa_parse_number to do strict parsing. If
3066 reg, set section of resulting symbol to reg_section.
3067 (pa_parse_space_stmt): Modify call to pa_parse_number.
3068 (pa_space): Likewise.
3069
3070 * config/tc-hppa.c: (md_apply_fix): Handle vtable relocs.
3071 (hppa_force_relocation): Handle vtable relocs.
3072 (pa_vtable_entry): New.
3073 (pa_vtable_inherit): New.
3074 (md_pseudo_table): Add entries for vtable pseudos.
3075 (hppa_fix_adjustable): Reject reduction of R_PARISC_GNU_VTINHERIT
3076 and R_PARISC_GNU_VTENTRY relocs. Reject reduction of relocs
3077 against weak syms.
3078 (tc_gen_reloc): Remove ELF_ARG_RELOC_INSN code.
3079 (pa_type_args): Don't call symbol_get_bfdsym multiple times.
3080 Set STT_PARISC_MILLICODE for OBJ_ELF when encountering a
3081 millicode import.
3082 * config/obj-elf.c (obj_elf_type): Allow md_elf_symbol_type to
3083 specify a symbol type.
3084
3085 * config/tc-hppa.h: Reorganize file a little, grouping OBJ_ELF
3086 dependent things together.
3087 (md_elf_symbol_type): Define.
3088
3089 * config/tc-hppa.c (fix_new_hppa): Elide "$PIC_pcrel$0" pseudo
3090 symbol.
3091 * config/tc-hppa.h (tc_frob_symbol): Elide "$PIC_pcrel$0" here too.
3092
3093 * config/obj-elf.h (obj_elf_vtable_inherit): Declare.
3094 (obj_elf_vtable_entry): Declare.
3095
3096 * config/obj-elf.c (obj_elf_vtable_inherit): Return struct fix *
3097 and export function.
3098 (obj_elf_vtable_entry): Similarly.
3099 (elf_pseudo_table): Fix the damage with a cast.
3100
3101 2000-09-03 Richard Henderson <rth@cygnus.com>
3102
3103 * config/tc-ia64.c (emit_one_bundle): Stop collecting insns
3104 for template selection when a label is needed.
3105
3106 2000-09-02 Kazu Hirata <kazu@hxi.com>
3107
3108 * config/tc-ia64.c: Fix formatting.
3109
3110 2000-09-02 Nick Clifton <nickc@redhat.com>
3111
3112 * configure.in: Increase version number to 2.10.91.
3113 * configure: Regenerate.
3114 * aclocal.m4: Regenerate.
3115 * config.in: Regenerate.
3116 * po/gas.pot: Regenerate.
3117 * Makefile.in: Regenerate.
3118
3119 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
3120
3121 * config/tc-sh.h [OBJ_ELF] (TC_FIX_ADJUSTABLE): Define.
3122 * config/tc-sh.c (md_apply_fix): Map 32-bit relocations that
3123 become PC-relative to BFD_RELOC_32_PCREL. Reject 16- or 8-bit
3124 similar relocs.
3125 (sh_obj_adjustable): Return 1 for PC-relative offsets used in
3126 branches.
3127
3128 2000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
3129
3130 * config/tc-sh.h (DIFF_EXPR_OK, GLOBAL_OFFSET_TABLE_NAME,
3131 TC_RELOC_GLOBAL_OFFSET_TABLE, TC_RELOC_RTSYM_LOC_FIXUP): Define.
3132 * config/tc-sh.c (sh_elf_cons, sh_elf_suffix): New functions.
3133 [OBJ_ELF] (md_pseudo_table) <long, int, word, short>: Use them.
3134 (GOT_symbol): New variable.
3135 (md_undefined_symbol): Set it.
3136
3137 2000-09-01 Richard Henderson <rth@cygnus.com>
3138
3139 * config/tc-ia64.c (match): Don't inline.
3140 (extra_goodness): New.
3141 (md_begin): Prefer nop.f and nop.b for best_template.
3142
3143 2000-08-31 Kazu Hirata <kazu@hxi.com>
3144
3145 * as.c: Fix formatting.
3146 * cond.c: Likewise.
3147 * frags.c: Likewise.
3148 * macro.c: Likewise.
3149
3150 2000-08-31 Eric Christopher <echristo@cygnus.com>
3151
3152 * config/tc-mn10300.c: Cleanup and fix warnings.
3153 (md_pseudo_table): Add initializers.
3154 (md_show_usage): Cleanup.
3155 (md_parse_option): Fix warnings.
3156 (md_undefined_symbol): Fix warnings.
3157 (md_conver_frag): Fix warnings.
3158 (tc_gen_reloc): Fix warnings.
3159 (md_apply_fix3): Fix warnings.
3160 (check_operand): Fix warnings.
3161
3162 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
3163
3164 * acinclude.m4: Include libtool and gettext macros from the
3165 top level.
3166 * aclocal.m4, configure: Rebuilt.
3167
3168 2000-08-30 Mark Hatle <mhatle@mvista.com>
3169
3170 * config/tc-ppc.c (md_parse_option): Recognize -m405.
3171
3172 2000-08-31 Kazu Hirata <kazu@hxi.com>
3173
3174 * listing.c: Fix formatting.
3175
3176 2000-08-29 Kazu Hirata <kazu@hxi.com>
3177
3178 * app.c: Fix a comment typo. Fix formatting.
3179
3180 2000-08-25 J. David Anglin <dave@hiauly1.hia.nrc.ca>
3181
3182 * config/tc-vax.c (md_convert_frag): Correctly calculate the pc relative
3183 offset of the target destination for jmp instructions.
3184 (md_assemble): Change mode to VAX_ABSOLUTE_MODE as per comments.
3185
3186 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
3187
3188 * NEWS: Mention support for CRIS.
3189
3190 Thu Aug 24 20:41:05 2000 Denis Chertykov <denisc@overta.ru>
3191
3192 * config/tc-avr.h (TC_IMPLICIT_LCOMM_ALIGNMENT): New macros.
3193 Sets `.lcomm' alignment to zero.
3194
3195 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
3196
3197 * config/tc-i386.h (OBJ_MAYBE_ELF, OBJ_MAYBE_COFF,
3198 TC_FIX_ADJUSTABLE): Define.
3199
3200 2000-08-23 Jim Wilson <wilson@cygnus.com>
3201
3202 * config/tc-ia64.c (output_unw_records): Set U & E flags only if
3203 unwind.personality_routine is set.
3204
3205 2000-08-23 H.J. Lu <hjl@gnu.org>
3206
3207 * write.c (TC_FIX_ADJUSTABLE): Remove the duplicate.
3208
3209 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
3210
3211 * config/tc-i386.h (TC_FIX_ADJUSTABLE): Do *NOT* define if target
3212 environment is pe.
3213
3214 2000-08-22 H.J. Lu <hjl@gnu.org>
3215
3216 * config.in (STRICTCOFF): New for strict COFF.
3217
3218 * configure.in: Define STRICTCOFF for i386-*-msdosdjgpp*,
3219 i386-*-go32* and i386-go32-rtems*.
3220 * configure: Rebuilt.
3221
3222 * config/obj-coff.c (obj_coff_endef): Follow the historical
3223 behavior if STRICTCOFF is not defined.
3224
3225 * doc/internals.texi: Document STRICTCOFF.
3226
3227 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
3228
3229 * write.c (TC_FIX_ADJUSTABLE): Define to 1, if not defined.
3230 (fixup_segment) Use it instead of TC_DONT_FIX_NON_ADJUSTABLE.
3231 * config/tc-i386.h (TC_DONT_FIX_NON_ADJUSTABLE): Remove.
3232 <OBJ_ELF, OBJ_COFF, TE_PE> (TC_FIX_ADJUSTABLE): Define.
3233 * config/tc-arm.h (TC_DONT_FIX_NON_ADJUSTABLE): Remove.
3234 <OBJ_ELF> (TC_FIX_ADJUSTABLE): Define.
3235 * config/tc-i960.h, config/tc-m68k.h, config/tc-v850.h:
3236 Likewise.
3237
3238 2000-08-22 Eric Christopher <echristo@cygnus.com>
3239
3240 * config/tc-mn10300.c: (md_apply_fix): New function.
3241 (mn10300_force_relocation): New function.
3242 (mn10300_fix_adjustable): New function.
3243
3244 * config/tc-mn10300.h: (TC_FORCE_RELOCATION): Define.
3245 (TC_HANDLES_FX_DONE): Define.
3246 (obj_fix_adjustable): Define.
3247 (MD_APPLY_FIX3): Define.
3248 (TC_LINKRELAX_FIXUP): Define.
3249
3250 * write.c: (TC_LINKRELAX_FIXUP): Define if not
3251 previously defined.
3252 (fixup_segment): Use TC_LINKRELAX_FIXUP.
3253
3254 * doc/internals.texi: Document TC_LINKRELAX_FIXUP.
3255
3256 2000-08-21 Jason Eckhardt <jle@cygnus.com>
3257
3258 * config/tc-i860.c (md_apply_fix3): Do not insert the immediate
3259 if the fixup resulted in a relocation.
3260
3261 2000-08-18 Nick Clifton <nickc@redhat.com>
3262
3263 * config/tc-arm.c (decode_shift): Replace as_tsktsk with as_warn.
3264 Make reference to first element of shift_names explicit.
3265
3266 2000-08-18 Alexandre Oliva <aoliva@redhat.com>
3267
3268 * write.c (fixup_segment) [TC_DONT_FIX_NON_ADJUSTABLE]: Use
3269 obj_fix_adjustable() and tc_fix_adjustable() to tell whether to
3270 add a symbol's address. Removed all target-specific #ifdefs that
3271 used to accomplished the same.
3272 * config/tc-v850.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3273 * config/tc-m68k.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3274 * config/tc-arm.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3275 * config/tc-i960.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3276 * config/tc-i386.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3277
3278 2000-08-17 Kazu Hirata <kazu@hxi.com>
3279
3280 * dwarf2dbg.c: Fix formatting.
3281
3282 2000-08-17 Nick Clifton <nickc@redhat.com>
3283
3284 * config/tc-arm.c (decode_shift): Allow illegal shifts by zero
3285 to be recoded as logical shift lefts by zero.
3286
3287 2000-08-16 Jim Wilson <wilson@cygnus.com>
3288
3289 * config/tc-ia64.c (specify_resource, case IA64_RS_GR): Handle
3290 postincrement modified registers. Handle IA64_OPND_R3_2 addl
3291 source registers.
3292 (note_register_values): Handle IA64_OPND_R3_2 operands.
3293
3294 2000-08-16 Jason Eckhardt <jle@cygnus.com>
3295
3296 * config/tc-i860.c (md_operand): Silly typo fixed.
3297
3298 2000-08-16 Nick Clifton <nickc@redhat.com>
3299
3300 * config/tc-arm.c (struct asm_shift): Delete.
3301 (shift[]): Delete.
3302 (enum asm_shift_index): New.
3303 (struct asm_shift_properties): New.
3304 (struct asm_shift_name): New.
3305 (shift_properties[]); New.
3306 (shift_names[]); New.
3307
3308 (decode_shift): Use new structures.
3309 Issue a warning is "ROR #0" is used.
3310 Issue a warning if "ASR #0" or "LSR #0" is used.
3311
3312 (md_begin): Initialise arm_shift_hsh table from new
3313 asm_shift_name array.
3314
3315 2000-08-16 Jakub Jelinek <jakub@redhat.com>
3316
3317 * config/tc-sparc.c: Kill all warnings.
3318 (md_parse_option): Set -32/-64 for -xarch=, allow all -A archs
3319 in -xarch= as well.
3320 (md_show_usage): Update usage text.
3321
3322 2000-08-16 Nick Clifton <nickc@redhat.com>
3323
3324 * config/tc-arm.c (do_bx): Warn about "bx px" not being very
3325 useful.
3326
3327 2000-08-15 Will Cohen <wcohen@redhat.com>
3328
3329 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Defined.
3330
3331 * config/tc-sh.c (md_assemble): Changed so debug_type
3332 test performed for ppi_assemble
3333 * config/tc-sh.c: Included dwarf2dbg.h.
3334 (debug_line): Defined.
3335 (md_assemble): Generates dwarf2 line info.
3336 (sh_finalize): New function. Finalize dwarf2 info.
3337 (assemble_ppi): Returns size of code generated.
3338 (build_Mytes): Returns size of code generated.
3339 (md_pseudo_table): Added "file" and "loc" psuedo ops.
3340 * config/tc-sh.h (md_end): Defined.
3341 (sh_finalize): Declared.
3342
3343 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
3344
3345 * config/tc-sh.c (md_apply_fix) [BFD_RELOC_32, BFD_RELOC_16]: Use
3346 md_number_to_chars.
3347
3348 2000-08-14 Nick Clifton <nickc@redhat.com>
3349
3350 * config/tc-arm.c (do_bx): Allow "bx pc".
3351
3352 2000-08-14 Jim Wilson <wilson@cygnus.com>
3353
3354 * config/tc-ia64.c (md_longopts): Add -mconstant-gp and -mauto-pic.
3355 (md_parse_option): Add OPTION_MCONSTANT_GP and OPTION_MAUTO_PIC.
3356 (md_begin): Change assignment to md.flag to OR in the new bit.
3357
3358 2000-08-14 Mark Elbrecht <snowball3@bigfoot.com>
3359
3360 * config/obj-coff.c (obj_coff_endef) [BFD_ASSEMBLER]: Set the debug
3361 flag for storage types C_ARG, C_REGPARM, C_FIELD, C_MOS, C_MOE,
3362 C_MOU, and C_EOS.
3363
3364 2000-08-14 Jason Eckhardt <jle@cygnus.com>
3365
3366 * NEWS: Mention i860 support.
3367
3368 Mon Aug 14 11:49:12 2000 Jeffrey A Law (law@cygnus.com)
3369
3370 * config/tc-mn10300.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
3371
3372 2000-08-14 Andreas Schwab <schwab@suse.de>
3373
3374 * doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo.
3375
3376 2000-08-11 Andreas Schwab <schwab@suse.de>
3377
3378 * doc/c-i860.texi (Opcodes for i860): Remove braces from @item
3379 argument.
3380
3381 2000-08-11 Kazu Hirata <kazu@hxi.com>
3382
3383 * expr.c: Fix formatting.
3384 * config/obj-bout.c: Likewise.
3385
3386 2000-08-10 Jason Eckhardt <jle@cygnus.com>
3387
3388 * doc/c-i860.texi: Flesh out the i860 section more.
3389
3390 2000-08-10 Kazu Hirata <kazu@hxi.com>
3391
3392 * symbols.c: Fix formatting.
3393 * expr.c: Likewise.
3394
3395 Wed Aug 9 16:28:21 EDT 2000 Diego Novillo <dnovillo@cygnus.com>
3396
3397 * config/tc-i386.c (md_assemble): Skip suffix check if the opcode
3398 modifier has the IgnoreSize bit set.
3399
3400 2000-08-09 Alan Modra <alan@linuxcare.com.au>
3401
3402 From Rodney Brown <RodneyBrown@mynd.com>
3403 * configure.in: Use elf on Unixware 7 (i586-sco-sysv5uw7.1.0)
3404 * configure: Regenerate.
3405
3406 2000-08-09 Kazu Hirata <kazu@hxi.com>
3407
3408 * hash.c: Fix formatting.
3409 * gasp.c: Likewise.
3410
3411 2000-08-08 Jason Eckhardt <jle@cygnus.com>
3412
3413 * config/tc-i860.h: Rework completely for BFD_ASSEMBLER.
3414 (i860_fix_info): New enum.
3415 (MD_APPLY_FIX3): Define.
3416 (WORKING_DOT_WORD): Define.
3417 (TC_HANDLES_FX_DONE): Define.
3418 (DIFF_EXPR_OK): Define.
3419 (LISTING_HEADER): Define.
3420 (TARGET_FORMAT): Select target format based on endian flag.
3421 (TARGET_BYTES_BIG_ENDIAN): Default to little endian.
3422 (target_big_endian): Add external declaration.
3423
3424 * config/tc-i860.c: All existing code reworked completely. Other
3425 new code shown below.
3426 (SYNTAX_SVR4): Define.
3427 (target_warn_expand): New variable.
3428 (md_shortopts): Declare and define (-Qy, -Qn, and -V options).
3429 (md_longopts): Declare and define with new options (-EL, -EB,
3430 and -mwarn-expand).
3431 (md_show_usage): New function.
3432 (md_operand): New function.
3433 (obtain_reloc_for_imm16): New function.
3434 (md_apply_fix3): New function.
3435 (tc_gen_reloc): New function.
3436
3437 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3438
3439 * config/tc-m68hc11.c (build_jump_insn): Make sure the
3440 2 bytes of the jump address are in the same frag.
3441 (find): Accept 68hc12 register indirect modes.
3442
3443 * NEWS: Mention 68HC11 & 68HC12 support.
3444
3445 2000-08-07 Richard Henderson <rth@cygnus.com>
3446
3447 * config/tc-ia64.c (unwind): Add prologue_mask member.
3448 (dot_vframe): Elide psp_gr record if it overlaps prologue_gr.
3449 (dot_save): Likewise for pfs_gr, rp_gr, and preds_gr.
3450 (dot_body): Clear unwind.prologue_mask.
3451 (dot_prologue): Set it. Accept a register second argument.
3452
3453 2000-08-07 Kazu Hirata <kazu@hxi.com>
3454
3455 * config/atof-ieee.c: Fix formatting.
3456 * config/atof-tahoe.c: Likewise.
3457
3458 2000-08-06 Nick Clifton <nickc@cygnus.com>
3459
3460 * config/tc-sparc.c (md_begin): Fix typo in recent formatting
3461 work.
3462
3463 * doc/as.texinfo (Pseudo Ops): Update to include descriptions
3464 of .popsection, .previous, .pushsection, .subsection,
3465 .version, .vtable_entry, .vtable_inherit and .weak.
3466
3467 2000-08-05 Kazu Hirata <kazu@hxi.com>
3468
3469 * config/tc-cris.c: Fix formatting.
3470 * config/tc-i386.c: Likewise.
3471 * config/tc-sparc.c (sparc_ip): Simplify the code.
3472
3473 2000-08-04 Kazu Hirata <kazu@hxi.com>
3474
3475 * config/tc-cris.c: Rearrange code for readability.
3476 * config/tc-d10v.c: Fix formatting.
3477 * config/tc-m32r.c: Likewise.
3478 * config/tc-sparc.c: Likewise.
3479
3480 2000-08-02 Jim Wilson <wilson@cygnus.com>
3481
3482 * config/tc-ia64.c (emit_one_bundle): Call ia64_free_opcode
3483 before ia64_find_opcode.
3484 (md_assemble): Likewise.
3485
3486 2000-08-01 Nick Clifton <nickc@cygnus.com>
3487
3488 * config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag.
3489 Undo some formatting fixes.
3490
3491 2000-08-01 Kazu Hirata <kazu@hxi.com>
3492
3493 * config/obj-som.c: Fix formatting.
3494 * config/obj-ieee.c: Likewise.
3495 * config/tc-arm.c: Likewise.
3496 * config/tc-v850.c: Likewise.
3497
3498 2000-08-01 Nick Clifton <nickc@redhat.com>
3499
3500 * doc/c-m68k.texi (section M680x0 Options): Turn into a table
3501 index by command line option.
3502
3503 2000-08-01 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3504
3505 * doc/c-m68k.texi (@cindex @samp{--pcrel}): Rewrite option description.
3506 (@node M68K-Branch): Rewrite to match the reality.
3507
3508 2000-07-31 Jason Eckhardt <jle@cygnus.com>
3509
3510 * doc/c-i860.texi: New file.
3511 * doc/Makefile.am (CPU_DOCS): Add c-i860.texi.
3512 * doc/Makefile.in: Regenerate.
3513 * doc/all.texi: Add I860 as relevant architecture.
3514 * doc/as.texinfo: Include i860 dependent file c-i860.texi.
3515
3516 2000-07-31 Kazu Hirata <kazu@hxi.com>
3517
3518 * config/tc-d30v.c: Fix formatting.
3519
3520 2000-07-31 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3521
3522 * config/tc-m68k.c (flag_keep_pcrel, OPTION_PCREL): Add --pcrel option.
3523 (md_convert_frag_1, md_estimate_size_before_relax): When making DBcc
3524 long emit a long branch if available instead of an absolute jump, never
3525 emit absolute jumps for anything with --pcrel.
3526
3527 * doc/c-m68k.texi: Document new command line option.
3528
3529 2000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
3530
3531 * config/tc-avr.c: Use PARAMS macro in function declarations.
3532 Don't declare md_pcrel_from_section (already in tc-avr.h).
3533 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.
3534 (avr_operand): Don't set (unsigned) op_mask to -1.
3535
3536 2000-07-28 Jason Eckhardt <jle@cygnus.com>
3537
3538 * configure.in: Add bits for i860-stardent-{sysv4, elf}*.
3539 * configure: Regenerated.
3540 * config/obj-elf.c (obj_elf_type): Recognize a fifth type
3541 of operand to the .type directive (.e.g, "type").
3542
3543 2000-07-28 Alan Modra <alan@linuxcare.com.au>
3544
3545 * as.h (warn_comment, found_comment, found_comment_file): Declare.
3546 * app.c (do_scrub_chars): Record where first comment found.
3547 * read.c (read_a_source_file): Init found_comment on entry, and
3548 notify whether comments found on exit.
3549 * config/tc-hppa.c (md_shortopts): Add "c".
3550 (md_longopts): Add warn-comment.
3551 (md_parse_option): Handle it.
3552 (md_show_usage): Show available options.
3553 * config/tc-hppa.h (WARN_COMMENTS): Define if TE_LINUX
3554
3555 Thu Jul 27 11:25:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
3556
3557 * config/tc-mn10300.c (md_convert_frag): Fix printfs.
3558 (tc_gen_reloc): Add cast when assigning bfd_abs_symbol to
3559 sym_ptr_ptr
3560 (md_estimate_size_before_relax): Don't fall off end of function.
3561
3562 2000-07-27 Kazu Hirata <kazu@hxi.com>
3563
3564 * config/tc-avr.c: Fix formatting.
3565 * config/tc-ns32k.c: Likewise.
3566
3567 2000-07-27 Alan Modra <alan@linuxcare.com.au>
3568
3569 * config/tc-d10v.c (find_opcode): Remove extraneous `='.
3570
3571 2000-07-27 Kazu Hirata <kazu@hxi.com>
3572
3573 * config/tc-d10v.c: Fix formatting.
3574 * config/tc-z8k.c: Likewise.
3575 * config/tc-sparc.c: Likewise.
3576
3577 2000-07-26 Dave Brolley <brolley@redhat.com>
3578
3579 * cgen.c (queue_fixup): Declare opinfo.
3580 (gas_cgen_parse_operand): Mark unused parameters with ATTRIBUTE_UNUSED.
3581 (gas_cgen_md_operand): Ditto.
3582 (gas_cgen_md_apply_fix3): Ditto.
3583
3584 2000-07-24 Mark Elbrecht <snowball3@bigfoot.com>
3585
3586 * config/obj-coff.c (obj_frob_symbol): Don't merge
3587 labels. Don't merge if the symbol isn't constant. Return
3588 immediately if a symbol is merged.
3589
3590 2000-07-22 Alan Modra <alan@linuxcare.com.au>
3591
3592 * frags.c (frag_align): Correct absolute section alignment.
3593
3594 2000-07-20 DJ Delorie <dj@redhat.com>
3595
3596 * config/obj-coff.c (obj_frob_symbol): revert previous change,
3597 it breaks linking against DLLs.
3598
3599 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
3600
3601 * configure.in: Add CRIS support.
3602 * configure: Regenerate.
3603 * Makefile.am: (CPU_TYPES): Add cris.
3604 (CPU_OBJ_VALID) [aout]: Add cris.
3605 (MULTI_CPU_TYPES): Add cris.
3606 (MULTI_CPU_OBJ_VALID) [aout]: Add cris.
3607 [coff]: Only i386 and mips are valid.
3608 (TARGET_CPU_CFILES): Add config/tc-cris.c.
3609 (TARGET_CPU_HFILES): Add config/tc-cris.h.
3610 (MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c.
3611 Regenerate dependencies.
3612 * Makefile.in: Regenerate.
3613 * aclocal.m4: Regenerate.
3614 * as.c: Declare crisaout, criself.
3615 * config/tc-cris.h, config/tc-cris.c: New.
3616 * config/e-criself.c, config/e-crisaout.c: New.
3617 * po/POTFILES.in, po/gas.pot: Regenerate.
3618
3619 2000-07-20 Kazu Hirata <kazu@hxi.com>
3620
3621 * read.c: Fix formatting.
3622 * write.c: Fix formatting.
3623
3624 2000-07-19 H.J. Lu <hjl@gnu.org>
3625
3626 * sb.c: Include <stdlib.h> if exists for abort ().
3627
3628 2000-07-19 Alan Modra <alan@linuxcare.com.au>
3629
3630 * config/tc-hppa.c (hppa_fix_adjustable): Correct LR%/RR% comment.
3631 (arg_reloc_stub_needed): #ifdef OBJ_SOM, not #ifdef SOM.
3632 (pa_type_args): Same here.
3633
3634 2000-07-17 Mark Elbrecht <snowball3@bigfoot.com>
3635
3636 * config/obj-coff.c (obj_frob_symbol): Don't merge labels. Don't
3637 merge if the symbol isn't constant. Don't call S_SET_EXTERNAL if
3638 the storage class is already set.
3639
3640 2000-07-17 Kazu Hirata <kazu@hxi.com>
3641
3642 * config/tc-m68hc11.c: Fix formatting.
3643 * config/tc-mn10200.c: Likewise.
3644 * config/tc-mn10300.c: Likewise.
3645 * config/tc-pj.c: Likewise.
3646 * config/tc-tic80.c: Likewise.
3647 * config/tc-w65.c: Likewise.
3648
3649 2000-07-17 Frank Ch. Eigler <fche@redhat.com>
3650
3651 * expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN
3652 is defined.
3653
3654 2000-07-15 Ian Lance Taylor <ian@zembu.com>
3655
3656 * doc/c-mips.texi (MIPS Opts): Remove erroneous space after
3657 @code.
3658
3659 2000-07-15 Alan Modra <alan@linuxcare.com.au>
3660
3661 * config/tc-hppa.c (hppa_fix_adjustable): Use the same checks for
3662 ELF as are used for SOM (except the 32-bit reloc one) to decide
3663 whether a symbol can be reduced to a section symbol. Expand on
3664 the comment for symbols involved in LR% and RR% expressions.
3665
3666 2000-07-14 Nick Clifton <nickc@cygnus.com>
3667
3668 * config/tc-mips.c (mips_disable_float_construction): New
3669 static variable. Set to true if doubles should not be
3670 constructed by loading two single width fp registers with
3671 halves of the value.
3672 (mips_ip): Test mips_disable_float_construction.
3673 (md_longopts): Add command line switches --construct-floats
3674 and --no-construct-floats.
3675 (md_parse_option): Parse new command line options.
3676 (md_show_usage): Describe new command line options.
3677
3678 * doc/c-mips.texi: Document new command line options.
3679
3680 2000-07-13 Koundinya K <kk@ddeorg.soft.net>
3681
3682 * configure.in: Remove the test /usr/dde for mips-*-sysv4*MP*
3683 * configure: Regenerate.
3684
3685 2000-07-13 Hans-Peter Nilsson <hp@axis.com>
3686
3687 * configure.in (DEFAULT_EMULATION setting): Revert part of
3688 2000-07-01 change that set te_multi=multi unless set to tmips.
3689 * configure: Regenerate.
3690
3691 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
3692
3693 * config/obj-coff.c (coff_frob_section): Add padding to the last
3694 section when aligning it increases its size.
3695
3696 2000-07-11 Kazu Hirata <kazu@hxi.com>
3697
3698 * config/tc-tic54x.c: Fix formatting.
3699
3700 2000-07-10 Kazu Hirata <kazu@hxi.com>
3701
3702 * config/tc-h8500.c: Fix formatting.
3703 * config/tc-tic54x.c: Fix formatting.
3704
3705 2000-07-10 Alan Modra <alan@linuxcare.com.au>
3706
3707 * config/tc-hppa.c (md_apply_fix): Check fmt 12 and 22 pc-rel
3708 displacements correctly.
3709
3710 * read.h (s_abort): Add ATTRIBUTE_NORETURN.
3711
3712 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
3713
3714 * hash.c (hash_insert): Add cast to obstruct_alloc to fix
3715 warning.
3716 (hash_jam): Ditto.
3717
3718 2000-07-09 Alan Modra <alan@linuxcare.com.au>
3719
3720 From David Huggins-Daines <dhd@linuxcare.com>
3721 * config/te-hppalinux64.h: Add a new emulation.
3722 * configure.in (emulations): Add configure bits to support the
3723 64-bit Linux/parisc target.
3724 * configure: Regenerate.
3725
3726 * config/tc-hppa.c (md_parse_option): Support `-V' for ELF.
3727 (md_shortopts): Add `V' for ELF.
3728
3729 * config/tc-hppa.c (arg_reloc_stub_needed): Define as zero except
3730 when SOM or ELF_ARG_RELOC are defined.
3731 (pa_type_args): Only set symbol_arg_reloc_info when SOM or
3732 ELF_ARG_RELOC are defined.
3733 (pa_stringer_aux): Don't pa_check_current_space_and_subspace here..
3734 (pa_stringer): ..Do it here instead. Fix comment typos.
3735 (hppa_force_relocation): Cast enums to int before comparing with
3736 ints.
3737
3738 From Ryan Bradetich <rbradetich@uswest.net>
3739 * config/tc-hppa.c: Removed unneeded libbfd.h to fix macro
3740 redifinition warning.
3741 (md_apply_fix): Added cast from enum to int for fixP->fx_r_type.
3742 (hppa_force_relocation): ditto
3743 (md_apply_fix): Added cast to buf to fix warnings.
3744
3745 * config/tc-hppa.h (pa_define_label, parse_cons_expression_hppa,
3746 cons_fix_new_hppa, hppa_force_relocation): Prototype.
3747
3748 * config/tc-hppa.c (reloc_type): It's an enum for OBJ_ELF.
3749 (R_N0SEL, R_N1SEL): Define only for OBJ_SOM.
3750 (tc_gen_reloc): Make `code' a reloc_type and `codes' a
3751 reloc_type** to avoid warnings in switch.
3752 (md_apply_fix): Make insn, val signed. Zap buf_wd and read insn a
3753 little earlier instead.
3754
3755 * config/tc-hppa.c (symbol_arg_reloc_info): Define for both som
3756 and elf.
3757 (pa_type_args): Use symbol_arg_reloc_info.
3758 (struct pa_it): Make arg_reloc unsigned int.
3759 (struct hppa_fix_struct): Likewise for fx_arg_reloc.
3760 (pa_text, pa_data, pa_comm): Don't compile for TE_LINUX.
3761 (pa_code): Delete. pa_text duplicates this function.
3762 (md_pseudo_table): Call obj_elf_text for ".code" if TE_LINUX.
3763 (fix_new_hppa): Argument offset is offsetT, arg_reloc is unsigned
3764 int.
3765 (cons_fix_new_hppa): Actually change selector to e_fsel when
3766 warning about assuming so.
3767 (tc_gen_reloc): More example elf arg reloc code.
3768 (md_apply_fix): Use arg_reloc_stub_needed for elf too.
3769 (hppa_force_relocation): Likewise.
3770
3771 * config/tc-hppa.h: Use TARGET_ARCH_SIZE to select target include
3772 files.
3773 (pa_end_of_source): Prototype.
3774 (hppa_fix_adjustable): Prototype.
3775 (LABELS_WITHOUT_COLONS): Move it..
3776 * config/te-hppa.h: To here.
3777
3778 * config/te-hppa64.h: New file.
3779
3780 * config/tc-hppa.c: Use TARGET_ARCH_SIZE to select target reloc
3781 type.
3782 (md_apply_fix): Pass stdoutput to bfd_hppa_insn2fmt. Handle
3783 format -10, -16, 16 relocs.
3784 (hppa_elf_mark_end_of_function): Test for null
3785 last_call_info->start_symbol
3786
3787 * config/tc-hppa.c (pa_ip): In case 'V', pass `strict' to
3788 CHECK_FIELD, not INSERT_FIELD_AND_CONTINUE. Don't pass opcode to
3789 re_assesmble_* functions. Delete extraneous statements. Fix
3790 typos in comments.
3791 (md_apply_fix): Compare against 1048575 in case 21. Don't pass
3792 insn to re_assemble_*.
3793
3794 2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
3795
3796 * doc/internals.texi (Expressions): Fix typo.
3797
3798 2000-07-08 Kazu Hirata <kazu@hxi.com>
3799
3800 * config/tc-sh.c: Fix formatting.
3801 * config/tc-tic54x.c: Fix formatting.
3802 * depend.c: Fix formatting.
3803 * flonum-konst.c: Likewise.
3804 * flonum-mult.c: Likewise.
3805
3806 2000-07-07 Kazu Hirata <kazu@hxi.com>
3807
3808 * config/tc-sh.c: Fix comments.
3809 * config/obj-vms.c: Fix comments.
3810 * config/tc-a29k.c: Likewise.
3811 * config/tc-alpha.c: Likewise.
3812 * config/tc-h8300.c: Likewise.
3813 * config/tc-h8500.c: Likewise.
3814 * config/tc-i370.c: Likewise.
3815 * config/tc-ia64.c: Likewise.
3816 * config/tc-m68hc11.c: Likewise.
3817 * config/tc-m68k.c: Likewise.
3818 * config/tc-mips.c: Likewise.
3819 * config/tc-ns32k.c: Likewise.
3820 * config/tc-ppc.c: Likewise.
3821 * config/tc-z8k.c: Likewise.
3822
3823 2000-07-06 Mark Elbrecht <snowball3@bigfoot.com>
3824
3825 * config/obj-coff.c (TC_COFF_SECTION_DEFAULT_ATTRIBUTES): New.
3826 Default to '(SEC_LOAD | SEC_DATA)'.
3827 (obj_coff_section) [BFD_ASSEMBLER]: Use it.
3828
3829 * doc/internals.texi (CPU Backend): Describe
3830 TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
3831
3832 Thu Jul 6 17:20:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3833
3834 * as.c (parse_args): NULL terminate the long option list.
3835
3836 Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
3837
3838 * config/tc-d30v.h: Include "write.h" for fixS.
3839 (d30v_start_line, md_pcrel_from_section): Add function prototypes.
3840
3841 2000-07-05 Nick Clifton <nickc@cygnus.com>
3842
3843 * config/tc-d30v.c (write_2_short): Further changes to warning
3844 messages produced when combining EITHER_BUT_PREFER_MU attributed
3845 opcodes.
3846
3847 2000-07-05 DJ Delorie <dj@redhat.com>
3848
3849 * MAINTAINERS: new
3850
3851 2000-07-04 Alexandre Oliva <aoliva@redhat.com>
3852
3853 * config/tc-arm.c (psrs): Accept combinations of flags.
3854
3855 2000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
3856
3857 * config/tc-avr.c: Change _ () to _() around all strings marked
3858 for translation (exception from the usual coding style).
3859 (avr_opt): New struct variable, how the new switches are set.
3860 (OPTION_MMCU): Define as 'm' and actually use.
3861 (md_longopts): Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
3862 (show_mcu_list): New function, display the list of known MCUs.
3863 (md_show_usage): Document the new switches. Call show_mcu_list.
3864 (avr_set_arch): Change 'm' to OPTION_MMCU.
3865 (md_parse_option): Call show_mcu_list if unknown MCU specified.
3866 Handle the new switches.
3867 (avr_operands): Disable warnings for undefined combinations of
3868 operands if -mall-opcodes. Disable warnings for skipping two-word
3869 instructions if enhanced core or -mno-skip-bug.
3870 (avr_operand): Accept all addressing modes on avr1 if -mall-opcodes.
3871 (md_apply_fix3): Reject 8K wrap if >8K or -mno-wrap.
3872 (md_assemble): Accept opcodes not supported by MCU if -mall-opcodes.
3873 (avr_ldi_expression): Warn about implicit lo8().
3874 * config/tc-avr.h (md_pcrel_from_section): Add prototype.
3875
3876 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
3877
3878 * configure.in: Add entry for mips-*-sysv4*MP*
3879 * configure: Rebuild
3880 * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or
3881 elf32-tradlittlemips for traditional mips targets.
3882 * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the
3883 test for Link Once sections as in adjust_reloc_syms.
3884 * config/te-tmips.h: New file for traditional mips targets. Define
3885 TE_TMIPS.
3886
3887 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
3888
3889 * config/obj-coff.c (obj_coff_setcion) [BFD_ASSEMBLER]: If the
3890 flags argument is not present, don't change an existing section's
3891 section's attributes. If the flags argument is present, warn if the
3892 attributes don't match the section's current attributes. When
3893 long section names are supported, set SEC_LINK_ONCE and
3894 SEC_LINK_DUPLICATES_DISCARD for a new .gnu.linkonce section.
3895
3896 Thu Jun 29 21:30:00 2000 Hans-Peter Nilsson <hp@axis.com>
3897
3898 * config/obj-aout.c (obj_aout_type): Do not ignore for undefined
3899 symbols; create them.
3900
3901 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
3902
3903 * write.c (set_segment_vma): New: Set vma and lma for a segment.
3904 (write_object_file) [BFD_ASSEMBLER && OBJ_COFF && TE_GO32]: Use it.
3905
3906 2000-06-27 Aldy Hernandez <aldyh@redhat.com>
3907
3908 * config/tc-mips.c (mips_ip): handle "(foo-.-4)" type of
3909 expressions. Ignore the problem when handling 16 bit signed
3910 immediates, because the assembler will take care of the relocation
3911 later.
3912
3913 2000-06-27 Nick Clifton <nickc@cygnus.com>
3914
3915 * config/tc-d30v.c (write_2_short): Do not allow opcodes with
3916 the EITHER_BUT_PREFER_MU attribute to be combined into a reverse
3917 sequential order, and emit warning messages if the input source
3918 code contains constructs like that, or parallel constructs
3919 containing such opcodes.
3920
3921 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
3922
3923 * config/tc-avr.c (mcu_types): Rename avr4 to avr5, add avr4.
3924 Add more MCU types for avr4 and avr5. Replace at94k{10,20,40}
3925 with just at94k. Change AVR_ISA_85xx back to AVR_ISA_2xxx.
3926 (md_show_usage): Update usage message.
3927 (md_parse_option): Allow redefinition of MCU type within the
3928 same avr[1-5] bfd machine type. Show both old and new MCU type
3929 in the error message.
3930 (md_apply_fix3): Support 8K wrap if AVR_ISA_MEGA is not set.
3931 Simplify 8K wrap code.
3932
3933 2000-06-25 Kazu Hirata <kazu@hxi.com>
3934
3935 * config/obj-aout.c: Remove all uses of DEFUN.
3936 * config/obj-ieee.c: Likewise.
3937 * config/tc-sh.c: Fix comment typos.
3938 * config/tc-tahoe.c: Likewise.
3939 * config/tc-vax.c: Likewise.
3940 * config/tc-w65.c: Likewise.
3941 * config/tc-z8k.c: Likewise.
3942 * config/tc-h8300.c (build_bytes): Assemble ldmac correctly.
3943
3944 2000-06-24 DJ Delorie <dj@cygnus.com>
3945
3946 * config/tc-i386.c (md_estimate_size_before_relax): Revert
3947 more changes from Sept 1999
3948 (tc_i386_fix_adjustable): ditto
3949 (md_apply_fix3): ditto
3950
3951 2000-06-24 Frank Ch. Eigler <fche@redhat.com>
3952
3953 * cgen.c (expr_jmp_buf_p): New validity flag for expr_jmp_buf.
3954 (gas_cgen_parse_operand): Set it around expression() call.
3955 (gas_cgen_md_operand): Test for it before longjmp().
3956
3957 2000-06-24 Kazu Hirata <kazu@hxi.com>
3958
3959 * config/tc-h8500.c: Remove all uses of DEFUN.
3960 * config/tc-sh.c: Likewise.
3961 * config/tc-w65.c: Likewise.
3962 * config/tc-z8k.c: Likewise.
3963
3964 * config/tc-h8500.c: Fix typos in comments.
3965
3966 2000-06-23 Frank Ch. Eigler <fche@redhat.com>
3967
3968 * expr.c (operand): Permit $hex literals if LITERAL_PREFIXDOLLAR_HEX
3969 is defined.
3970
3971 2000-06-23 matthew green <mrg@redhat.com>
3972
3973 * expr.c (operand): Do not as_bad() if RELAX_PAREN_GROUPING is
3974 defined. Fix error message for `[' grouping.
3975
3976 2000-06-22 Kazu Hirata <kazu@hxi.com>
3977
3978 * config/tc-h8300.c: Fix formatting and comment typos.
3979
3980 2000-06-22 Timothy Wall <twall@cygnus.com>
3981
3982 * config/tc-ia64.c (note_register_values): Move premature QP
3983 notation clearing into the appropriate place.
3984
3985 2000-06-22 Alan Modra <alan@linuxcare.com.au>
3986
3987 * dep-in.sed: Escape literal `.'s on patterns. Trim off `../'
3988 first before anything else. Add bin-bugs.h, emul.h and progress.h
3989 Sort list of files as for $(OBJS) in Makefile.am.
3990
3991 * Makefile.am (DEP): grep for leading `/' in DEPA, and fail if we
3992 find one. Remake dependencies.
3993 ($(OBJS)): Add bin-bugs.h, emul.h, and progress.h Sort the list.
3994 * Makefile.in: Regenerate.
3995 * doc/Makefile.in: Regenerate.
3996
3997 * config/tc-i386.c (i386_displacement): Don't assume a constant
3998 displacement is necessarily 16 bits when in 16 bit code mode.
3999 (md_assemble): Instead size the displacement here after we know
4000 for sure that a .code16gcc operand hasn't automatically added
4001 operand size prefixes.
4002
4003 2000-06-21 H.J. Lu <hjl@gnu.org>
4004
4005 * Makefile.am: Rebuild dependency.
4006 * Makefile.in: Rebuild.
4007
4008 2000-06-21 Kazu Hirata <kazu@hxi.com>
4009
4010 * config/tc-h8300.c (parse_reg): Make the function static.
4011 (parse_exp): Likewise.
4012
4013 2000-06-20 DJ Delorie <dj@cygnus.com>
4014
4015 * config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
4016 Sept 1999; RVA relocs need to be treated more like DIR32 relocs
4017 for cygwin import libraries to work properly.
4018
4019 2000-06-20 H.J. Lu <hjl@gnu.org>
4020
4021 * Makefile.am: Rebuild dependency.
4022 * Makefile.in: Rebuild.
4023 * configure: Likewise.
4024 * doc/Makefile.in: Likewise.
4025
4026 2000-06-20 Timothy Wall <twall@cygnus.com>
4027
4028 * doc/internals.texi (CPU backend): Add @itemx for
4029 TC_START_LABEL_WITHOUT_COLON.
4030 * doc/c-tic54x.texi: New.
4031 * doc/as.texinfo: Add tic54x features and include primary tic54x
4032 documentation file.
4033 * doc/all.texi: Add C54X.
4034 * doc/Makefile.am (CPU_DOCS): Add c-tic54x.texi.
4035 * doc/Makefile.in: Regenerate.
4036 * configure.in: Add tic54x and define LIBM for tic54x.
4037 * configure: Regenrate.
4038 * config/tc-tic54x.[ch]: New.
4039 * config/obj-coff.h: Add tic54x.
4040 * Makefile.am: (CPU_TYPES): Add tic54x.
4041 (TARGET_CPU_CFILES): Add 'tc-tic54x.c'.
4042 (TARGET_CPU_HFILES): Add 'tc-tic54x.h'.
4043 (as_new_LDADD): Add $(LIBM).
4044 * Makefile.in: Regenerate.
4045
4046 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4047
4048 * doc/Makefile.am (CPU_DOCS): Added 68hc11 file.
4049 * doc/c-m68hc11.texi: Document 68HC11 and 68HC12 port.
4050 * doc/as.texinfo: Likewise.
4051
4052 * configure, Makefile.in: Regenerate.
4053 * configure.in (emulations): Recognize m6811 and m6812.
4054 * Makefile.am (CPU_TYPES, TARGET_CPU_CFILES, TARGET_CPU_HFILES):
4055 Added files for 68hc11 and 68hc12 assembler.
4056 * config/tc-m68hc11.c: Assembler for 68hc11 and 68hc12.
4057 * config/tc-m68hc11.h: Header definition for that assembler.
4058
4059 2000-06-18 Nick Clifton <nickc@redhat.com>
4060
4061 * symbols.c (resolve_symbol_value): Use bfd_octets_per_byte
4062 instead of OCTETS_PER_BYTE.
4063
4064 * config/tc-v850.c: Fix compile time warnings.
4065 * config/tc-ppc.c: Fix compile time warnings.
4066
4067 2000-06-18 H.J. Lu <hjl@gnu.org>
4068
4069 * configure.in: Don't emulate i386-pc-pe-coff with i386coff.
4070 * configure: Rebuild.
4071
4072 2000-06-17 Mark Elbrecht <snowball3@bigfoot.com>
4073
4074 * config/obj-coff.c (obj_coff_weak): Typo fix: Change BFD_ASSEMLER
4075 to BFD_ASSEMBLER.
4076
4077 2000-06-16 Nick Clifton <nickc@cygnus.com>
4078
4079 * config/tc-mips.c (md_parse_option): Accept RM5200,RM5230,
4080 RM5231, RM5261, RM5721 and RM7000 as r5000 cpu variants.
4081
4082 * doc/c-mips.texi: Document newly accepted cpu variants.
4083
4084 2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
4085
4086 * config/tc-mips.h: Remove definition of ONLY_STANDARD_ESCAPES.
4087
4088 2000-06-13 Ulf Carlsson <ulfc@engr.sgi.com>
4089
4090 * macro.c (getstring): Make it possible to escape the quote
4091 character.
4092
4093 Tue Jun 13 20:58:28 2000 Catherine Moore <clm@redhat.com>
4094
4095 * config/tc-hppa.c (pa_export): Weak symbols can be global.
4096
4097 2000-06-13 H.J. Lu <hjl@gnu.org>
4098
4099 * configure: Regenerate.
4100
4101 2000-06-09 Alan Modra <alan@linuxcare.com.au>
4102
4103 * app.c (do_scrub_begin): Don't default lex[';'] as a line
4104 separator.
4105 * doc/internals.texi (line_separator_chars): Semicolon is no
4106 longer a default. Mention null and newline as defaults.
4107
4108 * read.c (is_end_of_line): Remove ifdef TC_HPPA.
4109
4110 * config/tc-i386.h (line_separator_chars): Explicitly mention `;'
4111 * config/tc-i860.h (line_separator_chars): Likewise.
4112 * config/tc-h8300.c (line_separator_chars): Likewise.
4113 * config/tc-i960.c (line_separator_chars): Likewise.
4114 * config/tc-m68k.c (line_separator_chars): Likewise.
4115 * config/tc-mips.c (line_separator_chars): Likewise.
4116 * config/tc-ns32k.c (line_separator_chars): Likewise.
4117 * config/tc-sparc.c (line_separator_chars): Likewise.
4118 * config/tc-vax.c (line_separator_chars): Likewise.
4119
4120 * config/tc-h8300.c (comment_chars): Use string initialiser.
4121 * config/tc-i960.c (line_comment_chars): Likewise.
4122 * config/tc-z8k.c (comment_chars, line_comment_chars,
4123 line_separator_chars): Likewise.
4124
4125 * config/tc-arm.c (line_separator_chars): Always use `;', not just
4126 for TE_LINUX.
4127
4128 2000-06-08 Nick Clifton <nickc@cygnus.com>
4129
4130 * config/tc-arm.c (cons_fix_new_arm): Assign correct reloc value
4131 for size 1 fixes.
4132
4133 2000-06-08 David O'Brien <obrien@FreeBSD.org>
4134
4135 * configure.in (VERSION): Update to show this is the CVS mainline.
4136
4137 2000-06-08 Matthew Jacob <mjacob@feral.com>
4138
4139 * config/tc-alpha.c (md_undefined_symbol): Properly understand that
4140 $at is the integer register $r28, vs. both $r28 and the floating
4141 point register $f28.
4142
4143 2000-06-08 James E. Wilson <wilson@cygnus.com>
4144
4145 * config/tc-ia64.c (generate_unwind_image): Call ia64_flush_insns.
4146 (dot_endp): Don't call ia64_flush_insns.
4147 (emit_one_bundle): Don't delete prologue/body records from
4148 unwind_record list in first loop. Rewrite second loop to account for
4149 this.
4150
4151 2000-06-07 David Mosberger <davidm@hpl.hp.com>
4152
4153 * config/tc-ia64.c: Add missing prototypes.
4154 (generate_unwind_image): Cast argument to output_unw_records call.
4155
4156 Wed Jun 7 22:44:14 2000 Denis Chertykov <denisc@overta.ru>
4157
4158 * config/tc-avr.c (avr_operand): fix the formatting of the comment.
4159
4160 Wed Jun 7 21:26:15 2000 Denis Chertykov <denisc@overta.ru>
4161
4162 * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.h
4163 (REGISTER_P): likewise.
4164 (avr_opcodes): uses include/opcode/avr.h
4165 (avr_operand): enable ld r,Z or st r,Z for at90s1200.
4166
4167 2000-06-04 Alan Modra <alan@linuxcare.com.au>
4168
4169 * read.c (is_end_of_line): No ';' for TC_HPPA. Add missing
4170 initializers too.
4171
4172 2000-06-03 H.J. Lu <hjl@gnu.org>
4173
4174 * read.c (is_end_of_line): Put back `;'.
4175
4176 2000-06-03 Alan Modra <alan@linuxcare.com.au>
4177
4178 * config/tc-i386.c (md_shortopts): Remove 'm', add 'q' to non-elf.
4179
4180 2000-06-01 Alan Modra <alan@linuxcare.com.au>
4181
4182 * expr.c (operand): Test is_end_of_line outside switch to catch
4183 line separator chars that are also operators.
4184 (operator): Return O_illegal for line separator chars.
4185
4186 * read.c (is_end_of_line): Use 1 instead of 99. Don't set `;'
4187 entry (or `!' entry for TC_HPPA).
4188
4189 * config/tc-arm.c (my_get_float_expression): Cast to unsigned char
4190 before indexing is_end_of_line. Remove redundant check for '\0'.
4191 (fp_op2): Likewise.
4192 * config/tc-h8500.c (md_assemble): Likewise.
4193 * config/tc-mcore.c (md_assemble): Likewise.
4194 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
4195 (md_atof): Likewise
4196
4197 * config/tc-m88k.c (s_bss): Cast to unsigned char before indexing
4198 is_end_of_line.
4199 * config/tc-mcore.c (mcore_cons): Likewise.
4200 (mcore_float_cons): Likewise.
4201 (mcore_stringer): Likewise.
4202 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
4203
4204 2000-06-01 Scott Bambrough <scottb@netwinder.org>
4205
4206 * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
4207
4208 2000-05-29 Nick Clifton <nickc@cygnus.com>
4209
4210 * config/tc-sh.c: Fix compile time warning messages.
4211
4212 * config/tc-mips.c: Fix compile time warning messages.
4213
4214 2000-05-29 Philip Blundell <philb@gnu.org>
4215
4216 * doc/as.texinfo: Update copyright dates.
4217 (Local Labels): Delete misplaced mention of ARM.
4218 * NEWS: Mention ARM ELF support.
4219
4220 2000-05-27 Alexandre Oliva <aoliva@cygnus.com>
4221
4222 * config/tc-mn10300.c (md_assemble): Copy size to real_size before
4223 it is modified, and use the real_size to compute the frag address
4224 for dwarf2 line info.
4225
4226 2000-05-27 Alan Modra <alan@linuxcare.com.au>
4227
4228 * Makefile.am (DEP, DEP1, dep, dep-in, dep-am): Use a better sed
4229 line-matching scheme to cope with automake moving variables around.
4230 ($(TARG_CPU_O)): Remove dependency on TARG_CPU_DEP_@target_cpu_type@
4231 * Makefile.in: Regenerate.
4232
4233 2000-05-26 Jakub Jelinek <jakub@redhat.com>
4234
4235 * config/tc-sparc.c (sparc_relax): New.
4236 (md_longopts): Add -relax and -no-relax options.
4237 (md_parse_options, md_show_usage): Likewise.
4238 (md_apply_fix3): Optimize tail call into branch always if possible.
4239
4240 Thu May 4 15:27:07 2000 Donald Lindsay <dlindsay@cygnus.com>
4241
4242 * config/tc-d10v.c (write_2_short, parallel_ok, md_assemble,
4243 d10v_cleanup) implement Mitsubishi's newly explained branch-packing
4244 rules, with warning when a GAS statement specifies a packing that
4245 will result in an instruction being squashed.
4246 Added typdef packing_type and enumerals, changed various integer
4247 literals to use the enumerals.
4248
4249 2000-05-24 David Mosberger <davidm@hpl.hp.com>
4250
4251 * config/tc-ia64.c (dot_restorereg_p): New function.
4252 (md_pseudo_table): Add restorereg.p.
4253 (output_X3_format): Fix typo: record type should be UNW_X3, not UNW_X1.
4254 (output_X4_format): Fix typo: record type should be UNW_X4, not UNW_X2.
4255
4256 * config/tc-ia64.h (unw_record_type): Add unwabi.
4257 (unw_r_record): Rename member MASK to GRMASK. Add sub-structure
4258 called MASK with members for imask, and the masks produced by
4259 fr_mem, gr_mem, br_mem, and frgr_mem.
4260 (unw_p_record): Add members ABI and CONTEXT.
4261 (unw_x_record): Add member AB.
4262 * config/tc-ia64.c (enum reg_symbol): Add REG_PSP and REG_PRIUNAT
4263 as pseudo-register for use during unwind info generation.
4264 (AR_PFS, AR_LC): New macros.
4265 (enum pseudo_type): Add PSEUDO_FUNC_REG to permit declaring registers
4266 whose names start with an at sign (as in "@priunat").
4267 (pseudo_func): Add "svr4", "hpux", "nt" constants and "priunat"
4268 register.
4269 (unwind_list, unwind_tail, current_unwind_entry, proc_start,
4270 proc_end, unwind_info, personality_routine): Consolidate into
4271 "unwind" structure to reduce offset-table use. Add member
4272 NEXT_SLOT_NUMBER to track the slot number for the next instruction
4273 to be emitted.
4274 (output_R1_format, output_R3_format, output_P3_format,
4275 output_P6_format): Initialize R with zero to reduce compiler warnings.
4276 (output_P7_format): Ditto. Add `default' branch to switch
4277 statement to reduce compiler warnings.
4278 (output_P8_format, output_B1_format, output_B4_format): Ditto.
4279 (output_P4_format): Rename 2nd & 3rd arg to IMASK and IMASK_SIZE.
4280 (format_ab_reg): Rename from format_a_b_reg. Merge A and B args
4281 into single argument.
4282 (output_X1_format, output_X3_format): Initialize R with zero to reduce
4283 compiler warnings. Merge A and B args into single argument.
4284 (output_X2_format, output_X4_format): Remove unused variable R. Merge
4285 A and B args into single argument.
4286 (free_record): Removed (wasn't used).
4287 (free_list_records): Also free imasks in prologue records.
4288 (output_prologue, output_prologue_gr): Initialize mask bits to zero.
4289 (output_spill_mask): Remove.
4290 (output_unwabi): New function.
4291 (output_epilogue, output_label_state, output_copy_state): Call
4292 alloc_record.
4293 (output_spill_psprel, output_spill_sprel, output_spill_psprel_p,
4294 output_spill_sprel_p, output_spill_reg, output_spill_reg_p): Add AB
4295 argument.
4296 (process_one_record): New locals FR_MASK and GR_MASK. Ignore
4297 gr_mem, fr_mem, br_mem, and frgr_mem records and instead emit them
4298 as part of handling the prologue records. Emit region's imask if
4299 we have one. Handle unwabi, epilogue, label_state, copy_state,
4300 spill_psprel, spill_sprel, spill_reg, spill_psprel_p,
4301 spill_sprel_p, and spill_reg_p records.
4302 (set_imask, count_bits, slot_index): New function.
4303 (fixup_unw_records): Fix region size computation. Handle
4304 epilogue, spill_reg, spill_sprel, spill_psprel, spill_reg_p,
4305 spill_sprel_p, and spill_psprel_p records. Merge mask bits of
4306 frgr_mem, fr_mem, gr_mem, br_mem on a per-region basis and
4307 set_imask accordingly. Update imask for gr_gr, and br_gr records.
4308 (convert_expr_to_ab_reg, convert_expr_to_xy_reg): New function.
4309 (dot_save): Use manifest constants for applicaton registers.
4310 Handle REG_PR and REG_PRIUNAT.
4311 (dot_restore): Don't just ignore it.
4312 (dot_restorereg): New function..
4313 (generate_unwind_image): Ensure unwind info is a multiple of eight
4314 bytes, not just four bytes.
4315 (dot_handlerdata, dot_unwentry): Demand empty rest of line.
4316 (dot_altrp): Don't just ignore it.
4317 (dot_savemem): New function. Replaces dot_savesp() and
4318 dot_savepsp(). Use manifest constants for applicaton registers.
4319 Handle REG_PR and REG_PRIUNAT.
4320 (dot_savef): Simplify.
4321 (dot_saveb): Support generation of br_gr.
4322 (dot_spillreg, dot_spillmem, dot_spillreg_p, dot_spillmem_p,
4323 dot_label_state, dot_copy_state): New function.
4324 (dot_unwabi): Don't just ignore it.
4325 (md_pseudo_table): Add restorereg, spillreg, spillsp, spillpsp,
4326 spillreg.p, spillsp.p, spillpsp, label_state, copy_state,
4327 unwabi, vframesp, and vframepsp. Fix typo alprp->altrp.
4328 (emit_one_bundle): Set slot number for prologue/body records
4329 *before* emitting the first insn.
4330 (emit_one_bundle): Set UNWIND.NEXT_SLOT_NUMBER.
4331 (md_begin): Declare "psp" pseudo-register.
4332 (md_operand): Handle PSEUDO_FUNC_REG. Fix printing of error message
4333 so we don't get segfault.
4334 (output_psp_sprel): Output sp/psp relative offsets as 4-byte word
4335 counts as required per SW Conventions manual
4336 (output_rp_psprel, output_rp_sprel, output_pfs_psprel,output_pfs_sprel,
4337 output_preds_psprel, output_preds_sprel, output_spill_base,
4338 output_unat_psprel, output_unat_sprel, output_lc_psprel,
4339 output_lc_sprel, output_fpsr_psprel, output_fpsr_sprel,
4340 output_priunat_psprel, output_priunat_sprel, output_bsp_psprel,
4341 output_bsp_sprel, output_bspstore_psprel, output_bspstore_sprel,
4342 output_rnat_psprel, output_rnat_sprel, output_spill_psprel,
4343 output_spill_sprel, output_spill_psprel_p, output_spill_sprel_p):Ditto.
4344 (dot_vframe): Implement.
4345 (dot_vframesp, dot_vframepsp): New function.
4346
4347 Tue May 23 00:57:05 2000 Hans-Peter Nilsson <hp@axis.com>
4348
4349 * configure.in (i386-*-freebsd a.out entry): Quote properly.
4350 * configure: Regenerate.
4351
4352 2000-05-23 Alan Modra <alan@linuxcare.com.au>
4353
4354 * config/tc-i386.c (md_assemble): Pass jump reloc in fr_var...
4355 (md_estimate_size_before_relax): so we can use it here instead of
4356 old kludges. Localise vars to blocks. Comment.
4357
4358 * frags.c (frag_new): Update fr_var comments.
4359 * frags.h (struct frag): Ditto.
4360
4361 2000-05-22 Richard Henderson <rth@cygnus.com>
4362
4363 * config/tc-ia64.c (FUNC_PC_RELATIVE): New.
4364 (pseudo_func): Add pcrel.
4365 (operand_match): Handle IA64_OPND_TGT64.
4366 (build_insn): Likewise.
4367 (md_begin): Initialize pseudo_func[FUNC_PC_RELATIVE].
4368 (ia64_gen_real_reloc_type): Handle FUNC_PC_RELATIVE.
4369 (fix_insn): Handle all three 64-bit relocation types.
4370
4371 Mon May 22 22:43:32 2000 Hans-Peter Nilsson <hp@axis.com>
4372
4373 * obj.h (struct format_ops): New members begin, app_file,
4374 s_set_other, s_set_desc, s_get_type, s_set_type,
4375 separate_stab_sections, init_stab_section.
4376
4377 * config/obj-multi.h: Update GPL notice to v2.
4378 (obj_begin): New.
4379 (obj_app_file): New.
4380 (S_SET_SIZE): Test s_set_size for NULL before calling.
4381 (S_SET_ALIGN): Similar for s_set_align.
4382 (S_SET_OTHER): New.
4383 (S_SET_DESC): New.
4384 (S_GET_TYPE): New.
4385 (S_SET_TYPE): New.
4386 (SEPARATE_STAB_SECTIONS): New.
4387 (INIT_STAB_SECTION): New.
4388 (EMIT_SECTION_SYMBOLS): New.
4389 (AOUT_STABS) [OBJ_MAYBE_AOUT]: Define.
4390
4391 * config/obj-elf.h: Update GPL notice to v2.
4392 Mention that this file is included from obj-multi.h.
4393 (obj_begin): Wrap definition in ifndef.
4394 (elf_file_symbol): Constify declaration.
4395 (obj_app_file): Ditto.
4396 (SEPARATE_STAB_SECTIONS, INIT_STAB_SECTION, OBJ_PROCESS_STAB):
4397 Wrap in ifndef SEPARATE_STAB_SECTIONS.
4398
4399 * config/obj-elf.c (elf_s_set_other): New.
4400 (elf_file_symbol): Constify argument.
4401 (elf_separate_stab_sections): New.
4402 (elf_init_stab_section): New.
4403 (elf_format_ops): Add new members. Remove comma at end.
4404
4405 * config/obj-ecoff.c (ecoff_separate_stab_sections): New.
4406 (ecoff_format_ops): Add new fields. Remove comma at end.
4407 Mention inconsistency for emit_section_symbols.
4408
4409 * config/obj-coff.h (c_dot_file_symbol): Constify declaration.
4410
4411 * config/obj-coff.c (c_dot_file_symbol): Constify argument.
4412 (coff_separate_stab_sections): New.
4413 (coff_format_ops): Add new members.
4414
4415 * config/obj-aout.c (obj_aout_sec_sym_ok_for_reloc): New.
4416 (obj_aout_s_set_other): New.
4417 (obj_aout_s_set_desc): New.
4418 (obj_aout_s_get_type): New.
4419 (obj_aout_s_set_type): New.
4420 (obj_aout_separate_stab_sections): New.
4421 (aout_format_ops): New members added. Use obj_aout_process_stab,
4422 not 0. Use obj_aout_sec_sym_ok_for_reloc, not 0.
4423 (obj_aout_frob_symbol): Add ATTRIBUTE_UNUSED to args as
4424 appropriate.
4425 (obj_aout_line, obj_aout_weak, obj_aout_type): Ditto.
4426
4427 2000-05-22 Alan Modra <alan@linuxcare.com.au>
4428
4429 * config/tc-i386.c (tc_i386_fix_adjustable): Prevent adjustment
4430 for OBJ_MAYBE_ELF too. Use S_IS_EXTERNAL instead of S_IS_EXTERN.
4431 (md_estimate_size_before_relax): Ensure jumps to weak and
4432 externally visible symbols are relocatable.
4433
4434 Sat May 20 16:41:55 2000 Hans-Peter Nilsson <hp@axis.com>
4435
4436 * stabs.c (aout_process_stab): Make global.
4437 (s_desc): Add ATTRIBUTE_UNUSED to args as appropriate.
4438 * read.h (aout_process_stab): Declare.
4439
4440 * configure.in (EMULATIONS) [i386aout, i386coff, i386elf]:
4441 Generalize to *aout, *coff *elf.
4442 * configure: Regenerated.
4443
4444 * doc/internals.texi (Object format backend): Say
4445 SEPARATE_STAB_SECTIONS needs to be nonzero, not just defined.
4446
4447 * Makefile.am (TARG_ENV_HFILES): Delete te-multi.h.
4448 * Makefile.in: Regenerated.
4449
4450 2000-05-19 Catherine Moore <clm@cygnus.com>
4451
4452 * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined.
4453
4454 2000-05-18 Alan Modra <alan@linuxcare.com.au>
4455
4456 * config/tc-hppa.c (md_apply_fix): Mask out immediate bits of
4457 instruction to reflect change in re_assemble_*.
4458
4459 Thu May 18 10:52:14 2000 Jeffrey A Law (law@cygnus.com)
4460
4461 * configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, then
4462 build PA64 ELF tools.
4463 * configure: Rebuilt.
4464
4465 2000-05-17 Alan Modra <alan@linuxcare.com.au>
4466
4467 * Makefile.am: Regenerate dependencies.
4468 * Makefile.in: Regenerate.
4469
4470 2000-05-15 Nick Clifton <nickc@cygnus.com>
4471
4472 * config/tc-arm.c (struct asm_psr): Add boolean field
4473 distinguishing between CSPR and SPSR. Rename 'number' field
4474 to 'field'.
4475 (psrs): Rearrange contents to match new asm_psr structure.
4476 (arm_psr_parse): Move next to psr_required_here. Make it
4477 return an asm_psr structure.
4478 (psr_required_here): Use asm_psr structure returned by
4479 arm_psr_parse.
4480 (do_msr): Reorganise to allow psr_required_here to be called
4481 only once.
4482 (md_undefined_name): Mark 'name' parameter as unused, since
4483 the COFF target does not use it.
4484
4485 2000-05-14 David O'Brien <obrien@FreeBSD.org>
4486
4487 * config/te-386bsd.h: Clean up comments to adhere to the GNU coding
4488 standards.
4489 * config/te-aux.h: Likewise.
4490 * config/te-dpx2.h: Likewise.
4491 * config/te-go32.h: Likewise.
4492 * config/te-hp300.h: Likewise.
4493 * config/te-hppa.h: Likewise.
4494 * config/te-i386aix.h: Likewise.
4495 * config/te-ic960.h: Likewise.
4496 * config/te-interix.h: Likewise.
4497 * config/te-nbsd532.h: Likewise.
4498 * config/te-pc532mach.h: Likewise.
4499 * config/te-ppcnw.h: Likewise.
4500 * config/te-psos.h: Likewise.
4501 * config/te-sparcaout.h: Likewise.
4502 * config/te-sun3.h: Likewise.
4503 * config/te-sysv32.h: Likewise.
4504
4505 2000-05-14 Alan Modra <alan@linuxcare.com.au>
4506
4507 * config/tc-h8300.c (do_a_fix_imm): Don't rely on `short' being 16
4508 bits. Instead explicitly mask and sign extend. Do the 8 bit mask
4509 and sign extend without an if statement.
4510 (build_bytes): Likewise.
4511
4512 2000-05-14 Kazu Hirata <kazu@hxi.com>
4513
4514 * config/tc-h8300.c (do_a_fix_imm): Output a reloc for no
4515 X_add_symbol L_32 case.
4516
4517 2000-05-14 David O'Brien <obrien@FreeBSD.org>
4518
4519 * config/te-freebsd.h: New file.
4520
4521 2000-05-13 Alan Modra <alan@linuxcare.com.au>
4522
4523 * asintl.h (gettext, dgettext, dcgettext, textdomain,
4524 bindtextdomain): Replace defines with those from intl/libgettext.h
4525 to quieten gcc warnings.
4526
4527 * NEWS: Mention x86 .arch and -q.
4528
4529 * config/tc-i386.c (quiet_warnings): New.
4530 (md_assemble): Use quiet_warnings.
4531 (md_parse_option): Set quiet_warnings from -q.
4532 (md_show_usage): Mention -q, delete -m.
4533 (flag_do_long_jump): Delete.
4534 (md_parse_option): Remove -m.
4535 (md_show_usage): Remove -m.
4536 (md_create_long_jump): Remove useless flag_do_long_jump code.
4537
4538 * as.c (parse_args): In case OPTION_DEFSYM, use a valueT to hold
4539 the symbol value, and use bfd_scan_vma if BFD_ASSEMBLER.
4540
4541 2000-05-13 Alan Modra <alan@linuxcare.com.au>
4542 Alexander Sokolov <robocop@netlink.ru>
4543
4544 * doc/c-i386.texi (i386-Arch): New section.
4545 (i386-Syntax): Mention .intel_syntax and .att_syntax.
4546
4547 * config/tc-i386.c (cpu_arch_name, cpu_arch_flags): New.
4548 (smallest_imm_type): Use smallest opcode for shift by one if cpu
4549 architecture has been given and is not 486.
4550 (set_cpu_arch): New.
4551 (md_pseudo_table): Add .arch.
4552 (md_assemble): Warn if cpu architecture has been given and an
4553 unsupported instruction.
4554
4555 * config/tc-i386.h (SMALLEST_DISP_TYPE): Delete.
4556 Move operand_types bit defines after relevant template field.
4557 (template): Add cpu_flags.
4558 (Cpu*): Define.
4559 (arch_entry): New.
4560
4561 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
4562
4563 * config/tc-mn10300.h (md_end): Define.
4564 (mn10300_finalize): Declare.
4565 * config/tc-mn10300.c: Include dwarf2dbg.h.
4566 (debug_line): Define.
4567 (md_assemble): Generate dwarf2 line info.
4568 (mn10300_finalize): New function. Finalize dwarf2 info.
4569
4570 2000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
4571
4572 * config/tc-mips.c (md_estimate_size_before_relax): Use the
4573 external version of the relocation for weak symbols.
4574
4575 2000-05-08 David Mosberger <davidm@hpl.hp.com>
4576
4577 * config/tc-ia64.c (output_P7_format, case mem_stack_f): Output fixed
4578 frame size in units of 16 bytes, as required per SW Conventions manual.
4579 (output_unw_records): Output info-block header as a dword to get
4580 byte-order right.
4581
4582 2000-05-08 Alan Modra <alan@linuxcare.com.au>
4583
4584 * as.h: #include "file", not <file> on files from ../include.
4585 (as_abort, as_fatal): Add ATTRIBUTE_NORETURN.
4586 * config/tc-m68k.c (m68k_ip): Fix signed/unsigned warnings.
4587 (md_convert_frag): Add ATTRIBUTE_UNUSED.
4588 (tc_coff_symbol_emit_hook): Ditto.
4589 (OPTCOUNT): Cast to int to avoid compiler warning.
4590 (md_begin): Fix signed/unsigned warnings.
4591
4592 2000-05-08 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4593
4594 * config/tc-m68k.c (md_convert_frag_1): Abort if we end up in the
4595 ABRANCH LONG case for a conditional branch on a 68000.
4596 (md_estimate_size_before_relax): Likewise. Also handle
4597 flag_short_refs correctly for ABRANCH, BCC68000, and DBCC.
4598 (m68k-ip: case ABSL): Relax absolute references to 16-bit
4599 PC-relative on all CPUs.
4600 (md_estimate_size_before_relax): Likewise.
4601
4602 2000-05-04 Alan Modra <alan@linuxcare.com.au>
4603
4604 * as.c (parse_args): Just mention current year in printed
4605 copyright message.
4606
4607 2000-05-03 J.T. Conklin <jtc@redback.com>
4608
4609 * config/tc-ppc.c (pre_defined_registers): Add entries for vector
4610 unit registers.
4611 (md_parse_option): Recognize -m7400.
4612
4613 2000-05-03 Ian Lance Taylor <ian@zembu.com>
4614
4615 * config/atof-ieee.c (gen_to_words): When adding carry back in,
4616 don't permit lp to become less than the words array.
4617
4618 2000-05-03 Rodney Brown <RodneyBrown@pmsc.com>
4619
4620 config/tc-mcore.c (md_apply_fix3): BFD_RELOC_MCORE_PCREL_IMM11BY2
4621 Fix little-endian case.
4622
4623 2000-05-03 David O'Brien <obrien@NUXI.com>
4624
4625 * as.c (parse_args): Update copyright.
4626
4627 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
4628
4629 * gas/config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4
4630 for the .bss section too.
4631
4632 2000-05-02 Alan Modra <alan@linuxcare.com.au>
4633
4634 * configure.in: Set em=linux for hppa-*-linux.
4635 * configure: Regenerate.
4636 * doc/Makefile.in: Regenerate with correct automake.
4637
4638 * frags.c (frag_grow): Sanity check chunk_size.
4639
4640 * config/obj-elf.h: #include "bfd.h" not <bfd.h>
4641 * config/obj-som.h: Likewise.
4642 * config/obj-ieee.h: Likewise.
4643
4644 * config/tc-hppa.h: Test BFD_ARCH_SIZE, not BFD64.
4645
4646 * config/tc-hppa.c (log2): Only compile when OBJ_SOM.
4647 (md_pseudo_table): Fully initialise OBJ_ELF cases.
4648 (fix_new_hppa): Add ATTRIBUTE_UNUSED to args as appropriate.
4649 (pa_ip): low_sign_unext now returns via function value. Use
4650 re_assemble_* instead of dis_assemble_* and
4651 INSERT_FIELD_AND_CONTINUE combination. Don't call sign_unext
4652 unnecessarily.
4653 (md_convert_frag): Add ATTRIBUTE_UNUSED to args as appropriate.
4654 (md_section_align, md_parse_option, md_show_usage,
4655 md_undefined_symbol, pa_align, pa_block, pa_brtab, pa_try,
4656 pa_callinfo, pa_code, pa_comm, pa_end, pa_enter, pa_entry,
4657 pa_exit, pa_export, pa_import, pa_label, pa_leave, pa_level,
4658 pa_origin, pa_param, pa_proc, pa_procend, pa_space, pa_spnum,
4659 pa_version, pa_compiler, pa_copyright, pa_data, pa_fill, pa_lsym,
4660 pa_text): Likewise.
4661 (md_apply_fix): Change type of new_val to offsetT. Delete w1, w2,
4662 w, resulti. Add insn, val. Move bfd_get_32 and bfd_put_32
4663 outside of switch. Correct mask and shifting errors in case 10
4664 and case -11. In case 21, compare against signed range to suit
4665 hppa_field_adjust changes. In case 12, use re_assemble_12. In
4666 case 17 and case 22, use offsetT variable to properly check range.
4667 Use re_assemble_* here too.
4668 (evaluate_absolute): Change type of value to offsetT. Call
4669 hppa_field_adjust to do the work for us.
4670 (pa_parse_cmpb_64_cmpltr): Delete save_s.
4671 (pa_parse_cmpib_64_cmpltr): Ditto.
4672 (pa_build_unwind_subspace): Delete unused var subseg. Change type
4673 of i to unsigned int.
4674 (pa_type_args): Conditionally declare symbol if OBJ_SOM.
4675 (pa_end_of_source): Return type is void.
4676
4677 Mon May 1 08:54:23 2000 Catherine Moore <clm@cygnus.com>
4678
4679 * macro.c (macro_expand_body): Don't prepend macro number with zeroes.
4680
4681 Mon May 1 14:19:39 2000 Denis Chertykov <denisc@overta.ru>
4682
4683 * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places.
4684 More comments added.
4685 (md_begin): Removed "construct symbols for each register name".
4686 Because register names conflicts with GCC generated function
4687 names.
4688 (avr_operand): Now constant numbers can be used as a register
4689 identifiers (0 as r0, 31 as r31).
4690 (md_assemble): use skip_space () before parsing instruction
4691 operands.
4692
4693 2000-05-01 Alan Modra <alan@linuxcare.com.au>
4694
4695 * configure.in: Set bfd_gas=yes on i386-*-pe and i386-*-nt* to
4696 ensure all pe targets use bfd. Remove unnecessary bfd_gas=yes on
4697 arm-*-netbsd* and arm-*-wince as this is set for all arm*.
4698 * configure: Regenerate.
4699
4700 2000-04-29 Andreas Jaeger <aj@suse.de>
4701
4702 * as.h: Correctly check GCC version.
4703
4704 2000-04-26 David O'Brien <obrien@FreeBSD.org>
4705
4706 * doc/as.1: Fix unbalanced brackets.
4707
4708 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
4709 TE_FreeBSD.
4710 (line_comment_chars): Set to '/' if TE_FreeBSD.
4711
4712 Tue Apr 25 11:02:02 2000 Jeffrey A Law (law@cygnus.com)
4713
4714 * configure.in: Configury support for PA64 (currently disabled).
4715 * configure: Rebuilt.
4716
4717 2000-04-25 Machida Hiroyuki <machida@sm.sony.co.jp>
4718
4719 * config/tc-mips.c (s_change_sec): Use record_alignment, not
4720 bfd_set_section_alignment.
4721
4722 2000-04-25 Alan Modra <alan@linuxcare.com.au>
4723
4724 * config/tc-i386.c (offset_in_range): Ensure shift counts are less
4725 than 32.
4726
4727 2000-04-24 Nick Clifton <nickc@cygnus.com>
4728
4729 * doc/c-arm.texi (ARM Directives): Document behaviour of .align 0.
4730 * doc/as.texinfo (Align): Include arm and strongarm in list of
4731 targets that have the second form of the behaviour of the .align
4732 directive.
4733
4734 2000-04-24 Mark Klein <mklein@dis.com>
4735
4736 * config/obj-som.c: Terminate obj_pseudo_table.
4737
4738 Mon Apr 24 15:21:11 2000 Clinton Popetz <cpopetz@cygnus.com>
4739
4740 * as.c (parse_args): Allow md_parse_option to override -a listing
4741 option.
4742 * config/obj-coff.c (add_lineno): Change type of offset parameter
4743 from "int" to "bfd_vma."
4744 * config/tc-ppc.c (md_pseudo_table): Add "llong" and "machine."
4745 (ppc_mach, ppc_subseg_align, ppc_target_format): New.
4746 (ppc_change_csect): Align correctly for XCOFF64.
4747 (ppc_machine): New function, which discards "ppc_machine" line.
4748 (ppc_tc): Cons for 8 when code is 64 bit.
4749 (md_apply_fix3): Don't check operand->insert. Handle 64 bit
4750 relocations.
4751 (md_parse_option): Handle -a64 and -a32.
4752 (ppc_xcoff64): New.
4753 * config/tc-ppc.h (TARGET_MACH): Define.
4754 (TARGET_FORMAT): Move to function.
4755 (SUB_SEGMENT_ALIGN): Use ppc_subseg_align.
4756
4757 Sun Apr 23 16:45:45 2000 Denis Chertykov <denisc@overta.ru>
4758
4759 * config/tc-avr.c: New AVR_ISA_ defined.
4760 (md_assemble): Handle opcodes with optional operands (lpm,elpm).
4761 (avr_operand): Handle 'a', 'v' and 'z' constraint letters needed
4762 for `fmul', `movw' and `lpm R,Z' instructions.
4763 (avr_operands): Warn if current opcode is a two-word instruction
4764 and previous opcode was cpse/sbic/sbis/sbrc/sbrs.
4765 (avr_opcodes): New commands added.
4766 (REGISTER_P): Check 'a' and 'v' constraint letters.
4767 (mcu_types): New MCU added.
4768
4769 2000-04-22 Timothy Wall <twall@cygnus.com>
4770
4771 * config/tc-ia64.c (pseudo_func[]): Add new "nat" entry equivalent
4772 to "natval".
4773 (operand_match): Conditionally insert default bit values for IMMU9.
4774
4775 2000-04-14 Matthew Green <mrg@cygnus.com>
4776
4777 * configure.in: Add NetBSD/sparc ELF and NetBSD/sparc64 support.
4778 * configure: Rebuilt.
4779
4780 Fri Apr 21 14:29:43 2000 Jeffrey A Law (law@cygnus.com)
4781 Jason Eckhardt <jle@cygnus.com>
4782
4783 * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats.
4784
4785 * config/tc-hppa.c (CHECK_ALIGN): New macro.
4786 Added handling of new operand types l,y,&,fe,fE,fx.
4787
4788 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
4789 David Mosberger <davidm@hpl.hp.com>
4790 Timothy Wall <twall@cygnus.com>
4791 Andrew MacLeod <amacleod@cygnus.com>
4792 Jim Wilson <wilson@cygnus.com>
4793
4794 * Makefile.am (CPU_TYPES): Add ia64.
4795 (TARGET_CPU_CFILES): Add config/tc-ia64.c.
4796 (TARGET_CPU_HFILES): Add config/tc-ia64.h.
4797 * Makefile.in: Rebuild.
4798 * app.c (do_scrub_chars): Handle DOUBLESLASH_COMMENTS.
4799 * configure: Rebuild.
4800 * configure.in: Recognize ia64 as cpu type. Set bfd_gas.
4801 (ia64-*-elf*, ia64-*-linux-gnu*): New targets.
4802 * expr.c (expr): Handle md_optimize_expr.
4803 * read.c (LEX_HASH): Add comment.
4804 * config/tc-ia64.c, config/tc-ia64.h: New files.
4805
4806 2000-04-21 Richard Henderson <rth@cygnus.com>
4807
4808 * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
4809 bundling a non-delayed branch type instruction.
4810
4811 2000-04-20 Alexandre Oliva <aoliva@cygnus.com>
4812
4813 * config/tc-mn10300.c (HAVE_AM30): Define.
4814 (md_assemble): Use it.
4815
4816 2000-04-19 Alan Modra <alan@linuxcare.com.au>
4817
4818 * config/obj-elf.c (obj_elf_change_section): Check for changed
4819 section attributes.
4820
4821 * Makefile.am: (CPU_MULTI_VALID): Remove.
4822 (MULTI_CPU_TYPES): Define.
4823 (MULTI_CPU_OBJ_VALID): Define.
4824 (DEPTC): Use the above.
4825 (DEPOBJ): Same here.
4826 (DEP2): And here.
4827 Regenerate dependencies.
4828 * Makefile.in: Regenerate.
4829
4830 2000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4831
4832 * Makefile.am (YACC, LEX): Get them from configure.
4833
4834 2000-04-18 H.J. Lu (hjl@gnu.org)
4835
4836 * config/tc-i386.c (offset_in_range): Use addressT instead of
4837 bfd_vma for non-bfd assemblers.
4838
4839 2000-04-17 Alan Modra <alan@linuxcare.com.au>
4840
4841 * config/tc-i386.c (offset_in_range): Sign extend val so BFD64
4842 doesn't give spurious errors.
4843
4844 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4845
4846 * as.h (SEEK_SET): Define if undefined.
4847
4848 2000-04-13 Alan Modra <alan@linuxcare.com.au>
4849
4850 * config/tc-arm.c (md_apply_fix3): Don't use UL suffix on
4851 constants, and don't assume offsetT is 32 bits.
4852
4853 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
4854
4855 * config/tc-d10v.h: Include "write.h" to get definition of fixS.
4856 (md_pcrel_from_section): Add prototype.
4857 (d10v_fix_adjustable): Add prototype.
4858 (d10v_force_relocation): Replace 'struct fix' with 'fixS'.
4859
4860 * config/tc-d10v.c (md_apply_fix3): Add paren around &&.
4861
4862 2000-04-12 Nick Clifton <nickc@cygnus.com>
4863
4864 * config/tc-d10v.c (find_opcode): Correctly calculate position of
4865 symbol in frag chain.
4866
4867 2000-04-10 Alan Modra <alan@linuxcare.com.au>
4868
4869 * config/tc-i386.c (fits_in_signed_byte): Change arg to offsetT.
4870 (fits_in_unsigned_byte, fits_in_unsigned_word): Ditto.
4871 (fits_in_signed_word, smallest_imm_type): Ditto.
4872 (md_assemble): Use an offsetT var to hold offsetT values, not a
4873 long.
4874 (offset_in_range): New.
4875 (md_assemble): Use it.
4876 (md_convert_frag): Change type of target_address, opcode_address,
4877 and displacement_from_opcode_start to offsetT.
4878 (md_create_short_jump): Change type of offset to offsetT.
4879 (md_create_long_jump): Ditto.
4880 (md_apply_fix3): Use -4, not 0xfffffffc for BFD_RELOC_386_PLT32.
4881 (md_chars_to_number): Remove.
4882 (output_invalid): Remove duplicate prototype.
4883
4884 2000-04-09 Nick Clifton <nickc@cygnus.com>
4885
4886 * Makefile.am (CPU_TYPES): Add 'avr'.
4887 (TARGET_CPU_CFILES): Add 'tc-avr.c'.
4888 (TARGET_CPU_HFILES): Add 'tc-avr.h'.
4889
4890 * Makefile.in: Regenerate.
4891
4892 * doc/as.texinfo: Add M32R documentation.
4893
4894 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
4895
4896 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
4897 --enable-build-warnings option.
4898 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4899 * Makefile.in, configure: Re-generate.
4900
4901 2000-04-07 Nick Clifton <nickc@cygnus.com>
4902
4903 * config/tc-arm.c (md_apply_fix3): Treat BFD_RELOC_ARM_PCREL_BLX
4904 in the same way as BFD_RELOC_ARM_PCREL_BRANCH, and
4905 BFD_RELOC_THUMB_PCREL_BLX lie BFD_RELOC_THUMB_PCREL_BRANCH.
4906 (tc_gen_reloc): Accept BFD_RELOC_{ARM|THUMB}_PCREL_BLX.
4907 (arm_force_relocation): Force relocations for
4908 BFD_RELOC_{ARM|THUMB}_PCREL_BLX as well.
4909
4910 Wed Apr 5 22:26:32 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4911
4912 * config/tc-sh.c (get_operands): There's no third operand if the
4913 first operand is an immediate.
4914
4915 Wed Apr 5 22:07:19 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4916
4917 * config/tc-sh.c (immediate): Delete.
4918 (sh_operand_info): Add immediate member.
4919 (parse_reg): Use A_PC for pc.
4920 (parse_exp): Add second argument 'op'. All callers changed.
4921 (parse_at): Expect pc to be coded as A_PC.
4922 Use immediate field in *op.
4923 (insert): Add fourth argument 'op'. All callers changed.
4924 (build_relax): Add second argument 'op'. All callers changed.
4925 (insert_loop_bounds): New function.
4926 (build_Mytes): Remove DISP_4.
4927 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
4928 (assemble_ppi): Use immediate field in *operand.
4929 (sh_force_relocation): Handle BFD_RELOC_SH_LOOP_{START,END}.
4930 (md_apply_fix): Likewise.
4931 (tc_gen_reloc): Likewise. Check for a pcrel BFD_RELOC_SH_LABEL.
4932
4933 Wed Apr 5 06:35:45 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4934
4935 * config/tc-sparc.c (sparc_ip): Avoid string pasting.
4936
4937 Tue Apr 4 19:27:50 2000 Hans-Peter Nilsson <hp@axis.com>
4938
4939 * internals.texi (CPU backend): Document
4940 TC_CHECK_ADJUSTED_BROKEN_DOT_WORD.
4941
4942 2000-04-04 Alan Modra <alan@linuxcare.com.au>
4943
4944 * po/gas.pot: Regenerate.
4945
4946 * as.c (show_usage): Restore translated part of bug string.
4947 * gasp.c (show_usage): Likewise.
4948
4949 * Makefile.am (MKDEP): Use gcc -MM rather than ../mkdep.
4950 (DEP): Quote when passing vars to sub-make. Use "mv -f" rather
4951 than move-if-change.
4952 (DEP1): Modify for "gcc -MM".
4953 (DEPTC): Likewise.
4954 (DEPOBJ): Likewise.
4955 (DEP2): Likewise.
4956 (CLEANFILES): Add DEPTCA, DEPOBJA, DEP2a, DEPA.
4957 Update dependencies.
4958 * Makefile.in: Regenerate.
4959
4960 2000-04-03 Alexandre Oliva <aoliva@cygnus.com>
4961
4962 * config/tc-mn10300.c (md_pseudo_table): Use constant names.
4963 (md_begin): Likewise.
4964 (HAVE_AM33): New macro.
4965 (md_assemble): Use it. Match r_regs and xr_regs only if
4966 HAVE_AM33.
4967
4968 2000-04-03 Alan Modra <alan@linuxcare.com.au>
4969
4970 * as.h: #include "bin-bugs.h"
4971 * as.c (show_usage): Use REPORT_BUGS_TO.
4972 * gasp.c: #include "bin-bugs.h"
4973 (show_usage): Use REPORT_BUGS_TO.
4974
4975 * config/tc-sparc.c (md_show_usage): Add a trailing newline.
4976
4977 Mon Apr 3 13:56:03 2000 Hans-Peter Nilsson <hp@axis.com>
4978
4979 * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined,
4980 call TC_CHECK_ADJUSTED_BROKEN_DOT_WORD for each word after
4981 adjustments.
4982
4983 2000-04-03 Alan Modra <alan@linuxcare.com.au>
4984
4985 * config/tc-i386.c (i386_immediate): Don't assume a constant
4986 immediate is necessarily 16 bits when in 16 bit code mode.
4987 (md_assemble): Instead set guess_suffix here after we have checked
4988 registers.
4989
4990 2000-04-02 Richard Henderson <rth@cygnus.com>
4991
4992 * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bit
4993 quantities. Correct right shift sign extension.
4994 (build_insn): Make `number' unsigned long. Mask top 6 bits of
4995 32-bit value when shifting into place.
4996
4997 2000-04-01 Ian Lance Taylor <ian@zembu.com>
4998
4999 * app.c: Add ATTRIBUTE_UNUSED as needed.
5000 * config/tc-ppc.c: Likewise.
5001 (ppc_size): Make unsigned long.
5002 (ppc_insert_operand): Add casts to avoid warnings.
5003
5004 2000-03-31 Nick Clifton <nickc@cygnus.com>
5005
5006 * config/tc-d10v.h (md_flush_pending_output): Define.
5007
5008 2000-03-29 Nick Clifton <nickc@cygnus.com>
5009
5010 * config/tc-sh.h (SEG_NAME): New macro: return the name of a
5011 segment. Works for both BFD_ASSEMBLER and others.
5012 (SUB_SEGMENT_ALIGN): Use SEG_NAME.
5013
5014 2000-03-29 Nick Clifton <nickc@cygnus.com
5015
5016 * config/tc-arm.c (tinsns): Add "bal" instruction pattern.
5017
5018 2000-03-28 Alan Modra <alan@linuxcare.com.au>
5019
5020 * listing.c (LISTING_LHS_WIDTH): Default depends on
5021 LISTING_WORD_SIZE.
5022 (LISTING_LHS_WIDTH_SECOND): Default to LISTING_LHS_WIDTH.
5023
5024 2000-03-27 Ian Lance Taylor <ian@zembu.com>
5025
5026 * config/tc-sh.c (md_show_usage): Use backslash before newline in
5027 string literal.
5028
5029 2000-03-27 Alan Modra <alan@linuxcare.com.au>
5030
5031 * config/tc-avr.h (TC_HANDLES_FX_DONE): Define.
5032
5033 * config/tc-avr.c (mcu_types): Add missing initialiser.
5034 (md_pcrel_from_section): Add prototype.
5035 (avr_operand): Remove redundant test of unsigned < 0.
5036 (avr_cons_fix_new): Ensure exp_mod_pm zero on function exit.
5037
5038 2000-03-27 Denis Chertykov <denisc@overta.ru>
5039
5040 * config/tc-avr.c: New file for AVR support.
5041 * config/tc-avr.h: Likewise.
5042 * configure.in: Add AVR support.
5043 * configure: Regenerate.
5044
5045 2000-03-26 Timothy Wall <twall@cygnus.com>
5046
5047 * gasp.c (macro_op): Add new argument to check_macro call.
5048 Macro structure definitions moved to macro.h
5049 * sb.h: Add argument to prototype for input_scrub_include_sb.
5050 * input-scrub.c (input_scrub_include_sb): Allow disabling of sb
5051 nesting checks with an additional flag.
5052 (struct input_save): Add flag to indicate whether current sb
5053 should be checked for proper macro/conditional nesting.
5054 (input_scrub_push/pop): Save/restore nest check flag.
5055 (input_scrub_next_buffer): Ditto. Also call end of macro hook if
5056 defined.
5057 * macro.c (check_macro): Allow caller to retrieve parsed macro
5058 information if a pointer is provided. This information may be
5059 used by the new macro hooks.
5060 * macro.h: Update prototype for check_macro. Macro struct
5061 definitions moved here from macro.c/gasp.c.
5062 * read.c (read_a_source_file): Add parameter to check_macro call,
5063 and pass macro info to the macro hook, if defined.
5064 (input_scrub_insert_line): New. Allow insertion of a line of
5065 characters into the input stream.
5066 (input_scrub_insert_file): New. Allow insertion of an arbitrary
5067 file into the input stream.
5068 (s_include): Use input_scrub_insert_file.
5069 * internals.texi: Document new macro hooks.
5070 * as.h: New prototypes added.
5071
5072 2000-03-26 Alan Modra <alan@linuxcare.com.au>
5073
5074 * config/tc-i386.c: Don't start any as_bad or as_warn message with
5075 an initial capital letter.
5076 (i386_index_check): Reindent.
5077
5078 2000-03-19 Nick Clifton <nickc@cygnus.com>
5079
5080 * config/tc-arm.c (md_apply_fix3): Fix bug detecting overflow of pc
5081 relative branches.
5082
5083 2000-03-17 Thomas de Lellis <tdel@windriver.com>
5084
5085 * config/tc-arm.c (do_t_adr): Flag "adr Rd,label"
5086 instruction operand bad if Rd > 7 when generating
5087 thumb instructions. Prevents for example,
5088 "adr r12,label" from silently failing and generating
5089 the wrong instruction.
5090
5091 2000-03-17 Nick Clifton <nickc@cygnus.com>
5092
5093 * config/tc-arm.c (md_apply_fix3): Handle same-section relocations
5094 that have a destingation >= 0x400000.
5095 Fix compile time warning messages.
5096
5097 Thu Mar 16 23:45:16 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5098
5099 * config/tc-sh.c (md_begin): When encountering insn that are
5100 not supported by the current arch, only change the name if
5101 its contents are the same as prev_name.
5102 (get_specific): If the the architecture doesn't match, fail.
5103
5104 Thu Mar 16 21:18:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5105
5106 * config/tc-sh.c (IDENT_CHAR): Define.
5107 (parse_reg): Use it instead of isalnum. Put r[0..7]_bank operand
5108 matching back where it came from.
5109
5110 Thu Mar 16 20:58:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5111
5112 * config/tc-sh.c (md_show_usage): Add description of -dsp.
5113
5114 2000-03-15 Jonathan Larmour <jlarmour@redhat.co.uk>
5115
5116 * config/tc-sh.c (parse_reg): Match r[0..7]_bank operands before
5117 normal operands.
5118
5119 2000-03-15 Kazu Hirata <kazu@hxi.com>
5120
5121 * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate.
5122
5123 Mon Mar 13 22:02:59 2000 Hans-Peter Nilsson <hp@axis.se>
5124
5125 * expr.c (operand) [case 'f']: When testing if '0f' can start a
5126 floating-point-number, make sure 'f' is in FLT_CHARS.
5127
5128 Sat Mar 11 00:01:39 2000 Hans-Peter Nilsson <hp@axis.se>
5129
5130 * read.c (TC_IMPLICIT_LCOMM_ALIGNMENT): New default-definition.
5131 (s_lcomm_internal): Use it.
5132 * doc/internals.texi (CPU backend): Document it.
5133 * config/obj-evax.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Set to 2**3
5134 bytes.
5135
5136 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
5137
5138 * config/tc-mips.c (mips_ip): Don't put stuff in .rodata
5139 when embedded-pic.
5140
5141 * config/tc-mips.c (SWITCH_TABLE): The ELF embedded-pic
5142 implementation doesn't have special handling for switch
5143 statements.
5144 (macro_build): Allow for code in sections other than .text.
5145 (macro): Likewise.
5146 (mips_ip): Likewise.
5147 (md_apply_fix): Do pc-relative relocation madness for MIPS ELF.
5148 Don't perform relocs if we will be outputting them.
5149 (tc_gen_reloc): For ELF, just use fx_addnumber for pc-relative
5150 relocations. Allow BFD_RELOC_16_PCREL_S2 relocs when
5151 embedded-pic.
5152
5153 2000-03-09 Catherine Moore <clm@cygnus.com>
5154
5155 * config/tc-m32r.c (m32r_fix_adjustable): Look up the
5156 relocation type based on the entry in the fixup structure.
5157 Put S_IS_EXTERN processing back in.
5158
5159 2000-03-08 H.J. Lu (hjl@gnu.org)
5160
5161 * Makefile.am (install-exec-tooldir): Depend on
5162 install-exec-bindir for parallel make.
5163 * Makefile.in: Regenerated.
5164
5165 2000-03-06 Nick Clifton <nickc@cygnus.com>
5166
5167 * config/tc-m32r.c (struct md_longopts): Add -m32r command line
5168 switch.
5169 (md_parse_option): Parse -m32r command line switch - disable m32rx
5170 compatability.
5171 (md_show_usage): Document new option.
5172
5173 * doc/Makefile.am (CPU_DOCS): Add c-m32r.texi.
5174 * doc/Makefile.in: Regenerate.
5175 * doc/c-m32r.texi (M32R-Opts): Document new command line switch.
5176
5177 2000-03-02 Michael Meissner <meissner@redhat.com>
5178
5179 * config/tc-d30v.c (check_range): Remove code that incorrectly
5180 sign extended values where bits < 32.
5181
5182 2000-03-02 H.J. Lu (hjl@gnu.org)
5183
5184 * configure.in: Support --enable-targets=all on ia32.
5185 * configure: Regenerated.
5186
5187 2000-03-01 Nick Clifton <nickc@cygnus.com>
5188
5189 * gasp.c (do_align): Remove bogus check of alignment value.
5190
5191 2000-02-27 Thomas de Lellis <tdel@windriver.com>
5192
5193 * config/obj-elf.c (elf_frob_symbol): Remove code which when
5194 TC_PPC was defined forced the type of a symbol with no other type
5195 to be BSF_OBJECT.
5196
5197 2000-02-27 Hans-Peter Nilsson <hp@axis.com>
5198
5199 * doc/internals.texi (CPU backend): Mention that
5200 line_separator_chars do not break up comments. Fix typos for
5201 LEX_AT and LEX_NAME descriptions. Document operands for
5202 TC_EQUAL_IN_INSN, md_operand and md_section_align. Correct
5203 description of md_create_short_jump usage. Document argument for
5204 md_undefined_symbol.
5205
5206 2000-02-27 Jakub Jelinek <jakub@redhat.com>
5207
5208 * config/tc-sparc.c (OPTION_UNDECLARED_REGS): New option.
5209 (md_parse_option): Handle it.
5210 (md_show_usage): Document it.
5211
5212 2000-02-27 Ian Lance Taylor <ian@zembu.com>
5213
5214 * config/tc-alpha.c (md_assemble): Accept `1' and `9' in an
5215 opcode, for the instruction `pal19'. From Andrea Arcangeli
5216 <andrea@suse.de>.
5217
5218 2000-02-26 Alan Modra <alan@spri.levels.unisa.edu.au>
5219
5220 * config/tc-i386.c (i386_immediate): Move constant operand sizing
5221 from here..
5222 (md_assemble): To here, before template operands are matched.
5223 Also ensure a constant immediate is sign extended when we know the
5224 size is at most 16 bits. This is to catch cases like "add
5225 $0xffc0,%ax" where we don't know the size, and thus that the
5226 immediate can be represented as Imm8S until after parsing the
5227 register operand.
5228 (i386_displacement): Similarly sign extend 16 bit constant
5229 displacements.
5230 (md_assemble): Relax 16-bit jump constant range check to suit sign
5231 extended displacements.
5232
5233 2000-02-26 Andreas Jaeger <aj@suse.de>
5234
5235 * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.
5236
5237 2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
5238
5239 * config/tc-i386.c (md_assemble): Don't swap intersegment jmp and
5240 call operands when intel_syntax.
5241 (intel_float_operand): Return 2 for "fi...".
5242 (i386_operand_modifier): Change "DWORD PTR" test to suit above.
5243 Return SHORT_MNEM_SUFFIX for "WORD PTR" when "fi...". Revert
5244 earlier "SHORT" change.
5245 (md_assemble): When determining suffix from Regs, exclude
5246 InOutPortReg.
5247
5248 2000-02-24 Nick Clifton <nickc@cygnus.com>
5249
5250 * configure: Add arm-wince, mips-pe and sh-pe targets.
5251 * configure: Regenerate.
5252
5253 * config/obj-coff.h (COFF_WITH_PE): Define for mips-pe and
5254 sh-pe targets.
5255 (TARGET_FORMAT): Set to "pe-shl" for the sh-pe target and to
5256 "pe-mips" for the mips-pe target.
5257
5258 * config/tc-arm.c (insns): Change displacement encoded in BL
5259 and B instructions if the target port is arm-wince.
5260 (do_ldst): Do not bias the relocation offset if the target
5261 port is arm-wince.
5262 (md_pcrel_from): Add in missing relocation offset bias if the
5263 target os arm-wince.
5264
5265 * config/tc-mips.c (mips_target_format): Support COFF flavour.
5266 (md_begin): Disable -G support for mips-pe target.
5267 (md_apply_fix): Treat BFD_RELOC_RVA reloc as BFD_RELOC_32.
5268 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Add support for
5269 COFF flavour.
5270
5271 * config/tc-sh.c (md_begin): sh-pe target is little endian.
5272 * config/tc-sh.h (SUB_SEGMENT_ALIGN): If using a BFD
5273 assembler, just set the alignment to 4.
5274
5275 * config/te-wince-pe.h: New file for WinCE targets. Define
5276 TE_WINCE.
5277
5278 2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
5279
5280 * config/tc-i386.c (md_assemble): Swap segments too for intel mode
5281 string instructions.
5282 (i386_operand_modifier): Set i.suffix = WORD_MNEM_SUFFIX for SHORT.
5283 (i386_intel_memory_operand): After finding a segment override,
5284 check again for no `[' before looking for a displacement. Bomb if
5285 more than one displacement rather than silently discarding the
5286 second and subsequent ones. Free strings malloc'd by
5287 build_displacement_string.
5288
5289 2000-02-24 Catherine Moore <clm@cygnus.com>
5290
5291 * config/obj-som.c (obj_pseudo_table): Add "weak".
5292 (obj_som_weak): New routine.
5293
5294 2000-02-24 Alan Modra <alan@spri.levels.unisa.edu.au>
5295
5296 * config/tc-i386.c (union i386_op): New.
5297 (struct _i386_insn): Delete disps[], imms[], regs[]. Add op[].
5298 Throughout file replace occurences of disps[n], imms[n], regs[n]
5299 with equivalent op[n].disps, op[n].imms, op[n].regs. Simplify
5300 intel mode operand swapping. Add assert in regKludge and
5301 fake_zero_displacement code. Test i.types[n] when outputting
5302 displacements and immediates. Combine output of Disp16 with
5303 Disp32.
5304 (md_assemble): Don't try to fix broken UNIXWARE_COMPAT opcodes
5305 when in intel mode by (not) reversing fsub and fdiv operands
5306 before the template search. This fails for single operand
5307 shorthand forms of the instruction, and if UNIXWARE_COMPAT is
5308 undefined. Instead fix the base_opcode after we've found the
5309 template. Move base_opcode xor with found_reverse_match from
5310 opcode output code to before this fix so we test for the correct
5311 opcodes.
5312 (md_assemble): Don't use strcmp when deciding to ignore the suffix
5313 check in intel mode. Instead compare opcodes.
5314
5315 * config/tc-i386.h (TC_RELOC): Delete.
5316 * config/tc-i386.c (TC_RELOC): Delete. Replace usage of TC_RELOC
5317 with equivalent call to reloc.
5318
5319 * as.h (flag_m68k_mri): Move declaration after target include, and
5320 only declare when TC_M68K defined. Define as zero otherwise.
5321 (LABELS_WITHOUT_COLONS, NO_PSEUDO_DOT): If undefined, define as 0.
5322 * app.c (scrub_m68k_mri): Declare only when TC_M68K defined.
5323 Define as zero otherwise.
5324 (do_scrub_begin): Use m68k_mri parameter only when TC_M68K defined.
5325 (struct app_save): Declare scrub_m68k_mri only when TC_M68K.
5326 (app_push, app_pop): Save scrub_m68k_mri only when TC_M68K.
5327 (do_scrub_chars): Use LABELS_WITHOUT_COLONS directly rather than
5328 testing whether defined.
5329 * cond.c (ignore_input): Use NO_PSEUDO_DOT directly.
5330 * expr.c (operand): #ifdef unused case labels when TC_M68K undefined.
5331 * read.c: Use LABELS_WITHOUT_COLONS and NO_PSEUDO_DOT directly
5332 rather than testing whether defined.
5333 (s_mri): Set flag_m68k_mri only when TC_M68K defined.
5334 (parse_mri_cons): Declare and use only when TC_M68K.
5335 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define as 1.
5336 * config/tc-m68k.h (NO_PSEUDO_DOT): Define as 1.
5337 * config/tc-m88k.h (NO_PSEUDO_DOT): Define as 1.
5338
5339 * NEWS: Mention IBM 370 support.
5340
5341 2000-02-23 Richard Henderson <rth@cygnus.com>
5342
5343 * config/tc-i386.c (md_assemble): When swapping operands for
5344 intel_syntax, assume everything that's not Imm or Disp is a
5345 register.
5346
5347 2000-02-23 Linas Vepstas <linas@linas.org>
5348
5349 * config/tc-i370.c, config/tc-i370.h: New files.
5350 * Makefile.am: Add support for Linux/IBM 370.
5351 * configure.in: Likewise.
5352 * app.c (do_scrub_begin): Don't lex single quote when TC_I370.
5353 * config/obj-elf.c: Include elf/i370.h
5354 (obj_elf_section): Don't do anything special for flag_mri if TC_I370.
5355
5356 * Makefile.in: Regenerate.
5357 * configure: Regenerate.
5358
5359 * doc/c-i370.texi: New file.
5360 * doc/all.texi: Include it.
5361 * doc/as.texinfo: And here.
5362 * doc/Makefile.am(CPU_DOCS): Add c-i370.texi.
5363 * doc/Makefile.in: Regenerate.
5364
5365 2000-02-19 Michael Meissner <meissner@redhat.com>
5366
5367 * config/tc-d30v.c (parallel_ok): Use FLAG_NOT_WITH_ADDSUBppp to
5368 determine if an instruction can be used in parallel with an ADDppp
5369 or SUBppp instruction.
5370
5371 2000-02-22 Andrew Haley <aph@cygnus.com>
5372
5373 * doc/c-mips.texi (MIPS Opts): Document -mgp32 and -mgp64.
5374
5375 2000-02-22 Andrew Haley <aph@cygnus.com>
5376
5377 * config/tc-mips.c (mips_gp32): New variable.
5378 (macro_build) Use mips_gp32.
5379 (mips_ip): Ditto.
5380 (md_longopts): Add "-mgp32" and "-mgp64".
5381 (md_parse_option): Add OPTION_GP32 and OPTION_GP64.
5382
5383 (OPTION_M7900): Change offset
5384 (OPTION_NO_M7900): Ditto.
5385
5386 2000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5387
5388 * config/obj-coff.c (add_lineno): Accept non-positive lineno with
5389 warning, and bump it to 1.
5390
5391 2000-02-22 Ian Lance Taylor <ian@zembu.com>
5392
5393 From Brad Lucier <lucier@math.purdue.edu>:
5394 * dwarf2dbg.c (print_stats): Add cast to force printf argument to
5395 match format.
5396
5397 2000-02-21 Catherine Moore <clm@cygnus.com>
5398
5399 * config/tc-mips.c (MF_HILO_INSN): Define.
5400 (mips_7000_hilo_fix): Declare.
5401 (append_insn): Conditionally insert nops after an mfhi/mflo insn.
5402 (md_parse_option): Check for 7000_HILO_FIX options.
5403 (OPTION_M7000_HILO_FIX): Define.
5404 (OPTION_NO_M7000_HILO_FIX): Define.
5405 * doc/c-mips.texi (-mfix7000): Describe.
5406
5407 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
5408
5409 * listing.c (print_lines): Remove unused variable `end'.
5410
5411 * config/tc-i386.c (md_assemble): Use `reloc()' to select reloc
5412 type for JumpInterSegment output. Use enum bfd_reloc_code_real for
5413 reloc_type when BFD_ASSEMBLER.
5414 (md_estimate_size_before_relax): Use enum bfd_reloc_code_real for
5415 reloc_type when BFD_ASSEMBLER. Move common code out of switch
5416 statement and quell signed vs. unsigned comparison warning.
5417
5418 2000-02-18 Nick Clifton <nickc@cygnus.com>
5419
5420 * config/tc-d10v.c (find_opcode): Add a symbol's value to
5421 the computed frag offset, rather than overwriting it.
5422
5423 Thu Feb 17 00:11:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5424
5425 * config/tc-sh.c ("elf/sh.h"): Include.
5426 (sh_dsp, valid_arch, reg_x, reg_y, reg_efg): New static variables.
5427 (md.begin): Initialize target_arch.
5428 Only include opcodes in has table that match selected architecture.
5429 (parse_reg): Recognize register names for sh-dsp.
5430 (parse_at): Recognize post-modify addressing.
5431 (get_operands): The leading space is now optional.
5432 (get_specific): Remove FDREG_N support. Add support for sh-dsp
5433 arguments. Update valid_arch.
5434 (build_Mytes): Add support for SDT_REG_N.
5435 (find_cooked_opcode): New function, broken out of md_assemble.
5436 (assemble_ppi, sh_elf_final_processing): New functions.
5437 (md_assemble): Use find_cooked_opcode and assemble_ppi.
5438 (md_longopts, md_parse_option): New option: -dsp.
5439 * config/tc-sh.h (elf_tc_final_processing): Define.
5440 (sh_elf_final_processing): Declare.
5441
5442 Fri Feb 11 14:21:51 2000 Jeffrey A Law (law@cygnus.com)
5443
5444 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create
5445 the unwinder subspace. Save the current seg/subseg before creating
5446 the new seg/subseg.
5447
5448 2000-02-10 Nick Clifton <nickc@cygnus.com>
5449
5450 * config/tc-mcore.c (INST_BYTE0): Redefine to handle big and
5451 little endian targets.
5452 (INST_BYTE1): Redefine to handle big and little endian
5453 targets.
5454 (cpu_type): New type: Select between M340 and M210.
5455 (parse_psrmod): New function: Parse the PSRCLR and PSRSET
5456 instructions of the M340.
5457 (md_assemble): Add support for the MULSH and OPSR classes of
5458 instructions.
5459 (md_atof): Add support for little endian targets.
5460 (md_parse_option): Add support for -EL, -EB and -mcpu command
5461 line switches.
5462 (md_convert_frag): Add support for little endian targets.
5463 (md_apply_fix3): Add support for little endian targets.
5464 (md_number_to_chars): Add support for little endian targets.
5465
5466 2000-02-10 Timothy Wall <twall@redhat.com>
5467
5468 * read.c (read_a_source_file): If TC_START_LABEL_WITHOUT_COLON is
5469 defined, use it to verify the symbol just read should be a label.
5470
5471 2000-02-10 Timothy Wall <twall@redhat.com>
5472
5473 * app.c (do_scrub_chars): Handle "||" for parallel instructions
5474 when DOUBLEBAR_PARALLEL is defined. Avoid stripping whitespace
5475 around colons when KEEP_WHITE_AROUND_COLON is defined.
5476 * doc/internals.texi (CPU backend): Document DOUBLEBAR_PARALLEL
5477 and KEEP_WHITE_AROUND_COLON.
5478
5479 2000-02-08 Timothy Wall <twall@redhat.com>
5480
5481 * read.c (s_rept): Call do_repeat, which abstracts the repeat
5482 logic.
5483 (do_repeat): New. Abstract repeat logic so that a "break" can be
5484 implemented.
5485 (end_repeat): New. Provide support for a "break" out of the
5486 repeat loop.
5487 * read.h: Add prototypes for new functions.
5488
5489 2000-02-08 Timothy Wall <twall@redhat.com>
5490
5491 * doc/internals.texi: Document NUMBERS_WITH_SUFFIX macro.
5492 * as.h: Provide a default NUMBERS_WITH_SUFFIX definition (zero).
5493 * expr.c: Handle numbers with suffixes if NUMBERS_WITH_SUFFIX is
5494 non-zero.
5495
5496 2000-02-08 Timothy Wall <twall@redhat.com>
5497
5498 * read.c: Added elseif to directives table.
5499 * read.h: Added prototype for s_elseif.
5500 * doc/as.texinfo: Added description for elseif.
5501 * cond.c (s_elseif): New function
5502
5503 2000-02-04 Timothy Wall <twall@redhat.com>
5504
5505 * listing.c (print_lines): Remove conditionals causing bug in
5506 listings.
5507
5508 2000-02-03 Timothy Wall <twall@cygnus.com>
5509
5510 * as.h: Define OCTETS_PER_BYTE and OCTETS_PER_BYTE_POWER
5511 default values.
5512 * frags.c (frag_new): Calculate fr_fix in octets
5513 (frag_now_fix) Return offset as target address offset (bytes).
5514 (frag_now_fix_octets) New - Return offset in octets (8-bit
5515 quantities).
5516 * frags.h: Added prototype for frag_now_fix_octets().
5517 Distinguish between octets and bytes in field descriptions.
5518 * listing.c (calc_hex): Account for octets vs bytes when
5519 printing addresses/offsets.
5520 (print_lines) Ditto. Also, if LISTING_WORD_SIZE is not 1, and
5521 target is little-endian, print the octets in a word in big-endian
5522 order so that the display looks like a proper hexadecimal number,
5523 instead of having the octets reversed.
5524 * read.c (do_align): When recording alignment, alignment power
5525 should be in terms of target bytes (minimum addressible unit)
5526 instead of octets.
5527 (do_org) Convert ORG target address (byte) argument into an
5528 octet offset when generating a variable fragment.
5529 * symbols.c (resolve_symbol_value): Symbol final value
5530 converted to a target address offset (bytes) from its octet offset.
5531 * config/obj-coff.c (coff_frob_symbol): Symbol target address
5532 offset (bytes) is adjusted by the frag offset (octets) converted
5533 to bytes.
5534 (coff_frob_section) Section alignment power is in terms of bytes;
5535 convert it to an octet alignment power when calculating size (and
5536 size mask) in octets. Don't modify the section size in order to
5537 "align" it for TI COFF, since that format has a different method
5538 for storing alignment information.
5539
5540 2000-02-01 Timothy Wall <twall@cygnus.com>
5541
5542 * stabs.c (generate_asm_file): Escape backslashes in stabs file
5543 entries, matching the way GCC generates them. If not escaped, the
5544 filename is encoded incorrectly.
5545
5546 2000-01-31 Nick Clifton <nickc@cygnus.com>
5547
5548 * config/tc-arm.c (reg_table): Add support for ATPCS register
5549 naming conventions.
5550
5551 2000-01-31 Geoff Keating <geoffk@cygnus.com>
5552
5553 * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define if
5554 already defined.
5555 * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES):
5556 New macro.
5557 * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag
5558 of a symbol when we really care about its value.
5559
5560 2000-01-19 Chandra Chavva <cchavva@cygnus.com>
5561
5562 * config/tc-mcore.c (md_assemble): Give warning message if
5563 operands passes to instruction are more than the spec.
5564
5565 2000-01-27 Thomas de Lellis <tdel@windriver.com>
5566
5567 * config/tc-arm.c (armadjust_symtab): If the assembler is in
5568 Thumb mode but the label seen was not declared as '.thumb_func'
5569 then set the ST_INFO type to STT_ARM_16BIT mode. This allows
5570 correct disassembly of Thumb code bounded by non function labels.
5571
5572 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
5573
5574 * Makefile.am (MULTI_CFILES): Add config/e-i386aout.c
5575 Add dependencies for e-i386aout.o. Fix 2 comment lines.
5576
5577 * Makefile.in: Same here.
5578 Update copyright.
5579
5580 * configure.in: Set bfd_gas for i386-aout when primary target
5581 is bfd. Handle i386aout emulation. Don't use te_file=multi, as
5582 we may need the primary te_file. Remove incorrect comment.
5583
5584 * configure: Regenerate.
5585
5586 * config/e-i386aout.c: New file.
5587
5588 * as.c (USE_EMULATIONS): Move to before print_version_id.
5589 (struct emulation): Add i386aout.
5590 (show_usage): Split text strings. Reformat -a text. Add --em
5591 help.
5592 Update copyright.
5593
5594 * obj.h (struct format_ops): Add s_get_other and s_get_desc.
5595 (aout_format_ops): New.
5596 Update copyright.
5597
5598 * read.c (s_lcomm_internal): Rewrite OBJ_AOUT,OBJ_BOUT
5599 preprocessor conditional and add aout USE_EMULATIONS tests.
5600 (read_a_source_file): Don't pass error strings to printf as
5601 format arg.
5602 Update copyright.
5603
5604 * gasp.c (exp_get_abs): Don't pass error strings to printf as
5605 format arg.
5606 (do_data): Same here.
5607 (process_file): And here.
5608 Update copyright.
5609
5610 * symbols.c (colon): Rewrite "already defined" fatal message
5611 code for aout with USE_EMULATIONS.
5612 Update copyright.
5613
5614 * config/obj-aout.c (OBJ_HEADER): Define.
5615 (obj_pseudo_table): Rename to aout_pseudo_table. Init all
5616 fields of sentinel.
5617 (obj_aout_frob_symbol): Expand S_GET_DESC, S_GET_TYPE,
5618 S_GET_OTHER, S_SET_TYPE macros since we don't need obj-multi
5619 forms here.
5620 (obj_aout_type): Expand S_SET_OTHER here too.
5621 (obj_read_begin_hook): Remove.
5622 (aout_pop_insert): New.
5623 (obj_aout_s_get_other): New.
5624 (obj_aout_s_get_desc): New.
5625 (aout_format_ops): New.
5626 Update copyright.
5627
5628 * config/obj-aout.h (obj_pop_insert): Define so non-multi usage
5629 gets aout_pseudo_table.
5630 (aout_pseudo_table): Declare.
5631 (obj_read_begin_hook): Define.
5632 Update copyright.
5633
5634 * config/obj-coff.c (obj_pseudo_table): Rename to
5635 coff_pseudo_table.
5636 (coff_pop_insert): Use coff_pseudo_table.
5637 (coff_sec_sym_ok_for_reloc): Remove.
5638 (coff_format_ops): Add 0 entries for s_get_size, s_set_size,
5639 and comment all zero entries and remove #if 0 code.
5640 Update copyright.
5641
5642 * config/obj-coff.h (obj_pop_insert): Define.
5643 (coff_pseudo_table): Declare.
5644 Update copyright.
5645
5646 * config/obj-ecoff.c (ecoff_format_ops): Add 0 entries for
5647 s_get_size, s_set_size. Comment all zero entries.
5648 Update copyright.
5649
5650 * config/obj-elf.c (elf_s_get_other): New function.
5651 (obj_read_begin_hook): Rename to elf_obj_read_begin_hook.
5652 (obj_symbol_new_hook): Rename to elf_obj_symbol_new_hook.
5653 (elf_format_ops): Add elf_s_get_other, 0 s_get_size entry, and
5654 comment.
5655 (obj_elf_parse_section_letters): Don't pass error strings to
5656 printf as format arg.
5657 Update copyright.
5658
5659 * config/obj-elf.h (ECOFF_DEBUGGING): Define when
5660 OBJ_MAYBE_ECOFF.
5661 (elf_s_get_other): Declare.
5662 (S_GET_OTHER) Define as elf_s_get_other if not already
5663 defined.
5664 (S_SET_OTHER): Only define when not already defined.
5665 (elf_obj_read_begin_hook): Declare.
5666 (obj_read_begin_hook): Define.
5667 (elf_obj_symbol_new_hook): Declare.
5668 (obj_symbol_new_hook): Define.
5669 Update copyright.
5670
5671 * config/obj-multi.h: Add copyright header and protect against
5672 multiple inclusion. Add * to all function pointers.
5673 (OBJ_HEADER): If defined, include it rather than other defines
5674 in this file.
5675 (obj_frob_file_after_relocs): Test for NULL.
5676 (obj_symbol_new_hook): Here too.
5677 (obj_sec_sym_ok_for_reloc): And here.
5678 (S_GET_OTHER): Define.
5679 (S_GET_DESC): Define.
5680 (ECOFF_DEBUGGING): Remove as it's done in obj-elf.h
5681 (OBJ_MAYBE_ELF): Update comment.
5682
5683 * config/tc-i386.c (i386_immediate): Add OBJ_MAYBE_AOUT to
5684 OBJ_AOUT preprocessor conditional and handle emulation by
5685 testing OUTPUT_FLAVOR.
5686 (i386_displacement): Here too.
5687 (md_section_align): Similarly here.
5688 (i386_target_format): Conditionally compile when more than one
5689 of OBJ_MAYBE_{ELF,COFF,AOUT} defined. Add aout case.
5690 (i386_immediate): Fix error message for aout BFD_ASSMBLER.
5691 (i386_displacement): Here too.
5692 Update copyright.
5693
5694 * config/tc-i386.h (AOUT_TARGET_FORMAT): Define for each TE_*.
5695 Define TARGET_FORMAT for aout only when not multi.
5696 Update copyright.
5697
5698 * config/te-multi.h: Delete file as it's identical to te-generic.h
5699
5700 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
5701
5702 * config/tc-i386.h (DWORD_MNEM_SUFFIX): Delete.
5703 * config/tc-i386.c (DWORD_MNEM_SUFFIX): Rename all occurrences to
5704 LONG_MNEM_SUFFIX.
5705
5706 * config/tc-i386.h (INTEL_DWORD_MNEM_SUFFIX): Rename to
5707 DWORD_MNEM_SUFFIX.
5708 * config/tc-i386.c (INTEL_DWORD_MNEM_SUFFIX): Here too. Fix some
5709 comments.
5710
5711 2000-01-13 Clinton Popetz <cpopetz@cygnus.com>
5712
5713 * config/tc-mips.c (mips_do_align): New function.
5714 * config/tc-mips.h (md_do_align): Define.
5715
5716 2000-01-10 Philip Blundell <philb@gnu.org>
5717
5718 * doc/c-arm.texi (ARM Options): Fix typo.
5719 (ARM-Chars): Correct description of `#'. Mention that `;' is a
5720 line separator for Linux.
5721 * doc/as.texinfo (Comments): Mention the ARM.
5722
5723 2000-01-10 Philip Blundell <pb@futuretv.com>
5724
5725 * configure.in (arm*-*-conix*): New target.
5726 (arm*-*-linux-gnu*): Match instead of arm-*-linux* and
5727 armv*-*-linux-gnu.
5728 * configure: Regenerate.
5729
5730 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
5731
5732 * config/obj-elf.c (elf_pseudo_table): Define visibility pseudos.
5733 (obj_elf_visibility): New function.
5734
5735 * doc/as.texinfo (Visibility): New node: document visibility
5736 pseudo ops.
5737
5738 For older changes see ChangeLog-9899