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