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