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