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