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