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