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