* gas/mips/mips16-dwarf2.d: Don't match anything but address and line
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
bd0eb99b
RH
12005-09-07 Richard Henderson <rth@redhat.com>
2
3 * dwarf2dbg.c: Include safe-ctype.h.
4 (DWARF2_LINE_OPCODE_BASE): Bump to 13.
5 (current): Initialize.
6 (dwarf2_emit_insn): Clear DWARF2_FLAG_BASIC_BLOCK,
7 DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN.
8 (dwarf2_directive_file): Cope with invalid filename.
9 (dwarf2_directive_loc): Add handling for basic_block, prologue_end,
10 epilogue_begin, is_stmt, isa.
11 (emit_inc_line_addr): Move line_delta == 0, addr_delta == 0 special
12 case down lower.
13 (process_entries): Handle isa, DWARF2_FLAG_PROLOGUE_END,
14 and DWARF2_FLAG_EPILOGUE_BEGIN.
15 (out_debug_line): Emit sizes for DW_LNS_set_prologue_end,
16 DW_LNS_set_epilogue_begin, DW_LNS_set_isa.
17 * dwarf2dbg.h (DWARF2_FLAG_IS_STMT): Rename from DWARF2_FLAG_BEGIN_STMT.
18 (DWARF2_FLAG_BASIC_BLOCK): Rename from DWARF2_FLAG_BEGIN_BLOCK.
19 (DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN): New.
20 (struct dwarf2_line_info): Add isa member.
21 * doc/as.texinfo (LNS directives): New node.
22
b8ee1a6e
DU
232005-09-07 David Ung <davidu@mips.com>
24
25 * config/tc-mips.c (append_insn): Undo last change. Instead add
26 guard to suppress calling frag_grow if the current instruction is
27 one that allows a delay slot.
28
ef2e4d86
CF
292005-09-06 Chao-ying Fu <fu@mips.com>
30
31 * config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions.
32 (mips_opts): Add -1 to initialize ase_mt.
33 (file_ase_mt): New variable for -mmt.
34 (CPU_HAS_MT): New define.
35 (validate_mips_insn): Add supports for +t, +T, !, $, *, &, g operand
36 formats.
37 (mips_ip): Check ase_mt to enable MT instructions.
38 Handle !, $, *, &, +T, +t, g operand formats.
39 For "mftc1", "mfthc1", "cftc1", "mttc1", "mtthc1", "cttc1", we allow
40 odd float registers.
41 (OPTION_MT, OPTION_NO_MT): New define.
42 (OPTION_COMPAT_ARCH_BASE): Change because of inserting MT define.
43 (md_parse_option): Parse OPTION_MT and OPTION_NO_MT.
44 (mips_after_parse_args): Set ase_mt based on CPU.
45 (s_mipsset): Handle ".set mt" and ".set nomt".
46 (mips_elf_final_processing): Remind of adding new flag for MT ASE.
47 (md_show_usage): Show usage of -mmt and -mno-mt.
48 * doc/as.texinfo: Document -mmt and -mno-mt options.
49 * doc/c-mips.texi: Likewise, and document ".set mt" and ".set nomt"
50 directives.
51
0110f2b8
PB
522005-09-06 Paul Brook <paul@codesourcery.com>
53
54 * config/tc-arm.c (arm_it): Add relax field.
55 (T16_32_TAB): Add addi, addis, add_pc, add_sp, dec_sp, inc_sp,
56 b, bcond, ldr_pc, ldr_pc2, ldr_sp, str_sp, subi, subis.
57 (do_t_add_sub, do_t_addr, do_t_branch, do_t_ldst,
58 do_t_mov_cmp): Allow relaxation.
59 (output_relax_insn): New function.
60 (put_thumb32_insn): New function.
61 (output_inst): Use new functions.
62 (md_assemble): Don't throw error on relaxable instructions.
63 (insns): Change "b" entry from TCE(...) to tCE(...).
64 (md_estimate_size_before_relax): Return 2.
65 (md_convert_frag, relax_immediate, relax_adr, relax_addsub,
66 relax_branch, arm_relax_frag): New functions.
67 (arm_force_relocation): Return 0 for Thumb-2 immediate operand
68 relocations.
69 * config/tc-arm.h (md_convert_frag): Remove definition.
70 (md_relax_frag): Define.
71 (arm_relax_frag): Add prototype.
72
9a64e435
PB
732005-09-02 Paul Brook <paul@codesourcery.com>
74
75 * config/tc-arm.c (do_rn_rd): Enforce SWP operand constraints.
76
8f06b2d8
PB
772005-09-02 Paul Brook <paul@codesourcery.com>
78
79 * config/tc-arm.c (encode_arm_cp_address): Use
80 BFD_RELOC_ARM_T32_CP_OFF_IMM in thumb mode.
81 (do_iwmmxt_wldstbh): Use BFD_RELOC_ARM_T32_CP_OFF_IMM_S2 in thumb
82 mode.
83 (md_assemble): Only allow coprocessor instructions when Thumb-2 is
84 available.
85 (cCE, cC3): Define.
86 (insns): Use them for coprocessor instructions.
87 (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM.
88 (get_thumb32_insn): New function.
89 (put_thumb32_insn): New function.
90 (md_apply_fix): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM and
91 BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
92
c4188bc9
PB
932005-09-02 Paul Brook <paul@codesourcery.com>
94
95 * config/tc-arm.c (opcode_lookup): Look for infix opcode when
96 incorrect suffix matches.
97
e9df6573
DU
982005-09-01 David Ung <davidu@mips.com>
99
100 * config/tc-mips.c (append_insn): Correctly handle mips16 case
101 when the frags are different for the 2 instructions we want to
102 swap. If the lengths of the 2 instructions are not the same, we
103 won't do the swap but emit an nop.
104
2a9a06c1
DD
1052005-09-01 Dmitry Diky <diwil@spec.ru>
106
107 * config/tc-msp430.c (msp430_operands): Emit dwarf2_emit_insn()
108 as appropriate. Change frag_variant() to frag_var() for relaxes.
109
61e192bf
NC
1102005-08-29 Nick Clifton <nickc@redhat.com>
111
112 * write.c (generic_force_reloc): Do not call S_FORCE_RELOC if
113 there is no symbol.
114
435acd52
JB
1152005-08-26 Jan Beulich <jbeulich@novell.com>
116
117 * config/tc-i386.c (intel_e09): Set JumpAbsolute when seeing a PTR-
118 qualified operand of a branch.
119 (intel_bracket_expr): Set JumpAbsolute here...
120 (intel_e11): ... rather than here.
121
c0524131
NC
1222005-08-26 Christian Groessler <chris@groessler.org>
123
124 * configure.tgt: Set bfd_gas also for z8k cpu.
125 * config/tc-z8k.c (s_segm): Use bfd_set_arch_mach to set machine
126 type.
127 (newfix): Adapt to bfd reloc types.
128 (build_bytes): Adapt to bfd reloc types. Ensure that enough space
129 is available in the current frag.
130 (md_convert_frag): Adapt function parameters.
131 (tc_gen_reloc): New function.
132 (md_section_align): Use bfd_get_section_alignment.
133 (md_apply_fix): Adapt to bfd reloc types. Fix handling of
134 BFD_RELOC_Z8K_IMM4L, BFD_RELOC_8, BFD_RELOC_16, and BFD_RELOC_32
135 relocations.
136 * config/tc-z8k.h (TARGET_ARCH): Define.
137 (tc_fix_adjustable): Define.
138
74cd071d
CF
1392005-08-25 Chao-ying Fu <fu@mips.com>
140
141 * config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
142 (mips_opts): Add -1 to initialize ase_dsp.
143 (file_ase_dsp): New variable for -mdsp.
144 (CPU_HAS_DSP): New define.
145 (validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
146 operand formats.
147 (mips_ip): Add min_range and max_range for checking singed numbers.
148 Check ase_dsp to enable DSP instructions.
149 Handle 3, 4, 5, 6, 7, 8, 9, 0, ', :, @ operand formats.
150 (OPTION_DSP, OPTION_NO_DSP): New define.
151 (OPTION_COMPAT_ARCH_BASE): Change because of inserting DSP define.
152 (md_parse_option): Parse OPTION_DSP and OPTION_NO_DSP.
153 (mips_after_parse_args): Set ase_dsp based on CPU.
154 (s_mipsset): Handle ".set dsp" and ".set nodsp".
155 (mips_elf_final_processing): Remind of adding new flag for DSP ASE.
156 (md_show_usage): Show usage of -mdsp and -mno-dsp.
157
ff324200
DU
1582005-08-23 David Ung <davidu@mips.com>
159
160 * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
161 cpu names.
162
ac805826
AM
1632005-08-23 Alan Modra <amodra@bigpond.net.au>
164
165 PR 1036
166 * config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.
167
478ec1e3
AM
1682005-08-23 Phil Edwards <phil@codesourcery.com>
169
170 * configure.tgt (*-*-vxworks): Match vxworks* instead.
171
4fa24527
JB
1722005-08-22 Jan Beulich <jbeulich@novell.com>
173
174 * config/tc-i386.c (object_64bit): New.
175 (i386_target_format): Initialize it.
176 (output_disp): Use object_64bit for relocation type determination.
177 (output_imm): Likewise.
178 (i386_validate_fix): Likewise.
179 (tc_gen_reloc): Likewise.
180 (lex_got): Likewise. Remove static mode_name. Change array size
181 of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
182 (x86_cons): Use object_64bit for deciding whether quad fields can
183 have relocations.
184
fefaa1aa
CG
1852005-08-18 Christian Groessler <chris@groessler.org>
186
187 * config/tc-h8300.h: Remove TC_RELOC_MANGLE/tc_reloc_mangle.
188 * config/tc-mcore.h: Likewise.
189 * config/tc-z8k.h: Likewise.
190 * config/tc-z8k.c: Likewise.
191 * config/tc-sh.h: Remove TC_RELOC_MANGLE and
192 sh_coff_reloc_mangle declaration.
193 * config/tc-sh.c: (md_apply_fix): Fix comment for case
194 BFD_RELOC_SH_USES.
195
32a3d256
KK
1962005-08-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
197
198 * config/tc-sh64.c (sh64_target_format): Check preset_target_arch
199 to confirm that no ISA is specified.
200
4111faa5
NC
2012005-08-18 Nick Clifton <nickc@redhat.com>
202
203 * write.c (relax_segment): Count the number of frags being
204 processed and use this to compute a maximum limit on the number of
205 iterations that will be allowed when attempting to relax the
206 segment.
207
11eec5fc
DS
2082005-08-17 Danny Smith <dannysmith@users.sourceforge.net>
209
210 * config/obj-coff.c (obj_coff_weak): Set auxiliary record
211 of NT weak externals to IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY.
212
23d36e92
AM
2132005-08-16 Alan Modra <amodra@bigpond.net.au>
214
215 * config/tc-ppc.c (ppc_set_cpu): Don't select 64-bit based on
216 default cpu.
217
3d388997
PB
2182005-08-15 Paul Brook <paul@codesourcery.com>
219
220 * config/tc-arm.c (do_t_mov_cmp): Fix encoding of i16-bit conditional
221 instructions.
222 (do_t_mvn_tst, do_t_neg, do_t_shift): Ditto.
223
36ae0db3
DJ
2242005-08-15 Daniel Jacobowitz <dan@codesourcery.com>
225
226 * config/tc-ppc.c (parse_cpu): Add -me300 support.
227 (md_show_usage): Likewise.
228 * doc/c-ppc.texi (PowerPC-Opts): Document it.
229
6c639ef9
MS
2302005-08-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
231
232 * config/tc-s390.c (md_parse_option): Add cpu type z9-109.
233 (md_gather_operands): Add support for optional operands.
234
77592908
DD
2352005-08-12 Dmitry Diky <diwil@spec.ru>
236 * config/tc-msp430.c (msp430_enable_relax): New flag.
237 (msp430_enable_polys): Likewise.
238 (OPTION_RELAX): New option.
239 (OPTION_POLYMORPHS): Likewise.
240 (md_longopts): New long options.
241 (md_show_usage): Updated.
242 (md_parse_option): Add new options handler.
243 (msp430_operands): Add check if polymorph insns are enabled.
244 (msp430_force_relocation_local): New function.
245 (md_apply_fix): Now delete relocs according to new flags combination.
246 (msp430_relax_frag): Convert long branches to short branches only if
247 flag msp430_enable_relax is set.
248 * config/tc-msp430.h (TC_FORCE_RELOCATION_LOCAL): Defined.
249 (msp430_force_relocation_local): Likewise.
250 * doc/c-msp430.texi: Describe new options.
251
e079bef8
ILT
2522005-08-11 Ian Lance Taylor <ian@airs.com>
253
254 * Makefile.am ($(srcdir)/make-gas.com): Remove target.
255 (stamp-mk.com): Likewise.
256 (EXTRA_DIST): Remove make-gas.com from list.
257 (MOSTLYCLEANFILES): Remove stamp-mk.com from list.
258 * Makefile.in: Regenerate.
259
4924bf8f
HPN
2602005-08-11 Hans-Peter Nilsson <hp@axis.com>
261
262 * subsegs.c (subseg_change): Move declaration of seginfo to before
263 first statement.
264
7be1c489
AM
2652005-08-11 Alan Modra <amodra@bigpond.net.au>
266
267 * README-vms: Delete.
268 * config-gas.com: Delete.
269 * makefile.vms: Delete.
270 * vmsconf.sh: Delete.
271 * config/atof-tahoe.c: Delete.
272 * config/m88k-opcode.h: Delete.
273 * config/obj-bout.c: Delete.
274 * config/obj-bout.h: Delete.
275 * config/obj-hp300.c: Delete.
276 * config/obj-hp300.h: Delete.
277 * config/tc-a29k.c: Delete.
278 * config/tc-a29k.h: Delete.
279 * config/tc-h8500.c: Delete.
280 * config/tc-h8500.h: Delete.
281 * config/tc-m88k.c: Delete.
282 * config/tc-m88k.h: Delete.
283 * config/tc-tahoe.c: Delete.
284 * config/tc-tahoe.h: Delete.
285 * config/tc-tic80.c: Delete.
286 * config/tc-tic80.h: Delete.
287 * config/tc-w65.c: Delete.
288 * config/tc-w65.h: Delete.
289 * config/te-aux.h: Delete.
290 * config/te-delt88.h: Delete.
291 * config/te-delta.h: Delete.
292 * config/te-dpx2.h: Delete.
293 * config/te-hp300.h: Delete.
294 * config/te-ic960.h: Delete.
295 * config/vms-a-conf.h: Delete.
296 * doc/c-a29k.texi: Delete.
297 * doc/c-h8500.texi: Delete.
298 * doc/c-m88k.texi: Delete.
299 * README: Remove obsolete examples, and list of supported targets.
300 * Makefile.am: Remove a29k, h8500, m88k, tahoe, tic80, w65,
301 bout and hp300 support.
302 (DEP_FLAGS): Don't define BFD_ASSEMBLER.
303 * configure.in: Remove --enable-bfd-assembler, need_bfd,
304 primary_bfd_gas.
305 * configure.tgt: Remove a29k, h8300-coff, h8500-*, i960 non-elf,
306 m68k non bfd, m88k, or32-coff, tic80-*, vax non-bfd, w65k-*, *-nindy.
307 * as.c: Remove all non-BFD_ASSEMBLER code, support for above targets.
308 * as.h: Likewise.
309 * dw2gencfi.c: Likewise.
310 * dwarf2dbg.c: Likewise.
311 * ehopt.c: Likewise.
312 * input-file.c: Likewise.
313 * listing.c: Likewise.
314 * literal.c: Likewise.
315 * messages.c: Likewise.
316 * obj.h: Likewise.
317 * output-file.c: Likewise.
318 * read.c: Likewise.
319 * stabs.c: Likewise.
320 * struc-symbol.h: Likewise.
321 * subsegs.c: Likewise.
322 * subsegs.h: Likewise.
323 * symbols.c: Likewise.
324 * symbols.h: Likewise.
325 * tc.h: Likewise.
326 * write.c: Likewise.
327 * write.h: Likewise.
328 * config/aout_gnu.h: Likewise.
329 * config/obj-aout.c: Likewise.
330 * config/obj-aout.h: Likewise.
331 * config/obj-coff.c: Likewise.
332 * config/obj-coff.h: Likewise.
333 * config/obj-evax.h: Likewise.
334 * config/obj-ieee.h: Likewise.
335 * config/tc-arm.c: Likewise.
336 * config/tc-arm.h: Likewise.
337 * config/tc-avr.c: Likewise.
338 * config/tc-avr.h: Likewise.
339 * config/tc-crx.h: Likewise.
340 * config/tc-d10v.h: Likewise.
341 * config/tc-d30v.h: Likewise.
342 * config/tc-dlx.h: Likewise.
343 * config/tc-fr30.h: Likewise.
344 * config/tc-frv.h: Likewise.
345 * config/tc-h8300.c: Likewise.
346 * config/tc-h8300.h: Likewise.
347 * config/tc-hppa.h: Likewise.
348 * config/tc-i370.h: Likewise.
349 * config/tc-i386.c: Likewise.
350 * config/tc-i386.h: Likewise.
351 * config/tc-i860.h: Likewise.
352 * config/tc-i960.c: Likewise.
353 * config/tc-i960.h: Likewise.
354 * config/tc-ip2k.h: Likewise.
355 * config/tc-iq2000.h: Likewise.
356 * config/tc-m32c.h: Likewise.
357 * config/tc-m32r.h: Likewise.
358 * config/tc-m68hc11.h: Likewise.
359 * config/tc-m68k.c: Likewise.
360 * config/tc-m68k.h: Likewise.
361 * config/tc-maxq.c: Likewise.
362 * config/tc-maxq.h: Likewise.
363 * config/tc-mcore.c: Likewise.
364 * config/tc-mcore.h: Likewise.
365 * config/tc-mn10200.h: Likewise.
366 * config/tc-mn10300.c: Likewise.
367 * config/tc-mn10300.h: Likewise.
368 * config/tc-ms1.h: Likewise.
369 * config/tc-msp430.c: Likewise.
370 * config/tc-msp430.h: Likewise.
371 * config/tc-ns32k.c: Likewise.
372 * config/tc-ns32k.h: Likewise.
373 * config/tc-openrisc.h: Likewise.
374 * config/tc-or32.c: Likewise.
375 * config/tc-or32.h: Likewise.
376 * config/tc-ppc.c: Likewise.
377 * config/tc-ppc.h: Likewise.
378 * config/tc-s390.h: Likewise.
379 * config/tc-sh.c: Likewise.
380 * config/tc-sh.h: Likewise.
381 * config/tc-sparc.c: Likewise.
382 * config/tc-tic30.c: Likewise.
383 * config/tc-tic30.h: Likewise.
384 * config/tc-tic4x.c: Likewise.
385 * config/tc-tic4x.h: Likewise.
386 * config/tc-tic54x.c: Likewise.
387 * config/tc-tic54x.h: Likewise.
388 * config/tc-v850.h: Likewise.
389 * config/tc-vax.c: Likewise.
390 * config/tc-vax.h: Likewise.
391 * config/tc-xstormy16.h: Likewise.
392 * config/tc-xtensa.h: Likewise.
393 * config/tc-z8k.c: Likewise.
394 * config/tc-z8k.h: Likewise.
395 * config/vms-a-conf.h
396 * doc/Makefile.am: Likewise.
397 * doc/all.texi: Likewise.
398 * doc/as.texinfo: Likewise.
829c3ed3 399 * doc/internals.texi: Likewise.
7be1c489
AM
400 * doc/Makefile.in: Regenerate.
401 * Makefile.in: Regenerate.
402 * configure: Regenerate.
403 * config.in: Regenerate.
404 * po/POTFILES.in: Regenerate.
405
2f6178c1
NC
4062005-08-09 Nick Clifton <nickc@redhat.com>
407
408 PR 1070
409 * macro.c (getstring): Do not treat round parentheses exactly the
410 same as angle brackets - the parentheses need to be preserved and
411 passed on to the macro processing code.
412
44c86e8c
NC
4132005-08-08 Nick Clifton <nickc@redhat.com>
414
415 * config/tc-msp430.c (MSP430_ISA_21): Define.
416 (mcu_types): Add entries for msp430x21xx variants.
417
df40eaf9
NC
4182005-08-08 Nick Clifton <nickc@redhat.com>
419
420 PR 1070
421 * macro.c (getstring): Treat round parentheses in the same way as
422 angle brackets.
423 (get_any_string): Likewise.
424
5a14ab23
L
4252005-08-07 H.J. Lu <hongjiu.lu@intel.com>
426
427 PR gas/1118
428 * as.c (parse_args): Handle -al=<FILE>.
429
47837f8e
NC
4302005-08-07 Nick Clifton <nickc@redhat.com>
431
432 * read.c (s_app_line): Accept a line number of 0 for compatibility
433 with gcc's output for assembler-with-cpp files.
434
e27ec89e
PB
4352005-08-05 Paul Brook <paul@codesourcery.com>
436
437 * config/tc-arm.c (current_it_mask, current_cc): New variables.
438 (do_t_add_sub): Use correct encodings inside IT block.
439 (do_t_arit3c): Ditto.
440 (do_t_it): Simplify logic. Set current_it_mask and current_cc.
441 (md_assemble): Verify conditional suffixes agains IT blocks.
442
9c3c69f2
PB
4432005-08-05 Paul Brook <paul@codesourcery.com>
444
445 * config/tc-arm.c (encode_thumb32_immediate): Only accept shifted
446 constants.
447 (encode_thumb32_shifted_operand): Prohibit register shifts.
448 (encode_thumb32_addr_mode): Fix typo.
449 (insns): Correct thumb2 ldm and stm opcodes.
450
f2184508
NC
4512005-08-02 Khem Raj <kraj@mvista.com>
452
453 * config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for
454 WLDRD/WSTRD instruction.
455
4e6935a6
AM
4562005-08-02 Alan Modra <amodra@bigpond.net.au>
457
458 * config/tc-ppc.c (md_apply_fix <ELF>): Don't warn on overflow
459 if emitting a reloc.
460
8a06b769
TS
4612005-07-29 Thiemo Seufer <ths@networkno.de>
462
463 * config/tc-mips.c (s_mips_globl): Allow multiple symbols per .globl.
464
e9f89963
PB
4652005-07-29 Paul Brook <paul@codesourcery.com>
466
467 * config/tc-arm.c (T16_32_TAB): Add "addr". Fix encoding of push and
468 pop.
469 (do_t_addr): Implement 32-bit variant.
470 (do_t_push_pop): Make some errors warnings. Handle single register
471 32-bit case.
472 (insns): Use tCE for adr.
473 (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_ADD_PC12.
474 (md_apply_fix): Ditto.
475
92e90b6e
PB
4762005-07-29 Paul Brook <paul@codesourcery.com>
477
478 * config/tc-arm.c (parse_tb): New function.
479 (enum operand_parse_code): Add OP_TB.
480 (parse_operands): Handle OP_TB.
481 (do_t_add_sub_w, do_t_tb): New functions.
482 (insns): Add entries for addw, subw, tbb and tbh.
483 (md_apply_fix): Handle BFD_RELOC_ARM_T32_IMM12.
484
0a7b9ba6
NC
4852005-07-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
486
487 * config/tc-m32r.c (m32r_check_fixup): Fixed X_op check.
488
17d4e2a2
L
4892007-07-27 H.J. Lu <hongjiu.lu@intel.com>
490
491 * config/tc-i386.c (handle_large_common): Declare only for ELF.
492
ba825241
JB
4932005-07-27 Jan Beulich <jbeulich@novell.com>
494
495 * config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned
496 int.
497 (unw_p_record): Remove unused/redundant fields imask and rmask.
498 Combine spoff and pspoff into a union. Combine gr and br into a
499 union. Change type of grmask and brmask to unsigned char. Change type
500 of frmask to unsigned int.
501 (unw_x_record): Combine spoff, pspoff, and treg into a union.
502 * config/tc-ia64.c (unwind): New field 'pending_saves'.
503 (check_pending_save): New.
504 (alloc_record): Clear out entire record.
505 (output_psp_gr): Use renamed structure fields.
506 (output_psp_sprel): Likewise.
507 (output_rp_gr): Likewise.
508 (output_rp_br): Likewise.
509 (output_rp_psprel): Likewise.
510 (output_rp_sprel): Likewise.
511 (output_pfs_gr): Likewise.
512 (output_pfs_psprel): Likewise.
513 (output_pfs_sprel): Likewise.
514 (output_preds_gr): Likewise.
515 (output_preds_psprel): Likewise.
516 (output_preds_sprel): Likewise.
517 (output_spill_base): Likewise.
518 (output_unat_gr): Likewise.
519 (output_unat_psprel): Likewise.
520 (output_unat_sprel): Likewise.
521 (output_lc_gr): Likewise.
522 (output_lc_psprel): Likewise.
523 (output_lc_sprel): Likewise.
524 (output_fpsr_gr): Likewise.
525 (output_fpsr_psprel): Likewise.
526 (output_fpsr_sprel): Likewise.
527 (output_priunat_gr): Likewise.
528 (output_priunat_psprel): Likewise.
529 (output_priunat_sprel): Likewise.
530 (output_bsp_gr): Likewise.
531 (output_bsp_psprel): Likewise.
532 (output_bsp_sprel): Likewise.
533 (output_bspstore_gr): Likewise.
534 (output_bspstore_psprel): Likewise.
535 (output_bspstore_sprel): Likewise.
536 (output_rnat_gr): Likewise.
537 (output_rnat_psprel): Likewise.
538 (output_rnat_sprel): Likewise.
539 (output_spill_psprel): Likewise.
540 (output_spill_sprel): Likewise.
541 (output_spill_reg): Likewise.
542 (output_fr_mem): Likewise. Allocate one unwind record per set mask
543 bit.
544 (output_frgr_mem): Likewise.
545 (output_gr_mem): Likewise.
546 (output_br_mem): Likewise.
547 (output_gr_gr): Likewise.
548 (output_br_gr): Likewise.
549 (fixup_unw_records): Likewise.
550 (process_one_record): Use renamed structure fields. For gr_gr and
551 br_gr, collect mask from chain of records before output.
552 (in_prologue): Simplify and eliminate early returns. Call
553 check_pending_save.
554 (in_body): Simplify and eliminate early returns.
555 (dot_body): Call check_pending_save.
556 (md_assemble): Update comment. Deal with pending saves.
557
9cd96992
JB
5582005-07-26 Jan Beulich <jbeulich@novell.com>
559
560 * config/tc-i386.c (optimize_imm): Calculate candidate immediates
561 mask from guessed suffix, but mask out other immediate types only
562 if at least on candidate is valid for the insn.
563
fd54057a
DD
5642005-07-25 DJ Delorie <dj@redhat.com>
565
566 * config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands.
567 Support %mod() modifiers from opcodes.
568 * doc/c-m32c.texi (M32C-Modifiers): New section.
569
3b22753a
L
5702005-07-25 Jan Hubicka <jh@suse.cz>
571 H.J. Lu <hongjiu.lu@intel.com>
572
573 * config/obj-elf.c: Include "elf/x86-64.h" if TC_I386 is
574 defined.
575 (elf_com_section_ptr): New.
576 (elf_begin): Set elf_com_section_ptr to bfd_com_section_ptr.
577 (elf_common_parse): Make it global. Use elf_com_section_ptr
578 instead of bfd_com_section_ptr.
579 (obj_elf_change_section): Handle x86-64 large bss sections.
580
581 * config/obj-elf.h (elf_com_section_ptr): New.
582 (elf_common_parse): New.
583
584 * config/tc-i386.c (handle_large_common): New.
585 (md_pseudo_table): Add "largecomm".
586 (x86_64_section_letter): New.
587 (x86_64_section_word): New.
588
589 * config/tc-i386.h (x86_64_section_word): New.
590 (x86_64_section_letter): New.
591 (md_elf_section_letter): New. Defined.
592 (md_elf_section_word): Likewise.
593
9f971fcb
NC
5942005-07-21 Ralf Corsepius <ralf.corsepius@rtems.org>
595
596 * configure.tgt: Remove i386-*-rtemself*.
597 Remove sparc-*-rtemself*.
598
240a3425
BE
5992005-07-21 Ben Elliston <bje@gnu.org>
600
601 * config/tc-m68k.h: Remove TE_LYNX conditional code.
602
c160f130
PB
6032005-07-21 Paul Brook <paul@codesourcery.com>
604
605 * config/tc-arm.c (encode_thumb32_addr_mode): Don't set
606 inst.reloc.pc_rel.
607
a9bfff94
NC
6082005-07-20 Tavis Ormandy <taviso@gentoo.org>
609
610 * messages.c: Use vsnprintf instead of vsprintf.
611
157e7bd1
NC
6122005-07-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
613
614 * config/tc-m32r.c (tc_gen_reloc): Check BFD_RELOC_32_PCREL and
615 BFD_RELOC_16_PCREL to Support R_M32R_REL32.
616
85da3a56
NC
6172005-07-18 Nick Clifton <nickc@redhat.com>
618
619 * configure.tgt: Restore alpha ordering to list of arches.
620
71e17562
DA
6212005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
622
623 * tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.
624
718ddfc0
JB
6252005-07-18 Jan Beulich <jbeulich@novell.com>
626
627 * config/tc-i386.c (md_begin): Use IS_ELF.
628 (tc_i386_fix_adjustable): Likewise.
629 (md_estimate_size_before_relax): Likewise.
630 (md_apply_fix): Likewise.
631 (i386_target_format): Likewise.
632 (lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF.
633 (i386_immediate): Remove #ifdef LEX_AT.
634 (i386_displacement): Likewise.
635 * config/tc-i386.h (x86_cons): Prototype only when ELF and when not
636 LEX_AT.
637
3956db08
JB
6382005-07-18 Jan Beulich <jbeulich@novell.com>
639
640 * config/tc-i386.c (reloc): Convert to ISO C90. Change first
641 parameter to unsigned. Parameter sign now is tristate - zero/
642 positive mean unsigned/signed, negative means signedness doesn't
643 matter. Check field size,
644 signedness, and pcrel-ness are in agreement between relocated field
645 and relocation type. Adjust diagnostics.
646 (optimize_imm): And type mask of operand instead of overwriting it.
647 (lex_got): Convert to ISO C90. Add third parameter. Add new field to
648 local structure and initialize gotrel accordingly. Pass caller as
649 mask of types that the operator can match.
650 (x86_cons_fix_new): Let reloc know that signedness of relocation
651 doesn't matter.
652 (x86_pe_cons_fix_new): Likewise.
653 (x86_cons): Pass additional argument to lex_got.
654 (i386_immediate): New local variable 'types'. Pass its address as
655 additional argument to lex_got. Mask out operand types not supported
656 befoe returning.
657 (i386_displacement): Likewise. Set bigdisp to all types supported in
658 64-bit mode, combining the previously split initialization.
659
2dd88dca
JB
6602005-07-18 Jan Beulich <jbeulich@novell.com>
661
662 * config/tc-i386.c (parse_insn): Reject prefix if unavailable in
663 current mode.
664
8126167b
DA
6652005-07-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
666
667 * config/tc-hppa.c (pa_ip): Search entire mnemonic before considering
668 promoted match.
669
0f82ff91
AM
6702005-07-16 Alan Modra <amodra@bigpond.net.au>
671
672 * Makefile.am: Run "make dep-am".
673 * Makefile.in: Regenerate.
674
90700ea2
L
6752007-07-15 H.J. Lu <hongjiu.lu@intel.com>
676
677 * gas/config/tc-i386.h (CpuVMX): New.
678 (CpuUnknownFlags): Add CpuVMX.
679
49f58d10
JB
6802005-07-14 Jim Blandy <jimb@redhat.com>
681
682 Add support for the Renesas M32C.
683 * Makefile.am (CPU_TYPES): List m32c.
684 (TARGET_CPU_CFILES): List config/tc-m32c.c.
685 (TARGET_CPU_HFILES): List config/tc-m32c.h.
686 * configure.in: Add case for m32c.
687 * configure.tgt: Add cases for m32c and m32c-*-elf.
688 * configure: Regenerated.
689 * config/tc-m32c.c, config/tc-m32c.h: New files.
690 * doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
691 * doc/Makefile.in: Regenerated.
692 * doc/all.texi: Set M32C.
693 * doc/as.texinfo: Add text for the M32C-specific options and line
694 comment characters, and refer to c-m32c.texi.
695 * doc/c-m32c.texi: New file.
696
6c5cf62c
NC
6972005-07-14 Nick Clifton <nickc@redhat.com>
698
699 PR 1069
700 * config/tc-crx.c (reset_vars): Use strncpy to prevent overflowing
701 the ins_parse buffer.
702
14c194bb
NC
7032005-07-10 Ralf Corsepius <ralf.corsepius@rtems.org>
704
705 * configure.tgt: Remove a29k-*-rtems*, hppa*-*-rtems*,i386-go32-rtems*,
706 i386-*-rtemscoff*, sparc-*-rtemsaout*.
707
28a9d8f5
L
7082005-07-10 H.J. Lu <hongjiu.lu@intel.com>
709
710 * config/tc-i386.c (optimize_disp): Optimize signed 32bit
711 displacements.
712
b4f261e0
BE
7132005-07-08 Ben Elliston <bje@au.ibm.com>
714
715 * frags.h: Remove ANSI_PROTOTYPES conditional code.
716 * config/obj-elf.h: Likewise.
717 * config/tc-h8300.h: Likewise.
718 * config/tc-h8500.h: Likewise.
719 * config/tc-i370.h: Likewise.
720 * config/tc-i386.h: Likewise.
721 * config/tc-m68hc11.h: Likewise.
722 * config/tc-m68k.h: Likewise.
723 * config/tc-ppc.h: Likewise.
724 * config/tc-s390.h: Likewise.
725 * config/tc-sh.h: Likewise.
726 * config/tc-sparc.h: Likewise.
727 * config/tc-tic30.c: Likewise.
728 * config/tc-w65.h: Likewise.
729 * config/tc-xtensa.h: Likewise.
730
d8b19f1a
HPN
7312005-07-08 Hans-Peter Nilsson <hp@axis.com>
732
733 PR gas/1049
734 * config/tc-cris.h (MD_APPLY_SYM_VALUE): Define.
735
0fd3a477
JW
7362005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
737
738 * config/tc-tic30.c (debug): Add format attribute. Fix format
739 bugs.
740
bf50992e
L
7412005-07-06 H.J. Lu <hongjiu.lu@intel.com>
742
743 * config/tc-i386.c (cpu_arch): Add sse3.
744
745 * config/tc-i386.h (CpuSSE3): Renamed from ...
746 (CpuPNI): This. Defined as CpuSSE3.
747
748 * doc/c-i386.texi: Document .sse3.
749
5d5e6db9
JB
7502005-07-06 Jan Beulich <jbeulich@novell.com>
751
752 * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
753
3ec2b351
NC
7542005-07-05 Nick Clifton <nickc@redhat.com>
755
756 * config/tc-pdp11.c (md_apply_fix): Cast first argument to
757 md_chars_to_numbers to an unsigned pointer in order to avoid a
758 compile time warning.
759
9d8504b1
PB
7602005-07-05 Paul Brook <paul@codesourcery.com>
761
762 * config/tc-ppc.c (ppc_target_format): Add VxWorks.
763
a0defb2e
AH
7642005-07-05 Aldy Hernandez <aldyh@redhat.com>
765
766 * config/tc-ms1.c: New.
767 * config/tc-ms1.h: New.
768 * testsuite/gas/ms1/allinsn.d: New.
769 * testsuite/gas/ms1/allinsn.s: New.
770 * testsuite/gas/ms1/badinsn.s: New.
771 * testsuite/gas/ms1/badinsn1.s: New.
772 * testsuite/gas/ms1/badoffsethigh.s: New.
773 * testsuite/gas/ms1/badoffsetlow.s: New.
774 * testsuite/gas/ms1/badorder.s: New.
775 * testsuite/gas/ms1/badreg.s: New.
776 * testsuite/gas/ms1/badsignedimmhigh.s: New.
777 * testsuite/gas/ms1/badsignedimmlow.s: New.
778 * testsuite/gas/ms1/badsyntax.s: New.
779 * testsuite/gas/ms1/badsyntax1.s: New.
780 * testsuite/gas/ms1/badunsignedimmhigh.s: New.
781 * testsuite/gas/ms1/badunsignedimmlow.s: New.
782 * testsuite/gas/ms1/errors.exp: New.
783 * testsuite/gas/ms1/ldst.s: New.
784 * testsuite/gas/ms1/misc.d: New.
785 * testsuite/gas/ms1/misc.s: New.
786 * testsuite/gas/ms1/ms1-16-003.d: New.
787 * testsuite/gas/ms1/ms1-16-003.s: New.
788 * testsuite/gas/ms1/ms1.exp: New.
789 * testsuite/gas/ms1/msys.d: New.
790 * testsuite/gas/ms1/msys.s: New.
791 * testsuite/gas/ms1/relocs.d: New.
792 * testsuite/gas/ms1/relocs.exp: New.
793 * testsuite/gas/ms1/relocs1.s: New.
794 * testsuite/gas/ms1/relocs2.s: New.
795
30123838
JB
7962005-07-05 Jan Beulich <jbeulich@novell.com>
797
798 * config/tc-i386.h (CpuSVME): New.
799 (CpuUnknownFlags): Include CpuSVME.
800 * config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron
801 as alias of sledgehammer.
802 (md_assemble): Include invlpga in the check for insns with two source
803 operands.
804 (process_operands): Include SVME insns in the check for ignored
805 segment overrides. Adjust diagnostic.
806 (i386_index_check): Special-case SVME insns with memory operands.
807
ca3f61f7
NC
8082005-07-04 Khem Raj <kraj@mvista.com>
809 Nick Clifton <nickc@redhat.com>
810
811 * tc-arm.c (struct arm_it): Make operands.imm signed to match its
812 use an immediate value.
813 (parse_vfp_reg_list): Make the 2nd parameter an unsigned pointer
814 since the register field of the operands structure is unsigned.
815 (s_arm_unwind_save_vfp): Make "reg" unsigned.
816 (parse_operands): Make the 2ns parameter an unsigned pointer to
817 match its use.
818 (do_ldrd): When using the imm field of the operands structure as a
819 second register field, treat it as unsigned.
820
551b43fd
AM
8212005-07-04 Alan Modra <amodra@bigpond.net.au>
822
823 PR 1004
824 * config/obj-elf.c (obj_elf_change_section): Use backend
825 get_sec_type_attr.
826
e4e8248d
JB
8272005-07-01 Jan Beulich <jbeulich@novell.com>
828
829 * config/tc-ia64.c (line_separator_chars): Add '{' and '}'.
830 (output_spill_psprel, output_spill_psprel_p): Combine.
831 (output_spill_sprel, output_spill_sprel_p): Combine.
832 (output_spill_reg, output_spill_regp_p): Combine.
833 (process_one_record): Handle psp_psprel.
834 (parse_predicate_and_operand): New.
835 (convert_expr_to_ab_reg): Two new parameters. Return void. Always
836 initialize output values. Emit diagnostic case here.
837 (convert_expr_to_xy_reg): Likewise. Don't allow r0, f0, and f1.
838 (add_unwind_entry): New second parameter. Allow first parameter to
839 be NULL. Parse optional tag, emit warning about further support for
840 it otherwise being missing. Check end-of-line when requested.
841 (dot_fframe): Clear operand when wrong. Allow tag.
842 (dot_vframe): Likewise.
843 (dot_vframesp): Likewise. Rename parameter, issue warning when psp
844 relative.
845 (dot_vframepsp): Remove.
846 (dot_altrp): Clear operand when wrong. Allow tag.
847 (dot_save): Likewise. Let default case also go through
848 add_unwind_entry.
849 (dot_savemem): Likewise.
850 (dot_restore): Don't return when wrong operand. Allow tag.
851 (dot_spillreg, dot_spillreg_p): Combine. Simplify by using
852 parse_predicate_and_operand and the new arguments to
853 convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
854 when wrong operand. Allow tag.
855 (dot_restorereg, dot_restorereg_p): Likewise.
856 (dot_spillmem, dot_spillmem_p): Likewise.
857 (dot_saveg): Clear operand when wrong. Perform tighter operand
858 checks. Allow tag.
859 (dot_savef): Likewise.
860 (dot_saveb): Likewise.
861 (dot_savegf): Likewise.
862 (dot_spill): Remove end-of-line check. Combine. Simplify by using
863 parse_predicate_and_operand and the new arguments to
864 convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
865 when wrong operand. Allow tag.
866 (popcount): New.
867 (dot_label_state): Don't return when wrong operand.
868 (dot_copy_state): Likewise.
869 (dot_unwabi): Likewise. Check if in prologue.
870 (dot_body): Don't call demand_empty_rest_of_line.
871 (dot_prologue): Type of mask and grsave is unsigned. Perform tighter
872 operand checks.
873 (md_pseudo_table): Also use dot_restorereg for .restorereg.p. Also
874 use dot_spillreg for .spillreg.p. Also use dot_spillmem for
875 .spillpsp.p and .spillsp.p. Also use dot_vframesp for .vframepsp.
876 (parse_operand): New second parameter. Don't deal with '}' here
877 anymore. Don't advance past end-of-line.
878 (parse_operands): Pass second argument to parse_operand.
879 (ia64_start_line): Prevent out-of-bounds access through
880 input_line_pointer. Deal with '}' here.
881 (ia64_unrecognized_line): Don't deal with '}' here.
882 (dot_alias): Use ignore_rest_of_line not its deprecated alias
883 discard_rest_of_line.
884
2fc8bdac
ZW
8852005-06-30 Zack Weinberg <zack@codesourcery.com>
886
887 * config/tc-arm.c (T_OPCODE_BRANCH, encode_arm_addr_mode_2)
888 (encode_arm_addr_mode_3, encode_arm_cp_address, do_blx, do_t_blx)
889 (do_t_branch, insns [b, bl]): Don't encode pipeline offset.
0d828caf 890 (do_branch): Always set inst.reloc.pc_rel.
2fc8bdac
ZW
891 (s_arm_elf_cons): Disallow use of (plt) suffix.
892 (do_adrl): Adjust X_add_number unconditionally.
893 (md_pcrel_from): Rename md_pcrel_from_section, add second segT
894 argument. Handle all adjustment for pipeline offset here.
895 (md_apply_fix): No need to undo work of md_pcrel_from. No
896 need to extract pre-encoded pipeline adjustments from various
897 branch instructions. Generally, assume instructions are already
898 all-bits-zero in the field being fixed up. Remove all OBJ_ELF
899 special cases. Handle BFD_RELOC_ARM_PLT32 like
900 BFD_RELOC_ARM_PCREL_BRANCH.
901 (tc_gen_reloc): Remove OBJ_ELF special case.
902 * config/tc-arm.c: Define MD_PCREL_FROM_SECTION.
903
b753922c
BE
9042005-06-30 Ben Elliston <bje@gnu.org>
905
906 * Makefile.am (check-DEJAGNU): Don't search for expect.
907 * Makefile.in: Regenerate.
908
c3298874
BE
9092005-06-30 Ben Elliston <bje@gnu.org>
910
911 * Makefile.am (EXPECT): Set to expect.
912 (RUNTEST): Likewise, set to runtest.
913 * Makefile.in: Regenerate.
914
8f738565
BE
9152005-06-23 Ben Elliston <bje@gnu.org>
916
917 * config/m68k-parse.h: Use ISO C90.
918 * config/m68k-parse.y: Likewise.
919 * config/tc-m68k.h: Likewise.
920
b300c311
L
9212005-06-20 H.J. Lu <hongjiu.lu@intel.com>
922
923 PR 1013
924 * config/tc-i386.c (md_assemble): Don't call optimize_disp on
925 movabs.
926 (optimize_disp): Optimize only if possible. Don't use 64bit
927 displacement on non-constants and do same on constants if
928 possible.
929
d6ab8113
JB
9302005-06-17 Jan Beulich <jbeulich@novell.com>
931
932 * config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL.
933 (tc_i386_fix_adjustable): Include BFD_RELOC_X86_64_GOTOFF64,
934 BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64.
935 (output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
936 and BFD_RELOC_32_PCREL. Use BFD_RELOC_X86_64_GOTPC32 instead of
937 aborting.
938 (output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
939 Use BFD_RELOC_X86_64_GOTPC32 instead of aborting.
940 (tc_gen_reloc): Do GOTPC conversion also for BFD_RELOC_32_PCREL.
941 Use BFD_RELOC_X86_64_GOTPC32 instead of aborting. Also handle
942 BFD_RELOC_X86_64_GOTOFF64, BFD_RELOC_X86_64_GOTPC32,
943 BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64. Also
944 convert 8-byte pc-relative relocations.
945 (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
946 (i386_validate_fix): Likewise.
947 (x86_cons): Also handle quad values in 64-bit mode.
948 (i386_displacement): Also handle BFD_RELOC_X86_64_GOTOFF64.
949 (md_apply_fix): Include BFD_RELOC_X86_64_DTPOFF64 and
950 BFD_RELOC_X86_64_TPOFF64 in the TLS check. Also convert BFD_RELOC_64
951 to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
952
37f6032b
ZW
9532005-06-13 Zack Weinberg <zack@codesourcery.com>
954
955 * config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
956 symbolP as well as for names with a leading dot. Use ACONCAT.
957 (md_apply_fix): For branch relocations, only replace value
958 with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
959 (arm_force_relocation): Remove #ifdef OBJ_ELF case.
960 * config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
961 (LOCAL_LABEL_PREFIX): Don't define.
962
6bdb6dec
AM
9632005-06-10 Alan Modra <amodra@bigpond.net.au>
964
965 * config/tc-hppa.c (pa_block): Allocate just one byte for the
966 fill pattern.
967
4dddc1d1
JW
9682005-06-08 James E Wilson <wilson@specifixinc.com>
969
970 PR 994
971 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
972 is NULL, then emit a warning, and return the current index.
973
03b13e59
NC
9742005-06-08 Tomas Hurka <tom@hukatronic.cz>
975
6bdb6dec 976 PR 991
03b13e59
NC
977 * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
978 temporary copy of the operands array so that changes can be safely
979 backed out if the insn does not match.
980 (m68k_compare_opcode): Shortcut the test when the parameters are
981 the same. Return 1 if the names match but the second opcode is
982 further on in the array than the first.
983
985d9490
NC
9842005-06-08 Nick Clifton <nickc@redhat.com>
985
986 PR 994
987 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
988
6858915a
NC
9892005-06-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
990
991 * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
992
047af9ef
AH
9932005-06-07 Aldy Hernandez <aldyh@redhat.com>
994 Michael Snyder <msnyder@redhat.com>
995 Stan Cox <scox@redhat.com>
996
997 * configure.in: Add ms1 case.
998
999 * configure: Regenerate.
1000
1001 * configure.tgt: Add ms1 case.
1002
0bf60745
BW
10032005-06-07 Bob Wilson <bob.wilson@acm.org>
1004
1005 * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
1006 * config/tc-xtensa.c (new_resource_table): Likewise.
1007 (resize_resource_table): Likewise.
1008 (release_resources): Fix assertion for unsigned values.
1009
55cf6793
ZW
10102005-06-07 Zack Weinberg <zack@codesourcery.com>
1011
1012 * cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
1013 * config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
1014 * config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
1015 * config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
1016 * config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
1017 * config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
1018 * config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
1019 * config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
1020 * config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
1021 * config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
1022 * config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
1023 * config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
1024 * config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
1025 * config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
1026 * config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
1027 * config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
1028 * config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
1029 * config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
1030 * config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
1031 * config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
1032 * config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
1033 * config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
1034 * config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
1035 * config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
1036 * config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
1037 * config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
1038 * config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
1039 * config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
1040 * config/tc-xtensa.c, config/tc-z8k.c:
1041 Replace all instances of the string "_apply_fix3" with
1042 "_apply_fix".
1043 * po/POTFILES.in, po/gas.pot: Regenerate.
1044
620c54b3
AM
10452005-06-08 Alan Modra <amodra@bigpond.net.au>
1046
1047 * Makefile.am: Run "make dep-am".
1048 (POTFILES): Remove GAS_CFILES.
1049 * Makefile.in: Regenerate.
1050
32b26a03
MR
10512005-06-07 David Ung <davidu@mips.com>
1052
1053 * config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
1054 24kc, 24kf and 24kfx under MIPS32 release 2.
1055
6a86118a
NC
10562005-06-04 Nick Clifton <nickc@redhat.com>
1057
1058 * config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
1059 to their Thumb-enabled equivalents.
1060
20e1fcfd
MR
10612005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
1062
1063 * config/tc-mips.c (load_register): Add leading "0x" to the
1064 output of sprintf_vma().
1065 (macro): Likewise.
1066
1887dd22
NC
10672005-06-01 Nick Clifton <nickc@redhat.com>
1068
1069 * config/tc-arm.c (TxCE, TxC3, TxCM, TUE, TUF): Remove redundant
1070 test for the presence of thumb version of the parsing functions
1071 since they must always exist and the test generates a compile time
1072 warning message.
1073
04fe8f58
RH
10742005-05-31 Richard Henderson <rth@redhat.com>
1075
1076 * config/tc-alpha.c (O_lituse_jsrdirect): New.
1077 (alpha_reloc_op): Add it.
1078 (debug_exp): Handle it.
1079 (DUMMY_RELOC_LITUSE_JSRDIRECT): New.
1080 (emit_insn): Handle it.
1081 * doc/c-alpha.texi (Alpha-Relocs): Document lituse_jsrdirect.
1082
988392e2
CG
10832005-05-31 Christian Groessler <chris@groessler.org>
1084
1085 * write.c (dump_section_relocs): Convert to ISO-C.
1086 (write_relocs): Avoid signed/unsigned and fprintf argument
1087 warnings in debug code.
1088
adbaf948
ZW
10892005-05-26 Zack Weinberg <zack@codesourcery.com>
1090
1091 * config/tc-arm.h (TC_FIX_TYPE): Change to int.
1092 (TC_INIT_FIX_DATA): Initialize to 0, not NULL.
1093 * config/tc-arm.c (fix_new_arm): Remove now-unnecessary cast.
1094 (md_apply_fix3): Delete fix_is_thumb variable; refer to
1095 fixP->tc_fix_data directly in the sole place it was used.
1096 Explicitly truncate value, *valP, fixP->fx_addnumber, and
1097 fixP->fx_offset to 32 bits, for consistent behavior between 32-
1098 and 64-bit hosts.
1099
5656b6b8
JB
11002005-05-27 Jan Beulich <jbeulich@novell.com>
1101
1102 * config/tc-ia64.c (struct proc_pending): New.
1103 (unwind): Replace proc_start with proc_pending.
1104 (unwind_diagnostic): Check unwind.proc_pending.sym.
1105 (dot_proc): Replace unwind.proc_start with unwind.proc_pending.sym.
1106 Check if previous proc not closed. Record all entry points.
1107 (dot_endp): Replace unwind.proc_start with unwind.proc_pending.sym.
1108 Set symbol sizes for entry points recorded in dot_proc. Check
1109 arguments for consistency with respective .proc's.
1110 (md_assemble): Replace unwind.proc_start with
1111 unwind.proc_pending.sym.
1112
75214fb0
JB
11132005-05-27 Jan Beulich <jbeulich@novell.com>
1114
1115 * config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,
1116 and last_ptr. Check all in-use slots for first one with non-NULL
1117 unwind_record. Don't reload end_ptr before second update round.
1118
7c06efaa
JW
11192005-05-26 James E Wilson <wilson@specifixinc.com>
1120
1121 * config/tc-ia64.c (extra_goodness): Update comment.
1122 (md_begin): Add debugging code to print best_template table.
1123
286cee81
JB
11242005-05-25 Jan Beulich <jbeulich@novell.com>
1125
1126 * config/tc-ia64.c (md_begin): Don't try to match slot 2 of an MLX
1127 template.
1128
30ad6cb9
JB
11292005-05-25 Jan Beulich <jbeulich@novell.com>
1130
1131 * config/tc-ia64.c (ia64_gen_real_reloc_type): Also handle
1132 BFD_RELOC_UNUSED when determining the width of the reloc.
1133
6baf2b51
JB
11342005-05-25 Jan Beulich <jbeulich@novell.com>
1135
1136 * config/tc-ia64.c (dot_endp): Clear out all three pointers in unwind
1137 section entry.
1138
fa30c84f
JB
11392005-05-25 Jan Beulich <jbeulich@novell.com>
1140
1141 * config/tc-ia64.c (dot_radix): Rewrite.
1142
1055c30c
JB
11432005-05-25 Jan Beulich <jbeulich@novell.com>
1144
1145 * config/tc-ia64.c (struct unw_rec_list): Remove next_slot_number
1146 and next_slot_frag.
1147 (alloc_record): Remove references to next_slot_number and
1148 next_slot_frag.
1149 (emit_one_bundle): Likewise.
1150
45d18c80
NC
11512005-05-22 Nick Clifton <nickc@redhat.com>
1152
1153 * config/tc-v850.c (md_apply_fix3): Pass the address of the
1154 message buffer when invoking the insert function.
1155
9f45e54b
DA
11562005-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1157
1158 * config/tc-hppa.c (pa_ip): Promote architecture from PA 1.0 to 1.1
1159 only if an instruction match is found.
1160
47e70edb
BW
11612005-05-20 Bob Wilson <bob.wilson@acm.org>
1162
1163 * config/tc-xtensa.c (xg_assemble_vliw_tokens): Change subtraction
1164 to addition in argument to xtensa_dwarf2_emit_insn.
1165
e3e71e27
ZW
11662005-05-19 Zack Weinberg <zack@codesourcery.com>
1167
1168 * Makefile.am: Have 'all' depend on 'info'.
1169 * Makefile.in: Regenerate.
1170
c744ecf2
AM
11712005-05-19 Alan Modra <amodra@bigpond.net.au>
1172
1173 * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
1174
b0648eec
AM
11752005-05-19 Anton Blanchard <anton@samba.org>
1176
1177 * config/tc-ppc.c (parse_cpu): Handle "-mpower5".
1178 (md_show_usage): Document it.
1179 (ppc_setup_opcodes): Insert POWER5 mnemonics.
1180 * doc/c-ppc.texi (PowerPC-Opts): Document "-mpower5".
1181
4600db48
JB
11822005-05-19 Jan Beulich <jbeulich@novell.com>
1183
1184 * config/tc-ia64.c (dot_endp): Don't use global symbol for unwind
1185 relocations in unwind section.
1186
a0ef61f7
NC
11872005-05-18 Nick Clifton <nickc@redhat.com>
1188
1189 * config/tc-v850.c (md_apply_fix3): Only use the insertion routine
1190 if one exists. Ignore any error messages it may produce, just
1191 allow it to perform the insertion.
1192
c19d1205
ZW
11932005-05-17 Zack Weinberg <zack@codesourcery.com>
1194
1195 * hash.c (hash_lookup): Add len parameter. All callers changed.
1196 (hash_find_n): New interface.
1197 * hash.h: Prototype hash_find_n.
1198 * sb.c: Include as.h.
1199 (scrub_from_sb, sb_to_scrub, scrub_position): New statics.
1200 (sb_scrub_and_add_sb): New interface.
1201 * sb.h: Prototype sb_scrub_and_add_sb.
1202 * input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.
1203
1204 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
1205 reference to BFD_RELOC_ARM_GOT12 which is never generated.
1206 * config/tc-arm.c: Rewrite, adding Thumb-2 support.
1207
970c3dbc
DJ
12082005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1209
1210 * doc/Makefile.am (gasver.texi): Don't use $<.
1211 * doc/Makefile.in: Regenerated.
1212
ec7ef033
NC
12132005-05-17 Nick Clifton <nickc@redhat.com>
1214
1215 PR 876
1216 * symbols.c (resolve_symbol_value): Do not move symbols whose
1217 value expression has not been resolved or finalized into the
1218 absolute section as this will confuse other parts of the assembler
1219 into thinking that their value is zero.
1220
40a4d956
JB
12212005-05-17 Jan Beulich <jbeulich@novell.com>
1222
1223 * read.c (_find_end_of_line): New.
1224 (find_end_of_line): New.
1225 (HANDLE_CONDITIONAL_ASSEMBLY): Use it.
1226 (read_a_source_file): Use it.
1227 (s_globl): Use it.
1228 (s_macro): Use it.
1229 (get_line_sb): Use it.
1230 (s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
1231 (s_comm_internal): Likewise.
1232 (s_lsym): Likewise.
1233 (s_macro): Likewise.
1234 (s_ignore): Use ignore_rest_of_line.
1235 * read.h (find_end_of_line): Prototype.
1236 (discard_rest_of_line): Remove prototype. #define to
1237 ignore_rest_of_line.
1238
2d034539
NC
12392005-05-17 Nick Clifton <nickc@redhat.com>
1240
1241 * config/tc-v850,h (TC_FIX_TYPE): Define.
1242 (TC_INIT_FIX_TYPE): Define.
1243 * config/tc-v850.c (md_assemble): When creating a fix record the
1244 operand in the tc_fix_data field.
1245 (md_apply_fix3): When applying a resolved fix use the operand's
1246 insertion procedure to store the value, if the operand has been
1247 recorded.
1248
42ecbf5e
DJ
12492005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1250
1251 * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
1252 invocation.
1253 * Makefile.in: Regenerated.
1254
d7c531cd
BW
12552005-05-13 Sterling Augustine <sterling@tensilica.com>
1256 Bob Wilson <bob.wilson@acm.org>
1257
1258 * config/tc-xtensa.c (xtensa_insnbuf_set_operand): Clarify error
1259 message.
1260 (xtensa_mark_zcl_first_insns): Fix incorrect nesting of conditional
1261 for handling RELAX_CHECK_ALIGN_NEXT_OPCODE.
1262
3c9d25f4
AM
12632005-05-11 Alan Modra <amodra@bigpond.net.au>
1264
1265 * config/tc-ppc.c (md_apply_fix3): Allow pcrel forms of BFD_RELOC_16,
1266 BFD_RELOC_LO16, BFD_RELOC_HI16 and BFD_RELOC_HI16_S.
1267
ee192366
MM
12682005-05-10 Michael Matz <matz@suse.de>
1269
1270 * frags.c (frag_grow): Don't be too greedy in allocating memory.
1271
1272 * config/tc-hppa.c (pa_block): Check arguments to .block[z].
1273
20d7ce9b
HPN
12742005-05-10 Hans-Peter Nilsson <hp@bitrange.com>
1275
1276 PR binutils/886
1277 * config/tc-mmix.c (mmix_handle_mmixal): Rearrange slightly.
1278 Handle label-without-colon before ordinary dot-pseudo as an
1279 ordinary label. Don't leak memory for label-without-colon alone
1280 on a line. Don't mmixal-munge operands for dot-pseudos.
1281
be03cc84
JB
12822005-05-10 Jan Beulich <jbeulich@novell.com>
1283
1284 * macro.c (get_any_string): Remove the two last parameters. Replace
1285 references to the former expand parameter by using macro_alternate.
1286 Simplify loop condition for checking for end-of-string.
1287 (get_string): Remove redunant call to sb_skip_white.
1288 (do_formals): Remove two last arguments to get_any_string.
1289 (macro_expand): Likewise.
1290 (expand_irp): Likewise.
1291
360e86f1
JB
12922005-05-10 Jan Beulich <jbeulich@novell.com>
1293
1294 * read.c (s_macro): Move local variable 'local' to smaller scope.
1295 Call sb_kill on it when done.
1296
34d9ee9e
JB
12972005-05-09 Jan Beulich <jbeulich@novell.com>
1298
ee192366
MM
1299 * config/tc-i386.c (optimize_disp): Discard displacement entirely
1300 when zero and not required by encoding constraints.
34d9ee9e 1301
c9cd7160
L
13022005-05-09 H.J. Lu <hongjiu.lu@intel.com>
1303
1304 PR 936
1305 * config/tc-sh64.c (sh64_fake_label): New.
1306
1307 * config/tc-sh64.h (TC_FAKE_LABEL): New.
1308
1309 * doc/internals.texi (TC_FAKE_LABEL): Document.
1310
1311 * write.c (TC_FAKE_LABEL): New.
1312 (adjust_reloc_syms): Use it.
1313 (write_object_file): Likewise.
1314
e44823cf
JB
13152005-05-09 Jan Beulich <jbeulich@novell.com>
1316
1317 * config/tc-i386.c (parse_insn): Disallow use of prefix separator
1318 and comma in Intel mode.
1319
089dfecd
JB
13202005-05-09 Jan Beulich <jbeulich@novell.com>
1321
1322 * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
1323 names to match ABI. Add more registers for 32-bit and 64-bit modes.
1324 Make name array static and const. Adjust lookup to account for NULL
1325 entries (standing for unused register numbers).
1326
f41bbced
JB
13272005-05-09 Jan Beulich <jbeulich@novell.com>
1328
1329 * config/tc-i386.c (parse_insn): Consider all matching instructions
1330 when checking for string instruction after string-only prefix.
1331
6e3f953d
L
13322005-05-07 H.J. Lu <hongjiu.lu@intel.com>
1333
1334 PR 940
1335 * config/tc-ia64.c (start_unwind_section): Properly check
1336 comdat group with SHF_GROUP.
1337
0c6c36d5
BW
13382005-05-06 Bob Wilson <bob.wilson@acm.org>
1339
1340 * doc/c-xtensa.texi (Literal Directive): Spelling correction.
1341
c138bc38
BW
13422005-05-06 Bob Wilson <bob.wilson@acm.org>
1343
1344 * config/tc-xtensa.c: Remove excess whitespace.
1345 * config/tc-xtensa.h: Likewise.
1346 * config/xtensa-istack.h: Likewise.
1347 * config/xtensa-relax.c: Likewise.
1348 * config/xtensa-relax.h: Likewise.
1349
93a9f991
NC
13502005-05-06 Nick Clifton <nickc@redhat.com>
1351
1352 * sb.h: Fix formatting of comments.
1353 * sb.c: Fix formatting of comments.
1354
3c9aabc7
JB
13552005-05-06 Jan Beulich <jbeulich@novell.com>
1356
1357 * sb.h (sb_add_buffer): Reintroduce.
1358 * sb.c (sb_add_buffer): Likewise.
1359
6eaeac8a
JB
13602005-05-06 Jan Beulich <jbeulich@novell.com>
1361
1362 * macro.c (new_formal, del_formal): New.
1363 (do_formals): Use new_formal. Check for and parse qualifier. Warn if
1364 required argument has default value. Stop looking for more formal
1365 when there was a vararg one.
1366 (macro_expand_body): Use new_formal and del_formal.
1367 (macro_expand): Likewise. Initialize local variable err. Don't
1368 return immediately when encountering an error. Warn when keyword
1369 argument already had a value assigned. Eliminate duplicate clearing
1370 of argument value. When current positional argument matches parameter
1371 of vararg type, assign to it all the remaining arguments. Issue error
1372 when required parameter does not have value.
1373 (free_macro): Use del_formal.
1374 (expand_irp): Initialize formal type. Free buffers associated with
1375 formal prior to returning.
1376 * macro.h (struct formal_struct): Add new field 'type' with new
1377 enumeration type 'formal_type'.
1378 * doc/as.texinfo: Document macro parameter qualifiers.
1379 * NEWS: Mention new functionality.
1380
26aca5f6
JB
13812005-05-06 Jan Beulich <jbeulich@novell.com>
1382
1383 * cond.c (s_ifb): New.
1384 * read.c (potable): Add s_ifb as handler for .ifb and .ifnb.
1385 * read.h (s_ifb): Prototype.
1386 * doc/as.texinfo: Document .ifb and .ifnb.
1387
5faa8e39
JW
13882005-05-05 Steve Ellcey <sje@cup.hp.com>
1389
1390 * config/tc-ia64.c (MIN): Undef.
1391
eac338cf
PB
13922005-05-05 Paul Brook <paul@codesourcery.com>
1393
1394 * config/tc-i386.h (ELF_TARGET_FORMAT): Define for TE_VXWORKS.
1395
d8244a4a
NC
13962005-05-05 Matt Thomas <matt@3am-software.com>
1397
1398 * config/tc-vax.c (md_assemble): Don't assume a valueT is 4
1399 bytes.
1400
4b4da160
NC
14012005-05-05 Nick Clifton <nickc@redhat.com>
1402
1403 * Update the address and phone number of the FSF organization in
1404 the GPL notices in the following files:
1405 COPYING, app.c, as.c, as.h, asintl.h, atof-generic.c, bignum.h,
1406 bit_fix.h, cgen.c, cgen.h, cond.c, debug.c, depend.c, dw2gencfi.c,
1407 dw2gencfi.h, dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c,
1408 emul-target.h, emul.h, expr.c, expr.h, flonum-copy.c,
1409 flonum-konst.c, flonum.h, frags.c, frags.h, hash.c, hash.h,
1410 input-file.c, input-file.h, input-scrub.c, itbl-lex.h, itbl-lex.l,
1411 itbl-ops.c, itbl-ops.h, itbl-parse.y, listing.c, listing.h,
1412 literal.c, macro.c, macro.h, messages.c, obj.h, output-file.c,
1413 output-file.h, read.c, read.h, sb.c, sb.h, stabs.c,
1414 struc-symbol.h, subsegs.c, subsegs.h, symbols.c, symbols.h, tc.h,
1415 write.c, write.h, config/aout_gnu.h, config/atof-ieee.c,
1416 config/atof-vax.c, config/itbl-mips.h, config/m68k-parse.h,
1417 config/m68k-parse.y, config/m88k-opcode.h, config/obj-aout.c,
1418 config/obj-aout.h, config/obj-bout.c, config/obj-bout.h,
1419 config/obj-coff.c, config/obj-coff.h, config/obj-ecoff.c,
1420 config/obj-ecoff.h, config/obj-elf.c, config/obj-elf.h,
1421 config/obj-evax.c, config/obj-evax.h, config/obj-hp300.c,
1422 config/obj-hp300.h, config/obj-ieee.c, config/obj-ieee.h,
1423 config/obj-multi.h, config/obj-som.c, config/obj-som.h,
1424 config/tc-a29k.c, config/tc-a29k.h, config/tc-alpha.c,
1425 config/tc-alpha.h, config/tc-arc.c, config/tc-arc.h,
1426 config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
1427 config/tc-cris.c, config/tc-cris.h, config/tc-crx.c,
1428 config/tc-crx.h, config/tc-d10v.c, config/tc-d10v.h,
1429 config/tc-d30v.c, config/tc-d30v.h, config/tc-dlx.c,
1430 config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
1431 config/tc-frv.c, config/tc-frv.h, config/tc-generic.c,
1432 config/tc-generic.h, config/tc-h8300.c, config/tc-h8300.h,
1433 config/tc-h8500.c, config/tc-h8500.h, config/tc-hppa.c,
1434 config/tc-hppa.h, config/tc-i370.c, config/tc-i370.h,
1435 config/tc-i386.c, config/tc-i386.h, config/tc-i860.c,
1436 config/tc-i860.h, config/tc-i960.c, config/tc-i960.h,
1437 config/tc-ia64.c, config/tc-ia64.h, config/tc-ip2k.c,
1438 config/tc-ip2k.h, config/tc-iq2000.c, config/tc-iq2000.h,
1439 config/tc-m32r.c, config/tc-m32r.h, config/tc-m68851.h,
1440 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
1441 config/tc-m68k.h, config/tc-m88k.c, config/tc-m88k.h,
1442 config/tc-maxq.c, config/tc-maxq.h, config/tc-mcore.c,
1443 config/tc-mcore.h, config/tc-mips.c, config/tc-mips.h,
1444 config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
1445 config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
1446 config/tc-msp430.c, config/tc-msp430.h, config/tc-ns32k.c,
1447 config/tc-ns32k.h, config/tc-openrisc.c, config/tc-openrisc.h,
1448 config/tc-or32.c, config/tc-or32.h, config/tc-pdp11.c,
1449 config/tc-pdp11.h, config/tc-pj.c, config/tc-pj.h,
1450 config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c,
1451 config/tc-s390.h, config/tc-sh.c, config/tc-sh.h,
1452 config/tc-sh64.c, config/tc-sh64.h, config/tc-sparc.c,
1453 config/tc-sparc.h, config/tc-tahoe.c, config/tc-tahoe.h,
1454 config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
1455 config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
1456 config/tc-tic80.c, config/tc-tic80.h, config/tc-v850.c,
1457 config/tc-v850.h, config/tc-vax.c, config/tc-vax.h,
1458 config/tc-w65.c, config/tc-w65.h, config/tc-xstormy16.c,
1459 config/tc-xstormy16.h, config/tc-xtensa.c, config/tc-xtensa.h,
1460 config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
1461 config/te-freebsd.h, config/te-hp300.h, config/te-hppa.h,
1462 config/te-ic960.h, config/te-irix.h, config/te-nbsd.h,
1463 config/te-netware.h, config/te-sparcaout.h, config/te-sun3.h,
1464 config/te-tmips.h, config/te-vxworks.h, config/vax-inst.h,
1465 config/xtensa-istack.h, config/xtensa-relax.c,
2b8725e7 1466 config/xtensa-relax.h, doc/fdl.texi
4b4da160 1467
699d2810
NC
14682005-05-05 Nick Clifton <nickc@redhat.com>
1469
1470 * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set
1471 the target_big_endian variable to false.
1472
69852798
AM
14732005-05-04 Alan Modra <amodra@bigpond.net.au>
1474
1475 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
1476 list traversal. Use bfd_section_list_prepend.
1477 * config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate
1478 over the section list.
1479 * config/tc-xtensa.c (xtensa_remove_section): Delete.
1480 (xtensa_insert_section): Delete.
1481 (xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove
1482 and bfd_section_list_prepend.
1483 (xtensa_reorder_seg_list): Use bfd_section_list_remove and
1484 bfd_section_list_insert_after.
1485
c1d05a60
NC
14862005-05-03 Nick Clifton <nickc@redhat.com>
1487
1488 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations
1489 of bfd_section_list... macros.
1490 * config/tc-mmix.c (mmix_frob_file): Likewise.
1491 * config/tc-xtensa.c (xtensa_remove_section): Likewise.
1492 (xtensa_insert_section): Likewise.
1493
1494 * macro.c (macro_hash): Remove static.
1495 * macro.h (macro_hash): Provide an external declaration.
1496
5daa8fe7
L
14972005-05-02 H.J. Lu <hongjiu.lu@intel.com>
1498
1499 * write.c (write_object_file): Use bfd_section_double_list_remove
1500 to remove sections.
1501
475bf943
DJ
15022005-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1503
1504 * doc/Makefile.am (gasver.texi): Correct quoting.
1505 * doc/Makefile.in: Regenerated.
1506
009b6a7a
DJ
15072005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
1508
1509 * configure.tgt: Add h8300*-*-rtemscoff.
1510 Switch h8300*-*-rtems* to elf.
1511
7e70f1af
L
15122005-04-29 H.J. Lu <hongjiu.lu@intel.com>
1513
1514 * hash.c: Undo the last change.
1515 * hash.h: Likewise.
1516
aa7eb06d
DJ
15172005-04-29 Daniel Jacobowitz <dan@codesourcery.com>
1518
1519 * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
1520 of Makefile.
1521 (DISTCLEANFILES): Remove.
1522 (MAINTAINERCLEANFILES): Add asconfig.texi.
1523 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
1524
87c245cc
BE
15252005-04-29 Ben Elliston <bje@au.ibm.com>
1526
1527 * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
1528 (GENERIC_OBJS): Likewise, remove bignum-copy.o.
1529 (bignum-copy.o): Remove.
1530 * Makefile.in: Regenerate.
1531 * makefile.vms (OBJS): Remove bignum-copy.obj.
1532 * symbols.h (local_symbol_make): Remove declaration.
1533 (verify_symbol_chain_2): Likewise.
1534 * symbols.c (local_symbol_make): Make static.
1535 (max_indent_level): Likewise.
1536 (verify_symbol_chain_2): Remove.
1537 * macro.c (macro_hash): Make static.
1538 * messages.c (fprint_value): Remove.
1539 * read.h (get_absolute_expr): Remove.
1540 (emit_leb128_expr): Likewise.
1541 (do_s_func): Likewise.
1542 * read.c (do_s_func): Make static.
1543 (emit_leb128_expr): Likewise.
1544 (get_absolute_expr): Likewise.
1545 * as.h (as_howmuch): Remove declaration.
1546 (fprint_value): Likewise.
1547 * as.c (myname): Make static.
1548 * input-scrub.c (as_howmuch): Remove.
1549 (as_1_char): Likewise.
1550 * input-file.h (input_file_is_open): Remove.
1551 * input-file.c (input_file_is_open): Likewise.
1552 * expr.h (expr_build_unary): Remove declaration.
1553 (expr_build_binary): Likewise.
1554 * expr.c (expr_build_unary): Remove.
1555 (expr_build_binary): Likewise.
1556 * hash.h (hash_replace): Remove declaration.
1557 (hash_delete): Likewise.
1558 * hash.c (hash_replace): Remove.
1559 (hash_delete): Likewise.
1560 * bignum-copy.c (bignum_copy): Move from here ..
1561 * config/tc-vax.c (bignum_copy): .. to here.
1562 * bignum.h (LOG_TO_BASE_2_OF_10): Remove.
1563 (bignum_copy): Remove extern declaration.
1564 * sb.h (string_count): Remove extern declaration.
1565 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
1566 (sb_name): Likewise.
1567 * sb.c (dsize): Replace preprocessor macro with static int.
1568 (string_count): Make static.
1569 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
1570 (sb_name): Likewise.
1571 * config/obj-coff.c (dim_index): Make static.
1572 * config/tc-i386.c (GOT_symbol): Likewise.
1573 (output_invalid_buf): Likewise.
1574 * doc/internals.texi (Warning and error messages): Remove the
1575 prototype for fprint_value.
1576
f3429a74
BE
15772005-04-27 Ben Elliston <bje@au.ibm.com>
1578
1579 * link.cmd: Remove.
1580
60938e80
L
15812005-04-26 H.J. Lu <hongjiu.lu@intel.com>
1582
1583 * config/obj-multi.h (FAKE_LABEL_NAME): Defined.
1584
1585 * read.c (pseudo_set): Disallow symbol set to common symbol.
1586
1587 PR 857
1588 * write.c (write_object_file): Report common symbol name when
1589 disallowing local symbol set to common symbol.
1590 (adjust_reloc_syms): Disallow local symbol set to undefined
1591 symbol.
1592
02ddf156
JB
15932005-04-25 Jan Beulich <jbeulich@novell.com>
1594
1595 * macro.c (macro_expand_body): Replace locals indicator parameters
1596 with actual macro_entry. New local variables macro_line and err.
1597 Don't return when encountering an error, just record the fact.
1598 Detect local symbol name colliding with parameter. Track line number
1599 inside of macro expansion.
1600 (do_formals): Move local variable name to wider scope. Check
1601 parameter of the same name doesn't already exist. In MRI mode, also
1602 check it doesn't collide with the argument count pseudo-parameter).
1603 (define_macro): Add file and line number parameters. Remove local
1604 variable namestr. New local variable error. Initialize macro_entry
1605 members file, line, and name. Don't return when encountering an
1606 error, just record the fact. Use %s in some diagnostics for read.c
1607 to insert the macro name. Free macro_entry on error.
1608 (macro_expand): Pass macro_entry to macro_epand_body. Don't return
1609 when encountering an error, just record the fact.
1610 (expand_irp): Don't return when encountering an error, just record
1611 the fact.
1612 * macro.h (macro_struct): New members name, file, and line.
1613 (define_macro): Add file and line number parameters.
1614 * read.c (s_macro): Pass file and line to define_macro. Tag warning
1615 regarding pseudo-op redefinition with the file/line that macro
1616 definition started at.
1617
d2a033cd
BW
16182005-04-22 Bob Wilson <bob.wilson@acm.org>
1619
1620 * config/tc-xtensa.c (LOOKAHEAD_ALIGNER): Delete macro.
1621 (future_alignment_required): Remove ifdefs that use it.
1622
84b08ed9
BW
16232005-04-22 Bob Wilson <bob.wilson@acm.org>
1624
1625 * config/tc-xtensa.c (xg_get_build_instr_size): Remove.
1626 (xg_is_narrow_insn, xg_expand_narrow): Remove. Merge into...
1627 (xg_is_single_relaxable_insn): ...here. Add "targ" and "narrow_only"
1628 parameters.
1629 (xg_assembly_relax, xg_find_narrowest_format, relaxation_requirements,
1630 convert_frag_narrow): Use new version of xg_is_single_relaxable_insn.
1631
d8cbebfd
CG
16322005-04-21 Christian Groessler <chris@groessler.org>
1633
1634 * config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]
1635 array.
1636
e97b3f28
L
16372005-04-20 H.J. Lu <hongjiu.lu@intel.com>
1638
1639 * config/obj-aout.h (S_IS_EXTERN): Removed.
1640 * config/obj-bout.h (S_IS_EXTERN): Likewise.
1641 * config/obj-coff.h (S_IS_EXTERN): Likewise.
1642 * symbols.c (S_IS_EXTERN): Likewise.
1643 * symbols.h (S_IS_EXTERN): Likewise.
1644
1645 * config/tc-alpha.c (tc_gen_reloc): Replace S_IS_EXTERN with
1646 S_IS_EXTERNAL.
1647 * config/tc-d10v.c (md_apply_fix3): Likewise.
1648 * config/tc-ia64.c (ia64_fix_adjustable): Likewise.
1649 * config/tc-iq2000.c (iq2000_fix_adjustable): Likewise.
1650 * config/tc-m32r.c (m32r_fix_adjustable): Likewise.
1651 * config/tc-mmix.c (mmix_adjust_symtab): Likewise.
1652 * config/tc-sh64.c (shmedia_frob_file_before_adjust): Likewise.
1653 (shmedia_md_convert_frag): Likewise.
1654 * symbols.c (print_symbol_value_1): Likewise.
1655 * write.c (write_object_file): Likewise.
1656
55e08f71
NC
16572005-04-20 Nick Clifton <nickc@redhat.com>
1658
5f9084e9
NC
1659 * config/tc-xtensa.c (get_aligned_diff): Change type of
1660 branch_align to offsetT so that its signedness matches that of
1661 target_size.
1662
55e08f71
NC
1663 * config/tc-mips.c (macro): Use sprintf_vma to convert a > 32 bit
1664 number into a readable string.
1665 (load_register): Likewise.
1666
1f8b1395
AS
16672005-04-20 Andreas Schwab <schwab@suse.de>
1668
1669 * config/tc-ia64.c (specify_resource): Initialize all of tmpl.
1670
b0825cc2
DM
16712005-04-19 David S. Miller <davem@davemloft.net>
1672
1673 * config/tc-sparc.c (md_assemble): If sparc_ip gives us a
1674 NULL insn, exit early. Remove now spurious NULL checks.
1675 (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn
1676 to NULL and exit.
1677
91c4c449
JB
16782005-04-19 Jan Beulich <jbeulich@novell.com>
1679
1680 * symbols.h (symbol_find_base): Remove prototype.
1681 * symbols.c (save_symbol_name): Remove code section conditional upon
1682 STRIP_UNDERSCORE.
1683 (symbol_find): Remove.
1684 (symbol_find_base): Rename to symbol_find.
1685 * subsegs.c (section_symbol): Replace use of symbol_find_base with
1686 symbol_find.
1687 * config/obj-coff.c (tag_insert): Remove code section conditional
1688 upon STRIP_UNDERSCORE.
1689 (obj_coff_def): Likewise.
1690 (obj_coff_endef): Replace use of symbol_find_base with symbol_find.
1691 (coff_frob_symbol): Likewise.
1692 (yank_symbols): Likewise.
1693 (c_section_symbol): Likewise.
1694 * config/obj-coff.h (DO_NOT_STRIP): Remove.
1695 * config/tc-arm.c (symbol_locate): Remove code section conditional
1696 upon STRIP_UNDERSCORE.
1697 * config/tc-h8300.h (DO_NOT_STRIP): Remove.
1698 * config/tc-h8500.h (DO_NOT_STRIP): Remove.
1699 * config/tc-sh.h (DO_NOT_STRIP): Remove.
1700 * config/tc-w65.h (DO_NOT_STRIP): Remove.
1701 * config/tc-z8k.h (DO_NOT_STRIP): Remove.
1702
80b8152b
AS
17032005-04-19 Andreas Schwab <schwab@suse.de>
1704
1705 * config/tc-ia64.c (md_assemble): Fix error message for wrong
1706 access to application registers.
1707
4d56c0a0
JB
17082005-04-19 Jan Beulich <jbeulich@novell.com>
1709
1710 * config/te-sysv32.h: Remove.
1711 * Makefile.am (TARG_ENV_HFILES): Remove reference to
1712 config/te-sysv32.h.
1713 * Makefile.in (TARG_ENV_HFILES): Likewise.
1714
4fdd1e4f
JB
17152005-04-19 Jan Beulich <jbeulich@novell.com>
1716
1717 PR/847
1718 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
1719 length symbols.
1720
791fe849
MK
17212005-04-18 Mark Kettenis <kettenis@gnu.org>
1722
1723 * config/tc-i386.c (md_begin): Allow hyphens in mnemonics.
1724
9ee2a2d4
MR
17252005-04-18 Maciej W. Rozycki <macro@linux-mips.org>
1726
1727 * config/tc-mips.c (normalize_constant_expr): Don't check for
1728 HAVE_32BIT_GPRS.
1729 (check_absolute_expr): Only call normalize_constant_expr() if
1730 HAVE_32BIT_GPRS.
1731 (mips_ip): Likewise.
1732
1733 * config/tc-mips.c (check_absolute_expr): Fix formatting.
1734
e6ca91be
JB
17352005-04-18 Jan Beulich <jbeulich@novell.com>
1736
1737 * macro.c (free_token): New, freeing all the memory associated with a
1738 macro.
1739 (do_formals): Move initializers to ...
1740 (define_macro): ... here.
1741 (delete_macro): Convert passed in name to lower case. Warn when
1742 purging macro that doesn't exist. Use hash_jam instead of hash_delete.
1743
9f872bbe
MR
17442005-04-15 Maciej W. Rozycki <macro@linux-mips.org>
1745
1746 * config/tc-mips.c (normalize_constant_expr): Fix formatting.
1747
8fe53b44
JB
17482005-04-15 Jan Beulich <jbeulich@novell.com>
1749
1750 * config/obj-elf.c (obj_elf_struct): New.
1751 (elf_pseudo_table). Use it for .offset and .struct.
1752
0e5cd789 17532005-04-14 Bob Wilson <bob.wilson@acm.org>
140fe8df 1754 Sterling Augustine <sterling@tensilica.com>
0e5cd789
BW
1755
1756 * config/tc-xtensa.c (get_aligned_diff): Handle target_size larger
1757 than the section alignment.
1758
dd49a749
BW
17592005-04-14 Bob Wilson <bob.wilson@acm.org>
1760 H.J. Lu <hongjiu.lu@intel.com>
1761
1762 * config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.
1763 * config/tc-xtensa.c (xg_translate_sysreg_op,
1764 xtensa_translate_old_userregs_ops,
1765 xtensa_find_unaligned_branch_targets,
1766 xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags,
1767 relax_frag_add_nop): Support 64-bit host.
1768 (xtensa_mark_literal_pool_location, xtensa_move_literals): Use
1769 tc_frag_data lit_frchain and lit_seg fields instead of fr_var.
1770
26eebcf5
MK
17712005-04-14 Mark Kettenis <kettenis@gnu.org>
1772
64efe625
MK
1773 * configure.tgt: Add support for OpenBSD/sparc ELF.
1774
26eebcf5
MK
1775 * configure.tgt: Set emulation for mips-*-openbsd*.
1776 Remove broken mips-dec-openbsd* config.
1777 * configure.in: Set default ABI for mips64-*-openbsd*.
1778 * configure: Regenerate.
1779
39a59cf8
MR
17802005-04-14 Maciej W. Rozycki <macro@linux-mips.org>
1781
1782 * config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP
1783 optimization for constant addresses.
1784
f7a568ea
NC
17852005-04-14 Nick Clifton <nickc@redhat.com>
1786
1787 * as.c (main): Move parse_args before symbol_begin and frag_init
1788 so that the hash table size can be set before it is used.
1789 * hash.c: Use an unsigned long type for the size of the hash
1790 tables.
3c9d25f4 1791 * hash.h (set_gas_hash_table_size): Update the prototype.
f7a568ea 1792
9e9b66a9
AM
17932005-04-14 Alan Modra <amodra@bigpond.net.au>
1794
1795 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
1796 * acinclude.m4: Include ../bfd/warning.m4.
1797 * configure.in: Invoke AM_BINUTILS_WARNINGS.
1798 * Makefile.in: Regenerate.
1799 * configure: Regenerate.
1800 * doc/Makefile.in: Regenerate.
1801
2051e8c4
MR
18022005-04-13 Maciej W. Rozycki <macro@linux-mips.org>
1803
1804 * config/tc-mips.c (IS_ZEXT_32BIT_NUM): New macro.
1805 (normalize_address_expr): New function to sign-extend address
1806 offsets that fit into 32 bits in 32-bit mode.
1807 (macro_build_ldst_constoffset): Use normalize_address_expr()
1808 instead of a handcoded sequence.
1809 (load_register): Likewise. Report oversized numbers in a useful
1810 way.
1811 (macro) [ld_st, ldd_std]: Reject all oversized offsets, not only
1812 for constant addresses. Report oversized numbers in a useful way.
1813 (mips_ip): Use normalize_address_expr() for addresses.
1814
bc4bd9ab
MK
18152005-04-12 Mark Kettenis <kettenis@gnu.org>
1816
1817 * config/tc-i386.c (output_insn): Handle VIA PadLock instructions
1818 similar to other instructions now that they're marked as ImmExt.
1819
4bdd3565
NC
18202005-04-12 Nick Clifton <nickc@redhat.com>
1821
1822 * hash.c (DEFAULT_SIZE): Delete. Replace with:
1823 (gas_hash_table_size): New static variable.
1824 (set_gas_hash_table_size): New function: Records a requested size
1825 for the hash tables.
1826 (get_gas_hash_table_size): New function: Return a prime number
1827 near the requested size of the hash table.
1828 (hash_new): Use get_gas_hash_table_size.
1829 * hash.h: Add a prototype for set_gas_hash_table_size.
1830 * as.c (show_usage): Add description of new switches: --hash-size
1831 and --reduce-memory-overheads.
1832 (option_values): Add OPTION_HASH_TABLE_SIZE and
1833 OPTION_REDUCE_MEMORY_OVERHEADS.
1834 (std_longpopts): Add entries for the new options.
1835 (parse_args): Handle the new options.
1836 * Makefile.am: Add a dependency of as.c on hash.h.
1837 * Makefile.in: Regenerate.
1838 * doc/as.texinfo: Document the new switches.
1839 * NEWS: Mention the new switches.
1840
f394e3dd
NC
18412005-04-12 Nick Clifton <nickc@redhat.com>
1842
1843 PR gas/818
1844 * config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3]
1845 synonyms.
1846
ceae3e33
AM
18472005-04-12 Alan Modra <amodra@bigpond.net.au>
1848
1849 * Makefile.am: Run "make dep-am".
1850 * Makefile.in: Regenerate.
1851
2eccd1b4
BW
18522005-04-11 Sterling Augustine <sterling@tensilica.com>
1853 Bob Wilson <bob.wilson@acm.org>
1854
1855 * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
1856
333f7af7
MK
18572005-04-11 Mark Kettenis <kettenis@gnu.org>
1858
1859 * configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
1860
5e75c3ab
JB
18612005-04-11 Jan Beulich <jbeulich@novell.com>
1862
1863 * NEWS: Mention these changes and their effects.
1864 * macro.c (get_token): Use is_name_beginner/is_part_of_name/
1865 is_name_ender.
1866 (check_macro): Likewise.
1867 (buffer_and_nest): Likewise. Permit multiple labels. Don't discard
1868 labels together with the closing pseudo-op.
1869 (macro_expand_body): Adjust comment. Range-check input before use.
1870 Adjust mis-spelled diagnostic. Use is_name_beginner.
1871 * read.c (try_macro): New.
1872 (read_a_source_file): New static variable last_eol. Don't list
1873 macro expansion lines more than once. Call try_macro.
1874 (s_macro): Set section of line_label to absolute instead of undefined.
1875 * doc/as.texinfo: Add information on the caveats of these changes.
1876
514d955d
AM
18772005-04-11 Alan Modra <amodra@bigpond.net.au>
1878
1879 * symbols.c (symbol_X_add_number): Change return type to "offsetT *".
1880 * symbols.h (symbol_X_add_number): Update prototype.
1881
a9fcb2a9
EC
18822005-04-10 Eric Christopher <echristo@redhat.com>
1883
1884 * symbols.c (symbol_X_add_number): Fix warning.
1885
045b540e
L
18862005-04-10 H.J. Lu <hongjiu.lu@intel.com>
1887
1888 * config/tc-m68k.c (md_begin): Support 64bit host.
1889 (get_num): Support 64bit BFD on 32bit host.
1890
b215186b
L
18912005-04-10 H.J. Lu <hongjiu.lu@intel.com>
1892
1893 * config/tc-mips.c (md_apply_fix3): Fix typos in BFD_RELOC_64.
1894
be95a9c1
AM
18952005-04-09 Alan Modra <amodra@bigpond.net.au>
1896
31d20a21
AM
1897 * read.c (assign_symbol): Remove const from parm. Fix xcalloc
1898 call. Don't do the COFF hacks for multi-emulation gas. Move
1899 demand_empty_rest_of_line back to caller.
1900 (s_set, equals): demand_empty_rest_of_line here.
1901
be95a9c1
AM
1902 PR gas/827
1903 * as.h (rs_dummy): Define.
1904 * symbols.c (symbol_X_add_number): New function.
1905 * symbols.h (symbol_X_add_number): Declare.
1906 * stabs.c (aout_process_stab): Tidy symbol frag setting.
1907 * read.c (assign_symbol): New function, split out from s_set.
1908 Use symbol_find_or_make. Leave fr_type of dummy frag as rs_dummy.
1909 Fix COFF hacks for multi-emulation gas.
1910 (s_set): Call assign_symbol. Remove "register" keyword.
1911 (set_zero_frag): New function.
1912 (pseudo_set): Always check for assignment to section syms.
1913 Always set segment and frag of symbol, and likewise extern for
1914 aout/bout. Handle assignment of sym=sym+/-const specially. Don't
1915 special case exp.X_add_number non-zero for O_symbol expressions.
1916 (equals): Use assign_symbol.
1917
6624cbde
BW
19182005-04-08 Bob Wilson <bob.wilson@acm.org>
1919
1920 * config/tc-xtensa.c (xtensa_create_xproperty_segments): Skip
1921 SEC_MERGE sections.
1922
dbbaec26
L
19232005-04-06 H.J. Lu <hongjiu.lu@intel.com>
1924
1925 * config/tc-i386.c (tc_gen_reloc): Don't turn
1926 BFD_RELOC_X86_64_32S into BFD_RELOC_32.
1927
0d6af1ab
NC
19282005-04-06 Nick Clifton <nickc@redhat.com>
1929
1930 * po/rw.po: New translation: Kinyarwanda
1931 * configure.in (ALL_LINGUAS): Add rw
1932 * configure: Regenerate.
1933
664df4e4
BW
19342005-04-05 Sterling Augustine <sterling@tensilica.com>
1935 Bob Wilson <bob.wilson@acm.org>
1936
1937 * config/tc-xtensa.c (branch_align_power): New.
1938 (xtensa_find_unaligned_branch_targets, get_aligned_diff,
1939 future_alignment_required): Use branch_align_power to check section
1940 alignment as well as xtensa_fetch_width when aligning branch targets.
1941
d77b99c9
BW
19422005-04-05 Bob Wilson <bob.wilson@acm.org>
1943
1944 * config/tc-xtensa.c: Warning fixes throughout.
1945 (xtensa_fetch_width): Change to unsigned.
1946 (assemble_nop, xtensa_find_unaligned_branch_targets,
1947 xtensa_find_unaligned_loops, xg_assemble_vliw_tokens,
1948 is_narrow_branch_guaranteed_in_range, xtensa_fix_close_loop_end_frags,
1949 min_bytes_to_other_loop_end, unrelaxed_frag_min_size,
1950 unrelaxed_frag_max_size, xtensa_fix_short_loop_frags,
1951 count_insns_to_loop_end, unrelaxed_frag_min_insn_count,
1952 get_text_align_max_fill_size, get_text_align_nop_count,
1953 get_text_align_nth_nop_size, get_noop_aligned_address,
1954 get_aligned_diff, convert_frag_align_next_opcode,
1955 convert_frag_immed_finish_loop, xtensa_create_property_segments,
1956 xtensa_create_xproperty_segments, xt_block_aligned_size): Clean up
1957 types, avoiding size_t and using offsetT and addressT appropriately.
1958 (get_text_align_power): Clean up types. Avoid incorrect bound.
1959 (get_text_align_fill_size): Clean up types. Restructure for clarity.
1960
da9f89d4
L
19612005-04-04 H.J. Lu <hongjiu.lu@intel.com>
1962
1963 * config/tc-ia64.c (start_unwind_section): Undo the change
1964 of 2004-08-18.
1965 (generate_unwind_image, dot_endp): Likewise.
1966
f6fe78d6
JW
19672005-04-01 David Mosberger <davidm@hpl.hp.com>
1968
1969 * config/tc-ia64.c (ia64_handle_align): Move le_nop and
1970 le_nop_stop arrays and initializers to file scope.
1971 (md_begin): When generating code for anything other than
1972 Itanium 1, use MMI instead of MFI NOP bundles as a filler.
1973
a7d61044
JB
19742005-04-01 Jan Beulich <jbeulich@novell.com>
1975
1976 * config/tc-i386.c (output_imm): Also set sign flag for 64-bit push
1977 immediates.
1978
d2c5f73e
NC
19792005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1980
1981 * NEWS: Mention [fdgh]_floating.
1982 * config/atof-vax.c: Fix some whitespace.
1983 * config/tc-vax.c (md_pseudo_table): Add "[fdgh]_floating".
1984
56f36663
NC
19852005-04-01 Nick Clifton <nickc@redhat.com>
1986
1987 * configure.in: Add a check for <unistd.h> providing a prototype
1988 for getopt() which is compatible with the one in
1989 include/getopt.h. If so then define HAVE_DECL_GETOPT.
1990 * configure: Regenerate.
1991 * config.in (HAVE_DECL_GETOPT): Add.
1992
8a75718c
JB
19932005-04-01 Jan Beulich <jbeulich@novell.com>
1994
1995 * config/tc-i386.c (s_bss): Call obj_elf_section_change_hook.
1996
ae8887b5
JB
19972005-04-01 Jan Beulich <jbeulich@novell.com>
1998
1999 * config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S.
2000 (tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case.
2001
05ea83ed
JB
20022005-03-30 Julian Brown <julian@codesourcery.com>
2003
2004 * config/tc-arm.c (arm_adjust_symtab): Rename
2005 bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
2006
9d2da7ca
JB
20072005-03-30 Julian Brown <julian@codesourcery.com>
2008
2009 * config/tc-arm.c (mapping_state): Change documentation in function
2010 comment to cross-reference spec instead. Change type of mapping symbols
2011 to BSF_NO_TYPE.
2012 (arm_adjust_symtab): Don't change type of mapping symbols here.
2013
e8a38df5
AL
20142005-03-30 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
2015
2016 * as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
2017 * config.in: Regenerate.
2018 * configure: Regenerate.
2019 * configure.in: Check for ffs decl and alphabetize.
2020
ba93b8ac
DJ
20212005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
2022 Phil Blundell <philb@gnu.org>
2023
2024 * config/tc-arm.c (arm_parse_reloc): Add TLS relocations.
2025 (md_apply_fix3): Mark TLS symbols.
2026 (tc_gen_reloc): Handle TLS relocations.
2027 (arm_fix_adjustable): Ignore TLS relocations.
2028 (s_arm_elf_cons): Support expressions after decorated symbols.
2029
84798bd6
JB
20302005-03-29 Julian Brown <julian@codesourcery.com>
2031
2032 * config/tc-arm.c (marked_pr_dependency): New bitmap, bit N indicates
2033 whether personality routine index N has been output for this section.
2034 (mapping_state): tc_segment_info_data now struct not enum.
2035 (arm_elf_change_section): Likewise, and marked_pr_dependency is now
2036 handled on section change.
2037 (create_unwind_entry): Previous code to output dependency removed.
2038 (s_arm_unwind_fnend): Output dependency if it hasn't been done already
2039 for this section.
2040 * config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct
2041 arm_segment_info_type.
2042 (arm_segment_info_type): New struct.
84798bd6 2043
7b1cc377
BW
20442005-03-28 Sterling Augustine <sterling@tensilica.com>
2045 Bob Wilson <bob.wilson@acm.org>
2046
2047 * config/tc-xtensa.c (do_align_targets): Update comment.
2048 (xtensa_frob_label): Compute "freq" before possibly switching frags.
2049 Insert a LOOP_END frag before every loop target, and do not overload
2050 DESIRE_ALIGN_IF_TARGET frags with loop end information.
2051 (xg_assemble_vliw_tokens): Use do_align_targets.
2052 (xtensa_fix_target_frags): Remove code to convert a
2053 DESIRE_ALIGN_IF_TARGET frag to a LOOP_END frag when there is a
2054 negatable branch at the end of a loop.
2055 (frag_can_negate_branch): Delete.
2056
8c2fda1d
L
20572005-03-28 David Mosberger <davidm@hpl.hp.com>
2058 H.J. Lu <hongjiu.lu@intel.com>
2059
2060 PR 803
2061 NEWS: Mention "-mtune=[itanium1|itanium2]".
2062
2063 * config/tc-ia64.c (md): Add tune.
2064 (md_parse_option): Accepted "-mtune=[itanium1|itanium2]".
2065 (md_show_usage): Add "-mtune=[itanium1|itanium2]".
2066 (extra_goodness): Prefer M- and I-unit NOPs for itanium2. F and
2067 B unit NOPs are discouraged for McKinley-derived cores.
2068 (md_begin): Don't hardcode the "extra_goodness()" function in
2069 the comment...
2070 (ia64_init): Set md.tune to itanium2.
2071
2072 * doc/as.texinfo: Add -mtune=[itanium1|itanium2]".
2073 * doc/c-ia64.texi: Likewise.
2074
161840f9
ILT
20752005-03-27 Ian Lance Taylor <ian@airs.com>
2076
2077 * config/obj-coff.c (coff_frob_symbol): When crashing because of a
2078 bad C_EFCN symbol, print its name.
2079
7c834684
BW
20802005-03-25 Bob Wilson <bob.wilson@acm.org>
2081
2082 * config/tc-xtensa.c (use_longcalls): Delete.
2083 (xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
2084 the use_longcalls flag is set. Do this before checking the segment.
2085 (xg_expand_assembly_insn): Rearrange to use new do_expand flag. Never
2086 expand direct calls at this point.
2087 (xtensa_set_frag_assembly_state): Set use_longcalls flag.
2088 (xtensa_find_unmarked_state_frags): Likewise.
2089 (md_assemble): Do not disable longcalls by setting is_specific_opcode.
2090 (xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
2091 (convert_frag_immed): Remove unnecessary check of is_specific_opcode.
2092 * config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
2093
ff1e783f
HPN
20942005-03-25 Hans-Peter Nilsson <hp@bitrange.com>
2095
2096 * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
2097
695a4822
HPN
20982005-03-25 Hans-Peter Nilsson <hp@axis.com>
2099
2100 * config/tc-cris.h: Convert to ISO C90.
2101 * config/tc-cris.c: Ditto.
2102 (md_estimate_size_before_relax): Remove obsolete comment for
2103 parameter "segment_type".
2104 (md_begin): Document reason for cast of hash_insert argument.
2105 (md_atof): Correct type of parameter "type".
2106
ea1562b3
NC
21072005-03-24 Nick Clifton <nickc@redhat.com>
2108
2109 * write.h (bit_fix_new): Remove redundant prototype.
2110 * config/atof-ieee.c: Convert to ISO-C90 and fix formatting.
2111 * config/obj-aout.c: Convert to ISO-C90 and fix formatting.
2112 * config/obj-aout.h: Convert to ISO-C90 and fix formatting.
2113 * config/obj-bout.c: Convert to ISO-C90 and fix formatting.
2114 * config/obj-bout.h: Convert to ISO-C90 and fix formatting.
2115 * config/obj-ecoff.c: Convert to ISO-C90 and fix formatting.
2116 * config/obj-ecoff.h: Convert to ISO-C90 and fix formatting.
2117 * config/obj-som.c: Convert to ISO-C90 and fix formatting.
2118 * config/obj-som.h: Convert to ISO-C90 and fix formatting.
2119 * config/tc-a29k.c: Convert to ISO-C90 and fix formatting.
2120 * config/tc-a29k.h: Convert to ISO-C90 and fix formatting.
2121 * config/tc-alpha.c: Convert to ISO-C90 and fix formatting.
2122 * config/tc-alpha.h: Convert to ISO-C90 and fix formatting.
2123 * config/tc-arc.c: Convert to ISO-C90 and fix formatting.
2124 * config/tc-arc.h: Convert to ISO-C90 and fix formatting.
2125 * config/tc-d10v.c: Convert to ISO-C90 and fix formatting.
2126 * config/tc-d10v.h: Convert to ISO-C90 and fix formatting.
2127 * config/tc-d30v.c: Convert to ISO-C90 and fix formatting.
2128 * config/tc-d30v.h: Convert to ISO-C90 and fix formatting.
2129 * config/tc-dlx.c: Convert to ISO-C90 and fix formatting.
2130 * config/tc-dlx.h: Convert to ISO-C90 and fix formatting.
2131 * config/tc-fr30.c: Convert to ISO-C90 and fix formatting.
2132 * config/tc-fr30.h: Convert to ISO-C90 and fix formatting.
2133 * config/tc-h8500.c: Convert to ISO-C90 and fix formatting.
2134 * config/tc-h8500.h: Convert to ISO-C90 and fix formatting.
2135 * config/tc-i370.c: Convert to ISO-C90 and fix formatting.
2136 * config/tc-i370.h: Convert to ISO-C90 and fix formatting.
2137 * config/tc-i960.c: Convert to ISO-C90 and fix formatting.
2138 * config/tc-ip2k.c: Convert to ISO-C90 and fix formatting.
2139 * config/tc-ip2k.h: Convert to ISO-C90 and fix formatting.
2140 * config/tc-m32r.c: Convert to ISO-C90 and fix formatting.
2141 * config/tc-m32r.h: Convert to ISO-C90 and fix formatting.
2142 * config/tc-m88k.c: Convert to ISO-C90 and fix formatting.
2143 * config/tc-m88k.h: Convert to ISO-C90 and fix formatting.
2144 * config/tc-mcore.c: Convert to ISO-C90 and fix formatting.
2145 * config/tc-mcore.h: Convert to ISO-C90 and fix formatting.
2146 * config/tc-mn10200.c: Convert to ISO-C90 and fix formatting.
2147 * config/tc-ns32k.c: Convert to ISO-C90 and fix formatting.
2148 * config/tc-ns32k.h: Convert to ISO-C90 and fix formatting.
2149 * config/tc-openrisc.c: Convert to ISO-C90 and fix formatting.
2150 * config/tc-openrisc.h: Convert to ISO-C90 and fix formatting.
2151 * config/tc-or32.c: Convert to ISO-C90 and fix formatting.
2152 * config/tc-or32.h: Convert to ISO-C90 and fix formatting.
2153 * config/tc-pdp11.h: Convert to ISO-C90 and fix formatting.
2154 * config/tc-pj.c: Convert to ISO-C90 and fix formatting.
2155 * config/tc-pj.h: Convert to ISO-C90 and fix formatting.
2156 * config/tc-tahoe.c: Convert to ISO-C90 and fix formatting.
2157 * config/tc-tic80.c: Convert to ISO-C90 and fix formatting.
2158 * config/tc-tic80.h: Convert to ISO-C90 and fix formatting.
2159 * config/tc-v850.c: Convert to ISO-C90 and fix formatting.
2160 * config/tc-v850.h: Convert to ISO-C90 and fix formatting.
2161 * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
2162 * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
2163 * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
3c9d25f4 2164 * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting.
ea1562b3 2165
d110d6a2
JB
21662005-03-23 Jim Blandy <jimb@redhat.com>
2167
2168 * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
2169 attributes properly.
2170
ed84e695
NC
21712005-03-23 Mike Frysinger <vapier@gentoo.org>
2172 Nick Clifton <nickc@redhat.com>
2173
2174 * configure.tgt: Accept any C library to accompany a GNU Linux
2175 implementation, not just the GNU C library.
2176 * configure.in: Likewise.
2177 * configure: Regenerate.
2178
4d5f9b2a
NC
21792005-03-23 Nick Clifton <nickc@redhat.com>
2180
2181 * config/tc-tic30.c: Convert to ISO C90 formatting.
2182 * config/tc-tic30.h: Convert to ISO C90 formatting.
2183 * config/tc-pdp11.c: Convert to ISO C90 formatting.
2184 * config/atof-vax.c: Convert to ISO C90 formatting.
2185
704803a9
MR
21862005-03-21 Maciej W. Rozycki <macro@mips.com>
2187
2188 * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
2189 relocations correctly as well.
2190 (mips_fix_adjustable): Don't make BFD_RELOC_MIPS16_LO16
2191 relocations in mergeable sections section-relative either.
2192
6e2a91a3
BW
21932005-03-21 Bob Wilson <bob.wilson@acm.org>
2194
2195 * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
2196
3d063691
NC
21972005-03-21 Nick Clifton <nickc@redhat.com>
2198
1a66a017
NC
2199 * config/tc-sh.c (sh_elf_final_processing): Fix compile time
2200 warning by providing a prototype for sh_symbian_find_elf_flags.
2201
3d063691
NC
2202 * cgen.c (gas_cgen_parse_operand): Fix typo introduced by
2203 previous delta.
2204
6f19c13c
AM
22052005-03-21 Alan Modra <amodra@bigpond.net.au>
2206
2207 * configure.tgt: Handle setting of bfd_gas for fmt=multi targets
2208 along with other formats that set bfd_gas. Remove unnecessary
2209 setting of bfd_gas. Delete strongarm cases in generic_target
2210 switch.
2211
bd17c2c3
AM
22122005-03-21 Alan Modra <amodra@bigpond.net.au>
2213
2214 PR gas/780
2215 * config/tc-m68k.c (TRUNC, SEXT): Define.
2216 (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
2217 (m68k_ip): Truncate or sign extend expressions as appropriate.
2218 (get_num): Likewise.
2219 (md_apply_fix3): Use SEXT.
2220
ec91a2c2
AM
22212005-03-21 Alan Modra <amodra@bigpond.net.au>
2222
2223 * Makefile.am (OBJ_FORMAT_CFILES): Prune config/obj-vms.c.
2224 (OBJ_FORMAT_HFILES): Prune config/obj-vms.h.
2225 (obj-vms.o): Delete rule.
2226 Run "make dep-am".
2227 * Makefile.in: Regenerate.
2228 * aclocal.m4: Regenerate.
2229 * doc/Makefile.in: Regenerate.
2230 * po/POTFILES.in: Regenerate.
2231
238d258f
NC
22322005-03-18 C Jaiprakash <cjaiprakash@noida.hcltech.com>
2233
2234 * config/tc-m68k.c (m68k_elf_final_processing): Set file specific
2235 flag for coldfire v4e.
2236
30f725a1
BW
22372005-03-17 Bob Wilson <bob.wilson@acm.org>
2238
2239 * config/tc-xtensa.c (xg_apply_tentative_value): Rename to
2240 xg_apply_fix_value and return a value to indicate success.
2241 (md_pcrel_from): Skip check of fx_done. Return 0 if not PC-relative.
2242 (xtensa_force_relocation): Remove checks for VTABLE relocs.
2243 (xtensa_validate_fix_sub): New.
2244 (xtensa_fix_adjustable): Remove check for external or weak symbols.
2245 (tc_gen_reloc): Move code to handle difference of symbols and code to
2246 apply tentative fix values to ...
2247 (md_apply_fix3): ...here. Enable standard overflow checks for simple
2248 8, 16, and 32 bit relocations. Apply fixes for slot-specific
2249 relocations when linkrelax flag is not set.
2250 * config/tc-xtensa.h (xtensa_validate_fix_sub): Add prototype.
2251 (TC_FORCE_RELOCATION_SUB_SAME, TC_VALIDATE_FIX_SUB): Define.
2252
a724f0f4
JB
22532005-03-17 Jan Beulich <jbeulich@novell.com>
2254
2255 * config/tc-i386.c (i386_scale): Beautify error message.
2256 (Intel syntax comments): Update.
2257 (struct intel_parser_s): Add fields in_offset, in_bracket, and
2258 next_operand.
2259 (intel_e04_1, intel_e05_1, intel_e05_1, intel_e09_1, intel_e10_1):
2260 Remove declarations.
2261 (intel_bracket_expr): Declare.
2262 (i386_intel_operand): Initialize new intel_parser fields. Wrap most
2263 of the function body in a loop allowing to split an operand into two.
2264 Replace calls to malloc and checks of it returning non-NULL with
2265 calls to xmalloc/xstrdup.
2266 (intel_expr): SHORT no longer handled here. Add comment indicating
2267 comparison ops need implementation.
2268 (intel_e04, intel_e04_1): Combine, replace recursion with loop.
2269 Check right operand of - does not specify a register when parsing
2270 the address of a memory reference.
2271 (intel_e05, intel_e05_1): Combine, replace recursion with loop.
2272 Check operands do not specify a register when parsing the address of
2273 a memory reference.
2274 (intel_e06, intel_e06_1): Likewise.
2275 (intel_e09, intel_e09_1): Combine, replace recursion with loop. Also
2276 handle SHORT as well as unary + and -. Don't accept : except for
2277 segment overrides or in direct far jump/call insns.
2278 (intel_brack_expr): New.
2279 (intel_e10, intel_e10_1): Combine, replace recursion with loop. Use
2280 intel_brack_expr.
2281 (intel_e11): Replace chain of if/else-if by switch, alloing fall-
2282 through in certain cases. Use intel_brack_expr. Add new diagnostics.
2283 Allow symbolic constants as register scale value.
2284 (intel_get_token): Replace call to malloc and check of return value
2285 with call to xmalloc. Change handling for FLAT to match MASM's.
2286 (intel_putback_token): Don't try to back up/free current token if
2287 that is T_NIL.
2288
deeaaff8
DJ
22892005-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2290
2291 * configure.tgt: Set emulation for arm-*-eabi*.
2292 * config/tc-arm.c (meabi_flags): Check EABI_DEFAULT.
2293 * config/te-armeabi.h: New file.
2294 * config/te-armlinuxeabi.h (EABI_DEFAULT): Define.
2295 * config/te-symbian.h: Include "te-armeabi.h".
2296
199fea98
NC
22972005-03-16 Nick Clifton <nickc@redhat.com>
2298
2299 * cgen.c (gas_cgen_parse_operand): Copy opinfo parameter into a
2300 local variable in case it is clobbered by the setjmp.
2301
1ad12f97
NC
23022005-03-16 Nick Clifton <nickc@redhat.com>
2303 Ben Elliston <bje@au.ibm.com>
2304
569acd2c 2305 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 2306 compiler command line. Enabled by default. Disable via
569acd2c 2307 --disable-werror.
1ad12f97
NC
2308 * configure: Regenerate.
2309
a5324a3e
NC
23102005-03-16 Nick Clifton <nickc@redhat.com>
2311
2312 * config/obj-coff.h: Convert to ISO C90 formatting.
2313 * config/obj-coff.c: Convert to ISO C90 formatting.
2314
b05fe5cf
ZW
23152005-03-15 Zack Weinberg <zack@codesourcery.com>
2316
2317 * config/tc-arm.c (do_mla): Rename to do_mlas, take second
2318 is_mls parameter; do not diagnose Rm==Rd when is_mls.
2319 (do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width)
2320 (do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions.
2321 (insns): Add ARMv6T2 instructions:
2322 bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht.
2323 (arm_archs): Add V6T2 variants.
2324
957d91c1
NC
23252005-03-15 Nick Clifton <nickc@redhat.com>
2326
2327 * NEWS: Add cutoff for changes in 2.16 release.
2328
43c3ab55
JB
23292005-03-15 Jan Beulich <jbeulich@novell.com>
2330
2331 * expr.c (operand): Merge handling of unary + into that for unary
2332 -, !, and ~.
2333
5862107c
EC
23342005-03-14 Eric Christopher <echristo@redhat.com>
2335
2336 * config/tc-mips.c: Include dw2gencfi.h.
2337 (mips_cfi_frame_initial_instructions): New.
2338 * config/tc-mips.h (TARGET_USE_CFIPOP): Define.
2339 (tc_cfi_frame_initial_instructions): Ditto.
2340 (DWARF2_DEFAULT_RETURN_COLUMN): Ditto.
2341 (DWARF2_CIE_DATA_ALIGNMENT): Ditto.
2342 * Makefile.am: Update dependencies.
2343 * Makefile.in: Regenerate.
2344
729ae8d2
AM
23452005-03-15 Alan Modra <amodra@bigpond.net.au>
2346
2347 * po/es.po: Commit new Spanish translation.
2348
882cb63e
AM
23492005-03-14 Alan Modra <amodra@bigpond.net.au>
2350
2351 * po/tr.po: Commit new Turkish translation.
2352
885fc257
ZW
23532005-03-12 Zack Weinberg <zack@codesourcery.com>
2354
2355 * config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
2356 wfi, yield.
2357
e330299e
DJ
23582005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2359
2360 * config-gas.com: Mark vax-vms as obsolete.
2361 * configure.in: Remove fmt=vms support.
2362 * config.in: Regenerate.
2363 * configure: Regenerate.
2364 * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
2365
7b1cc377
BW
23662005-03-10 Sterling Augustine <sterling@tensilica.com>
2367 Bob Wilson <bob.wilson@acm.org>
0fa77c95
BW
2368
2369 * config/tc-xtensa.c (finish_vinsn): Include the last instruction slot
2370 when checking if xg_resolve_literals needs to be called.
2371 * config/tc-xtensa.h: Fix spelling typo in a comment.
2372
4962e196
JB
23732005-03-10 Jan Beulich <jbeulich@novell.com>
2374
2375 * config/tc-tic54x.h (tic54x_macro_info): Change parameter type.
2376 * config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand-
2377 crafted structure declarations with the types from macro.h.
2378
4184909a
RS
23792005-03-09 Richard Sandiford <rsandifo@redhat.com>
2380
2381 * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp'
2382 for -mno-shared optimization.
2383
7d8e00cf
RS
23842005-03-09 Richard Sandiford <rsandifo@redhat.com>
2385
2386 * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
2387 (MAX_NOPS): Bump to 4.
2388 (mips_fix_vr4130): New variable.
2389 (nops_for_vr4130): New function.
2390 (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS. Use
2391 nops_for_vr4130 if working around VR4130 errata.
2392 (OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros.
2393 (md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130.
2394 (md_parse_option): Handle them.
2395 (md_show_usage): Print them.
2396 * doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130.
2397
dc36a61f
RS
23982005-03-09 Richard Sandiford <rsandifo@redhat.com>
2399
2400 * config/tc-mips.c (append_insn): Remove cop_interlocks test from
2401 branch delay code.
2402
7d10b47d
RS
24032005-03-09 Richard Sandiford <rsandifo@redhat.com>
2404
2405 * config/tc-mips.h (mips_flush_pending_output): Delete.
2406 (mips_emit_delays): Declare.
2407 (md_flush_pending_output): Use mips_emit_delays.
2408 * config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget
2409 the previous instructions.
2410 (md_begin, append_insn, md_parse_option): Update callers.
2411 (mips_emit_delay): Remove parameter. Move INSNS != 0 code to
2412 start_noreorder.
2413 (mips_align, s_change_sec, s_cons, s_float_cons, s_gpword)
2414 (s_gpdword): Update callers.
2415 (start_noreorder, end_noreorder): New functions.
2416 (macro, macro2, mips16_macro, s_mipsset): Use them instead of
2417 manipulating mips_opts or prev_nop_frag directly.
2418 (mips_flush_pending_output): Delete.
2419
404a8071
RS
24202005-03-09 Richard Sandiford <rsandifo@redhat.com>
2421
2422 * config/tc-mips.c (mips_move_labels): New function, taken from...
2423 (append_insn, mips_emit_delays): ...here.
2424
71400594
RS
24252005-03-09 Richard Sandiford <rsandifo@redhat.com>
2426
2427 * config/tc-mips.c (MAX_NOPS): New macro.
2428 (history): Resize to 1 + MAX_NOPS.
2429 (fix_vr4120_class): New enumeration.
2430 (vr4120_conflicts): New variable.
2431 (init_vr4120_conflicts): New function.
2432 (md_begin): Call it.
2433 (insn_uses_reg): Constify first argument.
2434 (classify_vr4120_insn, insns_between, nops_for_insn, nops_for_sequence)
2435 (nops_for_insn_or_target): New functions.
2436 (append_insn): Use the new nops_for_* functions instead of inline
2437 delay checks. Generalize prev_nop_frag handling to handle an
2438 arbitrary history length. Insert nops into the history buffer
2439 once the number of nops in prev_nop_frag is fixed.
2440 (emit_delays): Use nops_for_insn instead of inline delay checks.
2441
9b91f544
RS
24422005-03-09 Richard Sandiford <rsandifo@redhat.com>
2443
2444 * config/tc-mips.c (append_insn): Remove now-redundant nops != 0
2445 check from branch delay code. Remove unnecessary check for branches.
2446
1e915849
RS
24472005-03-09 Richard Sandiford <rsandifo@redhat.com>
2448
2449 * config/tc-mips.c (dummy_opcode): Delete.
2450 (nop_insn, mips16_nop_insn): New variables.
2451 (NOP_INSN): New macro.
2452 (insn_length, create_insn, install_insn, move_insn, add_fixed_insn)
2453 (add_relaxed_insn, insert_into_history, emit_nop): New functions.
2454 (md_begin): Initialize nop_insn and mips16_nop_insn.
2455 (append_insn): Use the new emit_nop function to add nops, recording
2456 them in the history buffer. Use add_fixed_insn or add_relaxed_insn
2457 to reserve room for the instruction and install_insn to install the
2458 final form. Use insert_into_history to record the instruction in
2459 the history buffer. Use move_insn to do delay slot filling.
2460 (mips_emit_delays): Use add_fixed_insn instead of the emit_nop macro.
2461 (macro_build, mips16_macro_build, macro_build_lui, mips_ip)
2462 (mips16_ip): Use create_insn to initialize mips_cl_insns.
2463
bf12938e
RS
24642005-03-09 Richard Sandiford <rsandifo@redhat.com>
2465
2466 * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND)
2467 (EXTRACT_OPERAND, MIPS16_INSERT_OPERAND, MIPS16_EXTRACT_OPERAND): New.
2468 (insn_uses_reg, reg_needs_delay, append_insn, macro_build)
2469 (mips16_macro_build, macro_build_lui, mips16_macro, mips_ip)
2470 (mips16_ip): Use the new macros instead of explicit masks and shifts.
2471
a38419a5
RS
24722005-03-09 Richard Sandiford <rsandifo@redhat.com>
2473
2474 * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p
2475 and extended_p fields with a single fixed_p field.
2476 (append_insn, mips_no_prev_insn): Adjust accordingly.
2477
2fa15973
RS
24782005-03-09 Richard Sandiford <rsandifo@redhat.com>
2479
2480 * config/tc-mips.c (mips_cl_insn): Replace reloc_type array with
2481 a single mips16_absolute_jump_p bit.
2482 (append_insn): Adjust accordingly.
2483
47e39b9d
RS
24842005-03-09 Richard Sandiford <rsandifo@redhat.com>
2485
2486 * config/tc-mips.h (mips_cl_insn): Move definition to...
2487 * config/tc-mips.c (mips_cl_insn): ...here. Add new fields:
2488 frag, where, fixp, reloc_type, valid_p, noreorder_p, delay_slot_p
2489 and extended_p.
2490 (history): New variable.
2491 (prev_insn, prev_prev_insn, prev_insn_valid, prev_insn_frag)
2492 (prev_insn_where, prev_insn_reloc_type, prev_insn_fixp)
2493 (prev_insn_is_delay_slot, prev_insn_unreordered, prev_insn_extended)
2494 (prev_prev_insn_unreordered): Delete.
2495 (reg_needs_delay, append_insn, mips_no_prev_insn, mips_emit_delays)
2496 (macro_start): Replace uses of prev_insn* with the equivalent history[]
2497 field.
2498
399132af
DJ
24992005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
2500
2501 * doc/Makefile.am: Update as.info dependencies.
2502 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
2503
25042005-03-08 Jan Beulich <jbeulich@novell.com>
fffeaa5f
JB
2505
2506 * doc/as.texinfo: Add sentence to indicate redefining a macro is an
2507 error, and point to .purgem documentation if someone really needs
2508 re-definitions.
2509 * NEWS: Mention macro redefinition is now an error.
2510
9b505842
JB
25112005-03-08 Jan Beulich <jbeulich@novell.com>
2512
2513 * config/tc-ia64.c (emit_one_bundle): Track last slot user insn was
2514 emitted to. Add more precise diagnostics for non-fitting insns based
2515 on that. Eliminate now superfluous special casing of MLX. Clear out
2516 slot information when dropping an insn.
2517
ef6a2b41
JB
25182005-03-08 Jan Beulich <jbeulich@novell.com>
2519
2520 * config/tc-ia64.c (parse_section_name): Rename to...
2521 (cross_section): In addition to separating the name from the rest of
2522 the arguments, also carry out the operation.
2523 (dot_xdata): Use cross_section.
2524 (dot_float_cons): Likewise.
2525 (dot_xstringer): Likewise.
2526 (dot_xdata_ua): Likewise.
2527 (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
2528
06647dfd
AM
25292005-03-05 Alan Modra <amodra@bigpond.net.au>
2530
2531 * po/gas.pot: Regenerate.
2532
bbe506e8
TS
25332005-03-04 David Daney <ddaney@avtrex.com>
2534
2535 * config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp'
2536 instead of '_gp' for -mno-shared optimization.
2537 (s_cpload): Ditto.
2538 (s_abicalls): Document it in the comment.
2539 (md_show_usage): Document the -mno-shared option.
2540
aed1a261
RS
25412005-03-04 Richard Sandiford <rsandifo@redhat.com>
2542
2543 * config/tc-mips.c (mips_set_options): Add sym32 field.
2544 (mips_opts): Initialize it.
2545 (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
2546 (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
2547 (HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros.
2548 (load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
2549 when deciding whether to use a symbolic %highest/%higher expansion.
2550 (macro): Likewise. Remove o64/n32 linux hack. Always use
2551 ADDRESS_ADD*_INSN for address addition in the expansion of "dla"
2552 and "la". Handle constants separately from symbolic expressions in
2553 the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
2554 and using load_register to load the high part of the address.
2555 (OPTION_MSYM32, OPTION_NO_MSYM32): New macros.
2556 (OPTION_ELF_BASE): Bump by 2.
2557 (md_longopts): Add entries for -msym32 and -mno-sym32.
2558 (md_parse_option): Handle them.
2559 (usage): Document them.
2560 (s_mipsset): Handle ".set sym32" and ".set nosym32".
2561 (s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of
2562 HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
2563 * doc/c-mips.texi: Document ".set sym32", ".set nosym32",
2564 -msym32 and -mno-sym32.
2565
6caf9ef4
TS
25662005-03-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2567
2568 * config/tc-mips.c (load_address): Implement GP optimization
2569 for 64bit address space non-PIC. Fix formatting.
2570 (macro): Likewise. Simplify code.
2571 (md_parse_option): Don't bail out if -G 0 is set for PIC code.
2572 (mips_after_parse_args): Simplify code.
2573
406a7f05
NC
25742005-03-03 Nick Clifton <nickc@redhat.com>
2575
fbacee5b
NC
2576 * expr.c (operand): Remove redundant code enclosed by #ifdef
2577 RELAX_PAREN_GROUPING....#endif.
2578
77ccfee5
NC
2579 * config/tc-mn10200.c (tc_gen_reloc): Handle the case where the
2580 reloc is the difference of two symbols defined in the same
2581 section.
2582
406a7f05
NC
2583 * config/tc-iq2000.c (line_comment_chars): Include the # character
2584 as otherwise this breaks #APP/#NO_APP processing.
2585
2f12d57f
RR
25862005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2587
2588 * config/tc-arc.c(md_assemble): Remove dead code for handling
2589 immediate indexing of ld and st .
2590
3f98094e
DJ
25912005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2592 Joseph Myers <joseph@codesourcery.com>
2593
2594 * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
2595 %dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel.
2596 (parse_relocation): Check for a word break after a relocation
2597 operator.
2598 (md_apply_fix3): Handle TLS relocations, and mark thread-local
2599 symbols.
2600
ab1e9ef7
AM
26012005-03-02 Alan Modra <amodra@bigpond.net.au>
2602
2603 * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
2604
bb14f524
JB
26052005-03-02 Jan Beulich <jbeulich@novell.com>
2606
2607 * as.c (main): Use unlink_if_ordinary instead of unlink.
2608 * messages.c (as_fatal): Likewise.
2609
c4a530c5
JB
26102005-03-02 Jan Beulich <jbeulich@novell.com>
2611
2612 * config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
2613 accesses.
2614 (parse_register): Allow cr8...15 in all modes.
2615
167c3097
JB
26162005-03-02 Jan Beulich <jbeulich@novell.com>
2617
2618 * config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
2619 etc. like normal symbol references (T_ID).
2620
71ba24a1
AM
26212005-03-02 Alan Modra <amodra@bigpond.net.au>
2622
2623 * symbols.c (fb_label_name): Fix silly thinko in last change.
2624
a76903bf
AM
26252005-03-02 Alan Modra <amodra@bigpond.net.au>
2626
9d0e75cb
AM
2627 * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
2628 * config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
2629
a76903bf
AM
2630 * symbols.c (fb_label_name): Allow an augend of 2 for mmix.
2631
26322005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
b15c27d7
RR
2633
2634 PR gas/708
a76903bf 2635 * config/tc-arc.c (md_assemble): Initialize suffix for extension
b15c27d7 2636 suffixes also.
b15c27d7 2637
c9dea48b
AM
26382005-03-01 Alan Modra <amodra@bigpond.net.au>
2639
c7f17d46
AM
2640 * config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
2641
c9dea48b
AM
2642 * as.h (assert): Warning fix.
2643 * expr.c (expr): Correct assertion.
2644 * read.c (s_comm_internal): Remove assertion.
2645 * write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER.
2646 (fixup_segment): Remove assertion.
2647 * config/tc-dlx.c (machine_ip): Remove untrue assertions.
2648 (md_apply_fix3): Likewise.
2649 * config/tc-i370.c (md_begin): Correct assertion.
2650 (i370_macro): Warning fix for assertion.
2651
44f2f9d2
AM
26522005-03-01 Alan Modra <amodra@bigpond.net.au>
2653
2654 * configure.in (AC_C_BIGENDIAN): Invoke.
2655 * configure: Regenerate.
2656 * write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof
2657 host variable to set string header size.
2658 * config/obj-aout.c (obj_header_append): Don't use host structs.
2659 (obj_symbol_to_chars): Likewise.
2660 (obj_emit_strings): Likewise. Use the passed in output pointer.
2661 * config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE.
2662 * config/obj-bout.c (obj_emit_relocations): Use md_reloc_size,
2663 not sizeof host struct.
2664 (obj_header_append, obj_symbol_to_chars): Don't use host structs.
2665 (obj_emit_strings): Likewise.
2666 * config/obj-bout.h (EXEC_BYTES_SIZE): Define.
2667 (N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of
2668 sizeof host struct.
2669 (H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using
2670 sizeof host struct.
2671 (host_number_to_chars): Define.
2672 * config/obj-hp300.c (hp300_header_append): Don't use sizeof
2673 host internal struct to set header sizes.
2674 * config/tc-i960.c (md_number_to_field): Warning fix.
2675 (md_ri_to_chars): Use host byte order.
2676 (get_cdisp, md_apply_fix3): Warning fix.
055d1eb0 2677 * config/tc-m68k.c (md_assemble): Don't use sizeof host short.
44f2f9d2 2678
802a113d
NC
26792005-02-28 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2680
2681 * doc/c-arc.texi: Update documentation about ARC's extension
2682 instructions.
2683
e5f129ad
SS
26842005-02-27 Svein E. Seldal <svein@dev.seldal.com>
2685
2686 * config/tc-tic4x.c (tic4x_gen_to_words): Changed mail
2687 address for myself.
2688
2132e3a3
AM
26892005-02-23 Alan Modra <amodra@bigpond.net.au>
2690
2691 * cgen.c: Warning fixes.
2692 * config/tc-arc.c: Likewise.
2693 * config/tc-arm.c: Likewise.
2694 * config/tc-avr.c: Likewise.
2695 * config/tc-d10v.c: Likewise.
2696 * config/tc-d30v.c: Likewise.
2697 * config/tc-frv.c: Likewise.
2698 * config/tc-frv.h: Likewise.
2699 * config/tc-h8300.c: Likewise.
2700 * config/tc-h8500.c: Likewise.
2701 * config/tc-i370.c: Likewise.
2702 * config/tc-i960.c: Likewise.
2703 * config/tc-ia64.c: Likewise.
2704 * config/tc-ip2k.c: Likewise.
2705 * config/tc-m68hc11.c: Likewise.
2706 * config/tc-maxq.c: Likewise.
2707 * config/tc-mcore.c: Likewise.
2708 * config/tc-mips.c: Likewise.
2709 * config/tc-msp430.c: Likewise.
2710 * config/tc-pj.c: Likewise.
2711 * config/tc-ppc.c: Likewise.
2712 * config/tc-ppc.h: Likewise.
2713 * config/tc-s390.c: Likewise.
2714 * config/tc-sh.c: Likewise.
2715 * config/tc-sh64.c: Likewise.
2716 * config/tc-tic4x.c: Likewise.
2717 * config/tc-tic80.c: Likewise.
2718 * config/tc-v850.c: Likewise.
2719 * config/tc-vax.c: Likewise.
2720 * config/tc-w65.c: Likewise.
2721 * config/tc-xstormy16.c: Likewise.
2722 * config/tc-z8k.c: Likewise.
2723
ee3c9814
CM
27242005-02-22 Catherine Moore <clm@cm00re.com>
2725
2726 * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
2727 * doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
2728
9b2f1d35
EC
27292005-02-22 Eric Christopher <echristo@redhat.com>
2730
2731 * config/tc-mips.c (struct proc): Change isym to
2732 func_sym. New member func_end_sym.
2733 (s_mips_ent): Update.
2734 (s_mips_end): Ditto. Add code to compute function size.
2735
b7712f8d
AM
27362005-02-22 Alan Modra <amodra@bigpond.net.au>
2737
2738 * read.c: Warning fixes.
2739 * config/obj-elf.c: Likewise.
2740
58e2ea4d
MR
27412005-02-22 Maciej W. Rozycki <macro@mips.com>
2742
2743 * config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before
2744 emitting insn.
2745
ebe372c1
L
27462005-02-21 H.J. Lu <hongjiu.lu@intel.com>
2747
2748 * config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with
2749 SEC_COFF_SHARED.
2750
2751 * config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with
2752 SEC_TIC54X_BLOCK.
2753 (demand_empty_rest_of_line): Likewise.
2754 (tic54x_sblock): Likewise.
2755 (tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK.
2756
cc1bc22a
AM
27572005-02-21 Alan Modra <amodra@bigpond.net.au>
2758
2759 * read.c (address_bytes): New function.
2760 (TC_ADDRESS_BYTES): Default for BSD_ASSEMBLER to address_bytes.
2761 (potable): Add "dc.a".
2762 (cons_worker): Handle "dc.a".
2763 * doc/internals.texi (TC_ADDRESS_BYTES): Document.
2764
ac4528d2
AM
27652005-02-21 Alan Modra <amodra@bigpond.net.au>
2766
2767 * input-file.c (input_file_open): Rearrange to avoid warning.
2768
b5682e56
AM
27692005-02-19 Alan Modra <amodra@bigpond.net.au>
2770
2771 * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
2772 * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test.
2773 * doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
2774
8fc2e39e
TS
27752005-02-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2776
2777 * config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at
2778 uses after .set noat.
2779 (load_address): Likewise.
2780 (macro): Likewise. Don't try to avoid $at use by sacrificing
2781 the target register before it is stored, it won't work.
2782
744b6414
JW
27832005-02-17 James E Wilson <wilson@specifixinc.com>
2784
2785 * config/tc-ia64.c (emit_one_bundle): Stop filling a bundle if we
2786 see an instruction that specifies a template.
2787
30eb9c17
AM
27882005-02-18 Alan Modra <amodra@bigpond.net.au>
2789
2790 * config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
2791 * config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings.
2792 * config/tc-tic80.c (build_insn): Init insn[1] to silence warning.
2793
91d777ee
L
27942005-02-17 H.J. Lu <hongjiu.lu@intel.com>
2795
2796 * NEWS: Mention "-mhint.b=[ok|warning|error]".
2797
2798 * config/tc-ia64.c (md): Add hint_b.
2799 (emit_one_bundle): Handle md.hint_b for "hint".
2800 (md_parse_option): Accepted "-mhint.b=[ok|warning|error]".
2801 (md_show_usage): Add "-mhint.b=[ok|warning|error]".
2802 (ia64_init): Set md.hint_b to error.
2803 (md_assemble): Handle md.hint_b for "hint.b".
2804
2805 * doc/as.texinfo: Add "-mhint.b=[ok|warning|error]".
2806 * doc/c-ia64.texi: Likewise.
2807
f17c130b
AM
28082005-02-17 Alan Modra <amodra@bigpond.net.au>
2809
2810 * tc.h (struct relax_type, relax_typeS): Move from here..
2811 * as.h: ..to here. Make rlx_forward and rlx_backward an offsetT.
2812 * ecoff.c (ecoff_new_file): Add appfile param.
2813 * ecoff.h (ecoff_new_file): Likewise.
2814 * itbl-lex.h: New file.
2815 * itbl-lex.l: Include itbl-lex.h.
2816 * itbl-parse.y: Likewise.
2817 (insntbl_line, yyparse, yylex): Move to itbl-lex.h.
2818 * read.c (s_app_file_string): Mark appfile possibly unused.
2819 * subsegs.c (seg_not_empty_p): Make sec possibly unused.
2820 * subsegs.h (struct seg_info_trash): Delete.
2821 (seg_info): Use segment_info_type instead.
2822 * config/obj-coff.c (struct filename_list): Make filename const char *.
2823 * config/obj-ecoff.h (obj_app_file): Pass app to ecoff_new_file.
2824 * config/obj-elf.c (elf_file_symbol): Similarly.
2825 * config/tc-a29k.c (md_apply_fix3): Make val a valueT. Don't use
2826 signed right shift.
2827 * config/tc-arc.c (md_operand): Warning fix.
2828 * config/tc-arm.c (arm_parse_reloc): Only define when OBJ_ELF.
2829 (md_begin): Rearrange #if defined OBJ_COFF || defined OBJ_ELF.
2830 * config/tc-cris.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Use do while.
2831 * config/tc-frv.c (frv_force_relocation): Warning fix.
2832 * config/tc-m68k.c (md_parse_option): Delete unused var.
2833 * config/tc-mcore.c (mylog2): Rename from log2 throughout.
2834 * config/tc-sparc.c: Likewise.
2835 (s_common): Warning fix.
2836 * config/tc-mips.c (append_insn): Use unsigned long long expressions.
2837 * config/tc-mmix.c (PUSHJSTUB_MAX, PUSHJSTUB_MIN): Define from
2838 addressT.
2839 * config/tc-s390.c (s390_insn): Delete test of unsigned >= 0.
2840 * config/tc-sh.c (sh_cfi_frame_initial_instructions,
2841 sh_regname_to_dw2regnum): Only define for OBJ_ELF.
2842 * config/tc-tic4x.c (tic4x_insert_reg): Use ISLOWER.
2843 (tic4x_do_align): Use TIC_NOP_OPCODE.
2844 * config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE.
2845 * config/tc-vax.c: Include netinet/in.h.
2846 (tc_headers_hook): Formatting.
2847 * config/tc-xstormy16.c (md_pcrel_from_section): Correct parens.
2848
26b810ce
JB
28492005-02-17 Jan Beulich <jbeulich@novell.com>
2850
2851 * config/tc-ia64.c (ia64_parse_name): Don't advance 'name' when
2852 parsing inN, locN, outN. Set 'idx' to offset register number starts
2853 at. Don't handle numbers with leading zeroes or beyond 95. Remove
2854 pointless cast.
2855
b8285c27
TS
28562005-02-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2857
2858 * config/tc-mips.c (load_address): Fix formatting.
2859 (macro): Don't use AT if .set noat is in effect. Fix formatting.
2860 Catch macros which are unexpandable without AT. Remove duplicate
2861 zeroing of used_at.
2862 (macro2): Remove duplicate zeroing of used_at.
2863
4df6ce47
AM
28642005-02-16 Alan Modra <amodra@bigpond.net.au>
2865
2866 * dw2gencfi.c (output_cie, output_fde): Use DW_CFA_nop rather
2867 than zero.
2868
d6f16593 28692005-02-15 Nigel Stephens <nigel@mips.com>
4df6ce47 2870 Maciej W. Rozycki <macro@mips.com>
d6f16593
MR
2871
2872 * config/tc-mips.c (reloc_needs_lo_p): Handle
2873 BFD_RELOC_MIPS16_HI16_S.
2874 (fixup_has_matching_lo_p): Handle BFD_RELOC_MIPS16_LO16.
2875 (append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S
2876 and BFD_RELOC_MIPS16_LO16 to relocs to suppress overflow
2877 complaints on.
2878 (mips16_ip): Resolve BFD_RELOC_MIPS16_HI16_S,
2879 BFD_RELOC_MIPS16_HI16 and BFD_RELOC_MIPS16_LO16 for constants.
2880 Call my_getSmallExpression() to parse percent operators.
2881 (percent_op_match, mips_percent_op): Separate definitions.
2882 (mips16_percent_op): Define percent operators for the MIPS16 mode.
2883 (parse_relocation): Handle the MIPS16 mode using
2884 mips16_percent_op.
2885 (md_apply_fix3): Handle BFD_RELOC_MIPS16_HI16,
2886 BFD_RELOC_MIPS16_HI16_S and BFD_RELOC_MIPS16_LO16.
2887
7b347e43
JB
28882005-02-15 Jan Beulich <jbeulich@novell.com>
2889
2890 * config/tc-ia64.c (md_apply_fix3): Call ia64_gen_real_reloc_type
2891 instead of explicitly dealing with the translation; exclude
2892 relocations that are already pcrel, however.
2893
a66d2bb7
JB
28942005-02-15 Jan Beulich <jbeulich@novell.com>
2895
2896 * config/tc-ia64.c: Include limits.h (if available).
2897 (gr_values[0]): Set path to INT_MAX.
2898 (dot_reg_val): Don't allow changing value of r0. Limit range of
2899 general registers at r127.
2900 (specify_resource): Default resource index is -1. Don't set resource
2901 index (in case IA64_RS_RSE) without setting the specific flag.
2902 (note_register_values): Check operand is O_constant before tracking
2903 input value of moves. Add tracking for dep.z with constant inputs.
2904 (print_dependency): Resource index of specific resource may be zero.
2905 (check_dependencies): Likewise.
2906
4b09e828
JB
29072005-02-15 Jan Beulich <jbeulich@novell.com>
2908
2909 * config/tc-ia64.c (parse_operands): New local variables reg1, reg2,
2910 reg_class. Check operands and emit diagnostics for illegal use of
2911 registers.
2912
0ca3e455
JB
29132005-02-15 Jan Beulich <jbeulich@novell.com>
2914
2915 * config/tc-ia64.c (ia64_gen_real_reloc_type): Define and initialize
2916 new variables type, suffix, and width. Handle
2917 BFD_RELOC_IA64_DIR(32|64)[LM]SB in FUNC_LT_FPTR_RELATIVE case.
2918 Handle BFD_RELOC_IA64_DIR64[LM]SB in FUNC_TP_RELATIVE case. Add
2919 FUNC_DTP_MODULE case. Handle BFD_RELOC_IA64_DIR32[LM]SB in
2920 FUNC_DTP_RELATIVE case. Return incoming relocation type if
2921 BFD_RELOC_IA64_IPLT[LM]SB in FUNC_IPLT_RELOC case. Generate warning
2922 if unable to translate relocation type, using the new variables.
2923
2fac3d48
JB
29242005-02-15 Jan Beulich <jbeulich@novell.com>
2925
2926 * config/tc-ia64.h (ia64_symbol_chars): Declare.
2927 (ty_symbol_chars): Define.
2928 * config/tc-ia64.c (ia64_symbol_chars): Define.
2929
2f6d622e
JB
29302005-02-15 Jan Beulich <jbeulich@novell.com>
2931
2932 * config/tc-ia64.c (ia64_parse_name): Only update next character if
2933 input_line_pointer was advanced.
2934
28013b5c
KK
29352005-02-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2936
2937 * config/tc-sh.c (md_apply_fix3): Add parentheses around &
2938 within |.
2939
f1dab70d
JB
29402005-02-13 Jan Beulich <jbeulich@novell.com>
2941
2942 * config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn.
2943 (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default
2944 indicator.
2945 (ia64_init): Set md.detect_dv.
2946 (ia64_start_line): New static variable warned. Warn only once when
2947 encountering explicit stops in automatic mode.
2948 * doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx.
2949 * NEWS: Mention new default mode.
2950
20b36a95
JB
29512005-02-13 Jan Beulich <jbeulich@novell.com>
2952
2953 * config/tc-ia64.c (dot_rot): Add comment that name strings should
2954 be freed when wiping out previous state. Canonicalize names before
2955 use. Free name string when detecting redefinition.
2956 (dot_pred_rel): Call generic expression parser to process arguments.
2957 Handle O_register case for individual predicates and O_subtract for
2958 ranges.
2959 (ia64_parse_name): Canonicalize name before looking it up in dynamic
2960 register hash.
2961 (ia64_canonicalize_symbol_name): Strip off all trailing # characters.
2962 Warn if multiple found, issue error if resulting symbol name has zero
2963 length.
2964 (dot_alias): Canonicalize name before use.
2965
07450571
L
29662005-02-11 H.J. Lu <hongjiu.lu@intel.com>
2967
2968 * config/tc-ia64.c (unwind_diagnostic): Return -1 for warning
2969 and 0 for error.
2970 (in_procedure): Return -1 for warning.
2971 (in_prologue): Likewise.
2972 (in_body): Likewise.
2973
01b91374
L
29742005-02-11 H.J. Lu <hongjiu.lu@intel.com>
2975
ac4528d2 2976 * config/tc-ia64.c (dot_xdata): Undo the last change.
01b91374
L
2977 (dot_float_cons): Likewise.
2978 (dot_xstringer): Likewise.
2979 (dot_xdata_ua): Likewise.
2980 (dot_float_cons_ua): Likewise.
2981
970d6792
L
29822005-02-11 H.J. Lu <hongjiu.lu@intel.com>
2983
2984 * NEWS: Mention "-munwind-check=[warning|error]".
2985
2986 * config/tc-ia64.c (md): Add unwind_check.
2987 (unwind_diagnostic): New.
2988 (in_procedure): Call unwind_diagnostic when a directive isn't
2989 in procedure.
2990 (in_prologue): Call unwind_diagnostic when a directive isn't in
2991 prologue.
2992 (in_body): Call unwind_diagnostic when a directive isn't in
2993 body region.
2994 (dot_endp): Set md.unwind_check to error before calling
2995 in_procedure and restore it after. When the name is missing or
2996 couldn't be found, use the one from the last .proc if
2997 md.unwind_check isn't error. Warn if md.unwind_check is
2998 warning.
2999 (md_parse_option): Handle "-munwind-check=[warning|error]".
3000 (md_show_usage): Add "-munwind-check=[warning|error]".
3001 (ia64_init): Set md.unwind_check to warning.
3002
3003 * doc/as.texinfo: Add "-munwind-check=[none|warning|error]".
3004 * doc/c-ia64.texi: Likewise.
3005
16a48f83
JB
30062005-02-11 Jan Beulich <jbeulich@novell.com>
3007
3008 * config/tc-ia64.h (LEX_AT): Include LEX_BEGIN_NAME.
3009 (LEX_QM): Likewise.
3010 (ia64_parse_name): New third parameter.
3011 (md_parse_name): Pass third argument.
3012 * config/tc-ia64.c (pseudo_func): Placeholders use NULL as name.
3013 (md_operand): Handling of '@'-prefixed symbols moved from here...
3014 (ia64_parse_name): ...to here.
3015
a911c10a
JB
30162005-02-11 Jan Beulich <jbeulich@novell.com>
3017
3018 * config/tc-ia64.c (md): Remove last_groups and group_idx.
3019 (errata_nop_necessary_p): Remove declaraction and definition.
3020 (emit_one_bundle): Don't call errata_nop_necessary_p. Don't
3021 update md.group_idx. Don't reset md.last_groups.
3022
b3f19c14
JB
30232005-02-11 Jan Beulich <jbeulich@novell.com>
3024
3025 * config/tc-ia64.c (parse_section_name): Handle non-quoted first
3026 argument.
3027 (dot_xdata): Free section name after use.
3028 (dot_float_cons): Likewise.
3029 (dot_xstringer): Likewise.
3030 (dot_xdata_ua): Likewise.
3031 (dot_float_cons_ua): Likewise.
3032 (md_pseudo_table): Add xdata16 and xdata16.ua.
3033
5cb53c21
L
30342005-02-10 H.J. Lu <hongjiu.lu@intel.com>
3035
3036 * doc/all.texi: Add IA64.
3037 * doc/as.texinfo: Likewise.
3038
3039 * doc/c-ia64.texi: Fix typos.
3040
620b81c1
JB
30412005-02-10 Julian Brown <julian@codesourcery.com>
3042
3043 * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
3044 BFD_RELOC_UNUSED.
3045 (do_t_push_pop): Likewise.
3046 (md_assemble): Likewise.
3047 (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make
3048 BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
3049 (create_unwind_entry): Output dependency on the required personality
3050 routines.
620b81c1 3051
4ee4d249
NS
30522005-02-07 Nathan Sidwell <nathan@codesourcery.com>
3053
3054 * as.h (seg_not_empty_p): Return int, not bfd_boolean.
3055 * subsegs.c (seg_not_empty_p): Likewise.
3056
9f5083a4
NC
30572005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
3058
3059 * config/tc-maxq.c (md_estimate_size_before_relax): Correct the
4df6ce47 3060 relative jump calculation.
9f5083a4
NC
3061 <md_convert_frag) : Likewise.
3062 <output_disp): Likewise.
3063
aaac53f5
HPN
30642005-02-07 Hans-Peter Nilsson <hp@axis.com>
3065
3066 * write.c (write_object_file): Recognize warning-symbol construct
3067 and skip object- and target- handling for the second symbol.
3068
05ee4b0f
JB
30692005-02-02 Jan Beulich <jbeulich@novell.com>
3070
3071 * config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed
3072 designators along with quoted ones. Free copy of quoted designator
3073 when done.
3074
65ec77d2
BE
30752005-02-01 Ben Elliston <bje@au.ibm.com>
3076
3077 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
3078 config/obj-ieee.c, config/obj-som.c, config/obj-vms.c,
3079 config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c,
3080 config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c,
3081 config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c,
3082 config/tc-i370.c, config/tc-i386.c, config/tc-i960.c,
3083 config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h,
3084 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c,
3085 config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c,
3086 config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c,
3087 config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c,
3088 config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c,
3089 config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove
3090 #if 0'd code throughout.
3091
d342277e
NC
30922005-01-31 Nick Clifton <nickc@redhat.com>
3093
3094 * as.c (parse_args): Bump copyright date reported by --version to
3095 2005.
3096
d6486796
NC
30972005-01-31 Nick Clifton <nickc@redhat.com>
3098
3099 * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
3100 and vax-vms.
3101
ca3bc58f
JB
31022005-01-31 Jan Beulich <jbeulich@novell.com>
3103
3104 * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
3105 that can end with .endr in that case. Make requiring/permitting
3106 pseudo-ops without leading dot closer to the logic in read.c serving
3107 the same purpose.
3108 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
3109 ignored.
3110
057f53c1
JB
31112005-01-31 Jan Beulich <jbeulich@novell.com>
3112
3113 * macro.c (do_formals): Adjust to no longer accept empty parameter
3114 names.
3115 (define_macro): Adjust to no longer accept empty macro name, garbage
3116 following the parameters, or macros that were previously defined.
3117 * read.c (s_bad_end): Declare.
3118 (potable): Add endm. Handler for endr and endm is s_bad_end.
3119 (s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
3120 and .endr.
3121 * read.h (s_bad_endr): Remove.
3122
d3156ecc
JB
31232005-01-31 Jan Beulich <jbeulich@novell.com>
3124
3125 * config/tc-ia64.c (parse_operands): Parse all specified operands,
3126 immediately discarding (but counting) those exceeding the maximum
3127 possible amount. Track whether output and input operand counts ever
3128 matched, and use this to better indicate which of the operands/
3129 operand types was wrong; specifically don't default to pointing to
3130 the first operand.
3131
75e09913
JB
31322005-01-31 Jan Beulich <jbeulich@novell.com>
3133
3134 * config/tc-ia64.c (unwind): Remove proc_end (now an automatic
3135 variable in dot_endp). Add body and insn. Make prologue,
3136 prologue_mask, body, and insn bitfields.
3137 (fixup_unw_records): Remove spurious new-lines from end of diagnostic
3138 messages.
3139 (in_procedure, in_prologue, in_body): New.
3140 (dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
3141 dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
3142 dot_unwentry, dot_altrp, dot_savemem, dot_saveg, dot_savef, dot_saveb,
3143 dot_savegf, dot_spill, dot_spillreg, dot_spillmem, dot_spillreg_p,
3144 dot_spillmem_p, dot_label_state, dot_copy_state, dot_unwabi,
3145 dot_personality): Use the appropriate one of the above.
3146 (dot_proc): Clear unwind.proc_start; set to current location only if
3147 none of the entry points were valid. Check for non-zero-length entry
3148 point names. Check that entry points aren't defined, yet. Clear
3149 unwind.prologue, unwind.body, and unwind.insn.
3150 (dot_body): Call in_procedure. Check that first directive in procedure
3151 had no insns emitted before. Set unwind.body.
3152 (dot_prologue): Call in_procedure. Check that not already in prologue.
3153 Check that first directive in procedure had no insns emitted before.
3154 Clear unwind.body.
3155 (dot_endp): Call in_procedure. Declare proc_end. Check for non-zero-
3156 length entry point names. Check that entry points became defined.
3157 (md_assemble): Set unwind.insn once unwind.proc_start is defined.
3158
f4660e2c
JB
31592005-01-31 Jan Beulich <jbeulich@novell.com>
3160
3161 * config/tc-ia64.c (emit_one_bundle): Snapshot manual bundling state
3162 before actually using it. Don't generate an error in manual bundling
3163 mode when looking at an insn requiring slot 2 but not yet at slot 2.
3164 Don't generate an error in manual bundling mode when looking at an
3165 insn required to be last in its group but the required slot hasn't
3166 been reached, yet. Allow conversion from MII to MI;I for bundle
3167 consisting of only 2 insns with the stop between them. Suppress
3168 various meaningless errors resulting from detecting earlier ones.
3169
60b9a617
JB
31702005-01-31 Jan Beulich <jbeulich@novell.com>
3171
3172 * config/tc-ia64.c (parse_operands): Also handle alloc without first
3173 input being ar.pfs.
3174
7af0dfc7
CG
31752005-01-28 Christian Groessler <chris@groessler.org>
3176
3177 * config/tc-z8k.c (md_assemble): Improve error detection.
3178
f7e323d5
JB
31792005-01-28 Jan Beulich <jbeulich@novell.com>
3180
3181 * config/tc-ia64.c (ia64_estimate_size_before_relax): Allocate space
3182 for personality routine pointer only if there is one.
3183 (ia64_convert_frag): Likewise.
3184 (generate_unwind_image): Likewise.
3185
f87a1e0c
CG
31862005-01-27 Christian Groessler <chris@groessler.org>
3187
3188 * config/tc-z8k.c (INSERT): Remove, not used anywhere.
3189 (md_apply_fix3): Make relative branches out of range an error
3190 instead of a warning. Display correct line number for out of
3191 range branches/calls/memory accesses.
3192
c6cb92c5
NS
31932005-01-27 Nathan Sidwell <nathan@codesourcery.com>
3194
3195 * dwarf2dbg.c (dwarf2_finish): Correct logic for determining when
3196 to emit .debug_line and other debug sections.
3197 * as.h (seg_not_empty_p): Declare.
3198 * subsegs.c (seg_not_empty_p): New predicate.
3199
e8093792
AC
32002005-01-27 Andrew Cagney <cagney@gnu.org>
3201
3202 * configure: Regenerate to track ../gettext.m4 change.
3203
09124b3f
JB
32042005-01-27 Jan Beulich <jbeulich@novell.com>
3205
3206 * config/tc-ia64.c (emit_one_bundle): Change "?imbf??" to "?ibmfxx".
3207
32082005-01-27 Jan Beulich <jbeulich@novell.com>
97762d08
JB
3209
3210 * config/tc-ia64.c (emit_one_bundle): Add late resolution of move
3211 to/from application registers dynamic insns.
3212 (md_assemble): Defer resolution of move to/from application registers
3213 dynamic insns when they can be issued on either the I- or M-units.
3214
90219bd0
AO
32152005-01-25 Alexandre Oliva <aoliva@redhat.com>
3216
3217 * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
3218 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
3219 * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
3220 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
3221 * cgen.c (gas_cgen_parse_operand): Handle
3222 CGEN_PARSE_OPERAND_SYMBOLIC.
3223 * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
3224 (frv_force_relocation): Likewise. Fix handling of PIC
3225 relocations.
3226 (md_apply_fix3): Likewise.
3227
59c871b4
BE
32282005-01-21 Ben Elliston <bje@au.ibm.com>
3229
3230 * as.h: Remove #if 0'd code.
3231 * atof-generic.c (atof_generic): Likewise.
3232 * ecoff.c (ecoff_directive_frame): Likewise.
3233 * frags.h (FRAG_APPEND_1_CHAR): Likewise.
3234 * itbl-ops.c (itbl_add_reg): Likewise.
3235 * listing.c (calc_hex): Likewise.
3236 * read.c (MASK_CHAR): Likewise.
3237 * subsegs.c (subsegs_print_statistics): Likewise.
3238 * symbols.c (indent): Likewise.
3239 * write.c (write_relocs): Likewise.
3240 (write_object_file): Likewise.
3241 (relax_frag): Likewise.
3242
fb767913
NC
32432005-01-20 Nick Clifton <nickc@redhat.com>
3244
3245 * as.c (std_longopts): Add an entry for "--a" in order to prevent
3246 getopt_long_only() from considering -a as an abbreviation for
3247 --alternate.
3248 (parse_args): Fix the parsing of -a=<file>.
3249
c556cc9c
AM
32502005-01-20 Alan Modra <amodra@bigpond.net.au>
3251
3252 PR gas/684
3253 * read.c (s_incbin): Adjust default count for skip. Check validity
3254 of count and skip rigorously.
3255
9c6ed8e6
FF
32562005-01-19 Fred Fish <fnf@specifixinc.com>
3257
3258 * config/tc-mips.c (dummy_opcode): Add init for new struct member.
3259
e5604d79
RS
32602005-01-19 Richard Sandiford <rsandifo@redhat.com>
3261
3262 * read.c (convert_to_bignum): New function, split out from...
3263 (emit_expr): ...here. Handle the case where X_add_number is
3264 positive and the input value is negative.
3265 (output_big_sleb128): Fix setting of continuation bit. Check whether
3266 the final byte needs to be sign-extended. Fix size-shrinking loop.
3267 (emit_leb128_expr): When generating a signed leb128, see whether the
3268 sign of an O_constant's X_add_number matches the sign of the input
3269 value. Use a bignum if not.
3270
e38bc3b5
NC
32712005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
3272
3273 * tc-sh.c (md_begin,md_parse_option): Change arch_sh1_up to
3274 arch_sh_up in order to match the external name and make the
3275 testsuite's job easier.
3276
df227444
L
32772005-01-14 H.J. Lu <hongjiu.lu@intel.com>
3278
4df6ce47 3279 PR 659
df227444
L
3280 * config/tc-i386.c (i386_scale): Disallow 0 scale.
3281
b8b80cf7
NC
32822005-01-12 Nick Clifton <nickc@redhat.com>
3283
3284 * config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing
3285 ignored_arguments array.
3286
324007b9
L
32872005-01-10 H.J. Lu <hongjiu.lu@intel.com>
3288
3289 * write.c (write_object_file): Disallow a symbol equated to
3290 common symbol.
3291
5c4504f7
NC
32922005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com>
3293
3294 * tc-maxq.c: Replace constants 10 and 20 with bfd_mach_maxq10 and
3295 bfd_mach_maxq20.
3296 (md_pseudo_table): Add new pseudo ops for maxq10 and maxq20.
3297 (maxq_target): New function: Set the machine type.
3298
4e7fd91e
PB
32992005-01-06 Paul Brook <paul@codesourcery.com>
3300
3301 * config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS.
3302 (md_begin): Handle TE_VXWORKS for FP defaults.
3303 (md_apply_fix3): Correct rela offsets.
3304 (elf32_arm_target_format): Add VxWorks targets.
3305
ea3eed15
PB
33062005-01-06 Paul Brook <paul@codesourcery.com>
3307
3308 * configure.tgt: Set em=vxworks for *-*-vxworks.
3309 * config/te-vxworks.h: New File.
3310
5dc1606f
PB
33112005-01-06 Paul Brook <paul@codesourcery.com>
3312
3313 * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s.
3314
18af0b39
NC
33152005-01-04 Dmitry Diky <diwil@spec.ru>
3316
3317 * config/tc-msp430.c (md_apply_fix3): Fix offset calculation for
3318 global label.
3319
196e8040
JW
33202005-01-03 David Mosberger <davidm@hpl.hp.com>
3321
3322 * config/tc-ia64.c (md): Add member "loc_directive_seen".
3323 (dot_loc): New function.
3324 (md_pseudo_table): Add entry to map .loc to dot_loc().
3325 (emit_one_bundle): Only call dwarf2_gen_line_info() if we have
3326 seen a .loc directive or we're generating DWARF2 debug info for
3327 assembly source.
3328
a207757e
AM
33292004-12-29 Alan Modra <amodra@bigpond.net.au>
3330
3331 PR gas/619
3332 * read.c (s_comm_internal): Don't zero end of name until size
3333 expression has been parsed.
3334
71d7ecf2
MM
33352004-12-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
3336
3337 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
3338
30c62922
TL
33392004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
3340
3341 * config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch'
3342 case).
3343
14ee9f48
ILT
33442004-12-22 Ian Lance Taylor <ian@airs.com>
3345
3346 * configure.tgt: New.
3347 * configure.in: Move setting of cpu_type, fmt, etc., to
3348 configure.tgt.
3349 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
3350 $(srcdir)/configure.tgt.
3351 * configure, Makefile.in: Rebuild.
3352
750bce0e 33532004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
4df6ce47 3354
750bce0e
NC
3355 * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and
3356 R_AVR_6_ADIW relocs for the LDI, ADIW/SBIW and LDD/STD
3357 instructions.
3358 (avr_offset_expression): New function to parse offsets for LDI
3359 instructions.
3360 (avr_operand): Use it.
3361 (md_apply_fix3): Generate the relocs.
3362
9d2be1ee
JR
33632004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3364
3365 * config/tc-sh64.c (shmedia_md_apply_fix3): Add missing
3366 BFD_RELOC_SH_IMMS10BY8 relocation.
3367
3368 * config/tc-sh64.c (shmedia_build_Mytes): Emit an error message rather
3369 than just ignoring bad code.
3370
1e50d24d
RS
33712004-12-16 Richard Sandiford <rsandifo@redhat.com>
3372
3373 * config/tc-v850.c (handle_lo16): New function.
3374 (v850_reloc_prefix): Use it to check lo().
3375 (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET.
3376
2fbd2a87
NC
33772004-12-14 P.J. Darcy <darcypj@us.ibm.com>
3378
3379 * configure.in: Add s390x-ibm-tpf support.
3380 * configure: Regenerate.
3381
7a6d0b32
JB
33822004-12-15 Jan Beulich <jbeulich@novell.com>
3383
3384 * config/obj-elf.c (obj_elf_change_section): Only set type and
3385 attributes on new sections. Emit warning when type of re-declared
3386 section doesn't match.
3387
5b9d23c6
JB
33882004-12-15 Jan Beulich <jbeulich@novell.com>
3389
3390 * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so
3391 '.cfi_startproc simple' doesn't inherit the old value.
3392
dcb45a06
JB
33932004-12-15 Jan Beulich <jbeulich@novell.com>
3394
3395 * dw2gencfi.c (output_cfi_insn): Adjust DW_CFA_def_cfa_sf generation
3396 to emit a signed and factored offset. Adjust DW_CFA_def_cfa_offset_sf
3397 generation to emit a factored offset.
3398
aa6975fb
ILT
33992004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
3400
6943caf0
ILT
3401 * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
3402 which is too large in the case of NO_PIC without 64-bit
3403 addresses.
3404
aa6975fb
ILT
3405 * config/tc-mips.c (mips_in_shared): New static variable.
3406 (macro_build_lui): Permit "_gp" if !mips_in_shared.
3407 (md_longopts): Add -mshared and -mno-shared.
3408 (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
3409 (s_cpload): Implement !mips_in_shared case.
3410 (s_cpsetup): Likewise.
3411 * doc/c-mips.texi (MIPS Opts): Document -mno-shared.
3412 * NEWS: Mention -mno-shared.
3413
be1b2b4b
PB
34142004-12-09 Paul Brook <paul@codesourcery.com>
3415
3416 * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
3417 for function start.
3418
9a92f48d
ILT
34192004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
3420
dd22970f
ILT
3421 * config/tc-mips.c (append_insn): If we emit a nop during a relax
3422 sequence, increase the size of the sequence.
3423
9a92f48d
ILT
3424 * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
3425 use CPU_RM9000.
3426
b617dc20
BE
34272004-12-07 Ben Elliston <bje@gnu.org>
3428
3429 * read.c (s_align): Use an align_limit temporary to allay a GCC
3430 signed/unsigned comparison warning.
3431
c820d418
MM
34322004-12-01 Mark Mitchell <mark@codesourcery.com>
3433
3434 * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
3435 * configure.in: Use it for arm*-*-linux-gnueabi*.
3436 * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
3437 * config/te-armlinuxeabi.h: New file.
3438 * Makefile.in: Regenerated.
3439 * aclocal.m4: Likewise.
3440 * configure: Likewise.
4df6ce47 3441 * doc/Makefile.in: Regenerated.
c820d418 3442
2b0210eb
BW
34432004-12-02 Bob Wilson <bob.wilson@acm.org>
3444
3445 * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
3446 (xtensa_restore_emit_state): Likewise.
3447
9ebd302d
AM
34482004-12-02 Alan Modra <amodra@bigpond.net.au>
3449
3450 * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
3451 (s_align): Use it.
3452
32118081
NC
34532004-11-30 Tero Niemela <tero_niemela@yahoo.com>
3454
3455 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
3456 * Makefile.in: Regenerate.
3457
3f414718
TL
34582004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
3459
9ebd302d
AM
3460 * config/tc-crx.c: Major code cleanup. Remove unused variables and
3461 functions, give functions a meaningful name, add comments.
3462 (check_range): New function - Replace operand size calculation
3f414718
TL
3463 with range checking.
3464 (assemble_insn): Update Algorithm, improve error issuing.
9ebd302d 3465 (enum op_err): New.
3f414718
TL
3466 (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation
3467 handling.
3468
a7498ae6
NC
34692004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3470
3471 * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte
3472 miss between different section in the same module.
3473 (tc_gen_reloc): Likewise.
3474
5c54fd37
NC
34752004-11-25 Theodore A. Roth <troth@openavr.org>
3476
3477 * gas/config/tc-avr.c (mcu_types): Add support for atmega165,
3478 atmega325, atmega3250, atmega645 and atmega6450.
3479
37edbb65
JB
34802004-11-25 Jan Beulich <jbeulich@novell.com>
3481
3482 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
3483 permissible for the selected instruction suffix.
3484 (process_suffix): For DefaultSize instructions, suppressing the
3485 guessing of a 'q' suffix if the instruction doesn't support it is
3486 pointless, because only an 'l' suffix can be guessed in this place.
3487
5515a510
NC
34882004-11-24 Nick Clifton <nickc@redhat.com>
3489
3490 * config/tc-iq2000.c: Remove support for IQ10 processor.
3491 Convert to ISO C90 formatting.
3492 * config/tc-iq2000.h: Likewise.
3493
dae1b34e
NC
34942004-11-23 Nick Clifton <nickc@redhat.com>
3495
3496 * config/tc-mn10300.c (md_relax_table): More fixes to the offsets
3497 in this table. They should be correct now.
3498
5c6af06e
JB
34992004-11-23 Jan Beulich <jbeulich@novell.com>
3500
3501 * config/tc-i386.h (CpuMMX2): Declare. Artificial classifier to
3502 indicate the MMX extensions added by both SSE and 3DNow!A.
3503 (Cpu3dnowA): Declare.
3504 (CpuUnknownFlags): Update.
3505 * config/tc-i386.c (cpu_sub_arch_name): Declare.
3506 (cpu_arch): i586 and pentium do not imply MMX. i686 and pentiumpro do
3507 neither imply SSE nor MMX. k6 implies MMX. k6_2 additionally implies
3508 3DNow!. Athlon additionally implies 3DNow!A. Several new
3509 entries (those starting with a dot are for sub-arch specification).
3510 (set_cpu_arch): Handle sub-arch specifications.
3511 (parse_insn): Distinguish between instructions not supported because
3512 of insufficient CPU features and because of 64-bit mode.
3513 * doc/c-i386.texi: Describe enhanced .arch directive.
3514
d9740523
BW
35152004-11-22 Bob Wilson <bob.wilson@acm.org>
3516
3517 * config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
3518
3120ef82
BW
35192004-11-22 Bob Wilson <bob.wilson@acm.org>
3520
3521 * dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section
3522 without a corresponding .debug_info section.
3523
d190d046
HPN
35242004-11-22 Hans-Peter Nilsson <hp@axis.com>
3525
3526 * read.c (potable): Add "error" and "warning".
3527 (s_errwarn): New function.
3528 * read.h (s_errwarn): Declare.
3529 * doc/as.texinfo (Error, Warning): Document .error and .warning.
3530
5519f6ea
NC
35312004-11-22 Nick Clifton <nickc@redhat.com>
3532
3533 * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
3534 c_dot_file_symbol.
3535
f5c7edf4
AM
35362004-11-19 Alan Modra <amodra@bigpond.net.au>
3537
3538 * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
3539 struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h.
3540
a4528eeb
AM
35412004-11-19 Alan Modra <amodra@bigpond.net.au>
3542
3543 * config/obj-coff.c (c_dot_file_symbol): Add "app" param.
3544 (coff_adjust_symtab): Adjust call.
3545 (crawl_symbols): Likewise.
3546 * config/obj-coff.h (c_dot_file_symbol): Add "app" param.
3547 (obj_app_file): Adjust.
3548
444bf5f3
NC
35492004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
3550
3551 * configure.in: Enable bfd_assember for the MAXQ port.
3552 * configure: Regenerate.
3553
a1ace8d8 35542004-11-12 Bob Wilson <bob.wilson@acm.org>
88ac794e 3555 Sterling Augustine <sterling@tensilica.com>
a1ace8d8
BW
3556
3557 * config/tc-xtensa.c (finish_vinsn): Clear pending instruction if
3558 there is a conflict.
3559 (check_t1_t2_reads_and_writes): Check for both reads and writes to
3560 interfaces that are related as determined by xtensa_interface_class_id.
3561
30e857fc
NC
35622004-11-12 Nick Clifton <nickc@redhat.com>
3563
3564 * config/tc-mn10300.c (md_relax_table): Fix off by one negative
3565 offsets for conditional branches.
3566
a67517f4
BW
35672004-11-11 Bob Wilson <bob.wilson@acm.org>
3568
3569 * config/tc-xtensa.c (MAX_IMMED6): Change value to 65.
3570
1d19a770
BW
35712004-11-10 Bob Wilson <bob.wilson@acm.org>
3572
3573 * config/tc-xtensa.c (update_next_frag_state): Always add a NOP if
3574 relaxing at the end of a loop. Don't mark frags as UNREACHABLE or
3575 MAYBE_UNREACHABLE.
3576 (relax_frag_immed): Update call to update_next_frag_state.
3577
c04f5787
AM
35782004-11-10 Alan Modra <amodra@bigpond.net.au>
3579
3580 * obj.h (struct format_ops <app_file>): Add int param.
3581 * read.h (s_app_file_string): Likewise.
3582 * read.c (s_app_file_string): Likewise.
3583 (s_app_file): Adjust s_app_file_string call.
3584 * config/tc-mips.c (s_mips_file): Likewise.
3585 * config/obj-coff.h (obj_app_file): Add app param.
3586 * config/obj-ecoff.h (obj_app_file): Likewise.
3587 * config/obj-multi.h (obj_app_file): Likewise.
3588 * config/obj-elf.h (elf_file_symbol): Likewise.
3589 * config/obj-elf.c (elf_file_symbol): Only emit one file symbol
3590 if called for # preprocessor lines.
3591
a77a9021
L
35922004-11-08 H.J. Lu <hongjiu.lu@intel.com>
3593
3594 PR 528
3595 * symbols.c (resolve_symbol_value): Convert weak symbols only
3596 for Windows PECOFF.
3597 (symbol_equated_reloc_p): Don't equate weaks when relocating
3598 only for Windows PECOFF.
3599
aea44f62
TL
36002004-11-08 Tomer Levi <Tomer.Levi@nsc.com>
3601
3602 * config/tc-crx.c (print_insn): Check and set insn_addr.
3603 * config/tc-crx.h (md_frag_check): Define.
3604
7499d566
NC
36052004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
3606 Vineet Sharma <vineets@noida.hcltech.com>
3607
3608 * configure.in: Add support for new target maxq-coff.
3609 * configure: Regenerate.
3610 * NEWS: Mention new support.
3611 * config/tc-maxq.c: New file.
3612 * config/tc-maxq.h: New file.
3613 * config/obj-coff.h: Add support for maxq-coff.
3614
977cdf5a
NC
36152004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
3616
3617 * symbols.c (any_external_name): Define.
a77a9021 3618 (resolve_symbol_value): Convert weak symbols.
977cdf5a
NC
3619 (S_SET_EXTERNAL): Support any_external_name.
3620 (S_SET_NAME): Qualify parameter const.
316f3bf8 3621 (symbol_equated_reloc_p): Equate to weaks when relocating.
977cdf5a
NC
3622 * symbols.h (S_SET_NAME): Qualfiy parameter const.
3623 * tc.h (any_external_name): Declare.
3624 * config/obj-coff.c ("coff/pe.h"): Include for BFD
3625 assemblers also.
3626 (weak_is_altname): Declare and define.
3627 (weak_name2altname): Same.
3628 (weak_altname2name): Same.
3629 (weak_uniquify): Same.
3630 (weak_altprefix): Define.
3631 (obj_coff_weak): Change .weak syntax and handling.
3632 (coff_frob_symbol): Fix PE weak symbol alternates.
3633 * config/obj-coff.h (USE_UNIQUE): Define.
3634 * config/tc-i386.c (md_apply_fix3): Assume weak symbols
3635 are in another segment.
3636 (tc_gen_reloc): Remove broken addend hack.
3637 doc/as.texinfo: Update.
3638
34e41783
BW
36392004-11-05 Sterling Augustine <sterling@tensilica.com>
3640
3641 * config/tc-xtensa.c (total_frag_text_expansion): New.
3642 (md_estimate_size_before_relax): Use it.
3643 (find_address_of_next_align_frag): Likewise.
3644
dcd46b4e
TL
36452004-11-05 Tomer Levi <Tomer.Levi@nsc.com>
3646
3647 * config/tc-crx.c: Rename argument types.
3648 (processing_arg_number): Rename to 'cur_arg_num'.
3649 (get_number_of_bits): Rename to 'set_operand_size'.
3650 (get_operandtype): Rename to 'parse_operand', totally rewrite.
3651 (set_cons_rparams): Rename to 'set_operand', totally rewrite.
3652 (set_indexmode_parameters): Remove function, integrate its code into
3653 'set_operand'.
3654 (set_operand_size): Get rid of 'Operand Number' function parameter -
3655 use global variable 'cur_arg_num' instead.
3656 Use a local 'argument' pointer to reference the current argument.
3657 (parse_operand): Likewise.
3658 (set_operand): Likewise.
3659 (process_label_constant): Likewise.
3660
9456465c
BW
36612004-11-04 Bob Wilson <bob.wilson@acm.org>
3662
3663 * config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs.
3664 (add_section_rename): Delete. Inlined into...
3665 (build_section_rename): ...here. Use xstrdup instead of strdup.
3666 (xtensa_section_rename): Drop "const" from argument and return types.
3667 (md_show_usage): Indent to match show_usage().
3668 * config/tc-xtensa.h: Remove XTENSA_SECTION_RENAME ifdefs.
3669 (tc_canonicalize_section_name): Define.
3670 (md_elf_section_rename): Remove unused macro.
3671 * doc/as.texinfo (Overview): Document Xtensa --rename-section option.
3672 * doc/c-xtensa.texi (Xtensa Options): Likewise.
3673 (Frame Directive): Delete.
3674
7f266840
DJ
36752004-11-04 Daniel Jacobowitz <dan@debian.org>
3676
3677 * configure.in: Remove arm-*-oabi and thumb-*-oabi.
3678 * config/tc-arm.c (target_oabi): Delete.
3679 (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
3680 (arm_opts): Remove moabi.
3681 * doc/as.texinfo (Overview): Remove documentation of -moabi.
3682 * doc/c-arm.texi (ARM Options): Likewise.
3683 * configure: Regenerated.
3684
ae57792d
HPN
36852004-11-04 Hans-Peter Nilsson <hp@axis.com>
3686
3687 * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED
3688 DEFAULT_CRIS_ARCH. Handle crisv32-*-linux-gnu* like
3689 cris-*-linux-gnu* and crisv32-*-* like cris-*-*.
3690 * configure: Regenerate.
3691 * config/tc-cris.c (enum cris_archs): New.
3692 (cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg)
3693 (cris_insn_ver_valid_for_arch): New functions.
3694 (DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10.
3695 (cris_arch): New variable.
3696 (md_pseudo_table): New pseudo .arch.
3697 (err_for_dangerous_mul_placement): Initialize according to
3698 DEFAULT_CRIS_ARCH.
3699 (STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH.
3700 All users changed.
3701 (STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON)
3702 (STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32)
3703 (BRANCH_WF_V32, BRANCH_WB_V32): New.
3704 (BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after
3705 use in md_cris_relax_table.
3706 (md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32,
3707 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
3708 Update and improve head comment.
3709 (OPTION_PIC): Define in terms of previous option, OPTION_US.
3710 (OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar.
3711 (OPTION_ARCH): New.
3712 (md_longopts): New option --march=...
3713 (cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New
3714 macros.
3715 (md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH.
3716 (HANDLE_RELAXABLE): New macro.
3717 (md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common
3718 cases. Check for weak symbols and assume not relaxable. Handle
3719 STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON,
3720 STATE_ABS_BRANCH_V32, STATE_LAPC. Use new variable symbolP, not
3721 fragP->fr_symbol.
3722 (md_convert_frag): Handle STATE_COND_BRANCH_V32,
3723 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
3724 (cris_create_short_jump): Adjust for CRISv32.
5664e9a7 3725 (cris_relax_frag): Handle new states.
ae57792d
HPN
3726 (md_create_long_jump): Ditto. Emit error for common_v10_v32.
3727 (md_begin): Define symbols "..asm.arch.cris.v32",
3728 "..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and
3729 "..asm.arch.cris.any_v0_v10". Use cris_insn_ver_valid_for_arch
3730 when entering opcode table entry points.
3731 (md_assemble): Adjust branch handling for CRISv32. Handle LAPC
3732 relaxation. In fix_new_exp call for main insn, pass 1 for pcrel
3733 parameter for 8, 16 and 32-bit pc-relative insns and LAPC.
3734 (cris_process_instruction): Initialize out_insnp->insn_type to
3735 CRIS_INSN_NONE, not CRIS_INSN_NORMAL.
3736 <case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New
3737 cases.
3738 <case 'm'>: Check that modified_char == '.'.
3739 <invalid operands>: Consume the rest of the line.
3740 When operands don't match, skip over subsequent insns with
3741 non-matching version specifier but same mnemonic.
3742 <immediate constant, case SIZE_SPEC_REG>: Immediate operands for
3743 special registers in CRISv32 are always 32 bit long.
3744 <immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>:
3745 New cases.
3746 (get_gen_reg): Only recognize "PC" when followed by "+]" for v32
3747 and compatible. Recognize "ACR" for v32, unless followed by "+".
3748 (get_spec_reg): Consider cris_arch when looking up register.
3749 (get_autoinc_prefix_or_indir_op): Don't recognize assignment for
3750 v32 or compatible.
3751 (get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'.
3752 (cris_get_expression): Restore input_line_pointer if failing "early".
3753 (get_flags): Consider cris_arch and recognize flags accordingly.
3754 (branch_disp): Adjust for CRISv32.
3755 (gen_cond_branch_32): Similar. Emit error for common_v10_v32.
3756 (cris_number_to_imm): Use as_bad_where, not as_bad. Remove
3757 related FIXME. Don't insist on BFD_RELOC_32_PCREL fixup to be
3758 resolved. Don't enter zeros in object file for
3759 BFD_RELOC_32_PCREL.
3760 <case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16>
3761 <case BFD_RELOC_CRIS_SIGNED_8>: New case.
3762 (md_parse_option): Break out "return 1".
3763 <OPTION_ARCH> New case.
3764 (tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET>
3765 <case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8>
3766 <case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16>
3767 <case BFD_RELOC_32_PCREL>: New cases.
3768 Addends for non-zero fx_pcrel are too in fx_offset.
3769 (md_show_usage): Show --march=<arch>.
3770 (md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET.
3771 (md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too.
3772 (s_syntax) <struct syntaxes>: Properly constify member operand.
3773 * config/tc-cris.h (TARGET_MACH): Define.
3774 (cris_mach): Declare.
3775 * doc/as.texinfo (Overview) <CRIS>: Add --march=...
3776 * doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols.
3777 (CRIS-Opts): Document --march=...
3778 (CRIS-Pseudos): Document .arch.
3779
9306ca4a
JB
37802004-11-04 Jan Beulich <jbeulich@novell.com>
3781
3782 * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when
3783 intel syntax and no register prefix, allow $ in symbol names when
3784 intel syntax.
3785 (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX.
3786 (intel_float_operand): Add fourth return value indicating math control
3787 operations. Make classification more precise.
3788 (md_assemble): Complain if memory operand of mov[sz]x has no size
3789 specified.
3790 (parse_insn): Translate word operands to floating point instructions
3791 operating on integers as well as control instructions to short ones
3792 as expected by AT&T syntax. Translate 'd' suffix to short one only for
3793 floating point instructions operating on non-integer operands.
3794 (match_template): Remove fldcw special case. Adjust q-suffix handling
3795 to permit it on fild/fistp/fisttp in AT&T mode.
3796 (process_suffix): Don't guess DefaultSize insns' suffix from
3797 stackop_size for certain floating point control instructions. Guess
3798 suffix for branch and [ls][gi]dt based on flag_code. Split error
3799 messages for Intel and AT&T syntax, and make the condition more strict
3800 for the former. Adjust suppressing of generation of operand size
3801 overrides.
3802 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
3803 OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add
3804 more error checking.
3805 * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR
3806 SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines.
3807
2b4f075a
HPN
38082004-11-03 Hans-Peter Nilsson <hp@axis.com>
3809
3810 * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare
3811 md_short_jump_size, md_long_jump_size.
3812 * write.c [!WORKING_DOT_WORD]: Ditto.
3813 * tc.h [!WORKING_DOT_WORD]: Declare them here. Drop const
3814 qualifier.
3815 * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't
3816 declare.
3817 * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop
3818 const qualifier in these definitions.
3819 * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c,
3820 config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto.
3821
ddbc47ac
NC
38222004-11-02 Nick Clifton <nickc@redhat.com>
3823
3824 * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file
3825 table before deciding to produce a .debug_line section to match up
3826 with a user provided .debug_info section.
3827
3ad3f5ad
TL
38282004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
3829
3830 * config/tc-crx.c (getreg_image): Bug fix, a return value was
3831 mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
3832
c815a616
TL
38332004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
3834
3835 * config/tc-crx.c: Remove global variable 'post_inc_mode'.
3836 (get_flags): New function.
c04f5787
AM
3837 (get_number_of_bits): Edit comments, update numeric values to
3838 supported sizes.
3839 (process_label_constant): Don't support the colon
3840 format (SYMBOL:[s|m|l]).
c815a616
TL
3841 (set_cons_rparams): Support argument type 'arg_rbase'.
3842 (get_operandtype): Bug fix in 'rbase' operand type parsing.
3843 (handle_LoadStor): Bug fix, first handle post-increment mode.
c04f5787
AM
3844 (getreg_image): Remove redundant code, update according to latest
3845 CRX spec.
c815a616 3846 (print_constant): Bug fix relate to 3-word instructions.
c04f5787 3847 (assemble_insn): Bug fix, when matching instructions, verify also
c815a616
TL
3848 instruction type (not only mnemonic).
3849 Add various error checking.
3850 (preprocess_reglist): Support HI/LO and user registers.
3851
ed7af9f9
L
38522004-10-25 David Mosberger-Tang <davidm@hpl.hp.com>
3853
c04f5787 3854 * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value
ed7af9f9
L
3855 in an epilogue directive go negative.
3856
ac025970
L
38572004-10-25 H.J. Lu <hongjiu.lu@intel.com>
3858
3859 PR 474
3860 * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use
3861 after reporting template error during manual bundling. Reported
3862 by Michael Dupont, michaelx.dupont@intel.com.
3863
a394c00f
NC
38642004-10-25 Daniel Jacobowitz <dan@debian.org>
3865
3866 * Makefile.am: Run dep-am.
3867 * aclocal.m4: Regenerate with automake 1.9.2.
3868 * Makefile.in: Regenerate with automake 1.9.2.
3869 * doc/Makefile.in: Likewise.
3870
3871 * config/tc-arm.c: Include "dw2gencfi.h".
3872 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
3873 New functions.
3874 * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN)
3875 (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum)
3876 (tc_cfi_frame_initial_instructions): Define.
3877 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
3878 Add prototypes.
3879
23d83918
TL
38802004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
3881
3882 * config/tc-crx.c (assemble_insn): Check unsigned immediate
3883 operands validity.
3884 Update coprocessor id to be unsigned immediate.
3885
bb41ade5
AM
38862004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
3887
3888 * config/tc-i386.c (O_secrel): Delete.
3889 (tc_pe_dwarf2_emit_offset): New function.
3890 * config/tc-i386.h (O_secrel): Define as O_md1.
3891 (TC_DWARF2_EMIT_OFFSET): Define.
3892
87e62348
NC
38932004-10-18 Nick Clifton <nickc@redhat.com>
3894
3895 * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and
3896 ignore @fptr() directives for 4-byte fixups.
3897
3c55da70
AM
38982004-10-15 Alan Modra <amodra@bigpond.net.au>
3899
3900 * Makefile.am: Run "make dep-am"
3901 * Makefile.in: Regenerate.
3902
40e7b7b9
BW
39032004-10-14 Bob Wilson <bob.wilson@acm.org>
3904
3905 * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):
3906 Remove comments about placement of literal pools.
3907 (Literal Directive): Update description of literal placement.
3908 (Literal Prefix Directive): Remove statement that this does not apply
3909 to absolute-mode literals. Describe new section naming scheme.
3910
b08b5071
BW
39112004-10-12 Bob Wilson <bob.wilson@acm.org>
3912
3913 * config/tc-xtensa.c (xtensa_frequency_pseudo): Use set_subseg_freq.
3914 (is_entry_opcode, is_movi_opcode, is_the_loop_opcode, is_jx_opcode,
3915 is_windowed_return_opcode): Delete.
3916 (xtensa_frob_label): Use get_subseg_target_freq.
3917 (md_assemble): Inline call to is_entry_opcode.
3918 (xtensa_handle_align): Inline call to get_frag_is_literal.
3919 (relaxation_requirements): Inline call to is_jx_opcode.
3920 (emit_single_op): Inline call to is_movi_opcode.
3921 (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn,
3922 get_frag_is_no_transform, is_entry_opcode, and
3923 set_frag_is_specific_opcode. Use get_subseg_total_freq.
3924 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags,
3925 xtensa_fix_close_loop_end_frags, relax_frag_immed, convert_frag_immed):
3926 Inline calls to get_frag_is_no_transform.
3927 (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode.
3928 (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and
3929 get_frag_is_no_transform.
3930 (convert_frag_immed_finish_loop): Inline calls to get_expression_value
3931 and set_frag_is_no_transform.
3932 (get_expression_value): Delete.
3933 (subseg_map struct): Rename cur_total_freq to total_freq. Rename
3934 cur_target_freq to target_freq.
3935 (get_subseg_info): Split out code to create a new map entry into ...
3936 (add_subseg_info): ... this new function.
3937 (get_last_insn_flags): Check if get_subseg_info succeeded.
3938 (set_last_insn_flags): Call add_subseg_info if needed.
3939 (get_subseg_total_freq, get_subseg_target_freq, set_subseg_freq): New.
3940 (xtensa_reorder_segments): Compute last_sec while counting sections.
3941 Remove call to get_last_sec.
3942 (get_last_sec): Delete.
3943 (cache_literal_section): Inline call to retrieve_literal_seg and its
3944 callees, seg_present and add_seg_list.
3945 (retrieve_literal_seg, seg_present, add_seg_list): Delete.
3946 (get_frag_is_insn, get_frag_is_no_transform,
3947 set_frag_is_specific_opcode, set_frag_is_no_transform): Delete.
3948 * config/tc-xtensa.h (MAX_SLOTS): Reduce from 31 to 15.
3949
7fa3d080
BW
39502004-10-12 Bob Wilson <bob.wilson@acm.org>
3951
3952 * config/tc-xtensa.c: Use ISO C90 formatting.
3953 * config/tc-xtensa.h: Likewise.
3954 * config/xtensa-istack.h: Likewise.
3955 * config/xtensa-relax.c: Likewise.
3956 * config/xtensa-relax.h: Likewise.
3957
8cb51566
PB
39582004-10-12 Paul Brook <paul@codesourcery.com>
3959
3960 * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to
3961 EF_ARM_EABI_VER4.
3962 (arm_eabis): Ditto.
3963 * doc/c-arm.texi: Document that we actually support -meabi=4, not
3964 -meabi=3.
3965
653cfe85
BW
39662004-10-08 Bob Wilson <bob.wilson@acm.org>
3967
3968 * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
3969 entries.
3970 (Acknowledgements): Use "GAS" instead of AS variable.
3971
d2b2c203
DJ
39722004-10-08 Daniel Jacobowitz <dan@debian.org>
3973
3974 * config/tc-i386.c: Include "elf/x86-64.h".
3975 (i386_elf_section_type): New function.
3976 * config/tc-i386.h (md_elf_section_type): Define.
3977 (i386_elf_section_type): New prototype.
3978
e80e0390
NC
39792004-10-08 Linus Nielsen Feltzing <linus@haxx.se>
3980
3981 * config/m68k-parse.h (enum m68k_register): New control register,
3982 MBAR2 (for MCF5249)
3983 * config/tc-m68k.c: Correct control register set for MCF5249.
3984
43cd72b9 39852004-10-07 Bob Wilson <bob.wilson@acm.org>
85a5ac80 3986 Sterling Augustine <sterling@tensilica.com>
43cd72b9
BW
3987
3988 * config/tc-xtensa.c (absolute_literals_supported): New global flag.
3989 (UNREACHABLE_MAX_WIDTH): Define.
3990 (XTENSA_FETCH_WIDTH): Delete.
3991 (cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
3992 prefer_const16, prefer_l32r): New global variables.
3993 (LIT4_SECTION_NAME): Define.
3994 (lit4_state struct): Add lit4_seg_name and lit4_seg fields.
3995 (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
3996 (frag_flags struct): New.
c04f5787 3997 (xtensa_block_info struct): Move from tc-xtensa.h. Add flags field.
43cd72b9
BW
3998 (subseg_map struct): Add cur_total_freq and cur_target_freq fields.
3999 (bitfield, bit_is_set, set_bit, clear_bit): Define.
4000 (MAX_FORMATS): Define.
4001 (op_placement_info struct, op_placement_table): New.
4002 (O_pltrel, O_hi16, O_lo16): Define.
4003 (directiveE enum): Rename directive_generics to directive_transform.
4004 Delete directive_relax. Add directive_schedule,
4005 directive_absolute_literals, and directive_last_directive.
4006 (directive_info): Rename "generics" to "transform". Delete "relax".
4007 Add "schedule" and "absolute-literals".
4008 (directive_state): Adjust entries to match changes in directive_info.
4009 (xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
4010 (xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
4011 xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
4012 (xtensa_j_opcode, xtensa_rsr_opcode): Delete.
4013 (align_only_targets, software_a0_b_retw_interlock,
4014 software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
4015 software_avoid_short_loop, software_avoid_close_loop_end,
4016 software_avoid_all_short_loops, specific_opcode): Delete.
4017 (warn_unaligned_branch_targets): New.
4018 (workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
4019 workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
4020 (option_[no_]link_relax, option_[no_]transform,
4021 option_[no_]absolute_literals, option_warn_unaligned_targets,
4022 option_prefer_l32r, option_prefer_const16, option_target_hardware):
4023 New enum values.
4024 (option_[no_]align_only_targets, option_literal_section_name,
4025 option_text_section_name, option_data_section_name,
4026 option_bss_section_name, option_eb, option_el): Delete.
4027 (md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
4028 warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
4029 and target-hardware. Delete entries for [no-]target-align-only,
4030 literal-section-name, text-section-name, data-section-name, and
4031 bss-section-name.
4032 (md_parse_option): Handle new options and remove old ones. Accept but
4033 ignore [no-]density options. Warn for [no-]generics and [no-]relax
4034 and treat them as [no-]transform.
4035 (md_show_usage): Add new options and remove old ones.
4036 (xtensa_setup_hw_workarounds): New.
4037 (md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add
4038 "long", "short", "loc" and "frequency" entries.
4039 (use_generics): Rename to ...
4040 (use_transform): ... this function. Add past_xtensa_end check.
4041 (use_longcalls): Add past_xtensa_end check.
4042 (code_density_available, can_relax): Delete.
4043 (do_align_targets): New.
4044 (get_directive): Accept dashes in directive names. Warn about
4045 [no-]generics and [no-]relax directives and treat them as
c04f5787 4046 [no-]transform.
43cd72b9
BW
4047 (xtensa_begin_directive): Call md_flush_pending_output only for some
4048 directives. Check for directives inside instruction bundles. Warn
4049 about deprecated ".begin literal" usage. Warn and ignore [no-]density
4050 directives. Handle new directives. Check generating_literals flag
4051 for literal_prefix.
4052 (xtensa_end_directive): Check for directives inside instruction
4053 bundles. Warn and ignore [no-]density directives. Handle new
4054 directives. Call xtensa_set_frag_assembly_state.
4055 (xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
4056 xtensa_dwarf2_emit_insn): New.
4057 (xtensa_literal_position): Call md_flush_pending_output. Do not check
4058 use_literal_section flag.
4059 (xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute
4060 literals. Use xtensa_elf_cons to parse the expression.
4061 (xtensa_literal_prefix): Do not check use_literal_section. Support
4062 ".lit4" sections for absolute literals. Change prefix convention to
4063 replace ".text" (or ".t" in a linkonce section). No need to call
4064 subseg_set.
4065 (xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
4066 (expression_end): Handle closing braces and colons.
4067 (PLT_SUFFIX, plt_suffix): Delete.
4068 (expression_maybe_register): Use new xtensa-isa.h functions. Use
4069 xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
4070 and O_hi16 expressions as well.
4071 (tokenize_arguments): Handle closing braces and colons.
4072 (parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
4073 operands and paired register syntax.
4074 (get_invisible_operands): New.
4075 (xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use
4076 new xtensa-isa.h functions.
4077 (xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
4078 (xg_translate_idioms): Check if inside bundle. Use use_transform.
4079 Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density
4080 instructions. Use xtensa_translate_zero_immed.
4081 (operand_is_immed, operand_is_pcrel_label): Delete.
4082 (get_relaxable_immed): Use new xtensa-isa.h functions.
4083 (get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h
4084 functions.
4085 (xtensa_print_insn_table, print_vliw_insn): New.
4086 (is_direct_call_opcode): Use new xtensa-isa.h functions.
4087 (is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
4088 is_branch_or_jump_opcode): Delete.
4089 (is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
4090 (opnum_to_reloc, reloc_to_opnum): Delete.
4091 (xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
4092 xtensa-isa.h functions. Operate on one slot of an instruction.
4093 (xtensa_insnbuf_set_immediate_field, is_negatable_branch,
4094 xg_get_insn_size): Delete.
4095 (xg_get_build_instr_size): Use xg_get_single_size.
4096 (xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
4097 xg_build_widen_table. Use xg_get_single_size.
4098 (xg_get_max_narrow_insn_size): Delete.
4099 (xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
4100 xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use
4101 xg_get_single_size.
4102 (xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and
4103 OP_OPERAND_LOW16U. Check xg_valid_literal_expression.
4104 (xg_expand_to_stack, xg_expand_narrow): Update calls to
4105 xg_build_widen_table. Use xg_get_single_size.
4106 (xg_immeds_fit): Use new xtensa-isa.h functions. Update call to
4107 xg_check_operand.
4108 (xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
4109 treat weak symbols conservatively.
4110 (xg_check_operand): Use new xtensa-isa.h functions.
4111 (is_dnrange): Delete.
4112 (xg_assembly_relax): Inline previous calls to tinsn_copy.
4113 (xg_finish_frag): Specify separate relax states for the frag and slot0.
4114 (is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
4115 xtensa-isa.h functions.
4116 (xg_instruction_matches_option_term, xg_instruction_matches_or_options,
4117 xg_instruction_matches_options): New.
4118 (xg_instruction_matches_rule): Handle O_register expressions. Call
4119 xg_instruction_matches_options.
4120 (transition_rule_cmp): New.
4121 (xg_instruction_match): Update call to xg_build_simplify_table.
4122 (xg_build_token_insn): Record loc fields.
4123 (xg_simplify_insn): Check is_specific_opcode field and
4124 density_supported flag.
4125 (xg_expand_assembly_insn): Skip checking code_density_available. Use
4126 new xtensa-isa.h functions. Call use_transform instead of can_relax.
4127 (xg_assemble_literal): Add error handling for O_big. Call
4128 record_alignment. Handle O_pltrel.
4129 (xg_valid_literal_expression): New.
4130 (xg_assemble_literal_space): Add slot parameter. Remove call to
4131 set_expr_symbol_offset. Add call to record_alignment. Update call to
4132 xg_finish_frag.
4133 (xg_emit_insn): Delete.
4134 (xg_emit_insn_to_buf): Add format parameter. Update calls to
4135 xg_add_opcode_fix and xtensa_insnbuf_to_chars.
4136 (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
4137 and slot parameters. Handle new "alternate" relocations for absolute
4138 literals and CONST16 instructions. Check for bad uses of O_lo16 and
4139 O_hi16. Use new xtensa-isa.h functions.
4140 (xg_assemble_tokens): Delete.
4141 (is_register_writer): Use new xtensa-isa.h functions.
4142 (is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
4143 old-style RSR from LCOUNT.
4144 (next_frag_opcode): Delete.
4145 (next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
4146 update_next_frag_state): New.
4147 (update_next_frag_nop_state): Delete.
4148 (next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
4149 (xtensa_mark_literal_pool_location): Check use_literal_section flag and
4150 the state of the absolute-literals directive. Add calls to
4151 record_alignment and xtensa_set_frag_assembly_state. Call
4152 xtensa_switch_to_non_abs_literal_fragment instead of
4153 xtensa_switch_to_literal_fragment.
4154 (build_nop): New.
4155 (assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars.
4156 (get_expanded_loop_offset): Change check for undefined opcode to an
4157 assertion.
4158 (xtensa_set_frag_assembly_state, relaxable_section,
4159 xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
4160 xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
4161 (md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1.
4162 Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes.
4163 Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
4164 (xtensa_init_fix_data): New.
4165 (xtensa_frob_label): Reset label symbol to the current frag. Check
4166 do_align_targets and generating_literals flag. Propagate frequency
4167 info to new alignment frag. Call xtensa_set_frag_assembly_state.
4168 (xtensa_unrecognized_line): New.
4169 (xtensa_flush_pending_output): Check if inside a bundle. Add a call
4170 to xtensa_set_frag_assembly_state.
4171 (error_reset_cur_vinsn): New.
4172 (md_assemble): Remove check for literal frag. Remove call to
4173 istack_init. Call use_transform instead of use_generics. Parse
4174 explicit instruction format specifiers. Move code for
4175 a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call
4176 error_reset_cur_vinsn on errors. Add call to get_invisible_operands.
4177 Add dwarf2_where call. Remote automatic alignment for ENTRY
4178 instructions. Move call to xtensa_clear_insn_labels to the end.
4179 Rearrange to handle bundles.
4180 (xtensa_cons_fix_new): Delete.
4181 (xtensa_handle_align): New.
4182 (xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove
4183 assignment to is_no_density field.
4184 (md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc
4185 instead of reloc_to_opnum. Handle "alternate" relocations.
4186 (xtensa_force_relocation, xtensa_check_inside_bundle,
4187 xtensa_elf_section_change_hook): New.
4188 (xtensa_symbol_new_hook): Delete.
4189 (xtensa_fix_adjustable): Check for difference of symbols with an
4190 offset. Check for external and weak symbols.
4191 (md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
4192 (md_estimate_size_before_relax): Return expansion for the first slot.
4193 (tc_gen_reloc): Handle difference of symbols by producing
4194 XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
4195 into the output. Handle new XTENSA_SLOT*_OP relocs by storing the
4196 tentative values into the output when linkrelax is set.
4197 (XTENSA_PROP_SEC_NAME): Define.
4198 (xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
4199 Create literal tables only if using literal sections. Create new
4200 property tables instead of old instruction tables. Check for unaligned
4201 branch targets and loops.
4202 (finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
4203 new_resource_table, clear_resource_table, resize_resource_table,
4204 resources_available, reserve_resources, release_resources,
4205 opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
4206 resources_conflict, xg_find_narrowest_format, relaxation_requirements,
4207 bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
4208 (xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end
4209 flag. Update checks for workaround options. Call
4210 xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
4211 (xtensa_cleanup_align_frags): Add special case for branch targets.
4212 Check for and mark unreachable frags.
4213 (xtensa_fix_target_frags): Remove use of align_only_targets flag.
4214 Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
4215 end of a zero-overhead loop body.
4216 (frag_can_negate_branch): Handle instructions with multiple slots.
4217 Use new xtensa-isa.h functions
4218 (xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
4219 xtensa_mark_zcl_first_insns): New.
4220 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
4221 transformations are disabled.
4222 (next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle
4223 multislot instructions.
4224 (xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
4225 Likewise. Also error if transformations are disabled.
4226 (unrelaxed_frag_max_size): New.
4227 (unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
4228 xtensa-isa.h functions.
4229 (xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
4230 xtensa_opcode_is_loop instead of is_loop_opcode.
4231 (get_text_align_power): Replace as_fatal with assertion.
4232 (get_text_align_fill_size): Iterate instead of using modulus when
4233 use_nops is false.
4234 (get_noop_aligned_address): Assert that this is for a machine-dependent
4235 RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop,
4236 xg_get_single_size, and frag_format_size.
4237 (get_widen_aligned_address): Rename to ...
4238 (get_aligned_diff): ... this function. Add max_diff parameter.
4239 Remove handling of rs_align/rs_align_code frags. Use
4240 next_frag_format_size, get_text_align_power, get_text_align_fill_size,
4241 next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff
4242 and pass it back to caller.
4243 (xtensa_relax_frag): Use relax_frag_loop_align. Add code for new
4244 RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
4245 RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen.
4246 (relax_frag_text_align): Rename to ...
4247 (relax_frag_loop_align): ... this function. Assume loops can only be
4248 in the first slot of an instruction.
4249 (relax_frag_add_nop): Use assemble_nop instead of constructing an OR
4250 instruction. Remove call to frag_wane.
4251 (relax_frag_narrow): Rename to ...
4252 (relax_frag_for_align): ... this function. Extend to handle
4253 RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
4254 RELAX_NARROW for the first slot.
4255 (find_address_of_next_align_frag, bytes_to_stretch): New.
4256 (future_alignment_required): Use find_address_of_next_align_frag and
4257 bytes_to_stretch. Look ahead to subsequent frags to make smarter
4258 alignment decisions.
4259 (relax_frag_immed): Add format, slot, and estimate_only parameters.
4260 Check if transformations are enabled for b_j_loop_end workaround.
4261 Use new xtensa-isa.h functions and handle multislot instructions.
4262 Update call to xg_assembly_relax.
4263 (md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
4264 RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
4265 frag types.
4266 (convert_frag_narrow): Add segP, format and slot parameters. Call
4267 convert_frag_immed for branch instructions. Adjust calls to
4268 tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use
4269 xg_get_single_size and xg_get_single_format.
4270 (convert_frag_fill_nop): New.
4271 (convert_frag_immed): Add format and slot parameters. Handle multislot
4272 instructions and use new xtensa-isa.h functions. Update calls to
4273 tinsn_immed_from_frag and xg_assembly_relax. Check if transformations
4274 enabled for b_j_loop_end workaround. Use build_nop instead of
4275 assemble_nop. Check is_specific_opcode flag. Check for unreachable
4276 frags. Use xg_get_single_size. Handle O_pltrel.
4277 (fix_new_exp_in_seg): Remove check for old plt flag.
4278 (convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
4279 xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check
4280 for loop opcode to an assertion. Mark all frags up to the end of the
4281 loop as not transformable.
4282 (get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
4283 (get_subseg_info): New.
4284 (xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null
4285 check for dest_seg.
4286 (xtensa_switch_to_literal_fragment): Rewrite to handle absolute
4287 literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
4288 (xtensa_switch_to_non_abs_literal_fragment): New.
4289 (cache_literal_section): Add is_code parameter and pass it through to
4290 retrieve_literal_seg.
4291 (retrieve_literal_seg): Add is_code parameter and use it to set the
4292 flags on the literal section. Handle case where head parameter is 0.
4293 (get_frag_is_no_transform, set_frag_is_specific_opcode,
4294 set_frag_is_no_transform): New.
4295 (xtensa_create_property_segments): Add end_property_function parameter
4296 and pass it through to add_xt_block_frags. Call bfd_get_section_flags
4297 and skip SEC_DEBUGGING and !SEC_ALLOC sections.
4298 (xtensa_create_xproperty_segments, section_has_xproperty): New.
4299 (add_xt_block_frags): Add end_property_function parameter and call it
4300 if it is non-zero. Call xtensa_frag_flags_init.
4301 (xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
4302 get_frag_property_flags, frag_flags_to_number,
4303 xtensa_frag_flags_combinable, xt_block_aligned_size,
4304 xtensa_xt_block_combine, add_xt_prop_frags,
4305 init_op_placement_info_table, opcode_fits_format_slot,
4306 xg_get_single_size, xg_get_single_format): New.
4307 (istack_push): Inline call to tinsn_copy.
4308 (tinsn_copy): Delete.
4309 (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
4310 CONST16 opcodes. Handle O_big, O_illegal, and O_absent.
4311 (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
4312 (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
4313 functions. Handle invisible operands.
4314 (tinsn_to_slotbuf): New.
4315 (tinsn_check_arguments): Use new xtensa-isa.h functions.
4316 (tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn,
4317 vinsn_from_chars, and xg_free_vinsn.
4318 (tinsn_from_insnbuf): New.
4319 (tinsn_immed_from_frag): Add slot parameter and handle multislot
4320 instructions. Handle symbol differences.
4321 (get_num_stack_text_bytes): Use xg_get_single_size.
4322 (xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
4323 xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
4324 get_expr_register, set_expr_symbol_offset_diff): New.
4325 * config/tc-xtensa.h (MAX_SLOTS): Define.
4326 (xtensa_relax_statesE): Move from tc-xtensa.c. Add
4327 RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
4328 RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
4329 RELAX_NONE types.
4330 (RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
4331 (xtensa_frag_type struct): Add is_assembly_state_set,
4332 use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
4333 is_align, is_text_align, alignment, and is_first_loop_insn fields.
4334 Replace is_generics and is_relax fields by is_no_transform field.
4335 Delete is_text and is_longcalls fields. Change text_expansion and
4336 literal_expansion to arrays of MAX_SLOTS entries. Add arrays of
4337 per-slot information: literal_frags, slot_subtypes, slot_symbols,
4338 slot_sub_symbols, and slot_offsets. Add fr_prev field.
4339 (xtensa_fix_data struct): New.
4340 (xtensa_symfield_type struct): Delete plt field.
4341 (xtensa_block_info struct): Move definition to tc-xtensa.h. Add
4342 forward declaration here.
4343 (xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec.
4344 (XTENSA_SECTION_RENAME): Undefine.
4345 (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
4346 tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
4347 HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
4348 (TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
4349 (unit_num_copies_func, opcode_num_units_func,
4350 opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
4351 (resource_table struct): New.
4352 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
4353 (TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
4354 literal_space, symbol, sub_symbol, offset, and literal_frag fields.
4355 (tinsn_copy): Delete prototype.
4356 (vliw_insn struct): New.
4357 * config/xtensa-relax.c (insn_pattern_struct): Add options field.
4358 (widen_spec_list): Add option conditions for density and boolean
4359 instructions. Add expansions using CONST16 and conditions for using
4360 CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for
4361 predicted branches.
4362 (simplify_spec_list): Add option conditions for density instructions.
4363 Add entry for NOP instruction.
4364 (append_transition): Add cmp function pointer parameter and use it to
4365 insert the new entry in order.
4366 (operand_function_LOW16U, operand_function_HI16U): New.
4367 (xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
4368 OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
4369 (enter_opname, split_string): Use xstrdup instead of strdup.
4370 (init_insn_pattern): Initialize new options field.
4371 (clear_req_or_option_list, clear_req_option_list,
4372 clone_req_or_option_list, clone_req_option_list, parse_option_cond):
4373 New.
4374 (parse_insn_pattern): Parse option conditions.
4375 (transition_applies): New.
4376 (build_transition): Use new xtensa-isa.h functions. Fix incorrectly
4377 swapped last arguments in calls to append_constant_value_condition.
4378 Call clone_req_option_list. Add warning about invalid opcode.
4379 Handle LOW16U and HI16U function names.
4380 (build_transition_table): Add cmp parameter and use it in calls to
4381 append_transition. Use new xtensa-isa.h functions. Check
4382 transition_applies before adding entries.
4383 (xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
4384 pass it through to build_transition_table.
4385 * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
4386 ReqOption, transition_cmp_fn): New types.
4387 (OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
4388 (transition_rule struct): Add options field.
4389 * doc/as.texinfo (Overview): Update Xtensa options.
4390 * doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
4391 --[no-]relax, and --[no-]generics options. Update descriptions of
4392 --text-section-literals and --[no-]longcalls. Add
4393 --[no-]absolute-literals and --[no-]transform.
4394 (Xtensa Syntax): Add description of syntax for FLIX instructions.
4395 Remove use of "generic" and "specific" terminology for opcodes.
4396 (Xtensa Registers): Generalize the syntax description to include
4397 user-defined register files.
4398 (Xtensa Automatic Alignment): Update.
4399 (Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
4400 (Xtensa Call Relaxation): Linker can now remove most of the overhead.
4401 (Xtensa Directives): Remove confusing rules about precedence.
4402 (Density Directive, Relax Directive): Delete.
4403 (Schedule Directive): New.
4404 (Generics Directive): Rename to ...
4405 (Transform Directive): ... this node.
4406 (Literal Directive): Update for absolute literals. Missing
4407 literal_position directive is now an error.
4408 (Literal Position Directive): Update for absolute literals.
4409 (Freeregs Directive): Delete.
4410 (Absolute Literals Directive): New.
4411 (Frame Directive): Minor editing.
4412 * Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
4413 Update dependencies.
4414 * Makefile.in: Regenerate.
4415
6e1304d8
RS
44162004-10-07 Richard Sandiford <rsandifo@redhat.com>
4417
4418 * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp
4419 to build the second and third fixups for a composite relocation.
4420 (macro_read_relocs): New function.
4421 (macro_build): Use it.
4422 (s_cpsetup): Pass all three composite relocation codes to macro_build.
4423 Simplify fragging code accordingly.
4424 (s_gpdword): Use fix_new rather than fix_new_exp for the second part
4425 of the composite relocation. Set fx_tcbit in both fixups.
4426
b1dca8ee
RS
44272004-10-07 Richard Sandiford <rsandifo@redhat.com>
4428
4429 * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs.
4430 (md_apply_fix3): Don't treat composite relocs as done.
4431
89658e52
NC
44322004-10-07 Jan Beulich <jbeulich@novell.com>
4433
4434 * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
4435 prefix for symbol names generated from the LOCAL macro directive.
4436
289040ca
NC
4437 * dw2gencfi.c (select_cie_for_fde): When separating CIE out from
4438 FDE, treat a DW_CFA_remember_state as we do a DW_CFA_advance_loc.
4439
48c9f030
NC
44402004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
4441
4442 * config/tc-crx.c (preprocess_reglist): Handle Co-processor
c04f5787 4443 Special registers.
5c5054ab 4444 (md_assemble): Add error checking for Co-Processor instructions.
48c9f030
NC
4445 (get_cinv_parameters): Add 'b' option to invalidate the
4446 branch-target cache.
4447
7ed4c4c5
NC
44482004-10-05 Paul Brook <paul@codesourcery.com>
4449
4450 * config/tc-arm.c (unwind): New variable.
4451 (vfp_sp_encode_reg): New function.
4452 (vfp_sp_reg_required_here): Use it.
4453 (vfp_sp_reg_list, vfp_dp_reg_list): Remove.
4454 (vfp_parse_reg_list): New function.
4455 (s_arm_unwind_fnstart, s_arm_unwind_fnend, s_arm_unwind_cantunwind,
4456 s_arm_unwind_personality, s_arm_unwind_personalityindex,
4457 s_arm_unwind_handlerdata, s_arm_unwind_save, s_arm_unwind_movsp,
4458 s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): New
4459 functions.
4460 (md_pseudo_table): Add them.
4461 (do_vfp_reg2_from_sp2): Use vfp_parse_reg_list and vfp_sp_encode_reg.
4462 (do_vfp_sp2_from_reg2, vfp_sp_ldstm, vfp_dp_ldstm): Ditto.
4463 (set_section, add_unwind_adjustsp, flush_pending_unwind,
4464 finish_unwind_opcodes, start_unwind_section, create_unwind_entry,
4465 require_hashconst, add_unwind_opcode): New functions.
ab1e9ef7 4466 * doc/c-arm.texi: Document unwinding opcodes.
7ed4c4c5
NC
4467 * NEWS: Mention the new feature.
4468
04ca8703
EC
44692004-10-04 Eric Christopher <echristo@redhat.com>
4470
4471 * config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
4472
7c1d0959
L
44732004-10-01 H.J. Lu <hongjiu.lu@intel.com>
4474
4475 * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
4476 TLS relocations.
4477 * config/tc-s390.c (md_apply_fix3): Likewise.
4478 * config/tc-sparc.c (md_apply_fix3): Likewise.
4479
40a18ebd
NC
44802004-10-01 Paul Brook <paul@codesourcery.com>
4481
4482 * config/tc-arm.c (arm_elf_section_type): New function.
4483 (arm_elf_change_section): Set section link for exidx sections.
4484 * config/tc-arm.h (arm_elf_section_type): Add prototype.
4485 (md_elf_section_type): Define.
4486
14127cc4
NC
44872004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
4488
4489 * config/tc-pdp11.c (md_apply_fix3): Change to sign of the SOB
4490 instruction's offset.
4491
b7c92712
NC
44922004-10-01 Adam Nemet <anemet@lnxw.com>
4493
4494 * (TARGET_FORMAT): Remove LynxOS COFF definition.
4495
65555e64
AM
44962004-10-01 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
4497
4498 * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
4499 asymbol *, instead use symbol_get_bfdsym.
4500
9fe0b840
NC
45012004-09-30 Linus Nielsen Feltzing <linus@haxx.se>
4502
4503 * config/tc-m68k.c (select_control_regs): Add mcf5249.
4504
0dd132b6
NC
45052004-09-30 Paul Brook <paul@codesourcery.com>
4506
4507 * config/tc-arm.c (do_smi, do_nop): New functions.
4508 (insns): Add ARMv6ZK instructions.
4509 (md_apply_fix3): Handle BFD_RELOC_ARM_SMI.
4510 (tc_gen_reloc): Ditto.
4511 (arm_cpus): Add mpcore and arm1176.
4512 (arm_archs): Add armv6{k,z,zk}.
4513 * doc/c-arm.texi: Document new cores and architectures.
4514
a737bd4d
NC
45152004-09-30 Nick Clifton <nickc@redhat.com>
4516
4517 * config/tc-arm.c: Use ISO C90 formatting.
4518
3631a3c8
NC
45192004-09-30 Vladimir Ivanov <vladitx@nucleusys.com>
4520
a737bd4d 4521 * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN
3631a3c8
NC
4522 as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or
4523 REG_TYPE_MVDX is expected.
4524
d5f0cf92
AM
45252004-09-29 Marc Bevand <m.bevand@gmail.com>
4526
4527 * doc/c-i386.texi (i386-Mnemonics): Fix typo.
4528
9f9a069e
JW
45292004-09-21 James E Wilson <wilson@specifixinc.com>
4530
4531 * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.
4532 (output_rp_psprel, output_pfs_psprel, output_preds_psprel,
4533 output_spill_base, output_unat_psprel, output_lc_psprel,
4534 output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel,
4535 output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel,
4536 output_spill_psprel_p): Use it.
4537
4b778c88
TL
45382004-09-20 Tomer Levi <Tomer.Levi@nsc.com>
4539
c04f5787 4540 * config/tc-crx.c (handle_LoadStor): New function.
04ca8703 4541 Handle load/stor unique instructions before parsing.
4b778c88 4542
eb043451
PB
45432004-09-17 Paul Brook <paul@codesourcery.com>
4544
4545 * config/tc-arm.c (s_arm_rel31): New funciton.
4546 (md_pseudo_table): Add .rel31.
04ca8703 4547 (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2,
eb043451
PB
4548 BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
4549 (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
4550 (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
4551 (arm_parse_reloc): Add (target2).
4552
8ea2b00f
AM
45532004-09-17 Alan Modra <amodra@bigpond.net.au>
4554
4555 * Makefile.am: Run "make dep-am".
4556 * Makefile.in: Regenerate.
4557 * aclocal.m4: Regenerate.
4558 * configure: Regenerate.
4559 * doc/Makefile.in: Regenerate.
4560 * po/POTFILES.in: Regenerate.
4561 * po/gas.pot: Regenerate.
4562
7e1792e0
HPN
45632004-09-14 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp>
4564
4565 * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.
4566 [!LLONG_MAX]: Ditto.
4567
9c504268
PB
45682004-09-13 Paul Brook <paul@codesourcery.com>
4569
4570 * config/tc-arm.c: Rename RELABS to TARGET1.
4571
2159ac21
AM
45722004-09-13 Alan Modra <amodra@bigpond.net.au>
4573
4574 * messages.c (as_internal_value_out_of_range): Cast values passed
4575 to as_bad_where or as_warn_where to proper type.
4576
23794b24
MM
45772004-09-11 Theodore A. Roth <troth@openavr.org>
4578
4579 * config/tc-avr.c: Add support for
4580 atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
4581
e9fad691
AM
45822004-09-09 Alan Modra <amodra@bigpond.net.au>
4583
4584 * dw2gencfi.c (select_cie_for_fde): When separating CIE out
4585 from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc.
4586
10b016c2
PB
45872004-09-08 Paul Brook <paul@codesourcery.com>
4588
4589 * config/obj-elf.c (obj_elf_section_type): Handle init_array,
4590 fini_array and preinit_array section types.
4591 * config/tc-ia64.c (ia64_elf_section_type): Remove init_array
4592 and fini_array.
4593 * doc/as.texinfo: Document extra section types.
4594
e5a52504
MM
45952004-09-02 Mark Mitchell <mark@codesourcery.com>
4596
4597 * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
4598 * Makefile.in: Regenerated.
4599 * configure.in: Set em for arm*-*-symbianelf*.
4600 * configure: Regenerated.
4601 * config/tc-arm.c (elf32_arm_target_format): Use Symbian target
4602 vectors when appropriate.
4603 * config/te-symbian.h: New file.
4604
42851540
NC
46052004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
4606
4607 * config/tc-crx.c (gettrap): Exception vector can be case
4608 insensitive.
04ca8703 4609 (process_label_constant): Fix a 32-bit displacement bug in branch
42851540
NC
4610 instructions.
4611 (get_operandtype) : Bug fix, wrong operand was used.
04ca8703 4612 (process_label_constant): Initialize relocation type to
42851540
NC
4613 BFD_RELOC_NONE
4614
8783612f
RE
46152004-09-01 Richard Earnshaw < reanrsha@arm.com>
4616
4617 * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s
4618 for synthesizable cores.
4619
1ff4677c
RE
4620 * doc/c-arm.texi (ARM Options): Document canonical names of CPUs.
4621
b18c562e
NC
46222004-08-25 Dmitry Diky <diwil@spec.ru>
4623
4624 * config/tc-msp430.c: Clean-up the code.
4625 (md_relax_table): New relax table.
4626 (mcu_types): Sort MCU types.
4627 (md_pseudo_table): Add .profiler pseudo handler.
4628 (pow2value): New function.
4629 (msp430_profiler): New function.
4630 (msp430_operands): Add new insns handlers.
4631 (msp430_srcoperand): Add register operand handler, allow complex
4632 expressions.
4633 (md_estimate_size_before_relax): Rewritten.
4634 (md_convert_frag): Rewritten.
4635 (msp430_relax_frag): New function.
4636 * config/tc-msp430.h (md_relax_frag): define macro
4637 * doc/c-msp430.texi: Update information.
4638
8f94ae4d
NC
46392004-08-24 Nick Clifton <nickc@redhat.com>
4640
4641 * as.c (std_shortopts): Allow -g to take an optional argument.
4642 (parse_args): Pass any switch starting with -g on to the backend
4643 for parsing.
4644
e51dace8
MM
46452004-08-18 Mark Mitchell <mark@codesourcery.com>
4646
4647 * configure.in (arm*-*-symbianelf*): New target.
4648 (arm*-*-eabi*): Likewise.
4649 * configure: Regenerated.
4650
f7870c8d
TS
46512004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4652 * config/tc-mips.c (append_insn): Handle delay slots in branch likely
4653 correctly.
4654
d6afba4b
JJ
46552004-08-18 Jakub Jelinek <jakub@redhat.com>
4656
4657 * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
4658 argument, don't do anything if current section is not
4659 .gnu.linkonce.t.* and linkonce_empty is set.
4660 (generate_unwind_image, dot_endp): Adjust callers, call
4661 start_unwind_section (*, 1) if nothing will be put into the
4662 section.
4663
329e276d
NC
46642004-08-17 Nick Clifton <nickc@redhat.com>
4665
4666 * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
4667 (show_usage): Add -g.
4668 (std_longopts): Add --gen-debug. Alpha sort the table.
4669 (parse_args): Print an error message if a switch is not handled.
4670 Handle the -g switch, calling md_debug_format_selector() if
4671 necessary.
4672 * NEWS: Mention new feature.
4673 * doc/as.texinfo: Document new switch.
4674 * doc/internals.texi: Document behaviour of md_parse_option.
04ca8703 4675
329e276d
NC
4676 * config/tc-arm.c (md_parse_option): Do not issue an error message
4677 if the switch is not recognised.
4678 * config/tc-m68k.c (md_parse_option): Likewise.
4679 * config/tc-pdp11.c (md_parse_option): Likewise.
4680 * config/tc-v850.c (md_parse_option): Likewise.
4681
4682 * as.h: Fix up formatting.
4683 * tc.h: Likewise.
4684
4101eec8
NC
46852004-08-16 Nick Clifton <nickc@redhat.com>
4686
2766e5e4
NC
4687 * macro.c (macro_set_alternate): Use ISO C90 formatting.
4688
4101eec8
NC
4689 * configure.in: Sort architecture based tables alphabetically.
4690 * configure: Regenerate.
4691
80f846b6
AM
46922004-08-16 Alan Modra <amodra@bigpond.net.au>
4693
4694 * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
4695 { "cc", 68 }, with { "cr", 70 }.
4696
caa32fe5
NC
46972004-08-13 Jan Beulich <jbeulich@novell.com>
4698 Nick Clifton <nickc@redhat.com>
4699
4700 * as.c: Add and handle new --alternate command line option.
4701 * macro.c (macro_set_alternate): New.
4702 * macro.h (macro_set_alternate): Declare.
4703 * read.c: Add and handle new .altmacro and .noaltmacro directives.
4704 * doc/as.texinfo: Document new command line option and pseudo-ops
4705 as well as insert documentation originating from gasp about
4706 alternate macro syntax.
4707 * NEWS: Mention new command line option and pseudo-ops.
4708
b2221023
MM
47092004-08-10 Mark Mitchell <mark@codesourcery.com>
4710
4711 * expr.c (operand): Handle the "~", "-", and "!" operators applied
4712 to bignums.
4713
db6579d4
PB
47142004-08-06 Paul Brook <paul@codesourcery.com>
4715
4716 * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
4717 Handle new relocations.
4718 * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
4719
e750405d
BW
47202004-08-05 Bob Wilson <bob.wilson@acm.org>
4721
4722 * write.c (relax_segment): Use was_address instead of address when
4723 setting fr_fix field for align frag due to backwards .org.
4724
1d70c7fb
AO
47252004-07-29 Alexandre Oliva <aoliva@redhat.com>
4726
4727 Introduce SH2a support.
4728 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
4729 * config/tc-sh.c (get_specific): Change arch_sh2a_up to
4730 arch_sh2a_nofpu_up.
4731 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
4732 * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
4733 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
4734 * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
4735 to end of conditional expression.
4736 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
4737 * config/tc-sh.c: Add sh2a-nofpu support.
4738 2003-12-29 DJ Delorie <dj@redhat.com>
4739 * tc-sh.c: Add sh2a support.
4740 (parse_reg): Add tbr.
4741 (parse_at): Support @@(disp,tbr).
4742 (get_specific): Support sh2a opcodes.
4743 (insert4): New, for 4 byte relocs.
4744 (build_Mytes): Support sh2a opcodes.
4745 (md_apply_fix3_Mytes): Support sh2a opcodes.
4746 2003-12-02 Michael Snyder <msnyder@redhat.com>
4747 * config/tc-sh.c (md_parse_option): Handle sh2a.
4748 (sh_elf_final_processing): Ditto.
4749
e7fbc2bf
JT
47502004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
4751
4752 * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
4753 for TE_NetBSD.
4754
9232bbb0
AM
47552004-07-27 Alan Modra <amodra@bigpond.net.au>
4756
4757 * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
4758 (ppc_arch): Expand comment.
4759
670ec21d
NC
47602004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
4761
4762 * config/tc-crx.c: Support evaluating the difference between two
4763 symbols.
4764 * config/tc-crx.h: Likewise.
4765
406f8ff9 47662004-07-26 H.J. Lu <hongjiu.lu@intel.com>
38ce5b11
L
4767
4768 * config/tc-ia64.c (start_unwind_section): Set the linked-to
4769 section.
4770 (ia64_elf_section_change_hook): Set the linked-to section for
4771 SHT_IA_64_UNWIND.
4772
c05e9f04
NC
47732004-07-26 Dmitry Diky <diwil@spec.ru>
4774
4775 * config/tc-msp430.c: Add new subtargets: msp430x1610,
4776 msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437,
4777 msp430xG438, msp430xG439.
4778
e9863d7f
DJ
47792004-07-25 Daniel Jacobowitz <dan@debian.org>
4780
4781 * doc/as.texinfo (Section, PushSection): Correct documentation
4782 for ELF.
4783
543613e9 47842004-07-21 Jan Beulich <jbeulich@novell.com>
20f0a1fc
NC
4785
4786 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
4787 permissible for the selected instruction suffix.
4788 (match_template): Don't permit 64-bit general purpose operands in
4789 32-bit mode.
4790 (finalize_imm): Permit 64-bit immediates.
4791 (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode
4792 specially except for the width of the used base and/or index
4793 registers. For 32-bit displacements, use sign-extended
4794 relocations only when using 64-bit addressing.
4795 Force zero displacement on rip-relative addressing when there is
4796 no other displacement.
4797 (i386_index_check): Don't treat 32-bit addressing in 64-bit mode
4798 specially except for the width of the used base and/or index
4799 registers.
4800 (parse_register): Disallow Reg64 registers in 32-bit mode.
4801
543613e9
NC
4802 * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
4803 suffix if the instruction doesn't support it.
04ca8703 4804
01a3f561
MR
48052004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
4806
4807 * config/tc-mips.c (append_insn): Handle constant expressions with
4808 no associated relocation.
4809 (mips_ip): Cancel the expression after use for the Q format
4810 specifier.
4811 (parse_relocation): Return no relocation for unsupported
4812 operators.
4813 (my_getSmallExpression): Return no relocation if no relocation
4814 operators are used.
4815
e12904d2
DA
48162004-07-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4817
4818 * config/obj-som.c (adjust_stab_sections): Add prototype.
4819 (obj_som_compiler, obj_som_version, obj_som_copyright,
4820 adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
4821 * config/tc-hppa.c (update_subspace): Likewise.
4822 (is_defined_subspace): Amplify comment.
4823 * config/obj-som.h (som_frob_file): Add prototype.
4824
90c1602c
L
48252004-07-19 Christopher Faylor <cgf@timesys.com>
4826 H.J. Lu <hongjiu.lu@intel.com>
4827
4828 * subsegs.c (section_symbol): Don't create a new segment when
4829 existing segment is undefined.
4830
f263249b
RE
48312004-07-16 Richard Earnshaw <rearnsha@arm.com>
4832
4833 * config/tc-arm.c: Include include/opcode/arm.h.
4834 (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete.
4835 (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete.
4836 (FPU_ARCH_*): Delete.
4837 * Makefile.am: Update dependencies.
4838 * Makefile.in: Regenerate.
4839
152c65b9
NC
48402004-07-15 Nick Clifton <nickc@redhat.com>
4841
4842 * configure.in: Accept armbe as a big-endian arm configuration.
4843 * configure: Regenerate.
4844
0477af35
NC
48452004-07-13 Thomas Nystrom <thn@saeab.se>
4846
4847 * config/tc-i386.c (T_SHIFTOP): New constant.
4848 (intel_e05_1): Handle '&', '|' and T_SHIFTOP.
4849 (intel_el1): Handle '~'.
4850 (intel_get_token): Handle '<>', '&', '|' and '~'.
4851
48522004-07-13 Nick Clifton <nickc@redhat.com>
4853
4854 (md_assemble): Remove spurious newline from end of as_bad error
4855 message.
4856 (intel_e05_1): Likewise.
4857 (intel_e11): Likewise.
4858 (intel_match_token): Likewise.
4859
31302357
AS
48602004-07-11 Andreas Schwab <schwab@suse.de>
4861
4862 * config/tc-m68k.c: Convert to C90. Remove redundant
4863 declarations. Indentation fixup.
4864 [M68KCOFF]: Include "obj-coff.h" instead of declaring
4865 obj_coff_section ourselves.
04ca8703 4866
549f748d
JW
48672004-07-09 James E Wilson <wilson@specifixinc.com>
4868
4869 * config/tc-ia64.c (default_big_endian): New.
4870 (dot_byteorder, md_begin): Use it.
4871 (md_parse_option): Set it.
04ca8703 4872
1a320fbb
NC
48732004-07-09 Nick Clifton <nickc@redhat.com>
4874
4875 * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
4876 * configure: Regenerate.
4877 * NEWS: Change sh-sybmian-elf to sh-*-symbianelf.
4878 * config/tc-sh.c (sh_elf_final_processing): Use renamed version of
4879 sh_find_elf_flags if necessary.
4880
de7e6852
RS
48812004-07-08 Richard Sandiford <rsandifo@redhat.com>
4882
4883 * config/tc-mips.c (mips_fix_adjustable): If the full addend is
4884 going to be split into more than one in-place addend, return 0
4885 for relocations against mergeable sections. Associate comments
4886 with code.
4887
1fe1f39c
NC
48882004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
4889
4890 * Makefile.am (CPU_TYPES): Add crx.
4891 (TARGET_CPU_CFILES): Add config/tc-crx.c.
4892 (TARGET_CPU_HFILES): Add config/tc-crx.h.
4893 (DEPTC_crx_elf): New target.
4894 (DEPOBJ_crx_elf): Likewise.
4895 (DEP_crx_elf): Likewise.
4896 * Makefile.in: Regenerate.
4897 * configure.in: Add crx* target.
4898 * configure: Regenerate.
4899 * config/tc-crx.c: New file.
4900 * config/tc-crx.h: New file.
4901 * NEWS: Mention new target.
4902
d9895649
NC
49032004-07-06 Nick Clifton <nickc@redhat.com>
4904
85fbca6a 4905 * config.in: Undefine TARGET_SYMBIAN by default.
c04f5787
AM
4906 * configure.in:
4907 * configure: Regenerate. Add sh-symbian-elf target. If
4908 selected define TARGET_SYMBIAN.
4909 * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
4910 format if TARGET_SYMBIAN has been defined.
04ca8703 4911
e7bd9ea0
NC
4912 * output-file.c (output_file_create): Report the target format
4913 chosen when bfd_openw reports that it is invalid.
4914
d9895649
NC
4915 * config/obj-coff.c (coff_pseudo_table): Only define the weak
4916 pseudo for BFD based assemblers.
4917
871ec896
JR
49182004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
4919
4920 gas:
4921 * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
4922 (md_parse_option): Remove redundant -isa testing.
4923 Make bfd_arch variable const.
4924 (md_show_usage): Make bfd_arch variable const.
4925
5a9ff93d
JW
49262004-07-03 James E Wilson <wilson@specifixinc.com>
4927
4928 * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr.
4929 * config/tc-ia64.h (md_frag_check): Define.
4930
c87db184
CF
49312004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
4932
4933 * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
4934 externals.
4935 * doc/as.texinfo (Weak): Document PE weak symbols.
4936
3b91255e
RS
49372004-07-03 Richard Sandiford <rsandifo@redhat.com>
4938
4939 * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
4940 (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
4941 (mips_frob_file): Rework so that only a single pass through the
4942 relocs is needed. Allow %lo()s to have higher offsets than their
4943 corresponding %hi()s or %got()s.
4944
310ea308
NC
49452004-07-02 Nick Clifton <nickc@redhat.com>
4946
4947 * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
4948 allow values which have come from undefined symbols.
4949 Always consider this fixup to have been processed as a reloc
4950 cannot be generated for it.
4951
09b935ac
AM
49522004-07-02 Alan Modra <amodra@bigpond.net.au>
4953
4954 * frags.h (struct frag): Add has_code and insn_addr fields.
4955 * write.c (cvt_frag_to_fill): Invoke md_frag_check.
4956 * config/tc-ppc.c (md_assemble): Check and set insn_addr.
4957 * config/tc-ppc.h (md_frag_check): Define.
4958
4d1cd5c7
MR
49592004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
4960
4961 * doc/Makefile.am (info): Rename goal to...
4962 (info-local): ... this, to preserve implicit dependencies.
4963 * doc/Makefile.in: Regenerate with automake 1.8.5.
4964
097f809a
NC
49652004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4966
4967 * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
4968 (m32r_cgen_record_fixup_exp): Changed for @GOTOFF, @GOT.
4969 (m32r_fix_adjustable): Changed for @GOTOFF, @GOT, @PLT.
4970 (tc_gen_reloc): Likewise.
4971 (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
4972 (m32r_parse_name): Likewise.
4973 (m32r_cgen_parse_fix_exp): Likewise.
4974 * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
4975 (O_PIC_reloc): Likewise.
4976 (TC_CGEN_PARSE_FIX_EXP): Likewise..
4977 * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
4978 for @GOTOFF, @GOT, @PLT.
4979
bb82af9f
NC
49802004-06-21 Jan Beulich <jbeulich@novell.com>
4981
4982 * gas/symbols.c: While discarding ordinary local absolute symbols
4983 when --strip-local-absolute is in effect, retain file symbols.
4984
990ae22a
AS
49852004-06-20 Andreas Schwab <schwab@suse.de>
4986
4987 * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
4988 (md_parse_option): Likewise.
4989
32137342
NC
49902004-06-17 Jan Beulich <jbeulich@novell.com>
4991
4992 * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
4993 * config/te-netware.h: New file.
4994 * config/te-ppcnw.h: Delete: Obsolete.
4995 * configure.in: Eliminate ill NetWare targets. Make generic
4996 NetWare target use proper emulation.
4997 * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
4998 reference to new te-netware.h.
4999 * configure: Regenerate.
5000 * Makefile.in: Regenerate.
5001
f84d8e26
MS
50022004-06-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
5003
5004 * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
5005 comparison in .insn pseudo operation.
5006
587aac4e
AM
50072004-06-15 Alan Modra <amodra@bigpond.net.au>
5008
5009 * config/obj-coff.c (coff_adjust_section_syms): Use
5010 bfd_get_section_size instead of bfd_get_section_size_before_reloc.
5011 (coff_frob_section): Likewise.
5012 * config/tc-mips.c (md_apply_fix3): Likewise.
5013 * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
5014 (elf_frob_file_after_relocs): Likewise.
5015
2337eb33
DA
50162004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5017
b8fc22bc
DA
5018 * config/tc-hppa.c (log2): Rename to exact_log2.
5019 (pa_next_subseg): Delete unused function.
5020 (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
5021 (create_new_subspace): Likewise.
5022
2337eb33
DA
5023 Bug gas/213
5024 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
5025 labels. Fix warning.
5026
53cb0362
DD
50272004-05-28 DJ Delorie <dj@redhat.com>
5028
5029 * config/tc-mn10300.h (tc_fix_adjustable): Define.
5030 * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
5031 or non-merged symbols.
5032
888a75be
L
50332004-05-28 H.J. Lu <hongjiu.lu@intel.com>
5034
5035 * config/tc-ia64.c (remove_marked_resource): Save, clear and
5036 restore the old slot when inserting srlz.i/srlz.d.
5037
f6f9408f
JR
50382004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
5039
5040 * Makefile.am: Regenerate dependecies.
5041 * Makefile.in: Regenerate.
5042 * config/tc-sh.c (valid_arch): Make unsigned.
5043 (preset_target_arch): Likewise.
5044 (md_begin): Use new architecture flags system.
5045 (get_specific): Likewise.
5046 (assemble_ppi): Likewise.
5047 (md_assemble): Likewise. Also fix error check for bad opcodes.
5048 (md_parse_option): Likewise. Also generate -isa values according
5049 to the table in bfd/cpu-sh.c instead of just constants. Also
5050 allow <arch>-up ISA variants.
5051 (sh_elf_final_processing): Replace if-else chain with a call to
5052 sh_find_elf_flags().
f6f9408f 5053
580b9172
NC
50542004-05-28 Peter Barada <peter@the-baradas.com>
5055
5056 * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
5057 with zero offset into mode 2 addressing to save a word.
5058
652ca075
L
50592004-05-27 H.J. Lu <hongjiu.lu@intel.com>
5060
5061 * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
5062 (ar_is_only_in_integer_unit): New.
5063 (ar_is_only_in_memory_unit): New.
5064 (generate_unwind_image): Silence gcc on 32bit host.
5065 (md_assemble): Use ar_is_only_in_integer_unit instead of
5066 ar_is_in_integer_unit. Check AR access.
5067
60fed2d3
NC
50682004-05-27 Peter Barada <peter@the-baradas.com>
5069
5070 * config/tc-m68k.c (md_begin): Sort the opcode table into
5071 alphabetical order.
5072 (m68k_compare_opcode): New function to do the sorting.
5073
be8c092b
NC
50742004-05-24 Peter Barada <peter@the-baradas.com>
5075
5076 * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
5077 addressing on MIT style operands.
5078 * config/m68k-parse.y(yylex): Allow '-&' for predecrement
5079 w/mask addressing.
5080 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
5081 operands.
5082
1181c20e
AM
50832004-05-23 Alan Modra <amodra@bigpond.net.au>
5084
5085 * expr.c (operand, operator): Don't reject '++' and '--'.
5086
20e56c33
RS
50872004-05-20 Richard Sandiford <rsandifo@redhat.com>
5088
5089 * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
5090 dwarf tables.
5091
04ca8703 50922004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
5093
5094 * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF.
5095 * configure: Regenerate.
5096
0da76f83
NC
50972004-05-13 Paul Brook <paul@codesourcery.com>
5098
5099 * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries.
5100
4b363073
NC
51012004-05-13 Joel Sherrill <joel@oarcorp.com>
5102
5103 * configure.in (or32-*-rtems*): Switch to elf.
5104 * configure: Regenerate.
5105
9598fbe5
NC
51062004-05-13 Nick Clifton <nickc@redhat.com>
5107
5108 * po/fr.po: Updated French translation.
5109
22fe14ad
NC
51102004-05-11 Nick Clifton <nickc@redhat.com>
5111
5112 * doc/as.texinfo (Section): Document G and T flags to .section
5113 directive. Document the extra arguments that the G flag
5114 requires. Document the #tls flag.
5115
51162004-05-11 H.J. Lu <hongjiu.lu@intel.com>
5117
5118 * subsegs.c (section_symbol): Create a new section symbol if
5119 the existing one doesn't match.
5120 * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
5121
532c738a
RS
51222004-05-07 Richard Sandiford <rsandifo@redhat.com>
5123
5124 * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
5125 to cope with VR4181A errata MD(1) and MD(4).
5126
0503b355
BF
51272004-05-07 Brian Ford <ford@vss.fsi.com>
5128
5129 * NEWS: Mention .secrel32 for pe[i]-i386.
5130
daeea990
AO
51312004-05-07 Alexandre Oliva <aoliva@redhat.com>
5132
5133 * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
5134 (HANDLE_ALIGN): New.
5135
bfbdcf04
DJ
51362004-05-06 Daniel Jacobowitz <dan@debian.org>
5137
5138 * Makefile.am (DIST_SUBDIRS): Define.
5139 * aclocal.m4: Regenerate with automake 1.8.4.
5140 * Makefile.in: Likewise.
5141 * doc/Makefile.in: Likewise.
5142
5e819f9c
JW
51432004-05-06 David Mosberger-Tang <davidm@hpl.hp.com>
5144
5145 * config/tc-ia64.c (dot_serialize): Declare.
5146 (dot_serialize): New function.
5147 (md_pseudo_table): Add ".serialize.data" and
5148 ".serialize.instruction" directives.
5149
e5976317
NC
51502004-05-06 Nick Clifton <nickc@redhat.com>
5151
5152 * messages (as_internal_value_out_of_range): Print a message about
5153 a value being out of range. Be consistent about whether the
5154 values are printed in decimal or hexadecimal.
5155 (as_warn_value_out_of_range): Generate a warning message about an
5156 out of range value.
5157 (as_bad_value_out_of_range): Generate an error message about an
5158 out of range value.
5159 * as.h: Prototype the new functions.
5160 * config/tc-alpha.c (insert_operand): Use new function.
5161 * config/tc-arc.c (arc_insert_operand): Likewise.
5162 * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
5163 * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
5164 * config/tc-ppc.c (ppc_insert_operand): Likewise.
5165 * config/tc-s390.c (s390_insert_operand): Likewise.
5166 * config/tc-v850.c (v850_insert_operand): Likewise.
5167
996991aa
AO
51682004-05-05 Alexandre Oliva <aoliva@redhat.com>
5169
5170 * configure.in: Set em=linux for frv-*-*linux*.
5171 * configure: Rebuilt.
5172 * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
5173 (frv_md_fdpic_enabled): New.
5174 * config/tc-frv.c (frv_md_fdpic_enabled): New.
5175 (DEFAULT_FDPIC): New.
5176 (frv_flags): Use DEFAULT_FDPIC.
5177 (frv_pic_flag): Likewise.
5178 (OPTION_NOPIC): New.
5179 (md_longopts): Add -mnopic.
5180 (md_parse_option): Handle it.
5181 (md_show_usage): Add -mfdpic and -mnopic.
5182
6b6e92f4
NC
51832004-05-05 Peter Barada <peter@the-baradas.com>
5184
5185 * config/tc-m68k.c: Add find_cf_chip to print list of valid
5186 chips for invalid coldfire instructions, rename selectors
5187 for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
5188 add current_chip to track which chip is referred to(including save/restore),
5189 use current_chip to select control registers, not current_arch.
5190 (md_show_usage): Add new chips.
5191 * doc/c-m68k.texi: Document new command line switches.
5192
6f079ae3
JJ
51932004-05-05 Jakub Jelinek <jakub@redhat.com>
5194
5195 * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
5196 (NOP_OPCODE): Define.
5197 (s390_align_code): Remove prototype.
5198 * tc-s390.c (s390_align_code): Remove.
5199
2d6ed997
L
52002004-05-04 H.J. Lu <hongjiu.lu@intel.com>
5201
5202 * config/tc-ia64.c (make_unw_section_name): Removed.
5203 (start_unwind_section): New function.
5204 (generate_unwind_image): Take const segT instead of const
5205 char *.
5206 (dot_handlerdata): Adjusted.
5207 (dot_endp): Likewise.
5208
b9f18452
L
52092004-05-02 H.J. Lu <hongjiu.lu@intel.com>
5210
5211 * config/obj-elf.c (obj_elf_change_section): Allow the
5212 ".note.GNU-stack" section has SHF_EXECINSTR.
5213
fafe6678
L
52142004-05-02 H.J. Lu <hongjiu.lu@intel.com>
5215
5216 * config/obj-elf.c (get_section): Return bfd_boolean.
5217 (obj_elf_change_section): Call bfd_get_section_by_name_if
5218 instead of bfd_map_over_sections.
5219
86654c12
L
52202004-04-30 H.J. Lu <hongjiu.lu@intel.com>
5221
5222 * config/obj-elf.c (get_section): New function.
5223 (obj_elf_change_section): Support multiple sections with same
5224 name.
5225
376eb240
NC
52262004-04-30 Nick Clifton <nickc@redhat.com>
5227
5228 * config/tc-arm.c (create_register_alias): Fix typo checking for
5229 case sensitive register aliases.
5230 (co_proc_number): Use error message string in all_reg_maps[]
5231 array.
5232 (cp_reg_required_here): Likewise.
5233 (fp_reg_required_here): Likewise.
5234
8a7140c3
NC
52352004-04-29 Brian Ford <ford@vss.fsi.com>
5236
5237 * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
5238
3e722fb5
CD
52392004-04-28 Chris Demetriou <cgd@broadcom.com>
5240
5241 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
5242 (load_address, macro, mips_ip, md_parse_option)
5243 (mips_force_relocation, mips_validate_fix, md_apply_fix3)
5244 (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
5245 embedded-PIC handling, and update comments.
5246 (SWITCH_TABLE): Remove.
5247 * config/tc-mips.h (DIFF_EXPR_OK): Delete.
5248 (enum mips_pic_level): Remove EMBEDDED_PIC.
5249 (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
5250 (TC_FORCE_RELOCATION): Update comment.
5251 * ecoff.c (ecoff_build_lineno): Add comment about some code that
5252 might be safe to remove now that MIPS embedded-PIC is gone.
5253
351e2b5a
DA
52542004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5255
5256 * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
5257 call to obj_set_subsection_attributes.
5258 (obj_som_init_stab_section): Likewise.
5259 * config/tc-hppa.c (default_subspace_dict): Add comdat field.
5260 (pa_def_subspaces): Provide comdat default.
5261 (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and
5262 not SEC_IS_COMMON if section is comdat, common or dup_common. Update
5263 calls to create_new_subspace and update_subspace to pass comdat flag.
5264 (create_new_subspace, update_subspace): Add new comdat argument. Use
5265 it in calls to obj_set_subsection_attributes.
5266 * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
5267 and use of comdat, common and dup_comm parameters.
5268
f5842774
L
52692004-04-26 H.J. Lu <hongjiu.lu@intel.com>
5270
5271 * config/obj-elf.c (obj_elf_change_section): Check if the old
5272 group name is NULL before comparison.
5273
558fe4a7
CD
52742004-04-23 Chris Demetriou <cgd@broadcom.com>
5275
5276 * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
5277
81a21e38
TS
52782004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5279
5280 * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
5281
52822004-04-23 Chris Demetriou <cgd@broadcom.com>
1ffcab4b
CD
5283
5284 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
5285 (OPTION_MEMBEDDED_PIC): Remove.
5286 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
5287 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
5288 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
5289 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
5290 (OPTION_ELF_BASE): Renumber.
5291 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
5292 (md_show_usage): Remove mention of -membedded-pic.
5293 * doc/as.texinfo: Remove mention of -membedded-pic.
5294
4d0d148d
TS
52952004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5296
5297 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
5298 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
5299 a.out support.
5300 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
5301 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
5302 USE_GLOBAL_POINTER_OPT.
5303
017315e4
TS
53042004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5305
5306 * config/tc-mips.c (macro): One more use of load_delay_nop.
5307
269137b2
TS
53082004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
5309
5310 * config/tc-mips.c (load_delay_nop): New function.
5311 (load_address, macro): Use load_delay_nop() to build a nop
5312 which can be omitted with gpr_interlocks.
5313
24772049
TS
53142004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5315
5316 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
5317 cop_interlocks): Remove superfluous CPU entries.
5318
06516a5e
PB
53192004-04-22 Paul Brook <paul@codesourcery.com>
5320
5321 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
5322
fd99574b
NC
53232004-04-22 Peter Barada <peter@the-baradas.com>
5324
5325 * NEWS: Added support for EMAC instructions and MAC/EMAC
5326 Motorola syntax.
5327 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
5328 scale factor tokens, trailing_ampersand to mark mask addressing
5329 for MAC/EMAC instructions.
5330 * config/m68k-parse.y: Add options_ampersand clause, '<<',
5331 '>>'.
5332 (yylex): Handle '>', '<', and '&' following '+'.
5333 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
04ca8703 5334 architectures in archs[].
fd99574b
NC
5335 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
5336 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
5337 respectively.
5338 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
5339 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
5340 cases.
5341 Add EMAC operands to init_table[].
5342
69b97547
NC
53432004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
5344
5345 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
5346 state.
5347 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
5348 * config/tc-arm.c (enum mstate): Delete from here.
5349 (mapping_state): Remove the static mapstate variable and instead
5350 store the state in the segment. This allows a per-section mapping
5351 state. Handle and ignore MAP_UNDEFINED states.
5352 (arm_elf_change_section): Get the current mapping state from the
5353 new section.
5354 (s_ltorg): Set the mapping state to MAP_DATA.
5355 (arm_cleanup): Use arm_elf_change_section to get the mapping state
5356 for each pool as it is emitted.
5357
53582004-04-22 Nick Clifton <nickc@redhat.com>
5359
5360 * config/tc-arm.h: Formatting tidy ups.
5361
7a7f4e42
CD
53622004-04-20 Chris Demetriou <cgd@broadcom.com>
5363
5364 * NEWS: Note that MIPS -membedded-pic option is deprecated.
5365
6482c264
NC
53662004-04-20 DJ Delorie <dj@redhat.com>
5367
5368 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
5369 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
5370 [TE_PE] (O_secrel): Define.
5371 [TE_PE] (x86_pe_cons_fix_new): New.
5372 [TE_PE] (pe_directive_secrel): Likewise.
5373 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
5374
5bf10039
EC
53752004-04-19 Eric Christopher <echristo@redhat.com>
5376
c04f5787
AM
5377 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
5378 of previous patch for fix in gcc.
5bf10039 5379
77cd6497
JJ
53802004-04-19 Jakub Jelinek <jakub@redhat.com>
5381
5382 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
5383
b8861cfb
NS
53842004-04-19 Nathan Sidwell <nathan@codesourcery.com>
5385
5386 * read.c (do_align): Call md_flush_pending_output, if defined.
5387
f4c724fc
AM
53882004-04-16 Alan Modra <amodra@bigpond.net.au>
5389
5390 * expr.c (operand): Correct checks for ++ and --.
5391
a4b6e8f6
L
53922004-04-14 H.J. Lu <hongjiu.lu@intel.com>
5393
5394 * config/tc-generic.c: Add some comments.
5395
d766e8ec
RS
53962004-04-14 Richard Sandiford <rsandifo@redhat.com>
5397
5398 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
5399 -{no-}mfix-vr4122-bugs.
5400 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
5401 (append_insn, mips_emit_delays): Update accordingly.
5402 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
5403 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
5404 (md_parse_option): Update after above changes.
5405 (md_show_usage): Add -mfix-vr4120.
5406
ed9589d4
BW
54072004-04-13 Bob Wilson <bob.wilson@acm.org>
5408
5409 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
5410 of .section directive; add a reference to the ELF .subsection
5411 directive.
5412
097dba13
NC
54132004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5414
5415 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
5416 in parallel.
5417
279500de
TS
54182004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5419
5420 * Makefile.am: Remove mips from aout targets.
5421 * Makefile.in: Regenerate.
5422 * configure.in: Remove mips-dec-bsd* target.
5423 * configure: Regenerate.
5424
b7d7dc63
AM
54252004-04-07 Alan Modra <amodra@bigpond.net.au>
5426
5427 PR 96
5428 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
5429 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
5430 Update "mapping". Restrict some @ modifiers to 32 bit.
5431
f55629b8
KK
54322004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
5433 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
5434
5435 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
5436 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
5437 dont_adjust_reloc_32 is set.
5438 (md_longopts): Add option -renesas.
5439 (md_parse_option, md_show_usage): Likewise.
5440 * doc/c-sh.texi: Likewise.
5441
a7844384
NC
54422004-04-01 Dave Korn <dk@artimi.com>
5443
5444 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
5445 hi16 and lo16 fixS structs.
5446 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
5447 exactly the same way as for RELOC_DLX_REL16.
5448 (machine_ip): properly respect LO flag in the_insn and
5449 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
5450 (md_apply_fix3): apply RELOC_DLX_LO16.
5451
6c71dbc4
SS
54522004-03-30 Stan Shebs <shebs@apple.com>
5453
5454 Remove long-obsolete MPW support.
5455 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
5456 * configure.in: Remove mention of ppc-*-mpw* config.
5457 * configure.in: Likewise.
5458
7cc69913
NC
54592004-03-30 Nick Clifton <nickc@redhat.com>
5460
5461 * config/tc-arm.c (meabi_flags): Make its use conditional upon
5462 OBJ_ELF being defined.
5463
53fbb48a
AM
54642004-03-27 Alan Modra <amodra@bigpond.net.au>
5465
5466 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
5467
d507cf36
PB
54682004-03-23 Paul Brook <paul@codesourcery.com>
5469
5470 * config/tc-arm.c (meabi_flags): New variable.
5471 (arm_parse_eabi): New function.
5472 (md_begin): Set flags for EABI v3.
5473 (arm_eabis): Add.
5474 (arm_long_opts): Add meabi.
ab1e9ef7 5475 * doc/as.texinfo <ARM>: Document -meabi.
d507cf36
PB
5476 * doc/c-arm.texi: Ditto.
5477
88d65ad6
BW
54782004-03-22 Bob Wilson <bob.wilson@acm.org>
5479
5480 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
5481 tables even when use_literal_section flag is not set.
5482
13ef8878
AM
54832004-03-22 Alan Modra <amodra@bigpond.net.au>
5484
5485 * config/tc-sh.c: Remove trailing whitespace.
5486
1048a9ba
HPN
54872004-03-22 Hans-Peter Nilsson <hp@axis.com>
5488
5489 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
5490 --mul-bug-abort and the default behavior.
5491 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
5492 (err_for_dangerous_mul_placement): New variable.
5493 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
5494 macros.
5495 (md_cris_relax_table): Have placeholder for STATE_MUL.
5496 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
5497 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
5498 case doing nothing.
5499 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
5500 STATE_BYTE)>: Ditto.
5501 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
5502 alignment and position of this frag, emit error message if
5503 suspicious.
5504 (md_assemble): For a multiply insn and when checking it,
5505 transform the current frag into a special frag for that purpose.
5506 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
5507 OPTION_MULBUG_ABORT_ON>: Handle new options.
5508
a7877748
BW
55092004-03-19 Bob Wilson <bob.wilson@acm.org>
5510
5511 * config/tc-xtensa.c (mark_literal_frags): New function.
5512 (xtensa_move_literals): Call mark_literal_frags for all literal
5513 segments, including init and fini literal segments.
5514 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
5515
9992270f
DA
55162004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5517
5518 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
5519 (pa_comm): Set BSF_OBJECT in symbol flags.
5520
6e1772d5
AM
55212004-03-19 Alan Modra <amodra@bigpond.net.au>
5522
5523 * Makefile.am: Run "make dep-am".
5524 * Makefile.in: Regenerate.
5525 * doc/Makefile.in: Regenerate.
5526 * config.in: Regenerate.
5527 * po/gas.pot: Regenerate.
5528
3e4caed2
NS
55292004-03-18 Nathan Sidwell <nathan@codesourcery.com>
5530
c95b35a9
NS
5531 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
5532 (demand_empty_rest_of_line): Issue an error here.
5533 (ignore_rest_of_line): Silently skip to end.
5534 (demand_copy_string): Issue an error, not warning.
5535 (equals): Likewise.
5536 * config/obj-elf.c (obj_elf_section_name): Likewise.
5537 (obj_elf_section): Likewise.
5538 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
5539 (arc_extinst): Likewise.
5540 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
5541 (dot_spill): Likewise.
5542 (dot_unwabi): Likewise.
5543 (dot_prologue): Likewise.
5544
3e4caed2
NS
5545 * expr.c (operand): Reject ++ and --.
5546 (operator): Likewise.
5547
2ce4cc60
KK
55482004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5549
5550 * config/tc-sh.c: Include dw2gencfi.h.
5551 (sh_cfi_frame_initial_instructions): New function.
5552 (sh_regname_to_dw2regnum): Likewise.
5553 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
5554 file.
5555 (TARGET_USE_CFIPOP): Define.
5556 (tc_cfi_frame_initial_instructions): Likewise.
5557 (tc_regname_to_dw2regnum): Likewise.
5558 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
5559 * Makefile.am: Update dependencies.
5560 * Makefile.in: Regenerate.
5561
9183ed4b
AM
55622004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
5563
5564 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
5565 * configure: Regenerate.
5566
00bbdfe7
BW
55672004-03-12 Bob Wilson <bob.wilson@acm.org>
5568
5569 * read.c (s_leb128): Call md_flush_pending_output.
5570
0f10071e
ML
55712004-03-12 Michal Ludvig <mludvig@suse.cz>
5572
5573 * config/tc-i386.c (output_insn): Handle PadLock instructions.
5574 * config/tc-i386.h (CpuPadLock): New define.
5575 (CpuUnknownFlags): Added CpuPadLock.
5576
84c84759
AS
55772004-03-07 Andreas Schwab <schwab@suse.de>
5578
5579 * doc/c-hppa.texi (HPPA Directives): Fix typo.
5580
6ec51dba
RH
55812004-03-07 Richard Henderson <rth@redhat.com>
5582
5583 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
5584 (cfi_finish): Likewise for fde.
5585
bae25f19
L
55862004-03-05 H.J. Lu <hongjiu.lu@intel.com>
5587
5588 * config/tc-ia64.c (md_assemble): Properly handle NULL
5589 align_frag.
5590 (ia64_handle_align): Don't abort if failed to add a stop bit.
5591
ab509236
L
55922004-03-04 H.J. Lu <hongjiu.lu@intel.com>
5593
5594 * Makefile.in: Regenerated.
5595 * aclocal.m4: Likewise.
5596 * configure: Likewise.
5597 * doc/Makefile.in: Likewise.
5598
d9201763
L
55992004-03-03 H.J. Lu <hongjiu.lu@intel.com>
5600
5601 * config/tc-ia64.c (dot_align): New.
5602 (ia64_do_align): Make it static.
5603 (md_pseudo_table): Use "dot_align" for "align".
5604 (ia64_md_do_align): Don't set align_frag here.
5605 (ia64_handle_align): Add a stop bit to the previous bundle if
5606 needed.
5607
5608 * config/tc-ia64.h (ia64_do_align): Removed.
5609
ae51a426
JR
56102003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
5611
5612 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
5613 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
5614 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
5615 the most general type or the user specifically requested it.
5616 (md_assemble): Add a new error message for when an instruction
5617 is understood, but is not allowed due to an -isa option.
5618
9545c4ce
L
56192004-03-02 H.J. Lu <hongjiu.lu@intel.com>
5620
5621 * config/tc-ia64.c (align_frag): New.
5622 (md_assemble): Set the tc_frag_data field in align_frag for
5623 IA64_OPCODE_FIRST instructions.
5624 (ia64_md_do_align): Set align_frag.
5625 (ia64_handle_align): Add a stop bit if needed.
5626
5627 * config/tc-ia64.h (TC_FRAG_TYPE): New.
5628 (TC_FRAG_INIT): New.
5629
676a64f4
RS
56302004-03-01 Richard Sandiford <rsandifo@redhat.com>
5631
5632 * config/tc-frv.c (fr400_audio): New variable.
5633 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
5634 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
5635 (target_implements_insn_p): New function.
5636 (md_assemble): Report an error if the processor doesn't implement
5637 the instruction.
5638
bd337dde
NC
56392004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5640
5641 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
5642 (md_parse_option): Ditto.
5643 (OPTION_NO_SPECIAL_M32R): Added.
5644 (md_show_usage): Document it.
5645 (enable_speial_m32r): Changed a default value from 0 to 1.
5646 * doc/c-m32r.texi: Document the -no-bitinst option.
5647
78878175
NC
56482004-02-27 Nick Clifton <nickc@redhat.com>
5649
5650 * config/tc-sh.c (get_operand): Revert previous delta.
5651 (tc_gen_reloc): Check for an unknown reloc type before processing
5652 the addend.
5653
1d6d62a4
MS
56542004-02-27 Hannes Reinecke <hare@suse.de>
5655
5656 * config/tc-s390.c (s390_insn): Correct range check for opcode in
5657 .insn pseudo operation.
5658
4aa3e325
NC
56592004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
5660
5661 * config/tc-sh.c (get_operand): In case of #Imm, check has been
5662 added for wrong syntax.
5663
73369e65
EC
56642004-02-26 Eric Christopher <echristo@redhat.com>
5665
5666 * config/tc-mips.c (mips_dwarf2_addr_size): New.
5667 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
5668
6a5709a5
JR
56692004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
5670
5671 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
5672 nibble types to assembler.
5673
95385380
FF
56742004-02-25 Fred Fish <fnf@redhat.com>
5675
5676 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
5677
b5e0fabd
JW
56782004-02-20 James E Wilson <wilson@specifixinc.com>
5679
5680 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
5681 finalize_syms.
5682 (fixup_unw_records): New arg before_relax. Pass to slot_index.
5683 (ia64_estimate_size_before_relax): New.
5684 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
5685 (generate_unwind_image): Pass 1 to fixup_unw_records.
5686 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
5687 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
5688
2f01ffbf
JJ
56892004-02-19 Jakub Jelinek <jakub@redhat.com>
5690
5691 * stabs.c (generate_asm_file): Avoid warning about use of
5692 uninitialized variable.
5693
9c59842f
JW
56942004-02-18 David Mosberger <davidm@hpl.hp.com>
5695
5696 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
5697 body, and endp, allow unwind records which do not have a "t"
5698 (time/instruction) field.
5699
34920d91
NC
57002004-02-17 Petko Manolov <petkan@nucleusys.com>
5701
5702 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
5703 (do_mav_dspsc_2): Likewise.
5704 Fix accumulator registers move opcodes.
5705
4dde8e61 57062004-02-13 Hannes Reinecke <hare@suse.de>
13ef8878 5707 Jakub Jelinek <jakub@redhat.com>
4dde8e61
AJ
5708
5709 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
5710
936cf02e
JW
57112004-02-10 Steve Ellcey <sje@cup.hp.com>
5712
5713 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
5714 (tc_frob_symbol): New macro definition.
5715 * config/tc-ia64.c (ia64_frob_symbol): New routine.
5716
e41f12f3
DJ
57172004-02-09 Daniel Jacobowitz <drow@mvista.com>
5718
5719 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
5720 read-only.
5721
a8a3b3b2
NS
57222004-02-09 Nathan Sidwell <nathan@codesourcery.com>
5723
5724 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
5725 (TC_CASE_SENSITIVE): ... this.
5726 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
5727 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
5728
c97b7ef6
JW
57292004-02-06 James E Wilson <wilson@specifixinc.com>
5730
5731 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
5732 (generate_unwind_image): Re-add it here.
5733
e4475e39
NS
57342004-02-06 Nathan Sidwell <nathan@codesourcery.com>
5735
5736 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
5737 * read.h (SKIP_WHITESPACE): Turn into an expression.
5738 * read.c (read_a_source_file): A pseudo is removed by having a
5739 NULL handler.
5740
5738bc24
JW
57412004-02-05 James E Wilson <wilson@specifixinc.com>
5742
5743 * config/tc-ia64.c (output_endp): New.
5744 (count_bits): Delete.
5745 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
5746 endp unwind records.
5747 (fixup_unw_records): Handle endp unwind records. Delete code for
5748 shortening prologue regions not followed by a body record.
5749 (dot_endp): Call add_unwind_entry to emit endp unwind record.
5750 * config/tc-ia64.h (unw_record_type): Add endp.
5751
d6e78c11
JW
57522004-02-03 James E Wilson <wilson@specifixinc.com>
5753
5754 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
5755 fill padding bytes with zeroes.
5756 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
5757 sets unwind_record slot_number and slot_frag fields.
5758
f6a22291
MR
57592004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5760
5761 * config/tc-mips.c (add_got_offset_hilo): New function.
5762 (macro): Use load_register() and add_got_offset_hilo() to load
5763 constants instead of hardcoding code sequences throughout.
5764
127cab00
L
57652004-01-28 H.J. Lu <hongjiu.lu@intel.com>
5766
5767 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
5768
6358301e
NC
57692004-01-26 Bernardo Innocenti <bernie@develer.com>
5770
5771 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
5772 like m68k-elf.
5773 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
5774 of hard-coded test for TARGET_OS=elf.
5775
c8978940
CD
57762004-01-24 Chris Demetriou <cgd@broadcom.com>
5777
5778 * config/tc-mips.c (hilo_interlocks): Change definition
5779 so that MIPS32, MIPS64 and later ISAs are included, along with
5780 the already-included machines. Update comments.
5781
c3ba240c
DJ
57822004-01-23 Daniel Jacobowitz <drow@mvista.com>
5783
5784 * config/tc-arm.c (tc_gen_reloc): Improve error message for
5785 undefined local labels.
5786
e864ceca
RS
57872004-01-23 Richard Sandiford <rsandifo@redhat.com>
5788
5789 * config/tc-mips.c (load_address, macro): Update comments about
5790 NewABI GP relaxation.
5791
67c0d1eb
RS
57922004-01-23 Richard Sandiford <rsandifo@redhat.com>
5793
5794 * config/tc-mips.c (macro_build): Remove place and counter arguments.
5795 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
5796 (mips16_macro_build, macro_build_jalr): Remove counter argument.
5797 (set_at, load_register, load_address, move_register): Likewise.
5798 (load_got_offset, add_got_offset): Likewise.
5799 Update all calls and tidy accordingly.
5800
584892a6
RS
58012004-01-23 Richard Sandiford <rsandifo@redhat.com>
5802
5803 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
5804 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
5805 (RELAX_USE_SECOND): Bump to 0x10000.
5806 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
5807 (mips_macro_warning): New variable.
5808 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
5809 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
5810 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
5811 of RELAX_ENCODE.
5812 (append_insn): Update mips_macro_warning.sizes.
5813 (macro_start, macro_warning, macro_end): New functions.
5814 (macro_build): Don't emit warnings here.
5815 (macro_build_lui, md_estimate_size_before_relax): ...or here.
5816 (md_convert_frag): Check for cases where one macro alternative
5817 needs a warning and the other doesn't. Emit a warning if the
5818 longer sequence was chosen.
5819
4d7206a2
RS
58202004-01-23 Richard Sandiford <rsandifo@redhat.com>
5821
5822 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
5823 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
5824 the first sequence, the size of the second sequence, and a flag
5825 that says whether we should warn.
5826 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
5827 (RELAX_FIRST, RELAX_SECOND): New.
5828 (mips_relax): New variable.
5829 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
5830 (append_insn): Remove "place" argument. Use mips_relax.sequence
5831 rather than "place" to check whether we're expanding the second
5832 alternative of a relaxable macro. Remove redundant check for
5833 branch relaxation. If generating a normal insn, and there
5834 is not enough room in the current frag, call relax_close_frag()
5835 to close it. Update mips_relax.sizes[]. Emit fixups for the
5836 second version of a relaxable macro. Record the first relaxable
5837 fixup in mips_relax. Remove tc_gen_reloc workaround.
5838 (macro_build): Remove all uses of "place". Use mips_relax.sequence
5839 in the same way as in append_insn.
5840 (mips16_macro_build): Remove "place" argument.
5841 (macro_build_lui): As for macro_build. Don't drop the add_symbol
5842 when generating the second version of a relaxable macro.
5843 (load_got_offset, add_got_offset): New functions.
5844 (load_address, macro): Use new relaxation machinery. Remove
5845 tc_gen_reloc workarounds.
5846 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
5847 version of a relaxable macro is needed. Return -RELAX_SECOND if the
5848 first version is needed.
5849 (tc_gen_reloc): Remove relaxation handling.
5850 (md_convert_frag): Go through the fixups for a relaxable macro and
5851 mark those that belong to the unneeded alternative as done. If the
5852 second alternative is needed, adjust the fixup addresses to account
5853 for the deleted first alternative.
5854
0530d30a
RS
58552004-01-23 Richard Sandiford <rsandifo@redhat.com>
5856
5857 * frags.h (frag_room): Declare.
5858 * frags.c (frag_room): New function.
5859 * doc/internals.texi: Document it.
5860
048cdf86
TS
58612004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5862
5863 * config/tc-mips.c (append_insn): Don't do r3900 interlock
5864 optimization for -mtune=r3900, as this will break on other CPUs.
5865
28d39d1a
NC
58662004-01-11 Tom Rix <tcrix@worldnet.att.net>
5867
5868 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 5869 be relaxed, use fixup.
28d39d1a
NC
5870 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
5871
26664553
JJ
58722004-01-19 Jakub Jelinek <jakub@redhat.com>
5873
5874 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
5875 precision operands.
5876
895921c9
MR
58772004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5878
5879 * config/tc-mips.c (append_insn): Properly detect variant frags
5880 that preclude swapping of relaxed branches. Correctly swap
5881 instructions between frags when dealing with relaxed branches.
5882
f8b73030
MR
58832004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5884
5885 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
5886 throughout.
5887 * aclocal.m4: Regenerate.
5888 * configure: Regenerate.
5889
ca9a79a1 58902004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 5891
ca9a79a1
NC
5892 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
5893 manipulation insns.
5894
cc3d92a5
RS
58952004-01-12 Richard Sandiford <rsandifo@redhat.com>
5896
5897 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
5898 reloc, reserve space for the delay slot as well as the jalr itself.
5899
e45d0630
PB
59002004-01-09 Paul Brook <paul@codesourcery.com>
5901
5902 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
5903 (do_vfp_sp2_from_reg2): New function.
5904 (insns): Use them.
5905 (do_vfp_dp_from_reg2): Check return values properly.
5906
81912461
ILT
59072004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
5908
78849248
ILT
5909 * config/tc-mips.c (warn_nops): Remove static variable.
5910 (macro): Remove test of warn_nops.
5911 (md_shortops): Remove 'n'.
5912 (md_parse_option): Remove 'n' case.
5913 (md_show_usage): Remove -n.
5914 * doc/as.texinfo (Overview): Remove MIPS -n option.
5915 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
5916 * NEWS: Mention removal of MIPS -n option.
5917
81912461
ILT
5918 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
5919 (cop_interlocks): Check ISA level.
5920 (cop_mem_interlocks): Define.
5921 (reg_needs_delay): Check cop_interlocks rather than
5922 ISA_HAS_COPROC_DELAYS.
5923 (append_insn): Likewise. Use cop_mem_interlocks rather than
5924 directly checking mips_opts.isa.
5925 (mips_emit_delays): Likewise.
5926
73f20958
L
59272004-01-07 H.J. Lu <hongjiu.lu@intel.com>
5928
5929 * config/tc-ia64.c (unwind): Move next_slot_number and
5930 next_slot_frag to ...
5931 (unw_rec_list): Here.
5932 (free_list_records): Removed.
5933 (output_unw_records): Likewise.
5934 (generate_unwind_image): Make it void.
5935 (alloc_record): Initialize next_slot_number and next_slot_frag.
5936 (slot_index): Take .org, .space and .align into account.
5937 (fixup_unw_records): Don't set slot_number to 0. Use
5938 list->next_slot_number and list->next_slot_frag instead of
5939 unwind.next_slot_number and unwind.next_slot_frag.
5940 (ia64_convert_frag): New.
5941 (generate_unwind_image): Generate a rs_machine_dependent frag
5942 for unwind record.
5943 (emit_one_bundle): Use list->next_slot_number and
5944 list->next_slot_frag instead of unwind.next_slot_number and
5945 unwind.next_slot_frag.
5946
5947 * config/tc-ia64.h (md_convert_frag): Defined as
5948 ia64_convert_frag.
5949 (md_estimate_size_before_relax): Defined as (f)->fr_var.
5950
99d09cdb
AO
59512004-01-06 Alexandre Oliva <aoliva@redhat.com>
5952
5953 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
5954 * config/tc-frv.h (md_apply_fix3): Don't define.
5955 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
5956 operands.
5957 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
5958 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
5959 * config/tc-frv.c (line_separator_chars): Add `!'.
5960 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
5961 * config/tc-frv.c (md_assemble): Clear insn upfront.
5962 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
5963 * config/tc-frv.c (OPTION_FDPIC): New macro.
5964 (md_longopts): Add mfdpic.
5965 (md_parse_option): Handle it.
5966 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
5967 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
5968 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
5969 (frv_pic_ptr): Parse funcdesc.
5970
4a4c4a1d
MR
59712004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5972
5973 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
5974 gasver.texi. Remove duplicate symbol definitions for texi2pod.
5975
2251dd89
MR
59762004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5977
5978 * Makefile.am (Makefile): Move the dependency on
5979 $(BFDDIR)/configure.in to...
5980 (CONFIG_STATUS_DEPENDENCIES): ... here.
5981 (AUTOMAKE_OPTIONS): Require automake 1.8.
5982 * Makefile.in: Regenerate.
5983 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
5984 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
5985 $(BFDDIR)/configure.in here as well.
5986 * doc/Makefile.in: Regenerate.
5987
c6581168
MR
59882004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5989
5990 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
5991 * Makefile.in: Regenerate.
5992 * aclocal.m4: Regenerate.
5993 * doc/Makefile.am (install, install-info): Remove.
5994 (install-data-local): A new hook for install-info.
5995 (AUTOMAKE_OPTIONS): Require automake 1.8.
5996 * doc/Makefile.in: Regenerate.
5997
303e7b79
NC
59982004-01-02 Nutan Singh <nutan@kpitcummins.com>
5999
6000 * doc/c-sh.texi: Update description about floating point behavior
6001 of SH family.
6002
b50c15dc
NC
60032004-01-02 Bernardo Innocenti <bernie@develer.com>
6004
6005 * configure.in: Add m68k-uClinux target.
6006 * configure: Regenerate.
7de9afa2 6007
c9e214e5 6008For older changes see ChangeLog-0203
08d56133
NC
6009\f
6010Local Variables:
6011mode: change-log
6012left-margin: 8
6013fill-column: 74
6014version-control: never
6015End:
This page took 0.549839 seconds and 4 git commands to generate.