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