* read.c: Convert to ISO-C.
[binutils-gdb.git] / gas / ChangeLog
1 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
2
3 * read.c: Convert to ISO-C.
4 * read.h: Likewise.
5
6 2003-11-27 Nick Clifton <nickc@redhat.com>
7
8 * config/tc-sh.c (sh_elf_cons): If md_cons_align is defined
9 call it to make sure that the constants that are going to be
10 emitted are correctly aligned.
11
12 2003-11-27 Alexandre Oliva <aoliva@redhat.com>
13
14 * config/tc-frv.c (md_pcrel_from_section): Don't adjust when
15 referencing symbol in a different section.
16
17 2003-11-26 Christian Groessler <chris@groessler.org>
18
19 * config/tc-z8k.c (s_segm): Fix indentation.
20 (md_apply_fix3): Likewise.
21 (cc_names): Add alias names for the names generated by the
22 disassembler.
23 (get_cc_operand): Be case insensitive.
24 (get_operands): Improve error handling for cc operands.
25 (check_operand): Not used, remove.
26 (md_assemble): Remove unused variable prev_opcode. Skip
27 whitespace until end-of-line only. Restore *op_end after call to
28 hash_find.
29
30 2003-11-26 Nick Clifton <nickc@redhat.com>
31
32 * config/tc-h8300.c (get_operand): Allow er4-er7 for ldm/stm
33 instructions on the H8SX.
34
35 2003-11-25 Kazu Hirata <kazu@cs.umass.edu>
36
37 * config/tc-h8300.c (h8_exp): Remove.
38
39 2003-11-25 Asgari Jinia <asgarij@kpitcummins.com>
40
41 * config/tc-h8300.c (md_assemble): Check operands validity for
42 ldm/stm.
43 (get_operand): Check register pair's validity as per technical
44 note TN-H8*-193A/E from Renesas for H8s and for H8Sx manual.
45
46 2003-11-24 Kazu Hirata <kazu@cs.umass.edu>
47
48 * listing.c: Convert to ISO-C.
49 * listing.h: Likewise.
50 * macro.c: Likewise.
51 * macro.h: Likewise.
52
53 2003-11-24 Jakub Jelinek <jakub@redhat.com>
54
55 * app.c (do_scrub_chars): Add PUT (ch) and ch = GET ()
56 when transitioning from states 14 or 15 to 0 or 1.
57
58 2003-11-23 Kazu Hirata <kazu@cs.umass.edu>
59
60 * hash.c: Convert to ISO-C.
61 * hash.h: Likewise.
62 * input-file.c: Likewise.
63 * input-file.h: Likewise.
64 * input-scrub.c: Likewise.
65 * itbl-ops.c: Likewise.
66 * itbl-ops.h: Likewise.
67
68 2003-11-23 Kazu Hirata <kazu@cs.umass.edu>
69
70 * config/tc-h8300.c (Hmode): Make it global.
71 (Smode): Likewise.
72 (Nmode): Likewise.
73 (SXmode): Likewise.
74
75 2003-11-22 Kazu Hirata <kazu@cs.umass.edu>
76
77 * ehopt.c: Convert to ISO-C.
78 * emul.h: Likewise.
79 * expr.c: Likewise.
80 * expr.h: Likewise.
81 * flonum-copy.c: Likewise.
82 * flonum-mult.c: Likewise.
83 * flonum.h: Likewise.
84 * frags.c: Likewise.
85 * frags.h: Likewise.
86
87 2003-11-22 Alan Modra <amodra@bigpond.net.au>
88
89 * doc/c-ppc.texi (PowerPC-Pseudo): Add section.
90
91 * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.
92
93 2003-11-21 Kazu Hirata <kazu@cs.umass.edu>
94
95 * ecoff.c: Convert to ISO-C.
96 * ecoff.h: Likewise.
97
98 2003-11-22 Alan Modra <amodra@bigpond.net.au>
99
100 * config/tc-ppc.c (parse_cpu): New function, broken out from..
101 (md_parse_option): ..here.
102 (ppc_setup_opcodes): New function, broken out from..
103 (md_begin): ..here.
104 (ppc_machine): Implement .machine pseudo op.
105
106 2003-11-20 Kazu Hirata <kazu@cs.umass.edu>
107
108 * depend.c: Convert to ISO-C.
109 * dwarf2dbg.c: Likewise.
110 * dwarf2dbg.h: Likewise.
111
112 2003-11-20 Kazu Hirata <kazu@cs.umass.edu>
113
114 * app.c: Convert to ISO-C.
115 * as.h: Likewise.
116 * atof-generic.c: Likewise.
117 * bignum-copy.c: Likewise.
118 * bignum.h: Likewise.
119 * cgen.c: Likewise.
120 * cgen.h: Likewise.
121 * cond.c: Likewise.
122
123 2003-11-20 DJ Delorie <dj@redhat.com>
124
125 * config/tc-sh64.c (shmedia_frob_section): Only frob elf32
126 sections.
127
128 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
129
130 * config/tc-h8300.c: Make some functions and global
131 variables static appropriately.
132
133 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
134
135 * config/obj-ieee.c: Remove duplicate prototypes.
136 * config/tc-h8300.c: Likewise.
137
138 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
139
140 * config/tc-h8300.c: Convert to ISO-C.
141 * config/tc-h8300.h: Likewise.
142
143 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
144
145 * config/tc-mcore.h: Remove prototypes already in tc.h.
146 * config/tc-tic4x.c: Likewise.
147
148 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
149
150 * config/tc-arc.c: Remove a local prototype of atof_ieee.
151 * config/tc-ip2k.c: Likewise.
152 * config/tc-iq2000.c: Likewise.
153 * config/tc-tic30.c: Remove a comment.
154
155 2003-11-19 Bob Wilson <bob.wilson@acm.org>
156
157 * config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add
158 call to dwarf2_emit_insn.
159
160 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
161
162 * config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"
163 for loading addresses using CALL relocations.
164 Don't emit CALL relocations when a base register is used.
165
166 2003-11-15 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
167
168 * config/tc-mips.c: Formatting fixes.
169
170 2003-11-14 Ben Elliston <bje@wasabisystems.com>
171
172 * config/tc-arm.c (arm_elf_change_section): Not static.
173
174 2003-11-13 Nick Clifton <nickc@redhat.com>
175
176 * tc-arm.c (mapping_state): New function. Emit a mapping
177 symbol if necessary.
178 (arm_elf_change_section): New function. Intercept section
179 changes and generate mapping symbols.
180 (s_bss): Likewise.
181 (s_arm_elf_cons): Likewise.
182 (opcode_select): Choose the correct mapping state.
183 (md_assemble): Likewise.
184 * tc-arm.h (md_elf_section_change_hook): Define.
185 * doc/c-arm.texi (ARM Mapping Symbols): New node.
186 * NEWS: Mention new feature.
187
188 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
189
190 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Define.
191 * doc/Makefile.am (install-info): Define.
192
193 * aclocal.m4: Regenerate.
194 * Makefile.in: Regenerate.
195 * doc/Makefile.in: Regenerate.
196
197 2003-11-11 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
198
199 * configure.in: Add support for arm-wince-pe target.
200 * configure: Regenerate.
201
202 2003-11-11 Jan Hubicka <jh@suse.cz>
203
204 * config/tc-i386.c (tc_i386_fix_adjustable):
205
206 2003-11-10 Alan Modra <amodra@bigpond.net.au>
207
208 * config/tc-ia64.c (ia64_handle_align): Remove bogus be_nop.
209
210 2003-11-10 Alan Modra <amodra@bigpond.net.au>
211
212 * README: Update bug report address. Move bug reporting info to
213 binutils/README.
214
215 2003-11-07 Christian Groessler <chris@groessler.org>
216
217 * doc/c-z8k.texi: Document command-line options. Fix byte
218 register names. Document '.z8001' and '.z8002' directives.
219 Extend addressing modes documentation.
220
221 2003-11-07 Jonathan R. Grant <jg-binutils@jguk.org>
222
223 * input-file.c (input_file_open): Use "No such file" error
224 message.
225
226 2003-11-06 Pete Gonzalez <pgonzalez@bluel.com>
227
228 * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
229 (rn_table, iwmmxt_table, cp_table, cn_table, fn_table, sn_table,
230 dn_table, mav_mvf_table, mac_mvd_table, mav_mvfx_table,
231 mav_mvax_table, mav_dspc_table): Initialise new field.
232 (insert_reg_alias): Initialise new field.
233 (md_pseudo_table): Add "unreq" entry.
234 (s_unreq): New function: Undo the effects of a previous .req.
235 * doc/c-arm.texi: Document new pseudo op.
236 * NEWS: Mention new feature.
237
238 2003-11-06 Bruno Rohee <bruno@rohee.com>
239
240 * config/obj-vms.c: Fix "the the" typo.
241 * doc/c-arm.texi: Likewise.
242
243 2003-11-06 Nick Clifton <nickc@redhat.com>
244
245 * config/obj-vms.c: Convert to ISO-C.
246
247 2003-11-05 Alan Modra <amodra@bigpond.net.au>
248
249 * config/tc-ppc.h (TC_FORCE_RELOCATION): Only define for ELF and XCOFF.
250
251 2003-10-31 Christian Groessler <chris@groessler.org>
252
253 * config/tc-i860.c (md_pcrel_from): Fix typo in comment.
254
255 2003-10-29 Phil Edwards <phil@codesourcery.com>
256
257 * configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks,
258 ppc-*-vxworks, ppc-*-windiss): Remove separate outdated stanzas.
259 (*-*-vxworks, *-*-windiss): Use common stanzas, all ELF.
260 * configure: Regenerated.
261
262 2003-10-27 Kazu Hirata <kazu@cs.umass.edu>
263
264 * ChangeLog: Fix typos.
265 * ChangeLog-9295: Likewise.
266 * as.c: Fix comment typos.
267 * as.h: Likewise.
268 * atof-generic.c: Likewise.
269 * bit_fix.h: Likewise.
270 * frags.h: Likewise.
271 * hash.c: Likewise.
272 * input-file.c: Likewise.
273 * input-scrub.c: Likewise.
274 * itbl-ops.c: Likewise.
275 * itbl-parse.y: Likewise.
276 * listing.c: Likewise.
277 * macro.h: Likewise.
278 * read.c: Likewise.
279 * sb.c: Likewise.
280 * sb.h: Likewise.
281 * symbols.c: Likewise.
282 * symbols.h: Likewise.
283
284 2003-10-27 Stephane Carrez <stcarrez@nerim.fr>
285
286 * config/tc-m68hc11.c: Convert to ISO C90.
287 * config/tc-m68hc11.h: Likewise.
288
289 2003-10-26 Kazu Hirata <kazu@cs.umass.edu>
290
291 * doc/c-sh64.texi: Fix a typo.
292
293 2003-10-26 Kazu Hirata <kazu@cs.umass.edu>
294
295 * doc/c-alpha.texi: Fix typos.
296 * doc/c-ia64.texi: Likewise.
297 * doc/c-mmix.texi: Likewise.
298 * doc/c-sh64.texi: Likewise.
299 * doc/c-xtensa.texi: Likewise.
300 * doc/internals.texi: Likewise.
301
302 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
303
304 * config/obj-elf.c (obj_elf_change_section): Allow SHF_ALLOC
305 for .interp, .strtab and .symtab. Use specified section
306 attributes.
307
308 2003-10-22 Andreas Schwab <schwab@suse.de>
309 H.J. Lu <hongjiu.lu@intel.com>
310 Jim Wilson <wilson@specifixinc.com>
311
312 * config/tc-ia64.c (update_qp_mutex): New.
313 (note_register_values): Properly handle one of PRs in compare
314 is PR0. Don't add a mutex relation for .and.orcm/.or.andcm.
315 Clear mutex relation for .none/.unc. Don't clear mutex relation
316 on predicated compare.
317
318 2003-10-21 Wouter van Heyst <wouter@vidicode.nl>
319
320 * config/tc-arm.c (all_reg_maps): Correct text describing Maverick
321 register requirements.
322 (md_begin): Remove F_SOFT_FLOAT if enabling MAVERICK FP.
323
324 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
325 Bernardo Innocenti <bernie@develer.com>
326
327 * config/tc-m68k.c: Add MCF528x (MCFv4) support.
328 * config/m68k-parse.h: Likewise.
329 * NEWS: Mention the new support.
330 * doc/c-m68k.texi: Document new processor selection switch.
331
332 2003-10-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
333
334 * config/tc-mips.c (normalize_constant_expr): New function to fix sign
335 extensions broken by gas' expression evaluation of constants.
336 (check_absolute_expr): Use it.
337 (mips_ip): Likewise.
338
339 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
340
341 Generate BFD_RELOC_MMIX_PUSHJ_STUBBABLE for PUSHJ when possible.
342 * doc/c-mmix.texi (MMIX-Opts): Document --no-pushj-stubs and
343 --no-stubs.
344 * config/tc-mmix.c: Include limits.h. Expand on mmix_relax_table
345 comment.
346 (expand_op, mmix_next_semicolon_is_eoln): Fix head comment.
347 (pushj_stubs): New variable.
348 (OPTION_NOPUSHJSTUBS, STATE_PUSHJSTUB, PUSHJSTUB_MIN)
349 (PUSHJSTUB_MAX): New macros.
350 (md_longopts): New options "--no-pushj-stubs" and synonym
351 "--no-stubs".
352 (mmix_relax_table): Handle new entry for STATE_PUSHJSTUB.
353 (md_parse_option): Handle OPTION_NOPUSHJSTUBS.
354 (md_estimate_size_before_relax): Modify STATE_PUSHJ state for
355 PUSHJ stub relaxation.
356 (md_convert_frag): Handle STATE_PUSHJSTUB.
357 (md_apply_fix3): Handle BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
358 (tc_gen_reloc): Ditto.
359 (mmix_md_relax_frag): Handle PUSHJ stub relaxation.
360 * config/tc-mmix.h (TC_SEGMENT_INFO_TYPE): Define.
361 (struct mmix_segment_info_type): New.
362
363 2003-10-17 Paul Dale <pauli@snapgear.com>
364 Bernardo Innocenti <bernie@develer.com>
365
366 * config/tc-m68k.c (make_pcrel_absolute): Enforce
367 PC-relative jumps with --pcrel.
368 (md_convert_frag_1): Likewise.
369 (md_create_long_jump): Likewise.
370
371 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
372
373 * config/tc-h8300.c (PSIZE): Correct for Normal mode.
374 (get_operand): Accept both 16 bit 32 bit registers as pointer
375 registers, when operating in Normal mode.
376 (fix_operand_size): Make default address size 16 for Normal mode.
377
378 2003-10-17 Ian Lance Taylor <ian@wasabisystems.com>
379
380 * config/tc-arm.c (do_iwmmxt_byte_addr): Reject control
381 registers.
382 (do_iwmmxt_word_addr): With a control register, reject conditional
383 execution and reject a non-word size.
384
385 2003-10-16 Peter Bergner <bergner@vnet.ibm.com>
386
387 * configure.in: Set em=linux for ppc-*-linux-gnu* target.
388 * configure: Regenerate.
389
390 2003-10-15 Alan Modra <amodra@bigpond.net.au>
391
392 * doc/as.texinfo (Align): Correct list of byte targets.
393
394 2003-10-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
395
396 * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
397 Fix indentation. Better error message.
398
399 2003-10-14 Bob Wilson <bob.wilson@acm.org>
400
401 * config/tc-xtensa.c (xtensa_create_property_segments): Remove bfd
402 argument in call to xtensa_get_property_section_name. Formatting.
403
404 2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
405
406 * config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
407 parenthesis.
408
409 2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
410
411 * config/tc-sh.c: Convert to ISO C90. Remove unnecessary
412 prototypes and casts.
413 * config/tc-sh.h: Likewise.
414 * config/tc-sh64.c: Likewise.
415 * config/tc-sh64.h: Likewise.
416
417 2003-10-08 Dave Brolley <brolley@redhat.com>
418
419 * config/tc-frv.c (fr550_check_insn_acc_range): New function.
420 (fr550_check_acc_range): New function.
421 (md_assemble): Call fr550_check_acc_range.
422
423 2003-10-08 Dave Brolley <brolley@redhat.com>
424
425 * config/tc-frv.c: Handle DEFAULT_CPU_FR550.
426 (md_parse_option): Handle OPTION_CPU==fr550.
427 (md_show_usage): Document fr550.
428
429 2003-10-08 Philippe De Muyter <phdm@macqel.be>
430
431 * as.c (use_gnu_debug_info_extensions) : New variable.
432 (parse_args) : Accept new --gstabs+ option, and set
433 `use_gnu_debug_info_extensions'.
434 (show_usage) : Document --gstabs+ option.
435 * as.h (use_gnu_debug_info_extensions) : New extern declaration.
436 * stabs.c (stabs_generate_asm_file) : If
437 `use_gnu_debug_info_extensions' is set, add the compilation
438 directory to the stabs debug info.
439 * doc/as.texinfo : Document --gstabs+ option.
440 * NEWS: Mention new feature.
441
442 2003-10-06 Matt Thomas <matt@3am-software.com>
443
444 Switch NetBSD/hppa to use Linux PA-RISC ELF ABI and
445 assembler syntax.
446
447 * tc-hppa.c: Add "%farg[0-3]", "%fret", "%t[1-4]", "%tf[1-4]"
448 register names. Change all "defined (TE_LINUX)" to
449 "(defined (TE_LINUX) || defined (TE_NETBSD))".
450
451 * tc-hppa.h: Make NetBSD use "elfXX-hppa-linux" bfd target.
452 Remove NetBSD's use of LABELS_WITHOUT_COLONS.
453
454 2003-10-06 Robert Millan <robertmh@gnu.org>
455
456 * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
457 * configure: Regenerate.
458
459 2003-10-05 Nick Clifton <nickc@redhat.com>
460
461 * as.c (parse_args): Revert patch to change handling of -f
462 option. Its behaviour is mandated by the POSIX 2 spec.
463
464 2003-10-04 Christian Groessler <chris@groessler.org>
465
466 * tc-z8k.c (newfix): Tell fix_new_exp about pc relativeness.
467 (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases.
468 (md_pcrel_from): This function now gets called. Supply return
469 value.
470
471 2003-10-04 Nick Clifton <nickc@redhat.com>
472
473 * as.c: Convert to ISO C90.
474
475 2003-10-04 Nick Clifton <nickc@redhat.com>
476
477 * as.c (std_shortopts): Remove 'f'.
478 (std_longopts): Add 'f'. Doing this prevents -f<foo> being
479 acecpted as an alias for -f.
480
481 2003-10-04 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
482
483 * config/obj-coff.c (obj_coff_section [BEF_ASSEMBLER]):
484 Make 'r' mean readonly data.
485
486 2003-10-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
487
488 * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
489 Unbreak overflow checks.
490
491 2003-10-01 Chris Demetriou <cgd@broadcom.com>
492
493 * config/tc-mips.c (s_cpreturn): Correct errors in comment.
494
495 2003-10-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
496
497 * config/tc-mips.c (macro_build_ldst_constoffset): Fix sign extension
498 tests.
499 (load_register): Likewise.
500 (macro): Likewise.
501
502 2003-09-30 Chris Demetriou <cgd@broadcom.com>
503
504 * config/tc-mips.c (mips_ip): Capitalize first word of
505 existing condition code warning, and add condition code
506 warnings for .ps instructions, and for bc1any[24][tf].
507
508 2003-09-30 Chris Demetriou <cgd@broadcom.com>
509
510 * NEWS: Mention support for MIPS64 Release 2.
511
512 2003-09-30 Chris Demetriou <cgd@broadcom.com>
513
514 * NEWS: Add an indication of the cutoff for 2.14.
515
516 2003-09-30 Chris Demetriou <cgd@broadcom.com>
517
518 * configure.in (mipsisa64r2, mipsisa64r2el, mipsisa64r2*): New CPUs.
519 * configure: Regenerate.
520 * config/tc-mips.c (imm2_expr): New variable.
521 (md_assemble, mips16_ip): Initialize imm2_expr.
522 (ISA_HAS_64BIT_REGS, ISA_HAS_DROR, ISA_HAS_ROR): Add ISA_MIPS64R2.
523 (macro_build): Handle +A, +B, +C, +E, +F, +G, and +H format operands.
524 (macro): Handle M_DEXT and M_DINS.
525 (validate_mips_insn): Handle +E, +F, +G, +H, and +I format operands.
526 (mips_ip): Likewise.
527 (OPTION_MIPS64R2): New define.
528 (md_longopts): New entry for -mips64r2 (OPTION_MIPS64R2).
529 OPTION_ASE_BASE): Increase to compensate for OPTION_MIPS64R2.
530 (md_parse_option): Handle OPTION_MIPS64R2.
531 (s_mipsset): Handle setting "mips64r2" ISA.
532 (mips_cpu_info_table): Add mips64r2.
533 (md_show_usage): Document -mips64r2 option.
534 * doc/as.texinfo: Docuemnt -mips64r2 option.
535 * doc/c-mips.texi: Likewise.
536
537 2003-09-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
538
539 * config/tc-hppa.c (pa_ip): Check for invalid 64-bit conditions.
540
541 2003-09-26 Matt Thomas <matt@3am-software.com>
542
543 * config/tc-vax.c (md_shortopts): Fix a typo. Remove 'K'.
544 (OPTION_PIC): Define.
545 (md_longopts): Add "pic" option.
546 (md_parse_option): Change 'K' to OPTION_PIC.
547
548 2003-09-23 Alan Modra <alan@modra.org>
549
550 * config/obj-elf.c (obj_elf_change_section): Adjust for
551 _bfd_elf_get_sec_type_attr changes. Allow SHF_MERGE and SHF_STRINGS
552 to be set when defaults are not. Don't set attr from defaults if
553 old_sec.
554
555 2003-09-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
556
557 * config/tc-mips.c (macro_build_ldst_constoffset): Don't silently
558 truncate values which won't fit im 32 bits.
559 (load_register): Likewise.
560 (macro): Likewise.
561
562 2003-09-17 Dmitry Diky <diwil@mail.ru>
563
564 * config/tc-msp430.c (MAX_OP_LEN): Set to 256.
565 (msp430_operands): Remove redundant l2[16] within switch-case.
566
567 2003-09-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569 * configure.in: Handle arm-*-rtems* and thumb-*rtems*.
570 * configure: Regenerate.
571
572 2003-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
573
574 * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): Remove.
575 (macro_build_ldst_constoffset): Sign-extend 32-bit constants. Change
576 the function prototype.
577 (load_register): Likewise. Simplify the checks for sign-extended
578 constants.
579 (macro): Likewise. Fix code generation for 64-bit address constants
580 outside the 32-bit compatibility space. Adjust
581 macro_build_ldst_constoffset calls.
582 (s_cprestore): Adjust macro_build_ldst_constoffset call.
583
584 2003-09-11 Bob Wilson <bob.wilson@acm.org>
585
586 * config/tc-xtensa.c (insn_labels, free_insn_labels, saved_insn_labels,
587 literal_syms): New global variables.
588 (xtensa_define_label, add_target_symbol, xtensa_find_label,
589 map_over_defined_symbols, is_loop_target_label,
590 xtensa_mark_target_fragments, xtensa_move_frag_symbol,
591 xtensa_move_frag_symbols, defined_symbols, branch_targets): Delete.
592 (xtensa_begin_directive): Call md_flush_pending_output. Move symbols
593 from insn_labels to saved_insn_labels when entering a literal region.
594 (xtensa_end_directive): Call md_flush_pending_output. Restore
595 insn_labels list when leaving a literal region.
596 (xtensa_literal_position): Call xtensa_clear_insn_labels.
597 (xtensa_literal_pseudo): Add check to disallow .literal inside a
598 literal region. Move insn_labels to saved_insn_labels and then restore
599 insn_labels on exit.
600 (xg_add_branch_and_loop_targets): Replace add_target_symbol calls with
601 code to set is_loop_target or is_branch_target flag on the symbol
602 (xtensa_create_literal_symbol): Call xtensa_add_literal_sym.
603 (xtensa_add_literal_sym, xtensa_add_insn_label,
604 xtensa_clear_insn_labels): New functions.
605 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
606 loops_ok argument. Rewrite to use insn_labels list instead of
607 calling xtensa_find_label and to check the is_loop_target flag on
608 symbols when loops_ok is false.
609 (xtensa_frob_label): Remove call to xtensa_define_label. Add call
610 to either xtensa_add_literal_sym or xtensa_add_insn_label. Adjust
611 call to xtensa_move_labels. Propagate is_branch_target and
612 is_loop_target flags from symbols to frags.
613 (xtensa_flush_pending_output): Call xtensa_clear_insn_labels.
614 (md_assemble): Use xtensa_move_labels with loops_ok = FALSE when
615 aligning a loop instruction. Adjust call to xtensa_move_labels for
616 aligning entry instructions. Add call to xtensa_clear_insn_labels.
617 (xtensa_end): Remove call to xtensa_mark_target_fragments.
618 (xtensa_move_literals): Replace xtensa_move_frag_symbols call with
619 code to use new literal_syms list.
620 * config/tc-xtensa.h (xtensa_symfield_type): Add is_loop_target and
621 is_branch_target flags.
622
623 2003-09-09 Bob Wilson <bob.wilson@acm.org>
624
625 * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove
626 "move_labels" argument and corresponding call to xtensa_move_labels.
627 (md_assemble): Add a separate call to xtensa_move_labels and remove
628 argument for call to xtensa_mark_literal_pool_location.
629 (xtensa_literal_position, xtensa_switch_to_literal_fragment): Fix
630 calls to xtensa_mark_literal_pool_location.
631 (xtensa_create_local_symbol): Delete and inline the code into...
632 (xtensa_create_literal_symbol): ...here.
633 (xtensa_frob_label): Combine conditionals.
634 (expression_maybe_register, xtensa_symbol_new_hook,
635 fix_new_exp_in_seg): Use symbol_get_tc.
636
637 2003-09-09 Bob Wilson <bob.wilson@acm.org>
638
639 * config/tc-xtensa.c (xtensa_literal_pseudo): Remove code for
640 combining identical literals.
641 (expression_maybe_register): Remove call to find_lit_sym_translation.
642 (is_duplicate_expression, cache_literal, is_duplicate_literal,
643 add_lit_sym_translation, find_lit_sym_translation): Delete.
644
645 2003-09-07 Nick Clifton <nickc@redhat.com>
646
647 * doc/as.texinfo (Comments): Comment character for PPC is #.
648
649 2003-09-06 Stephane Carrez <stcarrez@nerim.fr>
650
651 PR savannah/4358:
652 * config/tc-m68hc11.c (s_m68hc11_relax): Use 2 for size to avoid
653 overflow complain.
654
655 2003-09-05 Richard Sandiford <rsandifo@redhat.com>
656
657 * config/tc-frv.c (md_pcrel_from_section): Heed TC_FORCE_RELOCATION.
658
659 2003-09-04 Nick Clifton <nickc@redhat.com>
660
661 * config/tc-v850.c (set_machine): Accept v850e1 machine number.
662 (md_pseudo_table): Add .v850e1 pseudo op.
663 (md_show_usage): Document -mv850e1 switch.
664 (md_parse_option): Accept -mv850e1 switch.
665 (md_begin): Allow TARGET_CPU to be v850e1.
666 * doc/c-v850.texi: Document -mv850e1 switch and .v850e1 pseudo op.
667 * NEWS: Mention support for v850e1.
668
669 2003-09-04 Alan Modra <amodra@bigpond.net.au>
670
671 * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existing
672 ppc_cpu selection rather than replacing.
673 (ppc_set_cpu): Ignore and preserve PPC_OPCODE_ANY in ppc_cpu.
674 (md_begin): When PPC_OPCODE_ANY, insert all opcodes in ppc_hash.
675
676 2003-09-03 Robert Millan <robertmh@gnu.org>
677
678 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu
679 triplet.
680 * configure: Regenerate.
681
682 2003-09-02 Daniel Jacobowitz <drow@mvista.com>
683
684 * configure.in: Update AC_PREREQ to 2.57. Use AC_CONFIG_FILES
685 and AC_CONFIG_COMMANDS instead of the three-argument AC_OUTPUT.
686 Specify AC_CONFIG_AUX_DIR.
687 * aclocal.m4: Regenerated with aclocal-1.7.
688 * configure: Regenerated with autoconf 2.57.
689 * Makefile.in, doc/Makefile.in: Regenerated with automake-1.7.
690
691 2003-08-29 Jakub Jelinek <jakub@redhat.com>
692
693 * dw2gencfi.c (cfi_pseudo_table): Add cfi_window_save.
694 (dot_cfi, output_cfi_insn): Handle DW_CFA_GNU_window_save.
695 (output_cie): Don't use DW_EH_PE_pcrel if neither DIFF_EXPR_OK
696 nor tc_cfi_emit_pcrel_expr are defined.
697 (output_fde): Use tc_cfi_emit_pcrel_expr if available and
698 DIFF_EXPR_OK is not defined.
699 * config/tc-sparc.h (TARGET_USE_CFIPOP): Define.
700 (tc_cfi_frame_initial_instructions, tc_regname_to_dw2regnum,
701 tc_cfi_emit_pcrel_expr): Define.
702 (sparc_cfi_frame_initial_instructions, sparc_regname_to_dw2regnum,
703 sparc_cfi_emit_pcrel_expr): New prototypes.
704 (sparc_cie_data_alignment): New decl.
705 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Define.
706 * config/tc-sparc.c: Include dw2gencfi.h.
707 (sparc_cie_data_alignment): New variable.
708 (md_begin): Initialize it.
709 (sparc_cfi_frame_initial_instructions): New function.
710 (sparc_regname_to_dw2regnum): Likewise.
711 (sparc_cfi_emit_pcrel_expr): Likewise.
712 * doc/as.texinfo: Document .cfi_window_save.
713
714 * config/tc-sparc.c (s_common): Cast last argument to long and
715 change format string to shut up warning.
716
717 2003-08-25 Jason Eckhardt <jle@rice.edu>
718
719 * doc/c-i860.texi: Update text about relocatable address expansions.
720
721 2003-08-24 Jason Eckhardt <jle@rice.edu>
722
723 * config/tc-i860.c (md_assemble): Use isrc2 from the original
724 instruction when expanding E_ADDR.
725
726 2003-08-21 Nick Clifton <nickc@redhat.com>
727
728 * po/tr.po: Updated Turkish translation.
729
730 2003-08-20 Alan Modra <amodra@bigpond.net.au>
731
732 * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ISEL and
733 PPC_OPCODE_RFMCI to -m440 selected ppc_cpu.
734
735 2003-08-19 Nick Clifton <nickc@redhat.com>
736
737 * config/tc-arm.c (cp_address_required_here): Add code to handle
738 unindexed addressing mode.
739
740 2003-08-19 Alan Modra <amodra@bigpond.net.au>
741
742 * config/tc-ppc.c (md_parse_option): Handle -m440.
743 (md_show_usage): Add -m440.
744 (md_apply_fix3): Warning fix.
745 * doc/c-ppc.texi: Document -m440.
746
747 2003-08-16 Benjamin Kalytta <bkausbk@web.de>
748
749 * read.c (s_print): Check for NULL.
750
751 2003-08-16 Alan Modra <amodra@bigpond.net.au>
752
753 * write.c (fixup_segment): When handling an expression involving
754 the subtraction of two symbols in the same segment, don't clear
755 fx_pcrel except for TC_M68K.
756
757 2003-08-14 Alan Modra <amodra@bigpond.net.au>
758
759 * config/tc-i386.h: Remove BFD_ASSEMBLER tests and all !BFD_ASSEMBLER
760 code.
761 * config/tc-i386.c: Likewise.
762 (RELOC_ENUM): Don't define. Replace throughout with enum.
763
764 * dep-in.sed: Remove libintl.h. Ignore include/fopen-*.h
765 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
766 Run "make dep-am".
767 * Makefile.in: Regenerate.
768
769 2003-08-08 Andreas Schwab <schwab@suse.de>
770
771 * config/tc-m68k.h (TARGET_USE_CFIPOP)
772 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT)
773 (tc_regname_to_dw2regnum, tc_cfi_frame_initial_instructions):
774 Define.
775 * config/tc-m68k.c: Include "dw2gencfi.h".
776 (tc_m68k_regname_to_dw2regnum)
777 (tc_m68k_frame_initial_instructions): New functions.
778
779 2003-08-08 Dmitry Diky <diwil@mail.ru>
780
781 * config/tc-msp430.c: Add xW42 and xE42 parts. Sort MPU list
782 according to gcc order.
783
784 2003-08-07 Jason Eckhardt <jle@rice.edu>
785
786 * config/tc-i860.c (i860_check_label): New function.
787 * config/tc-i860.h (i860_check_label): New prototype.
788 (tc_check_label): Define macro as i860_check_label.
789
790 2003-08-06 Jason Eckhardt <jle@rice.edu>
791
792 * config/tc-i860.c (s_align_wrapper): New function and prototype.
793 (md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove
794 surrounding OBJ_ELF ifdef, and re-format slightly.
795 * doc/c-i860.texi: Document the special .align syntax available
796 in Intel mode.
797
798 2003-08-06 Jason Eckhardt <jle@rice.edu>
799
800 * config/tc-i860.c (i860_handle_align): New function.
801 * config/tc-i860.h (HANDLE_ALIGN): Define macro.
802 (MAX_MEM_FOR_RS_ALIGN_CODE): Define macro.
803
804 2003-08-06 Jason Eckhardt <jle@rice.edu>
805
806 * config/tc-i860.c (i860_process_insn): Check that instructions
807 with their dual-bit set are 8-byte aligned.
808
809 2003-08-06 Nick Clifton <nickc@redhat.com>
810
811 * po/fr.po: Updated French translation.
812
813 2003-08-05 Jason Eckhardt <jle@rice.edu>
814
815 * config/tc-i860.c (i860_process_insn): Don't handle dual-bit
816 setting during flop argument parsing. Instead, do it after
817 instruction is fully parsed.
818
819 2003-08-05 Jason Eckhardt <jle@rice.edu>
820
821 * doc/c-i860.texi: Mention that .dual, .enddual, and .atmp
822 directives are only available in Intel syntax mode.
823
824 2003-08-05 Jason Eckhardt <jle@rice.edu>
825
826 * config/tc-i860.c (s_dual): Accept .dual directive only in
827 the Intel syntax mode.
828 (s_enddual): Likewise for .enddual.
829 (s_atmp): Likewise for .atmp.
830
831 2003-08-04 Alan Modra <amodra@bigpond.net.au>
832
833 * config/tc-i386.c (i386_intel_operand): Always call i386_index_check
834 for memory operands. Pass the full operand_string to i386_index_check.
835
836 2003-08-01 Jason Eckhardt <jle@rice.edu>
837
838 * config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences.
839 (target_intel_syntax): Declare variable.
840 (OPTION_INTEL_SYNTAX): Declare macro.
841 (md_longopts): Add option -mintel-syntax.
842 (md_parse_option): Set target_intel_syntax.
843 (md_show_usage): Add -mintel-syntax usage.
844 (md_begin): Set reg_prefix based on target_intel_syntax.
845 (i860_process_insn): Skip register prefix only if there is one.
846 Parse relocatable expressions in either Intel or AT&T syntax based
847 on target_intel_syntax instead of the SYNTAX_SVR4 macro.
848 * doc/c-i860.texi: Document -mintel-syntax option and give blurb
849 about the differences in syntax.
850
851 2003-08-01 Dmitry Diky <diwil@mail.ru>
852
853 * config/tc-msp430.c (msp430_srcoperand): Extend 'push' bug workaround
854 to all arches.
855
856 2003-07-30 J"orn Rennecke <joern.rennecke@superh.com>
857
858 * config/tc-sh.c (md_assemble): For branches, check & update
859 valid_arch here.
860
861 2003-07-30 Jason Eckhardt <jle@rice.edu>
862
863 * config/tc-i860.c: Convert to ISO C90.
864
865 2003-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
866
867 * read.c (s_space): Revert 2003-07-28 change.
868
869 2003-07-30 Alan Modra <amodra@bigpond.net.au>
870
871 * config/obj-elf.c (obj_elf_change_section): Allow "x" for .note*.
872
873 2003-07-29 Alan Modra <amodra@bigpond.net.au>
874
875 * config/tc-sh.c (tc_gen_reloc): Test for R_SH_IND12W only when ELF.
876
877 2003-07-29 Jakub Jelinek <jakub@redhat.com>
878
879 * config/tc-ppc.c (md_apply_fix3): Fix check for lq insns.
880
881 2003-07-28 H.J. Lu <hongjiu.lu@intel.com>
882
883 * config/obj-elf.c (obj_elf_section_type): Also accept "note".
884
885 2003-07-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
886
887 * read.c (s_space): Don't warn about .space 0.
888
889 2003-07-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
890
891 * config/tc-mips.c (mips_flag_pdr): Define.
892 (md_begin) [OBJ_ELF]: Use it to control .pdr creation.
893 (s_mips_end) [OBJ_ELF]: Likewise.
894 (md_longopts) [OBJ_ELF]: Define OPTION_PDR, OPTION_NO_PDR.
895 (md_parse_option) [OBJ_ELF]: Handle them.
896 (md_show_usage) [OBJ_ELF]: Document -mpdr, -mno-pdr.
897
898 * doc/c-mips.texi (MIPS Opts): Document -mpdr, -mno-pdr.
899 * doc/as.texinfo (Overview) [MIPS]: Likewise.
900
901 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
902
903 * config/obj-elf.c (obj_elf_change_section): Update
904 elf_section_type and elf_section_flags only when they are
905 specified.
906
907 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
908
909 * config/obj-elf.c (obj_elf_change_section): Always set section
910 type and flags.
911
912 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
913
914 * config/obj-elf.c (special_sections): Removed.
915 (obj_elf_change_section): Call _bfd_elf_get_sec_type_attr. Set
916 elf_section_type and elf_section_flags.
917 (elf_frob_file): Set SHT_GROUP.
918
919 * config/obj-elf.h (obj_sec_set_private_data): New.
920
921 * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): Removed.
922 * config/tc-ia64.h: Likewise.
923 * config/tc-m32r.h: Likewise.
924 * config/tc-m68hc11.h: Likewise.
925 * config/tc-mcore.h: Likewise.
926 * config/tc-mips.h: Likewise.
927 * config/tc-ppc.h: Likewise.
928 * config/tc-sh64.h: Likewise.
929 * config/tc-v850.h: Likewise.
930 * config/tc-xtensa.h: Likewise.
931
932 * config/tc-v850.h (SHF_V850_GPREL): Removed.
933 (SHF_V850_EPREL): Likewise.
934 (SHF_V850_R0REL): Likewise.
935
936 * subsegs.c (subseg_get): Call obj_sec_set_private_data if it
937 is defined.
938
939 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
940
941 * config/tc-m68hc11.h (DWARF2_ADDR_SIZE): Use 32-bit address for
942 debugging symbols so that we handle page memory correctly.
943
944 2003-07-24 Nick Clifton <nickc@redhat.com>
945
946 * po/fr.po: Updated French translation.
947
948 2003-07-23 Daniel Jacobowitz <drow@mvista.com>
949
950 * config/tc-arm.c (arm_archs): Add iwmmxt.
951
952 2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
953
954 * read.c (do_parse_cons_expression): Mark nbytes unused to
955 silence gcc.
956
957 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
958
959 * config/tc-h8300.c (get_specific): No PCREL8 encoding for bsr/bc
960 or bsr/bs.
961
962 * config/tc-h8300.c (md_assemble): Make sure characters after
963 slash and dot are lower-case.
964
965 2003-07-17 Nick Clifton <nickc@redhat.com>
966
967 * po/es.po: New Spanish translation.
968 * po/tr.po: New Turkish translation.
969 * po/opcodes.pot: Regenerate.
970
971 2003-07-16 Alan Modra <amodra@bigpond.net.au>
972
973 * dwarf2dbg.c (get_frag_fix): Revert 2001-11-15 change.
974 (generic_dwarf2_emit_offset): Don't define function when
975 TC__DWARF2_EMIT_OFFSET is defined.
976
977 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
978
979 * config/tc-mips.c (hilo_interlocks): True for CPU_RM7000.
980 (mips_cpu_info_table): Add rm7000 and rm9000 entries.
981 * doc/c-mips.texi: Document -march=rm9000.
982
983 2003-07-15 Alan Modra <amodra@bigpond.net.au>
984
985 * config/tc-v850.c (md_assemble): When no reloc, create pcrel fixups
986 only for V850_OPERAND_DISP operands.
987
988 2003-07-15 Alan Modra <amodra@bigpond.net.au>
989
990 * frags.c (frag_more): Move segment checks to..
991 (frag_alloc_check): ..here. New function.
992 (frag_append_1_char): Call frag_alloc_check.
993
994 2003-07-14 Nick Clifton <nickc@redhat.com>
995
996 * po/tr.po: Update with latest version.
997 * po/POTFILES.in: Regenerate.
998 * po/gas.pot: Regenerate.
999 * configure: Regenerate.
1000
1001 2003-07-14 Nick Clifton <nickc@redhat.com>
1002
1003 * config/tc-ip2k.c: Remove inclusion of <ctype.h>
1004 * config/tc-tic4x.c: Replace inclusion of <ctype.h> with
1005 "safe-ctype.h" and update use of macros.
1006 * Makefile.am: Update dependencies.
1007 * Makefile.in: Regenerate.
1008
1009 2003-07-11 Alan Modra <amodra@bigpond.net.au>
1010
1011 * po/gas.pot: Regenerate.
1012
1013 2003-07-10 Jakub Jelinek <jakub@redhat.com>
1014
1015 * config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): Define always.
1016 (TARGET_USE_CFIPOP, tc_cfi_frame_initial_instructions,
1017 tc_regname_to_dw2regnum, DWARF2_DEFAULT_RETURN_COLUMN,
1018 DWARF2_CIE_DATA_ALIGNMENT): Define.
1019 (ppc_cfi_frame_initial_instructions, tc_ppc_regname_to_dw2regnum): New
1020 prototypes.
1021 (ppc_cie_data_alignment): Declare.
1022 * config/tc-ppc.c: Include dw2gencfi.h.
1023 (ppc_cie_data_alignment): Define.
1024 (md_begin): Initialize ppc_cie_data_alignment.
1025 (ppc_cfi_frame_initial_instructions, tc_ppc_regname_to_dw2regnum): New
1026 functions.
1027 * config/tc-s390.h (DWARF2_LINE_MIN_INSN_LENGTH): Define always.
1028 (TARGET_USE_CFIPOP, tc_cfi_frame_initial_instructions,
1029 tc_regname_to_dw2regnum, DWARF2_DEFAULT_RETURN_COLUMN,
1030 DWARF2_CIE_DATA_ALIGNMENT): Define.
1031 (s390_cfi_frame_initial_instructions, tc_s390_regname_to_dw2regnum):
1032 New prototypes.
1033 (s390_cie_data_alignment): Declare.
1034 * config/tc-s390.c: Include dw2gencfi.h.
1035 (s390_cie_data_alignment): Define.
1036 (md_begin): Initialize s390_cie_data_alignment.
1037 (s390_cfi_frame_initial_instructions, tc_s390_regname_to_dw2regnum):
1038 New functions.
1039
1040 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1041
1042 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1043 * config/tc-mn10300.h (EXTERN_FORCE_RELOC): Don't define to zero.
1044 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1045 * configure.in (am33_2.0, mn10300-*-linux*): Added.
1046 * configure: Rebuilt.
1047 * config/tc-mn10300.h (TARGET_FORMAT) [TE_LINUX]: Define to
1048 elf32-am33lin.
1049 * config/tc-mn10300.c (md_begin) [TE_LINUX]: Choose AM33/2.0
1050 by default.
1051
1052 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
1053
1054 2003-02-25 Alexandre Oliva <aoliva@redhat.com>
1055 * config/tc-mn10300.c (mn10300_check_fixup): Set GOT_PCREL type
1056 for subtracts from GLOBAL_OFFSET_TABLE that could not be
1057 simplified.
1058 2002-07-18 Alexandre Oliva <aoliva@redhat.com>
1059 * config/tc-mn10300.c (mn10300_check_fixup): Accept subtracts that
1060 could not be simplified.
1061 (tc_gen_reloc): Turn an absolute fx_subsy into part of fx_offset.
1062 2001-11-04 Alexandre Oliva <aoliva@redhat.com>
1063 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't adjust
1064 BDF_RELOC_MN10300_GOT32.
1065 * config/tc-mn10300.c (mn10300_fix_adjustable): If
1066 TC_RELOC_RTSYM_LOC_FIXUP doesn't hold, it's not adjustable.
1067 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1068 * config/tc-mn10300.c (mn10300_parse_name): Don't return a
1069 symbol if we know its value.
1070 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1071 * config/tc-mn10300.h (GLOBAL_OFFSET_TABLE_NAME): Remove
1072 duplicate underscore prefix.
1073 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1074 * config/tc-mn10300.c (mn10300_parse_name): Store relocation
1075 type in X_md, not X_add_number. Zero X_add_number.
1076 (mn10300_check_fixup): Extract relocation type from X_md.
1077 * config/tc-mn10300.h: Update comment.
1078 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
1079 * config/tc-mn10300.h (O_GOTOFF, O_PLT, O_GOT): Replace with...
1080 (O_PIC_reloc): this.
1081 * config/tc-mn10300.c (mn10300_PIC_related_p): Use it.
1082 (mn10300_check_fixup): Likewise.
1083 (mn10300_parse_name): Set X_add_number to relocation type.
1084 * config/tc-mn10300.h (DIFF_EXPR_OK, GLOBAL_OFFSET_TABLE_NAME,
1085 TC_RELOC_RTSYM_LOC_FIXUP, md_parse_name, TC_CONS_FIX_NEW,
1086 O_GOTOFF, O_PLT, O_GOT): Define.
1087 * config/tc-mn10300.c (mn10300_PIC_related_p): New fn.
1088 (mn10300_check_fixup): New fn.
1089 (md_assemble): Call it. Check for PIC-related relocs.
1090 (mn10300_cons_fix_new): Likewise. New fn.
1091 (mn10300_end_of_match): New fn.
1092 (mn10300_md_parse_name_cont): New fn.
1093
1094 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
1095
1096 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
1097 * config/tc-mn10300.c (mn10300_insert_operand): Negate negative
1098 accumulator's shift.
1099 2000-05-08 Alexandre Oliva <aoliva@cygnus.com>
1100 * config/tc-mn10300.c (md_relax_table, md_convert_frag,
1101 md_assemble, md_estimate_size_before_relax): Handle fbCC.
1102 2000-04-20 Alexandre Oliva <aoliva@cygnus.com>
1103 * config/tc-mn10300.c (HAVE_AM33): Redefine in terms of
1104 HAVE_AM33_2.
1105 2000-04-03 Alexandre Oliva <aoliva@cygnus.com>
1106 * config/tc-mn10300.c (md_pseudo_table): Use AM33_2 constant.
1107 (HAVE_AM33): Match AM33_2 too.
1108 (HAVE_AM33_2): New macro.
1109 (md_assemble): Use it. Match 2.0 registers only if HAVE_AM33_2.
1110 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
1111 * config/tc-mn10300.c (md_pseudo_table): Added `am33_2'.
1112 (float_registers, double_registers): New variables.
1113 (float_register_name, double_register_name): New functions.
1114 (md_assemble): Recognize FP registers. Implement FMT_D3.
1115 (mn10300_insert_operand): Support FP registers.
1116
1117 2003-07-08 Chris Demetriou <cgd@broadcom.com>
1118
1119 * config/tc-mips.c (mips_validate_fix): Do not warn about branch
1120 target being a global symbol if not compiling SVR4 PIC code.
1121
1122 2003-07-07 Nick Clifton <nickc@redhat.com>
1123
1124 * doc/c-m32r.texi (M32R-Directives): New node. Document the
1125 .high, .shigh and .low directives.
1126
1127 2003-07-07 Richard Sandiford <rsandifo@redhat.com>
1128
1129 * config/tc-h8300.c (h8300sxnmode): Add prototype.
1130 (DSYMMODE): Remove.
1131 (parse_exp): Replace expressionS argument with a h8_op. Parse the
1132 operand size as well.
1133 (skip_colonthing): Remove unused expression argument. Tighten checks
1134 for 2-digit sizes.
1135 (colonmod24): Remove.
1136 (get_mova_operands): Combine calls to parse_exp and skip_colonthing.
1137 (get_operand): Likewise. Use the standard code to read the size of
1138 pc-relative operands.
1139 (fix_operand_size): Include the size-guessing logic that used to be
1140 in colonmod24 and get_operand. Don't apply dd:2 optimizations to
1141 offsets with a symbolic component.
1142
1143 2003-07-04 Nick Clifton <nickc@redhat.com>
1144
1145 * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Use ARRAY_SIZE
1146 macro to compute size of selected register name array.
1147
1148 2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
1149
1150 * config/tc-s390.c (md_parse_option): Add cpu type z990.
1151 (md_begin): Add minimal cpu type logic for instructions with different
1152 binary format depending on the cpu.
1153 (md_assemble): Remove check for minimal cpu.
1154 (s390_insert_operand): Add support for long displacements.
1155 (md_gather_operands): Likewise.
1156 (tc_s390_fix_adjustable): Likewise.
1157 (tc_s390_force_relocation): Likewise.
1158 (md_apply_fix3): Likewise.
1159
1160 2003-06-30 Chris Demetriou <cgd@broadcom.com>
1161
1162 * config/tc-mips.c (s_mipsset): Implement -march= handling
1163 differently.
1164
1165 2003-06-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1166
1167 * config/tc-mips.c: Convert to ISO C90 prototypes. Remove unnecessary
1168 prototypes and casts. Replace PTR with void *. Reformat.
1169 * config/tc-mips.h: Likewise.
1170
1171 2003-06-30 Alan Modra <amodra@bigpond.net.au>
1172
1173 * config/tc-ia64.c (note_register_values): Warning fix.
1174 * config/tc-mips.c (append_insn): Likewise.
1175
1176 2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1177
1178 * config/tc-mips.c (mips_set_options,mips_opts): Support for
1179 .set arch=FOO.
1180 (file_mips_arch): Rename mips_arch.
1181 (mips_arch_info,mips_tune_info): Remove.
1182 (hilo_interlocks,gpr_interlocks,cop_interlocks): Use mips_opts.arch.
1183 (mips_cpu_info_from_arch): New function.
1184 (md_begin): Use file_mips_arch.
1185 (macro_build,macro,mips_ip): Use mips_opts.arch.
1186 (mips_set_architecture): Init file_mips_arch and mips_opts.arch.
1187 (mips_after_parse_args): Remove mips_arch_info and mips_tune_info.
1188 Use file_mips_arch.
1189 (s_mipsset): Support for .set arch=FOO.
1190 (mips_cpu_info_table): Fix typo.
1191
1192 2003-06-26 H.J. Lu <hongjiu.lu@intel.com>
1193
1194 * config/tc-i386.c (md_assemble): Declare "exp" before "if".
1195
1196 2003-06-25 Richard Sandiford <rsandifo@redhat.com>
1197
1198 * config/tc-h8300.c (get_specific): Allow ':8' to be used for
1199 unsigned 8-bit operands.
1200
1201 2003-06-24 Nick Clifton <nickc@redhat.com>
1202
1203 * read.c (s_comm): Change error message to assume an unsigned size
1204 has been passed to .comm.
1205 * config/tc-sparc.c (s_common): Likewise.
1206 * write.c (write_contents): Replace 'unsigned long' with
1207 'addressT' and 'long' with offsetT in order to allow computations
1208 with very large values to work for 64-bit addressed targets.
1209 (relax_and_size_all_segments): Likewise.
1210 (relax_frag): Likewise.
1211 (relax_segment): Likewise.
1212
1213 2003-06-23 Mark Mitchell <mark@codesourcery.com>
1214
1215 * config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots.
1216
1217 2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
1218
1219 * gas/config/tc-i386.c (md_assemble): Support Intel Precott New
1220 Instructions.
1221
1222 * gas/config/tc-i386.h (CpuPNI): New.
1223 (CpuUnknownFlags): Add CpuPNI.
1224
1225 2003-06-23 <davidm@hpl.hp.com>
1226
1227 * config/tc-ia64.c (pseudo_func): Add ABI constants for linux,
1228 freebsd, openvms, and nsk (non-stop kernel).
1229
1230 2003-06-22 Jason Thorpe <thorpej@wasabisystems.com>
1231
1232 * config/tc-ns32k.c (md_begin): Initialize inst_hash_table after
1233 all locals have been declared.
1234
1235 2003-06-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1236
1237 * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN): Remove
1238 special handling for n32 ABI.
1239 (macro): Likewise.
1240
1241 2003-06-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1242
1243 * config/tc-mips.c (s_cpsetup,s_cprestore,s_cpreturn): Revert
1244 2003-06-11 change.
1245
1246 2003-06-19 Christian Groessler <chris@groessler.org>
1247
1248 * config/tc-z8k.c (parse_reg): Invalid registers generate an error
1249 now, not only a warning. Add some more checks to detect invalid
1250 registers.
1251 (get_operand): For CLASS_IR remember register size in mode struct.
1252 (get_specific): Handle new CLASS_IRO type. Add register size
1253 checks for CLASS_IR and CLASS_IRO.
1254 (md_apply_fix3): Fix undefined usage of buf.
1255
1256 2003-06-19 Alan Modra <amodra@bigpond.net.au>
1257
1258 * config/tc-ppc.c (ppc_csect): Pass alignment to ppc_change_csect.
1259 (ppc_change_csect): Add align param. Align frag at start of csect.
1260 (ppc_section, ppc_named_section): Adjust ppc_change_csect calls.
1261 (ppc_frob_section): Align vma.
1262
1263 2003-06-18 Jakub Jelinek <jakub@redhat.com>
1264
1265 * dw2gencfi.c (EH_FRAME_ALIGNMENT): Define if not defined.
1266 (output_cie): Don't pad.
1267 (output_fde): Add align argument. Pad to align if not 0.
1268 (cfi_finish): Set .eh_frame alignment to EH_FRAME_ALIGNMENT.
1269 Pad just last FDE to EH_FRAME_ALIGNMENT.
1270
1271 2003-06-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
1272
1273 * config/tc-s390.c (init_default_arch): Make current_mode_mask
1274 dependent on s390_arch_size and current_cpu dependent on
1275 current_mode_mask.
1276
1277 2003-06-18 Svein E. Seldal <Svein.Seldal@solidas.com>
1278
1279 * configure.in: Add c4x as an architecture variant to tic4x.
1280 * configure: Regenerate.
1281 * Makefile.in: Regenerate.
1282 * doc/Makefile.in: Regenerate.
1283
1284 2003-06-18 Alan Modra <amodra@bigpond.net.au>
1285
1286 * config/tc-ppc.c (ppc_elf_suffix): Don't remove symbols other than
1287 ".TOC." from PPC64_TOC relocs.
1288
1289 2003-06-17 Alan Modra <amodra@bigpond.net.au>
1290
1291 * config/tc-ppc.c (md_apply_fix3): Allow BRTAKEN, BRNTAKEN relocs.
1292
1293 2003-06-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1294
1295 * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN,
1296 ADDRESS_LOAD_INSN,ADDRESS_STORE_INSN): New macros.
1297 (macro_build_ldst_constoffset,load_address,macro,s_cpsetup,
1298 s_cprestore,s_cpadd): Use them.
1299
1300 2003-06-16 Hans-Peter Nilsson <hp@axis.com>
1301
1302 * configure.in: Add specific case for cris-*-linux-gnu* with
1303 em=linux.
1304 * configure: Regenerate.
1305 * config/tc-cris.c (DEFAULT_CRIS_AXIS_LINUX_GNU): New macro, TRUE
1306 if TE_LINUX defined, else FALSE.
1307 (bfd_boolean demand_register_prefix): Set default from
1308 DEFAULT_CRIS_AXIS_LINUX_GNU.
1309 (symbols_have_leading_underscore): Similar.
1310 * config/tc-cris.h (LOCAL_LABELS_DOLLAR): Define to 1.
1311
1312 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
1313
1314 * tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.
1315 (FPU_DEFAULT, case TE_NetBSD): Default to FPU_ARCH_VFP for ELF,
1316 FPU_ARCH_FPA for AOUT.
1317 (md_begin): Don't try to guess the floating point architecture from
1318 the CPU if the OS ABI (Linux, NetBSD) mandates a particular form.
1319
1320 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
1321
1322 * configure.in: Add i386-netbsd-gnu target.
1323 * configure: Regenerate.
1324
1325 2003-06-12 Tom Tromey <tromey@redhat.com>
1326
1327 * doc/as.texinfo (Comm): Added @node. Moved before CFI
1328 directives node.
1329
1330 2003-06-12 Richard Sandiford <rsandifo@redhat.com>
1331
1332 * config/tc-mips.c (append_insn): In a compound relocation, take the
1333 field width from the final (outermost) operator.
1334
1335 2003-06-11 Richard Henderson <rth@redhat.com>
1336
1337 * dw2gencfi.c (struct cfi_escape_data): New.
1338 (cfi_add_CFA_nop): Remove.
1339 (CFI_escape, dot_cfi_escape): New.
1340 (dot_cfi): Remove nop.
1341 (cfi_pseudo_table): Remove nop; add escape.
1342 (output_cfi_insn): Likewise.
1343 (select_cie_for_fde): Stop on escape.
1344 * dw2gencfi.h (cfi_add_CFA_nop): Remove.
1345 * read.c, read.h (do_parse_cons_expression): New.
1346 * doc/as.texinfo (.cfi_escape): New.
1347
1348 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1349
1350 * config/tc-mips.c (s_cpsetup): Use mips_frame_reg instead of SP.
1351 (s_cprestore): Likewise.
1352 (s_cpreturn): Likewise.
1353
1354 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1355
1356 * config/tc-mips.c (tc_gen_reloc): Initialize retval amd reloc
1357 with zeros.
1358
1359 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1360
1361 * config/tc-mips.c (md_pcrel_from): Return actual pcrel address.
1362 (md_apply_fix3): Ignore non-special relocations. Remove superfluous
1363 exceptions from size assert. Remove most of the addend fixup
1364 specialcasing. Remove value, use valP directly. simplify fx_addnumber
1365 handling. Remove zero addend specialcases.
1366 (tc_gen_reloc): Use appropriate value for reloc2 addend. Remove
1367 the addend fixup specialcase.
1368 * config/tc-mips.h (MD_APPLY_SYM_VALUE): Define as 0.
1369
1370 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1371
1372 * write.c (write_relocs): Use xcalloc. Fix relocs initialization
1373 in the RELOC_EXPANSION_POSSIBLE case.
1374
1375 2003-06-11 Alan Modra <amodra@bigpond.net.au>
1376
1377 * config/tc-i960.c (line_comment_chars): Add '#'.
1378 * config/tc-mn10200.c (tc_gen_reloc): Don't ignore fx_subsy.
1379
1380 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
1381
1382 * po/Make-in (DESTDIR): New.
1383 (install-data-yes): Support $(DESTDIR).
1384 (uninstall): Likewise.
1385
1386 2003-06-11 Alan Modra <amodra@bigpond.net.au>
1387
1388 * Makefile.am: Run "make dep-am".
1389 * Makefile.in: Regenerate.
1390 * po/POTFILES.in: Regenerate.
1391
1392 2003-06-10 Doug Evans <dje@sebabeach.org>
1393
1394 * cgen.c (gas_cgen_finish_insn): CGEN_INSN_RELAX renamed to
1395 CGEN_INSN_RELAXED.
1396 * config/tc-fr30.c (md_estimate_size_before_relax): Ditto.
1397 * config/tc-m32r.c (md_estimate_size_before_relax): Ditto.
1398 * config/tc-openrisc.c (md_estimate_size_before_relax): Ditto.
1399
1400 2003-06-10 Alan Modra <amodra@bigpond.net.au>
1401 Gary Hade <garyhade@us.ibm.com>
1402
1403 * config/tc-ppc.c (md_assemble): Handle PPC_OPERAND_DQ.
1404 (md_apply_fix3): Special case lq insn.
1405
1406 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
1407
1408 * config/tc-h8300.c (get_rtsl_operands): Accept unbracketed register
1409 lists. Allow single-register ranges.
1410
1411 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
1412
1413 * config/tc-h8300.c (h8300sxnmode): New.
1414 (md_pseudo_table): Add .h8300sxn entry.
1415
1416 2003-06-09 H.J. Lu <hongjiu.lu@intel.com>
1417
1418 * NEWS: Updated for the new -n option for the i386 assembler.
1419
1420 * config/tc-i386.c (optimize_align_code): New.
1421 (md_shortopts): Add 'n'.
1422 (md_parse_option): Handle 'n'.
1423 (md_show_usage): Add '-n'.
1424
1425 * config/tc-i386.h (optimize_align_code): Declared.
1426 (md_do_align): Optimize code alignment only if optimize_align_code
1427 is not 0.
1428
1429 * doc/as.texinfo: Add the new -n option.
1430
1431 * doc/c-i386.texi: Document the new -n option.
1432
1433 2003-06-07 Richard Henderson <rth@redhat.com>
1434
1435 * doc/as.texinfo: Document .cfi_rel_offset.
1436
1437 * dw2gencfi.c (struct cfa_save_data, cfa_save_stack): New.
1438 (cfi_add_CFA_offset): Detect invalid offsets.
1439 (cfi_add_CFA_remember_state): Save cur_cfa_offset.
1440 (cfi_add_CFA_restore_state): Restore it.
1441 (CFI_rel_offset): New.
1442 (cfi_pseudo_table): Add it.
1443 (dot_cfi): Handle it.
1444
1445 2003-06-07 H.J. Lu <hongjiu.lu@intel.com>
1446
1447 * app.c (do_scrub_chars): Add states 14 and 15 to handle
1448 predicate for ia64.
1449
1450 2003-06-05 Michael Snyder <msnyder@redhat.com>
1451
1452 * config/tc-h8sx.c (get_specific): Distinguish h8h from h8s ops.
1453 (build_bytes): Ditto.
1454
1455 2003-06-05 Richard Sandiford <rsandifo@redhat.com>
1456
1457 * config/tc-h8sx.c (DMODE): Remove.
1458 (colonmod24): Don't choose a default if the operand is a 16-bit
1459 constant integer.
1460 (fix_operand_size): New function.
1461 (md_assemble): Use it to choose between @(d:2, ERn) and @(d:16,ERn).
1462 Adjust @(d:2,ERn) operands before choosing the specific opcodes.
1463
1464 2003-06-05 Michal Ludvig <mludvig@suse.cz>
1465
1466 * dw2gencfi.c (cfi_add_CFA_insn, cfi_add_CFA_insn_reg)
1467 (cfi_add_CFA_insn_reg_reg, cfi_add_CFA_insn_reg_offset): New.
1468 (cfi_add_CFA_offset, cfi_add_CFA_def_cfa)
1469 (cfi_add_CFA_register, cfi_add_CFA_def_cfa_register)
1470 (cfi_add_CFA_def_cfa_offset): Use cfi_add_CFA_insn_*().
1471 (cfi_add_CFA_restore, cfi_add_CFA_undefined)
1472 (cfi_add_CFA_same_value, cfi_add_CFA_remember_state)
1473 (cfi_add_CFA_restore_state, cfi_add_CFA_nop): New.
1474 (cfi_pseudo_table): New directives .cfi_return_column,
1475 .cfi_restore, .cfi_undefined, .cfi_same_value,
1476 .cfi_remember_state, .cfi_restore_state, .cfi_nop.
1477 (dot_cfi, output_cfi_insn): Handle new directives.
1478 * dw2gencfi.h (cfi_add_CFA_restore, cfi_add_CFA_undefined)
1479 (cfi_add_CFA_same_value, cfi_add_CFA_remember_state)
1480 (cfi_add_CFA_restore_state, cfi_add_CFA_nop): New prototypes.
1481
1482 2003-06-04 Richard Henderson <rth@redhat.com>
1483
1484 * dw2gencfi.c (output_cfi_insn): Fix typo for negative offsets.
1485
1486 * dw2gencfi.c (cfi_finish): Set .eh_frame read-only.
1487
1488 2003-06-04 Richard Henderson <rth@redhat.com>
1489
1490 * config/tc-alpha.c (s_alpha_usepv): New.
1491 (md_pseudo_table): Add it.
1492 (alpha_cfi_frame_initial_instructions): New.
1493 * config/tc-alpha.h (TARGET_USE_CFIPOP): New.
1494 (tc_cfi_frame_initial_instructions): New.
1495 * doc/c-alpha.texi: Document .usepv.
1496
1497 2003-06-04 Jakub Jelinek <jakub@redhat.com>
1498
1499 * as.c (show_usage): Document --execstack and --noexecstack.
1500 (parse_args): Add --execstack and --noexecstack.
1501 (main): Create .note.GNU-stack section if --execstack or
1502 --noexecstack was given on comand line, set its SHF_EXECINSTR bit.
1503 * as.h (flag_execstack, flag_noexecstack): New.
1504
1505 2003-06-03 Chris Demetriou <cgd@broadcom.com>
1506
1507 * config/tc-mips.c: (OPTION_ARCH_BASE, OPTION_ASE_BASE)
1508 (OPTION_COMPAT_ARCH_BASE, OPTION_FIX_BASE)
1509 (OPTION_MISC_BASE): New defines.
1510 (OPTION_BREAK, OPTION_CONSTRUCT_FLOATS, OPTION_EB, OPTION_EL)
1511 (OPTION_ELF_BASE, OPTION_FIX_VR4122, OPTION_FP32, OPTION_FP64)
1512 (OPTION_GP32, OPTION_GP64, OPTION_M3900, OPTION_M4010, OPTION_M4100)
1513 (OPTION_M4650, OPTION_M7000_HILO_FIX, OPTION_MARCH, OPTION_MDMX)
1514 (OPTION_MEMBEDDED_PIC, OPTION_MIPS1, OPTION_MIPS16, OPTION_MIPS2)
1515 (OPTION_MIPS3, OPTION_MIPS32, OPTION_MIPS32R2, OPTION_MIPS3D)
1516 (OPTION_MIPS4, OPTION_MIPS5, OPTION_MIPS64)
1517 (OPTION_MNO_7000_HILO_FIX, OPTION_MTUNE, OPTION_NO_CONSTRUCT_FLOATS)
1518 (OPTION_NO_FIX_VR4122, OPTION_NO_M3900, OPTION_NO_M4010)
1519 (OPTION_NO_M4100, OPTION_NO_M4650, OPTION_NO_MDMX, OPTION_NO_MIPS16)
1520 (OPTION_NO_MIPS3D, OPTION_NO_RELAX_BRANCH, OPTION_RELAX_BRANCH)
1521 (OPTION_TRAP): Redefine in terms of new defines.
1522 (md_longopts): Reorder entries.
1523
1524 2003-05-14 Michael Snyder <msnyder@redhat.com>
1525 From Bernd Schmidt <bernds@redhat.com>
1526 and Michael Snyder <msnyder@redhat.com>
1527 and Alexandre Oliva <aoliva@redhat.com>
1528 * config/tc-h8300.c: Add insns and addressing modes for h8300sx.
1529 * config/tc-h8300.h: Ditto.
1530
1531 2003-06-03 Nick Clifton <nickc@redhat.com>
1532
1533 * tc-v850.c (tc-gen_reloc): Translate BFD_RELOC_32 into
1534 BFD_RELOC_32_PCREL if the reloc is pc-relative. Do this
1535 before calling bfd_reloc_type_lookup.
1536
1537 2003-06-02 Alan Modra <amodra@bigpond.net.au>
1538
1539 * read.c (emit_expr): Set dot_value.
1540 * dw2gencfi.c (output_fde): Remove pcrel reloc hack.
1541
1542 2003-06-02 Alan Modra <amodra@bigpond.net.au>
1543
1544 * macro.c (sub_actual): Don't lose string if it turns out that
1545 &string wasn't an arg.
1546
1547 2003-05-31 Richard Henderson <rth@redhat.com>
1548
1549 * dw2gencfi.c (output_fde): Use fix_new to emit pc-relative reloc.
1550 (cfi_finish): Set flag_traditional_format around .eh_frame data.
1551
1552 2003-05-29 Richard Henderson <rth@redhat.com>
1553
1554 * config/tc-alpha.c (alpha_cur_ent_sym): Remove.
1555 (all_frame_data, plast_frame_data, cur_frame_data): New.
1556 (s_alpha_ent): Record data for dwarf2 cfi.
1557 (s_alpha_end, s_alpha_mask, s_alpha_frame, s_alpha_prologue): Likewise.
1558 (alpha_elf_md_end): Emit dwarf2 cfi for ecoff unwind directives.
1559 * config/tc-alpha.h (md_end): New.
1560 (DWARF2_DEFAULT_RETURN_COLUMN): New.
1561 (DWARF2_CIE_DATA_ALIGNMENT): New.
1562
1563 2003-05-29 Nick Clifton <nickc@redhat.com>
1564
1565 * configure.in: Add i386-*-freebsd* entry.
1566 * configure: Regenerate.
1567
1568 2003-05-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1569
1570 * config/tc-m32r.c: Amend comment to refer to Renesas
1571
1572 2003-05-27 Richard Henderson <rth@redhat.com>
1573
1574 * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into the
1575 symbol_create call.
1576 (current_location): Use symbol_temp_new_now.
1577 * stabs.c (s_stab_generic): Use symbol_temp_new.
1578 * symbols.c (temp_label_name): Remove.
1579 (symbol_temp_new, symbol_temp_make): Use FAKE_LABEL_NAME.
1580
1581 2003-05-27 Richard Henderson <rth@redhat.com>
1582
1583 * dw2gencfi.c, dw2gencfi.h: Rewrite from scratch.
1584 * as.c (main): Always call cfi_finish.
1585 * config/tc-i386.c (x86_dwarf2_return_column): New.
1586 (x86_cie_data_alignment): New.
1587 (md_begin): Set them.
1588 (tc_x86_cfi_init): Remove.
1589 (tc_x86_regname_to_dw2regnum): Fix 32-bit register numbers;
1590 return int, not unsigned long; don't as_bad here.
1591 (tc_x86_frame_initial_instructions): Streamline; use
1592 updated api.
1593 * config/tc-i386.h (tc_cfi_init): Remove.
1594 (DWARF2_DEFAULT_RETURN_COLUMN): New.
1595 (DWARF2_CIE_DATA_ALIGNMENT): New.
1596
1597 2003-05-27 Richard Henderson <rth@redhat.com>
1598
1599 * symbols.c (temp_label_name): New.
1600 (symbol_temp_new, symbol_temp_new_now, symbol_temp_make): New.
1601 (symbol_set_value_now): New.
1602 * symbols.h: Prototype them.
1603 * dwarf2dbg.c: Use them.
1604 (fake_label_name, symbol_new_now, set_symbol_value_now): Remove.
1605
1606 2003-05-23 Jason Eckhardt <jle@rice.edu>
1607
1608 * config/tc-i860.c (target_xp): Declare variable.
1609 (OPTION_XP): Declare macro.
1610 (md_longopts): Add option -mxp.
1611 (md_parse_option): Set target_xp.
1612 (md_show_usage): Add -mxp usage.
1613 (i860_process_insn): Recognize XP registers bear, ccr, p0-p3.
1614 (md_assemble): Don't try expansions if XP_ONLY is set.
1615 * doc/c-i860.texi: Document -mxp option and i860XP support.
1616
1617 2003-05-23 Eric Christopher <echristo@redhat.com>
1618
1619 * config/tc-mips.c (macro_build_jalr): Warning patrol.
1620
1621 2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1622
1623 * config/tc-mips.c (append_insn): Use actual relocation size for new
1624 fixp's. Don't relax overflow checking for partial_inplace relocations.
1625 Use the actual relocation type in combined relocs, not just the type
1626 of the first one.
1627 (macro_build_jalr): Use actual relocation size for new fix.
1628 (s_cpsetup, s_gpdword): Likewise.
1629
1630 2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1631
1632 * config/tc-mips.c (macro): Don't use uninitialized tempreg.
1633
1634 2003-05-22 Nick Clifton <nickc@redhat.com>
1635
1636 * config/tc-xstormy16.c (md_pcrel_from_section): Do not produce
1637 section relative offsets for relocs that will not be based on the
1638 section symbol.
1639 (xstormy16_md_apply_fix3): Remove previous patch to this
1640 function.
1641
1642 2003-05-07 Eric Christopher <echristo@redhat.com>
1643
1644 * config/tc-mips.c (mips_abicalls): New variable.
1645 (md_parse_option): Use.
1646 (s_option): Ditto.
1647 (s_abicalls): Ditto.
1648 (mips_elf_final_processing): Set EF_MIPS_PIC and
1649 EF_MIPS_CPIC dependent on above.
1650
1651 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1652
1653 * tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'.
1654
1655 2003-05-21 Nick Clifton <nickc@redhat.com>
1656
1657 * config/obj-elf.c: Include dwarf2dbg.h.
1658 (elf_pseudo_tab): Add .file and .loc.
1659 * config/tc-arc.c (md_pseudo_table): Remove .file and .loc.
1660 * config/tc-arm.c: Likewise.
1661 * config/tc-h8300.c: Likewise.
1662 * config/tc-hppa.c: Likewise.
1663 * config/tc-ia64.c: Likewise.
1664 * config/tc-m68hc11.c: Likewise.
1665 * config/tc-m68k.c: Likewise.
1666 * config/tc-mmix.c: Likewise.
1667 * config/tc-mn10300.c: Likewise.
1668 * config/tc-ppc.c: Likewise.
1669 * config/tc-sh.c: Likewise.
1670 * config/tc-sparc.c: Likewise.
1671 * config/tc-v850.c: Likewise.
1672 * config/tc-frv.c: Likewise, and remove redundant inclusion of
1673 dwarf2dbg.h.
1674 * config/tc-ip2k.c: Likewise.
1675 * config/tc-iq2000.c: Likewise.
1676 * config/tc-xstormy16.c: Likewise.
1677 * config/tc-xtensa.c: Likewise.
1678 * Makefile.am: Regenerate dependencies.
1679 * Makefile.in: Regenerate.
1680 * aclocal.m4: Regenerate.
1681 * config.in: Regenerate.
1682 * configure: Regenerate.
1683 * po/POTFILES.in: Regenerate.
1684 * po/gas.pot: Regenerate.
1685
1686 2003-05-21 Nick Clifton <nickc@redhat.com>
1687
1688 * dw2gencfi.c (cfi_get_label): Use symbol_make for non
1689 BFD_ASSEMBLER targets.
1690 (cfi_startproc): Change type of saved_seg and cfi_seg to segT.
1691 (dot_cfi_endproc): Only call bfd_set_section_flags for targets
1692 defining BFD_ASSEMBLER.
1693
1694 2003-05-20 Michal Ludvig <mludvig@suse.cz>
1695
1696 * as.c (main): Remove tc_cfi_init().
1697 * dw2gencfi.c (cfi_parse_arg): Allow regnames beginning
1698 with '%'.
1699 (cfi_pseudo_table): Add "cfi_register" entry.
1700 (cfi_make_insn): Handle CFA_register.
1701 (cfi_output_insn): Ditto.
1702 (dot_cfi): Ditto.
1703 (cfi_get_label): Add 'simple' modifier to .cfi_startproc.
1704 (dot_cfi_endproc): Reuse already emitted CIEs.
1705 * testsuite/gas/cfi/cfi-i386.d: New pattern.
1706 * testsuite/gas/cfi/cfi-x86-64.d: Ditto.
1707
1708 2003-05-20 Nick Clifton <nickc@redhat.com>
1709
1710 * config/tc-xstormy16.c: Include dwarf2dbg.h.
1711 (md_pseudo_table): Add entries for .loc and .line.
1712
1713 2003-05-20 Alan Modra <amodra@bigpond.net.au>
1714
1715 * dw2gencfi.c (cfi_parse_arg): Only use tc_regname_to_dw2regnum if
1716 defined.
1717 (dot_cfi_endproc): Avoid C99 construct.
1718
1719 2003-05-20 Michal Ludvig <mludvig@suse.cz>
1720
1721 * dw2gencfi.c, dw2gencfi.h: New files.
1722 * config/tc-i386.c (tc_x86_cfi_init): New function.
1723 * config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines.
1724 * as.c (parse_args): Set verbose flag on --verbose.
1725 (main): Call tc_cfi_init()/cfi_finish().
1726 * as.h (verbose): New external variable.
1727 * read.c (pobegin): Insert CFI pops to the list.
1728 * symbols.c (local_symbol_make): Make symbol external.
1729 * symbols.h (local_symbol_make): New prototype.
1730 * Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am".
1731 * Makefile.in: Regenerate.
1732 * doc/as.texinfo: Added node "CFI directives" with description of
1733 all implemented .cfi_* directives.
1734 * doc/Makefile.in: Regenerate.
1735 * po/POTFILES.in: Regenerate.
1736
1737 2003-05-19 Svein E. Seldal <Svein.Seldal@solidas.com>
1738
1739 * config/tc-tic4x.c (md_assemble): Added support for one-line parallel
1740 insns.
1741 * config/tc-tic4x.h: Added DOUBLEBAR_PARALLEL definition
1742
1743 2003-05-18 Jason Eckhardt <jle@rice.edu>
1744
1745 * config/tc-i860.c (i860_process_insn): Initialize fc after
1746 each opcode mismatch.
1747
1748 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
1749
1750 * configure.in: Accept i[3-7]86 variants.
1751 * configure: Regenerate.
1752
1753 2003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1754
1755 * config/tc-mips.h: Fix comment formatting.
1756
1757 2003-05-13 Hans-Peter Nilsson <hp@axis.com>
1758
1759 * read.c (old_buffer, old_input, old_limit): Remove variables.
1760 (read_a_source_file): Delete label contin.
1761 <handling #APP/#NO_APP>: Use an "sb" to push #APP expansion into
1762 input as with macros, instead of in separate old_* variables.
1763 Zero-terminate string being scrubbed.
1764
1765 2003-05-12 Nick Clifton <nickc@redhat.com>
1766
1767 * config/tc-xstormy16.c (skipping_fptr): New local variable.
1768 (md_assemble): Reset skipping_fptr.
1769 (md_operand): If @fptr() is followed by a minus sign, set
1770 skipping_fptr and ignore the fptr. If skipping_fptr is set and an
1771 @fptr is detected, ignore it and reset skipping_fptr.
1772
1773 2003-05-11 Jason Eckhardt <jle@rice.edu>
1774
1775 * config/tc-i860.c (MAX_FIXUPS): Define.
1776 (struct i860_fi fi[]): New struct.
1777 (struct i860_it the_insn): Add above as member and move fields
1778 exp, reloc, pcrel and fup into i860_fi.
1779 (md_assemble): Replace all instances of exp, reloc, pcrel
1780 and fup with fi[].exp, fi[].reloc, fi[].pcrel, fi[].fup.
1781 Add a loop to possibly emit multiple fix-ups for each insn.
1782 (i860_process_insn): Likewise.
1783 (i860_get_expression): Likewise.
1784 (md_apply_fix3): Use a bitwise check for OP_IMM_U5, not equality.
1785
1786 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1787
1788 * config/tc-s390.c (s390_target_format): Always call init_default_arch.
1789
1790 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
1791
1792 * config/tc-ia64.c (alias_hash): New.
1793 (alias_name_hash): New.
1794 (secalias_hash): New.
1795 (secalias_name_hash): New.
1796 (md_pseudo_table): Add "secalias".
1797 (md_begin): Initialize alias_hash, alias_name_hash,
1798 secalias_hash and secalias_name_hash.
1799 (struct alias): New.
1800 (dot_alias): Implement .alias and .secalias directives.
1801 (do_alias): New.
1802 (ia64_adjust_symtab): New.
1803 (do_secalias): New.
1804 (ia64_frob_file): New.
1805
1806 * config/tc-ia64.h (ia64_adjust_symtab): New.
1807 (tc_adjust_symtab): Defined.
1808 (ia64_frob_file): New.
1809 (tc_frob_file): Defined.
1810
1811 2003-05-07 Dmitry Diky <diwil@mail.ru>
1812
1813 * tc-msp430.c: Add missing lines to known cpus list.
1814
1815 2003-05-06 Alexandre Oliva <aoliva@redhat.com>
1816
1817 * configure.in (MIPS_DEFAULT_ABI): AC_DEFINE.
1818 * config/tc-mips.c (mips_after_parse_args): Set mips_abi to it.
1819 * config.in, configure: Rebuilt.
1820
1821 2003-05-05 H.J. Lu <hjl@gnu.org>
1822
1823 * config/tc-mips.c (tc_gen_reloc): Add addend just once if
1824 howto->partial_inplace is false.
1825
1826 2003-05-05 Daniel Jacobowitz <drow@mvista.com>
1827
1828 * config/tc-mips.c (mips_need_elf_addend_fixup): Remove
1829 symbol_used_in_reloc_p check.
1830 (md_apply_fix3): Remove check for howto->pcrel_offset.
1831
1832 2003-05-03 H.J. Lu <hjl@gnu.org>
1833
1834 * config/obj-elf.c (obj_elf_parse_section_letters): Make it a
1835 fatal error for unknown section attribute.
1836
1837 * config/tc-alpha.c (alpha_elf_section_letter): Return -1 for
1838 unknown section attribute.
1839 * config/tc-ia64.c (ia64_elf_section_letter): Likewise.
1840 * config/tc-ppc.c (ppc_section_letter): Likewise.
1841
1842 * config/tc-ia64.c (ia64_elf_section_letter): Handle 'o'.
1843 (ia64_elf_section_type): Accept "unwind".
1844
1845 2003-05-02 H.J. Lu <hjl@gnu.org>
1846
1847 * read.h (demand_copy_string): New.
1848
1849 * config/tc-alpha.c (demand_copy_string): Removed.
1850
1851 2003-05-02 Michael Snyder <msnyder@redhat.com>
1852
1853 * write.h (FAKE_LABEL_NAME): Allow override
1854 (for targets that like eg. a leading dot in a local label).
1855
1856 2003-05-02 Nick Clifton <nickc@redhat.com>
1857
1858 * config/tc-xstormy16.c (xstormy16_md_apply_fix3): Do not bias the
1859 addend with the symbol's value for pc-relative relocations against
1860 a defined symbol - this will be done automatically.
1861
1862 2003-05-01 H.J. Lu <hjl@gnu.org>
1863
1864 * config/obj-elf.c (obj_elf_type): Accept "notype" and
1865 "STT_NOTYPE".
1866
1867 2003-05-01 H.J. Lu <hjl@gnu.org>
1868
1869 * config/tc-ia64.h (tc_canonicalize_section_name): New.
1870
1871 * config/obj-elf.c (obj_elf_section_name): Call
1872 tc_canonicalize_section_name if it is defined.
1873
1874 2003-05-01 H.J. Lu <hjl@gnu.org>
1875
1876 * config/tc-ia64.c (ia64_check_label): New.
1877 * config/tc-ia64.h (tc_check_label): New.
1878
1879 * read.c (read_a_source_file): Call tc_check_label after
1880 creating a user-defined label if defined.
1881
1882 2003-05-02 Alan Modra <amodra@bigpond.net.au>
1883
1884 * config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,
1885 -be and split strings to below 509 bytes in length.
1886
1887 2003-05-01 Christian Groessler <chris@groessler.org>
1888
1889 * expr.h: Fix comments in operatorT typedef.
1890 * config/tc-z8k.c: Add 2003 to copyright message.
1891 Fold s_segm() and s_unseg() into one function s_segm(parm) which
1892 decides by the parameter.
1893 (md_begin): Don't set linkrelax. Only set Z8002 default if no
1894 command line argument was given to select the intended
1895 architecure.
1896 (get_interrupt_operand): Warn if NOP type code is emitted.
1897 (newfix): New parameter 'size', forward it to 'fix_new_exp'.
1898 (apply_fix): Call newfix with additional 'size' parameter.
1899 (build_bytes): Remove unused variable 'nib'. Detect overflow in
1900 4 bit immediate arguments.
1901 (md_longopts): Add 'linkrelax' option.
1902 (md_parse_option): Adapt to new s_segm function. Set 'linkrelax'
1903 variable when 'linkrelax' command line option is specified.
1904 (md_show_usage): Display 'linkrelax' option.
1905 (md_apply_fix3): Fix cases R_IMM4L, R_JR, and R_IMM8. Add cases
1906 R_CALLR and R_REL16.
1907 * config/tc-z8k.h: Undef WARN_SIGNED_OVERFLOW_WORD.
1908
1909 2003-04-30 H.J. Lu <hjl@gnu.org>
1910
1911 * config/tc-ia64.c (ia64_number_to_chars): New function pointer.
1912 (ia64_float_to_chars): Likewise.
1913 (dot_byteorder): Set target_big_endian, ia64_number_to_chars
1914 and ia64_float_to_chars by tc_segment_info_data.endian from
1915 the current segment if byteorder == -1.
1916 (md_begin): Call dot_byteorder to set target_big_endian.
1917 (md_atof): Call ia64_float_to_chars to convert floating point.
1918 (ia64_float_to_chars_bigendian): New function.
1919 (ia64_float_to_chars_littleendian): Likewise.
1920 (ia64_elf_section_change_hook): Likewise.
1921
1922 * config/tc-ia64.h (ia64_number_to_chars): New.
1923 (md_number_to_chars): Changed to (*ia64_number_to_chars)
1924 (ia64_elf_section_change_hook): New.
1925 (md_elf_section_change_hook): Defined.
1926 (ia64_segment_info_type): New struct.
1927 (TC_SEGMENT_INFO_TYPE): Defined.
1928
1929 2003-04-30 H.J. Lu <hjl@gnu.org>
1930
1931 * config/tc-ia64.c (md_section_align): Deleted.
1932
1933 * config/tc-ia64.h (SUB_SEGMENT_ALIGN): New.
1934 (md_section_align): New.
1935
1936 2003-04-30 H.J. Lu <hjl@gnu.org>
1937
1938 * config/tc-ia64.c (stmt_float_cons): Fix alignment for real10
1939 and add real16.
1940 (md_pseudo_table): Add "xreal16", "xreal16.ua", "real16" and
1941 "real16.ua".
1942 (md_atof): Add 6 byte padding of zero for real16.
1943
1944 2003-04-29 Nick Clifton <nickc@redhat.com>
1945
1946 * config/obj-elf.c (obj_elf_symver): Skip whitespace before the
1947 start of a version name.
1948
1949 2003-04-28 Chris Demetriou <cgd@broadcom.com>
1950
1951 * configure.in (mips-*-*n*bsd*): Replace with...
1952 (mips-*-netbsd*, mips-*-openbsd*): These.
1953 * configure: Regenerate.
1954
1955 2003-04-28 H.J. Lu <hjl@gnu.org>
1956
1957 * config/tc-hppa.c (hppa_symbol_chars): New.
1958 * config/tc-hppa.h (tc_symbol_chars): Likewise.
1959
1960 2003-04-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1961
1962 * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again.
1963
1964 2003-04-25 Chris Demetriou <cgd@broadcom.com>
1965
1966 * NEWS: Belatedly mention support for MIPS32 Release 2.
1967
1968 2003-04-24 Eric Christopher <echristo@redhat.com>
1969
1970 * config/tc-mips.c (nopic_need_relax): Revert previous
1971 change.
1972
1973 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
1974
1975 * config/tc-h8300.h (DWARF2_LINE_MIN_INSN_LENGTH): New
1976 * config/tc-h8300.c (dwarf2dbg.h): Include
1977 (md_pseudo_table): Handle .loc and .file
1978 (md_assemble): Call dwarf2_emit_insn if BFD_ASSEMBLER.
1979 * Makefile.am: Add dependency on dwarf2dbg.h for h8300 targets.
1980 * Makefile.in: Regenerate.
1981
1982 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
1983
1984 * config/tc-h8300.c (Nmode, h8300hnmode, h8300snmode): New.
1985 (md_pseudo_table): Add h8300hn, h8300sn.
1986 * config/tc-h8300.h (COFF_MAGIC): Handle h8300hn, h8300sn.
1987 * doc/c-h8300.texi : Add documentation for new machine directives.
1988
1989 2003-04-24 Nick Clifton <nickc@redhat.com>
1990
1991 * config/tc-ppc.c (ppc_symbol_chars): Define.
1992 * config/tc-ppc.h (tc_symbol_chars): Define.
1993
1994 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
1995
1996 * config/tc-sh.c: Amend comment to refer to SuperH.
1997 * config/tc-sh.h: Likewise.
1998 (LISTING_HEADER): Amend to refer to SuperH.
1999 * config/tc-sh64.c: Change comment to refer to SuperH.
2000 * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH.
2001 * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH.
2002 * doc/c-sh.texi: Amend to refer to SuperH.
2003 Add SuperH architecture documentation references.
2004 * doc/c-sh64.texi: Change to refer to SuperH.
2005
2006 2003-04-23 H.J. Lu <hjl@gnu.org>
2007
2008 * app.c (do_scrub_chars): More checks for valid labels.
2009
2010 2003-04-22 H.J. Lu <hjl@gnu.org>
2011
2012 * app.c (do_scrub_chars): Check for valid label.
2013
2014 2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2015
2016 * doc/as.texinfo: Replace references to Mitsubishi M32R with
2017 references to Renesas M32R.
2018 * doc/c-m32r.texi: Likewise.
2019
2020 2003-04-21 Richard Henderson <rth@redhat.com>
2021
2022 * dwarf2dbg.c (get_filenum): Skip as-yet unassigned file numbers.
2023 (out_file_list): Assign non-null filename after generating error.
2024
2025 2003-04-18 Jakub Jelinek <jakub@redhat.com>
2026
2027 * ehopt.c (check_eh_frame): For aug_size == 0
2028 in state_seeing_aug_size state skip the state_skipping_aug
2029 state.
2030
2031 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
2032
2033 * doc/c-h8300.texi: Replace occurrances of 'Hitachi' with
2034 'Renesas'.
2035 * doc/c-h8500.texi: Likewise.
2036 * doc/c-sh.texi: Likewise.
2037 * doc/c-sh64.texi: Likewise.
2038 * doc/h8.texi: Likewise.
2039 * config/tc-h8300.c: Likewise.
2040 * config/tc-h8300.h: Likewise.
2041 * config/tc-h8500.c: Likewise.
2042 * config/tc-h8500.h: Likewise.
2043 * config/tc-sh.c: Likewise.
2044 * config/tc-sh.h: Likewise.
2045 * config/tc-sh64.c: Likewise.
2046 * config/tc-sh64.h: Likewise.
2047
2048 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
2049
2050 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): New.
2051 * config/tc-mips.c: Use signed add for n32 address arithmetic.
2052 (append_insn): When filling delay slots with instructions
2053 that have fixups that tc_gen_reloc might consider modifyable
2054 in variant frags, start a new frag.
2055 (load_address): Generate GOT_DISP with of without offset
2056 depending on whether symbol is local. For -xgot, use
2057 GOT_PAGE/GOT_OFST or GOT_HI16/GOT_LO16.
2058 (macro) <M_DLA_AB, M_LA_AB>: Likewise.
2059 <M_JAL_A>: In NewABI, use CALL16 or GOT_DISP for small got,
2060 CALL_HI16/CALL_LO16 or GOT_PAGE/GOT_OFST for big got.
2061 <ld_st>: In NewABI with small got, always use
2062 GOT_PAGE/GOT_OFST, with the latter in the load/store
2063 instruction. With big got, use GOT_HI16/GOT_LO16 or
2064 GOT_PAGE/GOT_OFST.
2065 (tc_gen_reloc): Adjust variant frags with GOT_DISP in NewABI.
2066 Add tc_frag_data.tc_fr_offset to addends. Decay CALL16,
2067 GOT_OFST and GOT_DISP to GOT_DISP in NewABI.
2068 (md_convert_frag): Use memmove for safe copying of overlapping
2069 regions.
2070
2071 2003-04-09 Stephane Carrez <stcarrez@nerim.fr>
2072
2073 * doc/c-m68hc11.texi (M68HC11-Opts): Document -m68hcs12, -mshort,
2074 -mlong, -mshort-double and -mlong-double options; use table @code.
2075 (M68HC11-Syntax): Update to document 68HC12 operands.
2076 (M68HC11-Modifiers): New section for operand modifiers.
2077 (M68HC11-Directives): New section for specific assembler directives.
2078 (M68HC11-Branch): Fix Overfull hbox error.
2079
2080 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
2081
2082 * config/tc-mips.c (macro): Add comments explaining the rationale
2083 for Chris' change.
2084
2085 2003-04-09 Chris Demetriou <cgd@broadcom.com>
2086
2087 * config/tc-mips.c (macro): Put back `+ 0x8000' in test for 64-bit
2088 constant address that Alexandre took out by accident. Reject
2089 64-bit addresses that are not sign extensions of 32 bits only if
2090 we don't support 64-bit address constants.
2091
2092 2003-04-09 Alan Modra <amodra@bigpond.net.au>
2093
2094 * config/tc-ppc.c (md_apply_fix3): Generate ADDR16 relocs.
2095
2096 2003-04-08 Nick Clifton <nickc@redhat.com>
2097
2098 * as.c (perform_an_assembly_pass): If using cgen, call
2099 gas_cgen_begin.
2100 * cgen.c (gas_cgen_begin): New function. If
2101 flag_signed_overflow_ok is set call cgen_set_signed_overflow_ok
2102 otherwise call cgen_clear_signed_overflow_ok.
2103 * cgen.h: Prototype gas_cgen_begin.
2104
2105 2003-04-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2106
2107 * write.c (write_relocs): Remove unused variable.
2108
2109 2003-04-06 Chris Demetriou <cgd@broadcom.com>
2110
2111 * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): New.
2112 (macro): Use new macro to decide whether to emit constant address
2113 as 32 or 64 bits if addresses are 32-bit wide but registers are
2114 64-bit wide.
2115
2116 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2117
2118 * config/tc-m68hc11.c (M6811_OP_CALL_ADDR): New internal define.
2119 (M6811_OP_PAGE_ADDR): New internal define.
2120 (get_operand): New modifier %page and %addr to obtain page and
2121 address part of a far-function.
2122 (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't
2123 complain on overflow for the BFD_RELOC_M68HC11_PAGE and truncation
2124 relocs.
2125 (fixup16): Use BFD_RELOC_M68HC11_LO16 for a %addr modifier.
2126 (find_opcode): Add comment.
2127 (md_estimate_size_before_relax): Force relocation of
2128 STATE_UNDEXED_OFFSET types when the symbol is not absolute.
2129 (tc_m68hc11_fix_adjustable): Check for BFD_RELOC_M68HC11_LO16
2130 instead of BFD_RELOC_LO16; temporarily make the BFD_RELOC_32
2131 on the symbol itself so that DWARF2 strings are merged correctly.
2132
2133 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2134
2135 * config/obj-coff.h (TARGET_FORMAT): Namespace cleanup, changed
2136 default tic4x target format to 'coff2-tic4x'.
2137 * config/tc-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/ and
2138 s/c3x/tic3x/
2139 * config/tc-tic4x.h: Ditto
2140
2141 2003-04-03 Nick Clifton <nickc@redhat.com>
2142
2143 * NEWS: Mention support for Xtensa architecture.
2144
2145 2003-04-02 Philip Blundell <philb@gnu.org>
2146
2147 * config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM.
2148
2149 2003-04-02 Chris Demetriou <cgd@broadcom.com>
2150
2151 * config/tc-mips.c (macro2): Adjust implementation of
2152 M_ULH, M_ULHU, M_ULW, and M_ULD so that they work properly
2153 in the case where the source and destination registers
2154 are the same.
2155
2156 2003-04-01 Bob Wilson <bob.wilson@acm.org>
2157
2158 * Makefile.am (CPU_TYPES): Add xtensa.
2159 (TARGET_CPU_CFILES): Add config/tc-xtensa.c.
2160 (TARGET_CPU_HFILES): Add config/tc-xtensa.h.
2161 (xtensa-relax.o): New target.
2162 Run "make dep-am".
2163 * Makefile.in: Regenerate.
2164 * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to
2165 extra_objects for xtensa targets.
2166 * configure: Regenerate.
2167 * write.c (write_object_file): Add new md_post_relax_hook.
2168 * config/tc-xtensa.c: New file.
2169 * config/tc-xtensa.h: Likewise.
2170 * config/xtensa-istack.h: Likewise.
2171 * config/xtensa-relax.c: Likewise.
2172 * config/xtensa-relax.h: Likewise.
2173 * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi.
2174 * doc/Makefile.in: Regenerate.
2175 * doc/all.texi: Set new XTENSA variable.
2176 * doc/as.texinfo: Set new Xtensa variable. Describe
2177 Xtensa-specific options. Define line comment character for
2178 Xtensa. Add Xtensa processors to list of ELF targets where
2179 alignment is specified in bytes. Add new Xtensa-Dependent node.
2180 Add acknowledgements for those contributing to the Xtensa port.
2181 * doc/internals.texi: Describe new md_post_relax_hook.
2182 * doc/c-xtensa.texi: New file.
2183
2184 2003-04-01 Nick Clifton <nickc@redhat.com>
2185 Richard Earnshaw <rearnsha@arm.com>
2186
2187 * config/tc-arm.c: Remove presence of (r) and (tm) symbols.
2188 (ARM_ARCH_IWMMXT): Simplify.
2189 (insns): Place iwmmx instructions in correct place in table.
2190 (arm_add_note): New function: Add a note entry to a .note section.
2191 (md_begin): Make the default architecture be unknown.
2192 Suppress the creation of an arm note section.
2193
2194 2003-03-26 Eric Christopher <echristo@redhat.com>
2195
2196 * config/tc-mips.c (nopic_need_relax): Check for S_IS_EXTERN.
2197
2198 2003-03-25 Stan Cox <scox@redhat.com>
2199 Nick Clifton <nickc@redhat.com>
2200
2201 Contribute support for Intel's iWMMXt chip - an ARM variant:
2202
2203 * config/tc-arm.c: (ARM_CEXT_IWMMXT, ARM_ARCH_IWMMXT, WR_PREFIX,
2204 WC_PREFIX, REG_TYPE_IWMMXT): New constants.
2205 (enum wreg_type, enum iwmmxt_insn_type): New types.
2206 (wr_register, wc_register, wcg_register): New macros.
2207 (iwmmxt_table): New variable.
2208 (wreg_required_here, do_iwmmxt_byte_addr, do_iwmmxt_tandc,
2209 do_iwmmxt_tbcst, do_iwmmxt_textrc, do_iwmmxt_textrm,
2210 do_iwmmxt_tinsr, do_iwmmxt_tmcr, do_iwmmxt_tmcrr, do_iwmmxt_tmia,
2211 do_iwmmxt_tmovmsk, do_iwmmxt_tmrc, do_iwmmxt_tmrrc,
2212 do_iwmmxt_torc, do_iwmmxt_waligni, do_iwmmxt_wmov,
2213 do_iwmmxt_word_addr, do_iwmmxt_wrwr, do_iwmmxt_wrwrwcg,
2214 do_iwmmxt_wrwrwr, do_iwmmxt_wshufh, do_iwmmxt_wzero,
2215 cp_byte_address_offset, cp_byte_address_required_here,
2216 check_iwmmxt_insn): New functions.
2217 (asm_opcode_insns): Add iWMMXt instructions.
2218 (md_begin): Set the mach value for iWMMXt targets. Create a note
2219 section to identify iwmmxt binaries.
2220 (md_apply_fix3): Handle BFD_RELOC_ARM_CP_OFF_IMM_S2.
2221 * doc/c-arm.texi: Document the support for the iWMMXt.
2222 * NEWS: Mention new support.
2223
2224 2003-03-24 Daniel Néri <dne@mayonnaise.net>
2225
2226 * doc/as.texinfo: Rename the all occurances of C54X to TIC54X.
2227 * doc/all.texi: Likewise.
2228 * doc/c-tic54x.texi: Likewise.
2229
2230 2003-03-21 Andreas Schwab <schwab@suse.de>
2231
2232 * config/tc-ia64.c (generate_unwind_image): Fix type of unw_rec to
2233 avoid aliasing issue.
2234
2235 2003-03-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
2236
2237 * config/tc-s390.c (s390_arch_size): Initialize to zero.
2238 (current_arch_mask): Rename to current_mode_mask.
2239 (current_arch_requested): Remove variable.
2240 (current_cpu): New variable.
2241 (init_default_arch): Set defaults values for s390_arch_size,
2242 current_mode_mask and current_cpu.
2243 (md_parse_option): New options -mesa, -mzarch and -march={g5,g6,z900}.
2244 (md_begin): Replace current_arch_mask by current_cpu.
2245 (md_assemble): Adapt check and error message to current_mode_mask and
2246 current_cpu.
2247
2248 2003-03-09 James E Wilson <wilson@tuliptree.org>
2249
2250 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
2251 * read.c (get_line_sb): Return end of line character or '\n' if
2252 it is zero or non-existent.
2253
2254 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
2255
2256 * config/tc-mips.c (mips_validate_fix): New function.
2257 * config/tc-mips.h (TC_VALIDATE_FIX): Define.
2258 (mips_validate_fix): Declare.
2259
2260 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
2261
2262 * Reverted 2003-03-02's patch.
2263
2264 2003-03-11 Steve Ellcey <sje@cup.hp.com>
2265
2266 * dwarf2dbg.c (generic_dwarf2_emit_offset): New.
2267 (TC_DWARF2_EMIT_OFFSET): Provide default.
2268 (out_debug_aranges, out_debug_info): Use it.
2269 * config/tc-ia64.c (ia64_dwarf2_emit_offset): New.
2270 (ia64_cons_fix_new): Move FUNC_DTP_RELATIVE handling ...
2271 (ia64_gen_real_reloc_type): ... here.
2272 * config/tc-ia64.h (TC_DWARF2_EMIT_OFFSET): New.
2273
2274 2003-03-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2275
2276 * config/tc-mips.c (s_mips_end): Remove !BFD_ASSEMBLER case.
2277 (s_mips_ent): Likewise.
2278
2279 2003-03-04 Dmitry Diky <diwil@mail.ru>
2280
2281 * config/tc-msp430.c (mcu_types): Add recently announced x1122
2282 and x1123 devices, add missed x437.
2283 (md_show_usage): Sort device list.
2284
2285 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
2286
2287 * config/tc-sh.c (sh_dsp): Replace with preset_target_arch.
2288 (md_begin): Use preset_target_arch.
2289 (md_longopts): Make isa option unconditional.
2290 (md_parse_option): Make OPTION_DSP and OPTION_ISA sh4 / any
2291 set preset_target_arch.
2292 (md_apply_fix3): If BFD_ASSEMBLER, adjust SWITCH_TABLE fixups
2293 by -S_GET_VALUE (fixP->fx_subsy).
2294 (tc_gen_reloc): For SWITCH_TABLE fixups, the symbol is fixp->fx_subsy,
2295 and the addend is 0.
2296 Adjust addend of R_SH_IND12W relocations by fixp->fx_offset - 4.
2297 * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
2298
2299 2003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2300
2301 * config/tc-mips.c (append_insn): Add handling of
2302 BFD_RELOC_MIPSEMB_16_PCREL_S2. Avoid emitting unneeded
2303 BFD_RELOC_16_PCREL_S2 relocs and add earlier warnings about
2304 misaligned address and reange overflow.
2305 (macro_build): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2. Add
2306 earlier warnings about misaligned address and reange overflow.
2307 (mips_ip): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
2308 (md_apply_fix): Likewise. Fix warning output.
2309 (tc_gen_reloc): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
2310 Allow BFD_RELOC_16_PCREL_S2 for all ABIs.
2311 (md_convert_frag): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
2312
2313 2003-02-21 Nick Clifton <nickc@redhat.com>
2314
2315 * NEWS: Mention availability of test generator program.
2316
2317 2003-02-21 Miles Bader <miles@gnu.org>
2318
2319 * config/tc-v850.c (system_registers): Add v850e debug registers.
2320 (system_register_name): Accept up to 27 (the last v850e sys register).
2321
2322 2003-02-21 Bob Wilson <bob.wilson@acm.org>
2323
2324 * doc/as.texinfo: Define new COFF-ELF variable to conditionalize text
2325 relevant to both COFF and ELF. Fix obvious typos and texinfo bugs.
2326 Capitalize section headings consistently. Format index entries more
2327 consistently. Unconditionalize text about whether text and data
2328 sections are alterable. Use @ifnottex for alternatives to @tex output
2329 so that HTML works. Clean up COFF vs. ELF descriptions of .section,
2330 .size and .type directives. Be more polite about bad bug reports.
2331 Move FDL into a separate file.
2332 * doc/fdl.texi: New file.
2333
2334 2003-02-21 Richard Sandiford <rsandifo@redhat.com>
2335
2336 * config/tc-mips.c (prev_reloc_op_frag): New variable.
2337 (macro): Check it to decide whether a new frag is needed.
2338 (my_getSmallExpression): Set it.
2339
2340 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
2341
2342 * cgen.c: Fix typo: intial -> initial.
2343
2344 2003-02-19 Jie Zhang <zhangjie@magima.com.cn>
2345
2346 * app.c (do_scrub_chars): Handle '||' in two states.
2347
2348 2003-02-13 Alan Modra <amodra@bigpond.net.au>
2349
2350 * write.c (TC_FORCE_RELOCATION_SUB_SAME): Revert last change.
2351 * config/tc-s390.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
2352
2353 2003-02-11 Uwe Stieber <uwe@wwws.de>
2354
2355 * configure.in: Add support for kaOS as cross build target system.
2356 * configure: Regenerated.
2357
2358 2003-02-10 Nick Clifton <nickc@redhat.com>
2359
2360 * config/tc-arm.c (md_begin): If the Maverick co-processor is
2361 selected, set the EF_ARM_MAVERICK_FLOAT flag and
2362 bfd_mach_arm_ep9312 machine number.
2363
2364 2003-02-08 Richard Sandiford <rsandifo@redhat.com>
2365
2366 * config/tc-mips.c (reloc_needs_lo_p): New function.
2367 (fixup_has_matching_lo_p): New function.
2368 (append_insn): Use reloc_needs_lo_p to check whether a relocation
2369 might need a matching %lo(). Reuse the head of mips_hi_fixup_list
2370 if that fixup already has a matching %lo(). Don't call frag_wane here.
2371 (macro): Call frag_wane here if the last unmatched hi was in the
2372 current frag.
2373 (pic_need_relax): New function, split out from...
2374 (md_estimate_size_before_relax): ...here.
2375 (mips_frob_file): Use reloc_needs_lo_p. Use pic_need_relax to test
2376 whether BFD_RELOC_MIPS_GOT16 fixups refer to global symbols.
2377
2378 2003-02-07 Richard Sandiford <rsandifo@redhat.com>
2379
2380 * config/tc-mips.c (my_getSmallExpression): Rework bracket handling.
2381
2382 2003-02-06 Alan Modra <amodra@bigpond.net.au>
2383
2384 * config/tc-ppc.c (ppc_elf_suffix): Undo part of last change so that
2385 x@toc+off works.
2386
2387 2003-02-05 Alan Modra <amodra@bigpond.net.au>
2388
2389 * config/tc-ppc.c (mapping): Handle new TLS reloc specs.
2390 (ppc_elf_suffix): Don't warn for x+off@got when ppc64 and don't
2391 accept x@got+off etc.
2392 (md_assemble): Handle TLS relocs.
2393 (ppc_force_relocation): Force for all TLS relocs.
2394 (ppc_fix_adjustable): Likewise.
2395 (md_apply_fix3): Handle TLS relocs.
2396
2397 2003-02-04 Alan Modra <amodra@bigpond.net.au>
2398
2399 * config/obj-elf.c (obj_elf_change_section): Set SEC_LINK_ONCE and
2400 SEC_LINK_DUPLICATES_DISCARD directly rather than using elf_linkonce_p.
2401
2402 2003-02-02 Richard Sandiford <rsandifo@redhat.com>
2403
2404 * config/tc-mips.c (enum small_ex_type): Remove.
2405 (imm_unmatched_hi): Remove.
2406 (md_assemble): Remove use of imm_unmatched_hi. Remove the last
2407 argument from calls to append_insn.
2408 (append_insn): Remove unmatched_hi parameter; check reloc_type[0]
2409 instead.
2410 (macro_build): Update append_insn calls.
2411 (mips16_macro_build, macro_build_lui): Likewise.
2412 (mips_ip): Rework handling of small expressions. Move explicit
2413 relocation handling into my_getSmallExpression. Assume that the
2414 value of 'o' operands is zero if there is only one bracketed
2415 expression left.
2416 (percent_op): Make constant. Record the BFD relocation code
2417 associated with each operator.
2418 (my_getSmallParser, my_getPercentOp): Remove.
2419 (parse_relocation): New function.
2420 (my_getSamllExpression): Rework. Fill in relocations here
2421 rather than in mips_ip.
2422
2423 2003-01-29 Nick Clifton <nickc@redhat.com>
2424
2425 * config/tc-i386.c (line_comment_chars): Add '#'. This makes the
2426 assembler's handling of # <linenum> "<filename>" directives work.
2427
2428 2003-01-28 Jakub Jelinek <jakub@redhat.com>
2429
2430 * dwarf2dbg.c: Include filenames.h.
2431 (struct file_entry): Make filename const char *.
2432 (dirs, dirs_in_use, dirs_allocated): New variables.
2433 (get_filenum): Add NUM argument. Build directory table.
2434 (dwarf2_where): Adjust caller.
2435 (dwarf2_directive_file): Use get_filenum to allocate
2436 slot in file and directory tables.
2437 (dwarf2_directive_loc): Recreate full filename from
2438 directory and filename part if needed for listing.
2439 (out_file_list): Output directory table.
2440 Output main source file dirname before its filename.
2441
2442 2003-01-28 Dmitry Diky <diwil@mail.ru>
2443
2444 * config/tc-msp430.c: Replace occurences of 'tolower' with
2445 'TOLOWER'.
2446
2447 2003-01-27 David Mosberger <davidm@hpl.hp.com>
2448
2449 * config/tc-ia64.c (dot_vframesp): Correct error message.
2450 (dot_vframepsp): Ditto.
2451
2452 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
2453
2454 * configure.in (em): Set to irix on all Irix systems.
2455 * configure: Rebuilt.
2456 * config/te-irix.h: New file.
2457 * config/tc-mips.c (mips_dwarf2_format): Use TE_IRIX to decide
2458 whether to use Irix-specific 64-bit format.
2459
2460 2003-01-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
2461
2462 * config/tc-s390.c (s390_elf_cons): Avoid designated initializers.
2463
2464 2003-01-25 Jakub Jelinek <jakub@redhat.com>
2465
2466 * config/tc-sparc.c (sparc_ip): Handle TLS % operators.
2467 (tc_gen_reloc): Handle TLS relocs.
2468 (sparc_cons, cons_fix_new_sparc): Handle %r_tls_dtpoff.
2469 * config/tc-sparc.h (tc_fix_adjustable): Don't adjust TLS
2470 relocs.
2471 * config/obj-elf.c (obj_elf_section_word): Handle tls.
2472 (obj_elf_type): Handle tls_object.
2473
2474 2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
2475
2476 * config/tc-s390.c (s390_tls_suffix): New function.
2477 (elf_suffix_type): Add suffix enums for TLS relocations.
2478 (s390_elf_suffix): Add suffix strings for TLS relocations.
2479 (s390_elf_cons): Map new lenght/elf suffix combinations for TLS to
2480 bfd relocations.
2481 (md_gather_operands): Map new instruction operand/elf suffix
2482 combinations for TLS to bfd relocations.
2483 (tc_s390_fix_adjustable): Add new TLS relocations.
2484 (tc_s390_force_relocation): Likewise.
2485 (md_apply_fix3): Likewise.
2486
2487 2003-01-24 Alan Modra <amodra@bigpond.net.au>
2488
2489 * as.h: Update copyright date.
2490 * symbols.c: Likewise.
2491 * config/tc-d10v.h: Likewise.
2492 * config/tc-fr30.h: Likewise.
2493 * config/tc-i960.h: Likewise.
2494 * config/tc-mips.h: Likewise.
2495
2496 * config/tc-hppa.h (DIFF_EXPR_OK): Define.
2497 (MD_APPLY_SYM_VALUE): Move.
2498
2499 2003-01-23 Nick Clifton <nickc@redhat.com>
2500
2501 * NEWS: Announce sh2e support.
2502
2503 Add sh2e support:
2504 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
2505 * config/tc-sh.c (md_show_usage): Added sh2e next to sh3e.
2506 (sh_elf_final_processing): Handle arch_sh2e.
2507
2508 2003-01-23 Alan Modra <amodra@bigpond.net.au>
2509
2510 * symbols.c (S_FORCE_RELOC): Add "strict" param.
2511 * symbols.h (S_FORCE_RELOC): Likewise.
2512 * config/obj-aout.h (S_FORCE_RELOC): Likewise.
2513 * config/obj-bout.h (S_FORCE_RELOC): Likewise.
2514 * config/obj-coff.h (S_FORCE_RELOC): Likewise.
2515 * config/obj-ieee.h (S_FORCE_RELOC): Likewise.
2516 * config/obj-vms.h (S_FORCE_RELOC): Likewise.
2517 * write.c (generic_force_reloc): New function.
2518 (TC_FORCE_RELOCATION): Use it here instead of S_FORCE_RELOC.
2519 (TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
2520 (adjust_reloc_syms): Adjust S_FORCE_RELOC call.
2521 * as.h (generic_force_reloc): Declare.
2522 * doc/internals.texi (S_FORCE_RELOC): Update.
2523 (TC_FORCE_RELOCATION_SUB_SAME): Update.
2524
2525 * config/tc-alpha.c (alpha_force_relocation): Adjust to use
2526 generic_force_reloc.
2527 (alpha_fix_adjustable): Likewise.
2528 * config/tc-arm.c (arm_force_relocation): Likewise.
2529 * config/tc-cris.c (md_cris_force_relocation): Likewise.
2530 * config/tc-frv.c (frv_force_relocation): Likewise.
2531 * config/tc-i386.c (md_apply_fix3): Likewise.
2532 * config/tc-ia64.c (ia64_force_relocation): Likewise.
2533 * config/tc-ip2k.c (ip2k_force_relocation): Likewise.
2534 * config/tc-m32r.c (m32r_force_relocation): Likewise.
2535 * config/tc-m68hc11.c (tc_m68hc11_force_relocation): Likewise.
2536 * config/tc-mcore.c (mcore_force_relocation): Likewise.
2537 * config/tc-mips.c (mips_force_relocation): Likewise.
2538 * config/tc-mmix.c (mmix_force_relocation): Likewise.
2539 * config/tc-ppc.c (ppc_force_relocation): Likewise.
2540 * config/tc-s390.c (tc_s390_force_relocation): Likewise.
2541 * config/tc-sh.c (sh_force_relocation): Likewise.
2542 (md_pcrel_from_section): Likewise.
2543 * config/tc-sparc.c (tc_gen_reloc): Likewise.
2544 * config/tc-v850.c (v850_force_relocation): Likewise.
2545 * config/tc-xstormy16.c (xstormy16_force_relocation): Likewise.
2546 * config/tc-i386.h (TC_FORCE_RELOCATION): Likewise.
2547 * config/tc-mcore.h (TC_FORCE_RELOCATION): Likewise.
2548 * config/tc-sparc.h (tc_fix_adjustable): Likewise.
2549
2550 * config/tc-d10v.c (d10v_force_relocation): Delete.
2551 * config/tc-d10v.h (TC_FORCE_RELOCATION): Don't define.
2552 * config/tc-dlx.c (md_dlx_force_relocation): Delete.
2553 * config/tc-dlx.h (TC_FORCE_RELOCATION): Don't define.
2554 * config/tc-fr30.c (fr30_force_relocation): Delete.
2555 * config/tc-fr30.h (TC_FORCE_RELOCATION): Don't define.
2556 * config/tc-mn10300.c (mn10300_force_relocation): Delete.
2557 * config/tc-mn10300.h (TC_FORCE_RELOCATION): Don't define.
2558 (TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
2559 * config/tc-i960.h (TC_FORCE_RELOCATION_SUB_SAME): Likewise.
2560 * config/tc-hppa.c (hppa_force_relocation): Adjust S_FORCE_RELOC call.
2561 * config/tc-mips.c (RELAX_BRANCH_TOOFAR): Warning fix.
2562 * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Don't define.
2563 * config/tc-openrisc.c (openrisc_force_relocation): Delete.
2564 * config/tc-openrisc.h (TC_FORCE_RELOCATION): Don't define.
2565 * config/tc-sparc.c (elf32_sparc_force_relocation): Delete.
2566 * config/tc-sparc.h (TC_FORCE_RELOCATION): Don't define for ELF.
2567 * config/tc-i386.c (i386_force_relocation): Delete.
2568 * config/tc-i386.h (TC_FORCE_RELOCATION): Don't define for
2569 BFD_ASSEMBLER.
2570 (EXTERN_FORCE_RELOC): Fix TE_PE and STRICT_PE_FORMAT nesting.
2571 * config/tc-m68k.h (TC_FORCE_RELOCATION): Don't define.
2572 * config/tc-pj.h (TC_FORCE_RELOCATION): Don't define.
2573 * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Don't call
2574 S_FORCE_RELOC.
2575 (TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
2576 * config/tc-sh64.h (TC_FORCE_RELOCATION_SUB_SAME): Likewise.
2577
2578 2003-01-23 Alan Modra <amodra@bigpond.net.au>
2579
2580 * config/tc-sh64.c (shmedia_frob_section_type): Adjust for changed
2581 sh64_elf_section_data.
2582 * config/tc-sh64.h: Include elf32-sh64.h.
2583 * config/tc-m68hc11.c: Don't include stdio.h.
2584 (md_show_usage): Fix missing continuation.
2585 * Makefile.am: Run "make dep-am".
2586 * Makefile.in: Regenerate.
2587
2588 2003-01-22 Nick Clifton <nickc@redhat.com>
2589
2590 * as.h: Include fopen-bin.h not fopen-same.h for mingw32 hosts.
2591
2592 2003-01-21 Fabio Alemagna <falemagn@aros.org>
2593
2594 * configure.in: Handle *-*-aros*.
2595 * configure: Regenerated from configure.in.
2596
2597 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
2598
2599 * config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
2600 gotplt and pltoff relocations.
2601 (s390_elf_suffix): Add suffix strings for gotoff, gotplt and pltoff.
2602 (s390_elf_cons): Map new lenght/elf suffix combinations for gotoff,
2603 gotplt and pltoff to bfd relocations.
2604 (md_gather_operands): Map new instruction operand/elf suffix
2605 combinations to bfd relocations.
2606 (tc_s390_fix_adjustable): Add new gotoff, gotplt and pltoff relocations
2607 to the list of unadjustable relocations.
2608 (tc_s390_force_relocation): Always emit relocations for gotoff, gotplt
2609 and pltoff relocations.
2610 (md_apply_fix3): Add the new relocations.
2611
2612 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
2613
2614 * config/tc-s390.c (md_apply_fix3): Emit error message for relocations
2615 with a subsy symbol.
2616
2617 2003-01-17 Stephane Carrez <stcarrez@nerim.fr>
2618
2619 * config/tc-m68hc11.c (tc_m68hc11_fix_adjustable): Prevent adjustment
2620 of relocs for memory bank addressing.
2621
2622 2003-01-17 Stephane Carrez <stcarrez@nerim.fr>
2623
2624 * config/tc-m68hc11.c (md_show_usage): Update usage.
2625 (md_parse_option): Recognize -m68hcs12.
2626 (m68hc11_elf_final_processing): Set EF_M68HCS12_MACH flag to identify
2627 HCS12.
2628 * doc/as.texinfo (Overview): Document new option -m68hcs12.
2629
2630 2003-01-16 Jakub Jelinek <jakub@redhat.com>
2631
2632 * config/tc-ia64.c (ia64_cons_fix_new): Handle @dtprel() in data.
2633
2634 2003-01-16 Alan Modra <amodra@bigpond.net.au>
2635
2636 * Makefile.am: Run "make dep-am".
2637 * Makefile.in: Regenerate.
2638 * po/POTFILES.in: Regenerate.
2639
2640 2003-01-11 Alan Modra <amodra@bigpond.net.au>
2641
2642 * read.c (get_absolute_expr): New, split out from..
2643 (get_absolute_expression): ..here.
2644 * read.h (get_absolute_expr): Declare.
2645 * config/obj-elf.c (elf_common): Use offsetT for "temp" and "size".
2646 Trim size to arch bits_per_address, and test for negative input
2647 via get_absolute_expr.
2648
2649 2003-01-07 DJ Delorie <dj@redhat.com>
2650
2651 * config/tc-xstormy16.c (md_cgen_lookup_reloc): Adjust value based
2652 on operand type.
2653 (xstormy16_md_apply_fix3): Use adjustment.
2654
2655 2003-01-02 Ben Elliston <bje@redhat.com>
2656
2657 * configure.in: Add iq2000-elf target.
2658 * configure: Regenerate.
2659 * config/tc-iq2000.c: New file.
2660 * config/tc-iq2000.h: Likewise.
2661 * po/gas.pot: Regenerate.
2662
2663 2003-01-02 Chris Demetriou <cgd@broadcom.com>
2664
2665 * config/tc-mips.c: Update copyright years to include 2003.
2666 (mips_ip): Fix indentation of "+A", "+B", and "+C" handling.
2667 Additionally, clean up their code slightly and clean up their
2668 comments some more.
2669
2670 * doc/c-mips.texi: Add MIPS32r2 to ".set mipsN" documentation.
2671
2672 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
2673
2674 * doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi
2675 $(CPU_DOCS)".
2676 * doc/Makefile.in: Regenerate.
2677
2678 2003-01-01 John David Anglin <dave.anglin@nrc.ca>
2679
2680 * config/obj-elf.c (special_sections): Work around HP's incorrect usage
2681 of .init and .fini sections for array initializers and finalizers.
2682
2683 2002-12-31 Chris Demetriou <cgd@broadcom.com>
2684
2685 * config/tc-mips.c (validate_mips_insn, mips_ip): Recognize
2686 the "+D" operand, which will be used only by the disassembler.
2687
2688 2002-12-30 Chris Demetriou <cgd@broadcom.com>
2689
2690 * configure.in: Recognize mipsisa32r2, mipsisa32r2el, and
2691 CPU variants.
2692 * configure: Regenerate.
2693 * config/tc-mips.c (ISA_HAS_DROR, ISA_HAS_ROR): New defines.
2694 (macro_build): Handle "K" operand.
2695 (macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where
2696 CPU_HAS_DROR and CPU_HAS_ROR are currently used.
2697 (mips_ip): New variable "lastpos", and implement "+A", "+B",
2698 and "+C" operands for MIPS32 Release 2 ins/ext instructions.
2699 Implement "K" operand for MIPS32 Release 2 rdhwr instruction.
2700 (validate_mips_insn): Implement "+" as a way to extend the
2701 allowed operands, and implement "K", "+A", "+B", and "+C"
2702 operands.
2703 (OPTION_MIPS32R2): New define.
2704 (md_longopts): Add entry for OPTION_MIPS32R2.
2705 (OPTION_ELF_BASE): Adjust to accommodate OPTIONS_MIPS32R2.
2706 (md_parse_option): Handle OPTION_MIPS32R2.
2707 (s_mipsset): Reimplement handling of ".set mipsN" options
2708 and add support for ".set mips32r2".
2709 (mips_cpu_info_table): Add entry for "mips32r2" (MIPS32 Release 2).
2710 (md_show_usage): Document "-mips32r2" option.
2711 * doc/as.texinfo: Document "-mips32r2" option.
2712 * doc/c-mips.texi: Likewise.
2713
2714 2002-12-30 Dmitry Diky <diwil@mail.ru>
2715
2716 * configure.in: Add msp430 target.
2717 * configure: Regenerate.
2718 * Makefile.am: Add msp430 target.
2719 * Makefile.in: Regenerate.
2720 * config/tc-msp430.c: New file: msp430 assembler.
2721 * config/tc-msp430.h: New file: target macros for msp430.
2722 * doc/Makefile.am: Add msp430 target.
2723 * doc/Makefile.in: Regenerate.
2724 * doc/as.texinfo: Include msp430 documenation.
2725 * doc/all.texi: Enable msp430 documentation.
2726 * doc/c-msp430.texi: New file: document msp430 specific features
2727 of the assembler.
2728
2729 2002-12-25 Alexandre Oliva <aoliva@redhat.com>
2730
2731 * dwarf2dbg.c (DWARF2_ADDR_SIZE): New macro.
2732 (dwarf2_finish): Use it.
2733 * doc/internals.texi (DWARF2_ADDR_SIZE): Document it.
2734 * config/tc-mips.h (DWARF2_ADDR_SIZE): Override.
2735
2736 2002-12-20 DJ Delorie <dj@redhat.com>
2737
2738 * config/tc-xstormy16.c (md_cgen_lookup_reloc): Support
2739 BFD_RELOC_XSTORMY16_12.
2740
2741 2002-12-19 Alan Modra <amodra@bigpond.net.au>
2742
2743 * doc/as.texinfo (Invoking): Typo fix.
2744 * config/tc-tic54x.c (encode_operand): Comment typo fix.
2745
2746 2002-12-18 Kazu Hirata <kazu@cs.umass.edu>
2747
2748 * doc/c-alpha.texi: Fix typos.
2749 * doc/c-arm.texi: Likewise.
2750 * doc/c-d10v.texi: Likewise.
2751 * doc/c-i370.texi: Likewise.
2752 * doc/c-i960.texi: Likewise.
2753 * doc/c-ia64.texi: Likewise.
2754 * doc/c-mmix.texi: Likewise.
2755 * doc/c-ns32k.texi: Likewise.
2756 * doc/c-pdp11.texi: Likewise.
2757 * doc/c-pj.texi: Likewise.
2758 * doc/c-sh64.texi: Likewise.
2759 * doc/c-sparc.texi: Likewise.
2760 * doc/c-tic54x.texi: Likewise.
2761 * doc/c-v850.texi: Likewise.
2762 * doc/c-vax.texi: Likewise.
2763 * doc/internals.texi: Likewise.
2764
2765 2002-12-18 Chris Demetriou <cgd@broadcom.com>
2766
2767 * config/tc-mips.c (macro): In M_DROL, M_DROR, M_ROL, and M_ROR,
2768 use hardware rotate ops as appropriate. In M_DROL_I, M_DROR_I,
2769 M_ROL_I, and M_ROR_I, simplify code, clean up warnings, and
2770 arrange not to issue warnings about use of AT when AT is not
2771 actually used.
2772
2773 2002-12-17 Nick Clifton <nickc@redhat.com>
2774
2775 * as.c (std_longopts): Duplicate --keep-locals entry in order to
2776 prevent it being confused with -k.
2777
2778 2002-12-16 Andrew MacLeod <amacleod@redhat.com>
2779
2780 * config/tc-xstormy16.c (md_cgen_lookup_reloc): If a relocation
2781 has already been set up, use it.
2782
2783 2002-12-16 Kazu Hirata <kazu@cs.umass.edu>
2784
2785 * ChangeLog-9295: Fix a typo.
2786 * README: Likewise.
2787 * config/tc-d10v.c: Fix a comment typo.
2788 * config/tc-dlx.c: Likewise.
2789 * config/tc-h8300.h: Likewise.
2790 * config/tc-h8500.h: Likewise.
2791 * config/tc-mips.c: Likewise.
2792 * config/tc-s390.c: Likewise.
2793 * config/tc-sh.h: Likewise.
2794 * config/tc-tic80.h: Likewise.
2795 * config/tc-w65.h: Likewise.
2796 * config/tc-z8k.c: Likewise.
2797 * config/tc-z8k.h: Likewise.
2798 * testsuite/gas/h8300/cmpsi2.s: Likewise.
2799
2800 2002-12-16 Alan Modra <amodra@bigpond.net.au>
2801
2802 * config/tc-d30v.c (check_range): Warning fixes, formatting.
2803 Simplify sign extension. Remove redundant unsigned < 0 test.
2804 * config/tc-i960.c (md_ri_to_chars): Prototype.
2805 * config/tc-mcore.c (md_pseudo_table): Fix typo.
2806 (dump_literals): Init brarsym, and test later instead of isforce.
2807
2808 * config/tc-ns32k.c (encode_operand): Constify operandsP and suffixP.
2809 (parse): Constify line and lineptr.
2810 (md_begin): Calculate endop here.
2811
2812 2002-12-13 Alan Modra <amodra@bigpond.net.au>
2813
2814 * config/obj-vms.c: Formatting. Include fnctl.h.
2815 (Create_VMS_Object_File): Fix creat call for sane unix systems.
2816 (Object_Record_Offset): Make it a size_t.
2817 (Flush_VMS_Object_Record_Buffer): Fix signed/unsigned warning.
2818 (VMS_TBT_Routine_End <Size>): Make var unsigned long.
2819 (VMS_Fix_Indirect_Reference <Offset>): Make arg addressT.
2820 (synthesize_data_segment <data_size>): Remove ATTRIBUTE_UNUSED.
2821 (vms_fixup_data_section <data_size>): Add here instead.
2822 * config/e-criself.c: Fix typo in last change.
2823
2824 2002-12-13 Alan Modra <amodra@bigpond.net.au>
2825
2826 * write.c (write_object_file): Fix signed/unsigned warning.
2827 * config/e-crisaout.c (crisaout_bfd_name): Prototype.
2828 * config/e-criself.c (criself_bfd_name): Prototype.
2829 * config/obj-aout.c (s_sect): Remove unused function.
2830 * config/obj-bout.c (obj_bout_line <ignore>): Add ATTRIBUTE_UNUSED.
2831 * config/obj-coff.c (coff_last_bf): Don't declare for OBJ_XCOFF.
2832 (fixup_mdeps <h>): Add ATTRIBUTE_UNUSED.
2833 * config/obj-ecoff.c (ecoff_frob_file <addr>): Likewise.
2834 * config/obj-vms.c (setup_basic_type <spnt>): Likewise.
2835 (VMS_RSYM_Parse <Current_Routine>): Likewise.
2836 (vms_fixup_text_section <text_siz>): Likewise.
2837 (synthesize_data_segment <data_size>): Likewise.
2838 (vms_fixup_xtors_section <sect_no>): Likewise.
2839 (structure_count): Don't use implicit int type.
2840 * config/tc-a29k.c (insert_sreg): Prototype.
2841 (define_some_regs): Prototype, make static.
2842 (parse_operand): Likewise.
2843 (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED.
2844 (md_show_usage <stream>): Likewise.
2845 (md_section_align <segment>): Likewise.
2846 (md_convert_frag <all args>): Likewise.
2847 (md_estimate_size_before_relax <all args>): Likewise.
2848 (md_apply_fix3): Don't cast valP pointer type. Fix bogus >>='s.
2849 * config/tc-arm.c (arm_validate_fix): Only for OBJ_COFF or OBJ_ELF.
2850 * config/tc-d30v.c (md_parse_option <arg>): Add ATTRIBUTE_UNUSED.
2851 (md_undefined_symbol <name>): Likewise.
2852 (md_convert_frag <all args>): Likewise.
2853 (write_long <opcode>): Likewise.
2854 (tc_gen_reloc <seg>): Likewise.
2855 (md_estimate_size_before_relax <all args>): Likewise.
2856 (md_apply_fix3 <seg>): Likewise.
2857 (s_d30v_align <ignore>): Likewise.
2858 (build_insn): Correct format string.
2859 (md_apply_fix3): Likewise.
2860 * config/tc-fr30.c (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED.
2861 (md_undefined_symbol <name>): Likewise.
2862 (md_convert_frag <all args>): Likewise.
2863 (md_cgen_lookup_reloc <insn>): Likewise.
2864 (md_begin): Delete unused vars.
2865 (md_assemble): Likewise.
2866 (md_estimate_size_before_relax): Likewise.
2867 (fr30_relax_frag): #if 0 out, seems unused.
2868 (md_atof): Remove declaration of atof_ieee.
2869 (restore_colon): Prototype.
2870 * config/tc-frv.c (frv_insert_vliw_insn): Prototype.
2871 (frv_find_in_vliw): Likewise.
2872 (frv_debug_tomcat): Likewise.
2873 (frv_adjust_vliw_count): Likewise.
2874 (frv_tomcat_shuffle): Likewise.
2875 (frv_tomcat_analyze_vliw_chains): Likewise. Correct args to
2876 frv_find_in_vliw call.
2877 (md_atof): Remove declaration of atof_ieee.
2878 * config/tc-h8500.c (cons): Delete declaration.
2879 (md_begin <opcode>): Constify.
2880 (displacement_size, immediate_size, absolute_size): Remove.
2881 (build_relaxable_instruction <operand>): Add ATTRIBUTE_UNUSED.
2882 (tc_crawl_symbol_chain <headers>): Likewise.
2883 (md_undefined_symbol <name>): Likewise.
2884 (tc_headers_hook <headers>): Likewise.
2885 (md_parse_option <c,arg>): Likewise.
2886 (md_show_usage <stream>): Likewise.
2887 (md_convert_frag <headers, seg>): Likewise.
2888 (tc_coff_symbol_emit_hook <ignore>): Likewise.
2889 (md_atof): Remove declaration of atof_ieee.
2890 (tc_aout_fix_to_chars): Remove unused function.
2891 (parse_reg): Prototype.
2892 (parse_exp): Prototype.
2893 (skip_colonthing): Prototype. Use &&, not & in logical expressions.
2894 (parse_reglist): Prototype.
2895 (get_operand): Prototype.
2896 (get_operands): Prototype.
2897 (get_specific): Prototype. Make "this_index" signed.
2898 (check): Prototype, make static.
2899 (insert): Prototype
2900 (build_relaxable_instruction): Prototype, make static.
2901 (build_bytes): Prototype.
2902 (wordify_scb): Prototype.
2903 * config/tc-h8500.h (start_label): Declare.
2904 (tc_coff_sizemachdep): Declare.
2905 * config/tc-i370.c (i370_ebcdic <unused>): Add ATTRIBUTE_UNUSED.
2906 (i370_rmode <unused>): Likewise.
2907 (i370_csect <unused>): Likewise.
2908 (i370_dc <unused>): Likewise.
2909 (i370_ds <unused>): Likewise.
2910 (i370_elf_lcomm <unused>): Likewise.
2911 (i370_ltorg <ignore>): Likewise.
2912 (i370_using <ignore>): Likewise.
2913 (i370_drop <ignore>): Likewise.
2914 (i370_byte <ignore>): Likewise.
2915 (i370_tc <ignore>): Likewise.
2916 (md_estimate_size_before_relax <fragp, seg>): Likewise.
2917 (md_convert_frag <all args>): Likewise.
2918 (md_undefined_symbol <name>): Likewise.
2919 (md_pcrel_from_section <sec>): Likewise.
2920 (tc_gen_reloc <seg>): Likewise.
2921 (i370_section_letter): #if 0 unused functions.
2922 (i370_section_word, i370_section_type, i370_section_flags): Likewise.
2923 (symbol_locate): Prototype.
2924 * config/tc-i860.c (md_atof): Remove declaration of atof_ieee.
2925 (md_number_to_disp, md_number_to_field): Remove.
2926 (md_apply_fix3): Correct format string and cast "fup".
2927 * config/tc-i960.c (md_convert_frag): Add ATTRIBUTE_UNUSED to args.
2928 (s_endian <ignore>): Likewise.
2929 (md_undefined_symbol <name>): Likewise.
2930 (tc_crawl_symbol_chain <headers>): Likewise.
2931 (tc_set_bal_of_call): Likewise.
2932 (tc_coff_symbol_emit_hook <symbolP>): Likewise.
2933 (i960_handle_align <fragp>): Likewise.
2934 (i960_validate_fix <this_segment_type>): Likewise
2935 (tc_gen_reloc <section>): Likewise.
2936 (tc_coff_symbol_emit_hook): Only define for OBJ_COFF.
2937 (struct memS, struct regop): Forward declare.
2938 (brcnt_emit, brlab_next, cobr_fmt, ctrl_fmt, emit, get_args,
2939 get_cdisp, get_ispec, get_regnum, i_scan, mem_fmt, mema_to_memb,
2940 parse_expr, parse_ldconst, parse_memop, parse_po, parse_regop,
2941 reg_fmt, relax_cobr, s_leafproc, s_sysproc, shift_ok, syntax,
2942 targ_has_sfr, targ_has_iclass, tc_bfd_fix2rtype): Prototype.
2943 (md_chars_to_number, md_number_to_imm): Make static, prototype.
2944 (md_number_to_field): Likewise.
2945 (md_number_to_disp): Remove unused function.
2946 (md_atof): Remove declaration of atof_ieee.
2947 (md_apply_fix3): Correct md_number_to_imm call.
2948 * config/tc-ip2k.c (md_assemble): Warning fix.
2949 * config/tc-m32r.c (md_parse_option <arg>): Add ATTRIBUTE_UNUSED.
2950 (fill_insn <ignore>): Likewise.
2951 (debug_sym <ignore>): Likewise.
2952 (md_undefined_symbol <name>): Likewise.
2953 (m32r_scomm <ignore>): Likewise.
2954 (md_convert_frag <abfd>): Likewise.
2955 (md_cgen_lookup_reloc <insn>): Likewise.
2956 (m32r_record_hi16 <seg>): Likewise.
2957 (md_estimate_size_before_relax): #if 0 old_fr_fix.
2958 (allow_m32rx): Prototype.
2959 (first_writes_to_seconds_operands): Prototype.
2960 (writes_to_pc): Prototype.
2961 (can_make_parallel): Prototype.
2962 (make_parallel): Prototype.
2963 (target_make_parallel): Prototype.
2964 (assemble_two_insns): Prototype.
2965 (m32r_record_hi16): Prototype.
2966 (md_atof): Remove declaration of atof_ieee.
2967 * config/tc-m32r.h (m32r_fix_adjustable): Declare.
2968 (m32r_force_relocation): Prototype.
2969 (m32r_elf_section_change_hook): Prototype.
2970 * config/tc-m68k.c (tc_gen_reloc <section>): Add ATTRIBUTE_UNUSED.
2971 (md_show_usage): Fix signed/unsigned warning.
2972 * config/tc-m88k.c (get_reg): Make reg_prefix param unsigned.
2973 (calcop): Ditto for reg_prefix var.
2974 (hexval): Add cast to fix signed/unsigned warning.
2975 (md_number_to_disp): Delete unused function.
2976 (md_number_to_field): Likewise.
2977 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
2978 (match_name): Prototype.
2979 (get_bf2): Prototype.
2980 (get_bf_offset_expression): Prototype.
2981 * config/tc-mcore.c (mcore_s_literals <ignore>): Add ATTRIBUTE_UNUSED.
2982 (md_undefined_symbol <ignore>): Likewise.
2983 (md_create_short_jump <all args>): Likewise.
2984 (md_create_long_jump <all args>): Likewise.
2985 (md_convert_frag <abfd, sec>): Likewise.
2986 (md_apply_fix3 <segment>): Likewise.
2987 (md_section_align <segment>): Likewise.
2988 (md_pcrel_from_section <sec>): Likewise.
2989 (tc_gen_reloc <section>): Likewise.
2990 (reg_m, reg_n, immediate): Delete unused vars.
2991 (dump_literals): Fix signed/unsigned warning.
2992 (enter_literal): Likewise.
2993 (parse_imm): Likewise. Also fix format string.
2994 (parse_mem): Remove unused var.
2995 (md_assemble <LS>): Abort on unexpected inst.
2996 (md_atof): Remove declaration of atof_ieee.
2997 (md_parse_option): Remove unused vars.
2998 (md_apply_fix3): Fix format strings, cast args.
2999 (tc_gen_reloc): Delete unused var.
3000 * config/tc-mcore.h (tc_coff_sizemachdep): Declare.
3001 * config/tc-mn10200.c (md_parse_option <c, arg>): Add ATTRIBUTE_UNUSED.
3002 (md_undefined_symbol <name>): Likewise.
3003 (md_convert_frag <abfd>): Likewise.
3004 (tc_gen_reloc <seg>): Likewise.
3005 (check_operand <insn>): Likewise.
3006 (md_convert_frag): Fix format strings.
3007 (tc_gen_reloc): Delete fx_addsy - fx_subsy code.
3008 * config/tc-openrisc.c (ignore_pseudo): Prototype.
3009 (md_atof): Remove declaration of atof_ieee.
3010 * config/tc-or32.c (parse_operand): Prototype non-BFD too.
3011 (md_apply_fix3): Fix bogus >>='s.
3012 (md_undefined_symbol): Delete unused var.
3013 * config/tc-pj.c (little, big, parse_exp_save_ilp): Prototype.
3014 (c_to_r, ipush_code, fake_opcode, alias): Likewise.
3015 (fake_opcode): Adjust for pj_opc_int_t change.
3016 (md_begin): Likewise.
3017 (md_assemble): Likewise.
3018 (ipush_code): Correct parse_exp_save_ilp call. Test pending_reloc
3019 instead of non-existent third arg of parse_exp_save_ilp.
3020 (md_parse_option): Correct "little" and "big" calls.
3021 * config/tc-sparc.c (s_register): Only declare #ifdef OBJ_ELF.
3022 (md_apply_fix3 <segment>): Add ATTRIBUTE_UNUSED.
3023 (tc_gen_reloc <section>): Likewise.
3024 * config/tc-tic30.c: #include stdarg.h or varargs.h.
3025 (debug): Rewrite using VA_* macros.
3026 (md_estimate_size_before_relax): Add ATTRIBUTE_UNUSED to args.
3027 (md_convert_frag): Likewise.
3028 (md_parse_option): Likewise.
3029 (md_show_usage): Likewise.
3030 (md_undefined_symbol): Likewise.
3031 (tc_gen_reloc): Likewise.
3032 (md_operand): Likewise.
3033 (tc_aout_pre_write_hook): Delete.
3034 (struct tic30_insn): Make "operands" unsigned.
3035 (struct tic30_par_insn): Likewise.
3036 (md_assemble): Likewise for "count", "i" and "numops".
3037 (tic30_parallel_insn): Likewise for vars here.
3038 (tic30_operand): Likewise. Remove useless unsigned >= 0 comparison.
3039 * config/tc-tic30.h (tc_aout_pre_write_hook): Define as empty.
3040 * config/tc-tic80.c (obj_coff_section): Delete declaration.
3041 (md_estimate_size_before_relax): Add ATTRIBUTE_UNUSED on args.
3042 (md_undefined_symbol): Likewise.
3043 (md_parse_option): Likewise.
3044 (md_convert_frag): Likewise.
3045 (tc_coff_symbol_emit_hook): Likewise.
3046 (md_atof): Remove declaration of atof_ieee.
3047 (const_overflow): Warning fixes, tidy.
3048 (get_operands): Delete unused vars.
3049 (internal_error_a): Adjust format string to expect a long for arg.
3050 (find_opcode): Warning fixes, simplify.
3051 (build_insn): Cast internal_error_a arg.
3052 (md_begin): Likewise.
3053 (md_apply_fix3): Likewise.
3054 (md_assemble): Delete unused var.
3055 * config/tc-tic80.h (tc_coff_fix2rtype): Prototype.
3056 * config/tc-z8k.c (cons, obj_coff_section): Delete declarations.
3057 (whatreg, parse_reg, parse_exp): Make static, prototype.
3058 (checkfor, regword, regaddr, get_ctrl_operand): Prototype.
3059 (get_flags_operand, get_interrupt_operand, get_cc_operand): Likewise.
3060 (get_operand, get_operands, get_specific, newfix): Likewise.
3061 (apply_fix, build_bytes): Likewise.
3062 (md_atof): Remove declaration of atof_ieee.
3063 (tc_aout_fix_to_chars): Delete.
3064 (md_begin): Constify "opcode". Don't try to init opcode->idx.
3065 Fix s_unseg call.
3066 (md_parse_option): Fix s_segm and s_unseg calls.
3067
3068 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3069
3070 * tc-mips.c (RELAX_BRANCH_ENCODE): Remove reloc_s2 argument.
3071 Adjust callers.
3072 (RELAX_BRANCH_RELOC_S2): Delete.
3073 (append_insn): Use only BFD_RELOC_16_PCREL_S2 for branches.
3074 Do not handle BFD_RELOC_16_PCREL.
3075 (macro_build, mips_ip): Likewise.
3076 (md_pcrel_from): Return 4 for undefined symbols regardless of
3077 mips_pic.
3078 (md_apply_fix3): Use only BFD_RELOC_16_PCREL_S2 for branches.
3079 Don't dereference howto if no such relocation is available.
3080 Do not apply hack for in-place zero addend in NEWABI.
3081 (md_convert_frag): Use only BFD_RELOC_16_PCREL_S2 for branches.
3082
3083 2002-12-12 Alexandre Oliva <aoliva@redhat.com>,
3084 Alan Modra <amodra@bigpond.net.au>
3085
3086 * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Define.
3087 (TC_LINKRELAX_FIXUP): Add comments.
3088
3089 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3090
3091 * config/tc-mn10300.c (set_arch_mach): Change argument type to
3092 avoid warnings.
3093 (r_register_name, xr_register_name): Add prototype declarations.
3094
3095 2002-12-08 H.J. Lu <hjl@gnu.org>
3096
3097 * config/tc-ia64.c (md_apply_fix3): Remove the PCREL hack
3098 copied from tc-i386.c.
3099
3100 2002-12-08 Stephane Carrez <stcarrez@nerim.fr>
3101
3102 Fix Bug savannah/1825:
3103 * config/tc-m68hc11.c (STATE_INDEXED_PCREL): New relax code.
3104 (md_relax_table): Define specific relax for PC-rel offsets.
3105 (build_indexed_byte): Use a STATE_INDEXED_PCREL relax code.
3106 (m68hc11_relax_frag): Handle the new relax code.
3107 (md_convert_frag): Likewise.
3108 (md_estimate_size_before_relax): Likewise.
3109
3110 2002-12-08 Alan Modra <amodra@bigpond.net.au>
3111
3112 * subsegs.c (section_symbol): Use the symbol, not the section, name.
3113
3114 2002-12-05 Richard Henderson <rth@redhat.com>
3115
3116 * config/ia64.c (enum reloc_func): Add FUNC_LT_RELATIVE_X.
3117 (ia64_gen_real_reloc_type): Handle it.
3118 (pseudo_func): Add @ltoffx.
3119 (md_begin): Build .<ltoffx>.
3120 (ia64_force_relocation): True for LTOFF22X and LDXMOV.
3121
3122 2002-12-05 Alan Modra <amodra@bigpond.net.au>
3123
3124 * config/tc-arm.c (arm_force_relocation): Move out of #if OBJ_ELF.
3125 Move OBJ_COFF TC_FORCE_RELOCATION code here so that COFF handles
3126 ARM_IMMEDIATE and ARM_ADRL_IMMEDIATE relocs as for ELF.
3127 * config/tc-arm.h (TC_FORCE_RELOCATION): Define for both ELF and
3128 COFF to call arm_force_relocation.
3129
3130 2002-12-04 David Mosberger <davidm@hpl.hp.com>
3131
3132 * config/tc-ia64.c (pseudo_func): Add "@pause" constant for "hint"
3133 instruction.
3134 (emit_one_bundle): Handle "hint" instruction.
3135 (operand_match): Match IA64_OPND_AR_CSD.
3136
3137 2002-12-04 Alan Modra <amodra@bigpond.net.au>
3138
3139 * dwarf2dbg.c (scale_addr_delta): Correct parameter. Move prototype
3140 inside #if.
3141
3142 2002-12-03 Nick Clifton <nickc@redhat.com>
3143
3144 * config/tc-ppc.c (ppc_cleanup): Do not set SEC_MERGE flag on
3145 .PPC.EMB.apuinfo sections.
3146
3147 2002-12-03 Richard Henderson <rth@redhat.com>
3148
3149 * config/tc-ia64.c (operand_match): Add IA64_OPND_LDXMOV case.
3150
3151 2002-12-03 Alan Modra <amodra@bigpond.net.au>
3152
3153 * config/tc-w65.c (s_longa): Prototype. Make static, specify int arg.
3154 (cons, s_align_bytes): Delete declaration.
3155 (relax): Delete.
3156 (md_begin): Constify "struct opinfo *" var. Don't try to make "name"
3157 strings common.
3158 (dot): Delete unused function.
3159 (w65_expression): Remove unused arg.
3160 (parse_exp): Prototype. Remove unused arg. Adjust w65_expression
3161 call.
3162 (get_operands): Prototype. Constify "struct opinfo *" arg. Fix
3163 parse_exp call.
3164 (get_specific): Prototype. Constify "struct opinfo *" arg and return
3165 value.
3166 (check): Remove unused function.
3167 (build_Mytes): Prototype. Constify "struct opinfo *" arg. Abort
3168 on unhandled switch case.
3169 (md_assemble): Remove unused op_start, op_end, nlen, p vars. Constify
3170 "opcode".
3171 (tc_crawl_symbol_chain): Delete unused function.
3172 (tc_headers_hook): Likewise.
3173 (tc_Nout_fix_to_chars): Likewise.
3174 (md_undefined_symbol): Add ATTRIBUTE_UNUSED.
3175 (md_parse_option): Likewise.
3176 (md_convert_frag): Likewise.
3177 (tc_coff_symbol_emit_hook): Likewise.
3178 (md_show_usage): Likewise.
3179 * config/tc-w65.h (tc_coff_sizemachdep): Declare.
3180 (TC_PARSE_CONS_EXPRESSION): w65_expression takes one arg.
3181 (w65_expression): Declare.
3182
3183 * po/POTFILES.in: Regenerate.
3184
3185 * config/tc-arm.c (arm_force_relocation): Return 0 for ARM_IMMEDIATE
3186 and ARM_ADRL_IMMEDIATE.
3187
3188 2002-12-02 Nick Clifton <nickc@redhat.com>
3189
3190 * gasp.c: Delete. It has been deprecated.
3191 * NEWS: Mention that gasp has been removed.
3192 * Makefile.am: Remove references to gasp.
3193 * makefile.vms: Likewise.
3194 * mpw-make.sed: Likewise.
3195 * Makeile.in: Regenerate.
3196 * doc/gasp.texi: Delete.
3197 * doc/Makefile.am: Remove references to gasp.texi.
3198 * doc/Makefile.in: Regenerate.
3199 * macro.c: Delete references to gasp.
3200 Remove use of comment_char function parameter as it is no longer
3201 needed.
3202 * macro.h: Update prototypes to remove comment_char parameter.
3203 Fix formatting.
3204 * read.c (read_a_source_file, s_irp): Remove comment_char
3205 parameter from invocation of functions in macro.c
3206
3207 2002-12-02 Hans-Peter Nilsson <hp@axis.com>
3208
3209 * read.c (emit_expr) [!WORKING_DOT_WORD]: Initialize x->use_jump.
3210
3211 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3212
3213 * config/tc-m68hc11.c (md_begin): Fix qsort warning.
3214 (tc_gen_reloc): Mark section param as not used.
3215
3216 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3217
3218 Fix Bug savannah/1825:
3219 * config/tc-m68hc11.h (md_relax_frag): Define to support relaxations
3220 that are not pc-relative.
3221 (m68hc11_relax_frag): Declare.
3222
3223 * config/tc-m68hc11.c (build_indexed_byte): Use a frag_var to handle
3224 the offsetable indexed addressing modes (n,r).
3225 (build_insn): Cleanup some locals.
3226 (m68hc11_relax_frag): New function imported from tc-cris.c to handle
3227 relaxation of difference between two symbols of same section.
3228 (md_convert_frag): For INDEXED_OFFSET relaxs, use the displacement
3229 only when this is a PC-relative operand and the offset is not absolute.
3230 (md_estimate_size_before_relax): Convert the INDEXED_OFFSET,UNDEF frag
3231 to INDEXED_OFFSET,STATE_BITS5 when the symbol is absolute; this will
3232 be handled by m68hc11_relax_frag.
3233
3234 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3235
3236 * config/tc-m68hc11.c (elf_flags): Set default ABI to gcc default
3237 (32-bit int, 64-bit double).
3238 (md_longopts): New options -mshort, -mlong, -mshort-double and
3239 -mlong-double to control the ABI.
3240 (md_show_usage): Update.
3241 (md_parse_option): Handle new options.
3242 * doc/as.texinfo (Overview): Document new options for HC11/HC12.
3243
3244 2002-12-01 Nathan Sidwell <nathan@codesourcery.com>
3245
3246 * symbols.c (report_op_error): New function, broken out of ...
3247 (resolve_symbol_value): ... here. Use for both monadic and dyadic
3248 operators.
3249
3250 2002-11-30 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3251
3252 * config/tc-sh.c (md_apply_fix3): Take account of fx_offset
3253 for BFD_RELOC_32_PLT_PCREL.
3254
3255 2002-11-30 Alan Modra <amodra@bigpond.net.au>
3256
3257 * dwarf2dbg.c, write.c, config/obj-aout.c, config/obj-coff.c,
3258 config/obj-ecoff.c, config/obj-elf.c, config/obj-som.c,
3259 config/tc-arm.c, config/tc-arm.h, config/tc-avr.c, config/tc-cris.c,
3260 config/tc-d10v.c, config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h,
3261 config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
3262 config/tc-frv.c, config/tc-frv.h, config/tc-hppa.c, config/tc-i370.c,
3263 config/tc-i386.c, config/tc-i386.h, config/tc-m32r.c,
3264 config/tc-m68hc11.c, config/tc-mcore.c, config/tc-mcore.h,
3265 config/tc-mips.c, config/tc-mips.h, config/tc-mn10200.c,
3266 config/tc-mn10300.c, config/tc-mn10300.h, config/tc-openrisc.c,
3267 config/tc-openrisc.h, config/tc-ppc.c, config/tc-s390.c,
3268 config/tc-sh.c, config/tc-sh.h, config/tc-sh64.c, config/tc-tic54x.c,
3269 config/tc-v850.c, config/tc-v850.h, config/tc-xstormy16.c,
3270 config/tc-xstormy16.h: Replace boolean with bfd_boolean, true with
3271 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars with
3272 TRUE/FALSE. Formatting.
3273
3274 2002-11-29 Nick Clifton <nickc@redhat.com>
3275
3276 * config/tc-arm.c (do_t_bkpt): If no operand is specified,
3277 assume a value of zero.
3278 (do_bkpt): Likewise.
3279
3280 2002-11-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3281
3282 * config/tc-sh.c (md_apply_fix3): Call S_SET_THREAD_LOCAL
3283 for TLS relocations.
3284
3285 2002-11-29 Jakub Jelinek <jakub@redhat.com>
3286
3287 * config/tc-ia64.c (md_apply_fix3): Add default case.
3288
3289 2002-11-28 Jakub Jelinek <jakub@redhat.com>
3290
3291 * symbols.c (S_SET_THREAD_LOCAL): New function.
3292 * symbols.h (S_SET_THREAD_LOCAL): New prototype.
3293 * config/tc-i386.c (md_apply_fix3): Call S_SET_THREAD_LOCAL
3294 for TLS relocations.
3295 * config/tc-ia64.c (md_apply_fix3): Likewise.
3296 * config/tc-alpha.c (md_apply_fix3): Likewise.
3297
3298 2002-11-28 Jakub Jelinek <jakub@redhat.com>
3299
3300 * write.c (subsegs_finish): For SEC_MERGE sections pad last fragment
3301 to entsize.
3302
3303 2002-11-26 DJ Delorie <dj@redhat.com.
3304
3305 * dwarf2dbg.c (scale_addr_delta): New.
3306 (size_inc_line_addr): Use it.
3307 (emit_inc_line_addr): Use it.
3308
3309 2002-11-26 Hans-Peter Nilsson <hp@axis.com>
3310
3311 * config/tc-cris.c (cris_relax_frag): Fix typo in comment.
3312 (md_assemble): Don't pass on branches to constants as relaxable.
3313 Tweak comment.
3314
3315 2002-11-25 Svein E. Seldal <Svein.Seldal@solidas.com>
3316
3317 * config/tc-tic4x.c (c4x_operands_match): Bugfix in direct mode
3318
3319 2002-11-21 Randolph Chung <randolph@tausq.org>
3320
3321 * config/tc-hppa.h (tc_frob_symbol): Frob undefined unused symbols
3322 only if they have default visibility.
3323
3324 2002-11-21 Richard Henderson <rth@redhat.com>
3325
3326 * config/tc-alpha.c (alpha_fix_adjustable): Remove redundant
3327 S_IS_DEFINED test.
3328
3329 2002-11-21 Alan Modra <amodra@bigpond.net.au>
3330
3331 * config/tc-mcore.c (mcore_pool_count): New function.
3332 (mcore_cons, mcore_float_cons, mcore_stringer, mcore_fill): Use it.
3333
3334 2002-11-20 Klee Dienes <kdienes@apple.com>
3335
3336 * config/tc-mcore.c (md_begin): Use a const iterator. Don't
3337 coalesce the name fields to use the same pointer.
3338
3339 * config/tc-sh.c (md_begin): Use a const iterator. Don't coalesce
3340 the name fields to use the same pointer.
3341 (get_specific): Check for opcodes with the same name using strcmp
3342 as well as comparing the pointer.
3343
3344 2002-11-20 Alan Modra <amodra@bigpond.net.au>
3345
3346 * write.c (adjust_reloc_syms): Don't reduce SEC_MERGE fixups with
3347 fx_subsy non-NULL.
3348
3349 2002-11-19 Richard Henderson <rth@redhat.com>
3350
3351 * config/obj-elf.c (obj_elf_visibility): Overwrite only the
3352 visibility portion of st_other.
3353
3354 2002-11-19 Klee Dienes <kdienes@apple.com>
3355
3356 * config/tc-h8300.c (struct h8_instruction): New type, used to
3357 wrap h8_opcodes with length, noperands, idx, and size fields
3358 (computed at run-time).
3359 (h8_instructions): New variable.
3360 (md_begin): Allocate the storage for h8_instructions. Fill
3361 h8_instructions with pointers to the appropriate opcode and the
3362 correct value for the additional fields.
3363 (clever_message): Update to use h8_instructions instead of
3364 h8_opcodes.
3365 (build_bytes): Ditto.
3366 (get_specific): Ditto.
3367 (md_assemble): Ditto.
3368
3369 2002-11-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
3370
3371 * config/tc-s390.c (tc_s390_fix_adjustable): Re-add patch to prevent
3372 adjustments to symbols in merge sections.
3373
3374 2002-11-19 Luke Deller <luked@cse.unsw.edu.au>
3375
3376 * config/tc-alpha.c (s_alpha_prologue): as_bad when sym is NULL.
3377
3378 2002-11-18 Kevin Buettner <kevinb@redhat.com>
3379
3380 * dwarf2dbg.h (dwarf2_format): New enum.
3381 * dwarf2dbg.c (DWARF2_FORMAT): Provide default definition.
3382 (out_debug_line, out_debug_info): Add code for handling 64-bit
3383 DWARF 2 formats.
3384 * config/tc-mips.h (mips_dwarf2_format): Declare.
3385 * config/tc-mips.c (mips_dwarf2_format): New function.
3386 * doc/internals.texi (DWARF2_FORMAT): Document.
3387
3388 2002-11-18 Alexandre Oliva <aoliva@redhat.com>
3389
3390 * config/tc-mips.c (s_change_section): Make sure input buffer
3391 is not accessed past the end. Don't hand
3392 obj_elf_change_section a pointer into the input buffer.
3393
3394 2002-11-18 Alexandre Oliva <aoliva@redhat.com>, Chris Demetriou <cgd@broadcom.com>
3395
3396 * config/tc-mips.c (tc_gen_reloc): Fix typo in handling of
3397 GOT_LO16 on NEWABI.
3398
3399 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
3400
3401 * config/tc-tic4x.c: Fixed proper commandline
3402 parameters. Added support for new opcode-list format. General
3403 error message fixups.
3404 (c4x_inst_add): Reject insn not for our CPU
3405 (md_begin): Added matrix for setting the proper opcode-level &
3406 device-flags according to cpu type and revision. Rewrite the
3407 opcode hasher.
3408 (c4x_operand_parse): Fix opcode bug
3409 (c4x_operands_match): New function argument. Added dry-run
3410 mechanism, that is optional error generation. Added constraint 'i'
3411 and 'j'.
3412 (c4x_insn_check): Added new function for post-verification of the
3413 generated insn.
3414 (md_assemble): Check all opcodes before croaking because of an
3415 argument mismatch. Need this to be able to fully support
3416 ortogonally arguments.
3417 (md_parse_options): Revised commandprompt swicthes and added new
3418 ones.
3419 (md_show_usage): Complete rewrite of printout.
3420
3421 2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
3422
3423 * config/tc-tic4x.c: Remove c4x_pseudo_ignore function.
3424 (c4x_operands_match): Added check for 8-bits LDF insn. Give
3425 warning when using constant direct bigger than 2^16. Add the new
3426 arguments.
3427
3428 2002-11-11 Christopher Faylor <cgf@redhat.com>
3429
3430 * configure.in: Use .gdbinit under Cygwin.
3431 * configure: Regenerate.
3432
3433 2002-11-11 Christopher Faylor <cgf@redhat.com>
3434
3435 * config/tc-i386.h (EXTERN_FORCE_RELOC): Define only if
3436 STRICT_PE_FORMAT.
3437
3438 2002-11-11 Svein E. Seldal <Svein.Seldal@solidas.com>
3439
3440 * config/tc-tic4x.c: Declare as many functions as possible as
3441 static. Maintenance on the general indenting. Removed unnecessary
3442 pseudo-ops and added new ones. Removed obsoleted c4x_pseudo_ignore
3443 function. Add support for new DSP, TMS320VC33. Fix bug for
3444 converting flonum constants.
3445 (c4x_do_align): Add proper align handling. Setup align to insert
3446 NOP's.
3447 (c4x_gen_to_words): Support for extended TI type floats.
3448 (md_atof): Proper dumping of multiple-word littlenums.
3449 (c4x_atof): Added support for extended TI type floats.
3450 (c4x_stringer): Added new function to handle compact strings.
3451 (c4x_emit_char): Added new function argument to handle custom
3452 length inserts, like single-byte strings.
3453 * config/tc-tic4x.h: Add proper align handling with NOP's.
3454 * Makefile.am: Added tic4x dependecy
3455 * Makefile.in: Regenerate
3456
3457 2002-11-11 Hans-Peter Nilsson <hp@bitrange.com>
3458
3459 * macro.c (get_any_string): Correct logic for not going beyond end
3460 of in->ptr[].
3461
3462 2002-11-10 Hans-Peter Nilsson <hp@bitrange.com>
3463
3464 * config/tc-mmix.c (get_putget_operands): Mark both possible
3465 operands as invalid at beginning.
3466
3467 * config/tc-mmix.c (md_convert_frag) <case STATE_GREG_DEF>:
3468 Initialize target of fixup to zero.
3469
3470 2002-11-07 Alexandre Oliva <aoliva@redhat.com>
3471
3472 * config/tc-mips.c (macro_build_lui): _gp_disp is not special on
3473 NEWABI, but we should still emit HI16_S for non-PIC n32.
3474
3475 2002-11-06 Richard Henderson <rth@redhat.com>
3476
3477 * config/tc-alpha.c (alpha_validate_fix): Move code ...
3478 (alpha_fix_adjustable): ... here.
3479 * config/tc-alpha.h (TC_VALIDATE_FIX): Remove.
3480
3481 2002-11-07 Eric Kohl <ekohl@rz-online.de>
3482
3483 * config/te-pe.h (LEX_AT): Accept at-sign (@) as first character
3484 of a label.
3485
3486 2002-11-05 H.J. Lu <hjl@gnu.org>
3487
3488 * config/tc-mips.c (support_64bit_objects): Check *l before it
3489 is freed.
3490
3491 2002-11-04 Danny Smith <dannysmith@users.sourceforge.net>
3492
3493 * config/obj-coff.c (obj-coff-section): Set SEC_DATA and
3494 SEC_LOAD flags for sections marked as 's'.
3495
3496 2002-11-01 Alan Modra <amodra@bigpond.net.au>
3497
3498 * write.c (TC_FORCE_RELOCATION_SUB_ABS): Default to zero.
3499 (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise when DIFF_EXPR_OK.
3500 * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS): Document changed
3501 default.
3502
3503 * dep-in.sed: Fix typo.
3504
3505 2002-10-30 Daniel Jacobowitz <drow@mvista.com>
3506
3507 * configure.in: Update ARM CPU patterns.
3508 * configure: Regenerated.
3509
3510 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
3511
3512 * itbl-lex.l: Use #include <> for generated headers.
3513 * itbl-ops.c: Likewise.
3514
3515 2002-10-28 Daniel Jacobowitz <drow@mvista.com>
3516
3517 * doc/gasp.texi: Fix typo in deprecation note.
3518
3519 2002-10-23 Nick Clifton <nickc@redhat.com>
3520
3521 * config/tc-arm.c (tc_gen_reloc): Allow an absolute reference to
3522 _GLOBAL_TABLE_OFFSET_ to be converted into a GOT reloc.
3523
3524 2002-10-23 Hans-Peter Nilsson <hp@bitrange.com>
3525
3526 * config/tc-mmix.h (mmix_frob_file_before_adjust): Don't declare.
3527 (tc_frob_file_before_adjust): Don't define.
3528 * config/tc-mmix.c (mmix_frob_local_reloc): Remove unused
3529 function.
3530 (mmix_frob_file_before_adjust): Remove ineffective function.
3531
3532 2002-10-23 Hans-Peter Nilsson <hp@axis.com>
3533
3534 * config/tc-cris.c (SIMPLE_EXPR): New macro.
3535 (cris_relax_frag): New function.
3536 (md_estimate_size_before_relax) <case ENCODE_RELAX
3537 (STATE_BASE_PLUS_DISP_PREFIX, STATE_UNDF)>: Pass on unresolved
3538 expressions that will become absolute expressions to relaxation.
3539 (md_convert_frag) <case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX,
3540 STATE_WORD)>: Expect only absolute expressions. Use the symbol
3541 value, not distance to symbol.
3542 <case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX, STATE_BYTE)>:
3543 Ditto. Correct placement of fixup.
3544 (md_assemble): Use SIMPLE_EXPR when dissecting expressions.
3545 (gen_bdap): Ditto.
3546 * config/tc-cris.h (cris_relax_frag): Declare.
3547 (md_relax_frag): Define.
3548
3549 2002-10-22 Alan Modra <amodra@bigpond.net.au>
3550
3551 * config/obj-elf.c (special_sections): Use correct types for init
3552 array sections.
3553 (obj_elf_change_section): Don't mess with init array section type.
3554
3555 2002-10-21 Richard Sandiford <rsandifo@redhat.com>
3556
3557 * config/tc-mips.c (mips_need_elf_addend_fixup): Return true
3558 for relocs against symbols in a merged section.
3559
3560 2002-10-18 Alexandre Oliva <aoliva@redhat.com>
3561
3562 * config/tc-mips.c (md_begin): Add $fcc registers to the symbol
3563 table as register names.
3564
3565 2002-10-18 Ulrich Weigand <uweigand@de.ibm.com>
3566
3567 * config/tc-s390.c (md_parse_option): Set s390_arch_size to 32
3568 for option -m31.
3569
3570 2002-10-18 Svein E. Seldal <Svein.Seldal@solidas.com>
3571
3572 * expr.c (operand): Add support for n.nn flonums.
3573
3574 2002-10-17 Johannes Stezenbach <js@convergence.de>
3575
3576 * itbl-parse.y (entry): Provide empty action.
3577
3578 2002-10-16 Alan Modra <amodra@bigpond.net.au>
3579
3580 * configure.in (BFDVER_H): Set and subst.
3581 * dep-in.sed: Replace bfdver.h with $(BFDVER_H).
3582 * Makefile.am: Run "make dep-am".
3583 (BFDVER_H): Define.
3584 * configure: Regenerate.
3585 * Makefile.in: Regenerate.
3586 * doc/Makefile.in: Regenerate.
3587
3588 2002-10-15 Alan Modra <amodra@bigpond.net.au>
3589
3590 * config/tc-i386.h (EXTERN_FORCE_RELOC): Define.
3591 (MD_APPLY_SYM_VALUE): Define for PE too.
3592
3593 2002-10-14 Alan Modra <amodra@bigpond.net.au>
3594
3595 * Makefile.am: Run "make dep-am".
3596 (CPU_OBJ_VALID): sh64 coff is invalid.
3597 * as.c: #include "bfdver.h".
3598 * Makefile.in: Regenerate.
3599 * config.in: Regenerate.
3600
3601 2002-10-14 Momchil Velikov <velco@fadata.bg>
3602
3603 * config/tc-v850.c (CHECK_): Remove token pasting operator.
3604
3605 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
3606
3607 * configure.in (mips64vr-elf, mips64vrel-elf): New config.
3608 * configure: Regenerate.
3609
3610 2002-10-13 Eric Christopher <echristo@redhat.com>
3611 Alexandre Oliva <aoliva@redhat.com>
3612
3613 * config/tc-mips.c (s_gpdword): New function.
3614 (mips_pseudo_table): Add .gpdword.
3615 (mips_need_elf_addend_fixup): never for NEWABI.
3616 (md_apply_fix3): Don't mark BFD_RELOC64 after GPREL16 or
3617 GPREL32 as done.
3618 (s_cpadd): Generate .cpadd on NEWABI.
3619
3620 2002-10-12 Elias Athanasopoulos <eathan@otenet.gr>
3621
3622 * config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.
3623
3624 2002-10-12 Alexandre Oliva <aoliva@redhat.com>
3625
3626 * config/tc-mips.h (mips_relax_frag): Take segment as argument.
3627 (md_relax_frag): Adjust macro.
3628 * config/tc-mips.c (mips_relax_branch): New variable.
3629 (RELAX_BRANCH_ENCODE, RELAX_BRANCH_P, RELAX_BRANCH_LIKELY,
3630 RELAX_BRANCH_LINK, RELAX_BRANCH_TOOBAR): New.
3631 (RELAX_MIPS16_P): Adjust.
3632 (append_insn): Emit branch to non-constant in a frag_var if
3633 branch-relaxation is desirable and possible.
3634 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH): New options.
3635 (OPTION_ELF_BASE): Adjust.
3636 (md_parse_option): Handle new options.
3637 (md_apply_fix3): Update comment on EMBEDDED_PIC conditional
3638 branch relaxation.
3639 (relaxed_branch_length): New function.
3640 (md_estimate_size_before_relax): Handle branch frags.
3641 (mips_relax_frag): Likewise.
3642 (md_convert_frag): Handle branch frags. Warn if branch is
3643 relaxed.
3644
3645 2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3646
3647 * config/tc-sh.c (sh_force_relocation): Make sure TLS relocs get
3648 emitted.
3649 (md_apply_fix3): Add TLS relocs.
3650 (sh_parse_name): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF and
3651 @DTPOFF.
3652
3653 2002-10-11 Michel Six <msix@ccr.jussieu.fr>
3654 Alan Modra <amodra@bigpond.net.au>
3655
3656 * config/tc-i386.c (output_jump): Set fx_signed for loop/jcxz.
3657 (md_estimate_size_before_relax): Likewise for 8 bit branches.
3658
3659 Thu Oct 10 14:31:30 2002 J"orn Rennecke <joern.rennecke@superh.com>
3660
3661 * config/tc-sh.c (assemble_ppi): Initialize reg_x / reg_y / reg_n
3662 inside loop.
3663
3664 2002-10-09 Richard Shann <richard.shann@superh.com>
3665 Stephen Clarke <stephen.clarke@superh.com>
3666
3667 * config/tc-sh64.c (sh64_target_format): Add support for sh64
3668 Linux environment.
3669
3670 2002-10-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3671
3672 * contig/tc-sh.c (sh_local_pcrel): New.
3673 (sh_force_relocation): Use sh_local_pcrel.
3674 (md_pcrel_from_section): Check the relocation type whether it
3675 should be resolved locally. Use S_FORCE_RELOC.
3676
3677 2002-10-01 Alan Modra <amodra@bigpond.net.au>
3678
3679 * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
3680 (TC_FORCE_RELOCATION): Tidy arg.
3681
3682 2002-09-30 Gavin Romig-Koch <gavin@redhat.com>
3683 Ken Raeburn <raeburn@cygnus.com>
3684 Aldy Hernandez <aldyh@redhat.com>
3685 DJ Delorie <dj@redhat.com>
3686 Michael Meissner <meissner@redhat.com>
3687 Eric Christopher <echristo@redhat.com>
3688 Richard Sandiford <rsandifo@redhat.com>
3689
3690 * doc/c-mips.texi: Add entries for -march=vr4120,vr4130,vr4181,
3691 vr5400 and vr5500. Add entry for -mfix-vr4122-bugs.
3692 * config/tc-mips.c (CPU_HAS_DROR, CPU_HAS_ROR): New macros.
3693 (hilo_interlocks): True for CPU_VR5500.
3694 (gpr_interlocks, cop_interlocks): True for CPU_VR5400 and CPU_VR5500.
3695 (mips_fix_vr4122_bugs): New.
3696 (append_insn): Work around 4122 errors if mips_fix_vr4122_bugs.
3697 (mips_emit_delays): Likewise.
3698 (macro2) [M_DROLI]: Use dror or dror32 if CPU_HAS_DROR.
3699 [M_ROLI]: Likewise ror if CPU_HAS_ROR.
3700 (validate_mips_insn, mips_ip): Handle '[', ']', 'e' and '%'.
3701 (OPTION_FIX_VR4122, OPTION_NO_FIX_VR4122): New options.
3702 (md_longopts): Add -mfix-vr4122-bugs and -no-mfix-vr4122-bugs.
3703 (OPTION_ELF_BASE): Bump.
3704 (md_parse_option): Handle the new options.
3705 (mips_cpu_info_table): Add entries for vr4120, vr4130, vr4181,
3706 vr5400 and vr5500.
3707
3708 2002-09-29 H.J. Lu <hjl@gnu.org>
3709
3710 * config/tc-mips.c (md_apply_fix3): Subtract the symbol value
3711 twice if howto->pcrel_offset is true.
3712
3713 2002-09-28 Matt Thomas <matt@3am-software.com>
3714 Jason Thorpe <thorpej@wasabisystems.com>
3715
3716 * config/tc-vax.c (md_estimate_size_before_relax): Only try to
3717 convert undefined references to GOT32/PLT32 if PIC code is
3718 requested. Fix comment.
3719
3720 2002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3721
3722 * config/tc-sh.c (sh_force_relocation): Return 0 for
3723 some PC relative relocations when not relaxing.
3724
3725 2002-09-26 Jakub Jelinek <jakub@redhat.com>
3726
3727 * config/tc-i386.c (tc_i386_fix_adjustable): Add x86-64 TLS relocs.
3728 Define them if not BFD_ASSEMBLER.
3729 (lex_got): Handle @tlsgd, @dtpoff and @tpoff in 64-bit mode, add
3730 @tlsld.
3731 (md_apply_fix3): No addend for BFD_RELOC_X86_64_TLSGD,
3732 BFD_RELOC_X86_64_TLSLD and BFD_RELOC_X86_64_GOTTPOFF.
3733 (tc_gen_reloc): Handle x86-64 TLS relocs.
3734
3735 2002-09-27 Alan Modra <amodra@bigpond.net.au>
3736
3737 * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrel
3738 fixups to current or absolute section.
3739
3740 2002-09-26 Jim Wilson <wilson@redhat.com>
3741
3742 * config/tc-v850.c (v850_offset): Use frag_var instead of frag_now_fix
3743 and frag_more.
3744
3745 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3746
3747 * config/tc-mips.c (CPU_HAS_MIPS16): Add mips-lsi-elf as MIPS16
3748 capable configuration.
3749 (macro_build): Check for MIPS16 capability, not for actual MIPS16 code
3750 generation.
3751 (mips_ip): Likewise.
3752
3753 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3754
3755 * config/tc-mips.c (append_insn): Fix jump overflow check.
3756
3757 2002-09-24 Alan Modra <amodra@bigpond.net.au>
3758
3759 * config/tc-i386.c (process_operands): Warn about "lea" segment
3760 overrides.
3761
3762 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
3763
3764 * write.c: Delete set_segment_vma and prototype. Update all callers.
3765
3766 2002-09-21 Alan Modra <amodra@bigpond.net.au>
3767
3768 * config/tc-i386.c (md_apply_fix3): Replace S_IS_EXTERNAL,
3769 S_IS_WEAK etc. with S_FORCE_RELOC call. Correct comment.
3770 Rename "fseg" to "sym_seg".
3771 * Makefile.am: Run "make dep-am".
3772 * Makefile.in: Regenerate.
3773 * doc/Makefile.in: Regenerate.
3774
3775 2002-09-20 Nick Clifton <nickc@redhat.com>
3776
3777 * symbols.c (colon): Do not allow symbols to be created in the
3778 absolute section if WORKING_DOT_WORD is not defined and
3779 new_broken_words would require a new frag to be created.
3780
3781 2002-09-20 Alan Modra <amodra@bigpond.net.au>
3782
3783 * expr.c (expr): Simplify foo-foo here.
3784 (clean_up_expression): Remove O_subtract code.
3785
3786 * write.h (struct fix): Add fx_dot_value.
3787 (dot_value): Declare.
3788 * write.c (dot_value): New var.
3789 (fix_new_internal): Save dot_value as fx_dot_value.
3790 (fixup_segment): Adjust fx_offset using fx_dot_value.
3791 * expr.c (expr): Update dot_value.
3792
3793 2002-09-19 Jakub Jelinek <jakub@redhat.com>
3794
3795 * config/tc-i386.c (tc_i386_fix_adjustable): Handle
3796 BFD_RELOC_386_TLS_IE and BFD_RELOC_386_TLS_GOTIE.
3797 (BFD_RELOC_386_TLS_IE, BFD_RELOC_386_TLS_GOTIE): Define to 0
3798 if not defined.
3799 (lex_got): Handle @GOTNTPOFF and @INDNTPOFF.
3800 (md_apply_fix3, tc_gen_reloc): Handle BFD_RELOC_386_TLS_IE and
3801 BFD_RELOC_386_TLS_GOTIE.
3802
3803 2002-09-19 Richard Henderson <rth@redhat.com>
3804
3805 * config/tc-alpha.c (md_pcrel_from): Only adjust special for
3806 branch type relocs.
3807 (alpha_force_relocation): Don't special-case branch type relocs.
3808
3809 2002-09-19 Nick Clifton <nickc@redhat.com>
3810
3811 * config/tc-m68k.c (select_control_regs): Handle situation where
3812 architecture has not yet been selected.
3813
3814 2002-09-18 Chris Demetriou <cgd@broadcom.com>
3815
3816 * config/tc-mips.c (IS_SEXT_32BIT_NUM): Move closer to top of file.
3817 (IS_SEXT_16BIT_NUM): New macro.
3818 (macro_build_ldst_constoffset): New function, to build a set of
3819 instructions to do a load or store from a constant offset relative
3820 to a given register.
3821 (macro, s_cprestore): Use macro_build_ldst_constoffset to implement
3822 .cprestore pseudo-op.
3823
3824 2002-09-18 Chris Demetriou <cgd@broadcom.com>
3825
3826 * config/tc-mips.c (md_apply_fix3): Just return for BFD_RELOC_8.
3827
3828 2002-09-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3829
3830 * config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.
3831
3832 2002-09-17 Stan Cox <scox@redhat.com>
3833
3834 * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.
3835 (macro): Likewise for la. Likewise for ld.
3836 (mips_after_parse_args): Make -xgot optional, not the default.
3837 (md_apply_fix3): Allow composite relocation to set up gp.
3838 (tc_gen_reloc): Allow relaxing for newabi.
3839 Relax R_MIPS_CALL16 to R_MIPS_GOT_PAGE/R_MIPS_GOT_OFST if local.
3840 Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
3841
3842 2002-09-17 Nick Clifton <nickc@redhat.com>
3843
3844 * config/tc-arm.c (md_apply_fix3): Note that an implemented
3845 BFD_RELOC_ARM_IMMEDIATE has been done.
3846 (tc_gen_reloc): Do not issue reloc number of unimplemented
3847 BFD_RELOC_ARM_IMMEDIATE and BFD_RELOC_ARM_OFFSET_IMM relocs -
3848 their name is already in the error message - plus remove them
3849 from the default case.
3850
3851 * config/tc-arm.c (do_ldmstm): Warn about unpredictable
3852 behavior of instructions.
3853
3854 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
3855
3856 * config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
3857 Convert functions to K&R format.
3858
3859 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3860
3861 * config/tc-mips.c (pdr_seg): Define only for ELF.
3862 (s_change_section): Remove unused variable. Don't use for nonELF.
3863
3864 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3865
3866 * config/obj-elf.c (obj_elf_change_section): Move prototype to
3867 obj-elf.h
3868 * config/obj-elf.h (obj_elf_change_section): Likewise.
3869
3870 2002-09-16 Elias Athanasopoulos <eathan@otenet.gr>
3871
3872 * dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field.
3873 (out_debug_info): Likewise.
3874
3875 2002-09-16 Bruno Haible <bruno@clisp.org>
3876
3877 * config/tc-i386.h (ELF_TARGET_FORMAT): New macro.
3878 (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf32-i386".
3879 * config/tc-i386.c (i386_target_format): Likewise.
3880 * config/tc-alpha.h (ELF_TARGET_FORMAT): New macro.
3881 (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf64-alpha".
3882
3883 2002-09-13 Nick Clifton <nickc@redhat.com>
3884
3885 * config/tc-ppc.c (md_assemble): Do not count FAKE operands
3886 when deciding if any operands have been skipped.
3887
3888 2002-09-11 Nick Clifton <nickc@redhat.com>
3889
3890 * NEWS: New TI port supports both C4x and C3x series of DSPs.
3891
3892 * po/tr.po: Updated Turkish translation.
3893
3894 2002-09-11 Jakub Jelinek <jakub@redhat.com>
3895
3896 * config/tc-i386.c (md_apply_fix3): Allow addend for
3897 BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
3898 BFD_RELOC_386_TLS_LE_32.
3899
3900 2002-09-05 Jeff Law <law@redhat.com>
3901
3902 * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
3903 marker relocations such as ENTRY/EXIT.
3904 * config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
3905 to both OBJ_ELF and OBJ_SOM.
3906
3907 2002-09-05 Alan Modra <amodra@bigpond.net.au>
3908
3909 * doc/internals.texi (md_apply_fix3): Expand.
3910 (TC_VALIDATE_FIX, TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_ABS,
3911 TC_FORCE_RELOCATION_LOCAL, TC_FORCE_RELOCATION_SUB_SAME,
3912 TC_FORCE_RELOCATION_SUB_ABS, TC_FORCE_RELOCATION_SUB_LOCAL,
3913 TC_VALIDATE_FIX_SUB, MD_APPLY_SYM_VALUE, S_FORCE_RELOC,
3914 EXTERN_FORCE_RELOC): Document.
3915 (TC_HANDLES_FX_DONE, obj_fix_adjustable): Remove.
3916 * as.h: Don't include struc-symbol.h for arc.
3917 (IS_ELF): Define.
3918 * cgen.c (gas_cgen_md_apply_fix3): Remove *valP fudges and code to
3919 subtract absolute symbol.
3920 * obj.h (struct format_ops): Add frob_file_before_fix.
3921 * subsegs.c (section_symbol): Set BSF_SECTION_SYM flag.
3922 * symbols.c (S_FORCE_RELOC): New function.
3923 * symbols.h (S_FORCE_RELOC): Declare.
3924 * write.c (TC_FORCE_RELOCATION): Change default.
3925 (TC_FORCE_RELOCATION_ABS): Define.
3926 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
3927 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
3928 (TC_FORCE_RELOCATION_SECTION): Don't define.
3929 (TC_FORCE_RELOCATION_SUB_SAME): Define this instead.
3930 (TC_FORCE_RELOCATION_SUB_ABS): Define.
3931 (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
3932 (TC_VALIDATE_FIX_SUB): Define.
3933 (TC_FIX_ADJUSTABLE): Don't define.
3934 (MD_APPLY_SYM_VALUE): Define this instead.
3935 (abs_section_sym): New variable.
3936 (adjust_reloc_syms): Use S_FORCE_RELOC. Remove obj_fix_adjustable
3937 call. Don't symbol_mark_used_in_reloc here. Simplify link_once tests.
3938 Don't put the absolute section sym on fixups here.
3939 (fix_segment): New function.
3940 (write_relocs): Don't call fixup_segment from here.
3941 (write_object_file): Instead call tc_frob_file_before_fix,
3942 obj_frob_file_before_fix, and fix_segment prior to symbol table code.
3943 Don't output the absolute section symbol.
3944 (fixup_segment): Rewrite.
3945 * write.h (abs_section_sym): Declare.
3946 * config/obj-aout.c (obj_aout_frob_file_before_fix): Rename from
3947 obj_aout_frob_file.
3948 (aout_format_ops): Adjust to suit.
3949 * config/obj-aout.h (obj_frob_file): Don't define.
3950 (obj_frob_file_before_fix): Define.
3951 (obj_aout_frob_file_before_fix): Rename from obj_aout_frob_file.
3952 (S_FORCE_RELOC): Define.
3953 * config/obj-bout.h (S_FORCE_RELOC): Define.
3954 * config/obj-coff.c (coff_format_ops): Init new field.
3955 * config/obj-coff.h: Formatting fixes.
3956 (obj_sec_sym_ok_for_reloc): Define.
3957 (S_FORCE_RELOC): Define.
3958 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Split out ..
3959 (ecoff_frob_file): .. from here.
3960 (ecoff_format_ops): Add new function.
3961 * config/obj-ecoff.h (ecoff_frob_file_before_fix): Declare.
3962 (obj_frob_file_before_fix): Define.
3963 * config/obj-elf.c (elf_format_ops): Init new field.
3964 * config/obj-elf.h (obj_sec_sym_ok_for_reloc): Expand comment.
3965 * config/obj-ieee.h: Formatting fixes.
3966 (S_FORCE_RELOC): Define.
3967 * config/obj-multi.h (obj_frob_file_before_fix): Define.
3968 * config/obj-vms.h (S_FORCE_RELOC): Define.
3969 * config/tc-alpha.c (md_apply_fix3): Correct GPDISP comment.
3970 (alpha_force_relocation): Use S_FORCE_RELOC, and don't return 0
3971 for BFD_RELOC_32 and BFD_RELOC_64.
3972 (alpha_fix_adjustable): Remove extern and weak tests.
3973 (alpha_before_fix): Rename from alpha_adjust_symtab.
3974 (alpha_adjust_relocs): Rename from alpha_adjust_symtab_relocs.
3975 * config/tc-alpha.h (struct fix, struct alpha_reloc_tag): Declare.
3976 (TC_VALIDATE_FIX): Tweak param name.
3977 (TC_FORCE_RELOCATION, tc_fix_adjustable): Likewise.
3978 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
3979 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
3980 (MD_APPLY_SYM_VALUE): Define.
3981 (tc_adjust_symtab): Don't define.
3982 (alpha_adjust_symtab): Don't declare.
3983 (tc_frob_file_before_fix): Define.
3984 (alpha_before_fix): Declare.
3985 (TC_INIT_FIX_DATA): Tweak param names.
3986 * config/tc-arc.c: Include "struc-symbol.h".
3987 (md_pcrel_from): Remove undefined sym fudge.
3988 (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
3989 Don't set fx_addnumber.
3990 (tc_gen_reloc): Remove spurious fx_addnumber comment.
3991 * config/tc-arc.h (MD_APPLY_SYM_VALUE): Define.
3992 (EXTERN_FORCE_RELOC): Define.
3993 * config/tc-arm.c (md_apply_fix3 <case BFD_RELOC_ARM_GOTPC>): Remove.
3994 (tc_gen_reloc): Fudge ARM_GOTPC addend.
3995 (arm_validate_fix): Return void.
3996 (arm_fix_adjustable <elf version>): Remove extern and weak tests.
3997 Add plt and got reloc tests.
3998 (arm_force_relocation): Call S_FORCE_RELOC.
3999 * config/tc-arm.h (struct fix): Forward declare.
4000 (TC_VALIDATE_FIX): No longer set add_symbolP.
4001 (arm_validate_fix): Adjust declaration.
4002 (TC_FORCE_RELOCATION <pe version): Call S_FORCE_RELOC.
4003 (TC_FORCE_RELOCATION): Tweak param name.
4004 (TC_INIT_FIX_DATA): Likewise.
4005 (obj_fix_adjustable): Don't define.
4006 (tc_fix_adjustable): Call arm_fix_adjustable.
4007 (TC_FIX_ADJUSTABLE): Don't define.
4008 (MD_APPLY_SYM_VALUE): Define.
4009 (EXTERN_FORCE_RELOC): Define.
4010 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4011 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4012 * config/tc-avr.c (md_apply_fix3): Don't cast valP pointer type.
4013 Remove *valP fudges and code to subtract abs sym. Don't set
4014 fx_addnumber.
4015 * config/tc-avr.h: Formatting.
4016 (EXTERN_FORCE_RELOC): Define.
4017 (MD_APPLY_SYM_VALUE): Define.
4018 * config/tc-cris.c (tc_gen_reloc): Don't use fx_addnumber.
4019 (md_apply_fix3): Remove code to subtract abs sym.
4020 (md_cris_force_relocation): Update comment. Call S_FORCE_RELOC.
4021 * config/tc-cris.h (TC_FORCE_RELOCATION): Tweak param name.
4022 (IS_CRIS_PIC_RELOC, tc_fix_adjustable): Likewise.
4023 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4024 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4025 (tc_fix_adjustable): Remove extern, weak tests.
4026 * config/tc-d10v.c (tc_gen_reloc): Don't fiddle address of
4027 BFD_RELOC_VTABLE_INHERIT relocs. Don't use fx_addnumber.
4028 (md_apply_fix3): Don't cast valP pointer type. Remove *valP fudges
4029 and code to subtract abs sym.
4030 (d10v_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
4031 (d10v_force_relocation): Call S_FORCE_RELOC.
4032 * config/tc-d10v.h: Don't include write.h.
4033 (struct fix): Instead, forward declare.
4034 (MD_PCREL_FROM_SECTION): Tweak param names.
4035 (md_pcrel_from_section): Use "struct fix" instead of "fixS".
4036 (d10v_fix_adjustable): Likewise.
4037 (obj_fix_adjustable): Don't define.
4038 (tc_fix_adjustable): Define.
4039 (TC_FORCE_RELOCATION): Tweak param name.
4040 (MD_APPLY_SYM_VALUE): Define.
4041 (EXTERN_FORCE_RELOC): Define.
4042 * config/tc-d30v.c (tc_gen_reloc): Don't use fx_addnumber.
4043 (md_apply_fix3): Don't cast valP pointer type. Remove *valP fudges
4044 and code to subtract abs sym.
4045 * config/tc-d30v.h: Don't include write.h.
4046 (struct fix): Instead, forward declare.
4047 (MD_PCREL_FROM_SECTION): Tweak param names.
4048 (md_pcrel_from_section): Use "struct fix" instead of "fixS".
4049 (MD_APPLY_SYM_VALUE): Define.
4050 (EXTERN_FORCE_RELOC): Define.
4051 * config/tc-dlx.c (md_dlx_force_relocation): Call S_FORCE_RELOC.
4052 (md_dlx_fix_adjustable): Don't test for NULL fx_addsy.
4053 (md_apply_fix3): No need to test fx_pcrel before setting fx_done.
4054 (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
4055 Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
4056 Don't use fx_addnumber.
4057 * config/tc-dlx.h: Don't include write.h.
4058 (md_convert_frag): We're not alpha twice over.
4059 (EXTERN_FORCE_RELOC): Define.
4060 (obj_fix_adjustable): Don't define.
4061 (tc_fix_adjustable): Define.
4062 (TC_FIX_ADJUSTABLE): Don't define.
4063 (MD_APPLY_SYM_VALUE): Define.
4064 (LOCAL_LABELS_DOLLAR): Undef always.
4065 * config/tc-fr30.c (fr30_force_relocation): Call S_FORCE_RELOC.
4066 (fr30_fix_adjustable): Remove extern, weak tests.
4067 * config/tc-fr30.h (MD_APPLY_SYM_VALUE): Define.
4068 (obj_fix_adjustable): Don't define.
4069 (tc_fix_adjustable): Define.
4070 (struct fix): Forward declare.
4071 (MD_PCREL_FROM_SECTION): Tweak param name. Remove duplicate.
4072 * config/tc-frv.c (frv_force_relocation): Call S_FORCE_RELOC.
4073 (frv_fix_adjustable): Don't do extern, weak tests.
4074 * config/tc-frv.h (MD_APPLY_SYM_VALUE): Define.
4075 (TC_FIX_ADJUSTABLE): Don't define.
4076 (obj_fix_adjustable): Don't define.
4077 (tc_fix_adjustable): Define.
4078 (struct fix): Forward declare.
4079 (MD_PCREL_FROM_SECTION): Tweak param name. Remove duplicate.\
4080 * config/tc-h8300.c (md_apply_fix3): Don't cast valP pointer type.
4081 * config/tc-h8300.h (struct fix): Forward declare.
4082 (EXTERN_FORCE_RELOC): Define.
4083 * config/tc-hppa.c (md_apply_fix3): Remove subtraction of sym value.
4084 (hppa_fix_adjustable): Don't test extern or weak. Don't
4085 symbol_mark_used_in_reloc.
4086 (hppa_force_relocation): Use S_FORCE_RELOC instead of S_IS_EXTERNAL
4087 and S_IS_WEAK.
4088 * config/tc-hppa.h (EXTERN_FORCE_RELOC): Define
4089 (TC_FORCE_RELOCATION, TC_INIT_FIX_DATA): Tweak param name.
4090 (TC_FORCE_RELOCATION_SECTION): Don't define.
4091 (MD_APPLY_SYM_VALUE): Define.
4092 * config/tc-i370.c (md_apply_fix3): Remove *valP fudges and code
4093 to subtract abs sym.
4094 * config/tc-i370.h: Remove ifdef OBJ_ELF tests.
4095 (MD_APPLY_SYM_VALUE): Define.
4096 (MD_PCREL_FROM_SECTION): Tweak param name.
4097 * config/tc-i386.c (tc_i386_fix_adjustable): Remove weak, extern tests.
4098 (md_apply_fix3): Test fx_addsy, not fx_pcrel.
4099 (i386_force_relocation): New function.
4100 * config/tc-i386.h (TC_COFF_FIX2RTYPE): Tweak param name.
4101 (TC_VALIDATE_FIX): Likewise.
4102 (TC_FIX_ADJUSTABLE): Don't define.
4103 (MD_APPLY_SYM_VALUE): Define.
4104 (TC_FORCE_RELOCATION <elf version>): Call i386_force_relocation.
4105 (i386_force_relocation): Declare.
4106 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4107 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4108 (TC_FORCE_RELOCATION <coff version>): Call S_FORCE_RELOC.
4109 * config/tc-i860.c (md_apply_fix3): Don't cast valP pointer type.
4110 * config/tc-i860.h (MD_APPLY_SYM_VALUE): Define.
4111 (EXTERN_FORCE_RELOC): Define.
4112 * config/tc-i960.c (reloc_callj): Remove declaration. Return false.
4113 (md_apply_fix3): Don't cast valP pointer type. Move code here from
4114 old fixup_segment. No need to test fx_pcrel before setting fx_done.
4115 (i960_validate_fix): Remove add_symbolPP arg and add_symbolP macro.
4116 Use fx_addsy instead of add_symbolP, as_bad_where instead of as_bad.
4117 Remove #if 0 code. Invert return boolean.
4118 * config/tc-i960.h (TC_COUNT_RELOC): Tweak param name.
4119 (TC_COFF_FIX2RTYPE, TC_ADJUST_RELOC_COUNT, TC_VALIDATE_FIX): Likewise.
4120 (tc_headers_hook, tc_coff_fix2rtype): Remove declaration.
4121 (tc_coff_sizemachdep): Prototype.
4122 (i960_handle_align): Likewise.
4123 (i960_validate_fix): Adjust declaration.
4124 (reloc_callj): Likewise.
4125 (EXTERN_FORCE_RELOC): Define.
4126 (TC_FORCE_RELOCATION_SUB_SAME): Define.
4127 (TC_FORCE_RELOCATION_ABS): Define.
4128 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4129 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4130 (TC_FIX_ADJUSTABLE): Don't define.
4131 (MD_APPLY_SYM_VALUE): Define.
4132 * config/tc-ia64.c (ia64_force_relocation): Call S_FORCE_RELOC.
4133 * config/tc-ia64.h (MD_APPLY_SYM_VALUE): Define.
4134 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4135 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4136 * config/tc-ip2k.c (ip2k_force_relocation): Call S_FORCE_RELOC.
4137 * config/tc-ip2k.h (MD_APPLY_FIX3): Don't define.
4138 (MD_APPLY_SYM_VALUE): Define.
4139 (EXTERN_FORCE_RELOC): Define.
4140 (TC_FORCE_RELOCATION): Tweak param name.
4141 * config/tc-m32r.c (m32r_force_relocation): Call S_FORCE_RELOC.
4142 (m32r_fix_adjustable): Don't test extern, weak.
4143 * config/tc-m32r.h (MD_PCREL_FROM_SECTION): Tweak param name.
4144 (MD_APPLY_SYM_VALUE): Define.
4145 (obj_fix_adjustable): Don't define.
4146 (tc_fix_adjustable): Define.
4147 (tc_frob_file): Don't define.
4148 (tc_frob_file_before_fix): Define.
4149 (EXTERN_FORCE_RELOC): Define.
4150 * config/tc-m68hc11.c (tc_gen_reloc): Set addend to zero. Adjust
4151 BFD_RELOC_VTABLE_ENTRY address.
4152 (tc_m68hc11_force_relocation): Call S_FORCE_RELOC.
4153 (tc_m68hc11_fix_adjustable): Don't test relaxable_symbol.
4154 (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
4155 Remove duplicated fx_done code.
4156 * config/tc-m68hc11.h (MD_APPLY_SYM_VALUE): Define.
4157 (EXTERN_FORCE_RELOC): Define.
4158 * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't test
4159 relaxable_symbol.
4160 * config/tc-m68k.h (TC_COFF_FIX2RTYPE): Tweak param name.
4161 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4162 (TC_FIX_ADJUSTABLE): Don't define.
4163 (EXTERN_FORCE_RELOC): Define.
4164 (MD_APPLY_SYM_VALUE): Define.
4165 (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
4166 * config/tc-mcore.c (md_apply_fix3): Don't cast valP pointer type.
4167 Remove fx_addsy tests.
4168 (mcore_force_relocation): Call S_FORCE_RELOC.
4169 (mcore_fix_adjustable): Don't test fx_addsy.
4170 * config/tc-mcore.h (MD_PCREL_FROM_SECTION): Tweak param name.
4171 (EXTERN_FORCE_RELOC): Define.
4172 (obj_fix_adjustable): Don't define.
4173 (tc_fix_adjustable): Define.
4174 (MD_APPLY_SYM_VALUE): Define.
4175 * config/tc-mips.c (enum mips_pic_level): Move to tc-mips.h.
4176 (mips_pic): No longer static.
4177 (mips_force_relocation): Call S_FORCE_RELOC.
4178 (mips_fix_adjustable): Remove extern, weak tests.
4179 * config/tc-mips.h (enum mips_pic_level): Declare.
4180 (mips_pic): Declare.
4181 (tc_frob_file): Don't define.
4182 (tc_frob_file_before_fix): Define this instead.
4183 (EXTERN_FORCE_RELOC): Define.
4184 * config/tc-mmix.c (md_apply_fix3): Replace real_reg_section tests
4185 with reg_section tests. Set fx_done instead of calling
4186 symbol_clear_used_in_reloc on bad relocs.
4187 (tc_gen_reloc): Zero fx_addsy on bad relocs.
4188 (mmix_force_relocation): Remove weak sym test. Call S_FORCE_RELOC.
4189 (mmix_adjust_symtab): Simplify list handling. Abort on any
4190 nonsense.
4191 * config/tc-mmix.h (tc_fix_adjustable): Remove weak tests. Check
4192 BFD_RELOC_MMIX_LOCAL.
4193 (tc_frob_symbol): Keep user defined syms in reg_section. Don't punt.
4194 (EXTERN_FORCE_RELOC): Define.
4195 (MD_PCREL_FROM_SECTION): Tweak param name.
4196 (tc_frob_file): Don't define.
4197 (tc_frob_file_before_fix): Define this instead.
4198 * config/tc-mn10300.c (mn10300_force_relocation): Call S_FORCE_RELOC.
4199 Remove SEC_CODE checks.
4200 (mn10300_fix_adjustable): Remove extern and weak tests.
4201 * config/tc-mn10300.h (EXTERN_FORCE_RELOC): Define.
4202 (TC_FORCE_RELOCATION): Tweak param name.
4203 (obj_fix_adjustable): Don't define.
4204 (TC_FORCE_RELOCATION_SUB_SAME): Define to handle SEC_CODE.
4205 * config/tc-ns32k.h (TC_FIX_DATA_PRINT): Tweak param name.
4206 * config/tc-openrisc.c (openrisc_force_relocation): Call S_FORCE_RELOC.
4207 (openrisc_fix_adjustable): Don't test fx_addsy.
4208 * config/tc-openrisc.h (MD_APPLY_SYM_VALUE): Define.
4209 (obj_fix_adjustable): Don't define.
4210 (tc_fix_adjustable): Define this instead.
4211 (MD_PCREL_FROM_SECTION): Remove duplicate. Tweak param name.
4212 * config/tc-or32.c (md_apply_fix3): Don't cast valP pointer type.
4213 (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
4214 Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
4215 * config/tc-or32.h (EXTERN_FORCE_RELOC): Define.
4216 (MD_APPLY_SYM_VALUE): Define.
4217 * config/tc-pj.c (md_apply_fix3): Don't cast valP pointer type.
4218 Don't subtract symbol value.
4219 * config/tc-pj.h (md_pcrel_from): Tweak param name.
4220 (EXTERN_FORCE_RELOC): Define.
4221 (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
4222 (MD_APPLY_SYM_VALUE): Define.
4223 (obj_fix_adjustable): Don't define.
4224 (tc_fix_adjustable): Define this instead.
4225 * config/tc-ppc.c (ppc_frob_symbol <coff version>): Ignore absolute
4226 section sym.
4227 (ppc_force_relocation <coff version>): Call S_FORCE_RELOC.
4228 (ppc_force_relocation <elf version>): New.
4229 (ppc_fix_adjustable <elf version>): Remove extern and weak tests.
4230 (md_apply_fix3): Don't subtract symbol values for ELF. Update
4231 comments. Don't subtract fx_subsy as that is already done.
4232 * config/tc-ppc.h (tc_fix_adjustable): Tweak param name.
4233 (MD_PCREL_FROM_SECTION): Likewise.
4234 (TC_FORCE_RELOCATION): Define for both ELF and XCOFF as calling
4235 ppc_force_relocation.
4236 (TC_FORCE_RELOCATION_SECTION): Delete.
4237 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4238 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4239 (MD_APPLY_SYM_VALUE): Define.
4240 * config/tc-s390.c: #include "dwarf2dbg.h".
4241 (s390_insn): Remove excess parens.
4242 (tc_s390_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
4243 (tc_s390_force_relocation): Call S_FORCE_RELOC.
4244 (md_apply_fix3): Add ATTRIBUTE_UNUSED on "seg". Abort when fx_subsy
4245 non-NULL. Don't subtract off fx_addsy value.
4246 * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4247 (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
4248 (TC_FIX_ADJUSTABLE): Don't define.
4249 (MD_APPLY_SYM_VALUE): Define.
4250 * config/tc-sh.c (SWITCH_TABLE_CONS): Move to tc-sh.h.
4251 (SWITCH_TABLE): Likewise.
4252 (sh_force_relocation): Call S_FORCE_RELOC.
4253 (sh_fix_adjustable): Remove "return 1" cases handled by the default.
4254 Replace TC_RELOC_RTSYM_LOC_FIXUP with reloc type tests.
4255 (md_apply_fix3 <case BFD_RELOC_32_PLT_PCREL>): Simplify,
4256 fx_addnumber is zero on entry. Save val in fx_addnumber.
4257 (tc_gen_reloc): Don't subtract fx_subsy.
4258 * config/tc-sh.h (struct fix): Move.
4259 (obj_fix_adjustable): Don't define.
4260 (tc_fix_adjustable): Define this instead.
4261 (TC_FIX_ADJUSTABLE): Don't define.
4262 (MD_APPLY_SYM_VALUE): Define.
4263 (SWITCH_TABLE_CONS): Define.
4264 (SWITCH_TABLE): Define.
4265 (TC_FORCE_RELOCATION_SUB_SAME): Define.
4266 (TC_VALIDATE_FIX_SUB): Define.
4267 (MD_PCREL_FROM_SECTION): Tweak param name.
4268 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4269 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4270 (TC_FORCE_RELOCATION_SUB_ABS): Define.
4271 * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4272 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4273 (TC_FORCE_RELOCATION_SUB_SAME): Define.
4274 (TC_VALIDATE_FIX_SUB): Define.
4275 (MD_PCREL_FROM_SECTION): Tweak param name.
4276 * config/tc-sparc.c (md_apply_fix3): Don't subtract off symbol value.
4277 (tc_gen_reloc): Use S_FORCE_RELOC.
4278 (elf32_sparc_force_relocation): Call S_FORCE_RELOC.
4279 * config/tc-sparc.h (TC_FORCE_RELOCATION <coff version>): Remove.
4280 (TC_FORCE_RELOCATION_ABS): Define this instead.
4281 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4282 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4283 (tc_fix_adjustable): Remove extern and weak tests. Use S_FORCE_RELOC.
4284 (MD_APPLY_SYM_VALUE): Define.
4285 (TC_FIX_DATA_PRINT): Tweak param name.
4286 * config/tc-tic30.c (USE_STDOUT): Don't define.
4287 (md_parse_option): Remove stupid debug code.
4288 (tc_gen_reloc): Don't use fx_addnumber.
4289 * config/tc-v850.c (v850_fix_adjustable): Remove extern and weak tests.
4290 (v850_force_relocation): Remove weak test. Call S_FORCE_RELOC.
4291 * config/tc-v850.h (obj_fix_adjustable): Don't define.
4292 (tc_fix_adjustable): Define this instead.
4293 (TC_FIX_ADJUSTABLE): Don't define.
4294 (MD_APPLY_SYM_VALUE): Define this instead.
4295 (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
4296 * config/tc-vax.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4297 (TC_FIX_ADJUSTABLE): Don't define.
4298 (MD_APPLY_SYM_VALUE): Define this instead.
4299 (tc_fix_adjustable): Remove extern and weak tests.
4300 * config/tc-w65.h (struct fix): Forward declare.
4301 * config/tc-xstormy16.c (xstormy16_force_relocation): Call
4302 S_FORCE_RELOC.
4303 (xstormy16_fix_adjustable): Remove extern and weak tests. Don't
4304 call xstormy16_force_relocation; Instead test for FPTR16 reloc.
4305 (xstormy16_md_apply_fix3): Remove *valP fudges and code to subtract
4306 absolute symbol.
4307 * config/tc-xstormy16.h (MD_APPLY_FIX3): Don't define.
4308 (MD_APPLY_SYM_VALUE): Define.
4309 (obj_fix_adjustable): Don't define.
4310 (tc_fix_adjustable): Define this instead.
4311 (MD_PCREL_FROM_SECTION): Remove duplicate. Tweak param name.
4312
4313 2002-09-04 Alan Modra <amodra@bigpond.net.au>
4314
4315 * config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
4316 (ppc_fix_adjustable <coff version>): Cleanup.
4317
4318 * config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.
4319 (md_parse_option): No -a64 without BFD64.
4320 (ppc_set_cpu): Select appropriate cpu when ppc_obj64.
4321 (ppc_arch): Use bfd_mach_rs6k for bfd_arch_rs6000.
4322
4323 2002-09-04 Nick Clifton <nickc@redhat.com>
4324
4325 * config/tc-ppc.c (md_begin): Do not insert non-BookE32
4326 instructions into the hash table if the target cpu is the BookE32.
4327
4328 2002-08-31 Hans-Peter Nilsson <hp@bitrange.com>
4329
4330 * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
4331 ATTRIBUTE_UNUSED.
4332
4333 2000-08-28 Catherine Moore <clm@redhat.com>
4334
4335 * tc-v850.c (v850_relax): Declare.
4336 (v850_longcode): New routine.
4337 (v850_handle_align): New routine.
4338 (md_pseudo_table): Add longcall and longjump.
4339 (md_parse_option): Check for relax option.
4340 (tc_gen_reloc): Handle BFD_RELOC_V850_LONGCALL,
4341 BFD_RELOC_V850_LONGJUMP, and BFD_RELOC_V850_ALIGN.
4342 (md_apply_fix3): Likewise.
4343 (v850_force_relocation): Likewise.
4344 (v850_comm): Change the current section.
4345 (md_assemble): Ensure that the correct value is put in the
4346 fixup.
4347 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
4348 v850_zbss, v850_rosdata, v850_rozdata): Fix section book keeping.
4349 Remove redundant v850ea support.
4350 * tc-v850.h (HANDLE_ALIGN): Define.
4351 (v850_handle_align): Declare.
4352 * doc/c-v850.c: Document -mrelax, .longcall and .longjump.
4353
4354 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
4355
4356 * configure.in: Add tic4x-coff* and c4x-coff*-coff-coff targets.
4357 * configure: Regenerate.
4358 * NEWS: Mention new port.
4359
4360 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4361
4362 * config/obj-coff.c: Add sdef definition.
4363 * config/obj-coff.h: Add tic4x include file and set
4364 target format.
4365 * config/tc-tic4x.c: New file.
4366 * config/tc-tic4x.h: New file.
4367
4368 2002-08-28 Alan Modra <amodra@bigpond.net.au>
4369
4370 * write.c (BFD_FAST_SECTION_FILL): Remove unused macro.
4371 (TC_ADJUST_RELOC_COUNT): Tweak param name.
4372 (TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_SECTION): Likewise.
4373 (TC_FIX_ADJUSTABLE, MD_PCREL_FROM_SECTION): Likewise.
4374 (RELOC_ENUM): Define.
4375 (fix_new_internal): Use RELOC_ENUM.
4376 (fix_new, fix_new_exp): Likewise.
4377 (adjust_reloc_syms): Comment. Remove unnecessary tests on sym != NULL.
4378 Replace gotos with continue.
4379 (write_relocs): Formatting. Avoid symbol loops in
4380 RELOC_EXPANSION_POSSIBLE case too. Report bfd_reloc_outofrange
4381 errors, and error number in other cases.
4382 (fixup_segment): Remove param names from prototype. Rename
4383 "this_segment_type" to "this_segment". Update linkrelax comment.
4384 Remove "size, "place" and "where" local vars. Formatting. Update
4385 "no symbol" comment. Remove #if 0 and #if 1.
4386
4387 * app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES. Tidy.
4388
4389 2002-08-27 Alan Modra <amodra@bigpond.net.au>
4390
4391 * dwarf2dbg.c: Always include dwarf2dbg.h.
4392 (dwarf2_directive_file): Adjust dummy version args.
4393 * ecoff.c (ecoff_directive_weakext): Add ATTRIBUTE_UNUSED.
4394 * expr.c (clean_up_expression <O_subtract>): Allow subtraction
4395 when symbol values differ.
4396 * read.c (do_align): Add ATTRIBUTE_UNUSED to label.
4397 (pseudo_set <O_subtract>): Remove unnecessary segment test.
4398 * config/obj-bout.c (obj_pseudo_table): Warning fix.
4399
4400 2002-08-26 Alan Modra <amodra@bigpond.net.au>
4401
4402 * config/tc-w65.c (md_section_align): Fix typo.
4403 (md_parse_option): Return 0, not 1.
4404
4405 2002-08-22 Nick Clifton <nickc@redhat.com>
4406
4407 * doc/as.texinfo (Section): Note that if '@' is a comment
4408 character then another symbol is used to prefix the section's
4409 type.
4410
4411 2002-08-22 Christian Groessler <chris@groessler.org>
4412
4413 * config/tc-z8k.c (get_operands): Adjust ptr variable also in
4414 "case 0" case.
4415
4416 2002-08-12 Graeme Peterson <gp@qnx.com>
4417
4418 * configure.in: Add support for sh-**-nto* target.
4419 * configure: Regenerate.
4420
4421 2002-08-21 Nitin Gupta <niting@noida.hcltech.com>
4422
4423 * config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
4424
4425 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
4426
4427 * config/tc-ppc.c (ppc_cleanup): Do something only if format
4428 is ELF.
4429 (ppc_apuinfo_section_add): Define only if format is ELF.
4430 (md_assemble): Emit APUinfo section only if format is ELF.
4431 Fix formatting.
4432
4433 2002-08-21 Alan Modra <amodra@bigpond.net.au>
4434
4435 * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.
4436 * config/tc-frv.c: Likewise.
4437 * config/tc-hppa.c: Likewise.
4438 * config/tc-ia64.c: Likewise.
4439 * config/tc-ip2k.c: Likewise.
4440 * config/tc-m68hc11.c: Likewise.
4441 * config/tc-m68k.c: Likewise.
4442 * config/tc-mmix.c: Likewise.
4443 * config/tc-mn10300.c: Likewise.
4444 * config/tc-sh.c: Likewise.
4445 * config/tc-sparc.c: Likewise.
4446 * config/tc-v850.c: Likewise.
4447
4448 2002-08-20 Richard Sandiford <rsandifo@redhat.com>
4449
4450 * config/tc-mips.c (macro2): Implement rotates by zero using shifts
4451 by zero.
4452
4453 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
4454
4455 From matthew green <mrg@redhat.com>
4456
4457 * config/tc-ppc.c (PPC_OPCODE_CLASSIC): Enable this everywhere
4458 PPC_OPCODE_PPC is, except for BookE architectures.
4459 (md_parse_option): Add support for -mspe.
4460 (md_show_usage): Add -mspe.
4461 (md_parse_option): Add support for -me500 and
4462 -me500x2 to generate code for Motorola e500 core complex.
4463 (md_show_usage): Add -me500 and -me500x2.
4464
4465 (PPC_APUINFO_ISEL, PPC_APUINFO_PMR, PPC_APUINFO_RFMCI,
4466 PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE, PPC_APUINFO_EFS,
4467 PPC_APUINFO_BRLOCK): New macros.
4468
4469 (ppc_cleanup): New function.
4470 (ppc_apuinfo_section_add): New function.
4471 (APUID): New macro.
4472 (md_assemble): Collect info and write the APUinfo section.
4473
4474 * config/tc-ppc.h (md_cleanup): Define.
4475 (ppc_cleanup): Export.
4476 (ELF_TC_SPECIAL_SECTIONS): Add .PPC.EMB.apuinfo section.
4477
4478 2002-08-17 Stan Cox <scox@redhat.com>
4479
4480 * config/obj-elf.c (obj_elf_change_section): Make non-static.
4481 config/tc-mips.c (s_change_section): New function to support
4482 IRIX .section pseudo-op.
4483
4484 2002-08-16 Nick Clifton <nickc@redhat.com>
4485
4486 * config/tc-v850.c (md_assemble): Fix assembling of "callt 0x3f".
4487
4488 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
4489
4490 * config/tc-mips.c (macro_build_jalr): Make sure we generate
4491 the fix-up against on the right frag.
4492 (s_cpsetup): Likewise. Parse third argument as expression, to
4493 handle global symbols and forward/backward labels correctly.
4494
4495 2002-08-14 Nick Clifton <nickc@redhat.com>
4496
4497 * read.c (stringer): Catch attempts to create strings in the abs
4498 section.
4499
4500 * config/tc-alpha.c: Fix compiling for COFF targets.
4501 Some minor formatting tidyups.
4502
4503 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4504
4505 * config/tc-m68hc11.h (MD_PCREL_FROM_SECTION): Remove.
4506 (TC_HANDLES_FX_DONE): Define to let md_apply_fix3 set fx_done flag
4507 according to the reloc.
4508 (tc_fix_adjustable, tc_m68hc11_fix_adjustable): Define.
4509 (TC_FORCE_RELOCATION): Define.
4510 (tc_m68hc11_force_relocation): Declare.
4511
4512 * config/tc-m68hc11.c (md_pseudo_table): Add relax command.
4513 (s_m68hc11_relax): New function for relax group.
4514 (build_insn, build_jump_insn): Emit a M68HC11_RL_JUMP reloc at
4515 beginning of jump instruction.
4516 (md_pcrel_from): Rename from md_pcrel_from_section and fix
4517 address computation.
4518 (tc-gen_reloc): Update.
4519 (md_estimate_size_before_relax): Create the BFD_RELOC_16_PCREL as
4520 PC-relative fixup.
4521 (tc_m68hc11_force_relocation): New function, handle new relocs.
4522 (tc_m68hc11_fix_adjustable): New to make sure there are enough
4523 reloc for the linker relax pass.
4524 (md_apply_fix3): Handle M68HC11_RL_JUMP, M68HC11_RL_GROUP
4525 and VTABLE relocs.
4526
4527 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4528
4529 * config/tc-m68hc11.c (m68hc11_elf_final_processing): New function.
4530 (md_pseudo_table): Add .mode, .far and .interrupt pseudo op.
4531 (s_m68hc11_mode): New function for .mode pseudo op.
4532 (s_m68hc11_mark_symbol): New function for .far and .interrupt
4533 pseudo op.
4534 * config/tc-m68hc11.h (elf_tc_final_processing): Define.
4535 (m68hc11_elf_final_processing): Declare.
4536
4537 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4538
4539 * config/tc-m68hc11.c (md_begin): Take into account additional
4540 page operand for call instruction.
4541 (print_opcode_format): Likewise.
4542 (check_range): Likewise for page range checking.
4543 (get_operand): Don't skip a possible comma in operands.
4544 (fixup8): Generate BFD_RELOC_M68HC11_PAGE reloc.
4545 (fixup16): Likwise with BFD_RELOC_M68HC11_LO16.
4546 (fixup24): New to handle call reloc.
4547 (build_insn): Handle missing page operand for call instruction.
4548 (find): Likewise.
4549 (md_apply_fix3): Take into account new relocs.
4550 (get_operand): Fix the mode for indexed indirect addressing.
4551 (build_indexed_byte): Fix post index byte for indexed indirect mode.
4552
4553 2002-08-12 Richard Sandiford <rsandifo@redhat.com>
4554
4555 * config/tc-mips.c (mips_ip): Don't work out the value of
4556 constant %hi()s here.
4557
4558 2002-08-10 Alan Modra <amodra@bigpond.net.au>
4559
4560 * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR
4561 for ELF, and don't bother checking ELF relocs when non-ELF.
4562 (i386_immediate): Allow absolute_section expressions for aout.
4563 (i386_displacement): Likewise. Also test bfd_is_com_section.
4564 (md_estimate_size_before_relax): Test OUTPUT_FLAVOR for ELF.
4565 (md_apply_fix3): Hack for bfd_install_relocation when fx_pcrel,
4566 not when fx_addsy. Remove dead code.
4567
4568 2002-08-09 Graeme Peterson <gp@qnx.com>
4569
4570 * configure.in: Add support for ppc-*-nto* target.
4571 * configure: Regenerate.
4572
4573 2002-08-09 Alan Modra <amodra@bigpond.net.au>
4574
4575 * config/tc-i386.h: Reorganize.
4576
4577 2002-08-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4578
4579 * config/tc-mips.c (macro): Handle a register plus a 16-bit
4580 immediate offset in "dla" and "la" expansions.
4581
4582 2002-08-09 Alan Modra <amodra@bigpond.net.au>
4583
4584 * configure.in: bfd_gas=yes for all i386 targets. Formatting.
4585 Remove "bfd_gas=yes" from target table when covered later.
4586 Consolidate some entries.
4587 * configure: Regenerate
4588
4589 2002-08-09 Jakub Jelinek <jakub@redhat.com>
4590
4591 * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()
4592 at start of insn, pass it to output_disp and output_imm.
4593 (output_disp): Added arguments. If _GLOBAL_OFFSET_TABLE_ is seen
4594 in displacement for R_386_32 reloc, use R_386_GOTPC and compute
4595 properly addend.
4596 (output_imm): Added arguments. Compute properly addend for
4597 R_386_GOTPC.
4598 (md_apply_fix3): Remove R_386_GOTPC handling.
4599
4600 2002-08-06 George France <france@handhelds.org>
4601
4602 * config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264a
4603 and m21264b processor names and cpu types.
4604 * doc/c-alpha.texi: Documented new types.
4605
4606 2002-08-06 Alan Modra <amodra@bigpond.net.au>
4607
4608 * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.
4609
4610 2002-08-01 Richard Sandiford <rsandifo@redhat.com>
4611
4612 * config/tc-mips.c (tc_gen_reloc): Extend GP-relative addend
4613 handling to BFD_RELOC_MIPS16_GPREL.
4614
4615 2002-08-01 Nick Clifton <nickc@redhat.com>
4616
4617 * config/tc-arm.c (add_to_lit_pool): Ensure that offset to literal
4618 pool is computed using signed arithmetic so that proper sign
4619 extension is performed if X_add_number is a 64-bit integer.
4620
4621 2002-08-01 H.J. Lu <hjl@gnu.org>
4622 Daniel Jacobowitz <drow@mvista.com>
4623
4624 * dwarf2dbg.c (dwarf2_finish): Don't emit unreferenced
4625 .debug_line section unless it has line information.
4626
4627 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
4628
4629 * config/tc-ns32k.h (md_pcrel_adjust): Supply prototype.
4630 * config/tc-ns32k.c (convert_iif, md_parse_option, md_show_usage):
4631 Allow default displacement size to be an option "--disp-size-default".
4632 (md_number_to_disp): Make error messages include value. Use %d to
4633 print integers, not %s.
4634 (fix_new_ns32k): Conditionally set fx_no_overflow so we don't
4635 get duplicate messages sometimes.
4636 (convert_iif): Grow frag to max possible instruction size. Avoid
4637 creating unnecessary fixes.
4638 (md_number_to_field) Add prototype.
4639 (encode_operand, parse, convert_iif, md_fix_pcrel_adjust): Add
4640 prototypes and make static.
4641 (struct addr_mode): Make mode and scaled_mode explicitly signed.
4642 (evaluate_expr): Use resultP argument instead of exprP global.
4643 (get_addr_mode): Quiten compiler warnings.
4644 (encode_operand): eliminate unused variables. Quiten compiler
4645 warnings. Eliminate nul character in format strings.
4646 (parse): argc is unsigned.
4647 (reloc): Type cast index to quieten compiler.
4648 (md_pcrel_adjust, md_apply_fix3): Remove unused variable.
4649 (md_convert_frag): Note unused parameters. Remove unused
4650 variables.
4651 (md_create_long_jump, md_create_short_jump,
4652 md_undefined_symbol_name, md_section_align, tc_gen_reloc): Note
4653 unused parameters.
4654
4655 2002-07-31 Nick Clifton <nickc@redhat.com>
4656
4657 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
4658 of the PDP-11 and 2.11BSD a.out support.
4659
4660 2002-07-31 Momchil Velikov <velco@fadata.bg>
4661
4662 * config/tc-v850.c (md_assemble): Fix range check for immediate
4663 operand.
4664
4665 2002-07-30 Chris Demetriou <cgd@broadcom.com>
4666
4667 * config/tc-mips.c (mips_cpu_info_table): Clean up entries related
4668 to Broadcom SB-1 core support.
4669
4670 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4671
4672 * config/tc-mips.c (mips_target_format): Fix formatting.
4673 Add recognition of n32 ABI formats.
4674
4675 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4676
4677 * tc-mips.c (load_address): Don't clobber $at when loading a
4678 64-bit address in non-PIC code if noat is in effect.
4679 (macro): Likewise.
4680
4681 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4682
4683 * config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
4684 used in division/multiply macro expansions similarly to how they
4685 are used in the variants with break instructions.
4686 (macro2): Likewise.
4687
4688 2002-07-30 Graeme Peterson <gp@qnx.com>
4689
4690 * configure.in: Add support for arm-*-nto target.
4691 * configure: Regenerate.
4692
4693 2002-07-30 Nick Clifton <nickc@redhat.com>
4694
4695 * config/tc-arm.c (struct literal_pool): Add fields to allow
4696 multiple literal pools to be maintained.
4697 (find_literal_pool): New function.
4698 (find_or_make_literal_pool): New function.
4699 (add_to_literal_pool): Use find_or_make_literal_pool.
4700 (arm_s_text, arm_s_data, arm_s_section): Remove - no longer
4701 needed.
4702 (s_ltorg): Use find_literal_pool.
4703 (arm_cleanup): Dump all literal pools.
4704 * doc/c-arm.texi: Document new behaviour of only dumping literal
4705 pools upon request.
4706
4707 2002-07-26 Alan Modra <amodra@bigpond.net.au>
4708
4709 * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default
4710 rather than PPC_OPCODE_32 for powerpc64*.
4711
4712 2002-07-25 Nick Clifton <nickc@redhat.com>
4713
4714 * po/es.po: Updated Spanish translation.
4715 * po/fr.po: Updated French translation.
4716
4717 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
4718
4719 * doc/c-mips.texi: Remove -mcpu. Document -mabi.
4720 * configure.in (MIPS_CPU_STRING_DEFAULT): New configuration macro.
4721 (USE_E_MIPS_ABI_O32, MIPS_DEFAULT_64BIT): New configuration macros.
4722 * configure, config.in: Regenerate.
4723 * config/tc-mips.c (file_mips_abi): Rename to mips_abi.
4724 (mips_set_options): Remove "abi" field.
4725 (mips_opts): Update accordingly. Replace all uses of mips_opts.abi
4726 with mips_abi.
4727 (mips_cpu): Remove.
4728 (mips_arch_string, mips_arch_info): New vars.
4729 (mips_tune_string, mips_tune_info): New vars.
4730 (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New macros.
4731 (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): Don't check the ABI.
4732 (mips_isa_to_str, mips_cpu_to_str): Remove.
4733 (mips_ip): If the selected architecture is a generic ISA rather
4734 than a processor, only mention the ISA level in error messages.
4735 (OPTION_MCPU): Remove.
4736 (OPTION_FP64): New.
4737 (md_longopts): Add -mfp64, remove -mcpu.
4738 (mips_set_option_string): New fn.
4739 (md_parse_option): Make -mipsN update file_mips_isa rather than
4740 mips_opts.isa. Use mips_set_option_string to set -march or -mtune.
4741 Don't let -mgp32 and -mfp32 change the ABI.
4742 (show): Move to end of file. Constify string argument.
4743 (md_show_usage): Move to the end of the file. Read available
4744 architectures from mips_cpu_info_table.
4745 (mips_set_architecture): New fn.
4746 (mips_after_parse_args): Rework. Remove -mcpu handling. -mipsN
4747 is an alias for -march=mipsN. Don't change the ABI based on other
4748 flags. Infer the register size from the ABI as well as the
4749 architecture. Complain about more conflicting arguments.
4750 Unify logic with GCC.
4751 (s_mipsset): Don't change the ABI.
4752 (mips_elf_final_processing): Check USE_E_MIPS_ABI_O32.
4753 (mips_cpu_info_table): Remove Generic-MIPS* entries, keeping just
4754 "mipsN"-type entries. Remove entries that vary only in the
4755 manufacturer's prefix, or that have "000" replaced by "k".
4756 Remove TARGET_CPU entries. Make r2000 entry use CPU_R3000.
4757 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
4758 (mips_parse_cpu): New fn.
4759 (mips_cpu_info_from_name, mips_cpu_info_from_cpu): Remove.
4760 (mips_cpu_info_from_isa): Minor formatting tweak.
4761
4762 2002-07-24 Nick Clifton <nickc@redhat.com>
4763
4764 * po/sv.po: Updated Swedish translation.
4765 * po/es.po: Updated Spanish translation.
4766
4767 2002-07-23 Alan Modra <amodra@bigpond.net.au>
4768
4769 * Makefile.am: Run "make dep-am".
4770 * Makefile.in: Regenerate.
4771 * doc/Makefile.in: Regenerate.
4772 * config.in: Regenerate.
4773 * po/POTFILES.in: Regenerate.
4774
4775 2002-07-23 Nick Clifton <nickc@redhat.com>
4776
4777 * po/fr.po: Updated French translation.
4778
4779 2002-07-23 Nick Clifton <nickc@redhat.com>
4780
4781 * CONTRIBUTORS: Ken Raeburn is no longer the maintainer for
4782 GAS.
4783
4784 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4785
4786 * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
4787 instead of S_IS_EXTERN.
4788 (md_estimate_size_before_relax): Likewise.
4789 (mips_fix_adjustable): Likewise.
4790
4791 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4792
4793 * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
4794
4795 2002-07-19 Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>
4796 Nick Clifton <nickc@redhat.com>
4797
4798 * cond.c (s_ifdef): Treat a referenced but not yet defined
4799 symbol as if it were undefined, in exactly the same way as
4800 .equiv.
4801
4802 * doc/as.texinfo: Document that .ifdef, .ifndef and .equiv
4803 consider referenced bug not yet defined symbols to be
4804 undefined.
4805
4806 2002-07-18 Denis Chertykov <denisc@overta.ru>
4807 Frank Ch. Eigler <fche@redhat.com>
4808 Alan Lehotsky <alehotsky@cygnus.com>
4809 John Healy <jhealy@redhat.com>
4810 Jeff Johnston <jjohnstn@redhat.com>
4811
4812 * configure.in: Add ip2k configuraton.
4813 * configure: Regenerate.
4814 * Makefile.am: Add ip2k configuraton.
4815 * Makefile.in: Regenerate.
4816 * configure: Regenerate.
4817 * Makefile.in: Regenerate.
4818 * config/tc-ip2k.c: New file.
4819 * config/tc-ip2k.h: New files.
4820 * NEWS: Mention new support.
4821 * doc/Makefile.am (CPU_DOCS): Add c-ip2k.texi.
4822 * doc/Makefile.in: Regenerate.
4823 * doc/all.texi: Set IP2K
4824 * doc/as.texinfo: Add IP2K description.
4825 * doc/c-ip2k.texi: New file.
4826
4827 2002-07-19 Nick Clifton <nickc@cambridge.redhat.com>
4828
4829 * NEWS: Reformat to match style of other NEWS files.
4830
4831 2002-07-17 Jan Hubicka <jh@suse.cz>
4832
4833 * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
4834
4835 2002-07-16 Moritz Jodeit <moritz@jodeit.org>
4836
4837 * config/tc-z8k.c (build_bytes): Correct order of memset args.
4838
4839 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
4840
4841 * NEWS: Add 'Changes in 2.13'.
4842
4843 2002-07-15 Matt Fredette <fredette@netbsd.org>
4844
4845 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
4846
4847 2002-07-12 Alan Modra <amodra@bigpond.net.au>
4848
4849 * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
4850 case with non CODE_64BIT case. Don't warn on "qword ptr" if
4851 not CODE_64BIT.
4852
4853 2002-07-11 Alan Modra <amodra@bigpond.net.au>
4854
4855 * config/tc-ppc.c (ppc_elf_frob_symbol): Delete.
4856 (ppc_frob_file_before_adjust): New function.
4857 * config/tc-ppc.h (tc_frob_symbol): Don't define.
4858 (ppc_elf_frob_symbol): Don't declare.
4859 (tc_frob_file_before_adjust): Define.
4860 (ppc_frob_file_before_adjust): Declare.
4861
4862 * config/tc-ppc.c (md_pseudo_table): Warning fix.
4863 (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode
4864 flags.
4865 (ppc_size): Delete.
4866 (ppc_xcoff64): Rename to ppc_obj64.
4867 (md_parse_option <m>): Encode old ppc_size value in ppc_cpu.
4868 (ppc_set_cpu): Set PPC_OPCODE_32 too.
4869 (ppc_arch): Use ppc_obj64 instead of ppc_size to select bfd_mach_ppc64
4870 or bfd_mach_ppc.
4871 (ppc_target_format): Use ppc_obj64 to select format.
4872 (md_begin): Adjust for PPC_OPCODE_32/64 in ppc_cpu.
4873 (ppc_insert_operand): Use ppc_obj64 instead of ppc_size.
4874 (ppc_elf_suffix): Likewise. Don't depend on BFD_DEFAULT_TARGET_SIZE.
4875 (tc_frob_symbol): Likewise.
4876 (md_assemble): Use ppc_obj64 instead of ppc_size. Don't depend on
4877 BFD_DEFAULT_TARGET_SIZE.
4878 (ppc_tc): Likewise.
4879 (ppc_is_toc_sym): Likewise.
4880 (md_apply_fix3): Likewise.
4881 * config/tc-ppc.h (TC_FORCE_RELOCATION): Don't depend on
4882 BFD_DEFAULT_TARGET_SIZE.
4883 (ELF_TC_SPECIAL_SECTIONS): Likewise.
4884 (tc_frob_symbol): Likewise.
4885
4886 2002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4887
4888 * config/tc-mips.c (macro_build): Handle MIPS16 insns.
4889 (mips_ip): Likewise.
4890
4891 2002-07-09 Alan Modra <amodra@bigpond.net.au>
4892
4893 * config/tc-i386.c (md_pseudo_table <file>): Warning fix.
4894 (BFD_RELOC_8, BFD_RELOC_8_PCREL): Define for non-BFD.
4895 (md_apply_fix3): Formatting. Remove redundant test.
4896 (tc_gen_reloc): Remove redundant code.
4897 (tc_i386_force_relocation): Delete. Movy body of function to..
4898 * config/tc-i386.h (TC_FORCE_RELOCATION): .. here.
4899
4900 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
4901
4902 * configure.in: Add hppa-*-openbsd* target, change
4903 alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
4904 with sparc64 cpu.
4905 * configure: Regenerate.
4906
4907 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4908
4909 * config/tc-mips.c (macro): Shift the 32-bit address range
4910 accessible with a lone "lui" down by 32768.
4911
4912 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4913
4914 * config/tc-mips.c (load_address): Use non-trapping "daddu"
4915 instead of "dadd" in address calculations.
4916 (macro): Likewise.
4917
4918 2002-07-08 Alan Modra <amodra@bigpond.net.au>
4919
4920 * config/tc-i386.c (process_suffix): Remove intel mode movsx and
4921 movzx fudges.
4922 (md_assemble): Instead, zap the suffix here.
4923
4924 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
4925
4926 * NEWS: Remove next release number until the release is actually
4927 upon us.
4928
4929 2002-07-03 Alan Modra <amodra@bigpond.net.au>
4930
4931 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
4932 Run "make dep-am".
4933 * Makefile.in: Regenerate.
4934
4935 2002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
4936
4937 * config/tc-s390.c (tc_s390_fix_adjustable): Prevent any adjustment
4938 to symbols in merge sections, even non pc-relative ones.
4939
4940 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
4941
4942 * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
4943
4944 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
4945
4946 * config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
4947 .softregs and .eeprom.
4948
4949 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4950
4951 * NEWS: Note the next release is 2.13.
4952
4953 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
4954
4955 * po/tr.po: New translation imported.
4956
4957 2002-06-26 Elias Athanasopoulos <eathan@otenet.gr>
4958
4959 * ecoff.c: (get_tag): Replace strcpy with xstrdup.
4960 (ecoff_directive_def): Likewise.
4961 (ecoff_directive_tag): Likewise.
4962 * listing.c (file_info): Likewise.
4963 * hash.c (what): Likewise.
4964
4965 2002-06-25 H.J. Lu <hjl@gnu.org>
4966
4967 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
4968 * Makefile.in: Regenerated.
4969
4970 2002-06-19 Dhananjay R. Deshpande <dhananjayd@kpit.com>
4971
4972 * config/tc-sh.c (get_specific): Revert 2002-05-01 change.
4973 (assemble_ppi): Generate warning if the same register is used
4974 twice as destination in the same padd / pmuls instruction.
4975
4976 2002-06-18 Dave Brolley <brolley@redhat.com>
4977
4978 From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley
4979 * po/POTFILES.in: Add tc-frv.c, tc-frv.h.
4980 * configure.in: Support frv-*-*.
4981 * Makefile.am (CPU_TYPES): Add frv.
4982 (TARGET_CPU_CFILES): Add tc-frv.c.
4983 (TARGET_CPU_HFILES): Add tc-frv.h.
4984 (DEPTC_frv_coff): New variable.
4985 (DEPTC_frv_elf): New variable.
4986 (DEPOBJ_frv_coff): New variable.
4987 (DEPOBJ_frv_elf): New variable.
4988 (DEP_frv_coff): New variable.
4989 (DEP_frv_elf): New variable.
4990 * tc-frv.c: New file.
4991 * tc-frv.h: New file.
4992
4993 2002-06-17 Catherine Moore <clm@redhat.com>
4994
4995 * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
4996
4997 2002-06-17 J"orn Rennecke <joern.rennecke@superh.com>
4998
4999 * config/tc-sh.c (assemble_ppi): Initialize reg_n.
5000
5001 2002-06-17 Tom Rix <trix@redhat.com>
5002
5003 * config/tc-i370.h (tc_comment_chars): Define for i370-elf.
5004
5005 2002-06-14 H.J. Lu <hjl@gnu.org>
5006 Daniel Jacobowitz <drow@mvista.com>
5007
5008 * dwarf2dbg.h (dwarf2_directive_file): Return char *.
5009 * dwarf2dbg.c (dwarf2_directive_file): Return filename.
5010 * config/tc-mips.c (s_mips_file): Call s_app_file_string
5011 and new_logical_line for the first .file directive.
5012 * read.c (s_app_file_string): New function.
5013 (s_app_file): Call it.
5014 * read.h (s_app_file_string): Add declaration.
5015
5016 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5017
5018 * configure.in: Remove MIPS_STABS_ELF.
5019 * configure: Regenerated.
5020 * config.in: Regenerated.
5021 * config/obj-elf.h (ECOFF_DEBUGGING): Define to mips_flag_mdebug
5022 for MIPS targets.
5023 * config/tc-mips.c (mips_pseudo_table): Remove #ifdef around
5024 ".extern".
5025 (pdr_seg): Declare unconditionally.
5026 (md_begin): Always generate .pdr unless ECOFF_DEBUGGING or not ELF.
5027 (s_mips_end): Likewise. Generate stabs function markers.
5028 (s_mips_ent): Generate stabs function markers.
5029 (s_mips_frame): Always generate .pdr unless ECOFF_DEBUGGING or not
5030 ELF.
5031 (s_mips_mask): Likewise.
5032 (mips_flag_mdebug): New.
5033 (md_longopts): Add "mdebug" and "no-mdebug".
5034 (md_parse_options): Add OPTION_MDEBUG and OPTION_NO_MDEBUG.
5035 (mips_after_parse_args): Set mips_flag_mdebug.
5036 * doc/as.texinfo: Add "-mdebug" and "-no-mdebug" for MIPS.
5037
5038 2002-06-13 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5039
5040 * config/tc-mips.c (md_apply_fix3): Don't subtract the symbol's
5041 value twice for RELA relocations.
5042
5043 2002-06-12 Ben Elliston <bje@redhat.com>
5044
5045 * symbols.c (resolve_symbol_value): Initialise final_val.
5046
5047 * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
5048
5049 2002-06-11 Tom Rix <trix@redhat.com>
5050
5051 * config/tc-ppc.c (ppc_subseg_align): Delete.
5052 (ppc_change_csect): Default csect align is 2.
5053 * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Delete
5054
5055 2002-06-09 Marek Michalkiewicz <marekm@amelek.gda.pl>
5056
5057 * config/tc-avr.c (mcu_types): Update.
5058
5059 2002-06-08 Matt Thomas <matt@3am-software.com>
5060
5061 * configure.in (vax-*-netbsdelf*, vax-*-netbsdaout*)
5062 (vax-*-netbsd*): New targets.
5063 * configure: Regenerate.
5064 * config/aout_gnu.h (enum machine_type): Add M_VAX4K_NETBSD.
5065 * config/tc-vax.c: Add support for ELF and PIC.
5066 (flag_want_pic): New flag.
5067 (float_cons): Fix prototype.
5068 (md_apply_fix3): Adjust for BFD_ASSEMBLER.
5069 (md_assemble): Introduce a new is_absolute local, and use it
5070 rather than repeating the test. Make fatal errors actually
5071 fatal by using as_fatal as appropriate. Adjust for BFD_ASSEMBLER.
5072 Add support for ELF. Add support for PIC.
5073 (md_convert_frag): Adjust for BFD_ASSEMBLER.
5074 (tc_aout_fix_to_chars): Only include if OBJ_AOUT and not
5075 BFD_ASSEMBLER.
5076 (vax_reg_parse): Make the % register prefix mandatory for ELF,
5077 optional for a.out, and not allowed for VMS. Adjust all callers.
5078 (md_create_short_jump): Add ATTRIBUTE_UNUSED to unused arguments.
5079 (md_create_long_jump): Likewise.
5080 (md_undefined_symbol): Likewise.
5081 (md_section_align): Likewise.
5082 (md_shortopts): Allow -k and -K for ELF.
5083 (md_parse_option): Set flag_want_pic if -k or -K.
5084 (tc_headers_hook): New function if OBJ_AOUT and not BFD_ASSEMBLER.
5085 (tc_gen_reloc): New function if BFD_ASSEMBLER.
5086 * config/tc-vax.h (tc_headers_hook): Remove.
5087 (TARGET_FORMAT): Set according to object format and target
5088 environment.
5089 (BFD_ARCH, TARGET_ARCH): Define.
5090 (NO_RELOC): Adjust for BFD_ASSEMBLER.
5091 (TC_RELOC_RTSYM_LOC_FIXUP, TC_FIX_ADJUSTABLE)
5092 (tc_fix_adjustable): Define if BFD_ASSEMBLER.
5093 * config/vax-inst.h (VAX_JSB, VAX_CALLS, VAX_CALLG): Define.
5094
5095 2002-06-08 Alan Modra <amodra@bigpond.net.au>
5096
5097 * Makefile.am: Run "make dep-am".
5098 * Makefile.in: Regenerate.
5099
5100 * as.c: Replace CONST with const.
5101 * write.c: Likewise.
5102 * config/obj-coff.c: Likewise.
5103 * config/tc-a29k.c: Likewise.
5104 * config/tc-arm.c: Likewise.
5105 * config/tc-dlx.c: Likewise.
5106 * config/tc-h8300.c: Likewise.
5107 * config/tc-h8500.c: Likewise.
5108 * config/tc-i370.c: Likewise.
5109 * config/tc-i860.c: Likewise.
5110 * config/tc-i960.c: Likewise.
5111 * config/tc-m68hc11.c: Likewise.
5112 * config/tc-m68k.c: Likewise.
5113 * config/tc-m88k.c: Likewise.
5114 * config/tc-mcore.c: Likewise.
5115 * config/tc-mips.c: Likewise.
5116 * config/tc-ns32k.c: Likewise.
5117 * config/tc-pdp11.c: Likewise.
5118 * config/tc-pj.c: Likewise.
5119 * config/tc-s390.c: Likewise.
5120 * config/tc-sh.c: Likewise.
5121 * config/tc-sparc.c: Likewise.
5122 * config/tc-tahoe.c: Likewise.
5123 * config/tc-tic80.c: Likewise.
5124 * config/tc-v850.c: Likewise.
5125 * config/tc-vax.c: Likewise.
5126 * config/tc-w65.c: Likewise.
5127 * config/tc-z8k.c: Likewise.
5128
5129 2002-06-08 Daniel Jacobowitz <drow@mvista.com>
5130
5131 Based on patch from Matt Green:
5132 * config/obj-elf.h (ECOFF_DEBUGGING): Make configurable.
5133 * config/tc-mips.c (s_mips_file): Renamed from s_file.
5134 (s_mips_loc): New function.
5135 (mips_nonecoff_pseudo_table): Call them.
5136 (append_insn): Call dwarf2_emit_insn.
5137
5138 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5139
5140 * config/tc-mips.c (mips_opts): Fix comment, all ASE fields are set
5141 to -1.
5142 (file_ase_mips16): New veriable.
5143 (mips_eabi64): Remove.
5144 (CPU_HAS_MIPS16): New define.
5145 (CPU_HAS_MDMX): Fix data type.
5146 (md_begin): Code cleanup. Use file_ase_mips16.
5147 (mips_elf_final_processing): Handle mips16 header flag.
5148 Handle EABI flag without intermediate variable.
5149
5150 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5151
5152 * doc/as.texinfo: Update MIPS documentation.
5153
5154 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5155
5156 * config/tc-mips.c: Add define for $zero register.
5157 (md_begin): Add $zero as alias name for $0.
5158 (insn_uses_reg): Use ZERO define.
5159 (mips_ip): Add $zero as alias name for $0.
5160 (mips16_ip): Likewise.
5161 (s_cplocal): Demand empty rest of input line.
5162 (tc_get_register): Likewise. Add support for $kt0, kt1 register
5163 names. Use ZERO define. Fix input_line_pointer progress.
5164
5165 2002-06-07 Alan Modra <amodra@bigpond.net.au>
5166
5167 * symbols.c: Replace CONST by const throughout.
5168 (symbol_find_exact): Split out from..
5169 (symbol_find_base): ..here.
5170 * symbols.h: Replace CONST by const throughout.
5171 (symbol_find_exact): Declare.
5172 * config/obj-elf.c: #include "struc-symbol.h".
5173 (elf_frob_file): If group name matches an exported symbol, use that
5174 symbol for the signature and ".group" as the section name.
5175
5176 2002-06-06 J"orn Rennecke <joern.rennecke@superh.com>
5177
5178 * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,
5179 but warn about it.
5180
5181 2002-06-06 Daniel Jacobowitz <drow@mvista.com>
5182
5183 * tc-mips.c (mips_after_parse_args): Always set mips_opts.ase_mips3d
5184 and mips_opts.ase_mdmx if they are uninitialized.
5185
5186 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
5187
5188 * gas/config/tc-hppa.c (pa_ip): Replace "L$0\001" with FAKE_LABEL_NAME.
5189 (hppa_force_relocation): Check if a stub just before the start symbol
5190 of the last call_info is reachable before forcing relocation. Fix
5191 typo.
5192
5193 2002-06-04 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5194
5195 * config/tc-mips.c (mips_after_parse_args): New function.
5196 (md_begin): Move processing of defaults to mips_after_parse_args.
5197 config/tc-mips.h (md_after_parse_args): Define.
5198
5199 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
5200
5201 * configure.in (sh5*): Set cpu_type to sh64 and endian to big.
5202 (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little.
5203 (sh5*-*-netbsd*, sh64*-*-netbsd*): New targets.
5204 * configure: Regenerate.
5205 * config/tc-sh64.c (sh64_target_format): Add support for NetBSD
5206 environment.
5207
5208 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
5209
5210 * config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
5211
5212 2002-06-04 Alan Modra <amodra@bigpond.net.au>
5213
5214 * config/obj-elf.c (obj_elf_change_section): Set and check elf
5215 linkonce flag. Print all warnings.
5216 (obj_elf_section): Parse ",comdat" for groups.
5217 (elf_frob_file): Set SEC_LINK_ONCE on COMDAT groups. Check
5218 consistency of comdat flag.
5219
5220 2002-06-02 Richard Henderson <rth@redhat.com>
5221
5222 * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
5223 with LITERALs without sequence numbers.
5224
5225 2002-06-01 Richard Henderson <rth@redhat.com>
5226
5227 * config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
5228 Rename them LITUSE_ALPHA_*.
5229
5230 2002-05-31 Shrinivas Atre <ShrinivasA@kpit.com>
5231
5232 * config/tc-h8300.c (get_operand): Allow stm.l and ldm.l insns to
5233 accept parentheses enclosed register lists.
5234
5235 2002-05-31 Alan Modra <amodra@bigpond.net.au>
5236
5237 * Makefile.am: Run "make dep-am".
5238 * Makefile.in: Regenerate.
5239 * po/POTFILES.in: Regenerate.
5240
5241 2002-05-31 Graeme Peterson <gp@qnx.com>
5242
5243 * configure.in: Add i386-*-nto-qnx*.
5244 * configure: Regenerate.
5245
5246 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5247
5248 * config/tc-mips.c (mips_ip): Use unsigned long values for
5249 warning output.
5250
5251 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5252
5253 * config/tc-mips.c (s_cpsetup): Fix initialization of
5254 mips_cpreturn_register and mips_cpreturn_offset.
5255
5256 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5257
5258 * config/tc-mips.c (s_cpsetup): Fix comment.
5259
5260 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5261
5262 * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
5263 (mips_ip): Likewise.
5264 (mips16_ip): Likewise.
5265 (tc_get_register): Likewise.
5266
5267 2002-05-30 Chris G. Demetriou <cgd@broadcom.com>
5268 Ed Satterthwaite <ehs@broadcom.com>
5269
5270 * config/tc-mips.c (mips_set_options): New "ase_mdmx" member.
5271 (mips_opts): Initialize "ase_mdmx" member.
5272 (file_ase_mdmx): New variable.
5273 (CPU_HAS_MDMX): New macro.
5274 (md_begin): Initialize mips_opts.ase_mdmx and file_ase_mdmx
5275 based on command line options and configuration defaults.
5276 (macro_build): Note in comment that use of MDMX in macros is
5277 not currently allowed.
5278 (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
5279 "Z" MDMX operand types.
5280 (mips_ip): Accept MDMX instructions if mips_opts.ase_mdmx is set,
5281 and add support for the "O", "Q", "X", "Y", and "Z" MDMX operand
5282 types.
5283 (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
5284 Add support for "-mdmx" and "-no-mdmx" options.
5285 (OPTION_ELF_BASE): Move to accommodate new options.
5286 (s_mipsset): Support ".set mdmx" and ".set nomdmx".
5287 (mips_elf_final_processing): Set MDMX ASE ELF header flag if
5288 file_ase_mdmx was set.
5289 * doc/as.texinfo: Document -mdmx and -no-mdmx options.
5290 * doc/c-mips.texi: Likewise, and document ".set mdmx" and ".set
5291 nomdmx" directives.
5292
5293 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5294
5295 * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
5296 OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
5297 command line switch conforming to gcc conventions.
5298 * doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
5299
5300 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5301
5302 * config/tc-mips.c (macro_build_jalr): New Function.
5303 (md_begin): NewABI uses big GOTs.
5304 (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
5305 BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MIPS_GOT_OFST as valid.
5306 (load_address): Add some NewABI PIC support.
5307 (macro): Likewise.
5308 (md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.
5309 (tc_gen_reloc): Don't encode NewABI vtables in REL relocations.
5310
5311 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5312
5313 * config/tc-mips.c (load_address): Use mips_gp_register instead
5314 of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
5315 instead.
5316 (macro): Use mips_gp_register instead of hardcoded value.
5317
5318 2002-05-30 Richard Henderson <rth@redhat.com>
5319
5320 * expr.h (operatorT): Add O_md17..O_md32.
5321 * config/tc-alpha.c (O_lituse_tlsgd, O_lituse_tlsldm, O_tlsgd,
5322 O_tlsldm, O_gotdtprel, O_dtprelhi, O_dtprello, O_dtprel, O_gottprel,
5323 O_tprelhi, O_tprello, O_tprel): New.
5324 (USER_RELOC_P, alpha_reloc_op_tag, debug_exp): Include them.
5325 (DUMMY_RELOC_LITUSE_TLSGD, DUMMY_RELOC_LITUSE_TLSLDM): New.
5326 (LITUSE_TLSGD, LITUSE_TLSLDM): New.
5327 (struct alpha_reloc_tag): Add master, saw_tlsgd, saw_tlsld,
5328 saw_lu_tlsgd, saw_lu_tlsldm. Make multi_section_p a bit field.
5329 (md_apply_fix3): Handle TLS relocations.
5330 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
5331 (alpha_adjust_symtab_relocs): Sort LITERAL relocs after the
5332 associated TLS reloc. Check lituse_tls relocs match up.
5333 (emit_insn): Handle TLS relocations.
5334 (ldX_op): Remove.
5335
5336 * doc/c-alpha.texi: Add docs for tls relocations.
5337
5338 2002-05-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5339
5340 * config/tc-mips.c (mips_gprel_offset): New variable.
5341 (s_gpvalue): Use it.
5342
5343 2002-05-30 Diego Novillo <dnovillo@redhat.com>
5344
5345 * gas/config/tc-d10v.c (check_resource_conflict): Only check
5346 write-write conflicts.
5347 (md_assemble): Reformat introductory comment.
5348 (parallel_ok): Prevent packing only if the first
5349 instruction cannot be packed.
5350
5351 2002-05-30 Jason Eckhardt <jle@redhat.com>
5352 Tom Rix <trix@redhat.com>
5353
5354 * config/tc-d10v.c (build_insn): Check for immediates.
5355
5356 2002-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5357
5358 * config/tc-mips.c: Replace GP in comments by $gp.
5359 (mips_big_got): Initialize.
5360 (mips_trap): Initialize.
5361 (load_address): Use mips_gp_register instead of hardcoded value.
5362 Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
5363 (macro): Use mips_gp_register instead of hardcoded value.
5364 (macro2): Change load_address calls.
5365 (md_pcrel_from): Comment formatting.
5366 (s_cpload): Use mips_gp_register instead of hardcoded value.
5367 (s_cprestore): Likewise. Comment formatting.
5368 (s_gpword): Fix data type.
5369 (s_cpadd): Use mips_gp_register instead of hardcoded value.
5370 (nopic_need_relax): Replace GP in comments by $gp.
5371 (mips_elf_final_processing): Better comment.
5372
5373 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
5374
5375 * configure.in: Add DLX configuraton
5376 * Makefile.am: Add DLX configuraton
5377 * configure: Regenerate.
5378 * Makefile.in: Regenerate.
5379 * config/tc-dlx.c: New file.
5380 * config/tc-dlx.h: New files.
5381 * NEWS: Mention new support.
5382
5383 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
5384
5385 * config/obj-coff.c (write_object_file): Add missing semicolon.
5386
5387 2002-05-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5388
5389 * config/tc-mips.c (mips_emit_delays): Replace magic constant for RA
5390 by the define. Remove superfluous check of mips_opts.mips16.
5391 (append_insn): Likewise. Canonicalize variable increments.
5392 (macro_build): Canonicalize variable increments.
5393 (macro_build_lui): Likewise.
5394 (load_register): Likewise.
5395 (load_address): Move pointer initialization.
5396 (macro): Move pointer to a more local scope. Canonicalize variable
5397 increments. Better comments. Replace magic constant for RA by the
5398 define.
5399 (macro2): Replace magic constant for RA by the define. Canonicalize
5400 variable increments.
5401 (mips_ip): Canonicalize variable increments.
5402 (mips16_ip): Replace magic constant for RA by the define.
5403 (my_getSmallParser): Canonicalize variable increments/decrements.
5404 (my_getPercentOp): Likewise.
5405 (my_getSmallExpression): Likewise.
5406 (s_align): Likewise.
5407 (s_mipsset): Likewise.
5408 (s_cpsetup): Likewise.
5409 (s_insn): Remove superfluous check of mips_opts.mips16.
5410 (s_mips_stab): Likewise.
5411 (mips_handle_align): Canonicalize variable increments.
5412 (s_mips_ent): Likewise.
5413 (s_mips_end): Add comment.
5414
5415 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5416
5417 * configure.in: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
5418 * configure: Regenerate.
5419
5420 2002-05-25 Alan Modra <amodra@bigpond.net.au>
5421
5422 * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.
5423 * Makefile.in: Regenerate.
5424 * dep-in.sed: Reorder to match OBJS in Makefile.am.
5425 * configure.in (ALL_OBJ_DEPS): Add symcat.h when need_bfd.
5426 * configure: Regenerate.
5427 * as.h: Use #include "" instead of <> for local header files.
5428 * flonum-konst.c: Likewise.
5429 * flonum-mult.c: Likewise.
5430 * gasp.c: Likewise.
5431 * listing.c: Likewise.
5432 * config/tc-ia64.h: Likewise.
5433 * config/tc-v850.h: Likewise.
5434
5435 2002-05-24 TAMURA Kent <kent@netbsd.org>
5436
5437 * configure.in: Add a target for i386-netbsdpe.
5438 * configure: Regenerate.
5439
5440 2002-05-23 Jakub Jelinek <jakub@redhat.com>
5441
5442 * config/obj-elf.c (elf_common): Renamed from obj_elf_common.
5443 (obj_elf_common): Call elf_common.
5444 (obj_elf_tls_common): New function.
5445 (elf_pseudo_tab): Support .tls_common.
5446 (special_sections): Add .tdata and .tbss.
5447 (obj_elf_change_section): Set SEC_THREAD_LOCAL for SHF_TLS
5448 sections.
5449 (obj_elf_parse_section_letters): Support T in section flags (SHF_TLS).
5450 (obj_elf_parse_section_letters): Include T in error message.
5451 * config/tc-ppc.c (ppc_section_letter): Likewise.
5452 * config/tc-alpha.c (alpha_elf_section_letter): Likewise.
5453 (tc_gen_reloc): Handle SEC_THREAD_LOCAL the same way as
5454 SEC_MERGE.
5455 * config/tc-sparc.c (md_apply_fix3): Likewise.
5456 * config/tc-i386.c (tc_i386_fix_adjustable): Add TLS relocs.
5457 Define them if not BFD_ASSEMBLER.
5458 (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
5459 and @NTPOFF.
5460 (md_apply_fix3): Add TLS relocs.
5461 * config/tc-ia64.c (enum reloc_func): Add FUNC_DTP_MODULE,
5462 FUNC_DTP_RELATIVE, FUNC_TP_RELATIVE, FUNC_LT_DTP_MODULE,
5463 FUNC_LT_DTP_RELATIVE, FUNC_LT_TP_RELATIVE.
5464 (pseudo_func): Support @dtpmod(), @dtprel() and @tprel().
5465 (ia64_elf_section_letter): Include T in error message.
5466 (md_begin): Support TLS operators.
5467 (md_operand): Likewise.
5468 (ia64_gen_real_reloc_type): Support TLS relocs.
5469 * write.c (adjust_reloc_syms): Don't change symbols in
5470 SEC_THREAD_LOCAL sections to STT_SECTION + addend.
5471
5472 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
5473
5474 * config/tc-arm.c (md_apply_fix3): For the Thumb BLX reloc
5475 round the relocation up rather than down.
5476
5477 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
5478
5479 * config/obj-coff.c (obj_coff_section): Silently ignore an 'a'
5480 flag.
5481 * doc/as.texinfo: Document that the COFF version of .section
5482 ignores the 'a' flag.
5483
5484 2002-05-23 Alan Modra <amodra@bigpond.net.au>
5485
5486 * config/tc-alpha.c (assemble_tokens): Protect use of
5487 ALPHA_RELOC_TABLE with #ifdef RELOC_OP_P.
5488
5489 * write.c (size_seg): Check adjustment to last frag.
5490 (SUB_SEGMENT_ALIGN): If HANDLE_ALIGN defined, pad out last frag to
5491 section alignment.
5492 * config/obj-coff.c (SUB_SEGMENT_ALIGN): Likewise.
5493 * config/obj-ieee.c (SUB_SEGMENT_ALIGN): Likewise.
5494 (write_object_file): Invoke md_do_align if available, and use
5495 frag_align_code on text sections.
5496 * config/obj-vms.h (SUB_SEGMENT_ALIGN): Now two args.
5497 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Likewise.
5498 * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Likewise.
5499 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Likewise.
5500 * config/tc-i386.h (SUB_SEGMENT_ALIGN): Likewise. Define for
5501 BFD_ASSEMBLER too.
5502
5503 2002-05-22 H.J. Lu <hjl@gnu.org>
5504
5505 * dwarf2dbg.c (dwarf2_directive_loc): Call listing_source_file
5506 for source file.
5507
5508 2002-05-22 Nick Clifton <nickc@cambridge.redhat.com>
5509
5510 * config/tc-arm.c (arm_s_section): Enable for COFF builds as well
5511 as ELF builds.
5512
5513 2002-05-22 H.J. Lu <hjl@gnu.org>
5514
5515 * dwarf2dbg.c (dwarf2_emit_insn): Emit only one line symbol
5516 for one .loc for compiler.
5517
5518 2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5519
5520 * config/tc-mips.c (macro): Relax warning, it's toot strict for
5521 embedded-PIC.
5522
5523 2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5524
5525 * config/tc-mips.c (macro2): Add 64 bit drol, dror macros.
5526 Optimize the rotate by zero case.
5527
5528 2002-05-21 Nick Clifton <nickc@cambridge.redhat.com>
5529
5530 * configure.in: Remove accidental enabling of bfd_gas=yes for
5531 sh-coff targets.
5532 * configure: Regenerate.
5533
5534 2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
5535
5536 * app.c: Fix formatting.
5537 * as.c: Likewise.
5538 * ehopt.c: Likewise.
5539 * expr.c: Likewise.
5540 * input-file.c: Likewise.
5541 * listing.c: Likewise.
5542 * macro.h: Likewise.
5543 * stabs.c: Likewise.
5544 * symbols.c: Likewise.
5545
5546 2002-05-17 Alan Modra <amodra@bigpond.net.au>
5547
5548 * config/obj-generic.c: Delete file.
5549 * config/obj-generic.h: Likewise.
5550
5551 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
5552
5553 * config/tc-avr.c (mcu_types): Update for new devices.
5554
5555 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5556
5557 * config/tc-mips.c (macro): Warn about wrong la/dla use.
5558
5559 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5560
5561 * config/tc_mips.c (s_cpsetup): Fix completely bogus code which had
5562 worked sometimes by accident. Fix copy&paste comment.
5563
5564 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5565
5566 * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section
5567 alignment for NewABI. Let n32 use .reginfo. Remove useless casts.
5568 (mips_elf_final_processing): Let n32 use .reginfo.
5569
5570 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5571
5572 * config/tc-mips.c (append_insn): Fix too small range of variable.
5573
5574 2002-05-14 Nick Clifton <nickc@cambridge.redhat.com>
5575
5576 * config/tc-arm.c (arm_cleanup): Remove redundant call to
5577 listing_prev_line().
5578
5579 2002-05-13 Nick Clifton <nickc@cambridge.redhat.com>
5580
5581 * config/tc-arm.c (md_assemble): Remove redundant call to
5582 listing_prev().
5583
5584 * dwarf2dbg.c (dwarf2_emit_insn): Do not reset
5585 loc_directive_seen.
5586
5587 * stabs.c (s_stab_generic): Fix grammatical error in warning
5588 message.
5589
5590 2002-05-13 Alan Modra <amodra@bigpond.net.au>
5591
5592 * write.c (subsegs_finish): Don't specially align last subseg.
5593
5594 2002-05-11 Nick Clifton <nickc@cambridge.redhat.com>
5595
5596 * stabs.c (s_stab_generic): Warn about a description field that is
5597 too big.
5598
5599 * config/obj-coff.c: Fix compile time warnings when compiling
5600 without BFD_ASSEMBLER defined.
5601 Fix formatting.
5602
5603 * config/tc-sh.c (md_pcrel_from): Define for use with sh-hms
5604 target.
5605 (md_pcrel_from_section): Use md_pcrel_from().
5606
5607 2002-05-11 Bruno Haible <bruno@clisp.org>
5608
5609 * dwarf2dbg.c (dwarf2_emit_insn): Use the 'current' struct filled
5610 by dwarf2_directive_loc, instead of calling dwarf2_where.
5611
5612 2002-05-11 Kazu Hirata <kazu@cs.umass.edu>
5613
5614 * config/obj-coff.h: Fix formatting.
5615 * config/tc-mcore.c: Likewise.
5616 * config/tc-mn10300.c: Likewise.
5617 * config/tc-openrisc.c: Likewise.
5618 * config/tc-or32.c: Likewise.
5619 * config/tc-pdp11.c: Likewise.
5620 * config/tc-ppc.c: Likewise.
5621 * config/tc-ppc.h: Likewise.
5622 * config/tc-sh64.c: Likewise.
5623 * config/tc-sh.c: Likewise.
5624 * config/tc-tic54x.c: Likewise.
5625 * config/tc-xstormy16.c: Likewise.
5626 * config/tc-xstormy16.h: Likewise.
5627
5628 2002-05-09 Kazu Hirata <kazu@cs.umass.edu>
5629
5630 * config/obj-coff.c: Fix formatting.
5631 * config/obj-elf.c: Likewise.
5632 * config/tc-alpha.c: Likewise.
5633 * config/tc-arm.c: Likewise.
5634 * config/tc-d10v.c: Likewise.
5635 * config/tc-d30v.c: Likewise.
5636 * config/tc-h8300.c: Likewise.
5637 * config/tc-hppa.c: Likewise.
5638
5639 2002-05-09 Alan Modra <amodra@bigpond.net.au>
5640
5641 * config/tc-i386.c (md_estimate_size_before_relax) Don't lose
5642 reloc when no_cond_jump_promotion.
5643
5644 2002-05-08 Jim Wilson <wilson@redhat.com>
5645
5646 * config/tc-i960.c (md_estimate_size_before_relax): Return size of
5647 current variable part of frag.
5648
5649 2002-05-08 Kazu Hirata <kazu@cs.umass.edu>
5650
5651 * config/tc-mmix.c: Fix formatting.
5652 * config/tc-mmix.h: Likewise.
5653
5654 2002-05-08 Alan Modra <amodra@bigpond.net.au>
5655
5656 * configure: Regenerate.
5657
5658 2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
5659
5660 * config/tc-m68k.c: Fix formatting.
5661
5662 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
5663
5664 * Makefile.am: Honour DESTDIR.
5665 * Makefile.in: Regenerate.
5666
5667 2002-05-06 Kazu Hirata <kazu@cs.umass.edu>
5668
5669 * config/tc-ia64.c: Fix formatting.
5670 * config/tc-ia64.h: Likewise.
5671
5672 2002-05-04 Kazu Hirata <kazu@cs.umass.edu>
5673
5674 * config/tc-mips.c: Fix formatting.
5675 * config/tc-s390.c: Likewise.
5676 * config/tc-s390.h: Likewise.
5677
5678 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
5679
5680 * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
5681 information for instructions.
5682
5683 2002-05-02 Kazu Hirata <kazu@cs.umass.edu>
5684
5685 * as.h: Fix formatting.
5686 * cgen.c: Likewise.
5687 * cgen.h: Likewise.
5688 * dwarf2dbg.c: Likewise.
5689 * frags.h: Likewise.
5690 * gasp.c: Likewise.
5691 * macro.c: Likewise.
5692 * read.c: Likewise.
5693 * stabs.c: Likewise.
5694 * symbols.c: Likewise.
5695
5696 2002-05-02 Alan Modra <amodra@bigpond.net.au>
5697
5698 * app.c (mri_pseudo): Only declare for TC_M68K.
5699
5700 * config/tc-ppc.c (mapping): Map sectoff to BFD_RELOC_16_BASEREL.
5701 (ppc_elf_validate_fix): Replace BFD_RELOC_32_BASEREL with
5702 BFD_RELOC_16_BASEREL.
5703 (md_assemble): Likewise.
5704 (md_apply_fix3): Likewise.
5705
5706 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
5707
5708 * config/tc-arm.c (thumb_add_sub): Do not convert a subtract of
5709 zero into an add of zero - it is not the same.
5710
5711 2002-05-01 Arati Dikey <aratid@kpit.com>
5712
5713 * tc-sh.c (get_specific): Generate warning if the same
5714 destination register is used in parallel instructions.
5715
5716 2002-05-01 Andrew Macleod <amacleod@cygnus.com>
5717
5718 * config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
5719
5720 2002-05-01 Alan Modra <amodra@bigpond.net.au>
5721
5722 * write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
5723 backwards to prevent cascading errors.
5724
5725 2002-04-30 Mark Mitchell <mark@codesourcery.com>
5726
5727 * configure.in: Add support for powerpc-*-windiss.
5728 * configure: Regenerated.
5729
5730 2002-04-28 Alan Modra <amodra@bigpond.net.au>
5731
5732 * config/tc-s390.c (md_parse_option): Formatting.
5733
5734 * config/tc-i386.c: Formatting fixes, add missing space in error
5735 message.
5736
5737 2002-04-24 Christian Groessler <chris@groessler.org>
5738
5739 * config/tc-z8k.c (build_bytes): Add support for new cases:
5740 CLASS_IGNORE and ARG_NIM4.
5741 (md_assemble): Prevent destruction of input_line_pointer if
5742 get_operands returns failure.
5743
5744 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
5745
5746 * config/tc-mips.c (macro_build): Do _not_ allow MIPS-3D
5747 instructions to be generated by macros.
5748
5749 2002-04-24 Andreas Schwab <schwab@suse.de>
5750
5751 * config/tc-i386.c (output_jump, output_disp)
5752 (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
5753 more.
5754 (md_apply_fix3): Remember addend value for rela relocations.
5755 (tc_gen_reloc): Correctly compute pc-relative relocation addend.
5756
5757 2002-04-22 Chris Demetriou <cgd@broadcom.com>
5758
5759 * config/tc-mips.c (macro_build): Add close-parenthesis missing
5760 from previous change.
5761
5762 2002-04-22 Eric Christopher <echristo@redhat.com>
5763
5764 * config/tc-mips.c (macro_build): Add warning if macro instructions
5765 are expanded into a branch delay slot.
5766
5767 2002-04-17 Geoffrey Keating <geoffk@redhat.com>
5768
5769 * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate line
5770 numbers, gdb relies on them to detect the start of the prologue.
5771
5772 2002-04-17 Martin Schwidefsky <schwidefsky@de.ibm.com>
5773
5774 * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments to
5775 symbols in merge sections.
5776
5777 2002-04-16 Alan Modra <amodra@bigpond.net.au>
5778
5779 * as.c (main): Don't reference _bfd_chunksize.
5780
5781 2002-04-15 Tom Rix <trix@redhat.com>
5782
5783 * config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to
5784 symbols in merge sections.
5785
5786 2002-04-11 Richard Sandiford <rsandifo@redhat.com>
5787
5788 * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.
5789 * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an
5790 argument for the precision.
5791 (gen_to_words): Update accordingly.
5792
5793 2002-04-10 Alan Modra <amodra@bigpond.net.au>
5794
5795 * as.c (parse_args <OPTION_VERSION>): Use VERSION is
5796 BFD_VERSION_STRING unavailable.
5797 * config/tc-i386.c (INLINE): Define (for non-BFD assembler).
5798
5799 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
5800
5801 * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
5802 symbol_used_in_reloc_p is true.
5803
5804 * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big
5805 endian hosts.
5806
5807 2002-04-04 Alan Modra <amodra@bigpond.net.au>
5808
5809 * dep-in.sed: Cope with absolute paths.
5810 * Makefile.am (dep.sed): Subst TOPDIR.
5811 Run "make dep-am".
5812 * Makefile.in: Regenerate.
5813
5814 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5815
5816 * config/tc-mips.c (mips16_macro_build): Cast type mismatch.
5817 (mips_ip): Remove unused variable.
5818 (md_apply_fix3): Cast signed/unsignes mismatches. Replace
5819 unsigned char with bfd_byte.
5820 (s_file): Remove unused variable.
5821 (s_mips_ent): Likewise.
5822
5823 2002-04-03 Tom Rix <trix@redhat.com>
5824
5825 * config/tc-d10v.c (d10v_insert_operand): Fix warning in as_bad_where.
5826 (build_insn): Same.
5827 (find_opcode): Fix warning in as_warn.
5828 * config/tc-d10v.h: Update Copyright.
5829
5830 2002-04-03 Alan Matsuoka <alanm@redhat.com>
5831 Tom Rix <trix@redhat.com>
5832
5833 From Jeff Knaggs <jknaggs@redhat.com>
5834 * config/tc-d10v.c (check_resource_conflict): New function to
5835 check for resource conflicts.
5836
5837 From Jason Eckhardt <jle@redhat.com>
5838 * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
5839 imm3 fields.
5840 * config/tc-d10v.c (find_opcode): Emit a warning if one of the
5841 reserved control registers is used.
5842 * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
5843 imm3 fields.
5844
5845 From 2001-03-28 Diego Novillo <dnovillo@redhat.com>
5846 * tc-d10v.c (parallel_ok): Prevent packing only if the first
5847 instruction cannot be packed.
5848
5849 From 2001-03-30 Diego Novillo <dnovillo@redhat.com>
5850 * gas/config/tc-d10v.c (check_resource_conflict): Only check
5851 write-write conflicts.
5852 (md_assemble): Reformat introductory comment.
5853 * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its
5854 arguments.
5855
5856 2002-04-03 Alan Modra <amodra@bigpond.net.au>
5857
5858 * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,
5859 O_logical_not>): Derive final_seg from add_symbol.
5860 <O_multiply..O_logical_or>: More final_seg twiddles.
5861
5862 2002-04-01 Jessica Han <jessica@cup.hp.com>
5863
5864 * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
5865 in 32-bit mode.
5866
5867 2002-03-27 Andreas Schwab <schwab@suse.de>
5868
5869 * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
5870 field for pc-relative fixups.
5871 (output_disp): Likewise.
5872 (md_estimate_size_before_relax): Likewise.
5873 (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
5874 pc-relative fixups in 64bit mode.
5875
5876 2002-03-22 Alan Modra <amodra@bigpond.net.au>
5877
5878 * config/te-aix5.h: Typo fix.
5879
5880 2002-03-21 Alan Modra <amodra@bigpond.net.au>
5881
5882 * Makefile.am: Run "make dep-am".
5883 * Makefile.in: Regenerate.
5884 * doc/Makefile.in: Regenerate.
5885
5886 2002-03-20 Albert Chin-A-Young <china@thewrittenword.com>
5887
5888 * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
5889 (vfp_sp_reg_pos -> vfp_dp_reg_pos).
5890
5891 2002-03-18 Alexandre Oliva <aoliva@redhat.com>
5892
5893 * config/tc-mips.c (md_estimate_size_before_relax): Do not modify
5894 the EXTENDED bit here; report the estimate according to the
5895 current size.
5896
5897 2002-03-18 Tom Rix <trix@redhat.com>
5898
5899 * configure.in: Add AIX 5 support.
5900 * config/tc-ppc.c (ppc_target_format): Add AIX 5 64 bit target.
5901 * config/te-aix5.h: New file. AIX 5 support.
5902 * configure: Regenerate.
5903
5904 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
5905
5906 * po/fr.po: Updated version.
5907
5908 2002-03-16 Andreas Jaeger <aj@suse.de>
5909
5910 * doc/c-mips.texi (Machine Dependencies): Add new node.
5911
5912 2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
5913
5914 * config/tc-mips.c (mips_set_options): New "ase_mips3d" member.
5915 (mips_opts): Initialize "ase_mips3d" member.
5916 (file_ase_mips3d): New variable.
5917 (CPU_HAS_MIPS3D): New macro.
5918 (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d
5919 based on command line options and configuration defaults.
5920 (macro_build, mips_ip): Accept MIPS-3D instructions if
5921 mips_opts.ase_mips3d is set.
5922 (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
5923 Add support for "-mips3d" and "-no-mips3d" options.
5924 (OPTION_ELF_BASE): Move to accommodate new options.
5925 (s_mipsset): Support ".set mips3d" and ".set nomips3d".
5926 (mips_elf_final_processing): Add a comment indicating that a
5927 MIPS-3D ASE ELF header flag should be set, when one exists.
5928 * doc/as.texinfo: Document -mips3d and -no-mips3d options.
5929 * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set
5930 nomips3d" directives.
5931
5932 2002-03-14 Hans-Peter Nilsson <hp@bitrange.com>
5933
5934 * config/tc-mmix.c (md_estimate_size_before_relax): Don't consider
5935 a weak symbol in same section to be within reach.
5936
5937 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
5938
5939 * po/fr.po: Updated version.
5940
5941 2002-03-12 Andreas Schwab <schwab@suse.de>
5942
5943 * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a
5944 body record so that an error is given for misplaced .save
5945 pseudo-ops.
5946
5947 2002-03-09 Alan Modra <amodra@bigpond.net.au>
5948
5949 * config/tc-i386.h (REX_OPCODE): Define.
5950 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): Define.
5951 (rex_byte): typedef to int.
5952 * config/tc-i386.c: Group prototypes and vars together.
5953 Formatting fixes. Remove occurrences of "register" keyword.
5954 (true): Delete.
5955 (false): Delete.
5956 (mode_from_disp_size): Add INLINE keyword to prototype.
5957 (fits_in_signed_byte): Likewise.
5958 (fits_in_unsigned_byte): Likewise.
5959 (fits_in_unsigned_word): Likewise.
5960 (fits_in_signed_word): Likewise.
5961 (fits_in_unsigned_long): Likewise.
5962 (fits_in_signed_long): Likewise.
5963 (type_names): Constify.
5964 (intel_float_operand): Constify param.
5965 (add_prefix): Use REX_OPCODE.
5966 (md_assemble): Likewise. Modify for changed rex_byte.
5967 (parse_insn): Split out of md_assemble.
5968 (parse_operands): Likewise.
5969 (swap_operands): Likewise.
5970 (optimize_imm): Likewise.
5971 (optimize_disp): Likewise.
5972 (match_template): Likewise.
5973 (check_string): Likewise.
5974 (process_suffix): Likewise.
5975 (check_byte_reg): Likewise.
5976 (check_long_reg): Likewise.
5977 (check_qword_reg): Likewise.
5978 (check_word_reg): Likewise.
5979 (finalize_imm): Likewise.
5980 (process_operands): Likewise.
5981 (build_modrm_byte): Likewise.
5982 (output_insn): Likewise.
5983 (output_branch): Likewise.
5984 (output_jump): Likewise.
5985 (output_interseg_jump): Likewise.
5986 (output_disp): Likewise.
5987 (output_imm): Likewise.
5988
5989 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
5990
5991 * doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
5992
5993 2002-03-06 Alan Modra <amodra@bigpond.net.au>
5994
5995 * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte
5996 relocs except when BFD64.
5997
5998 * write.c (number_to_chars_bigendian): Don't abort when N is
5999 larger than sizeof (VAL).
6000 (number_to_chars_littleendian): Likewise.
6001
6002 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
6003
6004 * config/tc-hppa.c (md_apply_fix3): Add cast.
6005 (hppa_fix_adjustable): Adjust list of selectors using e_lrsel and
6006 e_rrsel.
6007
6008 2002-03-05 Paul Koning <pkoning@equallogic.com>
6009
6010 * tc-pdp11.c: Use VAX float format support for PDP-11 target.
6011 (parse_ac5): New function for parsing float regs in float operand.
6012 (parse_expression): Remove attempt to make literals be octal.
6013 (parse_op_no_deferred): Support float literals.
6014 (parse_op): Reject attempts to refer to float regs.
6015 (parse_fop): New function, like parse_op but for float operand.
6016 (md_assemble): Add cases to parse float operands. Also fix
6017 IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
6018
6019 2002-03-04 H.J. Lu <hjl@gnu.org>
6020
6021 * config/obj-elf.c (special_section): Add .init_array,
6022 .fini_array and .preinit_array.
6023
6024 * config/tc-ia64.h (ELF_TC_SPECIAL_SECTIONS): Remove
6025 .init_array and .fini_array.
6026
6027 2002-03-01 Jakub Jelinek <jakub@redhat.com>
6028
6029 * config/obj-elf.c (elf_copy_symbol_attributes): Don't copy
6030 visibility.
6031 (obj_frob_symbol): Copy visibility.
6032
6033 2002-02-28 Jakub Jelinek <jakub@redhat.com>
6034
6035 * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not
6036 s_text.
6037 (s_alpha_data): Use obj_elf_data for OBJ_ELF, not s_data.
6038
6039 2002-02-27 Nick Clifton <nickc@cambridge.redhat.com>
6040
6041 * po/es.po: Updated.
6042
6043 2002-02-26 Chris Demetriou <cgd@broadcom.com>
6044
6045 * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
6046 only, undo the changes made on 2001-06-08, with the
6047 effect being that common or extern symbols are
6048 adjusted for embedded-PIC, but weak symbols are not.
6049 (md_estimate_size_before_relax: Likewise, with the effect
6050 that extern symbols are treated the same as weak symbols
6051 only if not embedded-PIC.
6052 (mips_fix_adjustable) Likewise, with the effect that
6053 weak or extern symbols are not adjusted for embedded-PIC.
6054 (md_apply_fix3): Tweak so that the case where value is zero
6055 is handled more correctly for embedded-PIC code.
6056
6057 2002-02-26 Nick Clifton <nickc@cambridge.redhat.com>
6058
6059 * doc/as.texinfo (Overview): Add missing @ifset IA64
6060
6061 * configure.in (LINGUAS): Add es.po.
6062 * configure: Regenerate.
6063 * po/es.po: New file.
6064
6065 2002-02-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6066
6067 * config/tc-mips.c (set_at): Fix handling of 64bit register loads.
6068 (macro): Likewise. Fix la/dla address expansions for EMBEDDED_PIC
6069 and NO_PIC cases. Code cleanup.
6070 (macro2): Fix handling of 64bit register loads.
6071
6072 2002-02-25 David Mosberger <davidm@hpl.hp.com>
6073
6074 * doc/as.texinfo: Add entry for IA64.
6075 * doc/c-ia64.texi: New file.
6076
6077 2002-02-25 Alan Modra <amodra@bigpond.net.au>
6078
6079 * config/tc-hppa.c: Update copyright date.
6080
6081 * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4, -maltivec and -m7400
6082 Remove references to chip manufacturers.
6083 * config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
6084 Correct comments.
6085 (md_show_usage): Remove references to chip manufacturers. Mention
6086 -mpower4.
6087 (md_begin): Test power4 opcode flag bits.
6088
6089 2002-02-22 David Mosberger <davidm@hpl.hp.com>
6090
6091 * config/tc-ia64.c (dot_restore): Issue error message of epilogue
6092 count exceeds prologue count.
6093 (md_show_usage): Describe -mconstant-gp and -mauto-pic.
6094 (unwind.label_prologue_count): New member.
6095
6096 Based on a patch by Hans Boehm <hboehm@hpl.hp.com>:
6097
6098 (get_saved_prologue_count): New function.
6099 (save_prologue_count): New function.
6100 (free_saved_prologue_count): New function.
6101 (dot_label_state): Record state label by calling save_prologue_count().
6102 (dot_copy_state): Restore prologue count by calling
6103 get_saved_prologue_count().
6104 (generate_unwind_image): Free up list of saved prologue
6105 counts by calling free_saved_prologue_counts().
6106
6107 2002-02-22 Nick Clifton <nickc@cambridge.redhat.com>
6108
6109 * config/tc-tic54x.c: Add missing prototypes and remove ANSI style
6110 function declarations.
6111
6112 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
6113
6114 * NEWS: Note that GASP is now deprecated.
6115 * Makefile.am: Do not build gasp-new by default.
6116 * Makefile.in: Regenerate.
6117 * doc/Makefile.am: Do not install gasp.info.
6118 * doc/Makefile.in: Regenerate.
6119 * gas/gasp.texi: Note that gasp is now deprecated.
6120
6121 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
6122
6123 * NEWS: Mark 2.12 branch.
6124
6125 2002-02-19 Tom Tromey <tromey@redhat.com>
6126
6127 * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
6128
6129 2002-02-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6130
6131 * config/tc-mips.c (md_parse_option): Complain about invalid -mabi
6132 option input.
6133
6134 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
6135
6136 * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
6137 Make bit size independent of architecture switch.
6138 (md_begin): Add warning for -m64 with -Aesa.
6139 (s390_md_end): Use renamed architecture defines.
6140
6141 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
6142
6143 * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
6144
6145 2002-02-16 Nick Clifton <nickc@cambridge.redhat.com>
6146
6147 * doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
6148 instead of CRIS.
6149
6150 2002-02-15 Chris Demetriou <cgd@broadcom.com>
6151
6152 * config/tc-mips.c (md_estimate_size_before_relax): Really
6153 make sure we treat weak like extern only for ELF. (Fixes
6154 patch from 2001-07-25.)
6155
6156 2002-02-15 Ben Elliston <bje@redhat.com>
6157
6158 * doc/as.texinfo: Add duplicate directory entry so that "info gas"
6159 works as expected.
6160
6161 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
6162
6163 * NEWS: Mention support for MMIX.
6164
6165 2002-02-13 Chris Demetriou <cgd@broadcom.com>
6166
6167 * config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
6168 a sequence of indpendent 'if' statements for easier debugging
6169 and future modification.
6170
6171 2002-02-13 Matt Fredette <fredette@netbsd.org>
6172
6173 * config/tc-m68k.c (md_show_usage): No longer display a
6174 hard-coded "68020" for the default CPU, instead display the
6175 canonical name of the true, configured default CPU.
6176 (m68k_elf_final_processing): Mark objects for sub-68020
6177 CPUs with the new EF_M68000 flag.
6178
6179 2002-02-13 Andreas Schwab <schwab@suse.de>
6180
6181 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
6182 pc-relative relocations to merge sections in 64-bit mode.
6183
6184 2002-02-13 Ben Elliston <bje@redhat.com>
6185
6186 * NEWS: Document floating point number handling in gasp.
6187 * gasp.c: Include <assert.h> and "xregex.h".
6188 (is_flonum): New function.
6189 (chew_flownum): Likewise.
6190 (change_base): Consume flonums from the input, where possible.
6191 * doc/gasp.texi (Constants): Document floating point numbers.
6192
6193 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
6194
6195 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final types
6196 that implicitly use LR and RR selectors.
6197
6198 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
6199
6200 * config/tc-mn10300.c (other_registers): Added `epsw'. Mark `pc'
6201 and `epsw' as available on AM33 and above only.
6202 (other_register_name): Add logic to handle machine type encoded in
6203 reg_number.
6204
6205 2002-02-11 Tom Rix <trix@redhat.com>
6206
6207 * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
6208 xcoff64.
6209
6210 2002-06-11 Alexandre Oliva <aoliva@redhat.com>
6211
6212 * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
6213 Use all over.
6214
6215 2002-02-11 Jan Hubicka <jh@suse.cz>
6216
6217 * i386.c (md_assemble): Support 32bit address prefix.
6218 (i386_displacement): Likewise.
6219 (i386_index_check): Accept 32bit addressing in 64bit mode.
6220
6221 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
6222
6223 * config/tc-sh.c (dot): Removed unused function.
6224
6225 2002-02-11 Alan Modra <amodra@bigpond.net.au>
6226
6227 * Makefile.am: "make dep-am".
6228 * Makefile.in: Regenerate.
6229 * aclocal.m4: Regenerate.
6230 * config.in: Regenerate.
6231 * configure: Regenerate.
6232 * doc/Makefile.in: Regenerate.
6233
6234 2002-02-10 Richard Henderson <rth@redhat.com>
6235
6236 * doc/c-alpha.texi: New file.
6237 * doc/Makefile.am (CPU_DOCS): Add it.
6238 * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
6239
6240 2002-02-09 Richard Henderson <rth@redhat.com>
6241
6242 * config/tc-alpha.c (O_samegp): New.
6243 (USER_RELOC_P): Include it.
6244 (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
6245 (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
6246 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
6247 (alpha_validate_fix): New.
6248 * config/tc-alpha.h (TC_VALIDATE_FIX): New.
6249
6250 2002-02-09 Hans-Peter Nilsson <hp@axis.com>
6251
6252 * doc/c-cris.texi: New.
6253 * doc/all.texi: @set CRIS.
6254 * doc/as.texinfo: Ditto. Add CRIS gas manpage option overview.
6255 Include c-cris.texi.
6256 * doc/Makefile.am (CPU_DOCS): Add c-cris.texi
6257 * doc/Makefile.in: Regenerate.
6258
6259 2002-02-08 Chris Demetriou <cgd@broadcom.com>
6260
6261 * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
6262 determine if a number is a sign-extended 32-bit number.
6263 (load_register): Use IS_SEXT_32BIT_NUM.
6264 (macro): Check if load/store macro handling is using a
6265 constant 32-bit address on 64-bit address systems, and if
6266 so optimize the generation of that address.
6267
6268 2002-02-08 Richard Henderson <rth@redhat.com>
6269
6270 * config/tc-alpha.c (alpha_force_relocation): Don't assert that
6271 we've eliminated all foreign relocation types yet.
6272 (alpha_fix_adjustable): Likewise.
6273
6274 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
6275
6276 Contribute sh64-elf.
6277 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
6278 Stephen Clarke <Stephen.Clarke@st.com>
6279 * doc/c-sh64.texi: Fix citation of SH64 architecture manual.
6280 2002-01-31 Alexandre Oliva <aoliva@redhat.com>
6281 * config/tc-sh.c (md_relax_table): Added default sizes for
6282 non-PC-relative UNDEF_MOVI, and relaxation sequences for
6283 MOVI_16, MOVI_32 and MOVI_48.
6284 * config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
6285 (shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
6286 and MOVI_16.
6287 (shmedia_md_estimate_size_before_relax): Remove redundant
6288 blocks. Set fragP->fr_var even if relaxation type unchanged.
6289 Retain UNDEF_MOVI until expression decays to number.
6290 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
6291 * config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
6292 relocation types. Take fixP->fx_addnumber into account too.
6293 (shmedia_md_apply_fix): Likewise.
6294 (shmedia_md_convert_frag): Likewise.
6295 (shmedia_build_Mytes): Likewise.
6296 (sh64_consume_datalabel): Complain about nested datalabel.
6297 Support PIC relocs. Call sh_parse_name.
6298 * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
6299 in tc-sh.h to SHmedia reloc types.
6300 * config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
6301 MOVI_GOTPC): New relaxation constants.
6302 (md_relax_table): Introduce relaxation directives for PIC-related
6303 constants.
6304 (sh_PIC_related_p): Handle datalabel.
6305 (sh_check_fixup): Choose SH5 PIC relocations.
6306 (sh_cons_fix_new): Added BDF_RELOC_64.
6307 (md_apply_fix3, sh_parse_name): Handle GOTPLT.
6308 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
6309 * config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
6310 current ISA is SHmedia, get 7 bytes.
6311 2001-11-28 Nick Clifton <nickc@cambridge.redhat.com>
6312 * config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
6313 void function.
6314 * config/tc-sh64.c (shmedia_apply_fix): Rename to
6315 shmedia_apply_fix3 and make void.
6316 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
6317 * config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
6318 as_bad.
6319 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
6320 * config/tc-sh64.h (md_parse_name): Take &c as argument.
6321 2001-03-14 DJ Delorie <dj@redhat.com>
6322 * doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
6323 * doc/Makefile.in(CPU_DOCS): Ditto.
6324 * doc/c-sh64.texi: New file.
6325 * doc/as.texinfo: Add SH64 support.
6326 2001-03-13 DJ Delorie <dj@redhat.com>
6327 * config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
6328 A_REUSE_PREV so that its purpose is more obvious.
6329 (shmedia_build_Mytes): Ditto.
6330 2001-03-07 DJ Delorie <dj@redhat.com>
6331 * config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
6332 before processing.
6333 (sh64_vtable_inherit): Ditto.
6334 (strip_datalabels): New, strip "datalabel" from given line.
6335 * config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
6336 pseudos.
6337 2001-03-06 Hans-Peter Nilsson <hpn@cygnus.com>
6338 * config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
6339 call ...
6340 (shmedia_build_Mytes): ... to here.
6341 2001-03-06 DJ Delorie <dj@redhat.com>
6342 * config/tc-sh.c: Remove sh64-specific uaquad now that there
6343 is a generic one.
6344 2001-01-21 Hans-Peter Nilsson <hpn@cygnus.com>
6345 * config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
6346 * config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
6347 address by one in call to dwarf2_emit_insn.
6348 2001-01-13 Hans-Peter Nilsson <hpn@cygnus.com>
6349 Implement ".abi" pseudo and correct .cranges descriptors. Correct
6350 alignment handling broken by imported changes.
6351 * config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
6352 (sh64_handle_align): Declare.
6353 (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
6354 (sh64_max_mem_for_rs_align_code): Declare.
6355 (enum sh64_isa_values): Moved here from tc-sh64.c.
6356 (md_do_align): Define.
6357 (sh64_do_align): Declare.
6358 (struct sh64_tc_frag_data): New.
6359 (TC_FRAG_TYPE): Change to struct sh64_tc_frag_data. Users
6360 changed.
6361 (TC_FRAG_INIT): Change to set new datatype.
6362 (struct sh64_segment_info_type): Rename member
6363 last_flushed_location to last_contents_mark. All users changed.
6364 (md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
6365 (shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
6366 * config/tc-sh.c (md_pseudo_table): Add ".abi".
6367 (sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
6368 of unsetting seen_insn.
6369 (md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
6370 call sh64_update_contents_mark.
6371 (sh_handle_align): Remove HAVE_SH64-conditioned code.
6372 * config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
6373 enum sh64_isa_values.
6374 (sh64_set_contents_type): Drop segT parameter. All callers changed.
6375 (emitting_crange): Boolean guard moved to file scope from function
6376 scope in sh64_set_contents_type.
6377 (s_sh64_abi): New.
6378 (sh64_update_contents_mark): New; most split out from
6379 sh64_flush_pending_output.
6380 (shmedia_md_end): Call sh64_update_contents_mark. Set
6381 sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
6382 (sh64_do_align): New function.
6383 (sh64_max_mem_for_rs_align_code): New function.
6384 (sh64_handle_align): Rename from shmedia_do_align. Make
6385 non-static. Add head comment. Emit zero bytes for n bytes modulo
6386 four. Change return-type to void.
6387 (shmedia_elf_new_section): Remove.
6388 (shmedia_md_assemble): Call sh64_update_contents_mark.
6389 (s_sh64_mode): Ditto. Do not call md_flush_pending_output. Make
6390 new frag. Call sh64_update_contents_mark after making the new
6391 frag.
6392 (sh64_flush_pending_output): Just call sh64_update_contents_mark
6393 and sh_flush_pending_output.
6394 (sh64_flag_output): Also call md_flush_pending_output, but add
6395 condition on not emitting_crange.
6396 (sh64_tc_cons_fix_new): Remove.
6397 2001-01-12 Nick Clifton <nickc@redhat.com>
6398 * config/tc-sh64.c (shmedia_do_align): Fix to work with new
6399 alignment handling scheme imported from sourceware.
6400 2001-01-12 Hans-Peter Nilsson <hpn@cygnus.com>
6401 * config/tc-sh64.h (TARGET_FORMAT): Define.
6402 (sh64_target_format): Prototype.
6403 * config/tc-sh64.c (sh64_target_mach): New function.
6404 2001-01-07 Hans-Peter Nilsson <hpn@cygnus.com>
6405 * config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
6406 zero_address_frag instead of copying the frag of the symbol.
6407 (shmedia_frob_file_before_adjust): Ditto.
6408 (shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
6409 to valueT to remove signedness.
6410 (shmedia_md_convert_frag): Add parameter final. Rename parameter
6411 headers to output_bfd. Do not evaluate symbols if final is false;
6412 do emit fixups.
6413 (shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
6414 UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
6415 to the current frag, call shmedia_md_convert_frag to emit fixups
6416 and make frag_wane neutralize the frag. Update comments.
6417 * config/tc-sh.c (md_convert_frag): Change caller of
6418 shmedia_md_convert_frag.
6419 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
6420 * config/tc-sh64.h: Tweak comments and correct formatting.
6421 * config/tc-sh64.c: Ditto.
6422 (shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
6423 expansion, MOVI pcrel expansion>: Fix thinko calculating offset
6424 for the no-relocation case.
6425 (shmedia_check_limits): Fix range check being off-by-one for PTA.
6426 * config/tc-sh.c: Ditto. Add proper comments to #ifdef/#ifndef
6427 wrappers.
6428 (SH64PCREL16_F): Increment for proper max-PTA handling. Update
6429 comment.
6430 (SH64PCREL16_M, MOVI_16_M): Correct range thinko.
6431 (SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
6432 expansion.
6433 (SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
6434 Correct comment.
6435 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
6436 * config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
6437 BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
6438 (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
6439 al>: Set lowest bit of field to relocate to 1 and rest to empty,
6440 if reloc is emitted.
6441 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
6442 New options plus bugfixes.
6443 * config/tc-sh.c (md_longopts): New options "-no-expand" and
6444 "-expand-pt32".
6445 (md_parse_option): Handle new options.
6446 (md_show_usage): Add blurb for new options.
6447 * config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
6448 (sh64_expand, sh64_pt32): New variables.
6449 (shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
6450 (shmedia_md_apply_fix): Hold original fixP->fx_r_type in
6451 orig_fx_r_type. Change SHMEDIA_BFD_RELOC_PT into
6452 BFD_RELOC_SH_PT_16. Handle BFD_RELOC_SH_PT_16 as pc-relative.
6453 <resolved previously-pc-relative relocs>: Handle
6454 SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
6455 (shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
6456 case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
6457 points to SHcompact code.
6458 <case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
6459 SH64PCREL16)>: Check that ISA of what operand points at and
6460 PTA/PTB matches, or emit error.
6461 (shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
6462 SHMEDIA_BFD_RELOC_PT.
6463 (shmedia_immediate_op): If pcrel, emit fixup also for constant
6464 operand.
6465 (shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
6466 condition for MOVI expansion.
6467 <case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
6468 sh64_pt32. Emit only a BFD_RELOC_SH_PT_16 fixup if not
6469 sh64_expand.
6470 <case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
6471 fixup.
6472 (sh64_target_format): Error-check setting of sh64_pt32 and
6473 sh64_expand. Fix typo in check for sh64_shcompact_const_crange.
6474 (shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
6475 SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
6476 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
6477 * config/tc-sh64.c: Improve comments.
6478 (shmedia_md_convert_frag): Remove inactive is_pt_variant code. Do
6479 not say the linker will check correctness of PTA/PTB expansion.
6480 (shmedia_md_end): Make non-static.
6481 * config/tc-sh64.h (md_end): Define to shmedia_md_end. Add
6482 prototype.
6483 * config/tc-sh.c (sh_finalize): Remove.
6484 * config/tc-sh.h (md_end): Do not define.
6485 Remove prototype for sh_finalize.
6486 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
6487 * config/tc-sh64.c (shmedia_frob_section_type): Use a struct
6488 sh64_section_data container when storing section type in tdata
6489 field in elf_section_data.
6490 * config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
6491 EF_SH5.
6492 * Makefile.am: Update dependencies.
6493 * Makefile.in: Regenerate.
6494 2000-12-22 Hans-Peter Nilsson <hpn@cygnus.com>
6495 * config/tc-sh64.c (shmedia_md_assemble): Don't protect
6496 dwarf2_emit_insn call with test on debug_type.
6497 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
6498 * config/tc-sh64.c (sh64_set_contents_type): Make contents-type
6499 CRT_SH5_ISA32 sticky for 64-bit.
6500 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
6501 Generate .crange sections when switching ISA mode or emitting
6502 constants in same section as code.
6503 * config/tc-sh64.c: Reformat structure definitions.
6504 (sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
6505 variables.
6506 (sh64_set_contents_type): Rename from sh64_init_section. Rewrite
6507 to emit a .cranges descriptor when contents type changes. Only
6508 emit error if changing contents type and -no-mix is in effect.
6509 (sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
6510 sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
6511 (shmedia_md_end): Set sh64_end_of_assembly. Pass
6512 sh64_flush_last_crange over sections.
6513 When checking main symbol of datalabel symbol, check for
6514 STO_SH5_ISA32, not ISA type of section in definition.
6515 (shmedia_frob_file_before_adjust): Check main symbol for
6516 STO_SH5_ISA32; don't check ISA type of section in definition.
6517 (shmedia_frob_section_type): Adjust for .cranges; set section flag
6518 to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
6519 .cranges entries have been output.
6520 (shmedia_elf_new_section): Just call md_flush_pending_output.
6521 (shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
6522 fix. Do not set tc_segment_info_data.in_code for section. Call
6523 sh64_set_contents_type for SHmedia code.
6524 (s_sh64_mode): Do not call sh64_init_section or set seen_insn to
6525 false. Call md_flush_pending_output.
6526 (sh64_target_format): Check that -no-mix and
6527 -shcompact-const-crange are used in sane combination with other
6528 options.
6529 (shmedia_md_pcrel_from_section): Check type of fix for how to
6530 adjust pc-relative.
6531 (sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
6532 not ISA type of section in definition.
6533 * config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
6534 hold contents-type state.
6535 (md_flush_pending_output): Redefine to sh64_flush_pending_output.
6536 (sh64_flush_pending_output): Declare.
6537 (TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
6538 (sh64_tc_cons_fix_new): Declare.
6539 * config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
6540 call sh64_flag_output.
6541 (md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE. Just
6542 call sh64_set_contents_type to mark SHcompact code and set
6543 seen_insn.
6544 (md_longopts): New options "-no-mix" and
6545 "-shcompact-const-crange".
6546 (md_parse_option): Handle new options.
6547 (md_show_usage): Add blurb for new options.
6548 (md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
6549 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
6550 * config/tc-sh64.c: Delete investigated and obsolete fixme:s.
6551 (sh64_last_insn_frag): New.
6552 (shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
6553 to get frag for insn opcode for generating fixups; do not assume it
6554 is the same frag.
6555 (shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
6556 for new insn.
6557 * config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
6558 section.
6559 (TC_FRAG_TYPE): Define as fragS *.
6560 (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
6561 (sh64_last_insn_frag): Declare.
6562 (sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
6563 not == NULL before dereferencing.
6564 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
6565 Get rid of BFD section flag and EF_SH64_ABI64.
6566 * config/tc-sh64.c (shmedia_frob_section_type): Use
6567 elf_section_data (sec)->tdata, not a specific BFD section flag, to
6568 communicate the section as containing SHmedia code. Describe why.
6569 * config/tc-sh.c (sh_elf_final_processing): Tweak comment. Set
6570 EF_SH64 regardless of ABI.
6571 * config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
6572 in error message. Handle resolved expressions for
6573 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
6574 BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
6575 (shmedia_check_limits): Handle BFD_RELOC_64.
6576 (sh64_adjust_symtab): Do not decrement the GAS symbol value for
6577 a STO_SH5_ISA32 symbol, only the BFD value.
6578 2000-12-11 Ben Elliston <bje@redhat.com>
6579 * config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
6580 dwarf2_generate_asm_lineno.
6581 2000-12-11 Hans-Peter Nilsson <hpn@cygnus.com>
6582 Handle PC-relative MOVI expansions with assembler relaxation.
6583 Generate PC-relative relocs from 16-bit PC-relative expressions.
6584 * config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
6585 (shmedia_md_pcrel_from_section): ...here.
6586 (shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
6587 turned completely resolved. Adjust relocation type for 16-bit
6588 immediate operands that has turned PC-relative. Adjust back for
6589 MD_PCREL_FROM_SECTION being applied twice.
6590 (shmedia_md_convert_frag): Always emit reloc for expression with
6591 global or weak symbol. Handle relaxation result for PC-relative
6592 expressions.
6593 (shmedia_md_estimate_size_before_relax): An expression with a weak
6594 or global symbol can not be relaxed. Break out tests for
6595 relaxable symbol into variable sym_relaxable.
6596 <cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
6597 UNDEF_MOVI)>: Break out any PC-relative expression and change
6598 relaxation type.
6599 (shmedia_build_Mytes): CSE &operands->operands[j] into variable
6600 opjp.
6601 <case A_IMMS16>: Fix typo for initial minor relaxation type of
6602 MOVI expansion. If X_op_symbol of the immediate expression is
6603 set, make an expression symbol for the argument to frag_var.
6604 * config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
6605 relaxations.
6606 (END): Adjust for new relaxations.
6607 (md_relax_table): Add entries for new relaxations.
6608 2000-12-07 Ben Elliston <bje@redhat.com>
6609 * config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
6610 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
6611 * config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
6612 SHORI operand offsets in PT/PTA/PTB expansions.
6613 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
6614 Implement DataLabel semantics.
6615 * config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
6616 shmedia_frob_file_before_adjust.
6617 * config/tc-sh64.c [! OBJ_ELF]: Emit #error.
6618 (DATALABEL_SUFFIX): Define.
6619 (shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
6620 symbol list to update "datalabel" symbols to their main symbol
6621 counterparts.
6622 (shmedia_frob_file_before_adjust): New.
6623 (sh64_adjust_symtab): For remaining datalabel symbols, set to
6624 undefined and set STT_DATALABEL.
6625 (sh64_frob_label): Initialize TC symbol field.
6626 (sh64_consume_datalabel): Actually implement semantics. New
6627 parameter operandf, call it instead of expression.
6628 (sh64_exclude_symbol): New.
6629 * config/tc-sh64.h (md_parse_name): Pass on the function operand
6630 to sh64_consume_datalabel.
6631 (tc_symbol_new_hook): Define to tc_frob_symbol.
6632 (TC_SYMFIELD_TYPE): Define to symbolS *.
6633 (tc_frob_symbol): Define to call sh64_exclude_symbol.
6634 2000-12-01 Hans-Peter Nilsson <hpn@cygnus.com>
6635 * config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
6636 case.
6637 (shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
6638 generating dwarf2 debug information.
6639 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
6640 * config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
6641 elf64-sh64 for the 64-bit ABI.
6642 * config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
6643 option.
6644 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
6645 * config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
6646 case-insensitivity.
6647 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
6648 * config/tc-sh64.c: Tweak comments, formatting and error messages.
6649 (enum sh64_abi_values): New type.
6650 (enum sh64_isa_values): New type.
6651 (sh64_isa_mode): Replace shmedia_mode. All referers changed.
6652 (seen_shcompact_mode, seen_shmedia_mode): Delete.
6653 (sh64_abi): Replace shmedia_64.
6654 (shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
6655 C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
6656 (s_sh64_mode): Check validity for this target.
6657 (sh64_target_format): Initialize defaults for ISA and ABI.
6658 Fallback to old object format if no SH64 ISA or ABI has been
6659 specified.
6660 * config/tc-sh.c (md_parse_option): Check combinations for errors.
6661 (sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
6662 ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
6663 * config/tc-sh64.h: Fix typo in comment.
6664 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
6665 * config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
6666 <PT fixups for absolute values>: Size will be longest, not
6667 shortest.
6668 (shmedia_md_convert_frag): Disable PTB-warning machinery. Correct
6669 all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
6670 * config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
6671 and l1 to hold lowercase of two first characters. Change all
6672 remaining TO_LOWER to tolower.
6673 * config/tc-sh64.c (TO_LOWER): Delete.
6674 (shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
6675 (md_parse_name): Define.
6676 (sh64_consume_datalabel): Declare.
6677 (DOLLAR_DOT): Define.
6678 * config/tc-sh64.c (shmedia_parse_exp): New.
6679 (sh64_consume_datalabel): New; just ignoring datalabel semantics.
6680 (shmedia_parse_reg): Remove const from src
6681 parameter.
6682 (shmedia_get_operands): Ditto for args parameter and ptr variable.
6683 (shmedia_md_assemble): Ditto for op_end variable.
6684 (shmedia_get_operand): Ditto for ptr parameter and src variable.
6685 Use shmedia_parse_exp, not parse_exp.
6686 * config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
6687 parameter. All callers changed.
6688 (shmedia_get_operand): Add shmedia_arg_type parameter. All
6689 callers changed.
6690 (shmedia_parse_reg): Put first two character in local variables.
6691 Use tolower, not TO_LOWER. If no register is found and argtype
6692 indicates a control register, scan shmedia_creg_table
6693 case-insensitive.
6694 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
6695 * Makefile.am (CPU_TYPES): Add sh64.
6696 (TARGET_CPU_CFILES): Add config/tc-sh64.c.
6697 (TARGET_CPU_HFILES): Add config/tc-sh64.h.
6698 Regenerate dependencies.
6699 * Makefile.in: Regenerate.
6700 * configure.in: Add support for sh64-*-elf*.
6701 * configure: Regenerate.
6702 * config/tc-sh64.h: New.
6703 * config/tc-sh64.c: New.
6704 * config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
6705 .mode, .isa and .uaquad.
6706 [HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
6707 SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
6708 [HAVE_SH64] (END): Define as 10.
6709 [HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
6710 SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
6711 MOVI_64): Define.
6712 [HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
6713 SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
6714 SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
6715 MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
6716 Define.
6717 (md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
6718 (md_begin) [HAVE_SH64]: Call shmedia_md_begin.
6719 (parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
6720 (md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
6721 SHmedia instructions. Handle state-change after switching to
6722 SHcompact.
6723 (md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
6724 (md_parse_option) [HAVE_SH64]: Parse new options.
6725 (md_show_usage) [HAVE_SH64]: Show usage of new options.
6726 (md_convert_frag) [HAVE_SH64] <default>: Call
6727 shmedia_md_convert_frag instead of abort.
6728 (sh_force_relocation) [HAVE_SH64]: Also force relocation for
6729 BFD_RELOC_SH_SHMEDIA_CODE.
6730 (sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
6731 SHcompact or SHmedia code.
6732 (md_apply_fix) [HAVE_SH64] <default>: Return result from calling
6733 shmedia_md_apply_fix instead of abort.
6734 (md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
6735 result from calling shmedia_md_estimate_size_before_relax instead
6736 of calling abort.
6737 (sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
6738 do the work.
6739 (tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
6740 shmedia_init_reloc and do nothing more if it returns non-zero.
6741 (sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
6742 * po/POTFILES.in: Regenerate.
6743 * po/gas.pot: Regenerate.
6744
6745 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
6746
6747 * config/tc-sh.c (parse_at): Install the correct version of
6748 2002-02-04's patch.
6749
6750 * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
6751 assume fixP->fx_subsy is non-NULL.
6752
6753 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
6754
6755 * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
6756 A_DISP_PC_ABS, and adjust it by -4.
6757 (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
6758 expected.
6759 (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
6760 the operand type is not A_DISP_PC_ABS.
6761
6762 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
6763
6764 * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
6765 common and weak symbols. Handle common and weak symbols as
6766 undefined symbols with regards to GREG handling and merging.
6767 (mmix_frob_file): Ditto.
6768
6769 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
6770
6771 * configure.in (hppa-*-netbsd*): New target.
6772 * configure: Regenerate.
6773 * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD.
6774
6775 2002-02-02 Alan Modra <amodra@bigpond.net.au>
6776
6777 * config/tc-v850.c: Add missing prototypes amd use old-style
6778 function definitions.
6779 (AREA_ZDA, AREA_SDA, AREA_TDA): Delete.
6780 (sdata_section tdata_section, zdata_section, sbss_section,
6781 tbss_section, zbss_section, rosdata_section, rozdata_section,
6782 scommon_section, tcommon_section, zcommon_section,
6783 call_table_data_section, call_table_text_section): Delete.
6784 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
6785 v850_zbss, v850_bss, v850_rosdata, v850_rozdata,
6786 v850_call_table_data, v850_call_table_text): Delete.
6787 (struct v850_seg_entry): New.
6788 (v850_seg_table): New.
6789 (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION,
6790 TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION,
6791 ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION,
6792 CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define.
6793 (do_v850_seg): New.
6794 (v850_seg): New.
6795 (v850_comm): Use do_v850_seg and v850_seg_table. Simplify
6796 recording of alignment.
6797 (md_pseudo_table): Use v850_seg.
6798 (md_begin): Don't init .call_table_data and .call_table_text here.
6799 Set v850_seg_table bss entry.
6800
6801 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
6802
6803 Support on-demand global register allocation by passing on
6804 base-plus-offset relocs to the linker.
6805 * config/tc-mmix.c: Tweak and fix typos in comments.
6806 (allocate_undefined_gregs_in_linker): New variable.
6807 (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
6808 (md_longopts): Add --linker-allocated-gregs.
6809 (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
6810 <case OPTION_LINKER_ALLOCATED_GREGS>: New.
6811 (md_show_usage): Update text for -x. Add text for
6812 --linker-allocated-gregs.
6813 (tc_gen_reloc): Derive default value for addend from val and
6814 baddsy. Use addsec and bfd_is_abs_section in more places. Don't
6815 emit error for BFD_RELOC_MMIX_BASE_PLUS_OFFSET without suitable
6816 GREG if allocate_undefined_gregs_in_linker.
6817 * doc/as.texinfo (Overview) <Target MMIX options>: Add
6818 --linker-allocated-gregs.
6819 * doc/c-mmix.texi (MMIX-Opts): Add blurb about
6820 --linker-allocated-gregs. Mention that it's implied by -x.
6821 (MMIX-Pseudos) <GREG>: Mention when and how a GREG can be omitted.
6822 (MMIX-mmixal): Clarify dated comparison and location of MMIXware.
6823
6824 * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
6825
6826 2002-02-01 Alan Modra <amodra@bigpond.net.au>
6827
6828 * Makefile.am: Run "make dep-am"
6829 * Makefile.in: Regenerate.
6830
6831 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
6832
6833 * config/tc-or32.c: New file.
6834 * config/tc-or32.h: New file.
6835 * configure.in: Add support for or32 targets.
6836 * configure: Regenerate.
6837 * config/obj-coff.c: Add support for or32 targets.
6838 * config/obj-coff.h: Add support for or32 targets.
6839 * Makefile.am: Add support for or32 targets.
6840 * Makefile.in: Regenerate.
6841 * NEWS: Mention support for OpenRISC.
6842 * doc/Makefile.in: Regenerate.
6843 * po/POTFILES.in: Regenerate.
6844 * po/gas.pot: Regenerate.
6845
6846 2002-01-30 Richard Sandiford <rsandifo@redhat.com>
6847
6848 * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
6849 and mod.
6850
6851 2002-01-29 Chris Demetriou <cgd@broadcom.com>
6852
6853 * config/tc-mips.c (tc_gen_reloc): Arrange for
6854 BFD_RELOC_PCREL_HI16_S relocations to be output relative to
6855 their LO16 parts, even for ELF.
6856
6857 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
6858
6859 * config/tc-i386.c: Protect definitions of true and false
6860 from redefinition.
6861
6862 2002-01-28 Jakub Jelinek <jakub@redhat.com>
6863
6864 * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
6865 made because of .weak, if they are neither defined nor used in any
6866 way.
6867
6868 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
6869
6870 * configure: Regenerated.
6871
6872 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
6873
6874 * doc/Makefile.am (install): Depend on install-info.
6875 * doc/Makefile.in: Regenerate.
6876
6877 2002-01-26 Nick Clifton <nick@redhat.com>
6878
6879 * po/fr.po: Updated version
6880
6881 2002-01-24 Kazu Hirata <kazu@hxi.com>
6882
6883 * config/tc-h8300.c (check_operand): Don't print a warning
6884 when a valid 24-bit address is given to a 16-bit address
6885 operand.
6886
6887 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
6888
6889 * config/tc-sh.c (sh_elf_suffix): Removed.
6890 (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
6891 sh_end_of_match, sh_parse_name): New functions.
6892 (sh_elf_cons): Simplify.
6893 (parse_exp): Reject misplaced PIC operands.
6894 (md_undefined_symbol): Simplify.
6895 (sh_fix_adjustable): Let @GOTOFF be adjusted.
6896 (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
6897 (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
6898 Complain if subsy remains at the end.
6899 * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
6900 (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
6901
6902 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
6903
6904 * config/tc-mn10300.c (xr_registers): Move `pc'...
6905 (other_registers): ... here.
6906
6907 2002-01-22 Alan Modra <amodra@bigpond.net.au>
6908
6909 * Makefile.am: Run "make dep-am".
6910 * Makefile.in: Regenerate.
6911 * gas/po/POTFILES.in: Regenerate.
6912
6913 2002-01-21 DJ Delorie <dj@redhat.com>
6914
6915 * config/obj-coff.c (obj_coff_init_stab_section): Make the
6916 stabstr_name allocation permanent, as it will be referenced from
6917 the section hash.
6918
6919 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
6920
6921 * configure.in (ia64-*-netbsd*): New target.
6922 * configure: Regenerate.
6923
6924 2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
6925
6926 * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
6927 to @dots call.
6928 <Detailed description, ARM options>: Ditto.
6929 * doc/c-arm.texi (ARM Options): Ditto.
6930
6931 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
6932
6933 * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
6934 do_mia, do_mar and do_mra respectively.
6935 (do_mav_*): Renamed from do_c_*.
6936 (mav_reg_required_here, mav_parse_offset): Renamed from
6937 cirrus_reg_required_here and cirrus_parse_offset respectively.
6938 (MAV_MODE?): Renamed from CIRRUS_MODE?.
6939
6940 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
6941 Keith Walker <keith.walker@arm.com>
6942
6943 * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
6944 (insns): Add pattern for bxj instruction.
6945 (do_bxj): New function.
6946 (arm_cpus): Add arm926ej.
6947 (arm_archs): Add armv5tej.
6948
6949 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
6950
6951 * doc/c-arm.texi: Add new fpe options to list of supported flags.
6952
6953 2002-01-19 Keith Walker <keith.walker@arm.com>
6954
6955 * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
6956
6957 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
6958
6959 * NEWS: Mention new ARM command-line options and VFP support.
6960
6961 * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE. All
6962 uses changed.
6963 (ARM_CEXT_MAVERICK): Similarly.
6964 (ARM_ANY): Now means any core instruction.
6965 (CPU_DEFAULT): Default to ARM_ANY.
6966 (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
6967 (pic_code): Declare for all object types. Make type int.
6968 (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
6969 (march_fpu_opt, mfpu_opt): Declare.
6970 (md_longopts): Tidy up conditional definitions.
6971 (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
6972 (arm_long_opts): New tables.
6973 (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
6974 (arm_parse_extension): New function.
6975 (md_parse_option): Rewrite using new table-driven system.
6976 (md_show_usage): Use new table-driven system.
6977 (md_begin): Calculate cpu_variant from command line option data.
6978 * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
6979 command-line options.
6980 * doc/c-arm.texi: Likewise.
6981
6982 2002-01-18 Andreas Jaeger <aj@suse.de>
6983
6984 * as.c (parse_args): Update year.
6985
6986 2002-01-17 Timothy Wall <twall@alum.mit.edu>
6987
6988 * config/tc-tic54x.c (encode_address): Add a more informative
6989 warning about incorrect syntax.
6990
6991 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
6992
6993 * po/gas.pot: Regenerate.
6994
6995 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
6996
6997 * macro.c (get_any_string): Add no-c-format comment to prevent
6998 confusion when translating string.
6999 * gasp.c (get_any_string): Add no-c-format comment to prevent
7000 confusion when translating string.
7001
7002 2002-01-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7003 Johannes Stezenbach <js@convergence.de>
7004 * config/tc-mips.c (percent_op): Ensure longer percent_op's are
7005 matched before the shorter ones.
7006 (my_getSmallParser): Fix handling of nested parentheses in
7007 percent_op's. Code cleanup.
7008 (my_getPercentOp): New function, code from my_getSmallParser.
7009 (my_getSmallExpression): Fix handling of closing parentheses.
7010 Code cleanup. Better comments.
7011
7012 2002-01-16 Nick Clifton <nickc@redhat.com>
7013
7014 po/tr.po: New file: Turkish translation.
7015 configure.in (LINGUAS): Add "tr".
7016 configure: Regenerate.
7017
7018 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
7019
7020 Support for VFP instructions
7021 * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
7022 (cp_address_required_here): New argument wb_ok. When false, do not
7023 accept write-back forms of addressing. Change all callers.
7024 (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
7025 (FPU_VFP_EXT_V2): Define.
7026 (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
7027 Define in terms of above.
7028 (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
7029 (vfp_reg): New struct.
7030 (vfp_regs): New array of registers.
7031 (insns): Add VFP instructions.
7032 (sn_table): New array of VFP single-precision register names.
7033 (dn_table): New array of VFP double-precision register names.
7034 (all_reg_maps): Add the new register tables.
7035 (arm_reg_type): Add new values for above. Increase RET_TYPE_MAX.
7036 (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
7037 (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
7038 (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
7039 (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
7040 (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
7041 (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
7042 (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
7043 (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
7044 (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
7045 (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
7046 (do_vfp_sp_dp_cvt): New functions.
7047 (md_begin): Set soft-float flag for appropriate VFP work.
7048 (md_atof): Handle VFP-format doubles.
7049 (md_parse_option): Handle VFP command-line options.
7050 (md_show_usage): Display VFP command-line options.
7051
7052 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
7053
7054 * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
7055 various command line options.
7056
7057 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
7058
7059 * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
7060 vtinherit relocs.
7061 (xstormy16_md_apply_fix3): Do not return a value.
7062
7063 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
7064
7065 * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
7066 the -EL/-EB option that matches the target's endianness.
7067 (md_parse_option): Likewise.
7068
7069 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
7070
7071 * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
7072 is not dependent on ARM_BI_ENDIAN.
7073
7074 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
7075
7076 * tc-arm.c (all error messages): Normalize capitalization of messages.
7077
7078 * tc-arm.h (md_operand): Delete define.
7079 * tc-arm.c (in_my_get_expression): New static variable.
7080 (my_get_expression): Set and clear it.
7081 (md_operand): New function. If called from my_get_expression
7082 put the error in inst.error.
7083 (output_inst): Now takes argument of instruction being assembled.
7084 Print it out with any error message.
7085 (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
7086 with '=' syntax.
7087 (end_of_line): Don't update inst.error if it is already set.
7088
7089 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
7090
7091 * tc-arm.c (do_ldst): Fix handling an immediate expression pseudo
7092 op that can be translated into a mvn instruction.
7093
7094 2002-01-11 Steve Ellcey <sje@cup.hp.com>
7095
7096 * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
7097 setting default md.flags.
7098 (SHT_INIT_ARRAY): New elf special section used by HP-UX.
7099 (SHT_FINI_ARRAY): New elf special section used by HP-UX.
7100 * gas/config/tc-ia64.c (setup_unwind_header): Add support
7101 for 32 bit unwind info blocks.
7102 (generate_unwind_image): Add support for different types
7103 of unwind images (32 bits and/or big-endian).
7104 (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
7105 (ia64_target_format): Add support for hpux target formats.
7106 (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
7107 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
7108 SHT_FINI_ARRAY elf section types.
7109
7110 2002-01-10 Richard Earnshaw <rearnsha@arm.com>
7111
7112 * tc-arm.c (struct reg_entry): Move before prototypes.
7113 (int_register, cp_register, fp_register): Delete.
7114 (reg_table): Delete. Replaced with ...
7115 (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
7116 (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
7117 (mav_dspsc_table): ... one table per register set.
7118 (arm_reg_hsh): Delete.
7119 (struct reg_map): New structure.
7120 (all_reg_maps): New array.
7121 (enum arm_reg_type): New enums.
7122 (build_reg_hsh): New function.
7123 (insert_reg_alias): Use hash table passed by caller. Adjust all
7124 callers.
7125 (create_register_alias): New function, split out from ...
7126 (md_assemble): ... here.
7127 (md_begin): Build new register hash tables.
7128 (arm_reg_parse): New argument for the hash table to search. Adjust all
7129 callers.
7130 (arm_reg_parse_any): New function.
7131 (co_proc_number): Look up the processor number in the processor hash
7132 table.
7133 (cirrus_regtype): Delete.
7134 (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
7135 (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
7136 (ARM_EXT_MAVERICKsc_register): Delete.
7137 (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
7138 (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
7139 functions.
7140 (do_c_triple_4, do_c_triple_5): Delete.
7141 (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
7142 (do_c_quad_6): Delete.
7143 (do_c_quad_6[ab]): New functions.
7144 (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
7145 arguments to use new register parsing methods.
7146 (cirrus_reg_required_here): Likewise.
7147 (insns): Reclassify cirrus maverick worker functions.
7148 (cirrus_valid_reg): Delete.
7149
7150 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
7151
7152 * configure.in (sh*le): Set cpu_type=sh and endian=little.
7153 (sh*-*-netbsdelf*): New target.
7154 * configure: Regenerate.
7155 * tc-sh.h: Update copyright years.
7156 (TARGET_FORMAT): Add version for TE_NetBSD.
7157
7158 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
7159
7160 * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
7161 negative.
7162
7163 2002-01-06 Alan Modra <amodra@bigpond.net.au>
7164
7165 * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
7166 * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
7167
7168 2002-01-05 Daniel Jacobowitz <drow@mvista.com>
7169
7170 * tc-mips.c (mips_cprestore_valid): New flag.
7171 (mips_frame_reg_valid): New flag.
7172 (macro) [M_JAL_2]: Check both flags.
7173 [M_JAL_A]: Likewise.
7174 (s_cprestore): Set mips_cprestore_valid.
7175 (tc_get_register): If setting mips_frame_reg, set
7176 mips_frame_reg_valid and clear mips_cprestore_valid.
7177 (s_mips_ent): Clear both flags.
7178 (s_mips_end): Clear both flags.
7179
7180 2002-01-05 Alan Modra <amodra@bigpond.net.au>
7181
7182 * write.c (write_object_file): Make use of bfd_section_list_remove.
7183 * config/obj-ecoff.c (ecoff_frob_file): Likewise.
7184 * config/tc-mmix.c (mmix_frob_file): Likewise.
7185
7186 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7187
7188 * configure.in (i386-*-netbsdelf*): Collapse target into...
7189 (i386-*-netbsd*): ...this. Add support for x86-64.
7190 * configure: Regenerated.
7191
7192 2002-01-03 matthew green <mrg@redhat.com>
7193
7194 * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
7195
7196 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
7197
7198 * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
7199 NULL frag link.
7200
7201 For older changes see ChangeLog-0001
7202 \f
7203 Local Variables:
7204 mode: change-log
7205 left-margin: 8
7206 fill-column: 74
7207 version-control: never
7208 End: