* config/tc-ia64.c (fixup_unw_records): Clear region when seeing a
[binutils-gdb.git] / gas / ChangeLog
1 2002-03-12 Andreas Schwab <schwab@suse.de>
2
3 * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a
4 body record so that an error is given for misplaced .save
5 pseudo-ops.
6
7 2002-03-09 Alan Modra <amodra@bigpond.net.au>
8
9 * config/tc-i386.h (REX_OPCODE): Define.
10 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): Define.
11 (rex_byte): typedef to int.
12 * config/tc-i386.c: Group prototypes and vars together.
13 Formatting fixes. Remove occurrences of "register" keyword.
14 (true): Delete.
15 (false): Delete.
16 (mode_from_disp_size): Add INLINE keyword to prototype.
17 (fits_in_signed_byte): Likewise.
18 (fits_in_unsigned_byte): Likewise.
19 (fits_in_unsigned_word): Likewise.
20 (fits_in_signed_word): Likewise.
21 (fits_in_unsigned_long): Likewise.
22 (fits_in_signed_long): Likewise.
23 (type_names): Constify.
24 (intel_float_operand): Constify param.
25 (add_prefix): Use REX_OPCODE.
26 (md_assemble): Likewise. Modify for changed rex_byte.
27 (parse_insn): Split out of md_assemble.
28 (parse_operands): Likewise.
29 (swap_operands): Likewise.
30 (optimize_imm): Likewise.
31 (optimize_disp): Likewise.
32 (match_template): Likewise.
33 (check_string): Likewise.
34 (process_suffix): Likewise.
35 (check_byte_reg): Likewise.
36 (check_long_reg): Likewise.
37 (check_qword_reg): Likewise.
38 (check_word_reg): Likewise.
39 (finalize_imm): Likewise.
40 (process_operands): Likewise.
41 (build_modrm_byte): Likewise.
42 (output_insn): Likewise.
43 (output_branch): Likewise.
44 (output_jump): Likewise.
45 (output_interseg_jump): Likewise.
46 (output_disp): Likewise.
47 (output_imm): Likewise.
48
49 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
50
51 * doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
52
53 2002-03-06 Alan Modra <amodra@bigpond.net.au>
54
55 * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte
56 relocs except when BFD64.
57
58 * write.c (number_to_chars_bigendian): Don't abort when N is
59 larger than sizeof (VAL).
60 (number_to_chars_littleendian): Likewise.
61
62 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
63
64 * config/tc-hppa.c (md_apply_fix3): Add cast.
65 (hppa_fix_adjustable): Adjust list of selectors using e_lrsel and
66 e_rrsel.
67
68 2002-03-05 Paul Koning <pkoning@equallogic.com>
69
70 * tc-pdp11.c: Use VAX float format support for PDP-11 target.
71 (parse_ac5): New function for parsing float regs in float operand.
72 (parse_expression): Remove attempt to make literals be octal.
73 (parse_op_no_deferred): Support float literals.
74 (parse_op): Reject attempts to refer to float regs.
75 (parse_fop): New function, like parse_op but for float operand.
76 (md_assemble): Add cases to parse float operands. Also fix
77 IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
78
79 2002-03-04 H.J. Lu <hjl@gnu.org>
80
81 * config/obj-elf.c (special_section): Add .init_array,
82 .fini_array and .preinit_array.
83
84 * config/tc-ia64.h (ELF_TC_SPECIAL_SECTIONS): Remove
85 .init_array and .fini_array.
86
87 2002-03-01 Jakub Jelinek <jakub@redhat.com>
88
89 * config/obj-elf.c (elf_copy_symbol_attributes): Don't copy
90 visibility.
91 (obj_frob_symbol): Copy visibility.
92
93 2002-02-28 Jakub Jelinek <jakub@redhat.com>
94
95 * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not
96 s_text.
97 (s_alpha_data): Use obj_elf_data for OBJ_ELF, not s_data.
98
99 2002-02-27 Nick Clifton <nickc@cambridge.redhat.com>
100
101 * po/es.po: Updated.
102
103 2002-02-26 Chris Demetriou <cgd@broadcom.com>
104
105 * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
106 only, undo the changes made on 2001-06-08, with the
107 effect being that common or extern symbols are
108 adjusted for embedded-PIC, but weak symbols are not.
109 (md_estimate_size_before_relax: Likewise, with the effect
110 that extern symbols are treated the same as weak symbols
111 only if not embedded-PIC.
112 (mips_fix_adjustable) Likewise, with the effect that
113 weak or extern symbols are not adjusted for embedded-PIC.
114 (md_apply_fix3): Tweak so that the case where value is zero
115 is handled more correctly for embedded-PIC code.
116
117 2002-02-26 Nick Clifton <nickc@cambridge.redhat.com>
118
119 * doc/as.texinfo (Overview): Add missing @ifset IA64
120
121 * configure.in (LINGUAS): Add es.po.
122 * configure: Regenerate.
123 * po/es.po: New file.
124
125 2002-02-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
126
127 * config/tc-mips.c (set_at): Fix handling of 64bit register loads.
128 (macro): Likewise. Fix la/dla address expansions for EMBEDDED_PIC
129 and NO_PIC cases. Code cleanup.
130 (macro2): Fix handling of 64bit register loads.
131
132 2002-02-25 David Mosberger <davidm@hpl.hp.com>
133
134 * doc/as.texinfo: Add entry for IA64.
135 * doc/c-ia64.texi: New file.
136
137 2002-02-25 Alan Modra <amodra@bigpond.net.au>
138
139 * config/tc-hppa.c: Update copyright date.
140
141 * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4, -maltivec and -m7400
142 Remove references to chip manufacturers.
143 * config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
144 Correct comments.
145 (md_show_usage): Remove references to chip manufacturers. Mention
146 -mpower4.
147 (md_begin): Test power4 opcode flag bits.
148
149 2002-02-22 David Mosberger <davidm@hpl.hp.com>
150
151 * config/tc-ia64.c (dot_restore): Issue error message of epilogue
152 count exceeds prologue count.
153 (md_show_usage): Describe -mconstant-gp and -mauto-pic.
154 (unwind.label_prologue_count): New member.
155
156 Based on a patch by Hans Boehm <hboehm@hpl.hp.com>:
157
158 (get_saved_prologue_count): New function.
159 (save_prologue_count): New function.
160 (free_saved_prologue_count): New function.
161 (dot_label_state): Record state label by calling save_prologue_count().
162 (dot_copy_state): Restore prologue count by calling
163 get_saved_prologue_count().
164 (generate_unwind_image): Free up list of saved prologue
165 counts by calling free_saved_prologue_counts().
166
167 2002-02-22 Nick Clifton <nickc@cambridge.redhat.com>
168
169 * config/tc-tic54x.c: Add missing prototypes and remove ANSI style
170 function declarations.
171
172 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
173
174 * NEWS: Note that GASP is now deprecated.
175 * Makefile.am: Do not build gasp-new by default.
176 * Makefile.in: Regenerate.
177 * doc/Makefile.am: Do not install gasp.info.
178 * doc/Makefile.in: Regenerate.
179 * gas/gasp.texi: Note that gasp is now deprecated.
180
181 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
182
183 * NEWS: Mark 2.12 branch.
184
185 2002-02-19 Tom Tromey <tromey@redhat.com>
186
187 * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
188
189 2002-02-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
190
191 * config/tc-mips.c (md_parse_option): Complain about invalid -mabi
192 option input.
193
194 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
195
196 * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
197 Make bit size independent of architecture switch.
198 (md_begin): Add warning for -m64 with -Aesa.
199 (s390_md_end): Use renamed architecture defines.
200
201 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
202
203 * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
204
205 2002-02-16 Nick Clifton <nickc@cambridge.redhat.com>
206
207 * doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
208 instead of CRIS.
209
210 2002-02-15 Chris Demetriou <cgd@broadcom.com>
211
212 * config/tc-mips.c (md_estimate_size_before_relax): Really
213 make sure we treat weak like extern only for ELF. (Fixes
214 patch from 2001-07-25.)
215
216 2002-02-15 Ben Elliston <bje@redhat.com>
217
218 * doc/as.texinfo: Add duplicate directory entry so that "info gas"
219 works as expected.
220
221 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
222
223 * NEWS: Mention support for MMIX.
224
225 2002-02-13 Chris Demetriou <cgd@broadcom.com>
226
227 * config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
228 a sequence of indpendent 'if' statements for easier debugging
229 and future modification.
230
231 2002-02-13 Matt Fredette <fredette@netbsd.org>
232
233 * config/tc-m68k.c (md_show_usage): No longer display a
234 hard-coded "68020" for the default CPU, instead display the
235 canonical name of the true, configured default CPU.
236 (m68k_elf_final_processing): Mark objects for sub-68020
237 CPUs with the new EF_M68000 flag.
238
239 2002-02-13 Andreas Schwab <schwab@suse.de>
240
241 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
242 pc-relative relocations to merge sections in 64-bit mode.
243
244 2002-02-13 Ben Elliston <bje@redhat.com>
245
246 * NEWS: Document floating point number handling in gasp.
247 * gasp.c: Include <assert.h> and "xregex.h".
248 (is_flonum): New function.
249 (chew_flownum): Likewise.
250 (change_base): Consume flonums from the input, where possible.
251 * doc/gasp.texi (Constants): Document floating point numbers.
252
253 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
254
255 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final types
256 that implicitly use LR and RR selectors.
257
258 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
259
260 * config/tc-mn10300.c (other_registers): Added `epsw'. Mark `pc'
261 and `epsw' as available on AM33 and above only.
262 (other_register_name): Add logic to handle machine type encoded in
263 reg_number.
264
265 2002-02-11 Tom Rix <trix@redhat.com>
266
267 * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
268 xcoff64.
269
270 Mon Feb 11 11:23:38 2002 Alexandre Oliva <aoliva@redhat.com>
271
272 * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
273 Use all over.
274
275 Mon Feb 11 12:59:29 CET 2002 Jan Hubicka <jh@suse.cz>
276
277 * i386.c (md_assemble): Support 32bit address prefix.
278 (i386_displacement): Likewise.
279 (i386_index_check): Accept 32bit addressing in 64bit mode.
280
281 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
282
283 * config/tc-sh.c (dot): Removed unused function.
284
285 2002-02-11 Alan Modra <amodra@bigpond.net.au>
286
287 * Makefile.am: "make dep-am".
288 * Makefile.in: Regenerate.
289 * aclocal.m4: Regenerate.
290 * config.in: Regenerate.
291 * configure: Regenerate.
292 * doc/Makefile.in: Regenerate.
293
294 2002-02-10 Richard Henderson <rth@redhat.com>
295
296 * doc/c-alpha.texi: New file.
297 * doc/Makefile.am (CPU_DOCS): Add it.
298 * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
299
300 2002-02-09 Richard Henderson <rth@redhat.com>
301
302 * config/tc-alpha.c (O_samegp): New.
303 (USER_RELOC_P): Include it.
304 (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
305 (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
306 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
307 (alpha_validate_fix): New.
308 * config/tc-alpha.h (TC_VALIDATE_FIX): New.
309
310 2002-02-09 Hans-Peter Nilsson <hp@axis.com>
311
312 * doc/c-cris.texi: New.
313 * doc/all.texi: @set CRIS.
314 * doc/as.texinfo: Ditto. Add CRIS gas manpage option overview.
315 Include c-cris.texi.
316 * doc/Makefile.am (CPU_DOCS): Add c-cris.texi
317 * doc/Makefile.in: Regenerate.
318
319 2002-02-08 Chris Demetriou <cgd@broadcom.com>
320
321 * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
322 determine if a number is a sign-extended 32-bit number.
323 (load_register): Use IS_SEXT_32BIT_NUM.
324 (macro): Check if load/store macro handling is using a
325 constant 32-bit address on 64-bit address systems, and if
326 so optimize the generation of that address.
327
328 2002-02-08 Richard Henderson <rth@redhat.com>
329
330 * config/tc-alpha.c (alpha_force_relocation): Don't assert that
331 we've eliminated all foreign relocation types yet.
332 (alpha_fix_adjustable): Likewise.
333
334 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
335
336 Contribute sh64-elf.
337 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
338 Stephen Clarke <Stephen.Clarke@st.com>
339 * doc/c-sh64.texi: Fix citation of SH64 architecture manual.
340 2002-01-31 Alexandre Oliva <aoliva@redhat.com>
341 * config/tc-sh.c (md_relax_table): Added default sizes for
342 non-PC-relative UNDEF_MOVI, and relaxation sequences for
343 MOVI_16, MOVI_32 and MOVI_48.
344 * config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
345 (shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
346 and MOVI_16.
347 (shmedia_md_estimate_size_before_relax): Remove redundant
348 blocks. Set fragP->fr_var even if relaxation type unchanged.
349 Retain UNDEF_MOVI until expression decays to number.
350 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
351 * config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
352 relocation types. Take fixP->fx_addnumber into account too.
353 (shmedia_md_apply_fix): Likewise.
354 (shmedia_md_convert_frag): Likewise.
355 (shmedia_build_Mytes): Likewise.
356 (sh64_consume_datalabel): Complain about nested datalabel.
357 Support PIC relocs. Call sh_parse_name.
358 * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
359 in tc-sh.h to SHmedia reloc types.
360 * config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
361 MOVI_GOTPC): New relaxation constants.
362 (md_relax_table): Introduce relaxation directives for PIC-related
363 constants.
364 (sh_PIC_related_p): Handle datalabel.
365 (sh_check_fixup): Choose SH5 PIC relocations.
366 (sh_cons_fix_new): Added BDF_RELOC_64.
367 (md_apply_fix3, sh_parse_name): Handle GOTPLT.
368 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
369 * config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
370 current ISA is SHmedia, get 7 bytes.
371 2001-11-28 Nick Clifton <nickc@cambridge.redhat.com>
372 * config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
373 void function.
374 * config/tc-sh64.c (shmedia_apply_fix): Rename to
375 shmedia_apply_fix3 and make void.
376 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
377 * config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
378 as_bad.
379 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
380 * config/tc-sh64.h (md_parse_name): Take &c as argument.
381 2001-03-14 DJ Delorie <dj@redhat.com>
382 * doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
383 * doc/Makefile.in(CPU_DOCS): Ditto.
384 * doc/c-sh64.texi: New file.
385 * doc/as.texinfo: Add SH64 support.
386 2001-03-13 DJ Delorie <dj@redhat.com>
387 * config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
388 A_REUSE_PREV so that its purpose is more obvious.
389 (shmedia_build_Mytes): Ditto.
390 2001-03-07 DJ Delorie <dj@redhat.com>
391 * config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
392 before processing.
393 (sh64_vtable_inherit): Ditto.
394 (strip_datalabels): New, strip "datalabel" from given line.
395 * config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
396 pseudos.
397 2001-03-06 Hans-Peter Nilsson <hpn@cygnus.com>
398 * config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
399 call ...
400 (shmedia_build_Mytes): ... to here.
401 2001-03-06 DJ Delorie <dj@redhat.com>
402 * config/tc-sh.c: Remove sh64-specific uaquad now that there
403 is a generic one.
404 2001-01-21 Hans-Peter Nilsson <hpn@cygnus.com>
405 * config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
406 * config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
407 address by one in call to dwarf2_emit_insn.
408 2001-01-13 Hans-Peter Nilsson <hpn@cygnus.com>
409 Implement ".abi" pseudo and correct .cranges descriptors. Correct
410 alignment handling broken by imported changes.
411 * config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
412 (sh64_handle_align): Declare.
413 (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
414 (sh64_max_mem_for_rs_align_code): Declare.
415 (enum sh64_isa_values): Moved here from tc-sh64.c.
416 (md_do_align): Define.
417 (sh64_do_align): Declare.
418 (struct sh64_tc_frag_data): New.
419 (TC_FRAG_TYPE): Change to struct sh64_tc_frag_data. Users
420 changed.
421 (TC_FRAG_INIT): Change to set new datatype.
422 (struct sh64_segment_info_type): Rename member
423 last_flushed_location to last_contents_mark. All users changed.
424 (md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
425 (shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
426 * config/tc-sh.c (md_pseudo_table): Add ".abi".
427 (sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
428 of unsetting seen_insn.
429 (md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
430 call sh64_update_contents_mark.
431 (sh_handle_align): Remove HAVE_SH64-conditioned code.
432 * config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
433 enum sh64_isa_values.
434 (sh64_set_contents_type): Drop segT parameter. All callers changed.
435 (emitting_crange): Boolean guard moved to file scope from function
436 scope in sh64_set_contents_type.
437 (s_sh64_abi): New.
438 (sh64_update_contents_mark): New; most split out from
439 sh64_flush_pending_output.
440 (shmedia_md_end): Call sh64_update_contents_mark. Set
441 sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
442 (sh64_do_align): New function.
443 (sh64_max_mem_for_rs_align_code): New function.
444 (sh64_handle_align): Rename from shmedia_do_align. Make
445 non-static. Add head comment. Emit zero bytes for n bytes modulo
446 four. Change return-type to void.
447 (shmedia_elf_new_section): Remove.
448 (shmedia_md_assemble): Call sh64_update_contents_mark.
449 (s_sh64_mode): Ditto. Do not call md_flush_pending_output. Make
450 new frag. Call sh64_update_contents_mark after making the new
451 frag.
452 (sh64_flush_pending_output): Just call sh64_update_contents_mark
453 and sh_flush_pending_output.
454 (sh64_flag_output): Also call md_flush_pending_output, but add
455 condition on not emitting_crange.
456 (sh64_tc_cons_fix_new): Remove.
457 2001-01-12 Nick Clifton <nickc@redhat.com>
458 * config/tc-sh64.c (shmedia_do_align): Fix to work with new
459 alignment handling scheme imported from sourceware.
460 2001-01-12 Hans-Peter Nilsson <hpn@cygnus.com>
461 * config/tc-sh64.h (TARGET_FORMAT): Define.
462 (sh64_target_format): Prototype.
463 * config/tc-sh64.c (sh64_target_mach): New function.
464 2001-01-07 Hans-Peter Nilsson <hpn@cygnus.com>
465 * config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
466 zero_address_frag instead of copying the frag of the symbol.
467 (shmedia_frob_file_before_adjust): Ditto.
468 (shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
469 to valueT to remove signedness.
470 (shmedia_md_convert_frag): Add parameter final. Rename parameter
471 headers to output_bfd. Do not evaluate symbols if final is false;
472 do emit fixups.
473 (shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
474 UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
475 to the current frag, call shmedia_md_convert_frag to emit fixups
476 and make frag_wane neutralize the frag. Update comments.
477 * config/tc-sh.c (md_convert_frag): Change caller of
478 shmedia_md_convert_frag.
479 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
480 * config/tc-sh64.h: Tweak comments and correct formatting.
481 * config/tc-sh64.c: Ditto.
482 (shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
483 expansion, MOVI pcrel expansion>: Fix thinko calculating offset
484 for the no-relocation case.
485 (shmedia_check_limits): Fix range check being off-by-one for PTA.
486 * config/tc-sh.c: Ditto. Add proper comments to #ifdef/#ifndef
487 wrappers.
488 (SH64PCREL16_F): Increment for proper max-PTA handling. Update
489 comment.
490 (SH64PCREL16_M, MOVI_16_M): Correct range thinko.
491 (SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
492 expansion.
493 (SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
494 Correct comment.
495 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
496 * config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
497 BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
498 (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
499 al>: Set lowest bit of field to relocate to 1 and rest to empty,
500 if reloc is emitted.
501 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
502 New options plus bugfixes.
503 * config/tc-sh.c (md_longopts): New options "-no-expand" and
504 "-expand-pt32".
505 (md_parse_option): Handle new options.
506 (md_show_usage): Add blurb for new options.
507 * config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
508 (sh64_expand, sh64_pt32): New variables.
509 (shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
510 (shmedia_md_apply_fix): Hold original fixP->fx_r_type in
511 orig_fx_r_type. Change SHMEDIA_BFD_RELOC_PT into
512 BFD_RELOC_SH_PT_16. Handle BFD_RELOC_SH_PT_16 as pc-relative.
513 <resolved previously-pc-relative relocs>: Handle
514 SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
515 (shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
516 case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
517 points to SHcompact code.
518 <case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
519 SH64PCREL16)>: Check that ISA of what operand points at and
520 PTA/PTB matches, or emit error.
521 (shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
522 SHMEDIA_BFD_RELOC_PT.
523 (shmedia_immediate_op): If pcrel, emit fixup also for constant
524 operand.
525 (shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
526 condition for MOVI expansion.
527 <case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
528 sh64_pt32. Emit only a BFD_RELOC_SH_PT_16 fixup if not
529 sh64_expand.
530 <case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
531 fixup.
532 (sh64_target_format): Error-check setting of sh64_pt32 and
533 sh64_expand. Fix typo in check for sh64_shcompact_const_crange.
534 (shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
535 SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
536 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
537 * config/tc-sh64.c: Improve comments.
538 (shmedia_md_convert_frag): Remove inactive is_pt_variant code. Do
539 not say the linker will check correctness of PTA/PTB expansion.
540 (shmedia_md_end): Make non-static.
541 * config/tc-sh64.h (md_end): Define to shmedia_md_end. Add
542 prototype.
543 * config/tc-sh.c (sh_finalize): Remove.
544 * config/tc-sh.h (md_end): Do not define.
545 Remove prototype for sh_finalize.
546 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
547 * config/tc-sh64.c (shmedia_frob_section_type): Use a struct
548 sh64_section_data container when storing section type in tdata
549 field in elf_section_data.
550 * config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
551 EF_SH5.
552 * Makefile.am: Update dependencies.
553 * Makefile.in: Regenerate.
554 2000-12-22 Hans-Peter Nilsson <hpn@cygnus.com>
555 * config/tc-sh64.c (shmedia_md_assemble): Don't protect
556 dwarf2_emit_insn call with test on debug_type.
557 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
558 * config/tc-sh64.c (sh64_set_contents_type): Make contents-type
559 CRT_SH5_ISA32 sticky for 64-bit.
560 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
561 Generate .crange sections when switching ISA mode or emitting
562 constants in same section as code.
563 * config/tc-sh64.c: Reformat structure definitions.
564 (sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
565 variables.
566 (sh64_set_contents_type): Rename from sh64_init_section. Rewrite
567 to emit a .cranges descriptor when contents type changes. Only
568 emit error if changing contents type and -no-mix is in effect.
569 (sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
570 sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
571 (shmedia_md_end): Set sh64_end_of_assembly. Pass
572 sh64_flush_last_crange over sections.
573 When checking main symbol of datalabel symbol, check for
574 STO_SH5_ISA32, not ISA type of section in definition.
575 (shmedia_frob_file_before_adjust): Check main symbol for
576 STO_SH5_ISA32; don't check ISA type of section in definition.
577 (shmedia_frob_section_type): Adjust for .cranges; set section flag
578 to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
579 .cranges entries have been output.
580 (shmedia_elf_new_section): Just call md_flush_pending_output.
581 (shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
582 fix. Do not set tc_segment_info_data.in_code for section. Call
583 sh64_set_contents_type for SHmedia code.
584 (s_sh64_mode): Do not call sh64_init_section or set seen_insn to
585 false. Call md_flush_pending_output.
586 (sh64_target_format): Check that -no-mix and
587 -shcompact-const-crange are used in sane combination with other
588 options.
589 (shmedia_md_pcrel_from_section): Check type of fix for how to
590 adjust pc-relative.
591 (sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
592 not ISA type of section in definition.
593 * config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
594 hold contents-type state.
595 (md_flush_pending_output): Redefine to sh64_flush_pending_output.
596 (sh64_flush_pending_output): Declare.
597 (TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
598 (sh64_tc_cons_fix_new): Declare.
599 * config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
600 call sh64_flag_output.
601 (md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE. Just
602 call sh64_set_contents_type to mark SHcompact code and set
603 seen_insn.
604 (md_longopts): New options "-no-mix" and
605 "-shcompact-const-crange".
606 (md_parse_option): Handle new options.
607 (md_show_usage): Add blurb for new options.
608 (md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
609 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
610 * config/tc-sh64.c: Delete investigated and obsolete fixme:s.
611 (sh64_last_insn_frag): New.
612 (shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
613 to get frag for insn opcode for generating fixups; do not assume it
614 is the same frag.
615 (shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
616 for new insn.
617 * config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
618 section.
619 (TC_FRAG_TYPE): Define as fragS *.
620 (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
621 (sh64_last_insn_frag): Declare.
622 (sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
623 not == NULL before dereferencing.
624 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
625 Get rid of BFD section flag and EF_SH64_ABI64.
626 * config/tc-sh64.c (shmedia_frob_section_type): Use
627 elf_section_data (sec)->tdata, not a specific BFD section flag, to
628 communicate the section as containing SHmedia code. Describe why.
629 * config/tc-sh.c (sh_elf_final_processing): Tweak comment. Set
630 EF_SH64 regardless of ABI.
631 * config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
632 in error message. Handle resolved expressions for
633 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
634 BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
635 (shmedia_check_limits): Handle BFD_RELOC_64.
636 (sh64_adjust_symtab): Do not decrement the GAS symbol value for
637 a STO_SH5_ISA32 symbol, only the BFD value.
638 2000-12-11 Ben Elliston <bje@redhat.com>
639 * config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
640 dwarf2_generate_asm_lineno.
641 2000-12-11 Hans-Peter Nilsson <hpn@cygnus.com>
642 Handle PC-relative MOVI expansions with assembler relaxation.
643 Generate PC-relative relocs from 16-bit PC-relative expressions.
644 * config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
645 (shmedia_md_pcrel_from_section): ...here.
646 (shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
647 turned completely resolved. Adjust relocation type for 16-bit
648 immediate operands that has turned PC-relative. Adjust back for
649 MD_PCREL_FROM_SECTION being applied twice.
650 (shmedia_md_convert_frag): Always emit reloc for expression with
651 global or weak symbol. Handle relaxation result for PC-relative
652 expressions.
653 (shmedia_md_estimate_size_before_relax): An expression with a weak
654 or global symbol can not be relaxed. Break out tests for
655 relaxable symbol into variable sym_relaxable.
656 <cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
657 UNDEF_MOVI)>: Break out any PC-relative expression and change
658 relaxation type.
659 (shmedia_build_Mytes): CSE &operands->operands[j] into variable
660 opjp.
661 <case A_IMMS16>: Fix typo for initial minor relaxation type of
662 MOVI expansion. If X_op_symbol of the immediate expression is
663 set, make an expression symbol for the argument to frag_var.
664 * config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
665 relaxations.
666 (END): Adjust for new relaxations.
667 (md_relax_table): Add entries for new relaxations.
668 2000-12-07 Ben Elliston <bje@redhat.com>
669 * config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
670 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
671 * config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
672 SHORI operand offsets in PT/PTA/PTB expansions.
673 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
674 Implement DataLabel semantics.
675 * config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
676 shmedia_frob_file_before_adjust.
677 * config/tc-sh64.c [! OBJ_ELF]: Emit #error.
678 (DATALABEL_SUFFIX): Define.
679 (shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
680 symbol list to update "datalabel" symbols to their main symbol
681 counterparts.
682 (shmedia_frob_file_before_adjust): New.
683 (sh64_adjust_symtab): For remaining datalabel symbols, set to
684 undefined and set STT_DATALABEL.
685 (sh64_frob_label): Initialize TC symbol field.
686 (sh64_consume_datalabel): Actually implement semantics. New
687 parameter operandf, call it instead of expression.
688 (sh64_exclude_symbol): New.
689 * config/tc-sh64.h (md_parse_name): Pass on the function operand
690 to sh64_consume_datalabel.
691 (tc_symbol_new_hook): Define to tc_frob_symbol.
692 (TC_SYMFIELD_TYPE): Define to symbolS *.
693 (tc_frob_symbol): Define to call sh64_exclude_symbol.
694 2000-12-01 Hans-Peter Nilsson <hpn@cygnus.com>
695 * config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
696 case.
697 (shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
698 generating dwarf2 debug information.
699 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
700 * config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
701 elf64-sh64 for the 64-bit ABI.
702 * config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
703 option.
704 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
705 * config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
706 case-insensitivity.
707 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
708 * config/tc-sh64.c: Tweak comments, formatting and error messages.
709 (enum sh64_abi_values): New type.
710 (enum sh64_isa_values): New type.
711 (sh64_isa_mode): Replace shmedia_mode. All referers changed.
712 (seen_shcompact_mode, seen_shmedia_mode): Delete.
713 (sh64_abi): Replace shmedia_64.
714 (shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
715 C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
716 (s_sh64_mode): Check validity for this target.
717 (sh64_target_format): Initialize defaults for ISA and ABI.
718 Fallback to old object format if no SH64 ISA or ABI has been
719 specified.
720 * config/tc-sh.c (md_parse_option): Check combinations for errors.
721 (sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
722 ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
723 * config/tc-sh64.h: Fix typo in comment.
724 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
725 * config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
726 <PT fixups for absolute values>: Size will be longest, not
727 shortest.
728 (shmedia_md_convert_frag): Disable PTB-warning machinery. Correct
729 all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
730 * config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
731 and l1 to hold lowercase of two first characters. Change all
732 remaining TO_LOWER to tolower.
733 * config/tc-sh64.c (TO_LOWER): Delete.
734 (shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
735 (md_parse_name): Define.
736 (sh64_consume_datalabel): Declare.
737 (DOLLAR_DOT): Define.
738 * config/tc-sh64.c (shmedia_parse_exp): New.
739 (sh64_consume_datalabel): New; just ignoring datalabel semantics.
740 (shmedia_parse_reg): Remove const from src
741 parameter.
742 (shmedia_get_operands): Ditto for args parameter and ptr variable.
743 (shmedia_md_assemble): Ditto for op_end variable.
744 (shmedia_get_operand): Ditto for ptr parameter and src variable.
745 Use shmedia_parse_exp, not parse_exp.
746 * config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
747 parameter. All callers changed.
748 (shmedia_get_operand): Add shmedia_arg_type parameter. All
749 callers changed.
750 (shmedia_parse_reg): Put first two character in local variables.
751 Use tolower, not TO_LOWER. If no register is found and argtype
752 indicates a control register, scan shmedia_creg_table
753 case-insensitive.
754 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
755 * Makefile.am (CPU_TYPES): Add sh64.
756 (TARGET_CPU_CFILES): Add config/tc-sh64.c.
757 (TARGET_CPU_HFILES): Add config/tc-sh64.h.
758 Regenerate dependencies.
759 * Makefile.in: Regenerate.
760 * configure.in: Add support for sh64-*-elf*.
761 * configure: Regenerate.
762 * config/tc-sh64.h: New.
763 * config/tc-sh64.c: New.
764 * config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
765 .mode, .isa and .uaquad.
766 [HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
767 SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
768 [HAVE_SH64] (END): Define as 10.
769 [HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
770 SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
771 MOVI_64): Define.
772 [HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
773 SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
774 SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
775 MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
776 Define.
777 (md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
778 (md_begin) [HAVE_SH64]: Call shmedia_md_begin.
779 (parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
780 (md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
781 SHmedia instructions. Handle state-change after switching to
782 SHcompact.
783 (md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
784 (md_parse_option) [HAVE_SH64]: Parse new options.
785 (md_show_usage) [HAVE_SH64]: Show usage of new options.
786 (md_convert_frag) [HAVE_SH64] <default>: Call
787 shmedia_md_convert_frag instead of abort.
788 (sh_force_relocation) [HAVE_SH64]: Also force relocation for
789 BFD_RELOC_SH_SHMEDIA_CODE.
790 (sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
791 SHcompact or SHmedia code.
792 (md_apply_fix) [HAVE_SH64] <default>: Return result from calling
793 shmedia_md_apply_fix instead of abort.
794 (md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
795 result from calling shmedia_md_estimate_size_before_relax instead
796 of calling abort.
797 (sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
798 do the work.
799 (tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
800 shmedia_init_reloc and do nothing more if it returns non-zero.
801 (sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
802 * po/POTFILES.in: Regenerate.
803 * po/gas.pot: Regenerate.
804
805 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
806
807 * config/tc-sh.c (parse_at): Install the correct version of
808 2002-02-04's patch.
809
810 * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
811 assume fixP->fx_subsy is non-NULL.
812
813 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
814
815 * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
816 A_DISP_PC_ABS, and adjust it by -4.
817 (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
818 expected.
819 (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
820 the operand type is not A_DISP_PC_ABS.
821
822 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
823
824 * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
825 common and weak symbols. Handle common and weak symbols as
826 undefined symbols with regards to GREG handling and merging.
827 (mmix_frob_file): Ditto.
828
829 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
830
831 * configure.in (hppa-*-netbsd*): New target.
832 * configure: Regenerate.
833 * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD.
834
835 2002-02-02 Alan Modra <amodra@bigpond.net.au>
836
837 * config/tc-v850.c: Add missing prototypes amd use old-style
838 function definitions.
839 (AREA_ZDA, AREA_SDA, AREA_TDA): Delete.
840 (sdata_section tdata_section, zdata_section, sbss_section,
841 tbss_section, zbss_section, rosdata_section, rozdata_section,
842 scommon_section, tcommon_section, zcommon_section,
843 call_table_data_section, call_table_text_section): Delete.
844 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
845 v850_zbss, v850_bss, v850_rosdata, v850_rozdata,
846 v850_call_table_data, v850_call_table_text): Delete.
847 (struct v850_seg_entry): New.
848 (v850_seg_table): New.
849 (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION,
850 TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION,
851 ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION,
852 CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define.
853 (do_v850_seg): New.
854 (v850_seg): New.
855 (v850_comm): Use do_v850_seg and v850_seg_table. Simplify
856 recording of alignment.
857 (md_pseudo_table): Use v850_seg.
858 (md_begin): Don't init .call_table_data and .call_table_text here.
859 Set v850_seg_table bss entry.
860
861 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
862
863 Support on-demand global register allocation by passing on
864 base-plus-offset relocs to the linker.
865 * config/tc-mmix.c: Tweak and fix typos in comments.
866 (allocate_undefined_gregs_in_linker): New variable.
867 (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
868 (md_longopts): Add --linker-allocated-gregs.
869 (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
870 <case OPTION_LINKER_ALLOCATED_GREGS>: New.
871 (md_show_usage): Update text for -x. Add text for
872 --linker-allocated-gregs.
873 (tc_gen_reloc): Derive default value for addend from val and
874 baddsy. Use addsec and bfd_is_abs_section in more places. Don't
875 emit error for BFD_RELOC_MMIX_BASE_PLUS_OFFSET without suitable
876 GREG if allocate_undefined_gregs_in_linker.
877 * doc/as.texinfo (Overview) <Target MMIX options>: Add
878 --linker-allocated-gregs.
879 * doc/c-mmix.texi (MMIX-Opts): Add blurb about
880 --linker-allocated-gregs. Mention that it's implied by -x.
881 (MMIX-Pseudos) <GREG>: Mention when and how a GREG can be omitted.
882 (MMIX-mmixal): Clarify dated comparison and location of MMIXware.
883
884 * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
885
886 2002-02-01 Alan Modra <amodra@bigpond.net.au>
887
888 * Makefile.am: Run "make dep-am"
889 * Makefile.in: Regenerate.
890
891 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
892
893 * config/tc-or32.c: New file.
894 * config/tc-or32.h: New file.
895 * configure.in: Add support for or32 targets.
896 * configure: Regenerate.
897 * config/obj-coff.c: Add support for or32 targets.
898 * config/obj-coff.h: Add support for or32 targets.
899 * Makefile.am: Add support for or32 targets.
900 * Makefile.in: Regenerate.
901 * NEWS: Mention support for OpenRISC.
902 * doc/Makefile.in: Regenerate.
903 * po/POTFILES.in: Regenerate.
904 * po/gas.pot: Regenerate.
905
906 2002-01-30 Richard Sandiford <rsandifo@redhat.com>
907
908 * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
909 and mod.
910
911 2002-01-29 Chris Demetriou <cgd@broadcom.com>
912
913 * config/tc-mips.c (tc_gen_reloc): Arrange for
914 BFD_RELOC_PCREL_HI16_S relocations to be output relative to
915 their LO16 parts, even for ELF.
916
917 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
918
919 * config/tc-i386.c: Protect definitions of true and false
920 from redefinition.
921
922 2002-01-28 Jakub Jelinek <jakub@redhat.com>
923
924 * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
925 made because of .weak, if they are neither defined nor used in any
926 way.
927
928 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
929
930 * configure: Regenerated.
931
932 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
933
934 * doc/Makefile.am (install): Depend on install-info.
935 * doc/Makefile.in: Regenerate.
936
937 2002-01-26 Nick Clifton <nick@redhat.com>
938
939 * po/fr.po: Updated version
940
941 2002-01-24 Kazu Hirata <kazu@hxi.com>
942
943 * config/tc-h8300.c (check_operand): Don't print a warning
944 when a valid 24-bit address is given to a 16-bit address
945 operand.
946
947 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
948
949 * config/tc-sh.c (sh_elf_suffix): Removed.
950 (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
951 sh_end_of_match, sh_parse_name): New functions.
952 (sh_elf_cons): Simplify.
953 (parse_exp): Reject misplaced PIC operands.
954 (md_undefined_symbol): Simplify.
955 (sh_fix_adjustable): Let @GOTOFF be adjusted.
956 (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
957 (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
958 Complain if subsy remains at the end.
959 * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
960 (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
961
962 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
963
964 * config/tc-mn10300.c (xr_registers): Move `pc'...
965 (other_registers): ... here.
966
967 2002-01-22 Alan Modra <amodra@bigpond.net.au>
968
969 * Makefile.am: Run "make dep-am".
970 * Makefile.in: Regenerate.
971 * gas/po/POTFILES.in: Regenerate.
972
973 2002-01-21 DJ Delorie <dj@redhat.com>
974
975 * config/obj-coff.c (obj_coff_init_stab_section): Make the
976 stabstr_name allocation permanent, as it will be referenced from
977 the section hash.
978
979 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
980
981 * configure.in (ia64-*-netbsd*): New target.
982 * configure: Regenerate.
983
984 2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
985
986 * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
987 to @dots call.
988 <Detailed description, ARM options>: Ditto.
989 * doc/c-arm.texi (ARM Options): Ditto.
990
991 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
992
993 * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
994 do_mia, do_mar and do_mra respectively.
995 (do_mav_*): Renamed from do_c_*.
996 (mav_reg_required_here, mav_parse_offset): Renamed from
997 cirrus_reg_required_here and cirrus_parse_offset respectively.
998 (MAV_MODE?): Renamed from CIRRUS_MODE?.
999
1000 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
1001 Keith Walker <keith.walker@arm.com>
1002
1003 * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
1004 (insns): Add pattern for bxj instruction.
1005 (do_bxj): New function.
1006 (arm_cpus): Add arm926ej.
1007 (arm_archs): Add armv5tej.
1008
1009 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
1010
1011 * doc/c-arm.texi: Add new fpe options to list of supported flags.
1012
1013 2002-01-19 Keith Walker <keith.walker@arm.com>
1014
1015 * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
1016
1017 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
1018
1019 * NEWS: Mention new ARM command-line options and VFP support.
1020
1021 * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE. All
1022 uses changed.
1023 (ARM_CEXT_MAVERICK): Similarly.
1024 (ARM_ANY): Now means any core instruction.
1025 (CPU_DEFAULT): Default to ARM_ANY.
1026 (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
1027 (pic_code): Declare for all object types. Make type int.
1028 (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
1029 (march_fpu_opt, mfpu_opt): Declare.
1030 (md_longopts): Tidy up conditional definitions.
1031 (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
1032 (arm_long_opts): New tables.
1033 (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
1034 (arm_parse_extension): New function.
1035 (md_parse_option): Rewrite using new table-driven system.
1036 (md_show_usage): Use new table-driven system.
1037 (md_begin): Calculate cpu_variant from command line option data.
1038 * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
1039 command-line options.
1040 * doc/c-arm.texi: Likewise.
1041
1042 2002-01-18 Andreas Jaeger <aj@suse.de>
1043
1044 * as.c (parse_args): Update year.
1045
1046 2002-01-17 Timothy Wall <twall@alum.mit.edu>
1047
1048 * config/tc-tic54x.c (encode_address): Add a more informative
1049 warning about incorrect syntax.
1050
1051 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1052
1053 * po/gas.pot: Regenerate.
1054
1055 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1056
1057 * macro.c (get_any_string): Add no-c-format comment to prevent
1058 confusion when translating string.
1059 * gasp.c (get_any_string): Add no-c-format comment to prevent
1060 confusion when translating string.
1061
1062 2002-01-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1063 Johannes Stezenbach <js@convergence.de>
1064 * config/tc-mips.c (percent_op): Ensure longer percent_op's are
1065 matched before the shorter ones.
1066 (my_getSmallParser): Fix handling of nested parentheses in
1067 percent_op's. Code cleanup.
1068 (my_getPercentOp): New function, code from my_getSmallParser.
1069 (my_getSmallExpression): Fix handling of closing parentheses.
1070 Code cleanup. Better comments.
1071
1072 2002-01-16 Nick Clifton <nickc@redhat.com>
1073
1074 po/tr.po: New file: Turkish translation.
1075 configure.in (LINGUAS): Add "tr".
1076 configure: Regenerate.
1077
1078 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
1079
1080 Support for VFP instructions
1081 * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
1082 (cp_address_required_here): New argument wb_ok. When false, do not
1083 accept write-back forms of addressing. Change all callers.
1084 (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
1085 (FPU_VFP_EXT_V2): Define.
1086 (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
1087 Define in terms of above.
1088 (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
1089 (vfp_reg): New struct.
1090 (vfp_regs): New array of registers.
1091 (insns): Add VFP instructions.
1092 (sn_table): New array of VFP single-precision register names.
1093 (dn_table): New array of VFP double-precision register names.
1094 (all_reg_maps): Add the new register tables.
1095 (arm_reg_type): Add new values for above. Increase RET_TYPE_MAX.
1096 (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
1097 (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
1098 (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
1099 (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
1100 (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
1101 (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
1102 (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
1103 (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
1104 (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
1105 (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
1106 (do_vfp_sp_dp_cvt): New functions.
1107 (md_begin): Set soft-float flag for appropriate VFP work.
1108 (md_atof): Handle VFP-format doubles.
1109 (md_parse_option): Handle VFP command-line options.
1110 (md_show_usage): Display VFP command-line options.
1111
1112 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
1113
1114 * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
1115 various command line options.
1116
1117 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1118
1119 * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
1120 vtinherit relocs.
1121 (xstormy16_md_apply_fix3): Do not return a value.
1122
1123 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
1124
1125 * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
1126 the -EL/-EB option that matches the target's endianness.
1127 (md_parse_option): Likewise.
1128
1129 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
1130
1131 * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
1132 is not dependent on ARM_BI_ENDIAN.
1133
1134 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
1135
1136 * tc-arm.c (all error messages): Normalize capitalization of messages.
1137
1138 * tc-arm.h (md_operand): Delete define.
1139 * tc-arm.c (in_my_get_expression): New static variable.
1140 (my_get_expression): Set and clear it.
1141 (md_operand): New function. If called from my_get_expression
1142 put the error in inst.error.
1143 (output_inst): Now takes argument of instruction being assembled.
1144 Print it out with any error message.
1145 (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
1146 with '=' syntax.
1147 (end_of_line): Don't update inst.error if it is already set.
1148
1149 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
1150
1151 * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudo
1152 op that can be translated into a mvn instruction.
1153
1154 2002-01-11 Steve Ellcey <sje@cup.hp.com>
1155
1156 * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
1157 setting default md.flags.
1158 (SHT_INIT_ARRAY): New elf special section used by HP-UX.
1159 (SHT_FINI_ARRAY): New elf special section used by HP-UX.
1160 * gas/config/tc-ia64.c (setup_unwind_header): Add support
1161 for 32 bit unwind info blocks.
1162 (generate_unwind_image): Add support for different types
1163 of unwind images (32 bits and/or big-endian).
1164 (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
1165 (ia64_target_format): Add support for hpux target formats.
1166 (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
1167 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
1168 SHT_FINI_ARRAY elf section types.
1169
1170 2002-01-10 Richard Earnshaw <rearnsha@arm.com>
1171
1172 * tc-arm.c (struct reg_entry): Move before prototypes.
1173 (int_register, cp_register, fp_register): Delete.
1174 (reg_table): Delete. Replaced with ...
1175 (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
1176 (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
1177 (mav_dspsc_table): ... one table per register set.
1178 (arm_reg_hsh): Delete.
1179 (struct reg_map): New structure.
1180 (all_reg_maps): New array.
1181 (enum arm_reg_type): New enums.
1182 (build_reg_hsh): New function.
1183 (insert_reg_alias): Use hash table passed by caller. Adjust all
1184 callers.
1185 (create_register_alias): New function, split out from ...
1186 (md_assemble): ... here.
1187 (md_begin): Build new register hash tables.
1188 (arm_reg_parse): New argument for the hash table to search. Adjust all
1189 callers.
1190 (arm_reg_parse_any): New function.
1191 (co_proc_number): Look up the processor number in the processor hash
1192 table.
1193 (cirrus_regtype): Delete.
1194 (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
1195 (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
1196 (ARM_EXT_MAVERICKsc_register): Delete.
1197 (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
1198 (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
1199 functions.
1200 (do_c_triple_4, do_c_triple_5): Delete.
1201 (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
1202 (do_c_quad_6): Delete.
1203 (do_c_quad_6[ab]): New functions.
1204 (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
1205 arguments to use new register parsing methods.
1206 (cirrus_reg_required_here): Likewise.
1207 (insns): Reclassify cirrus maverick worker functions.
1208 (cirrus_valid_reg): Delete.
1209
1210 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1211
1212 * configure.in (sh*le): Set cpu_type=sh and endian=little.
1213 (sh*-*-netbsdelf*): New target.
1214 * configure: Regenerate.
1215 * tc-sh.h: Update copyright years.
1216 (TARGET_FORMAT): Add version for TE_NetBSD.
1217
1218 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1219
1220 * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
1221 negative.
1222
1223 2002-01-06 Alan Modra <amodra@bigpond.net.au>
1224
1225 * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
1226 * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
1227
1228 2002-01-05 Daniel Jacobowitz <drow@mvista.com>
1229
1230 * tc-mips.c (mips_cprestore_valid): New flag.
1231 (mips_frame_reg_valid): New flag.
1232 (macro) [M_JAL_2]: Check both flags.
1233 [M_JAL_A]: Likewise.
1234 (s_cprestore): Set mips_cprestore_valid.
1235 (tc_get_register): If setting mips_frame_reg, set
1236 mips_frame_reg_valid and clear mips_cprestore_valid.
1237 (s_mips_ent): Clear both flags.
1238 (s_mips_end): Clear both flags.
1239
1240 2002-01-05 Alan Modra <amodra@bigpond.net.au>
1241
1242 * write.c (write_object_file): Make use of bfd_section_list_remove.
1243 * config/obj-ecoff.c (ecoff_frob_file): Likewise.
1244 * config/tc-mmix.c (mmix_frob_file): Likewise.
1245
1246 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1247
1248 * configure.in (i386-*-netbsdelf*): Collapse target into...
1249 (i386-*-netbsd*): ...this. Add support for x86-64.
1250 * configure: Regenerated.
1251
1252 2002-01-03 matthew green <mrg@redhat.com>
1253
1254 * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
1255
1256 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1257
1258 * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
1259 NULL frag link.
1260
1261 For older changes see ChangeLog-0001
1262 \f
1263 Local Variables:
1264 mode: change-log
1265 left-margin: 8
1266 fill-column: 74
1267 version-control: never
1268 End: