* d10v-opc.c (d10v_predefined_registers): Mark `sp' as OPERAND_SP.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
1000a02a
NC
12001-11-29 Arati Dikey <aratid@kpit.com>
2
3 * tc-sh.c (parse_at): Removed case-sensitivity of index register
4 R8, R9.
5
f7460f5f
JJ
62001-11-28 Jakub Jelinek <jakub@redhat.com>
7
8 * write.c (adjust_reloc_syms): Mark SEC_MERGE symbols as used
9 in reloc if it has non-zero addend.
10 * config/tc-alpha.c (tc_gen_reloc): Reinstall SEC_MERGE check.
11 * config/tc-sparc.c (md_apply_fix3): Likewise.
12
acebd4ce
AS
132001-11-28 Andreas Schwab <schwab@suse.de>
14
15 * as.c (parse_args): Call md_after_parse_args if defined.
16 * config/tc-ia64.h (md_after_parse_args): Define.
17 * config/tc-ia64.c (ia64_after_parse_args): Reject --gstabs.
18 * doc/internals.texi (CPU backend): Document md_after_parse_args.
19
f8df10f4
JJ
202001-11-23 Jakub Jelinek <jakub@redhat.com>
21
22 * config/tc-alpha.c (tc_gen_reloc): Remove SEC_MERGE test.
23 * write.c (adjust_reloc_syms): Don't handle relocs against
24 SEC_MERGE section symbols specially.
25 (fixup_segment): Likewise.
26
add55e1f
RS
272001-11-21 Richard Sandiford <rsandifo@redhat.com>
28
29 * config/tc-mips.c (mips_need_elf_addend_fixup): New, extracted from...
30 (md_apply_fix3): ...here. Don't prevent the symbol value being
31 subtracted twice from GPREL addends.
32 (tc_gen_reloc): Add the symbol value to a GPREL addend if it was
33 subtracted by the previous function.
34
a6567fe0
NC
352001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
36
37 * config/tc-avr.c (md_apply_fix3): Fix typo introduced by
38 md_apply_fix3 change.
39
f021c2a7
BE
402001-11-20 Ben Elliston <bje@redhat.com>
41
42 * config/tc-m88k.c (md_apply_fix3): Match local variable `val' to
43 usage after md_apply_fix3 cleanups.
44
13f7ad58
HPN
452001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
46
47 * doc/c-mmix.texi: Use texinfo 4 features.
48 (MMIX-mmixal): Fix typo.
49
451a1fc5
HPN
502001-11-17 Hans-Peter Nilsson <hp@axis.com>
51
52 * config/tc-cris.c (md_apply_fix3): Cast value, not pointer, in
53 val assignment.
54
bbe8ef22
AM
552001-11-16 Alan Modra <amodra@bigpond.net.au>
56
57 * config/tc-m68k.c (md_apply_fix3): Change val back to a signed type.
58
e0ac8af0
L
592001-11-15 H.J. Lu <hjl@gnu.org>
60
61 * config/tc-hppa.c (md_apply_fix3): Fix a typo.
62
5ce56ab9
L
632001-11-15 H.J. Lu <hjl@gnu.org>
64
65 * config/tc-alpha.c (md_apply_fix3): Fix a typo.
66
94f592af
NC
672001-11-15 Nick Clifton <nickc@cambridge.redhat.com>
68
f021c2a7 69 * write.c (fixup_segment): Remove references to md_apply_fix and
94f592af
NC
70 TC_HANDLE_FX_DONE.
71 * cgen.c, config/obj-coff.c, config/tc-*.c: Update all occurances
72 of md_apply_fix to md_apply_fix3.
73 Make all md_apply_fix3 functions void.
74 * cgen.h, config/obj-coff.h, tc-*.h: Remove all definitions of
75 MD_APPLY_FIX3 and TC_HANDLE_FX_DONE.
76 * doc/internals.texi: Update references to md_apply_fix3.
77 * tc.h: Update prototype for md_apply_fix3.
78
c86380b5
AM
792001-11-15 Alan Modra <amodra@bigpond.net.au>
80
a847613f
AM
81 * config/tc-i386.h (md_end): Define.
82 (i386_elf_emit_arch_note): Declare.
83 (CpuUnknown): Delete.
84 * config/tc-i386.c (default_arch): Constify.
85 (smallest_imm_type): Remove CpuUnknown test.
86 (md_assemble): Don't bother checking cpu_arch_flags non-zero.
87 (i386_elf_emit_arch_note): New function.
88
c86380b5
AM
89 * po/POTFILES.in: Regenerate.
90
645dc66c
TS
912001-11-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
92
93 * config/tc-mips.c (mips_ip): Re-allow %hi() op for non-ELF assembler.
94
802a735e
AM
952001-11-15 Alan Modra <amodra@bigpond.net.au>
96
33861b11
AM
97 * frags.c (frag_grow): Revert last change.
98
7c2b59d0
AM
99 * dwarf2dbg.c (get_frag_fix): Align last frag size.
100
802a735e
AM
101 * config/tc-ppc.c (ppc_insert_operand): Pass (ppc_cpu | ppc_size)
102 to operand->insert.
103 (md_assemble): Likewise.
104
c1a44b08
NC
1052001-11-12 Nick Clifton <nickc@cambridge.redhat.com>
106
107 * frags.c (frag_grow): Use frag_make_room() to grow the
108 obstack.
109
42ebd756
NC
1102001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
111
112 * config/tc-sparc.c (md_apply_fix3): Do not remove the symbol's
113 value from the addend for fixups against local symbols in
114 SEC_MERGE sections - it was not added in, in the first place.
115
6e917903
TW
1162001-11-11 Timothy Wall <twall@alum.mit.edu>
117
118 * write.c (relax_segment): Convert symbol address into an octet
119 offset prior to adding to the frag address, which is an octet
120 offset. Add comments to that effect.
121 * config/tc-tic54x.c: Fix bugs causing tests to fail.
122 * config/tc-tic54x.h: Ditch PARAMS macro.
123
e4afe742
AM
1242001-11-13 Alan Modra <amodra@bigpond.net.au>
125
126 * config/obj-elf.c (obj_elf_version): Ensure terminating NUL is
127 put in note section. Use sizeof instead of hard-coded constants.
128
ae948b86
TS
1292001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
130
131 * config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only.
132 (md_longopts): Allow OPTION_MABI for ELF compilation only. RE-allow
133 OPTION_GP32, OPTION_GP64, OPTION_FP32 for non-ELF compilation.
134 Sort options a bit more logical.
135 (md_parse_option): Allow OPTION_32, OPTION_N32, OPTION_N64,
136 OPTION_MABI only for elf targets.
137
2396cfb9
TS
1382001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
139
140 * config/tc-mips.c (set_at): Add cast needed for varargs.
141 (load_register): Likewise.
142 (macro): Likewise. Some code reformatting.
143 (macro2): Add cast needed for varargs.
144 (mips16_macro): Likewise.
145
c4e7957c
TS
1462001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
147
148 * config/tc-mips.c (md_assemble): Remove superflous casts.
149 (append_insn): Likewise.
150 (mips16_macro_build): Likewise.
151 (macro): Likewise.
152 (mips16_ip): Likewise.
153 (s_cpload): Likewise.
154 (mips_relax_frag): Likewise.
155
a325df1d
TS
1562001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
157
158 * config/tc-mips.c (mips_abi_level): Move in front of
159 mips_set_options.
160 (mips_set_options): Add members gp32, fp32, abi.
161 (file_mips_gp32): New flag.
162 (file_mips_fp32): New flag.
163 (mips_opts): Initialize the new members.
164 (mips_gp32): Remove.
165 (mips_fp32): Remove.
166 (HAVE_32BIT_GPRS): Use the new values from mips_opts.
167 (HAVE_32BIT_FPRS): Likewise.
168 (HAVE_NEWABI): Likewise.
169 (HAVE_64BIT_OBJECTS): Likewise.
170 (md_begin): Likewise. Save default (file) values.
171 (md_parse_option): Use the new values from mips_opts.
172 (s_mipsset): Likewise. Fix logic to keep the ABI selection if
173 possible. Let .set mipsN work together with .set push/pop.
174 Enhance error messages.
175 (mips_elf_final_processing): Use file_mips_* for header processing.
176
1f8ae5e6
DC
1772001-11-09 Marek Michalkiewicz <marekm@amelek.gda.pl>
178
179 * config/tc-avr.c (mcu_types): Update for new devices.
180
e4afe742 1812001-11-09 Stephane Carrez <Stephane.Carrez@worldnet.fr>
a4fb0134
SC
182
183 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for
184 the page man title.
185 * doc/Makefile.in: Rebuild.
186 * doc/as.texinfo: Do not put man SEEALSO in document;
187 Use @command for commands, @option for options; Reorganize usage
188 to clearly identify target specific options.
189
d993a84e
TS
1902001-11-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
191
192 * config/tc-mips.c (mips_force_relocation): Remove duplicate code.
193
76b3015f
EC
1942001-11-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
195
196 * config/tc-mips.c (my_getSmallParser): Fix small parser bug.
197
b8edc45c
MS
1982001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
199
200 * config/tc-s390.c (tc_s390_force_relocation): Force all relocations
201 that need the global offset table.
202 (md_apply_fix3): Add code to undo opertions done in fixup_segment
203 triggered by TC_FORCE_RELOCATION.
204 * config/tc-s390.h (TC_FORCE_RELOCATION): Replace macro code with
205 a call to function tc_s390_force_relocation.
206 (TC_FIX_ADJUSTABLE): Define.
207
9fb9af6e
CD
2082001-11-04 Chris Demetriou <cgd@broadcom.com>
209
210 * configure.in (mips-*-netbsd*): Add support for target.
211 * configure: Regenerate.
212
db94471d
NC
2132001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
214
215 * configure.in (ALL_LINGUAS): Add 'fr'.
216 * configure: Regernate.
217 * po/fr.po: New file. Obtained from the translation project web
218 site.
219
2202001-11-02 Richard Earnshaw <rearnsha@arm.com>
c9b604bd
RE
221
222 * tc-arm.c: Re-arrange prototypes by architecture.
223 (insns): Re-arrange instructions by archtitecture. Pld instruction
224 is part of ARMv5E.
225 (tinsns): blx and bkpt are part of ARMv5T.
226 (do_fp_{ctrl,ldst,ldstm,dyadic,monadic,cmp,from_reg,to_reg}): Rename
227 to do_fpa_*. All callers changed.
228
76b3015f 229 * tc-arm.c (insns): Add two temporary instructions to handle
c9b604bd
RE
230 ldrd/strd.
231
4fe7ef96
SC
2322001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
233
234 * config/tc-m68hc11.c (build_jump_insn): Allocate worst case storage
235 for bra/bsr and use frag_variant(), this ensure that the possible
236 16-bit BFD_RELOC_16 will be in the same frag.
237
afdbd6d0
CD
2382001-10-31 Chris Demetriou <cgd@broadcom.com>
239
240 * config/tc-mips.c (HAVE_32BIT_ADDRESSES): If compiling embedded
241 PIC code, assume pointers the same size as GPRs.
242 (macro): In M_LA_AB handling for embedded PIC code, support
243 "la $treg,foo-bar($breg)". In load/store handling
244 (label ld_st) support "<op> $treg,<sym>-<local_sym>($breg)"
245 which is used by the compiler for switch statements.
246 In load/store double multi-instruction macro handling
247 (label ldd_std) add a comment that no special handling
248 is currently done for embedded PIC.
249 (mips_ip): In 'o' (16-bit offset) case, only accept 16
250 bit offsets.
251
b89dddec
RE
2522001-10-31 Richard Earnshaw <rearnsha@arm.com>
253
254 General cleanup of feature definitions.
255 * tc-arm.c (ARM_EXT_LONGMUL, ARM_EXT_HALFWORD, ARM_EXT_THUMB): Delete.
256 (ARM_2UP, ARM_ALL, ARM_3UP, ARM_6UP): Delete.
257 (FPU_CORE, FPU_FPA10, FPA_FPA11, FPU_ALL, FPA_MEMMULTI): Delete.
258 (ARM_EXT_V{1,2,2S,3,3M,4,4T,5T,5ExP}): New defines.
259 (ARM_EXT_V{5,5E}): Synchronize with above.
260 (ARM_ARCH_V*): Define a complete set in terms of above features.
261 (ARM_{1,2,3,250,6,7,8,9,STRONG}): Define in terms of architecture.
262 (FPU_FPA_EXT_V[12]): Define.
263 (FPU_ARCH_FPE, FPU_ARCH_FPA): Define in terms of above.
264 (FPU_ANY): Define.
265 (FPU_DEFAULT): Default to FPA.
266 (CPU_DEFAULT): For XScale, this is now just ARM_ARCH_XSCALE; for
267 Thumb, this is now ARM_ARCH_V5T.
268 (insns): Rework for new feature defines.
269 (tinsns): Likewise.
270 (opcode_select, do_ldst, md_begin, md_parse_option): Likewise.
271
7649aa50
NC
2722001-10-31 NIIBE Yutaka <gniibe@m17n.org>
273
274 * configure.in: Handle sh*eb-*-linux* and sh*-*-linux*.
275 * configure: Regenerate.
276 * Makefile.in: Regenerate.
277 * doc/c-sh.texi (SH Options): Added descriptions.
278
3c3bdf30
NC
2792001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
280
281 * configure.in: Update for MMIX port.
282 * Makefile.am: Ditto. Regenerate dependencies.
283 * Makefile.in: Regenerate.
284 * configure: Regenerate.
285 * config/tc-mmix.h, config/tc-mmix.c: New files.
286 * doc/Makefile.am (CPU_DOCS): Add c-mmix.texi
287 * doc/Makefile.in: Regenerate.
288 * doc/all.texi: @set MMIX.
289 * doc/as.texinfo: Ditto. Add MMIX gas manpage option overview.
290 Include c-mmix.texi.
291 * doc/c-mmix.texi: New file.
292
0a758a12
CD
2932001-10-24 Chris Demetriou <cgd@broadcom.com>
294
295 * config/tc-mips.c (hilo_interlocks, cop_interlocks): Make
296 these evaluate to true if mips_arch indicates SB-1.
297
6c19f338
AM
2982001-10-23 Alan Modra <amodra@bigpond.net.au>
299
300 * as.c (parse_args): Print the date as well for --version.
301
2e4acd24
CD
3022001-10-20 Chris Demetriou <cgd@broadcom.com>
303
304 * config/tc-mips.c (md_show_usage): Print "sb1" for Broadcom
305 SB-1 CPU for consistency.
306 (mips_cpu_info_table): Tweak comment about SB-1.
307
8420dfca
L
3082001-10-20 H.J. Lu <hjl@gnu.org>
309
310 * config/tc-arm.c (do_c_shift): Use ISDIGIT instead of isdigit.
311 (cirrus_parse_offset): Likewise.
312
da89cce1
NC
3132001-10-19 Nick Clifton <nickc@cambridge.redhat.com>
314
315 * config/tc-arm.c: Restore line_comment_chars.
316
f57c81f6
NC
3172001-10-18 Nick Clifton <nickc@cambridge.redhat.com>
318
319 * config/tc-arm.c (comment_chars): Remove semi-colon accidentally
320 added to the list.
321
e5eeb0dd 3222001-10-18 Hans-Peter Nilsson <hp@bitrange.com>
7e9250a3
HPN
323
324 * write.c (fixup_segment): Handle fixups for SEC_MERGE sections as
325 for undefined symbols.
326
4058e45f
CD
3272001-10-17 Chris Demetriou <cgd@broadcom.com>
328
329 * doc/as.texinfo (MIPS ISA options): Added accidentally
330 omitted "-mips64" option to list of options.
331
f5c120c5
MG
3322001-10-17 matthew green <mrg@redhat.com>
333
334 * config/tc-ppc.c (md_show_usage): Add missing -maltivec, -m7400,
335 -m7410, -m7450 and -m7455 options.
336
15c1449b
AM
3372001-10-17 Alan Modra <amodra@bigpond.net.au>
338
339 * config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify.
340 (ppc_size): Select PPC_OPCODE_64 if 64 bit.
341 (md_begin): Don't set ppc_size here.
342 (ppc_target_format): Test ppc_size as well as BFD_DEFAULT_TARGET_SIZE.
343 (md_shortopts): Constify.
344 (md_longopts): Likewise.
345 (md_longopts_size): Likewise.
346 (ppc_elf_suffix): Only allow 64-bit relocs when ppc_size specifies
347 64-bit opcodes.
348 (ppc_machine): Explain why this function is a nop.
349
c1e4eef7
AM
3502001-10-17 Alan Modra <amodra@bigpond.net.au>
351
d3ecfc59
AM
352 * bit_fix.h: Comment typo fix.
353 * config/tc-mips.c: Likewise.
354 * config/tc-sh.c: Likewise.
355 * config/tc-arc.c (arc_code_symbol): Remove unnecessary test.
356
c1e4eef7
AM
357 * configure.in (MIPS_STABS_ELF): AC_DEFINE in only one place so
358 that autoheader doesn't duplicate config.in entries.
359 (DEFAULT_ARCH): Ditto.
360 * configure: Regenerate.
361 * config.in: Regenerate.
362
18566f55
AM
3632001-10-16 Alan Modra <amodra@bigpond.net.au>
364
365 From Andrew Pines <apines@cosmodog.com>
366 * config/tc-m68k.c (m68k_ip): Correct absolute jmp opcodes.
367
05982cac
HPN
3682001-10-16 NIIBE Yutaka <gniibe@m17n.org>,
369 Hans-Peter Nilsson <hp@bitrange.com>
370
371 * config/tc-sh.c (shl): Remove.
372 (big): New function.
373 (little): Remove shl handling. Emit error for endian mismatch.
374 (md_show_usage): Add description of -big.
375 (md_parse_option): Handle OPTION_BIG. Remove shl handling.
376 (OPTION_BIG): Add.
377 (md_pseudo_table): Add .big.
378 (md_longopts): Add -big.
379 (md_begin): Don't set target_big_endian here.
380 * config/tc-sh.h (TARGET_BYTES_BIG_ENDIAN): Remove.
381 (LISTING_HEADER, COFF_MAGIC, TARGET_FORMAT): Use target_big_endian.
382 (shl): Remove.
383 * configure.in (endian): Default is big.
384 (sh-*-pe*): Little endian.
385 (cpu_type): Set sh for target sh*.
386 * configure: Regenerate.
387
e369bcce
TS
3882001-10-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
389
390 * config/tc-mips.c (md_apply_fix): Preliminary handling of NewABI
391 relocations.
392
232431a0
NC
3932001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
394
05d2d07e
NC
395 * config/tc-arm.c: Replace CONST with const.
396
232431a0
NC
397 * cgen.c: Tidy up formatting.
398
418c1742
MG
3992001-10-12 matthew green <mrg@redhat.com>
400
401 * config/tc-ppc.c (md_parse_option): New -m7410, -m7450 and -m7455
402 flags, equivalent to -m7400. New -maltivec to enable AltiVec
403 instructions. New -mbook64 and -mbooke/-mbooke32 flags to enable
404 64-bit and 32-bit BookE support, respectively. Change -m403 and
405 -m405 to set PPC403 option.
406 (md_show_usage): Adjust for new options.
407 * doc/all.texi: Set PPC.
408 * doc/as.texinfo: Add PPC support and pull in c-ppc.texi.
409 * doc/c-ppc.texi: New file.
410 * doc/Makefile.am (CPU_DOCS): Add c-ppc.texi.
411 * doc/Makefile.in: Regenerate.
412
65bf64b3
NC
4132001-10-12 Nick Clifton <nickc@cambridge.redhat.com>
414
7f28ab9d
NC
415 * read.c (s_bad_endr): New function. Issues a warning message
416 about a bad use of the .rept pseudo op.
417 (po_table[]): Add .endr.
418 * read.h: Prototype s_bad_endr.
419
65bf64b3
NC
420 * CONTRIBUTORS: Update contact email address.
421
b6ff326e
KH
4222001-10-11 Kazu Hirata <kazu@hxi.com>
423
424 * config/tc-alpha.c: Fix comment typos.
425 * config/tc-cris.c: Likewise.
426 * config/tc-hppa.c: Likewise.
427 * config/tc-i370.c: Likewise.
428 * config/tc-mips.c: Likewise.
429 * config/tc-mn10200.c: Likewise.
430 * config/tc-mn10300.c: Likewise.
431 * config/tc-sh.c: Likewise.
432 * config/tc-tahoe.c: Likewise.
433 * config/tc-v850.c: Likewise.
434
3b37fd66
KH
4352001-10-11 Kazu Hirata <kazu@hxi.com>
436
437 * app.c: Fix comment typos.
438 * bit_fix.h: Likewise.
439 * expr.c: Likewise.
440 * itbl-ops.c: Likewise.
441
685bd869
NC
4422001-10-11 Nick Clifton <nickc@cambridge.redhat.com>
443
444 * input-file.c: Include safe-ctype.h.
445 (input_file_open): Use ISSPACE instead of isspace.
446
6478892d
TS
4472001-10-10 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
448
449 * config/tc-mips.c (mips_cpreturn_offset): New variable.
450 (mips_cpreturn_register): Likewise.
451 (mips_gp_register): Likewise.
452 (s_cpsetup): New function prototype.
453 (s_cplocal): Likewise.
454 (s_cpreturn): Likewise.
455 (s_gpvalue): Likewise.
456 (mips_pseudo_table): Add .cpsetup, .cplocal, .cpreturn, .gpvalue
457 pseudo-ops.
458 (macro): Don't warn about .cprestore for NewABI.
459 (md_pcrel_from): Code cleanup.
460 (mips_force_relocation): Force output of some NewABI relocations even
461 without a defined symbol.
462 (s_cpload): Ignore .cpload for NewABI.
463 (s_cpsetup): Handle .cpsetup.
464 (s_cplocal): Handle .cplocal.
465 (s_cprestore): Ignore .cprestore for NewABI.
466 (s_cpreturn): Handle .cpreturn.
467 (s_gpvalue): Handle .gpvalue.
468 (s_cpadd): Ignore .cpadd for NewABI.
469 (nopic_need_relax): Take g_switch_value into account as gp
470 optimization.
471 (tc_gen_reloc): Don't handle BFD_RELOC_MIPS_{CALL,GOT}* for NewABI.
472
ad8d3bb3
TS
4732001-10-10 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
474
475 * config/tc-mips.c (my_getSmallParser): New function prototype.
476 (small_ex_type): Named this enum, more return values for
477 my_getSmallExpression.
478 (mips_ip): Allow SPC and HT between arguments. Handle some NewABI
479 triple relocations. Protect some parts with ifdef OBJ_ELF.
480 (percent_op_match): New struct, lookup table for %some_reloc().
481 (my_getSmallParser): New function, parses nested percent_ops also.
482 (my_getSmallExpression): Rewite to support nested percent_ops.
483
d6bc6245
TS
4842001-10-10 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
485
486 * config/tc-mips.c
487 (load_address): Support both 32- and 64-bit addresses.
488 (macro): Call load_register correctly. Expand 64-bit loads ans stores.
489 (macro2): Call load_address correctly.
490
a5d2034a
NC
4912001-10-09 Christian Groessler <cpg@aladdin.de>
492
493 * config/tc-z8k.c: Include opcodes/z8k-opc.h after bfd.h
494 since z8k-opc.h now uses the PARAMS macro.
495
90f9b791
AH
4962001-10-09 Aldy Hernandez <aldyh@redhat.com>
497
498 * config/tc-arm.c: Change MAVERIK to MAVERICK.
499
aa1f4858
AM
5002001-10-09 Alan Modra <amodra@bigpond.net.au>
501
502 * config/obj-elf.c: Make use of elf_group_name and elf_next_in_group
503 throughout file.
504 (obj_elf_change_section): Rename "group" to "group_name".
505 (obj_elf_section): Likewise.
506 (elf_frob_file): Don't use sec->lineno for SHT_GROUP section to store
507 first member section; Instead use elf_next_in_group.
508
060adf0e
AM
5092001-10-09 Alan Modra <amodra@bigpond.net.au>
510
511 * config/obj-elf.c: (obj_elf_change_section): Add "group" param.
512 Set elf_section_data group from it. Warn if group name changed.
513 (obj_elf_parse_section_letters): Parse 'G' too.
514 (obj_elf_section): Parse group name.
515 (struct group_list): New.
516 (build_group_lists): New function.
517 (elf_frob_file): Create SEC_GROUP section(s).
518
519 * config/obj-elf.c: (elf_copy_symbol_attributes): Zap trailing
520 whitespace.
521
8913d9db
AH
5222001-10-08 Aldy Hernandez <aldyh@redhat.com>
523
524 * doc/arm/c-arm.texi (ARM Options): Add arm9e documentation.
525
404ff6b5
AH
526 * config/tc-arm.c (ARM_EXT_MAVERIK): New macro.
527 (cirrus_regtype): New enum.
528 (LONGEST_INST): Change to 10.
529 (CIRRUS_MODE1): New.
530 (CIRRUS_MODE2): New.
531 (CIRRUS_MODE3): New.
532 (CIRRUS_MODE4): New.
533 (CIRRUS_MODE5): New.
534 (CIRRUS_MODE6): New.
535 (insns): Add cirrus dsp instructions.
536 (ARM_EXT_MAVERIKSC_REG): New.
537 (cirrus_register): New.
538 (cirrus_mvf_register): New.
539 (cirrus_mvd_register): New.
540 (cirrus_mvfx_register): New.
541 (cirrus_mvdx_register): New.
542 (cirrus_mvax_register): New.
543 (ARM_EXT_MAVERIKsc_register): New.
544 (reg_table): Add cirrus registers.
545 (cirrus_valid_reg): New.
546 (cirrus_reg_required_here): New.
547 (do_c_binops_1): New.
548 (do_c_binops_2): New.
549 (do_c_binops_3): New.
550 (do_c_triple_4): New.
551 (do_c_triple_5): New.
552 (do_c_quad_6): New.
553 (do_c_dspsc_1): New.
554 (do_c_dspsc_2): New.
555 (do_c_shift_1): New.
556 (do_c_shift_2): New.
557 (do_c_ldst_1): New.
558 (do_c_ldst_2): New.
559 (do_c_ldst_3): New.
560 (do_c_ldst_4): New.
561 (do_c_binops): New.
562 (do_c_triple): New.
563 (do_c_quad): New.
564 (do_c_dspsc): New.
565 (do_c_shift): New.
566 (cirrus_parse_offset): New.
567 (do_c_ldst): New.
568 (md_parse_option): Add arm9e.
569 (md_show_usage): Same.
570
8642cce8
TR
5712001-10-08 Tom Rix <trix@redhat.com>
572
76b3015f 573 * config/tc-ppc (ppc_bf, ppc_biei) : Set first .bi lineno value to
8642cce8
TR
574 location of next .bf
575 * config/obj-coff.c (coff_frob_symbol) : XCOFF does not use endndx.
576
6ce8b369
AM
5772001-10-07 Alan Modra <amodra@bigpond.net.au>
578
579 * config/obj-elf.c: Standardize error/warning messages - don't
580 capitalise, no final period or newline, don't say "ignoring" for
581 as_bad messages. In some cases, change the wording to that used
582 elsewhere for similar messages.
583 (obj_elf_section_name): New function, split out from ..
584 (obj_elf_section): .. here. Correctly mask off SHF_MERGE if
585 entsize not specified.
586
ec38dd05
JJ
5872001-10-05 Jakub Jelinek <jakub@redhat.com>
588
589 * doc/as.texinfo: Document M and S ELF section flags.
590
ebeb9253
AM
5912001-10-05 Alan Modra <amodra@bigpond.net.au>
592
593 * subsegs.c (subseg_text_p): Return 0 for absolute section.
594 * read.c (do_align): If in absolute section, warn about and ignore
595 non-zero fill pattern.
596
7dc8f5ce
AO
5972001-10-05 Alexandre Oliva <aoliva@redhat.com>
598
599 * config/tc-mn10300.c (tc_gen_reloc): Don't free
600 reloc->sym_ptr_ptr if it's not allocated.
601
f6688943
TS
6022001-10-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
603
604 * config/tc-mips.c (prev_insn_reloc_type): Make it an array to hold a
605 relocation triple.
606 (prev_insn_fixp): Likewise.
607 (append_insn): Changed prototype to accept a relocation pointer.
608 (imm_reloc): Make it an array.
609 (offset_reloc): Likewise.
610 (md_assemble): Handle triple relocations.
611 (append_insn): Likewise. Add handling for some NewABI relocations.
612 (mips_no_prev_insn): Handle triple relocations.
613 (macro_build): Likewise. Add handling for some NewABI relocations.
614 Move handling for the 'u' case to append_insn().
615 (mips16_macro_build): Handle triple relocations.
616 (macro_build_lui): Likewise. Don't handle _gp_disp as special symbol
617 for NewABI.
618 (mips_ip): Handle triple relocations.
619 (mips16_ip): Likewise.
620 (mips_force_relocation): Force handling of triple relocations
621 without symbols for NewABI.
622 (md_apply_fix): Add handling for some NewABI relocations.
623
1ae00879
AM
6242001-10-05 Alan Modra <amodra@bigpond.net.au>
625
626 * config/tc-i386.c (parse_register): If not producing code for
627 x86_64, reject x86_64 register name matches.
628 (md_assemble): Remove now redundant check for x86_64 regs.
629
9c7977b3
AM
6302001-10-04 Alan Modra <amodra@bigpond.net.au>
631
632 * config/tc-ppc.c (md_assemble <DS relocs>): Test ppc_size as well
633 as BFD_DEFAULT_TARGET_SIZE.
634 (ppc_tc): Likewise.
635 (ppc_is_toc_sym): Likewise.
636 (md_apply_fix3): Likewise.
637
e013f690
TS
6382001-10-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
639
640 * config/tc-mips.c (mips_64): Remove.
641 (mips_target_format): Move downwards in file, use HAVE_64BIT_OBJECTS
642 in it.
643 (mips_abi_level, mips_abi): New enum.
644 (mips_32bit_abi): Remove.
645 (HAVE*PRS): Use mips_abi instead of mips_32bit_abi.
646 (HAVE_NEWABI): New define.
647 (HAVE_64BIT_OBJECTS): New define.
648 (HAVE_32BIT_ADDRESSES): Don't return true for 64bit objects.
649 (HAVE_64BIT_ADDRESSES): New define, inverse of HAVE_32BIT_ADDRESSES.
650 (support_64bit_objects): New prototype.
651 (md_begin): Use mips_abi instead of mips_32bit_abi. Don't write
652 .reginfo section for n32, use .MIPS.options instead.
653 (support_64bit_objects): New function, code from md_parse_option.
654 (md_longopts): Add -n32 option.
655 (md_parse_option): Use mips_abi instead of mips_32bit_abi/mips64.
656 Add -n32 option. Protect with OBJ_ELF.
657 (s_mipsset): Use mips_abi instead of mips_32bit_abi.
658 (mips_elf_final_processing): Likewise. Don't write .reginfo section
659 for n32, use .MIPS.options instead.
660
fcd8210c
AM
6612001-10-03 Alan Modra <amodra@bigpond.net.au>
662
181ddcac 663 * po/POTFILES.in: Regenerate.
fcd8210c
AM
664 * configure: Regenerate.
665
403487ec
AM
6662001-10-02 Alan Modra <amodra@bigpond.net.au>
667
32a5aae2
AM
668 * config/tc-ppc.c (md_apply_fix3 <BFD_RELOC_CTOR>): Make it 64
669 bits if target is 64 bit.
670
f97d5f7c
AM
671 * doc/as.texinfo (listing): Fix typo.
672
403487ec
AM
673 * as.c (print_version_id): Use BFD_VERSION_STRING in place of
674 BFD_VERSION.
675 * Makefile.am (Makefile): Depend on bfd/configure.in.
676 Run "make dep-am".
677 * Makefile.in: Regenerate.
678
34105363
L
6792001-09-30 H.J. Lu <hjl@gnu.org>
680
681 * config/obj-elf.c (obj_elf_parse_section_letters): Accept "am"
682 and "ams" for compatibility.
683
79ad6e94 6842001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
ef17112f
HPN
685
686 * config/tc-sh.c (md_pcrel_from_section): Transformed from
687 md_pcrel_from. Handle pc-relativeness against link-time
688 symbol. Handle relativeness to elsewhere than the fixup.
79ad6e94
HPN
689 * config/tc-sh.h (MD_PCREL_FROM_SECTION): Define.
690 (md_pcrel_from_section): Prototype.
528a2d4a
HPN
691
692 * Makefile.am: Update dependencies with "make dep-am".
693 * Makefile.in: Regenerate.
694
27302d63
SC
6952001-09-30 Stephane Carrez <Stephane.Carrez@worldnet.fr>
696
697 * config/tc-m68hc11.c (cmp_opcode): Define prototype.
698 (print_opcode_format, skip_whites): Likewise.
699 (convert_branch, m68hc11_new_insn): Likewise.
700 (build_dbranch_insn, build_indexed_byte): Likewise.
701 (build_reg_mode, find, find_opcode): Likewise.
702 (print_insn_format): Fix call to print_opcode_format.
703 (md_assemble): Fix call to build_dbranch_insn.
704
2c20dfb2
NC
7052001-09-27 Nick Clifton <nickc@cambridge.redhat.com>
706
707 * config/tc-arm.c: Add missing prototypes.
708
1fd716b9
JJ
7092001-09-26 Jeff Johnston <jjohnstn@redhat.com>
710
711 * input-file.c (input_file_open): When reading the
712 first line looking for #NO_APP, prepare for the possibility
713 of finding #APP instead. Also fix algorithm to allow
714 white-space to follow either #NO_APP or #APP directives.
715
97735a42
AM
7162001-09-25 Geoff Berry <geoff.berry@bops.com>
717
718 * listing.c (buffer_line): Don't write past the end of `line' when
719 EOF is reached.
720
6e22e505
AO
7212001-09-25 Alexandre Oliva <aoliva@redhat.com>
722
723 * config/tc-mn10300.c (tc_gen_reloc): Don't emit an *ABS*
724 relocation for differences between symbols in a section other
725 than the one in which the difference is to be placed; apply
726 the relocation instead.
727
89b57c9a
NC
7282001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
729
730 * config/tc-arc.c: Add missing prototype.
731 (md_atof): Change type to int. Add missing prototype.
732 * config/tc-arc.h: Prototype exported functions.
733
a80076a1
NC
7342001-09-22 Nick Clifton <nickc@cambridge.redhat.com>
735
736 * as.c: Add missing function prototype.
737 * config/obj-aout.c: Fix compile time warning.
738
7146a6f5
AM
7392001-09-21 Bruno Haible <haible@clisp.cons.org>
740
741 * config/tc-openrisc.c: Don't include <ctype.h>.
742
16a419ba
NC
7432001-09-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
744
745 * gas/config/tc-s390.c: Add option -mwarn-areg-zero.
746
44addf7f
AM
7472001-09-19 Alan Modra <amodra@bigpond.net.au>
748
749 * config/tc-i370.c: Fix typo in last change.
750
2d5aaba0
NC
7512001-09-19 Nick Clifton <nickc@cambridge.redhat.com>
752
753 * doc/as.texinfo (Symbol Names): Improve documentation on local
754 labels and add documenation about dollar labels.
755
3882b010
L
7562001-09-18 Bruno Haible <haible@clisp.cons.org>
757
758 * as.h: Don't include <ctype.h>.
759 * as.c (main): For gettext, also set the LC_CTYPE locate facet.
760 * atof-generic.c: Include "safe-ctype.h" instead of <ctype.h>.
761 (atof_generic): Use ISDIGIT instead of isdigit.
762 * config/m68k-parse.y: Include "safe-ctype.h".
763 (yylex): Use ISDIGIT/ISALNUM instead of isdigit/isalnum.
764 * config/obj-elf.c: Include "safe-ctype.h".
765 (obj_elf_vtable_inherit): Use ISSPACE instead of isspace.
766 * config/obj-vms.c: Include "safe-ctype.h".
767 (Write_VMS_MHD_Records): Use TOUPPER instead of islower/toupper.
768 (VMS_Case_Hack_Symbol): Use ISUPPER/ISLOWER/TOUPPER/TOLOWER
769 instead of isupper/islower/toupper/tolower.
770 * config/tc-a29k.c: Include "safe-ctype.h" instead of <ctype.h>.
771 (insert_sreg): Use TOUPPER instead of islower/toupper.
772 (machine_ip): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead of
773 isalpha/isalnum/isupper/tolower.
774 (a29k_unrecognized_line, md_operand): Use ISDIGIT instead of
775 isdigit.
776 * config/tc-alpha.c: Include "safe-ctype.h" instead of <ctype.h>.
777 (md_undefined_symbol, s_alpha_ent): Use ISDIGIT instead of isdigit.
778 * config/tc-arc.c: Include "safe-ctype.h" instead of <ctype.h>.
779 (md_assemble): Use ISSPACE/ISALNUM instead of isspace/isalnum.
780 (arc_extoper): Use TOLOWER instead of isupper/tolower.
781 * config/tc-arm.c: Include "safe-ctype.h" instead of <ctype.h>.
782 (arm_psr_parse): Use ISALPHA instead of isalpha.
783 (accum0_required_here): Use ISALNUM instead of isalnum.
784 (do_ldrd): Use ISSPACE instead of isspace.
785 (decode_shift): Use ISALPHA instead of isalpha.
786 (insert_reg): Use TOUPPER instead of islower/toupper.
787 (arm_reg_parse): Use ISALPHA instead of isalpha.
788 (arm_parse_reloc): Use ISALNUM/ISPUNCT/TOLOWER instead of
789 isalnum/ispunct/tolower.
790 * config/tc-avr.c: Include "safe-ctype.h" instead of <ctype.h>.
791 (md_parse_option): Use TOLOWER instead of tolower.
792 (avr_operand): Use ISDIGIT/TOLOWER instead of isdigit/tolower.
793 * config/tc-cris.c: Include "safe-ctype.h" instead of <ctype.h>.
794 (cris_process_instruction): Use ISLOWER instead of islower.
795 (get_gen_reg): Use ISALNUM/ISDIGIT instead of isalnum/isdigit.
796 (get_spec_reg): Use TOLOWER/ISALNUM instead of isupper/tolower/isalnum.
797 (get_flags): Use ISSPACE instead of isspace.
798 * config/tc-d10v.c: Include "safe-ctype.h" instead of <ctype.h>.
799 (do_assemble): Use TOLOWER instead of tolower.
800 * config/tc-d30v.c: Include "safe-ctype.h" instead of <ctype.h>.
801 (do_assemble): Use TOLOWER instead of tolower.
802 (d30v_start_line): Use ISSPACE instead of isspace.
803 * config/tc-fr30.c: Include "safe-ctype.h" instead of <ctype.h>.
804 (fr30_is_colon_insn): Use TOLOWER instead of tolower.
805 * config/tc-h8300.c: Include "safe-ctype.h" instead of <ctype.h>.
806 (skip_colonthing, get_operand): Use ISDIGIT instead of isdigit.
807 * config/tc-h8500.c: Include "safe-ctype.h" instead of <ctype.h>.
808 (start_label): Use ISALPHA instead of isalpha.
809 * config/tc-hppa.c: Include "safe-ctype.h" instead of <ctype.h>.
810 (pa_ip): Use ISUPPER/ISLOWER/TOLOWER instead of
811 isupper/islower/tolower.
812 (pa_parse_number): Use ISDIGIT instead of isdigit.
813 (pa_chk_field_selector): Use TOLOWER instead of tolower.
814 (pa_stringer): Use ISDIGIT instead of isdigit.
815 * config/tc-i370.c: Include "safe-ctype.h" instead of <ctype.h>.
816 (register_name): Use ISALPHA instead of isalpha.
817 (i370_elf_suffix): Use ISALNUM/TOLOWER instead of
818 isalnum/islower/tolower.
819 (i370_addr_offset): Use ISDIGIT/ISALPHA instead of
820 isdigit/isalpha.
821 (i370_addr_cons): Use ISALPHA/ISXDIGIT instead of
822 isalpha/isxdigit.
823 (md_assemble): Use ISSPACE instead of isspace.
824 * config/tc-i386.c: Include "safe-ctype.h" instead of <ctype.h>.
825 (md_begin): Use ISDIGIT/ISLOWER/ISUPPER/TOLOWER/ISALPHA
826 instead of isdigit/islower/isupper/tolower/isalpha.
827 (output_invalid): Use ISPRINT instead of isprint.
828 * config/tc-i860.c: Include "safe-ctype.h" instead of <ctype.h>.
829 (i860_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
830 * config/tc-i960.c: Include "safe-ctype.h" instead of <ctype.h>.
831 (get_args): Use ISALNUM instead of isalnum.
832 * config/tc-ia64.c: Include "safe-ctype.h".
833 (dot_pred_rel): Use TOUPPER/ISDIGIT instead of toupper/isdigit.
834 (ia64_unrecognized_line): Use ISDIGIT instead of isdigit.
835 (ia64_parse_name): Likewise.
836 * config/tc-m32r.c: Include "safe-ctype.h" instead of <ctype.h>.
837 (assemble_two_insns): Use ISSPACE/ISALNUM/ISUPPER/TOLOWER
838 instead of isspace/isalnum/isupper/tolower.
839 * config/tc-m68hc11.c: Include "safe-ctype.h" instead of <ctype.h>.
840 (md_assemble): Use TOLOWER/ISALNUM instead of tolower/isalnum.
841 * config/tc-m68k.c: Include "safe-ctype.h" instead of <ctype.h>.
842 (mklower_table): Remove variable.
843 (mklower): Remove macro.
844 (insert_reg): Use TOUPPER instead of islower/toupper.
845 (md_begin): Remove initialization of mklower_table.
846 (s_reg): Use ISALNUM instead of isalnum.
847 (mri_assemble): Use ISUPPER/TOLOWER instead of isupper/tolower.
848 (parse_mri_condition): Use TOLOWER instead of isupper/tolower.
849 (build_mri_control_operand): Use TOLOWER instead of tolower.
850 (s_mri_else, s_mri_break, s_mri_next, s_mri_for): Likewise.
851 * config/tc-m88k.c: Include "safe-ctype.h" instead of <ctype.h>.
852 (md_assemble): Use ISSPACE instead of isspace.
853 (get_imm16): Use ISALNUM instead of isalnum.
854 (get_cnd): Use ISDIGIT/ISUPPER/TOLOWER instead of
855 isdigit/isupper/tolower.
856 (get_bf_offset_expression): Use ISALPHA/ISUPPER/TOLOWER
857 instead of isalpha/isupper/tolower.
858 (hexval): Use ISDIGIT/ISLOWER/ISUPPER instead of
859 isdigit/islower/isupper.
860 * config/tc-mcore.c: Include "safe-ctype.h" instead of <ctype.h>.
861 (mcore_s_section): Use ISSPACE instead of isspace.
862 (parse_reg): Use ISSPACE/TOLOWER/ISALNUM instead of
863 isspace/tolower/isalnum.
864 (parse_creg): Use ISSPACE/TOLOWER instead of isspace/tolower.
865 (parse_psrmod): Use TOLOWER instead of isascii/tolower.
866 (parse_exp, parse_mem, md_assemble): Use ISSPACE instead of
867 isspace.
868 * config/tc-mips.c: Include "safe-ctype.h" instead of <ctype.h>.
869 (mips_ip): Use ISSPACE/ISDIGIT instead of isspace/isdigit.
870 (mips16_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
871 (my_getSmallExpression): Use ISDIGIT/TOLOWER instead of
872 isdigit/tolower.
873 (tc_get_register): Likewise.
874 (get_number): Use ISDIGIT/ISXDIGIT instead of isdigit/isxdigit.
875 (s_mips_ent): Use ISDIGIT instead of isdigit.
876 * config/tc-mn10200.c: Include "safe-ctype.h" instead of <ctype.h>.
877 (md_assemble): Use ISSPACE instead of isspace.
878 * config/tc-mn10300.c: Include "safe-ctype.h" instead of <ctype.h>.
879 (md_assemble): Use ISSPACE instead of isspace.
880 * config/tc-ns32k.c: Don't include <ctype.h>.
881 * config/tc-pdp11.c: Include "safe-ctype.h".
882 (mklower): Remove function.
883 (parse_reg): Use TOLOWER instead of mklower.
884 * config/tc-pj.c: Include "safe-ctype.h".
885 (md_assemble): Use ISSPACE instead of isspace.
886 * config/tc-ppc.c: Include "safe-ctype.h" instead of <ctype.h>.
887 (register_name): Use ISALPHA instead of isalpha.
888 (ppc_elf_suffix): Use ISALNUM/TOLOWER instead of
889 isalnum/islower/tolower.
890 (md_assemble): Use ISSPACE instead of isspace.
891 (ppc_canonicalize_symbol_name): Use ISLOWER/TOUPPER instead of
892 islower/toupper.
893 * config/tc-s390.c: Include "safe-ctype.h" instead of <ctype.h>.
894 (register_name): Use ISALPHA instead of isalpha.
895 (s390_elf_suffix, s390_lit_suffix): Use ISALNUM instead of isalnum.
896 (md_gather_operands, md_assemble, s390_insn): Use ISSPACE instead of
897 isspace.
898 * config/tc-sh.c: Include "safe-ctype.h" instead of <ctype.h>.
899 (sh_elf_suffix): Use ISALNUM/TOLOWER instead of
900 isalnum/islower/tolower.
901 (IDENT_CHAR): Use ISALNUM instead of isalnum.
902 (parse_reg): Use TOLOWER instead of tolower.
903 (find_cooked_opcode): Use TOLOWER instead of isupper/tolower.
904 * config/tc-sparc.c: Include "safe-ctype.h" instead of <ctype.h>.
905 (sparc_ip): Use ISLOWER/ISDIGIT instead of islower/isdigit.
906 (parse_keyword_arg): Use ISALNUM instead of isalnum.
907 * config/tc-tahoe.c: Include "safe-ctype.h".
908 (tahoe_reg_parse): Use ISDIGIT instead of isdigit.
909 (tip_op): Use TOLOWER instead of isupper/tolower.
910 * config/tc-tic30.c: Include "safe-ctype.h".
911 (md_begin): Use ISLOWER/ISDIGIT/ISUPPER/TOLOWER/ISLOWER/
912 ISALPHA instead of islower/isdigit/isupper/tolower/islower/isalpha.
913 (tic30_operand): Use TOLOWER instead of tolower.
914 (tic30_find_parallel_insn): Likewise.
915 (output_invalid): Use ISPRINT instead of isprint.
916 * config/tc-tic54x.c: Include "safe-ctype.h".
917 (tic54x_asg, tic54x_eval): Use ISALPHA instead of isalpha.
918 (lookup_version): Use TOUPPER instead of toupper.
919 (tic54x_var): Use ISALPHA instead of isalpha.
920 (tic54x_mlib): Use ISSPACE instead of isspace.
921 (subsym_iscons): Use TOUPPER instead of toupper.
922 (get_operands): Use ISSPACE instead of isspace.
923 (is_type): Use TOUPPER/ISDIGIT instead of toupper/isdigit.
924 (encode_indirect, encode_operand): Use TOUPPER instead of toupper.
925 (next_line_shows_parallel): Use ISSPACE instead of isspace.
926 (subsym_get_arg, subsym_substitute): Use ISDIGIT instead of isdigit.
927 (tic54x_start_line_hook, md_assemble, tic54x_start_label): Use
928 ISSPACE instead of isspace.
929 * config/tc-tic80.c: Include "safe-ctype.h".
930 (md_assemble): Use ISSPACE instead of isspace.
931 * config/tc-v850.c: Include "safe-ctype.h" instead of <ctype.h>.
932 (system_register_name): Use ISDIGIT instead of isdigit.
933 (md_assemble): Use ISSPACE instead of isspace.
934 * config/tc-vax.c: Include "safe-ctype.h" instead of <ctype.h>.
935 (vax_reg_parse): Use TOLOWER/ISDIGIT instead of
936 isupper/tolower/isdigit.
937 (vip_op): Use TOLOWER instead of isupper/tolower.
938 * config/tc-w65.c: Don't include <ctype.h>.
939 * config/tc-z8k.c: Include "safe-ctype.h" instead of <ctype.h>.
940 (tohex): Use ISDIGIT/ISLOWER instead of isdigit/islower.
941 (whatreg): Use ISDIGIT instead of isdigit.
942 * ecoff.c: Include "safe-ctype.h" instead of <ctype.h>.
943 (ecoff_directive_ent, ecoff_stab): Use ISDIGIT instead of isdigit.
944 * expr.c: Include "safe-ctype.h" instead of <ctype.h>.
945 (integer_constant): Use ISALNUM/TOUPPER instead of
946 isalnum/islower/toupper.
947 (operand): Use TOLOWER instead of isupper/tolower.
948 * gasp.c: Include "safe-ctype.h" instead of <ctype.h>.
949 (sb_strtol, level_0, change_base, doinstr): Use ISDIGIT instead
950 of isdigit.
951 (process_assigns, whatcond): Use TOUPPER instead of toupper.
952 (chartype_init): Use ISALPHA/ISDIGIT instead of isalpha/isdigit.
953 (main): For gettext, also set the LC_CTYPE locate facet.
954 * hash.c: Include "safe-ctype.h".
955 (main): Use TOLOWER instead of isupper/tolower.
956 * itbl-lex.l: Don't include <ctype.h>.
957 * listing.c: Include "safe-ctype.h" instead of <ctype.h>.
958 (listing_newline): Use ISCNTRL instead of isascii/iscntrl. Don't
959 omit non-ASCII characters.
960 (debugging_pseudo): Use ISSPACE instead of isspace.
961 * macro.c: Include "safe-ctype.h" instead of <ctype.h>.
962 (buffer_and_nest): Use ISALNUM instead of isalnum.
963 (get_token): Use ISALPHA/ISALNUM instead of isalpha/isalnum.
964 (define_macro): Use ISUPPER/TOLOWER instead of isupper/tolower.
965 (macro_expand_body): Use ISALNUM/ISDIGIT/ISUPPER/ISALPHA
966 instead of isalnum/isdigit/isupper/isalpha.
967 (check_macro): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead
968 of isalpha/isalnum/isupper/tolower.
969 * read.c: Include "safe-ctype.h" instead of <ctype.h>.
970 (read_a_source_file): Use ISUPPER/TOLOWER/ISDIGIT instead of
971 isupper/tolower/isdigit.
972 (s_mri_common): Use ISDIGIT instead of isdigit.
973 (s_mri_sect): Use ISDIGIT/TOUPPER instead of isdigit/toupper.
974 (s_float_space): Use ISALPHA instead of isalpha.
975 (ignore_rest_of_line): Use ISPRINT instead of isprint.
976 (float_cons): Use ISALPHA instead of isalpha.
977 (next_char_of_string): Use ISDIGIT/ISXDIGIT instead of
978 isdigit/isxdigit.
979 * symbols.c: Include "safe-ctype.h" instead of <ctype.h>.
980 (save_symbol_name): Use ISLOWER/TOUPPER instead of
981 islower/toupper.
982 (symbol_find_base): Use TOUPPER instead of islower/toupper.
983 (decode_local_label_name): Use ISDIGIT instead of isdigit.
984
b6849f55
NC
9852001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
986
987 * tc-s390.c (s390_insn): Add code to cope with 6 byte O_constants
988 in 64 bit mode and make format "e" work.
989
0e1a166b
AM
9902001-09-18 Alan Modra <amodra@bigpond.net.au>
991
992 * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.
993
994 * write.c (set_symtab): Update bfd_alloc declaration. Use a temp
995 var to ensure bfd_alloc arg is the right type.
996 (write_object_file): Cast args of bfd_seek. Replace bfd_write with
997 bfd_bwrite.
998
999 * config/obj-coff.c: Replace calls to bfd_write with calls to
1000 bfd_bwrite. Cast args of bfd_seek.
1001
1002 * config/obj-elf.c (obj_elf_change_section): Avoid signed/unsigned
1003 warning.
1004
1005 * config/tc-mn10300.c (set_arch_mach): Make param unsigned.
1006
1007 * config/tc-tic54x.c (tic54x_mlib): Replace bfd_read call with
1008 call to bfd_bread.
1009
e08ae979
HPN
10102001-09-15 Hans-Peter Nilsson <hp@bitrange.com>
1011
1012 * config/tc-sh.h (sh_force_relocation): Prototype.
1013 (struct fix): Forward declare.
1014 * config/tc-sh.c (type sh_operand_info): Move to top of file.
1015 (cons, s_align_bytes): Remove old-type declarations.
1016 (sh_elf_suffix, parse_reg, dot, parse_exp, parse_at, get_operand,
1017 get_operands, get_specific, insert, build_relax,
1018 insert_loop_bounds, build_Mytes): Prototype.
1019 (little): Make static. Prototype.
1020 (check, tc_Nout_fix_to_chars): Delete unused functions.
1021
920acd62
EC
10222001-09-14 Eric Christopher <echristo@redhat.com>
1023
1024 * config/tc-mips.c (md_parse_option): Remove setting mips_64 via
1025 -mgp32/mgp64.
1026
056a1d49
NC
10272001-09-14 Kevin Lo <kevlo@openbsd.org>
1028
1029 * configure.in: Add arm-openbsd target.
1030 * configure: Regenerate.
1031
4008bd9b
TS
10322001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1033
1034 * configure.in: Change machine triplets from mips-*-linux-gnu* to
1035 mips*-*-linux*.
1036
233b8738
TS
10372001-09-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1038
1039 * config/tc-mips.c (append_insn): Don't rightshift BFD_RELOC_16_PCREL.
1040
d61a78a7
RH
10412001-09-11 Richard Henderson <rth@redhat.com>
1042
1043 * config/tc-alpha.c (alpha_elf_section_letter): New.
1044 (alpha_elf_section_flags): New.
1045 * config/tc-alpha.h (md_elf_section_letter): New.
1046 (md_elf_section_flags): New.
1047 * config/tc-ia64.c (ia64_elf_section_letter): New.
1048 * config/tc-ia64.h (md_elf_section_letter): New.
1049
9469ddf0
JJ
10502001-09-11 Jakub Jelinek <jakub@redhat.com>
1051
1052 * config/obj-elf.c (obj_elf_parse_section_letters): Use 'M' instead
1053 of 'm', 'S' instead of 's'. Update bad_msg.
1054 * config/tc-ppc.c (ppc_section_letter): Update bad_msg.
1055 * config/tc-i370.c (i370_sectioN_letter): Update bad_msg.
1056
e0890092
AM
10572001-09-09 Alan Modra <amodra@bigpond.net.au>
1058
1059 * expr.c (expr): Move code setting "retval" to the end of the loop,
1060 and rearrange for efficiency. For "PIC code" subtraction, use
1061 "rightseg" rather than recalculating. For "symbol OP symbol"
1062 subtract, set "retval" to absolute_section if symbols in same
1063 section.
1064 * symbols.c (resolve_symbol_value): Resolve "sym +/- expr" to an
1065 O_symbol. Simplify a +/- b code. Allow equality and non-equality
1066 comparisons on symbols from any section. Allow other comparison
1067 operators as for subtraction.
1068 (symbol_equated_reloc_p): New predicate function.
1069 * symbols.h (symbol_equated_reloc_p): Declare.
79bcdb56
AM
1070 * write.c (relax_segment <rs_machine_dependent>): Ensure segment
1071 for expression syms is set correctly.
1072 (adjust_reloc_syms): Use symbol_equated_reloc_p.
e0890092
AM
1073 (write_relocs): Likewise.
1074 (write_object_file): Likewise.
e0890092
AM
1075 * config/tc-mips.c (md_estimate_size_before_relax): Likewise.
1076 * config/tc-i386.c (md_assemble <Output jumps>): Don't lose part
1077 of a complex expression when setting up frag_var.
1078
ec8fcf4a
RH
10792001-09-07 Richard Henderson <rth@redhat.com>
1080
1081 * config/tc-alpha.c (alpha_reloc_op_tag): Replace need_seq with
1082 require_seq and allow_seq. Let !literal omit the sequence number.
1083 (tokenize_arguments): Reject sequence numbers of !allow_seq.
1084
891937bf
JJ
10852001-09-08 Jakub Jelinek <jakub@redhat.com>
1086
1087 * config/tc-sparc.c (md_apply_fix3): Handle relocs against SEC_MERGE
1088 section symbols the same way as externs.
1089
553178e4
TS
10902001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1091
1092 * config/tc-mips.c (s_mipsset): Reallow unrestricted use of .set mipsX
1093 pseudo-op.
ad58c921 1094
cb56d3d3
TS
10952001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1096
1097 * config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL.
1098 (macro_build): Use BFD_RELOC_16_PCREL_S2 only for embedded
1099 PIC, BFD_RELOC_16_PCREL for the rest.
1100 (mips_ip): Likewise.
79bcdb56
AM
1101 (md_pcrel_from): return the right offset for the differently shifted
1102 pcrel relocs.
cb56d3d3 1103 (md_apply_fix): Handle BFD_RELOC_16_PCREL.
ad58c921 1104
3969b680
RH
11052001-09-05 Richard Henderson <rth@redhat.com>
1106
1107 * config/tc-ia64.c (FUNC_IPLT_RELOC): New.
1108 (pseudo_func): Add @iplt.
1109 (pseudo_opcode): Add data16 and data16.ua.
1110 (md_begin): Set iplt pseudo.
1111 (ia64_cons_fix_new): Handle 16 byte iplt reloc specially.
1112
11132001-09-04 Richard Henderson <rth@redhat.com>
19f78583
RH
1114
1115 * config/tc-alpha.c (struct alpha_insn): Make sequence scalar long.
1116 (MACRO_LITERAL, MACRO_BASE, MACRO_BYTOFF, MACRO_JSR): Remove.
1117 (alpha_macros): Remove occurrences of same.
1118 (O_lituse_addr, O_gprel): New.
1119 (DUMMY_RELOC_LITUSE_*): New.
1120 (s_alpha_ucons, s_alpha_arch): Prototype.
1121 (alpha_reloc_op): Construct elements via DEF macro.
1122 (ALPHA_RELOC_SEQUENCE_OK): Remove.
1123 (struct alpha_reloc_tag): Rename from alpha_literal_tag; rename
1124 members to not be literal specific.
1125 (next_sequence_num): New.
1126 (md_apply_fix3): Cope with missing GPDISP_LO16. Adjust for
1127 added/removed BFD relocations.
1128 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
1129 (alpha_adjust_symtab_relocs): Handle GPDISP relocs as well.
1130 (tokenize_arguments): Parse ! relocations properly.
1131 (find_macro_match): Delete unused macro argument types.
1132 (assemble_insn): Add reloc parameter; emit that instead of the
1133 default as appropriate.
1134 (get_alpha_reloc_tag): New. Split from ...
1135 (emit_insn): ... here. Allocate a reloc tag for GPDISP.
1136 (assemble_tokens): Don't search macros if user relocation present.
1137 Copy reloc sequence number to insn struct.
1138 (emit_ldgp): Remove user reloc handling.
1139 (load_expression, emit_lda, emit_ldah, emit_ir_load): Likewise.
1140 (emit_loadstore, emit_ldXu, emit_ldil, emit_stX): Likewise.
1141 (emit_sextX, emit_division, emit_jsrjmp, emit_retjcr): Likewise.
1142 * config/tc-alpha.h (tc_adjust_symtab): Always define.
1143 (struct alpha_fix_tag): Name members less literal specific.
1144
de342d07
JL
1145Tue Sep 4 20:01:19 2001 Jeffrey A Law (law@cygnus.com)
1146
1147 * tc-h8300.c (tc_gen_reloc): Give an error if we try to take the
1148 address of two symbols in different sections.
1149
3c02b2ab
EC
11502001-08-31 Eric Christopher <echristo@redhat.com>
1151 Jason Eckhardt <jle@redhat.com>
1152
1153 * config/tc-mips.c (mips_cpu_info): Add support for mipsisa32,
1154 5kc, and 20kc. Clean up old entries.
1155
36ed2fff
JL
1156Fri Aug 31 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
1157 Jeff Law <law@redhat.com>
1158
3c1ba8a3
JL
1159 * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation's
1160 offset match H8 ELF spec.
1161 (md_section_align): Alternate implementation for BFD_ASSEMBLER.
1162 (md_apply_fix): Fix argument and return types for BFD_ASSEMBLER.
1163
36ed2fff
JL
1164 * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h.
1165 (build_bytes): Mark fixups for PCrel branches as signed. For
1166 OBJ_ELF, make sure the reloc's offset points to the first byte
1167 to be modified.
1168 (md_convert_frag): Update definiton based on BFD_ASSEMBLER.
1169 * tc-h8300.h (relocation mappings): Add.
1170
f333765f
JL
1171Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
1172
1173 * tc-h8300.c (tc_crawl_symbol_chain, tc_headers_hook): Don't
1174 define for BFD_ASSEMBLER.
1175 (tc_reloc_mangle): Likewise.
1176 (tc_gen_reloc): New function for BFD_ASSEMBLER.
1177
83e20b45
JL
1178Wed Aug 29 12:49:58 2001 Jeffrey A Law (law@cygnus.com)
1179
3c02b2ab 1180 * config/tc-h8300.c (h8300hmode): Record the machine type
83e20b45
JL
1181 if BFD_ASSEMBLER is defined.
1182 (h8300smode, md_begin): Similarly.
1183
f6314f3e
PB
11842001-08-29 Joel Sherrill <joel@OARcorp.com>
1185
3c02b2ab 1186 * configure.in (i[3456]86-*-rtems*, m68*-*-rtems*): Change
f6314f3e
PB
1187 default from coff to elf.
1188 * configure: Regenerate.
1189
ccad732d
JL
1190Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
1191
7e0de7bf
JL
1192 * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and define
1193 assorted coff relocations to the corresponding elf relocations.
1194 * tc-h8300.h (TARGET_ARCH, TARGET_FORMAT): Define appropriately.
1195
ccad732d
JL
1196 * configure.in: Add case for h8300-*-elf.
1197 * configure: Regenerate.
1198
1262d520
JR
1199Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
1200
1201 * doc/internals.texi (MD_PCREL_FROM_SECTION): Change
82f3c9a3 1202 documentation to reflect reality.
1262d520 1203
7283eb86
TS
12042001-08-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1205
ad58c921 1206 * config/tc-mips.c (load_address): Reflect change to MAX_GPREL_OFFSET.
7283eb86
TS
1207 (macro): Reflect change to MAX_GPREL_OFFSET.
1208
0baf16f2
AM
12092001-08-27 Torbjorn Granlund <tege@swox.com>
1210 Staffan Ulfberg <staffanu@swox.se>
1211 Linus Nordberg <linus@swox.se>
1212 Alan Modra <amodra@bigpond.net.au>
1213
1214 * configure.in: Recognise powerpc*le*, not just powerpcle*.
1215 * configure: Regenerate.
1216 * config/tc-ppc.c (PPC_LO, PPC_HI, PPC_HA, PPC_HIGHER,
1217 PPC_HIGHERA, PPC_HIGHEST, PPC_HIGHESTA, SEX16): New macros.
1218 (md_assemble): Use them.
1219 (ppc_machine): Support stub for ELF64 as well as XCOFF.
1220 (md_pseudo_table): Add "llong", "quad".
1221 (md_parse_option): Match default_cpu of powerpc*.
1222 (ppc_arch): Likewise.
1223 (ppc_subseg_align): Only for OBJ_XCOFF.
1224 (ppc_target_format): Return elf64-powerpc strings for 64 bit ELF.
1225 (md_begin): Select PPC_OPCODE_64 for 64 bit.
1226 (ppc_insert_operand): Don't bother testing 'file' before calling
1227 as_bad_where. Use as_bad_where for operand->insert errors.
1228 (mapping): Add ELF64 relocation modifiers.
1229 (ppc_elf_suffix): Replace symbol on BFD_RELOC_PPC64_TOC reloc
1230 expressions with abs_symbol.
1231 (ppc_elf_cons): Correct offset for little endian targets.
1232 (ppc_elf_frob_symbol): New.
1233 (md_assemble): Add support for 64 bit ELF relocs.
1234 (ppc_tc): Ensure 8 byte alignment when 64 bit.
1235 (ppc_is_toc_sym): Only define for OBJ_XCOFF and OBJ_ELF. Match
1236 ".toc" section for 64 bit ELF.
1237 (ppc_fix_adjustable): New. Macro body moved from tc-ppc.h.
1238 (md_apply_fix3): Silence warning with ATTRIBUTE_UNUSED. Only do
1239 the ppc_is_toc_sym check for OBJ_XCOFF and OBJ_ELF. For 64 bit,
1240 use BFD_RELOC_PPC64_TOC16_DS instead of BFD_RELOC_PPC_TOC16.
1241 Expand on comments, error message. Add support for 64 bit relocs,
1242 and use PPC_HI etc. macros.
1243 * config/tc-ppc.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
1244 (HANDLE_ALIGN): Define to generate nops in code sections rather
1245 than zeros.
1246 (TC_FORCE_RELOCATION): Force for BFD_RELOC_PPC64_TOC.
1247 (ELF_TC_SPECIAL_SECTIONS): Add 64 bit ELF sections.
1248 (tc_fix_adjustable): Move body of macro to tc-ppc.c.
1249 (ppc_fix_adjustable): Declare.
1250 (tc_frob_symbol): Define.
1251 (ppc_elf_frob_symbol): Declare.
1252
9d654c1c
AJ
12532001-08-26 Andreas Jaeger <aj@suse.de>
1254
1255 * config/tc-s390.c: Add missing prototypes
1256 (md_gather_operands): Make static.
1257
e7d556df
TS
12582001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1259
ad58c921
TS
1260 * config/tc-mips.h (MAX_GPREL_OFFSET): Change it to the maximum
1261 allowed value, not the word beyond maximum.
1262 * config/tc-mips.c (macro_build_lui): Code cleanup.
e7d556df
TS
1263 (macro): Reflect change to MAX_GPREL_OFFSET.
1264 (mips_ip): Check explicitly against S_EX_NONE.
1265 (my_get_SmallExpression): parse for %gp_rel, not %gprel.
1266 (md_apply_fix): Code cleanup.
1267
34f63668
AJ
12682001-08-24 Andreas Jaeger <aj@suse.de>
1269
1270 * config/tc-ppc.h: Fix prototype declaration.
1271
c538998c
JJ
12722001-08-23 Jakub Jelinek <jakub@redhat.com>
1273
1274 * config/tc-ia64.c (dot_endp): Set function symbol sizes.
1275 * config/obj-elf.c (obj_elf_size): When size is constant, free
1276 and clear symbol_get_obj(sym)->size if any.
1277
1ff54a84
TS
12782001-08-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1279
ad58c921
TS
1280 * config/tc-mips.c (md_begin): Warn about incompatibility between
1281 -march=FOO and -mipsN option, continue with default ISA.
1ff54a84 1282
a6bacc80
TS
12832001-08-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1284
1285 * config/tc-mips.c (md_parse_option): #ifdef the
1286 traditional/non-traditional names as it is done in mips_target_format.
1287
ca3f7695
RH
12882001-08-20 Richard Henderson <rth@redhat.com>
1289
1290 * config/tc-alpha.h (MD_APPLY_FIX3): Define.
1291 * config/tc-alpha.c (md_apply_fix3): Rename from md_apply_fix;
1292 use seg parameter instead of now_seg.
1293
e87a0284
L
12942001-08-18 H.J. Lu <hjl@gnu.org>
1295
1296 * config/tc-mips.c (show): Add the missing prototype.
1297
fb1b3232
TS
12982001-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1299
1300 * config/tc-mips.c (S_EX_*): New enum for my_getSmallExpression()
1301 return values.
1302 (mips_ip): Use the new return values instead of characters. Add
1303 support for %higher and %highest.
1304 (LP): Remove.
1305 (RP): Remove.
1306 (my_getSmallExpression): Make parsing case insensitive and more
1307 reliable. Add support for %higher and %highest. Further support to
1308 parse %gprel and %neg is implemented but currently deactivated.
1309
23fe39df
AM
13102001-08-17 Alan Modra <amodra@bigpond.net.au>
1311
1312 * ecoff.c (ecoff_frob_symbol): Remove casts from bfd_get_gp_size.
1313 (ecoff_build_symbols): Likewise.
1314 * read.c (s_lcomm_internal): Fix signed/unsigned warning.
1315
be00bddd
TS
13162001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1317
1318 * config/tc-mips.c (mips_elf_final_processing): Set elf header flags
1319 for n32 ABI if appropriate.
1320
07ae3efa
TS
13212001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1322
1323 * config/tc-mips.c (cons_fix_new_mips): Remove.
1324 * config/tc-mips.h (TC_CONS_FIX_NEW): Remove.
1325 (cons_fix_new_mips): Remove.
1326
c68012fb
JJ
13272001-08-14 Jeff Johnston <jjohnstn@redhat.com>
1328
79bcdb56
AM
1329 * expr.c (operand)[LITERAL_PREFIXDOLLAR_HEX]: Treat $L as
1330 a label, not a hex constant.
c68012fb 1331
5d430f8b
NC
13322001-08-13 Nick Clifton <nickc@cambridge.redhat.com>
1333
1334 * config/tc-v850.h: Add missing prototypes.
1335
198ce79b
AJ
13362001-08-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
1337
1338 * config/tc-s390.c (s390_elf_cons): Correct fixups for PLT
1339 relocations.
1340
4ffadb11
NC
13412001-08-12 TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp>
1342
1343 * config/tc-sparc.c (cons_fix_new_sparc): Move
1344 `sparc_no_align_cons = 0;' to...
1345 (s_uacons): ...here so that sparc_no_align_cons will get
1346 cleared properly.
1347
f72c8c98
KH
13482001-08-11 Kazu Hirata <kazu@hxi.com>
1349
1350 * config/tc-mips.c: Fix a comment typo.
1351
ea1fb5dc
RS
13522001-08-10 Richard Sandiford <rsandifo@redhat.com>
1353
1354 * config/tc-mips.c (move_register): New function.
1355 (macro_build): Remove OPCODE_IS_MEMBER's gp32 argument.
1356 (mips_ip): Likewise.
1357 (macro2): Use move_register rather than macro_build for moves.
1358 (mips16_macro): Likewise.
1359 (macro): Likewise. Handle M_MOVE.
1360
0218d1e4
AJ
13612001-08-10 Andreas Jaeger <aj@suse.de>
1362
1363 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1364 to build warnings.
1365 * configure: Regenerate.
1366
11b37b7b
AM
13672001-08-10 Alan Modra <amodra@bigpond.net.au>
1368
fa6e9318
AM
1369 * as.h (alloca): Don't declare if __GNUC__. Remove an old comment.
1370 Comment indentation of #pragma.
1371 * macro.c (alloca): Likewise.
1372
11b37b7b
AM
1373 * config/tc-ppc.c: Revert 2001-08-08.
1374
8d28c9d7
AM
13752001-08-09 Alan Modra <amodra@bigpond.net.au>
1376
1377 * symbols.c: Add missing prototypes.
1378 * config/e-i386elf.c: Likewise.
1379 * config/e-i386coff.c: Likewise.
1380 * config/e-i386aout.c: Likewise.
1381 * config/obj-coff.c: Likewise.
1382 (def_symbol_in_progress, stack): Move definition.
1383 * config/obj-elf.c: Add missing prototypes.
1384 (obj_elf_change_section): Make static.
1385 (obj_elf_parse_section_letters): Likewise.
1386 (obj_elf_section_word): Likewise.
1387 (obj_elf_section_type): Likewise.
1388
fce3099f
AM
13892001-08-08 Alan Modra <amodra@bigpond.net.au>
1390
1391 From 1999-10-25 Torbjorn Granlund <tege@swox.com>
1392 * config/tc-ppc.c (md_apply_fix3): Replace haphazard code for
1393 determining reloc type with code reading operands->reloc field.
1394
d959c450
AM
13952001-08-08 Alan Modra <amodra@bigpond.net.au>
1396
8fd3e36b
AM
1397 * config/obj-elf.c (elf_copy_symbol_attributes): Make it a global
1398 function, and expand old obj-elf.h OBJ_COPY_SYMBOL_ATTRIBUTES here.
1399 * config/obj-elf.h (elf_copy_symbol_attributes): Declare.
1400 (OBJ_COPY_SYMBOL_ATTRIBUTES): Call elf_copy_symbol_attributes.
1401
8a543126
AM
1402 * output-file.c (output_file_create): Don't try to open a second
1403 time as it's unnecessary. FOPEN_W was undefined too.
d959c450 1404
38487616
TS
14052001-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1406
ad58c921 1407 * config/tc-mips.c (macro_build): Replace magic constants by defines.
38487616
TS
1408 (mips_ip): Likewise. Typo.
1409
9a41af64
TS
14102001-08-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1411
ad58c921
TS
1412 * config/tc-mips.c (mips_abi_string): Initialize with NULL instead
1413 of 0.
9a41af64
TS
1414 (RELAX_ENCODE): Replace bfd_vma by valueT.
1415 (load_address): Formatting.
1416 (macro): Likewise. Code cleanup. Typo.
1417 (macro2): Formatting.
1418 (md_parse_option): Typo.
1419 (s_mipsset): Reorder cases to look nicer.
1420 (md_estimate_size_before_relax): Formatting. Code cleanup.
1421 (mips_elf_final_processing): Check against NULL instead of 0.
1422 (md_obj_end): Remove ugly `' in message string.
1423 (s_mips_ent): Remove ugly `' in message string.
1424
6dce9e24
TS
14252001-07-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1426
1427 * config/tc-mips.c (md_begin): Take -mcpu value into account even when
1428 -mipsX is specified. Make both -mcpu/-march and -mcpu/-mtune pairs
1429 mutually exclusive (if they are different).
1430 (md_parse_option): Warn if an -march/-mtune/-mcpu/-m<cpu> option is
1431 set more than once.
1432
236bd878
RS
14332001-08-03 Richard Sandiford <rsandifo@redhat.com>
1434
1435 * config/tc-mips.c (md_apply_fix): Don't subtract the symbol value
1436 from GPREL addends.
1437
ca4e0257
RS
14382001-08-02 Richard Sandiford <rsandifo@redhat.com>
1439
1440 * doc/c-mips.tex (-mgp32, -mfp32): Added -mfp32, unified with -mgp32.
1441 * config/tc-mips.c (mips_fp32, mips_32bit_abi): New static variables.
1442 (md_long_opts): Add -mfp32 option.
1443 (md_parse_option): Handle it. Set mips_32bit_abi given -mabi=32.
1444 (md_show_usage): Show usage for -mfp32 and -mgp32.
1445 (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): New macros.
1446 (HAVE_64BIT_GPRS, HAVE_64BIT_FPRS): New macros, inverse of the above.
1447 (HAVE_32BIT_ADDRESSES): New macro.
1448 (load_register): Use HAVE_32BIT_GPRS to determine the register width.
1449 (load_address): Use HAVE_32BIT_ADDRESSES to determine the address size.
1450 (s_cprestore, s_cpadd): Likewise.
1451 (macro): Use HAVE_32BIT_GPRS to determine the width of registers
1452 used in branch and M_LI_D macros. Use HAVE_64BIT_FPRS to determine
1453 the width registers used in M_LI_DD macros. Use HAVE_32BIT_ADDRESSES
1454 to determine the width of addresses in load, store and jump macros.
1455 (macro2): Use HAVE_32BIT_GPRS to determine the width of registers
1456 used in set instructions; do not check the address size for them.
1457 Use HAVE_32BIT_ADDRESSES to determine the width of addresses in
1458 unaligned load and store macros.
1459 (mips_ip): Use the new macros to check the width of a register when
1460 processing float constants. Force a constant into memory if it is
1461 destined for an FPR and the FPRs are wider than the GPRs. Warn about
1462 odd FPR numbers if HAVE_32BIT_FPRS. Use HAVE_32BIT_GPRS rather
1463 than mips_gp32 to select synthetic instructions.
1464 (macro_build): Use HAVE_32BIT_GPRS rather than mips_gp32 to select
1465 synthetic instructions.
1466
28bab82b
NC
14672001-08-01 Christian Groessler <cpg@aladdin.de>
1468
1469 * config/tc-z8k.c (parse_reg): If a string starts with "r", "rl",
1470 "rh", "rr", "rq", or "sp" then don't automatically assume
1471 it's a register name. Check whether there is a number
1472 following.
1473
28f81592
AM
14742001-08-01 Alan Modra <amodra@bigpond.net.au>
1475
1476 * config/tc-i386.c (lex_got): Match lower case relocation tokens.
1477 Don't allocate more space than necessary for the input line copy.
1478
0e389e77
AM
14792001-08-01 Alan Modra <amodra@bigpond.net.au>
1480
1481 * read.c: Standardize error/warning messages - don't capitalise, no
1482 final period or newline, don't say "ignored" or "zero assumed" for
1483 as_bad messages. In some cases, change the wording to that used
1484 elsewhere for similar messages.
1485 * app.c: Likewise.
1486 * as.c: Likewise.
1487 * atof-generic.c: Likewise.
1488 * cgen.c: Likewise.
1489 * cond.c: Likewise.
1490 * depend.c: Likewise.
1491 * dwarf2dbg.c: Likewise.
1492 * ecoff.c: Likewise.
1493 * expr.c: Likewise.
1494 * frags.c: Likewise.
1495 * input-file.c: Likewise.
1496 * input-scrub.c: Likewise.
1497 * listing.c: Likewise.
1498 * output-file.c: Likewise.
1499 * stabs.c: Likewise.
1500 * subsegs.c: Likewise.
1501 * symbols.c: Likewise.
1502 * write.c: Likewise.
1503 * ecoff.c (ecoff_directive_end): Test for missing name by
1504 comparing input line pointers rather than reading string.
1505 (ecoff_directive_ent): Likewise.
1506 * read.c (s_set): Likewise.
1507 (s_align): Report a warning rather than an error for
1508 alignment too large.
1509 (s_comm): Check for missing symbol name.
1510 (s_lcomm_internal): Likewise.
1511 (s_lsym): Likewise.
1512 (s_globl): Use is_end_of_line instead of looking for '\n'.
1513 (s_lcomm_internal): Likewise.
1514 (ignore_rest_of_line): Report a warning rather than an error.
1515
e138127a
GK
15162001-07-31 Geoffrey Keating <geoffk@redhat.com>
1517
1518 * config/tc-ppc.c (ppc_elf_validate_fix): It's OK to have
1519 any kind of relocation against a not-loaded section.
1520
468cced8
AM
15212001-07-30 Alan Modra <amodra@bigpond.net.au>
1522
1523 * config/obj-elf.c (obj_elf_symver): Temporarily modify lex_type
1524 to include '@' in symbol names when parsing versioned symbols
1525 rather than calling get_symbol_end multiple times.
1526 * config/tc-i370.c (register_name): Format fixes. Don't call
1527 get_symbol_end after parsing number.
1528 * config/tc-mn10200.c (data_register_name): Format fixes. Hoist
1529 code out of conditional.
1530 (address_register_name): Likewise.
1531 (other_register_name): Likewise.
1532 * config/tc-mn10300.c (r_register_name): Likewise.
1533 (xr_register_name): Likewise.
1534 (data_register_name): Likewise.
1535 (address_register_name): Likewise.
1536 (other_register_name): Likewise.
1537 * config/tc-ppc.c (register_name): Likewise.
1538 * config/tc-s390.c (register_name): Likewise.
1539
13283e2d
SC
15402001-07-27 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1541
1542 * config/tc-m68hc11.c (md_estimate_size_before_relax): Fix bsr
1543 and bra relax: update fragP->fr_fix after the fixup.
1544
409d19c4
AM
15452001-07-27 Tracy Kuhrt <Tracy.Kuhrt@microchip.com>
1546
1547 * read.c (s_set): Check for missing symbol name.
1548
050be34e
AM
15492001-07-26 Alan Modra <amodra@bigpond.net.au>
1550
1551 * write.c (relax_segment <rs_space>): Account for fr_fix.
1552
46bac6de
L
15532001-07-25 H.J. Lu <hjl@gnu.org>
1554
1555 * config/tc-mips.c (md_estimate_size_before_relax): Make sure
1556 we treat weak like extern only for ELF.
1557 (mips_fix_adjustable): Make sure we don't adjust extern/weak
1558 symbols only for ELF.
1559
2f4dcb11
CD
15602001-07-25 Chris Demetriou <cgd@broadcom.com>
1561
1562 * config/tc-mips.c: Fix spelling error in comment.
1563
62f65a7b
DB
15642001-07-25 Dave Brolley <brolley@redhat.com>
1565
1566 * app.c (LEX_IS_PARALLEL_SEPARATOR): New macro.
1567 (IS_PARALLEL_SEPARATOR): New macro.
1568 (do_scrub_begin): Set up characters in tc_parallel_separator_chars
1569 as LEX_IS_PARALLEL_SEPARATOR, if it is defined.
1570 (do_scrub_chars): Handle LEX_PARALLEL_SEPARATOR chars like
1571 LEX_LINE_SEPARATOR except that we go to state 1 (as if the label has
1572 been seen).
1573
3817f222
AM
15742001-07-24 Alan Modra <amodra@bigpond.net.au>
1575
1576 * Makefile.am (DEP_FLAGS): Define, add -DOBJ_MAYBE_ELF.
1577 (DEP1, DEPTC, DEPOBJ, DEP2): Use it.
1578 Update dependencies with "make dep-am".
1579 * Makefile.in: Regenerate.
1580 * doc/Makefile.in: Regenerate.
1581
07726851
KH
15822001-07-23 Kazu Hirata <kazu@hxi.com>
1583
1584 * config/tc-alpha.h: Fix formatting.
1585 * config/tc-arc.c: Likewise.
1586 * config/tc-d10v.h: Likewise.
1587 * config/tc-hppa.c: Likewise.
1588 * config/tc-i370.c: Likewise.
1589 * config/tc-i386.h: Likewise.
1590 * config/tc-i960.h: Likewise.
1591 * config/tc-ia64.c: Likewise.
1592 * config/tc-ia64.h: Likewise.
1593 * config/tc-m32r.c: Likewise.
1594 * config/tc-m68k.c: Likewise.
1595 * config/tc-m88k.c: Likewise.
1596 * config/tc-ns32k.c: Likewise.
1597 * config/tc-pdp11.c: Likewise.
1598 * config/tc-pj.h: Likewise.
1599 * config/tc-s390.c: Likewise.
1600 * config/tc-sparc.c: Likewise.
1601 * config/tc-sparc.h: Likewise.
1602 * config/tc-tic80.c: Likewise.
1603 * config/tc-w65.h: Likewise.
1604
ac62c346
AM
16052001-07-23 Alan Modra <amodra@bigpond.net.au>
1606
1607 * symbols.c (S_GET_VALUE): Don't treat O_constant and local
1608 symbols specially. Always resolve, adding fr_address to value.
1609 * write.c (write_object_file): Don't add fr_address to sym values.
1610 (relax_frag): Likewise.
1611 (relax_segment): Likewise.
1612 * config/obj-ieee.c (do_symbols): Likewise.
1613 * config/tc-cris.c (md_convert_frag): Likewise.
1614 * config/tc-fr30.c (md_convert_frag): Likewise.
1615 * config/tc-i386.c (md_convert_frag): Likewise.
1616 * config/tc-m32r.c (md_convert_frag): Likewise.
1617 * config/tc-m68hc11.c (md_convert_frag): Likewise.
1618 * config/tc-mcore.c (md_convert_frag): Likewise.
1619 * config/tc-mips.c (mips16_extended_frag): Likewise.
1620 * config/tc-ns32k.c (md_convert_frag): Likewise.
1621 * config/tc-m68k.c (md_convert_frag_1): Likewise.
1622 (BRANCHBWL, BRABSJUNC, BRABSJCOND, BRANCHBW, FBRANCH, DBCCLBR,
1623 DBCCABSJ, PCREL1632, PCINDEX, ABSTOPCREL): Decrement.
1624 (md_relax_table): Remove first four entries. Format.
1625 (md_estimate_size_before_relax): Remove old_fix. Don't bother
1626 setting fr_var. Simplify byte branch checks.
1627
677537c1
AM
16282001-07-23 Alan Modra <amodra@bigpond.net.au>
1629
1630 * config/tc-hppa.c (pa_parse_nonneg_cmpsub_cmpltr): Remove
1631 "isbranch" param as all calls have it set.
1632 (pa_parse_neg_cmpsub_cmpltr): Likewise.
1633 (pa_parse_nonneg_add_cmpltr): Likewise. Remember result of
1634 strcasecmp in "nullify" var.
1635 (pa_parse_neg_add_cmpltr): Likewise.
1636 (pa_ip): Don't "save_s" unnecessarily. Update calls to above
1637 functions. Don't print wrong conditions in error messages.
1638
c745b67a
AJ
16392001-07-23 Andreas Jaeger <aj@suse.de>
1640
1641 * config/tc-s390.c (s390_force_relocation): Removed.
1642
1643 * config/tc-s390.h: Remove double declaration of
1644 TC_FORCE_RELOCATION.
1645
2b3c5a5d
L
16462001-07-22 H.J. Lu <hjl@gnu.org>
1647
1648 * config/tc-mips.c (s_mips_end): Remove unused variables.
1649 (s_mips_frame): Add ATTRIBUTE_UNUSED.
1650
f27a3839
AS
16512001-07-17 Andreas Schwab <schwab@suse.de>
1652
1653 * config/tc-m68k.c (md_pseudo_table) [OBJ_ELF]: Add .file and
1654 .loc.
1655 (md_assemble) [OBJ_ELF]: Call dwarf2_emit_insn before emitting
1656 insn.
1657 * config/tc-m68k.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
1658
5bae9b28
MG
16592001-07-17 matthew green <mrg@eterna.com.au>
1660
1661 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
1662 TE_NetBSD.
1663 (line_comment_chars): Set to '/' if TE_NetBSD.
1664
7ed28e65
MG
16652001-07-14 matthew green <mrg@eterna.com.au>
1666
1667 * configure.in (i386-*-netbsdelf*): New target.
92c077a3 1668 * configure: Regenerate.
7ed28e65 1669
bdbe95c8
NC
16702001-07-10 Mark Elbrecht <snowball3@softhome.net>
1671
1672 * config/obj-coff.c (coff_frob_symbol): Don't merge if the storage
1673 class of the non-debug symbol is C_NULL.
1674
15dcfbc3
NC
16752001-07-10 Anders Norlander <anorland@synergenix.se>
1676
1677 * doc/as.texinfo (Incbin): Fix grammatical errors.
1678
f740e790
NC
16792001-07-10 Nick Clifton <nickc@cambridge.redhat.com>
1680
1681 * depend.c: Use FOPEN_.. macros in calls to fopen().
1682 * input-file.c: As above.
1683 * itbl-ops.c: As above.
1684 * listing.c: As above.
1685 * output-file.c: As above.
1686 * read.c: As above.
1687
7e005732
NC
16882001-07-08 Anders Norlander <anorland@synergenix.se>
1689
1690 * read.c (s_incbin): New .incbin function.
1691 * read.c (potable): Add "incbin" pseudo-op.
1692 * read.h: Add s_incbin prototype.
1693 * doc/as.texinfo (incbin): Document .incbin pseudo-op.
1694 * NEWS: Mention new feature.
1695
ae341099
NC
16962001-07-07 Nick Clifton <nickc@cambridge.redhat.com>
1697
1698 * ecoff.c (add_file): Only set debug_type to DEBUG_NONE if it is
1699 DEBUG_UNSPECIFIED.
1700
002de68b
JH
17012001-07-06 John Healy <jhealy@redhat.com>
1702
1703 * cgen.c (gas_cgen_save_fixups): Modified to allow more than one
1704 set of fixups to be stored.
1705 (gas_cgen_restore_fixups): Modified to allow the fixup chain to be
1706 restored to be chosen from any that are saved.
1707 (gas_cgen_swap_fixups): Modified to allow the current set of
1708 fixups to be swapped with any other set that has been saved.
1709 (gas_cgen_initialize_saved_fixups_array): New routine.
1710 * cgen.h: Modifed prototypes for gas_cgen_save_fixups,
1711 gas_cgen_restore_fixups, and gas_cgen_swap_fixups. Added definitions
1712 or MAX_SAVED_FIXUP_CHAINS.
1713 * config/tc-m32r.c (assemble_two_insns): Changed calls to fixup
1714 store, swap and restore fuctions to reflect the new interface.
1715
7099f9f9
NC
17162001-07-06 Nick Clifton <nickc@cambridge.redhat.com>
1717
1718 * config/tc-m68k.c (md_estimate_size_before_relax): Catch and
1719 ignore empty, ineffectual alignment frags when deciding if a
1720 branch can be short.
1721
557debba
JW
17222001-07-05 Steve Ellcey <sje@cup.hp.com>
1723
1724 * config/tc-ia64.c (special_section): Add SPECIAL_SECTION_INIT_ARRAY
1725 and SPECIAL_SECTION_FINI_ARRAY.
1726 (special_section_name): Add .init_array and .fini_array.
1727 (md_pseudo_table): Add init_array and fini_array.
1728 (md): Add pointer_size and pointer_size_shift fields.
1729 (setup_unwind_header): New static function.
1730 (output_unw_records): Modify to use setup_unwind_header.
1731 (generate_unwind_image, dot_endp): Modify to use md.pointer_size and
1732 md.pointer_size_shift.
1733 (md_begin): Initialize md.pointer_size and md.pointer_size_shift.
1734
4ad09363
BE
17352001-07-05 Ben Elliston <bje@redhat.com>
1736
464bb47c
BE
1737 * README (Supported platforms): m88k no longer suffers bitrot.
1738
4ad09363
BE
1739 * config/tc-m88k.c (md_pseudo_table): Remove redundant "global".
1740
7fb088be
AM
17412001-07-05 Alan Modra <amodra@bigpond.net.au>
1742
1743 * struc-symbol.h (struct local_symbol): Rename lsy_offset to
1744 lsy_value. Correct typos in comments.
1745 * symbols.c (local_symbol_make): Update for name change.
1746 (local_symbol_convert): Likewise.
1747 (colon): Likewise.
1748 (S_GET_VALUE): Likewise.
1749 (S_SET_VALUE): Likewise.
1750 (print_symbol_value_1): Likewise.
1751 (resolve_symbol_value): Likewise. Don't divide local sym values
1752 by OCTETS_PER_BYTE twice.
1753
3e37788f
JW
17542001-07-04 Jim Wilson <wilson@redhat.com>
1755
87885043
JW
1756 * config/tc-ia64.c (md_pseudo_table): Add 2byte, 4byte, and 8byte.
1757
3e37788f
JW
1758 * config/tc-ia64.c (is_conditional_branch): Rewrite to exclude mod
1759 sched branches.
1760
81b0b3f1
BE
17612001-07-05 Ben Elliston <bje@redhat.com>
1762
2a1e2a6d
BE
1763 * read.c (s_fill): Correct spelling error in comments.
1764
81b0b3f1
BE
1765 * doc/c-m88k.texi: New file.
1766 * doc/Makefile.am (CPU_DOCS): Add c-m88k.texi.
1767 * doc/Makefile.in: Regenerate.
1768 * doc/all.texi: Set M880X0.
1769 * doc/as.texinfo: Hook in m88k-dependent documentation.
1770
18ae5d72
EC
17712001-07-04 Eric Christopher <echristo@redhat.com>
1772
1773 * doc/c-mips.texi (MIPS Opts): Document 12000 as valid cpu.
1774
1775 * config/tc-mips.c (mips_cpu_info_table): Add rm5200, rm5231, rm5261,
1776 and rm5721 as valid cpu strings.
1777 (md_show_usage): Add rm5200, rm5231, rm5261, rm5721.
1778
7461da6e
RS
17792001-07-04 Richard Sandiford <rsandifo@redhat.com>
1780
1781 * config/tc-mips.c (md_apply_fix): Prevent addend from becoming zero
1782 if it's expected to be non-zero.
1783
87548816
NC
17842001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1785
7bcad3e5
NC
1786 * config/tc-sh.c (sh_frob_section): Replace symbol_get_frag() with
1787 fscan->fx_frag.
1788
87548816 1789 * write.c (TC_FINALIZE_SYMS_BEFORE_SIZE_SEG): Default to 1.
ac62c346
AM
1790 (write_object_file): Set finalize_syms to
1791 TC_FINALIZE_SYMS_BEFORE_SIZE_SEG just before size_segs is
1792 called.
87548816 1793
acebd4ce 1794 * doc/internals.texi: Document
18ae5d72 1795 TC_FINALIZE_SYMS_BEFORE_SIZE_SEG.
87548816 1796
99a814a1
AM
17972001-07-02 Alan Modra <amodra@bigpond.net.au>
1798
1799 * config/tc-ppc.c: Formatting fixes.
1800
bd59b34f
BE
18012001-07-01 Ben Elliston <bje@redhat.com>
1802
1803 * config/tc-m88k.c: Back out warning fixes from 2001-06-24, as
1804 they cause some subtle breakage. Will fix them again later.
1805
e237d851
NC
18062001-06-28 Nick Clifton <nickc@cambridge.redhat.com>
1807
1808 * config/obj-coff.c (obj_coff_ln): Treat a .ln directive
1809 outside of a function as a .appline directive.
1810
ec68c924
EC
18112001-06-28 Eric Christopher <echristo@redhat.com>
1812 H.J. Lu <hjl@gnu.org>
1813
551b1d89
BE
1814 * config/tc-mips.c (mips_arch): New. Use mips_arch instead
1815 of mips_cpu for the ISA selection.
1816 (md_longopts): Add OPTION_MARCH and OPTION_MTUNE.
1817 (md_parse_option): Handle OPTION_MARCH and OPTION_MTUNE.
ec68c924
EC
1818 (mips_tune): New. Use mips_tune for scheduling and optimization
1819 issues.
1820 (append_insn): Use mips_tune and mips_arch.
1821 (macro_build): Ditto.
1822 (mips_ip): Ditto.
1823 (md_begin): Handle mips_arch, mips_tune and mips_cpu. For
1824 backwards compatability mips_cpu generates arch and tune.
1825 (md_show_usage): Document new behavior.
1826
1827 * doc/c-mips.texi (MIPS Opts): Document -march and -mtune.
1828 Deprecate -mcpu.
1829
1830 * NEWS: Update.
1831
d8273442
NC
18322001-06-27 Nick Clifton <nickc@cambridge.redhat.com>
1833
38b87a1b
NC
1834 * write.c (write_object_file): Do not set finalize_syms until
1835 after the segments have been sized. Some backends may still
1836 need to access the syms's frags in order to adjust relaxed
1837 frags.
1838
d8273442
NC
1839 * config/tc-arm.c (do_ldst): Use MVN to build simple inverted
1840 constants.
1841
1a16aca4
AM
18422001-06-27 Alan Modra <amodra@bigpond.net.au>
1843
1844 * write.c (fixup_segment <Difference of 2 syms same seg>): Don't
1845 subtract MD_PCREL_FROM_SECTION for 68k.
1846 (fixup_segment <Difference of 2 syms different seg>): Only fudge
1847 by adding MD_PCREL_FROM_SECTION for 68k or if not already pcrel.
1848
d48019e0
AM
18492001-06-27 Tracy A. Kuhrt <Tracy.Kuhrt@microchip.com>
1850
1851 * write.c (fixup_segment <Difference of 2 syms same seg>): If
1852 pcrel, subtract MD_PCREL_FROM_SECTION value.
1853
37ffda10
BE
18542001-06-24 Ben Elliston <bje@redhat.com>
1855
1856 * stabs.c (generate_asm_file): Make local variable `len' a size_t.
1857
6f112c47
JJ
18582001-06-24 Jakub Jelinek <jakub@redhat.com>
1859
1860 * config/tc-alpha.c (tc_gen_reloc): Handle relocs against SEC_MERGE
1861 section symbols the same way as externs.
1862
a181d81e
BE
18632001-06-24 Ben Elliston <bje@redhat.com>
1864
453520d7
BE
1865 * config/tc-m88k.c (md_number_to_imm): Remove; unused since 1993.
1866 (emit_relocations): Ditto.
1867 (s_bss): Ditto.
1868 (md_begin): Reformat comments to conform to the GNU standards.
1869 (md_assemble): Ditto.
1870
e21e484e
BE
1871 * config/tc-m88k.c (get_reg): Adjust type of `reg_prefix' to char.
1872 (md_parse_option): Mark parameters as unused.
1873 (md_show_usage): Ditto.
1874 (calcop): Adjust type of `reg_prefix' to char.
1875 (get_reg): Ditto.
1876 (getval): Adjust type of local `c' to char.
1877 (md_create_short_jump): Mark from_addr, to_addr params as unused.
1878 (md_create_long_jump): Ditto.
1879 (md_estimate_size_before_relax): Mark parameters as unused.
453520d7 1880
a181d81e
BE
1881 * config/tc-m88k.c (md_pseudo_table): Properly terminate the table
1882 to allay a possible compiler warning.
1883
dd9b19ab
NC
18842001-06-22 Nick Clifton <nickc@cambridge.redhat.com>
1885
1886 * doc/internals.texi (CPU backend): Document md_atof.
1887
8be31359
NC
18882001-06-22 Matthew Wilcox <willy@ldl.fc.hp.com>
1889
d48019e0
AM
1890 * config/tc-hppa.c (pre_defined_registers): Add %mrp (millicode
1891 return pointer) alias for %r2 or %r31, depending on 32 or 64 bit
1892 architecture.
8be31359 1893
1cac9012
NC
18942001-06-21 Philip Blundell <philb@gnu.org>
1895
1896 * config/tc-arm.c (cplong_flag): Rename to long_flag. All uses
1897 updated.
1898 (insns): Remove entry for adrl. Add long_flag for adr.
1899 (do_adr): Handle `l' suffix.
1900 (do_adrl): Delete.
1901
b091f402
AM
19022001-06-21 Alan Modra <amodra@bigpond.net.au>
1903
1904 * config/tc-hppa.c (CHECK_FIELD_WHERE): Define.
1905 (md_apply_fix): Use it here. Replace printf with equivalent
1906 as_bad_where.
1907 (tc_gen_reloc): Use as_bad_where instead of as_bad.
1908 (md_apply_fix): Here too.
1909 * config/tc-i386.c (tc_gen_reloc): Use as_bad_where instead of as_bad.
1910 * config/tc-m68k.c (tc_gen_reloc): Likewise.
1911 (md_convert_frag_1): Likewise.
1912
1ad63b2f
TR
19132000-06-20 Tom Rix <trix@redhat.com>
1914
1915 * config/tc-ppc.c (ppc_comm): Change default alignment to 4 bytes.
1916
c45021f2
NC
19172001-06-18 H.J. Lu <hjl@gnu.org>
1918
ac62c346
AM
1919 * doc/Makefile.am (info): Depend on $(MANS).
1920 (as.1): Remove the prefix `$(srcdir)/'.
1921 * doc/Makefile.in: Regenerated.
c45021f2 1922
ac62c346 1923 * as.1: Removed.
c45021f2 1924
2172d73b
PB
19252001-06-18 Philip Blundell <philb@gnu.org>
1926
1927 * config/tc-arm.c (do_msr): Remove restriction on usage of
1928 immediate operands.
1929
45c500fa
AM
19302001-06-19 Alan Modra <amodra@bigpond.net.au>
1931
1932 * dwarf2dbg.c (dwarf2_finish): Output file info even when no
1933 line info.
1934
0b317b08
PB
19352001-06-13 Philip Blundell <philb@gnu.org>
1936
1937 * config/tc-arm.c (thumb_shift): Improve wording of error message.
1938 (do_t_arit): Likewise.
1939
07a7a145
NC
19402001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
1941
2bc0a128
NC
1942 * config/tc-sh.c (md_pseudo_table): Only intercept the .file and
1943 .loc pseudos if the dfwarf2 functions are available.
1944 (md_assemble): Only call dwarf2_emit_insn if it is available.
1945
07a7a145
NC
1946 * expr.c: Fix typo in comment.
1947
b131d4dc
NC
19482001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1949
1950 * doc/as.texinfo (Infix Ops): Document that comparison and
1951 combiner operators can be used as infix operators.
1952
e1f44d10
NC
19532001-06-12 Peter Jakubek <pjak@snafu.de>
1954
8a543126 1955 * config/tc-m68k.c (parse_mri_control_operand): Fix handling
ac62c346
AM
1956 of AND/OR.
1957 (swap_mri_condition): Add HS (alias fo CC) and LO (alias for CS).
1958 (reverse_mri_condition): Likewise.
1959 (swap_mri_condition): Issue warning for conditions that can not be
1960 swapped.
1961 (build_mri_control_operand): Fix order of operands (swapped).
1962 (build_mri_control_operand): Allow upper case extension in structured
1963 control directives.
1964 (s_mri_else): Likewise.
1965 (s_mri_next): Likewise.
1966 (s_mri_for): Likewise.
1967 (s_mri_if): Fix handling comment ('*') in mri mode.
1968 (s_mri_while): Likewise.
8a543126 1969 * macro.c (macro_expand): Allow macro invocation with empty
ac62c346 1970 extension.
e1f44d10 1971
3971ce95
NC
19722001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1973
1974 * config/tc-arm.c: Fix test for overlow of literal pool.
1975
63486801
L
19762001-06-11 H.J. Lu <hjl@gnu.org>
1977
1978 * NEWS: Updated for the new -n option for the MIPS assembler.
1979
1980 * config/tc-mips.c (md_show_usage): Add -n.
1981
1982 * doc/as.texinfo: Document the new -n option.
1983 * doc/c-mips.texi: Likewise.
1984 * doc/as.1: Regenerated.
1985
5dd0794d
AM
19862001-06-10 Alan Modra <amodra@bigpond.net.au>
1987
1988 * config/obj-coff.c (obj_coff_section): Formatting fix.
1989
1990 * config/tc-i386.c (md_assemble): Accept branch hints as ",pt" and
1991 ",pn".
1992
39c0a331
L
19932001-06-08 H.J. Lu <hjl@gnu.org>
1994
1995 * config/tc-mips.c (warn_nops): New variable. Set to 0 to
1996 disable warning about all NOPS that the assembler generates.
1997 (macro): Warn NOPS generated only if warn_nops is not 0.
1998 (md_shortopts): Add `n'.
1999 (md_parse_option): Set warn_nops to 1 for `n'.
2000
268f6bed
L
20012001-06-08 H.J. Lu <hjl@gnu.org>
2002
2003 * config/tc-mips.c (mips_ip): Properly handle illegal operands.
2004
ea4ff978
L
20052001-06-08 H.J. Lu <hjl@gnu.org>
2006
2007 * config/tc-mips.c (md_apply_fix): Don't adjust common
2008 extern/weak symbols for ELF.
2009 (md_estimate_size_before_relax): Treat weak like extern for
2010 ELF.
2011 (mips_fix_adjustable): Don't adjust extern/weak symbols for
2012 ELF.
2013
98aa84af
AM
20142001-06-08 Alan Modra <amodra@bigpond.net.au>
2015
2016 * Makefile.am: 'som' is not wrongly spelled 'some'.
2017 * Makefile.in: Regenerate.
2018
2019 * config/tc-mips.c (mips16_mark_labels): Reduce number of calls to
2020 S_GET_VALUE by using a temp.
c0037ab6 2021 (append_insn): Likewise, and for S_SET_VALUE too.
98aa84af
AM
2022 (mips_emit_delays): Likewise.
2023 (my_getExpression): Likewise.
2024 (md_apply_fix): Likewise. Use "valueT" rather than "long" for "value".
2025 (mips16_extended_frag): Remove code concerned with avoiding
2026 locking in a frag address now that symbols are not finalized until
2027 relaxation is complete. Cater for first relaxation pass having
2028 bogus addresses. Use relax_marker to reliably determine whether a
2029 symbol frag has been reached on the current pass.
2030
f85f789b
L
20312001-06-07 H.J. Lu <hjl@gnu.org>
2032
2033 * configure.in: Move "mips-*-linux-gnu*" before "mips-*-gnu*".
2034 * configure: Regenerate.
2035
df3bcd6f
L
20362001-06-07 H.J. Lu <hjl@gnu.org>
2037
2038 * configure.in: Use MIPS_STABS_ELF for Linux/mips and remove
2039 ecoff emulation.
2040 * configure: Regenerate.
2041
add56521
L
20422001-06-07 H.J. Lu <hjl@gnu.org>
2043
2044 * config/tc-mips.c (mips_pseudo_table): Add "extern" if
2045 MIPS_STABS_ELF is defined.
2046
6da13e9a
NC
20472001-06-06 Nick Clifton <nickc@cambridge.redhat.com>
2048
2049 * as.c (show_usage): Remove L from listing options. It is not a
2050 generic option.
2051
879db8be
NC
20522001-06-06 Christian Groessler <cpg@aladdin.de>
2053
c0037ab6 2054 * config/tc-z8k.c: Removed many warnings by removing unused
879db8be
NC
2055 variables and tagging unused parameters as such.
2056 (md_begin): Fixed a typo (","instead of ";").
2057 (struct ctrl_table): Add parentheses to initialize array
2058 correctly.
2059 (struct flag_table): Likewise.
2060 (struct intr_table): Likewise.
2061 (struct table): Likewise.
2062 (check_operand): "#if 0"'ed since it doesn't seem to be used.
2063
98b32482
NC
20642001-06-06 Peter Jakubek <pjak@snafu.de>
2065
8a543126 2066 * config/tc-m68k.c (md_show_usage): Add all supported ColdFire
98b32482
NC
2067 options to list (e.g. m5206e, m5307, m5407).
2068
6e139bf0
AM
20692001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
2070
2071 * config/tc-s390.h (TC_FORCE_RELOCATION): Always emit relocations
2072 BFD_RELOC_VTABLE_INHERIT and BFD_RELOC_VTABLE_ENTRY.
2073
cb9401fc
AM
20742001-06-06 Alan Modra <amodra@bigpond.net.au>
2075
2076 * config/tc-i386.c (md_assemble): Handle Pentium4 branch hints.
2077 <JumpByte, JumpDword insn output>: Remove dead code.
2078
3c5cdb54
AM
20792001-06-06 Tracy Kuhrt <Tracy.Kuhrt@microchip.com>
2080
2081 * as.c (parse_args): Correct option name "listing-lhs-width2".
2082
92ed29ef
NC
20832001-06-05 Nick Clifton <nickc@cambridge.redhat.com>
2084
2085 * symbols.c (S_SET_EXTERNAL): Do not override a section symbol's
2086 status.
2087
371b7465
RH
20882001-05-30 Richard Henderson <rth@redhat.com>
2089
2090 * read.c (emit_leb128_expr): Call md_cons_align.
2091
0f2712ed
NC
20922001-05-28 Jeff Sturm <jsturm@one-point.com>
2093
2094 * config/tc-sparc.c (md_apply_fix3): Handle BFD_RELOC_SPARC_UA16,
2095 BFD_RELOC_SPARC_UA32 and BFD_RELOC_SPARC_UA64.
2096 (tc_gen_reloc): Likewise.
2097 (sparc_cons_align): Don't clear sparc_no_align_cons.
c0037ab6 2098 (cons_fix_new_sparc): Substitute BFD_RELOC_SPARC_UA{16|32|64} for
0f2712ed
NC
2099 BFD_RELOC_{16|32|64} iff sparc_no_align_cons is set.
2100
fbe572f9
AM
21012001-05-27 Alan Modra <amodra@one.net.au>
2102
9e40345d
AM
2103 * write.c (relax_segment <rs_space>): Check the section of a
2104 symbol to determine whether it is absolute rather than comparing
2105 its frag against zero_address_frag as listings play tricks with
2106 frags.
2107
fbe572f9
AM
2108 * config/tc-m68k.c (md_assemble): Ensure variable part of frag is
2109 allocated in the same chunk as the fixed part.
2110
54d3cad9
AM
21112001-05-26 Alan Modra <amodra@one.net.au>
2112
2113 * write.c (relax_segment <rs_space>): Calculate growth using
2114 addresses before stretch. Prevent repeated error messages.
2115 From Peter Jakubek <pjak@snafu.de>
2116 Use as_bad_where and as_warn_where to pinpoint errors.
2117
766c03c9
AM
21182001-05-25 Alan Modra <amodra@one.net.au>
2119
05bdb37e
AM
2120 * symbols.c (resolve_symbol_value): Always set segment, even when
2121 not finalizing symbol value.
2122
1cd55018
AM
2123 * config/obj-ieee.c (write_object_file): Set finalize_syms.
2124 * config/obj-coff.c (write_object_file): Likewise.
2125 * (size_section): Remove rs_space assert as fr_symbol is no longer
2126 removed.
2127 (fill_section): Likewise.
2128
c709b096
AM
2129 * configure.in: Replace linuxoldld with linux*oldld.
2130 * configure: Regenerate.
2131
b58c9faf
AM
2132 From 2.11 branch 2001-03-30 Richard Henderson <rth@redhat.com>
2133 * config/tc-i386.c (md_convert_frag): Don't die on local symbols
2134 that have been finalized.
2135
c89c8534
AM
2136 * symbols.c (resolve_symbol_value): Clear sy_resolving before
2137 taking exit_dont_set_value.
2138
54d3cad9
AM
2139 * write.c (relax_segment <rs_space>): Don't zap fr_symbol when
2140 relaxing.
766c03c9 2141
6877bb43
TR
21422000-05-24 Tom Rix <trix@redhat.com>
2143
5dd0794d 2144 * config/obj-coff.c (add_lineno): xcoff allows negative line
6877bb43 2145 numbers
5dd0794d 2146 * config/tc-ppc.c (ppc_stabx): fix generated symbol
c0037ab6 2147
e027f3e8
AM
21482001-05-24 Alan Modra <amodra@one.net.au>
2149
2150 * write.c (write_object_file): Set finalize_syms = 1 before
2151 size_seg is called.
2152
d1cf510e
NC
21532001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2154
2155 * config/tc-mips.c (ISA_HAS_64BIT_REGS): Add ISA_MIPS64 as 64 bit
2156 architecture, remove erraneous ISA_MIPS32.
2157 (md_show_usage): Add MIPS r12k support.
2158 (mips_cpu_info_table): Add MIPS r12k support.
c0037ab6 2159
507c8a1a
AM
21602001-05-22 Alan Modra <amodra@one.net.au>
2161
2d0441d9
AM
2162 * config/tc-arc.c (md_assemble): Use is_end_of_line instead of
2163 testing for NULs.
2164
6386f3a7
AM
2165 * symbols.c (resolve_symbol_value): Remove "finalize" param,
2166 instead use finalize_syms directly. Don't treat expressions
2167 specially with regard to finalize_syms. Update calls to self.
2168 (resolve_local_symbol): Update call to resolve_symbol_value.
2169 (S_GET_VALUE): Likewise. Return resolve_symbol_value if
2170 !finalize_syms.
2171 * symbols.h (resolve_symbol_value): Update prototype.
2172 * config/obj-aout.c (obj_crawl_symbol_chain): Update call
2173 to resolve_symbol_value.
2174 * config/obj-bout.c (obj_crawl_symbol_chain): Likewise.
2175 * config/obj-coff.c (do_relocs_for): Likewise.
2176 (yank_symbols): Likewise.
2177 (fixup_segment): Likewise.
2178 * config/obj-vms.c (obj_crawl_symbol_chain): Likewise.
2179 * config/tc-mips.c (md_convert_frag): Likewise.
2180 * config/tc-ppc.c (ppc_frob_symbol): Likewise.
2181 (ppc_fix_adjustable): Likewise.
2182 * dwarf2dbg.c (dwarf2dbg_estimate_size_before_relax): Likewise.
2183 (dwarf2dbg_convert_frag): Likewise.
2184 * ehopt.c (eh_frame_estimate_size_before_relax): Likewise.
2185 (eh_frame_convert_frag): Likewise.
2186 * expr.c (make_expr_symbol): Likewise.
2187 * write.c (adjust_reloc_syms): Likewise.
2188 (write_object_file): Likewise.
2189 (relax_segment): Likewise.
2190 (fixup_segment): Likewise.
2191 (finalize_syms): Init to zero, and update comment.
2192 (write_object_file): Set finalize_syms to 1 rather than 2.
2193 * doc/internals.texi (sy_value): Mention finalize_syms.
2194 (S_GET_VALUE): Remove restriction on when S_GET_VALUE can be called.
2195
c801568a
AM
2196 * config/tc-m68k.c (relaxable_symbol): Only treat external symbols
2197 as relaxable if embedded system, make weak syms non-relaxable.
2198 Move definition..
2199 (tc_m68k_fix_adjustable): ..so it can be used here.
2200 (md_apply_fix_2): Sign extend without conditional.
2201
507c8a1a
AM
2202 * config/tc-v850.c: Update copyright.
2203
aaa4f6d9
JJ
22042001-05-16 Jeff Johnston <jjohnstn@redhat.com>
2205
c0037ab6
AM
2206 * cgen.c (gas_cgen_tc_gen_reloc): Changed error message when
2207 howto entry is not found.
aaa4f6d9 2208
7e8f4100
AO
22092001-05-15 Alexandre Oliva <aoliva@redhat.com>
2210
2211 * config/tc-mn10300.c (mn10300_force_relocation): Don't
2212 optimize differences between symbols in code sections to
2213 constants.
2214 (mn10300_fix_adjustable): Don't adjust to section+offset
2215 relocations pointing at symbols in code sections.
2216
9fcc94b6
AM
22172001-05-16 Alan Modra <amodra@one.net.au>
2218
2219 * config/tc-arc.c (md_assemble): Correct dwarf2_emit_insn param
2220 for 8 byte insns.
2221 * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn before
2222 opcodes are output rather than after. Delete insn_size.
2223 * config/tc-v850.c (md_assemble): Similarly, but delete
2224 total_insn_size.
2225
de1cb007
RH
22262001-05-14 Richard Henderson <rth@redhat.com>
2227
2228 * ehopt.c (eh_frame_convert_frag): Fix missed subtype adjustment
2229 last change.
2230
67a659f6
RH
22312001-05-14 Richard Henderson <rth@redhat.com>
2232
2233 * ehopt.c (get_cie_info): Rename from eh_frame_code_alignment;
2234 also collect whether to expect an FDE augmentation.
2235 (check_eh_frame): Rewrite as a state machine. Track where in
2236 an FDE we are located, skip any augmentation.
2237 (eh_frame_estimate_size_before_relax): Get code alignment from
2238 the fragment subtype.
2239 (eh_frame_relax_frag, eh_frame_convert_frag): Likewise.
2240 * read.c (emit_leb128_expr): Call check_eh_frame.
2241
076dc439
AO
22422001-05-14 Alexandre Oliva <aoliva@redhat.com>
2243
2244 * config/tc-mn10300.c (md_assemble): Anchor dwarf2 line info
2245 before a relaxable insns.
2246
4e75439a
AO
22472001-05-13 Alexandre Oliva <aoliva@redhat.com>
2248
2249 * config/tc-mn10300.c (tc_gen_reloc): Don't reject differences
2250 between symbols if the base symbol is in the current section;
2251 emit a PC-relative relocation instead.
2252
bcee8eb8
AM
22532001-05-12 Peter Targett <peter.targett@arccores.com>
2254
2255 * config/tc-arc.c: Update copyright and tidy source comments.
2256 (md_pseudo_table): Add directive .cpu back as an alias for
2257 .option. Add .file and .line for dwarf2 support.
2258 (arc_mach_type): Make bfd_mach_arc_6 default.
2259 (md_longopts): Add entry 'pre-v6' representing old command line
2260 option when assembling for 'arc5' core versions.
2261 (md_parse_option): Make OPTION_ARC same as OPTION_ARC6, for new
2262 default behaviour.
2263 (arc_code_symbol): Make symbol value for @h30 fixup expression
2264 equal to O_constant.
2265 (md_assemble): Call dwarf2_emit_insn.
2266 Include "dwarf2dbg2.h". Formatting fixes throughout file.
2267 * config/tc-arc.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
bcee8eb8
AM
2268 * doc/c-arc.texi (ARC_CORE_DEFAULT): Update to new default.
2269
579f31ac
JJ
22702001-05-11 Jakub Jelinek <jakub@redhat.com>
2271
2272 * config/tc-ia64.c (special_linkonce_name): New.
2273 (make_unw_section): Map .gnu.linkonce.t.FOO text section into
2274 .gnu.linkonce.ia64unw{,i}.FOO.
2275 (ia64_elf_section_type): Handle .gnu.linkonce.ia64unw{,i}.FOO.
2276 (dot_endp): Add comment about it.
2277
15f65ae4
NC
22782001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
2279
c0037ab6 2280 * config/tc-arm.c (arm_handle_align): When truncating an aligned
15f65ae4
NC
2281 block, ensure that the low order bits of the alignment are
2282 preserved.
2283
606ab118
AM
22842001-05-10 Alan Modra <amodra@one.net.au>
2285
2286 * config/obj-vms.c (obj_crawl_symbol_chain): Don't take address of
2287 symbol_next.
2288
2289 * config/tc-fr30.c (md_estimate_size_before_relax): Return size of
2290 current variable part of frag.
2291 * config/tc-m32r.c (md_estimate_size_before_relax): Likewise.
2292 * config/tc-openrisc.c (md_estimate_size_before_relax): Likewise.
2293 * config/tc-m68hc11.c (RELAX_STATE): Define.
2294 (RELAX_LENGTH): Define.
2295 (md_estimate_size_before_relax): Handle non-relaxable cases
2296 separately from relaxable cases for clarity, and return correct
2297 size for multi-pass relaxation.
2298 * config/tc-tahoe.c (RELAX_LENGTH): Correct.
2299 (md_estimate_size_before_relax): As for tc-m68hc11.c.
2300 (md_convert_frag): Remove "length_code".
2301 * config/tc-vax.c (RELAX_STATE): Define.
2302 (RELAX_LENGTH): Define.
2303 (md_relax_table): Add missing entry.
2304 (md_estimate_size_before_relax): As for tc-m68hc11.c.
2305 (md_convert_frag): Remove "length_code".
2306 * config/tc-ns32k.c (md_estimate_size_before_relax): Simplify and
2307 don't bother setting fr_var. Return correct size for multi-pass
2308 relaxation.
2309 * config/tc-v850.c (md_estimate_size_before_relax): Rewrite.
2310 (md_convert_frag): Don't bother clearing fr_var.
2311 (md_pseudo_table): Correct initialization.
2312 * config/tc-h8500.c (md_convert_frag): Don't bother clearing fr_var.
2313 (md_estimate_size_before_relax): No need to set fr_var.
2314 * config/tc-mcore.c (md_convert_frag): Don't bother clearing fr_var.
2315 (md_estimate_size_before_relax): No need to set fr_var.
2316
1f23ade4
RH
23172001-05-09 Richard Henderson <rth@redhat.com>
2318
2319 * config/tc-ia64.c (generate_unwind_image): Align the fragment
2320 beginning a function's unwind info block.
2321
96f37af6
AO
23222001-05-09 Alexandre Oliva <aoliva@redhat.com>
2323
2324 * config/tc-mn10300.c (md_apply_fix3): Accept PC-relative relocs.
2325
8390138c
AS
23262001-05-08 Andreas Schwab <schwab@suse.de>
2327
2328 * config/tc-m68k.c: Instead of replacing -1 by 64 in assignment to
2329 fx_pcrel_adjust explicitly sign extend when reading it.
2330
5c65dbc1
AM
23312001-05-08 Alan Modra <amodra@one.net.au>
2332
2333 * config/tc-m68k.c (md_estimate_size_before_relax): Set fr_var
2334 from md_relax_table, and combine some switch cases.
2335
a7c92dae
AO
23362001-05-06 Alexandre Oliva <aoliva@redhat.com>
2337
2338 * config/tc-mn10300.c (md_assemble): Subtract operand->shift
2339 from offset in non-pcrel operands too.
2340
d8708f40
NC
23412001-05-06 Nick Clifton <nickc@cambridge.redhat.com>
2342
2343 * config/tc-arm.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
2344 * config/tc-arm.c (arm_handle_align): Do not insert more than
2345 MAX_MEM_FOR_RS_ALIGN_CODE bytes.
2346 (arm_frag_align_code): Use MAX_MEM_FOR_RS_ALIGN_CODE.
2347
3438adb3
AM
23482001-05-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2349
2350 * Makefile.am (TARG_ENV_HFILES): Add te-hppa64.h and te-hppalinux64.h.
2351 Run "make dep-am".
2352 * Makefile.in: Regenerate.
2353 * configure.in: Remove duplicate mips-*-ecoff* entry.
2354 * configure: Regenerate.
2355
2356 * config/obj-ecoff.c (obj_pseudo_table): Fix terminating entry.
2357 (n_names): Cast away type mismatch.
2358 (ecoff_sec_sym_ok_for_reloc): Add unused attribute.
2359 (obj_ecoff_frob_symbol): Likewise.
2360 * ecoff.c: (add_file): Add unused attribute.
2361 (ecoff_directive_begin): Likewise.
2362 (ecoff_directive_bend): Likewise.
2363 (ecoff_directive_def): Likewise.
2364 (ecoff_directive_dim): Likewise.
2365 (ecoff_directive_scl): Likewise.
2366 (ecoff_directive_size): Likewise.
2367 (ecoff_directive_type): Likewise.
2368 (ecoff_directive_tag): Likewise.
2369 (ecoff_directive_val): Likewise.
2370 (ecoff_directive_endef): Likewise.
2371 (ecoff_directive_end): Likewise.
2372 (ecoff_directive_ent): Likewise.
2373 (ecoff_directive_extern): Likewise.
2374 (ecoff_directive_file): Likewise.
2375 (ecoff_directive_fmask): Likewise.
2376 (ecoff_directive_frame): Likewise.
2377 (ecoff_directive_mask): Likewise.
2378 (ecoff_directive_loc): Likewise.
2379 (mark_stabs): Likewise.
2380 (ecoff_stab): Likewise.
2381 (ecoff_frob_symbol): Cast away type mismatch.
2382 (ecoff_padding_adjust): Likewise.
2383 (ecoff_build_symbols): Likewise.
2384 (ecoff_build_procs): Likewise.
2385 (ecoff_build_aux): Likewise.
2386 (ecoff_build_strings): Likewise.
2387 (ecoff_build_fdr): Likewise.
2388 (ecoff_build_debug): Likewise.
2389 * itbl-ops.c (itbl_assemble): Variable initialization.
2390
636c26b0
AM
23912001-05-03 Alan Modra <amodra@one.net.au>
2392
2393 * config/tc-i386.c (i386_displacement): Call as_bad for bad GOTOFF
2394 expressions rather than triggering an assert.
2395
c7e40348
NC
23962001-05-02 Johan Rydberg <jrydberg@opencores.org>
2397
3438adb3
AM
2398 * config/tc-openrisc.c: New file.
2399 * config/tc-openrisc.h: Likewise.
c7e40348 2400
3438adb3
AM
2401 * Makefile.am: Add OpenRISC target.
2402 * Makefile.in: Regenerated.
c7e40348 2403
3438adb3
AM
2404 * configure.in (openrisc-*-*): Add target.
2405 * configure: Regenerated.
c7e40348 2406
5cb1517b
NC
24072001-05-02 Nick Clifton <nickc@cambridge.redhat.com>
2408
2409 * config/tc-arm.c (arm_frag_align_code): Change error message to
2410 more explanatory version.
2411
f4ddc5e6
L
24122001-04-29 Keith M Wesolowski <wesolows@foobazco.org>
2413
2414 * config/tc-mips.c (md_parse_option): Also accept
2415 elf64-tradbigmips and elf64-tradlittlemips for OPTION_64.
2416
fa7fda74
L
24172001-04-27 David Mosberger <davidm@hpl.hp.com>
2418
2419 * config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p()
2420 argument passing order: predicate goes last, not first.
2421
87748b32
NC
24222001-04-27 Sean McNeil <sean@mcneil.com>
2423
2424 * configure.in: Add arm-vxworks.
2425 * configure: Regenerate.
2426
16a0c2d4
NC
24272001-04-26 Nick Clifton <nickc@cambridge.redhat.com>
2428
2429 * config/tc-arm.c (arm_handle_align): New Function: Generate
2430 no-op filled alignment frags.
2431 (arm_frag_align_code): New Function: Create a code alignment frag.
2432 (arm_init_frag): New Function: Initialse the target dependent
2433 parts of a frag.
2434
2435 * config/tc-arm.h (TC_FRAG_TYPE): Define.
2436 (TC_FRAG_INIT): Define.
2437 (HANDLE_ALIGN): Define.
2438 (md_do_align): Define.
2439
ea3b9044
NC
24402001-04-25 Nick Clifton <nickc@cambridge.redhat.com>
2441
2442 * config/obj-coff.c (do_linenos_for): Check to see if the filename
2443 symbol has been initialised before extracting its symbol index.
2444
d6d788bd
L
24452001-04-24 H.J. Lu <hjl@gnu.org>
2446
2447 * configure: Regenerated with the right version of autoconf.
2448
6840198f
NC
24492001-04-24 Christian Groessler <cpg@aladdin.de>
2450
2451 * config/tc-z8k.c (build_bytes): 12 and 16 bit displacements now
2452 generate R_CALLR and R_REL16 relocations
2453
1c97d17b
JE
24542000-04-20 Jason Eckhardt <jle@redhat.com>
2455
2456 * config/tc-d10v.h (tc_frob_label): Update the symbol's frag
2457 since frag_now can change after d10v_cleanup is called.
2458
1c33f1da
DB
24592001-04-16 David O'Brien <obrien@FreeBSD.org>
2460
2461 * configure.in: Add the em type for FreeBSD targets.
2462 * configure: Regenerate.
2463
eb0dfd58
AO
24642001-04-14 Alexandre Oliva <aoliva@redhat.com>
2465
8c5e1ccd
AO
2466 * struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE.
2467 * symbols.c (local_symbol_convert): Call TC_LOCAL_SYMFIELD_CONVERT.
2468
eb0dfd58
AO
2469 * config/tc-mn10300.c (md_assemble): Simplify offset adjustment of
2470 pc-relative relocations not placed at the end of the instruction.
2471
1deb8127
JW
24722001-04-13 Jim Wilson <wilson@redhat.com>
2473
2474 * tc-ia64.c (is_conditional_branch): Return true for br, brl, and br.
2475 excluding br.i.
2476
f5fa8ca2
JJ
24772001-04-13 Jakub Jelinek <jakub@redhat.com>
2478
2479 * config/obj-elf.c (obj_elf_change_section): Add entsize argument,
2480 handle SHF_MERGE and SHF_STRINGS.
2481 (obj_elf_parse_section_letters): Set SHF_MERGE and SHF_STRINGS.
2482 (obj_elf_section): Allow additional argument specifying entity size.
2483 * write.c (adjust_reloc_syms): Keep relocations against local symbols
2484 in SEC_MERGE sections.
2485
fb81275c
JM
24862001-04-12 Jason Merrill <jason_merrill@redhat.com>
2487
2488 * dwarf2dbg.c (process_entries): Don't optimize redundant line notes.
2489
a8a22e33
AO
24902001-04-12 Alexandre Oliva <aoliva@redhat.com>
2491
2492 * expr.c (operand): Pass &c to md_parse_name().
2493 * config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust.
2494
af9539e4
L
24952001-04-07 Steven J. Hill <sjhill@cotw.com>
2496
2497 * config/tc-mips.c: Support ELF64 for traditional MIPS targets.
2498
2499 * Makefile.am: (TARG_ENV_HFILES): Add tc-mips.h.
2500 * Makefile.in: Regenerated.
2501
2502 * configure.in: Use traditional MIPS targets for Linux/MIPS.
2503 * configure: Regenerated.
2504
4dfea105
AO
25052001-04-06 Alexandre Oliva <aoliva@redhat.com>
2506
2507 * config/tc-mn10300.c (xr_registers): Added `pc'.
2508
e66457fb
AM
25092001-04-05 Alan Modra <alan@linuxcare.com.au>
2510
2511 * configure.in: Add h8500-*-coff and h8500-*-rtems targets.
2512 * configure: Regenerate.
2513
2514 * config/tc-h8500.c (md_estimate_size_before_relax): Add missing
2515 cases, and always return size based on current fr_subtype.
2516 (md_begin): Move initialization of md_relax_table..
2517 (md_relax_table): ..to static initializer. Set rlx_length for
2518 UNDEF_WORD_DISP cases.
2519 * config/tc-w65.c (md_estimate_size_before_relax): Likewise.
2520 (md_begin): Likewise.
2521 (md_relax_table): Likewise.
2522 * config/tc-mcore.c (md_estimate_size_before_relax): Likewise.
2523 (md_relax_table): Set rlx_length for UNDEF_WORD_DISP cases.
2524 Set rlx_backward and rlx_forward to zero for unused states.
2525 * config/tc-sh.c (md_estimate_size_before_relax): Likewise.
2526 (md_relax_table): Set rlx_length for UNDEF_WORD_DISP cases.
2527 (UNCOND12, UNCOND32): Remove duplicate defines.
2528
aacb5251
HPN
25292001-04-04 Hans-Peter Nilsson <hp@axis.com>
2530
c335d394
HPN
2531 * config/tc-cris.c (md_estimate_size_before_relax) <case
2532 ENCODE_RELAX (STATE_CONDITIONAL_BRANCH, STATE_UNDF)>: Don't emit
2533 32-bit branch, just set fragP->fr_subtype. Set fragP->fr_var.
2534 <all cases>: Always set fragP->fr_var using md_cris_relax_table.
2535 Add cases to cover all relax states.
ed67db7a
HPN
2536 (cris_insn_first_word_frag): New.
2537 (md_assemble): Call cris_insn_first_word_frag to get the first
2538 frag in an insn, not frag_more. Don't call dwarf2_emit_insn at
2539 end. Drop variable insn_size.
2540 (gen_bdap): Call cris_insn_first_word_frag, not frag_more.
2541 (cris_sym_leading_underscore): Wrap first as_bad parameter in _().
2542 (cris_sym_no_leading_underscore, s_cris_file, s_cris_loc): Ditto.
c335d394 2543
aacb5251
HPN
2544 * write.c (write_object_file): Reset broken word state before
2545 calling relax_seg.
2546
cdbc6895
AM
25472001-03-31 Alan Modra <alan@linuxcare.com.au>
2548
61b96bb4
AM
2549 * listing.c (listing_listing): Enable listing on EDICT_NOLIST_NEXT
2550 for one line if not already enabled.
2551 * cond.c (s_elseif): Correct conditional assembly listing.
2552 (s_else): Likewise.
2553
cdbc6895
AM
2554 * cond.c (s_endif): Correct handling of "if .. elseif .." trees.
2555 Don't abort on NULL current_cframe.
2556
93c2a809
AM
25572001-03-30 Alan Modra <alan@linuxcare.com.au>
2558
0529cb87 2559 * dwarf2dbg.c (dwarf2_directive_file): Fix warnings.
1a5447b8
AM
2560 (dwarf2dbg_convert_frag): Pass `finalize_syms' to resolve_symbol_value.
2561 * config/obj-aout.c (obj_crawl_symbol_chain): Likewise.
2562 * config/obj-bout.c (obj_crawl_symbol_chain): Likewise.
2563 * config/obj-coff.c (do_relocs_for): Likewise.
2564 (yank_symbols): Likewise.
2565 (fixup_segment): Likewise.
2566 * config/tc-ppc.c (ppc_frob_symbol): Likewise.
2567 (ppc_fix_adjustable): Likewise.
2568 * config/tc-mips.c (md_convert_frag): Likewise.
2569 * config/obj-vms.c (obj_crawl_symbol_chain): Likewise.
2570 * ehopt.c (eh_frame_convert_frag): Likewise.
2571 * expr.c (make_expr_symbol): Likewise.
0529cb87 2572
e46d99eb
AM
2573 * frags.h (struct frag): Add last_fr_address. Reorder fields for
2574 better packing.
2575 * symbols.c (resolve_symbol_value): Don't fix expression values
2576 until relaxation is complete.
2577 (resolve_local_symbol): Pass `finalize_syms' to resolve_symbol_value.
2578 (S_GET_VALUE): Likewise, and return unresolved expression value.
2579 * write.c (finalize_syms): New.
2580 (relax_and_size_seg): Split into..
2581 (relax_seg): New function, returns 1 if anything changed..
2582 (size_seg): And the remainder of relax_and_size_seg.
2583 (fixup_segment): Arrange for final resolution of sym values.
2584 (adjust_reloc_syms): Likewise.
2585 (write_object_file): Likewise, and repeatedly call relax_seg until
2586 nothing more changes.
2587 (relax_segment): Return 1 if anything changed. Use correct types
2588 for rs_org `target' and `after'.
2589 * write.h (finalize_syms): Declare.
2590 (relax_segment): Update prototype.
2591
93c2a809
AM
2592 * config/tc-sh.c (md_estimate_size_before_relax): Add extra
2593 do-nothing cases to switch to avoid abort on a second relaxation
2594 pass, and tidy code a little.
2595 * config/tc-cris.c (md_estimate_size_before_relax): Likewise.
2596 * config/tc-h8500.c (md_estimate_size_before_relax): Likewise.
2597 * config/tc-w65.c (md_estimate_size_before_relax): Likewise.
2598 * config/tc-i386.c (UNCOND_JUMP, COND_JUMP, COND_JUMP86): Decrement.
2599 (md_relax_table): Remove first four unused entries. Increment
2600 rlx_length by one throughout table, and update comments to suit.
2601 (md_estimate_size_before_relax): Return size of current variable
2602 part of frag to reflect reality when relaxing more than once.
2603 * config/tc-mcore.c (COND12, UNCD12): Rename to DISP12 throughout.
2604 (COND32, UNCD32): Rename to DISP32 throughout.
2605 (UNDEF_WORD_DISP): Renumber to 3.
2606 (md_estimate_size_before_relax): Add extra do-nothing cases.
2607 * config/tc-mn10200.c (md_estimate_size_before_relax): Rewrite.
2608 * config/tc-mn10300.c (md_estimate_size_before_relax): Rewrite.
2609 * config/tc-ns32k.c (md_estimate_size_before_relax): Add cases to
2610 handle word and dword branches.
2611
d551a338
HPN
26122001-03-29 Hans-Peter Nilsson <hp@axis.com>
2613
2614 * config/tc-cris.h (tc_fix_adjustable): Allow only
2615 BFD_RELOC_CRIS_32_GOTREL of the PIC relocs.
23ec5d03
HPN
2616 * config/tc-cris.c (cris_get_pic_suffix): Correct reloc type in
2617 example in comment to valid type.
d551a338 2618
440ecb38
L
26192001-03-28 H.J. Lu <hjl@gnu.org>
2620
2621 * read.c (equals): Set to local for COFF only if it hasn't been
2622 defined before.
2623
8a238888
AM
26242001-03-28 Alan Modra <alan@linuxcare.com.au>
2625
2626 * config/tc-hppa.c (DEFAULT_LEVEL): Define.
2627 (md_begin): Use it when setting default architecture.
2628
775cf891
NC
26292001-03-27 Nick Papadonis <nick@coelacanth.com>
2630
2631 * read.c (equals): (for COFF) default symbols to being local.
2632
f9c19112
HPN
26332001-03-27 Hans-Peter Nilsson <hp@axis.com>
2634
2635 * configure.in (cris-*-*): Change default emulation to criself.
2636 (cris-*-*aout*): New rule.
2637 * configure: Regenerate.
2638
07855bec
NC
26392001-03-26 Martin Schwidefsky <schwidefsky@de.ibm.com>
2640
2641 * config/tc-s390.c (tc_s390_fix_adjustable): Add test for
2642 BFD_RELOC_390_GOTENT.
2643 * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Add test for
2644 BFD_RELOC_390_GOTENT.
2645
26462001-03-26 Nick Clifton <nickc@redhat.com>
2647
2648 * config/tc-s390.h (TC_FORCE_RELOCATION): Define.
2649 * config/tc-s390.c (s390_force_relocation): New function: Force
2650 relocations for VTINHERIT relocs.
2651
0285c67d
NC
26522001-03-23 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2653
2654 * doc/as.texinfo: Put @c man begin to generate the as man page.
2655 When generating man, define all the variables. Re-organize some
2656 options to obtain better indentation of man page.
2657 * doc/Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2658 (as.1): Build from as.texinfo.
2659 * doc/Makefile.in: Regenerate.Index: binutils/Makefile.am
2660
551c1ca1
AM
26612001-03-25 Alan Modra <alan@linuxcare.com.au>
2662
2663 * config/tc-i386.c (i386_scale): Accept an absolute expression for
2664 scale factor, and return the end of the expression.
2665 (i386_operand): Modify for above.
2666
c3a27914
NC
26672001-03-23 Nick Clifton <nickc@redhat.com>
2668
2669 * doc/as.texinfo: Document --listing-XXX command line switches.
2670 Explain why listings behave differently when -pipe is used.
2671
37006e43
NC
26722001-03-23 Richard Sandiford <rsandifo@redhat.com>
2673
2674 * write.c (fix_new_exp): Print an error if passed a register.
2675
08caf3f8
HPN
26762001-03-23 Hans-Peter Nilsson <hp@axis.com>
2677
2678 * config/tc-cris.c: Tweak attribution. Fix typos. PIC support.
2679 (PIC_SUFFIX_CHAR): New macro.
2680 (cris_get_pic_suffix, cris_get_pic_reloc_size): New functions.
2681 (pic): New variable.
2682 (md_longopts): New option --pic.
2683 (OPTION_PIC): Define.
2684 (md_estimate_size_before_relax): Tweak longish comment.
2685 (md_create_long_jump): Make the long jumps generate ADD.D offset,PC.
2686 (md_assemble): Handle a PIC relocation on prefix and normal
2687 instruction operands.
2688 <output_instruction.insn_type == CRIS_INSN_BRANCH>: Handle
2689 "complex" operand expressions. Call frag_more outside
2690 gen_cond_branch_32 parameter list.
2691 (cris_process_instruction): Handle PIC relocs on parsed
2692 operand expressions. Validize PIC reloc sizes.
2693 (get_autoinc_prefix_or_indir_op): Handle PIC suffix.
2694 (gen_bdap): Handle "complex" operand expressions.
2695 (gen_cond_branch_32): Use as_warn_where, not as_warn. Use
2696 ADD.D offset,PC as jump instruction if generating PIC. Generate
2697 error instead of crashing on complex expressions.
2698 (cris_number_to_imm): Add segT parameter. All callers changed.
2699 Use segT parameter, not now_seg, for segment of fixup. Handle
2700 PCREL relocations but check that they are fully resolved.
2701 (md_parse_option): Handle OPTION_PIC.
2702 (tc_gen_reloc): Handle PIC relocs.
2703 (md_show_usage): Update for --pic.
2704 (md_apply_fix3): Renamed from md_apply_fix.
2705 (md_pcrel_from): Accept emitting PCREL relocs when ELF.
2706 (md_cris_force_relocation): Force relocation for PIC relocs.
2707
2708 * config/tc-cris.h: Tweak attribution.
2709 (MD_APPLY_FIX3): Define.
2710 (IS_CRIS_PIC_RELOC): New macro.
2711 (TC_RELOC_RTSYM_LOC_FIXUP): Define.
2712 (tc_fix_adjustable): Don't adjust a globally visible symbol when
2713 generating ELF.
8a238888 2714 (tc_frob_symbol): Avoid emitting undefined symbols.
08caf3f8 2715
38686296
AM
27162001-03-20 Alan Modra <alan@linuxcare.com.au>
2717
2718 * frags.h (struct frag): Add relax_marker.
2719 * write.c (is_dnrange): Delete.
2720 (relax_frag): Use correct types for `aim', `target', `address'.
2721 Delete `offset', `was_address'. Test `relax_marker' instead of
2722 using fragile (and slow) address test.
2723 (relax_segment): Init and flip `relax_marker'.
2724
2e98d2de
AM
27252001-03-19 Alan Modra <alan@linuxcare.com.au>
2726
2727 * config/tc-i386.c (md_assemble <REGISTER_WARNINGS>): Correct
2728 used register name.
2729
e629c13f
SC
27302001-03-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2731
2732 * config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
2733 with 'Motorola specification for assembly language input standard'.
2734
249e3833
RH
27352001-03-17 Richard Henderson <rth@redhat.com>
2736
2737 * dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
2738 (dwarf2_directive_loc): Don't use them.
2739 (dwarf2_directive_file): Reject duplicate file definitions.
2740 (get_filenum): Zero allocated memory.
2741 (out_file_list): Complain about missing file definitions.
2742
2289f85d
AM
27432001-03-17 Alan Modra <alan@linuxcare.com.au>
2744
2745 * read.c (do_org): Handle complex expressions.
2746 * cgen.c (gas_cgen_finish_insn): Likewise.
2747
4d5a53ff
JW
27482001-03-15 David Mosberger <davidm@hpl.hp.com>
2749
2750 * config/tc-ia64.c (md): New member keep_pending_output.
2751 (ia64_flush_pending_output): Flush only if md.keep_pending_output
2752 is not set.
2753 (dot_xdata): Turn on md.keep_pending_output for the duration of
2754 this function.
2755 (dot_xfloat_cons): Ditto.
2756 (dot_xstringer): Ditto.
2757 (dot_xdata_ua): Ditto.
2758 (dot_xfloat_cons_ua): Ditto.
2759
27602001-03-15 Jim Wilson <wilson@redhat.com>
2761
2762 * config/tc-ia64.c (ia64_unrecognized_line, case '['): Add local
2763 label support.
2764
19c0258a
AO
27652001-03-15 Alexandre Oliva <aoliva@redhat.com>
2766
2767 * config/tc-sh.c (parse_reg): Match capital MACH and MACL.
2768
d68d4570
DD
27692001-03-15 DJ Delorie <dj@redhat.com>
2770
2771 * stabs.c (s_stab_generic): Don't corrupt the notes obstack by
2772 blindly freeing string if it isn't at the top of the obstack.
2773
f3c180ae
AM
27742001-03-13 Alan Modra <alan@linuxcare.com.au>
2775
2776 * config/tc-i386.c (RELOC_ENUM): Define. Use throughout file.
2777 (NUM_FLAG_CODE): Define.
2778 (lex_got): New function.
2779 (got_reloc): New global var.
2780 (x86_cons_fix_new): New function.
2781 (x86_cons): New function.
2782 (i386_immediate): Use lex_got here, replacing inline code. Change
2783 "ignoring junk.." error message to "junk.."
2784 (i386_displacement): Likewise.
2785 * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Define.
2786 (x86_cons): Declare.
2787 (TC_CONS_FIX_NEW): Define.
2788 (x86_cons_fix_new): Declare.
2789
83e7603d
NC
27902001-03-12 Nick Clifton <nickc@redhat.com>
2791
2792 * config/tc-arm.c (md_begin): Always set machine type based on
2793 cpu_variant.
2794
1ae12ab7
AM
27952001-03-07 Alan Modra <alan@linuxcare.com.au>
2796
2797 * config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc.
f3c180ae 2798 (md_assemble) <smallest displacement>: Use correct field of i.op[]
1ae12ab7 2799 union.
f3c180ae
AM
2800 <JumpInterSegment output>: Use correct i.disp_reloc[].
2801 <immediate output>: Likewise.
1ae12ab7 2802
4f3c3dbb
NC
28032001-03-06 Nick Clifton <nickc@redhat.com>
2804
2805 * config/tc-arm.c (md_apply_fix3): Clear bit zero of offset in
2806 BLX(1) instruction.
2807
dc84e067
NC
28082001-03-06 Igor Shevlyakov <igor@windriver.com>
2809
2810 * config/tc-m68k.c : Add 5407 to archs[] table.
2811 (HAVE_LONG_BRANCH): Add mcf5407.
2812 (select_control_regs): Recognize 5407.
2813
a8150a88
DB
28142001-03-02 Dave Brolley <brolley@redhat.com>
2815
1ae12ab7
AM
2816 * config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather
2817 than m32r_do_align.
a8150a88 2818
e103941e
NC
28192001-03-02 Richard Sandiford <rsandifo@redhat.com>
2820
2821 * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): New macro.
2822 (gen_to_words): Print warnings if NaNs are found and the target CPU
2823 does not support them. Allow largest exponent to be used in normal
2824 numbers if TC_LARGEST_EXPONENT_IS_NORMAL evaluates to true.
2825
7c44d1d3
AJ
28262001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de>
2827
2828 * config/tc-i386.c (tc_gen_reloc): Remove ugly hack which is not needed
2829 anymore since we use bfd_elf_generic_reloc now.
2830 (md_apply_fix3): Only apply hack for partial_inplace if not using RELA.
2831
27b7e12d
AM
28322001-02-27 Alan Modra <alan@linuxcare.com.au>
2833
2834 * configure.in (BFD_VERSION): New.
2835 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2836 * configure: Regenerate.
2837 * Makefile.am: Run "make dep-am"
2838 * Makefile.in: Regenerate.
2839 * doc/Makefile.in: Regenerate.
2840
1af96959
NC
28412001-02-26 Mark Elbrecht <snowball3@bigfoot.com>
2842
2843 * config/obj-coff.c [BFD_ASSEMBLER] (obj_coff_section): Set
2844 SEC_NEVER_LOAD when the 'n' flag is used.
2845 Add SEC_NEVER_LOAD to matchflags.
2846
d95767bf
SC
28472001-02-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2848
2849 * symbols.c (decode_local_label_name): Initialize message_format
2850 only when an error is reported (perf pb due to I18N).
2851
3737d051
L
28522001-02-23 H.J. Lu <hjl@gnu.org>
2853
2854 * dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if
2855 BFD_ASSEMBLER is not defined.
2856
23fe39df 28572001-02-23 Richard Sandiford <rsandifo@redhat.com>
b653e7f9
NC
2858
2859 * config/tc-mn10300.c (md_apply_fix3): Don't mark a fixup as
2860 done if it's against a symbol.
2861
7463c317
TW
28622001-02-22 Timothy Wall <twall@cygnus.com>
2863
2864 * config/tc-ia64.c (ia64_target_format): Return ia64-aix-specific
2865 target formats if applicable.
2866 * config/te-ia64aix.h: New. Configuration for AIX5 on IA-64.
2867 * Makefile.am (TARG_ENV_HFILES): Added config/te-ia64aix.h.
2868 * Makefile.in: Regenerated.
2869 * configure.in: Added configuration for ia64-*-aix*.
2870 * configure: Regenerated.
7c44d1d3 2871
87f8eb97
JW
28722001-02-21 David Mosberger <davidm@hpl.hp.com>
2873
2874 * config/tc-ia64.c (enum operand_match_result): New type.
2875 (operand_match): Change return type to operand_match_result.
2876 Fix all returns appropriately, adding support for returning the
2877 out-of-range result.
2878 (parse_operands): New locals result, error_pos, out_of_range_pos,
2879 curr_out_of_range_pos. Rewrite operand matching loop to give better
2880 error messages.
7c44d1d3 2881
33d01f33
JW
28822001-02-21 David Mosberger <davidm@hpl.hp.com>
2883
2884 * config/tc-ia64.c (struct unwind): Add member "prologue_count".
2885 (dot_proc): Clear unwind.prologue_count to zero.
2886 (dot_prologue): Increment unwind.prologue_count.
2887 (dot_restore): If second operand is omitted, use
2888 unwind.prologue_count -1 for "ecount" (# of additional regions to
2889 pop). Decrement unwind.prologue_count by number of regions
2890 popped.
2891
7e84d676
NC
28922001-02-21 Nick Clifton <nickc@redhat.com>
2893
2894 * doc/as.texinfo (Section): Note that some flags to the COFF
2895 version of .section remove attributes rather than setting them.
2896
5cd4edbe
KH
28972001-02-20 Kazu Hirata <kazu@hxi.com>
2898
29184774
NC
2899 * config/tc-pdp11.c: Fix formatting.
2900 * config/tc-pdp11.h: Likewise.
5cd4edbe 2901
80b3ee89
AJ
29022001-02-20 Bo Thorsen <bo@suse.de>
2903
2904 * config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT
2905 entry.
2906
0fde8cc6 29072001-02-18 David O'Brien <obrien@FreeBSD.org>
cac5b87b
DB
2908
2909 * configure.in (cpu_type, arch): Add a generic FreeBSD specification as
2910 all FreeBSD platforms should look the same at this level.
2911 * configure: Rebuilt.
2912 * config/tc-i386.c: Add support for old FreeBSD a.out hosts.
2913
e135f41b
NC
29142001-02-18 lars brinkhoff <lars@nocrew.org>
2915
2916 * Makefile.am: Add PDP-11 target.
2917 * configure.in: Likewise.
2918 * config/tc-pdp11.c: New file.
2919 * config/tc-pdp11.h: New file.
2920 * doc/Makefile.am: Add PDP-11 documentation.
2921 * doc/all.texi: Likewise.
2922 * doc/as.texinfo: Likewise.
2923 * doc/c-pdp11.texi: New file.
2924
363c574f
MG
29252001-02-16 matthew green <mrg@redhat.com>
2926
5dd0794d 2927 * cgen.c (gas_cgen_md_apply_fix3): Support BFD_RELOC_64.
363c574f 2928
fa1cb89c
JW
29292001-02-13 Jim Wilson <wilson@redhat.com>
2930
2931 * config/tc-ia64.c (operand_match, case TAG13): Make a BFD_RELOC_UNUSED
2932 reloc instead of a 0 reloc.
2933 (md_apply_fix3): Check for BFD_RELOC_UNUSED instead of 0, and mark it
2934 as done.
2935 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Likewise.
2936
c842b53a
ILT
29372001-02-13 Ian Lance Taylor <ian@zembu.com>
2938
2939 * write.c (is_dnrange): Stop as soon as the address becomes
2940 larger.
2941 (relax_frag): Add segment parameter. Only call symbol_get_frag
2942 once. Only call is_dnrange if the symbol is in the same segment,
2943 and the symbol address is larger.
2944 (relax_segment): Pass segment to md_relax_frag and relax_frag.
2945 * write.h (relax_frag): Update declaration.
2946 * config/tc-fr30.c (fr30_relax_frag): Add segment parameter. Pass
2947 it to relax_frag.
2948 * config/tc-m32r.c (m32r_relax_frag): Likewise.
2949 * config/tc-m32r.h (md_relax_frag): Add segment parameter.
2950 (m32r_relax_frag): Update declaration.
2951 * config/tc-mips.h (md_relax_frag): Add segment parameter.
2952 * config/tc-tic54x.h (md_relax_frag): Likewise.
2953 * doc/internals.texi (CPU backend): Update documentation for
2954 md_relax_frag.
2955
6fad6acb
AM
29562001-02-13 Alan Modra <alan@linuxcare.com.au>
2957
fddf5b5b
AM
2958 * doc/c-i386.texi (i386-Arch): Add "jumps"/"nojumps" blurb.
2959 Mention effect of < 386 architectures on jump promotion.
2960 (i386-Jumps): xref above. Don't assume long disp is 32 bits.
2961
2962 * config/tc-i386.c (no_cond_jump_promotion): New.
2963 (set_cpu_arch): Parse "jumps" arch modifier.
2964 (insn_size): Modify usage comment.
2965 (ENCODE_RELAX_STATE): Reformat and protect macro arg.
2966 (SIZE_FROM_RELAX_STATE): Rename to DISP_SIZE_FROM_RELAX_STATE.
2967 (TYPE_FROM_RELAX_STATE): New define.
2968 (UNCOND_JUMP, COND_JUMP): Renumber.
2969 (md_relax_table): Reorder to suit.
2970 (COND_JUMP86): New define.
2971 (md_relax_table): Handle COND_JUMP86 cases. Add a few comments.
2972 (md_assemble): Create frag var for jumps of max size, encode relax
2973 state for COND_JUMP86.
2974 (md_estimate_size_before_relax): Handle COND_JUMP86 cases, and
2975 leave conditional jumps small if no_cond_jump_promotion.
2976 (md_convert_frag): Likewise.
2977
6fad6acb
AM
2978 * expr.c (operator): Don't bump input_line_pointer for two char
2979 operators. Instead return operator size via new param num_chars.
2980 (expr): Use above to parse multi-char operators correctly.
2981
23df1078
JH
2982Mon Feb 12 17:45:50 CET 2001 Jan Hubicka <jh@suse.cz>
2983
29184774 2984 * config/tc-i386.c (i386_displacement): Fix handling of
23df1078
JH
2985 BFD_RELOC_X86_64_GOTPCREL.
2986 (i386_validate_fix): Likewise.
2987
b1e2e654
PB
29882001-02-12 Philip Blundell <pb@futuretv.com>
2989
2990 * config/tc-arm.c (do_ldst): Improve warnings for unpredictable
2991 ldrt/strt instructions.
2992
9117d219
NC
29932001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2994
2995 * config/tc-mips.c (macro): For M_LA_AB emit a
2996 BFD_RELOC_MIPS_CALL16 relocation or a
2997 BFD_RELOC_MIPS_CALL_HI16/BFD_RELOC_MIPS_CALL_LO16 pair instead of
2998 BFD_RELOC_MIPS_GOT16 and
2999 BFD_RELOC_MIPS_GOT_HI16/BFD_RELOC_MIPS_GOT_LO16, respectively for
3000 loading the jump register when generating SVR4_PIC code.
3001
97238fbd
CD
30022001-02-10 Chris Demetriou <cgd@broadcom.com>
3003
3004 * configure.in: Make 'mipself' and 'mipsecoff' emulations
3005 map to MIPS-specific files, as they used to do before the
3006 change on 2000-05-21.
3007 * configure: Regerate.
3008
0f074f60
CD
30092001-02-10 Chris Demetriou <cgd@broadcom.com>
3010
3011 * config/tc-mips.c (md_parse_option): Don't try to compile
3012 ELF-only option code if not ELF.
3013
91a2ae2a
RH
30142001-02-08 David Mosberger <davidm@hpl.hp.com>
3015
3016 * config/tc-ia64.h (md_elf_section_type): New macro.
3017 (ELF_TC_SPECIAL_SECTIONS): Drop .IA_64.unwind and .IA_64.unwind_info
3018 (they're now handled via ia64_elf_section_type.
3019
3020 * config/tc-ia64.c (unwind): New members saved_text_seg,
3021 saved_text_subseg, and force_unwind_entry.
3022 (optimize_unw_records): New function to optimize away unnecessary
3023 unwind directives.
3024 (ia64_elf_section_type): New function.
3025 (output_unw_records): Generate unwind info only if the size is
3026 non-zero or if it's forced for some other reason (e.g.,
3027 handlerdata or a personality routine).
3028 (generate_unwind_image): Don't switch back to previous
3029 section---stay inside the unwind info section instead so that
3030 handlerdata that may follow goes into the right place.
3031 (dot_handlerdata): Force generation of unwind entry and save the
3032 current active text segment before generating unwind image.
3033 (dot_unwentry): Force generation of unwind entry.
3034 (dot_personality): Ditto.
3035 (dot_endp): Generate unwind table entry only if there is
3036 some unwind info or the unwind entry was forced.
3037
3038 * config/tc-ia64.c (make_unw_section_name): New macro to form
3039 unwind section name.
3040 (generate_unwind_image): Add "text_name" argument. Use it to
3041 form unwind section name.
3042 (dot_handlerdata): Determine current segment (section) name and
3043 pass it to generate_unwind_image().
3044 (dot_endp): Determine current segment (section) name and use
3045 it to determine the appropriate unwind section name.
3046 (ia64_md_do_align): Add missing ATTRIBUTE_UNUSED declarations to
3047 n, fill, and max arguments.
3048
a85d7ed0
NC
30492001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
3050
3051 * Makefile.am: Add linux target for S/390.
3052 * configure.in: Likewise.
3053 * config/tc-s390.c: New file.
3054 * config/tc-s390.h: New file.
3055
de68de20
AO
30562001-02-09 Alexandre Oliva <aoliva@redhat.com>
3057
3058 * config/tc-sh.c (md_pseudo_table): Add uaquad. Use s_uacons for
3059 2byte, 4byte and 8byte.
3060
23fe39df 30612001-02-08 Alan Modra <alan@linuxcare.com.au>
8ea46bbd
AM
3062
3063 * config/tc-hppa.c (pa_build_unwind_subspace): Don't call
3064 md_number_to_chars with size > sizeof (valueT).
3065
a99746f4
L
30662001-02-06 H.J. Lu <hjl@gnu.org>
3067
3068 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Do fixup if
3069 there is no relocation.
3070
f4e17b3d
L
30712001-02-06 H.J. Lu <hjl@gnu.org>
3072
3073 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): New. Defined.
3074
3075 * config/tc-ia64.c (md_parse_option): Only accept the valid
3076 ia64 options on "-axxx".
3077
3557da92
JW
30782001-02-05 Jim Wilson <wilson@redhat.com>
3079
3080 * config/tc-ia64.c (errata_nop_necessary_p): Return 0 instead of
3081 aborting for invalid operands.
3082
da6c73e0
AM
30832001-02-06 Alan Modra <alan@linuxcare.com.au>
3084
3085 * config/tc-hppa.c (fix_new_hppa): Pass in unwind directly rather
3086 than via pointer. Update all callers.
3087 (UNWIND_LOW32): Define.
3088 (UNWIND_HIGH32): Define.
3089 (pa_build_unwind_subspace): Use the above macros instead of dumping
3090 bitfields directly. Call frag_more once rather than multiple times.
3091 (md_assemble): Use UNWIND_LOW32.
3092 (pa_entry): Likewise
3093 (pa_procend): Likewise.
3094 (process_exit): Use UNWIND_HIGH32.
3095
986c6f4b
SC
30962001-02-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3097
3098 * config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_header
3099 function to select the header according to the cpu.
3100 (md_after_pass_hook, md_do_align): Remove.
3101 (md_cleanup, m68hc11_cleanup): Remove.
3102 (md_pcrel_from_section): Declare.
3103 * config/tc-m68hc11.c (build_dbranch_insn): Remove insn_size.
3104 (build_jump_insn, build_insn): Likewise.
3105 (m68hc11_listing_header): New function.
3106 (m68hc11_cleanup): Remove.
3107
dbb8ad49
SC
31082001-02-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3109
328dc123 3110 * config/tc-m68hc11.c (relaxable_symbol): Relax externally visible
80b3ee89 3111 symbols because there is no support for shared libraries and these
328dc123 3112 symbols can't be overridden (unless they are weak).
dbb8ad49 3113
a987bfc9
RH
31142001-02-01 Momchil Velikov <velco@fadata.bg>
3115
3116 * dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviations
3117 for the compilation unit with a zero byte.
3118
22862cde
AM
31192001-01-30 Alan Modra <alan@linuxcare.com.au>
3120
3121 * config/tc-hppa.c (pa_ip): Support 12 bit branches to absolute
3122 destinations. Correct range check for 17 and 22 bit branches.
3123
8ec6253e
NC
31242001-01-25 Nick Clifton <nickc@redhat.com>
3125
3126 * config/tc-m68k.c (tc_gen_reloc): Do not abort if tcbit is
3127 still set. Issue an error message instead.
3128 (md_estimate_size_before_relax): Delete unused variable
3129 'buffer_address'. Fixup parentheses around if statement.
80b3ee89 3130
43ad3147
KH
31312001-01-23 Kazu Hirata <kazu@hxi.com>
3132
3133 * as.c: Fix formatting.
3134 * ehopt.c: Likewise.
3135 * messages.c: Likewise.
3136 * stabs.c: Likewise.
3137 * symbols.c: Likewise.
3138
015c05c1
AM
31392001-01-23 Ben Elliston <bje@redhat.com>
3140
3141 * config/tc-m32r.c (m32r_handle_align): Declare type of fragp.
3142
66498417
KH
31432001-01-22 Kazu Hirata <kazu@hxi.com>
3144
3145 * config/tc-alpha.c: Fix formatting.
3146
1aad8cf8
KH
31472001-01-19 Kazu Hirata <kazu@hxi.com>
3148
3149 * config/tc-alpha.c: Fix formatting.
3150
32ff5c2e
KH
31512001-01-18 Kazu Hirata <kazu@hxi.com>
3152
3153 * config/tc-alpha.c: Fix formatting.
3154
cd17328a
NC
31552001-01-18 Nick Clifton <nickc@redhat.com>
3156
3157 * config/tc-arm.c (ldm_flags): Remove redundant bit from "fa" and
3158 "da" flags.
3159 (stm_flags): Remove redundant bit from "ed" and "da" flags.
3160
81c425d1
AO
31612001-01-18 Alexandre Oliva <aoliva@redhat.com>
3162
3163 * configure.in (cpu_type, arch): Match i386 too.
3164 * configure: Rebuilt.
3165
e5cb08ac
KH
31662001-01-16 Kazu Hirata <kazu@hxi.com>
3167
3168 * config/tc-i386.c: Fix formatting.
3169
1d3d5051
AM
31702001-01-16 Alan Modra <alan@linuxcare.com.au>
3171
64afeba3
AM
3172 * config/tc-hppa.c (tc_gen_reloc): Use SEGREL32 instead of DIR32
3173 relocs for .PARISC.unwind section.
3174
1d3d5051
AM
3175 * config/tc-hppa.c (pa_build_unwind_subspace): Build unwind
3176 depending on section flags, not just for .text.
3177
b44b1b85
JW
31782001-01-15 Jim Wilson <wilson@redhat.com>
3179
3180 * config/tc-ia64.c (ia64_flush_insns): Handle unwind directives
3181 not immediately followed by an instruction.
3182
098f2ec3
KH
31832001-01-15 Kazu Hirata <kazu@hxi.com>
3184
3185 * config/tc-m68hc11.c: Fix formatting.
3186
d4887adc
NC
31872001-01-15 Nick Clifton <nickc@redhat.com>
3188
3189 * symbols.c (colon): Change 'already defined symbol' from a
3190 fatal error to an ordinary error. There is no reason why this
3191 error should be fatal.
3192
3193 * message.c (as_fatal): Delete output file, if one has been
015c05c1 3194 created.
d4887adc 3195
fcfd4916
AM
31962001-01-14 Alan Modra <alan@linuxcare.com.au>
3197
3198 * config/tc-hppa.h (TARGET_FORMAT): Add hppa-linux variants.
3199
bfb32b52
KH
32002001-01-14 Kazu Hirata <kazu@hxi.com>
3201
3202 * config/tc-alpha.c: Fix formatting.
3203 * config/tc-arc.c: Likewise.
3204 * config/tc-arc.h: Likewise.
3205 * config/tc-d10v.c: Likewise.
3206 * config/tc-i370.c: Likewise.
3207 * config/tc-i386.c: Likewise.
3208 * config/tc-i960.c: Likewise.
3209 * config/tc-m68k.c: Likewise.
3210 * config/tc-ppc.c: Likewise.
3211 * config/tc-sparc.c: Likewise.
3212 * config/tc-tahoe.c: Likewise.
3213 * config/tc-vax.c: Likewise.
3214
1e07b820
KH
3215 * config/tc-arc.c: Fix formatting.
3216
19203624
KH
3217 * config/tc-arc.c: Fix formatting.
3218
1328dc98
AM
32192001-01-14 Alan Modra <alan@linuxcare.com.au>
3220
c46b7515
AM
3221 * config/tc-hppa.c (pa_build_unwind_subspace): Use SEGREL32 for
3222 both 32 and 64 bit ELF.
3223
1328dc98
AM
3224 * config/tc-hppa.c (pa_ip): Store `a' flag in bit zero of operand
3225 and don't bother storing `m' for "ce" completer. Tidy handling of
3226 'J' and 'K' operands to suit. Handle '<' and '>' operands.
3227
b9d79e03
JH
3228Sun Jan 14 00:36:42 MET 2001 Jan Hubicka <jh@suse.cz>
3229
29184774 3230 * config/tc-i386.h (TARGET_MACH): New macro.
b9d79e03 3231 (i386_mach): Declare.
29184774 3232 * config/tc-i386.c (i386_mach): New function.
b9d79e03 3233
a349d9dd
PB
32342001-01-13 Philip Blundell <philb@gnu.org>
3235
3236 * doc/as.texinfo: Fix spelling and cross-references.
3237
3238 * doc/c-arm.texi: Fix typos. Say that `;' is a line separator
3239 character for all systems, not just GNU/Linux. Make it explicit
3240 that `-k' doesn't affect code generation, just ELF flags.
3241
e2914f48
JH
3242Sat Jan 13 01:47:35 MET 2001 Jan Hubicka <jh@suse.cz>
3243
3244 * config/tc-i386.c (md_assemble): Check cpu_flags even for nullary
3245 instructions.
3246
272d76e0
FCE
32472001-01-12 Frank Ch. Eigler <fche@redhat.com>
3248
3249 * cgen.c (gas_cgen_finish_insn): Call dwarf2_emit_insn.
3250
d0398d6a
NC
32512001-01-12 Nick Clifton <nickc@redhat.com>
3252
3253 * as.c (print_args): Update copyright date to 2001.
3254
2d73a4ca
NC
32552001-01-12 Peter Targett <peter.targett@arccores.com>
3256
3257 * doc/c-arc.texi: New file.
3258 Some sections to be expanded.
3259
6e0b89ee
AM
32602001-01-12 Alan Modra <alan@linuxcare.com.au>
3261
3262 * config/tc-i386.c (md_longopts): Recognize "--64" only for ELF.
3263 (md_parse_option): Always accept "--32".
3264
0d2bcfaf
NC
32652001-01-11 Peter Targett <peter.targett@arccores.com>
3266
3267 * as.h (TC_ARC): Ensure struc-symbol.h included.
3268 * as.c (dwarf2dbg.h): Include to remove implicit declaration
3269 warnings.
3270 * struc-symbol.h (SYMBOLS_NEED_BACKPOINTERS): Define.
3271 (TARGET_SYMBOL_FIELDS) added.
3272
3273 * doc/Makefile.am (CPU_DOCS): Added c-arc.texi.
3274 * doc/c-arc.texi: New file.
3275 Some sections to be expanded.
3276 * doc/as.texinfo: Update command-line options.
3277 Removed outdated text for ARC dependant features, instead include
3278 text from above file.
3279
3280 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Define local flag.
3281 (TARGET_SYMBOL_FIELDS): Alias to previous definition.
3282 (targ-cpu.h) header.
3283 * config/tc-arc.h:
3284 * config/tc-arc.c: New updated configuration for
3285 ARC, including selection of core variants, and extensibility of
3286 instructions, registers etc. through directives.
3287
3288 * config/tc-arc.c (arc_extinst): Minor corrections for
3289 error messages.
3290 (arc_common) Likewise. Make alignment argument optional for local
3291 symbols also, with default of zero.
3292
88051039
SC
32932001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3294
3295 * config/tc-m68hc11.c (md_estimate_size_before_relax): Fix
3296 STATE_INDEXED_OFFSET when the symbol is undefined (16-bit offset).
3297 (build_indexed_byte): Don't relax indexed byte, use 16-bit offset
3298 and fix_new_exp() instead.
3299 (md_convert_frag): For indexed post byte use the symbol value
3300 rather than the displacement.
3301 (md_relax_table): Fix indexed offset relax.
3302
d8273f3b
SC
33032001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3304
3305 * config/tc-m68hc11.c (md_estimate_size_before_relax):Don't
3306 relax weak symbols.
015c05c1 3307 (relaxable_symbol): New function.
d8273f3b 3308
eea2ad45
AJ
33092001-01-11 Andreas Jaeger <aj@suse.de>
3310
3311 * config/tc-i386.h (TC_RELOC_GLOBAL_OFFSET_TABLE): Removed, it's
3312 not used anywhere.
3313
7a91e76a
NC
33142001-01-10 Nick Clifton <nickc@redhat.com>
3315
3316 * config/tc-arm.c (arm_fix_adjustable): Define for OBJ_COFF.
3317 * config/tc-arm.h (obj_fix_adjustable): Define for OBJ_COFF
3318
aa257fcd
NC
33192001-01-10 Nick Clifton <nickc@redhat.com>
3320
3321 * symbols.c (DOLLAR_LABEL_CHAR): New constant - the magic
3322 character used to dollar local symbols.
3323 (LOCAL_LABEL_CHAR): New constant - the magic character used to
3324 local label symbols.
3325 (dollar_label_name): Use DOLLAR_LABEL_CHAR.
3326 (fb_label_name): Prefix local labels with LOCAL_LABEL_PREFIX,
3327 if defined.
3328 Use LOCAL_LABEL_CHAR.
3329 (decode_local_label_name): Skip LOCAL_LABEL_PREFIX.
3330 Use DOLLAR_LABEL_CHAR and LOCAL_LABEL_CHAR.
3331 (S_IS_LOCAL): Use DOLLAR_LABEL_CHAR and LOCAL_LABEL_CHAR.
3332
b77a7acd
AJ
33332001-01-08 Bo Thorsen <bo@suse.de>
3334
015c05c1
AM
3335 * config/tc-i386.c (i386_immediate, i386_displacement):
3336 GOTPCREL check fix.
b77a7acd 3337
5c2bd011
ILT
33382001-01-07 Ian Lance Taylor <ian@zembu.com>
3339
3340 * doc/c-i386.texi (i386-Arch): Remove spaces incorrectly inserted
3341 in last change.
3342
46a04e3a
PB
33432001-01-07 Philip Blundell <philb@gnu.org>
3344
3345 * doc/as.texinfo (Bug Reporting): Update email address for
3346 reports.
3347 * README: Likewise.
3348
b96d3a20
JH
3349Sat Jan 6 13:33:10 MET 2001 Jan Hubicka <jh@suse.cz>
3350
3351 * configure.in: Define DEFAULT_ARCH for i386.
29184774 3352 * config/tc-i386.c (md_assemble): Return after the error message;
b96d3a20
JH
3353 move testing for 64bit operands to proper place.
3354
55b62671
AJ
33552001-01-06 Jan Hubicka <jh@suse.cz>, Andreas Jaeger <aj@suse.de>
3356
3357 * doc/as.texinfo: Document '#' as comment character for i386 and
3358 x86_64. Add AMD x86-64 into menu of machine dependent information.
3359
3360 * doc/c-i386.texi: Document x86_64 extensions.
3361
7bc70a8e
JH
3362Fri Jan 5 13:26:42 MET 2001 Jan Hubicka <jh@suse.cz>
3363
29184774 3364 * config/tc-i386.c (md_assemble): Handle third byte of the opcode as prefix.
7bc70a8e 3365
a167610d
JH
3366Thu Jan 4 22:25:26 MET 2001 Jan Hubicka <jh@suse.cz>
3367
29184774 3368 * config/tc-i386.c (cpu_arch): Add Pentium4 and modify sledgehammer entry.
a167610d
JH
3369 * NEWS: Add note about Pentium4 support.
3370
09f131f2
JH
3371Wed Jan 3 17:26:32 MET 2001 Jan Hubicka <jh@suse.cz>
3372
29184774 3373 * config/tc-i387.c (pi, pte, pt): Update.
09f131f2
JH
3374 (type_names): Add new types.
3375
6f8c0c4c
JH
3376Wed Jan 3 16:26:52 MET 2001 Jan Hubicka <jh@suse.cz>
3377
29184774 3378 * config/tc-i386.h (CpuK6, CpuAthlon, CpuSledgehammer, CpuMMX, Cpu3dnow,
6f8c0c4c
JH
3379 CpuUnknown): Renumber
3380 (CpuP4, CpuSSE2): New.
3381 (CpuUnknownFlags): Add CpuP4 and CpuSSE2
3382
b96ed59a
PB
33832001-01-03 Philip Blundell <pb@futuretv.com>
3384
3385 * config/tc-alpha.c (alpha_force_relocation): Handle vtable
3386 relocs.
3387 (alpha_fix_adjustable): Likewise.
3388 (md_apply_fix): Likewise.
3389
a735d1cd
L
33902000-12-31 H.J. Lu <hjl@gnu.org>
3391
3392 * listing.c (listing_message): Allocate string only if it is
3393 used.
3394
3395 * configure: Rebuild.
3396
67db5ab4
HPN
33972000-12-31 Hans-Peter Nilsson <hp@bitrange.com>
3398
3399 * doc/internals.texi (Relaxing with a table) <after relaxation>:
3400 Point out caveats with generating fixups for the opcode in a frag.
3401
c0d8940f
JH
3402Sat Dec 30 19:02:48 MET 2000 Jan Hubicka <jh@suse.cz>
3403
3404 * configure.in: Add support for x86_64 and x86_64-*-linux-gnu*
3405 * NEWS: Add x86_64.
3406
087f563c
L
34072000-12-29 H.J. Lu <hjl@gnu.org>
3408
3409 * listing.c (calc_hex): Print the variable part only if the
3410 fragment type is rs_fill.
3411
8108ad8e
HPN
34122000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
3413
3414 * doc/internals.texi (tc_conditional_pseudoop,
3415 TC_LINKRELAX_FIXUP): Fix typos.
3416
799051fc
RH
34172000-12-28 Richard Henderson <rth@redhat.com>
3418
3419 * write.c (subsegs_finish): Fix thinko last change -- don't
3420 "optimize" the alignment == 0 case.
3421
0a9ef439
RH
34222000-12-28 Richard Henderson <rth@redhat.com>
3423
3424 * as.h (rs_align_test): New.
3425 * frags.c (NOP_OPCODE): Move default from read.c.
3426 (MAX_MEM_FOR_RS_ALIGN_CODE): New default.
3427 (frag_align_code): New.
3428 * frags.h (frag_align_code): Declare.
3429 * read.c (NOP_OPCODE): Remove.
3430 (do_align): Use frag_align_code.
3431 * write.c (NOP_OPCODE): Remove.
3432 (get_recorded_alignment): New.
3433 (cvt_frag_to_fill): Handle rs_align_test.
3434 (relax_segment): Likewise.
3435 (subsegs_finish): Align last subseg in section to the
3436 section alignment. Use frag_align_code.
3437 * write.h (get_recorded_alignment): Declare.
3438 * config/obj-coff.c (size_section): Handle rs_align_test.
3439 (fill_section, fixup_mdeps): Likewise.
3440 (write_object_file): Use frag_align_code.
3441
3442 * config/tc-alpha.c (alpha_align): Use frag_align_code.
3443 (alpha_handle_align): New.
3444 * config/tc-alpha.h (HANDLE_ALIGN): New.
3445 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3446
3447 * config/tc-i386.h (md_do_align): Use frag_align_code.
3448 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3449
3450 * config/tc-ia64.c (ia64_md_do_align): Don't do code alignment.
3451 (ia64_handle_align): New.
3452 * config/tc-ia64.h (HANDLE_ALIGN): New.
3453 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3454
3455 * config/tc-m32r.c (m32r_do_align): Remove.
3456 (m32r_handle_align): New.
3457 (fill_insn): Use frag_align_code.
3458 * config/tc-m32r.h (md_do_align): Remove.
3459 (HANDLE_ALIGN, MAX_MEM_FOR_RS_ALIGN_CODE): New.
3460 * config/tc-m88k.c, config/tc-m88k.h: Similarly.
3461 * config/tc-mips.c, config/tc-mips.h: Similarly.
3462
3463 * config/tc-sh.c (sh_cons_align): Use rs_align_test.
3464 (sh_handle_align): Likewise. Handle rs_align_code.
3465 (sh_do_align): Remove.
3466 * config/tc-sh.h (md_do_align): Remove.
3467 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3468
3469 * config/tc-sparc.c (sparc_cons_align): Use rs_align_test.
3470 (sparc_handle_align): Likewise. Handle rs_align_code.
3471 * config/tc-sparc.h (md_do_align): Remove.
3472 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3473
3cd4dda7
DD
34742000-12-22 DJ Delorie <dj@redhat.com>
3475
3476 * config/tc-d10v.c (md_assemble): set prev_seg and prev_subseg
3477 when we assemble the first half of a pair.
3478
ec56dfb4
L
34792000-12-22 H.J. Lu <hjl@gnu.org>
3480
3481 * config/tc-i386.c (reloc): Update the macro for non-bfd
3482 assembler.
3483 (BFD_RELOC_X86_64_GOTPCREL): Set to 0 for non-bfd assembler.
3484
ad1172d4
L
34852000-12-22 H.J. Lu <hjl@gnu.org>
3486
3487 * dwarf2dbg.c (dwarf2_finish): Remove #if BFD_ASSEMBLER.
3488
3e73aa7c
JH
3489Wed Dec 20 14:21:22 MET 2000 Jan Hubicka <jh@suse.cz>
3490
29184774 3491 * config/tc-i386.h (i386_target_format): Define even for ELFs.
3e73aa7c
JH
3492 (QWORD_MNEM_SUFFIX): New macro.
3493 (CpuK6,CpuAthlon,CpuSledgehammer, Cpu64, CpuNo64, CpuUnknownFlags):
3494 New macros
3495 (CpuMMX,CpuSSE,Cpu3dnow, CpuUnknown): Renumber.
3496 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
3497 ImmExt): Renumber.
3498 (Size64, No_qSuf, NoRex64, Rex64): New macros.
3499 (Reg64, Imm32S, Imm64, Disp32S, Disp64): New macros.
3500 (Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
3501 InOutPortReg,ShiftCount, Control, Debug, Test, FloatReg, FloatAcc,
3502 SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem):
3503 Renumber.
3504 (Reg, WordReg): Add Reg64.
3505 (Imm): Add Imm32S and Imm64.
3506 (EncImm): New.
3507 (Disp): Add Disp64 and Disp32S.
3508 (AnyMem): Add Disp32S.
3509 (RegRex, RegRex64): New macros.
3510 (rex_byte): New type.
29184774 3511 * config/tc-i386.c (set_16bit_code_flag): Kill.
3e73aa7c
JH
3512 (fits_in_unsigned_long, fits_in_signed_long): New functions.
3513 (reloc): New parameter "signed"; support x86_64.
3514 (set_code_flag): New.
3515 (DEFAULT_ARCH): New macro; default to "i386".
3516 (default_arch): New static variable.
3517 (struct _i386_insn): New fields Operand_PCrel; rex.
3518 (flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT"
3519 (flag_code): New enum and static variable.
3520 (use_rela_relocations): New static variable.
3521 (flag_code_names): New static variable.
3522 (cpu_arch_flags): Default to CpuUnknownFlags|CpuNo64.
3523 (cpu_arch): Add "sledgehammer"; Add CPUAthlon to Athlon and CpuK6 to
3524 K6 and Athlon.
3525 (i386_align_code): Return plain "nop" for x86_64.
3526 (mode_from_disp_size): Support Disp32S.
3527 (smallest_imm_type): Support Imm32S and Imm64.
3528 (offset_in_range): Support size of 8.
3529 (set_cpu_arch): Do not clobber to Cpu64/CpuNo64.
3530 (md_pseudo_table): Add "code64"; use set_code_flat.
3531 (md_begin): Emit sane error message on hash failure.
3532 (tc_i386_fix_adjustable): Support x86_64 relocations.
3533 (md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
3534 instructions supported on particular arch just partially,
3535 output of 64bit immediates, handling of Imm32S and Disp32S type.
3536 (i386_immedaite): Support x86_64 relocations; support 64bit constants.
3537 (i386_displacement): Likewise.
3538 (i386_index_check): Cleanup; support 64bit addresses.
3539 (md_apply_fix3): Support x86_64 relocation and rela.
3540 (md_longopts): Add "32" and "64".
3541 (md_parse_option): Add OPTION_32 and OPTION_64.
3542 (i386_target_format): Call even for ELFs; choose between
3543 elf64-x86-64 and elf32-i386.
3544 (i386_validate_fix): Refuse GOTOFF in 64bit mode.
3545 (tc_gen_reloc): Support rela relocations and x86_64.
3546 (intel_e09_1): Support QWORD.
3547
21d6c4af
DN
35482000-12-15 Diego Novillo <dnovillo@redhat.com>
3549
3550 * config/tc-i386.c (intel_e09_1): Only flag as a memory operand if
55b62671 3551 it's not an offset expression.
21d6c4af
DN
3552 (intel_e10_1): Ditto. Also, if the operand is an offset expression,
3553 keep the braces '[' and ']' in the output string.
3554 (intel_e11): Ditto. Also remove comparison intel_parser.op_modifier
3555 != FLAT. There is no such op_modifier.
3556
6717891c
NC
35572000-12-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3558
3559 * dwarf2dbg.c: If we don't have <limits.h>, try including <sys/param.h>
3560 if we have it.
3561
ee515fb7
KH
35622000-12-13 Kazu Hirata <kazu@hxi.com>
3563
3564 * as.h: Fix formatting.
3565 * cgen.h: Likewise.
3566 * dwarf2dbg.c: Likewise.
3567 * input-scrub.c: Likewise.
3568 * read.h: Likewise.
3569
349a994c
DD
35702000-12-13 Mark Elbrecht <snowball3@bigfoot.com>
3571
3572 * configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
3573 configure: Regenerate.
3574
42dbf88c
NC
35752000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3576
3577 * dwarf2dbg.c: #include <limits.h> only if it exists.
3578
0485cba3
AM
35792000-12-13 Rodney Brown <RodneyBrown@mynd.com>
3580
3581 * config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
3582 (md_apply_fix): Here too.
3583
514829c3
JW
35842000-12-12 Jim Wilson <wilson@redhat.com>
3585
3586 * config/tc-ia64.h (ia64_init): Add prototype.
3587
92eb7b32
L
35882000-12-12 H.J. Lu <hjl@gnu.org>
3589
3590 * dwarf2dbg.c: Enabled only if BFD_ASSEMBLER is defined.
3591
3592 * read.h (outputting_stabs_line_debug): Change it to int.
3593 * stabs.c (outputting_stabs_line_debug): Likewise.
3594
8141c27d
GK
35952000-12-12 Geoffrey Keating <geoffk@redhat.com>
3596
3597 * config/obj-bout.c (obj_crawl_symbol_chain): Don't take
3598 the address of a function result.
3599
5d6f4f16
GK
36002000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3601
3602 * config/tc-ppc.c (md_pseudo_table): Add .file and .loc.
3603 (md_assemble): Call dwarf2_emit_insn.
3604 (shlib): Fix typo SHILB -> SHLIB.
3605 (md_parse_option): Likewise.
3606 (ppc_elf_validate_fix): Likewise:
3607 * config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
3608
d4c0c039
NC
36092000-12-12 Nick Clifton <nickc@redhat.com>
3610
3611 * cgen.h: Fix formatting.
3612 * input-scrub.c: Fix formatting.
3613 * macro.c: Fix formatting.
e972090a 3614 * config/tc-mips.c: Fix formatting.
584da044 3615 * doc/c-mips.texi: Fix formatting.
55b62671 3616
f16b83df
JH
3617Mon Dec 11 14:35:42 MET 2000 Jan hubicka <jh@suse.cz>
3618
29184774 3619 * config/tc-i386.c (md_assemble): Refuse 's' and 'l' suffixes in the intel
f16b83df
JH
3620 mode; convert 'd' suffix to 's' or 'l'; remove all DWORD_MNEM_SUFFIX
3621 references.
3622 (intel_e09_1): Convert QWORD to 'l' suffix for FP operations; refuse
3623 otherwise.
29184774 3624 * config/tc-i386.h (DWORD_MNEM_SUFFIX): Kill.
f16b83df
JH
3625 (No_dSuf): Kill.
3626
3627 * i386.h (*_Suf): Remove No_dSuf.
3628 (d_suf, wld_Suf,sld_Suf, sldx_Suf, bwld_Suf, d_FP, sld_FP, sldx_FP)
3629 Remove.
3630 (i386_optab): Remove 'd' in the suffixes.
3631
50705ef4
AM
36322000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
3633
3634 * config/tc-i386.c (T_SHORT): Undefine before defining.
3635
beae10d5
KH
36362000-12-05 Kazu Hirata <kazu@hxi.com>
3637
3638 * config/tc-mips.c: Fix formatting.
3639
bccba5f0 36402000-12-04 Matthew Hiller <hiller@redhat.com>
50705ef4
AM
3641
3642 * config/tc-d10v.c (flag_allow_gstabs_packing): New variable.
3643 (md_longopts): New options --gstabs-packing, --no-gstabs-packing.
3644 (md_show_usage): Ditto.
3645 (md_parse_option): Ditto.
3646 (d10v_cleanup): Writes pending instruction only if
3647 ! outputting_stabs_line_debug || ! flag_allow_gstabs_packing.
bccba5f0 3648 Fix compile time warning messages.
50705ef4
AM
3649
3650 * doc/c-d10v.texi: Documents new options.
bccba5f0
NC
3651
36522000-12-04 Matthew Hiller <hiller@redhat.com>
3653
50705ef4 3654 * stabs.c (outputting_stabs_line_debug): New variable.
bccba5f0
NC
3655 (stabs_generate_asm_lineno): Set outputting_stabs_line_debug at
3656 function entry and unset at function exit.
3657
50705ef4 3658 * read.h (outputting_stabs_line_debug): New extern declaration.
bccba5f0
NC
3659
3660 * as.c: Include dwarf2dbg.h for definition of dwarf2_finish.
3661
3662 * dwarf2dbg.c: Fix compile time warning messages.
3663
bc805888
KH
36642000-12-03 Kazu Hirata <kazu@hxi.com>
3665
3666 * config/tc-a29k.c: Fix formatting.
3667 * config/tc-alpha.c: Likewise.
3668 * config/tc-arm.c: Likewise.
3669 * config/tc-cris.c: Likewise.
3670 * config/tc-hppa.c: Likewise.
3671 * config/tc-i370.c: Likewise.
3672 * config/tc-i386.c: Likewise.
3673 * config/tc-i860.c: Likewise.
3674 * config/tc-i960.c: Likewise.
3675 * config/tc-ia64.c: Likewise.
3676 * config/tc-m68hc11.c: Likewise.
3677 * config/tc-m68k.c: Likewise.
3678 * config/tc-m88k.c: Likewise.
3679 * config/tc-pj.c: Likewise.
3680 * config/tc-ppc.c: Likewise.
3681 * config/tc-sh.c: Likewise.
3682 * config/tc-sparc.c: Likewise.
3683 * config/tc-tahoe.c: Likewise.
3684 * config/tc-vax.c: Likewise.
3685
3dacdf2e
NC
36862000-12-01 Chris Demetriou <cgd@sibyte.com>
3687
50705ef4
AM
3688 * config/tc-mips.c (mips_ip): When calculating offsets,
3689 don't accept as constant the difference between the
3690 addresses of symbols in two different sections.
3691
3692 * config/tc-mips.c (macro_build): Add new 'U' and 'J' operand
3693 specifiers.
3694 (validate_mips_insn): Likewise. Also, update 'B' operand
3695 specifier to use OP_*_CODE20 constants and delete 'm' operand
3696 specifier.
3697 (mips_ip): Remove 'm' operand specifier, add 'U' and 'J'
3698 operand specifiers. Change warning generated by 'B' operand
3699 specifier to reflect its new multi-purpose usage.
3700
3701 * config/tc-mips.c (mips_set_options): Use ISA_UNKNOWN rather than
3702 -1, and update comment.
3703 (file_mips_isa): Likewise.
3704 (mips_cpu): Use CPU_UNKNOWN rather than -1, and update comment.
3705 (ISA_HAS_COPROC_DELAYS, ISA_HAS_64BIT_REGS, gpr_interlocks): Use
3706 ISA_* constants rather than hard-coded numbers.
3707 (mips_cpu_info): New structure.
3708 (mips_cpu_info_table): New table describing CPU and ISA names
3709 and numbers.
3710 (mips_cpu_info_from_name, mips_cpu_info_from_isa,
3711 mips_cpu_info_from_cpu): New functions.
3712 (mips_isa_to_str): New function to get string for ISA name.
3713 (mips_cpu_to_str): Convert to use mips_cpu_info_from_cpu, and
3714 return const char *.
3715 (md_begin): Redo CPU and ISA selection logic, using
3716 mips_cpu_info_from_*. Convert to use ISA_* constants rather
3717 than hard-coded numbers.
3718 (append_insn, mips_emit_delays, macro, macro2): Convert to use
3719 ISA_* constants rather than hard-coded numbers.
3720 (mips_ip): Convert to use mips_isa_to_str to get ISA name.
3721 (md_longopts): Delete OPTION_NO_MIPS32.
3722 (md_parse_option): Convert to use ISA_* constants rather than
3723 hard-coded numbers. Make OPTIONS_MIPS32 case treat MIPS32
3724 as an ISA. Delete OPTION_NO_MIPS32 case. Convert OPTION_MCPU
3725 to use strcasecmp to recognize "default" and to use
3726 mips_cpu_info_from_name to get CPU numbers from argument.
3727 (md_show_usage): Move -mips32 so it's with the rest of the ISA
3728 flags. Change 4Kc, 4Kp and 4Km CPU entries to just be
3729 mips32-4k.
3730 (s_mipsset): Accept ISA value 32.
3731 * doc/as.texinfo: Clean up MIPS options summary slightly,
3732 remove -no-mips32. Add note about -mips4 and -mips32
3733 specifying those ISA levels. Delete -mips32 and -no-mips32
3734 cpu flag descriptions.
3735 * doc/c-mips.texi: Add -mips32 to list of ISA switches. Clean
3736 up the supported CPU switch list, and replace 4Kc, 4Km, and
3737 4Kp entries with a single mips32-4k entry. Note that you can
3738 use ".set mips32".
3739
29184774 3740 * config/tc-mips.c (ISA_HAS_64BIT_REGS): Add checks for ISA_MIPS5 and
50705ef4
AM
3741 ISA_MIPS64.
3742 (md_longopts, OPTION_MIPS5, OPTION_MIPS64): Add options for
3743 -mips5 and -mips64.
3744 (md_parse_option): Add cases for OPTION_MIPS5 and
3745 OPTION_MIPS64.
3746 (md_show_usage): Mention -mips5 and -mips64 arguments.
3747 (s_mipsset): Add cases for MIPS5 and MIPS64.
3748 (mips_cpu_info_table): Add entries for MIPS5 and MIPS64 ISAs
3749 and pseudo-CPUs.
3750 * doc/as.texinfo: Mention -mips5 and -mips64 options
3751 and their meanings.
3752 * doc/c-mips.texi: Likewise. Also update introduction
3753 and ".set" usage information.
3754
3755 * config/tc-mips.c (md_show_usage): Add "sb1" to the
3756 CPU list.
3757 (mips_cpu_info_table): Add SB-1 entries.
3758 * doc/c-mips.texi: Add "sb1" to the list of CPUs
3759 known to the -mcpu option.
3760
3761 * doc/as.texinfo: Correct description of MIPS -mcpu
3762 option, by copying some of the text from doc/c-mips.texi.
c6c98b38 3763
23fe39df 37642000-12-01 Joel Sherrill <joel@OARcorp.com>
5f68c319 3765
3dacdf2e
NC
3766 * configure.in (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3767 New targets.
3768 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3769 (sparc*-*-rtems*): Switched from a.out to ELF.
5f68c319
NC
3770 * configure: Regenerate.
3771 * config.in: Regenerate.
3772 * Makefile.in: Regenerate.
3773 * aclocal.m4: Regenerate.
3774 * po/gas.pot: Regenerate.
50705ef4 3775
4ce3447c
PB
37762000-11-30 Philip Blundell <pb@futuretv.com>
3777
3778 * config/obj-coff.c (obj_coff_weak): Use S_SET_WEAK if it exists,
3779 even in non BFD_ASSEMBLER case.
3780
76a0ddac
DN
37812000-11-30 Diego Novillo <dnovillo@redhat.com>
3782
29184774 3783 * config/tc-i386.c (md_assemble): Swap i.disp_relocs when using intel
76a0ddac
DN
3784 syntax.
3785
220e750f
RH
37862000-11-29 Richard Henderson <rth@redhat.com>
3787
3788 * dwarf2dbg.c: Rewrite from scratch. Queue all debugging output
3789 until dwarf2_finish; use relaxation to get cross-fragment offsets;
3790 thread multiple subsegments properly; handle multiple code
3791 sections properly; emit proper compilation unit info for assembler
3792 generated debugging.
3793
3794 * as.h (enum _relax_state): Add rs_dwarf2dbg.
3795 * dwarf2dbg.h (struct dwarf2_line_info): Remove filename.
3796 (dwarf2dbg_estimate_size_before_relax): Declare.
3797 (dwarf2dbg_relax_frag, dwarf2dbg_convert_frag): Declare.
3798 * write.c: Include dwarf2dbg.h.
3799 (cvt_frag_to_fill): Handle rs_dwarf2dbg.
3800 (relax_segment): Likewise.
3801
99b222b4
HPN
38022000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
3803
3804 * config/tc-sh.c (md_convert_frag) <undefined symbol, conditional
3805 jump>: Use as_bad_where instead of as_bad. Tweak error message
3806 accordingly. Stabilize frag by updating fix part and resetting
3807 variant part.
3808 <undefined symbol, unconditional jump>: Ditto.
dda5ecfc
HPN
3809 (sh_elf_cons): Cast *input_line_pointer to unsigned char when
3810 indexing is_end_of_line[].
3811 (md_assemble): Initialize size to 0.
3812 (md_section_align): Mark parameter seg as unused.
e46fee70 3813 (parse_reg): Parse names case-insensitively.
99b222b4 3814
814f6641
KH
38152000-11-28 Kazu Hirata <kazu@hxi.com>
3816
3817 * config/obj-aout.h: Fix formatting.
3818 * config/obj-bout.h: Likewise.
3819 * config/obj-coff.c: Likewise.
3820 * config/obj-coff.h: Likewise.
3821 * config/obj-elf.h: Likewise.
3822 * config/obj-som.h: Likewise.
3823 * config/obj-vms.c: Likewise.
3824 * config/obj-vms.h: Likewise.
3825 * config/tc-h8300.h: Likewise.
3826 * config/tc-ns32k.h: Likewise.
3827 * config/tc-sparc.h: Likewise.
3828 * config/tc-tic54x.h: Likewise.
3829 * config/tc-z8k.h: Likewise.
3830
e47b9e39
NC
38312000-11-28 Nick Clifton <nickc@redhat.com>
3832
3833 * doc/as.1 (COPYING): Mention that the GNU Free Documentation
3834 License is present in the sources, but not the output, and
3835 also available from the GNU website.
3836 (GNU Free Documentation License): Comment out this section.
3837
fcdc20a4
HPN
38382000-11-28 Hans-Peter Nilsson <hp@axis.com>
3839
43c34dee
HPN
3840 * Makefile.am (CPU_OBJ_VALID): Add case to filter out invalid coff
3841 targets. Remove i860 from valid a.out targets.
3842 * Makefile.in: Regenerate.
3843
fcdc20a4 3844 * config/tc-cris.c: Include dwarf2dbg.h.
50705ef4 3845 (md_pseudo_table): Add .file and .loc.
fcdc20a4
HPN
3846 (md_assemble): Call dwarf2_emit_insn if generating ELF.
3847 (s_cris_file, s_cris_loc): New.
3848 * config/tc-cris.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
3849 * Makefile.am: Regenerate dependencies.
3850 * Makefile.in: Regenerate.
3851
16887944
AM
38522000-11-28 Alan Modra <alan@linuxcare.com.au>
3853
3854 * expr.c (STANDARD_MUL_PRECEDENCE): Correct value.
3855 (MRI_MUL_PRECEDENCE): Likewise.
3856 (op_rank): Fix a comment typo.
3857
ae3e85dd
SC
38582000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3859
3860 * config/tc-m68hc11.c (build_indexed_byte): Print the offset in
3861 the error message.
3862 (get_operand): Fix analysis for movw/movb instructions.
3863
077b8428
NC
38642000-11-24 Nick Clifton <nickc@redhat.com>
3865
3866 * configure.in (xscale-elf): Add target.
3867 (xscale-coff): Add target.
3868 * configure: Regenerate.
3869
3870 * config/tc-arm.c (ARM_EXT_V5E): New ARM architecture
3871 extenstion.
3872 (ARM_EXT_XSCALE): New ARM architecture extension.
3873 (ARM_LONGMUL): Rename to ARM_EXT_LONGMUL.
3874 (ARM_HALFWORD): Rename to ARM_EXT_HALFWORD.
3875 (ARM_THUMB): Rename to ARM_EXT_THUMB.
3876 (ARM_ARCH_V4): Remove processor from architecture.
3877 (ARM_ARCH_3M): New architecutre definition.
3878 (ARM_ARCH_V5TE): New architecutre definition.
3879 (ARM_ARCH_XSCALE): New architecutre definition.
3880 (CPU_DEFAULT): Allow to be defaulted to XScale.
3881 (atpcs): New boolean variable.
3882 (ldr_flags): Support 'd' flag for double word loads.
3883 (str_flags): Support 'd' flag for double word stored.
3884 (do_mia): New function.
3885 (do_mar): New function.
3886 (do_mra): New function.
3887 (do_pld): New function.
3888 (do_ldrd): New function.
3889 (do_blx): New function.
3890 (do_bkpt): New function.
3891 (do_clz): New function.
3892 (do_lstc2): New function.
3893 (do_cdp2): New function.
3894 (do_t_blx): New function.
3895 (do_t_bkpt): New function.
3896 (do_smla): New function.
3897 (do_smlal): New function.
3898 (do_smul): New function.
3899 (do_qadd): New function.
3900 (do_co_reg2c): New function.
3901 (LONGEST_INSN): Redefine to 7.
3902
3903 * doc/c-arm.texi: Document -mxscale, -mmarmv5te and -matpcs
3904 command line switches.
3905
2434f565
JW
39062000-11-22 Jim Wilson <wilson@redhat.com>
3907
3908 * config/tc-ia64.c (pseudo_func): Add missing initializers.
3909 (struct rsrc): Make line unsigned.
3910 (gr_values): Add missing initializer.
3911 (SLOT_NUM_NOT_SET): Add unsigned cast.
3912 (ia64_elf_section_flags, output_vbyte_mem, count_output, dot_radix,
3913 dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
3914 dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
3915 dot_unwentry, dot_altrp, dot_saveg, dot_savef, dot_saveb, dot_savegf,
3916 dot_spill, dot_spillreg, dot_spillreg_p, dot_label_state,
3917 dot_copy_state, dot_unwabi, dot_personality, dot_proc, dot_body,
3918 dot_prologue, dot_endp, dot_regstk, dot_psr, dot_alias, dot_ln,
3919 dot_reg_val, dot_entry, dot_mem_offset, ia64_init, mark_resource,
3920 md_undefined_symbol, md_apply_fix3, tc_gen_reloc, ia64_md_do_align):
3921 Add ATTRIBUTE_UNUSED to unused parameters.
3922 (convert_expr_to_ab_reg): Add parens.
3923 (convert_expr_to_xy_reg): Add parens. Comment out >= REG_GR test.
3924 (dot_prologue): Initialize grsave when declared.
3925 (md_pseudo_table): Add missing initializers.
3926 (operand_match): Add casts to bfd_vma.
3927 (emit_one_bundle): Delete unused local prev. Make required_template
3928 unsigned.
3929 (specify_resource): Cast i to unsigned.
3930 (note_register_values): Use fprintf_vma.
3931 (print_dependency): Likewise.
3932
5a080f89
JW
39332000-11-21 Jim Wilson <wilson@redhat.com>
3934
5e7474a7
JW
3935 * config/tc-ia64.c (generate_unwind_image): Call record_alignment
3936 for unwind info section.
3937 (dot_endp): Likewise for unwind section.
3938
5a080f89
JW
3939 * config/tc-ia64.c (emit_one_bundle): Pass size of 8 not 4 to
3940 fix_new_exp.
3941
732d96b6
JJ
39422000-11-21 Jakub Jelinek <jakub@redhat.com>
3943
3944 * config/tc-sparc.c (md_pseudo_table): Add .file and .loc.
3945 (output_insn): Call dwarf2_emit_insn.
b8e904dc 3946 * config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
732d96b6 3947
6d2cf69f
RH
39482000-11-17 Richard Henderson <rth@redhat.com>
3949
3950 * ehopt.c (eh_frame_code_alignment): New arg `in_seg', update all
3951 callers. Don't switch segments. Expect CIE == -1 in .debug_frame.
3952 (check_eh_frame): Handle .eh_frame and .debug_frame concurrently.
3953
8179bd9b
NC
39542000-11-17 Nick Clifton <nickc@redhat.com>
3955
3956 * config/tc-arm.c (md_pseudo_table): Add support for .line and
3957 .file pseudo ops.
3958
316e2c05
RH
39592000-11-17 Richard Henderson <rth@redhat.com>
3960
3961 * config/tc-i386.c (md_pseudo_table): Add .file and .loc.
3962
a8316fe2
RH
39632000-11-17 Richard Henderson <rth@redhat.com>
3964
3965 * dwarf2dbg.c (dwarf2_gen_line_info): Early out for no line number.
50705ef4 3966 * config/obj-elf.h (ECOFF_DEBUGGING) [TC_ALPHA]: Adjust for
a8316fe2
RH
3967 tri-state definition of alpha_flag_mdebug.
3968 * config/tc-alpha.c (alpha_flag_mdebug): Init to -1.
3969 (s_alpha_file): Store first .file directive.
3970 (s_alpha_stab): New.
3971 (md_pseudo_table): Add stabs and stabn.
3972
e346e481
RH
39732000-11-17 Richard Henderson <rth@redhat.com>
3974
3975 * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.
3976
4dc7ead9
RH
39772000-11-17 Richard Henderson <rth@redhat.com>
3978
3979 * as.c (debug_type): Init to DEBUG_UNSPECIFIED.
39bb5fe6 3980 (main): Call dwarf2_finish.
4dc7ead9
RH
3981 * as.h (debug_type): Clarify documentation of the meaning
3982 of this variable.
3983 * dwarf2dbg.c (DWARF2_LINE_MIN_INSN_LENGTH): Default to 1.
3984 (print_stats): Fix parenthesis problem.
3985 (now_subseg_size): New.
3986 (dwarf2_finish): Use it. If DEBUG_DWARF2, emit bits for .debug_info.
3987 (dwarf2_directive_file): Don't set debug_type.
3988 (dwarf2_where): Honor DEBUG_DWARF2 first.
3989 (dwarf2_emit_insn): Renamed from dwarf2_generate_asm_lineno;
3990 do nothing if not emitting dwarf2 debug info, or no work.
3991 * dwarf2dbg.h (dwarf2_emit_insn): Update.
3992 * ecoff.c (add_file): Turn on DEBUG_ECOFF only if DEBUG_UNSPECIFIED.
3993 (ecoff_new_file): Likewise.
3994 * read.c (generate_lineno_debug): Kill ecoff hackery. Update
3995 commentary wrt dwarf2.
3996
3997 * config/tc-alpha.c (alpha_adjust_symtab_relocs): Add
3998 ATTRIBUTE_UNUSED as needed.
3999 (emit_insn): Call dwarf2_emit_insn.
4000 (s_alpha_file): New.
4001 (s_alpha_loc): New.
4002 (s_alpha_coff_wrapper): Don't handle them.
4003 (md_pseudo_table): Update for .file and .loc.
4004 * config/tc-alpha.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
4005
4006 * config/tc-arm.c (output_inst): Update for dwarf2_emit_insn;
4007 don't protect with debug_type.
4008 * config/tc-hppa.c (md_assemble): Likewise.
4009 * config/tc-m68hc11.c (m68hc11_new_insn): Likewise.
4010 * config/tc-mn10300.c (md_assemble): Likewise.
4011 * config/tc-sh.c (md_assemble): Likewise.
4012 * config/tc-v850.c (md_assemble): Likewise.
4013
4014 * config/tc-arm.c (arm_end_of_source): Remove.
4015 * config/tc-hppa.c (pa_end_of_source): Remove.
4016 * config/tc-m68hc11.c (m68hc11_end_of_source): Remove.
4017 * config/tc-mn10300.c (mn10300_finalize): Remove.
4018 * config/tc-sh.c (sh_finalize): Remove.
4019 * config/tc-v850.c (sh_finalize): Remove.
4020
4021 * config/tc-arm.h (md_end): Remove.
4022 * config/tc-hppa.h (md_end): Remove.
4023 (DWARF2_LINE_MIN_INSN_LENGTH): New.
4024 * config/tc-m68hc11.h (md_end): Remove.
4025 * config/tc-mn10300.h (md_end): Remove.
4026 * config/tc-sh.h (md_end): Remove.
4027 * config/tc-v850.h (md_end): Remove.
4028
4029 * config/tc-ia64.c (emit_one_bundle): Don't protect
4030 dwarf2 bits with debug_type.
4031 (md_assemble): Likewise.
4032 (ia64_end_of_source): Don't call dwarf2_finish.
4033
ca683b78
JW
40342000-11-16 Jim Wilson <wilson@redhat.com>
4035
4036 * config/tc-ia64.c (errata_nop_necessary_p): Abort if general regno
4037 >= 128 instead of > 128. Abort if predicate regno is >= 64 instead of
4038 > 16.
4039
6f620856
L
40402000-11-16 H.J. Lu <hjl@gnu.org>
4041
4042 * config/obj-elf.c (obj_elf_symver): Don't check the missing
4043 version name.
4044
19d63e5d
KH
40452000-11-15 Kazu Hirata <kazu@hxi.com>
4046
4047 * config/tc-tic30.c: Fix formatting.
4048 * config/tc-tic80.c: Likewise.
4049 * config/tc-v850.c: Likewise.
4050 * config/tc-vax.c: Likewise.
4051 * config/tc-w65.c: Likewise.
4052 * config/tc-z8k.c: Likewise.
4053
a8761a19
DD
40542000-11-14 DJ Delorie <dj@redhat.com>
4055
4056 * config/tc-v850.c: Support dwarf2.
4057 * config/tc-v850.h: Ditto.
4058
4059 * config/tc-v850.c (cons_fix_new_v850): Don't rely on
4060 parse_cons_expression_v850 to initialize hold_cons_reloc.
50705ef4 4061
88be23ec
BS
40622000-11-15 Bernd Schmidt <bernds@redhat.com>
4063
29184774 4064 * config/tc-ia64.c (struct md): New entries LAST_GROUPS, GROUP_IDX.
88be23ec
BS
4065 (errata_nops_necessary_p): New function.
4066 (emit_one_bundle): Call it. Update the GROUP_IDX field in struct
4067 md.
4068
72a76794
JW
40692000-11-14 Jim Wilson <wilson@redhat.com>
4070
4071 * config/tc-ia64.c (ia64_target_format): If EF_IA_64_BE not set, then
4072 return little endian bfd formats.
4073
4a1805b1
KH
40742000-11-14 Kazu Hirata <kazu@hxi.com>
4075
4076 * config/aout_gnu.h: Fix formatting.
4077 * config/atof-vax.c: Likewise.
4078 * config/m68k-parse.h: Likewise.
4079 * config/m88k-opcode.h: Likewise.
4080 * config/obj-elf.c: Likewise.
4081 * config/tc-arm.c: Likewise.
4082 * config/tc-cris.c: Likewise.
4083 * config/tc-i386.c: Likewise.
4084 * config/tc-ia64.c: Likewise.
4085 * config/tc-mn10300.c: Likewise.
4086 * config/te-386bsd.h: Likewise.
4087 * config/te-hppa.h: Likewise.
4088 * config/te-nbsd.h: Likewise.
4089 * config/te-ppcnw.h: Likewise.
4090 * config/te-sparcaout.h: Likewise.
4091 * config/te-tmips.h: Likewise.
4092 * config/vax-inst.h: Likewise.
4093 * config/vms-conf.h: Likewise.
4094
c810873d
JJ
40952000-11-14 Jakub Jelinek <jakub@redhat.com>
4096
4097 * config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits.
4098
79082ff0
L
40992000-11-13 H.J. Lu <hjl@gnu.org>
4100
4101 * config/obj-elf.c (elf_frob_symbol): Support
4102 ".symver name,name2@@@nodename".
4103 (elf_frob_file_before_adjust): Likewise.
4104
4105 * doc/as.texinfo: Updated for ".symver name,name2@@@nodename"
4106 and ".symver name,name2@@@nodename".
4107 Fix a typo.
4108
1da00eb4
L
41092000-11-12 H.J. Lu (hjl@gnu.org)
4110
4111 * config/obj-elf.c (obj_elf_symver): Check missing version
4112 name.
4113
f585997b
L
41142000-11-12 H.J. Lu (hjl@gnu.org)
4115
4116 * dwarf2dbg.c (dwarf2_generate_asm_lineno): Use addressT
4117 instead of bfd_vma for non-bfd assemblers.
4118
ef5c4bfc
KH
41192000-11-09 Kazu Hirata <kazu@hxi.com>
4120
4121 * itbl-ops.c: Fix comment typos.
4122
f5a30c2e
JW
41232000-11-08 Jim Wilson <wilson@redhat.com>
4124
4125 * config/tc-ia64.c (struct unw_rec_list): Add slot_frag field.
4126 (struct unwind): Add next_slot_frag field.
4127 (slot_index): New parameters slot_frag and first_frag. Add code
4128 to add in frag sizes when different. Add comments.
4129 (fixup_unw_records): New locals first_frag and last_frag. Pass new
4130 arguments to slot_index.
4131 (emit_one_bundle): Set slot_frag field. Set next_slot_number after
4132 loop end. Set next_slot_frag field.
4133
339681c0
L
41342000-11-07 H.J. Lu <hjl@gnu.org>
4135
4136 * doc/as.texinfo (.symver): Updated for versioned symbol
4137 reference.
4138
4139 * obj.h (format_ops): Add the frob_file_before_adjust field.
4140
4141 * config/obj-aout.c (aout_format_ops): Set the
4142 frob_file_before_adjust field to 0.
4143 * config/obj-coff.c (coff_format_ops): Likewise.
4144 * config/obj-ecoff.c (ecoff_format_ops): Likewise.
4145
4146 * config/obj-elf.c (obj_elf_symver): Allow duplicated version
4147 name.
4148 (elf_frob_file_before_adjust): New function to remove unneeded
4149 versioned symbols from the symbol table.
4150 (elf_format_ops): Set the frob_file_before_adjust field to
4151 elf_frob_file_before_adjust.
4152
4153 * config/obj-elf.h (obj_frob_file_before_adjust): Defined if
4154 not defined.
4155
4156 * config/obj-multi.h (obj_frob_file_before_adjust): Defined.
4157
4a314ec8
NC
41582000-11-07 Peter Targett <peter.targett@arccores.com>
4159
8a543126 4160 * config/tc-arc.h: Avoid warnings for LITTLE_ENDIAN and
4a314ec8 4161 BIG_ENDIAN macros.
8a543126 4162 * config/tc-arc.c: Use S_IS_LOCAL to test local symbols.
4a314ec8 4163 Fix compile time warning messages.
50705ef4 4164
604d524f
NC
41652000-11-07 Nick Clifton <nickc@redhat.com>
4166
4167 * stabs.c (generate_asm_file): Increase length of xmalloc'ed
4168 buffer in order to avoid buffer overflows.
4169
44f5c83a
JW
41702000-11-06 Steve Ellcey <sje@cup.hp.com>
4171
4172 * config/tc-ia64.c (md_shortopts, md_parse_option, md_show_usage):
4173 Change M to m for -milp32 or -mlp64 to match gcc.
4174 (dot_endp): Use bytes_per_address instead of 8.
4175 (emit_one_bundle): Use number_to_chars_littleendian instead of
4176 md_number_to_chars.
4177 (fix_insn): Likewise.
4178 (ia64_init): New function.
4179 (ia64_target_format): New function.
4180 (md_begin): Set endianness, arch, and machine as appropriate.
4181 * config/tc-ia64.h: (TARGET_BYTES_BIG_ENDIAN, md_number_to_chars):
4182 Make these macros depend on TE_HPUX macro.
4183 (TARGET_FORMAT): Define.
4184 (HOST_SPECIAL_INIT): Define.
4185 * config/te-hpux.h: New file.
4186 * configure.in: Add "ia64-*-hpux*" target to configure.
4187 * configure: Regenerate.
50705ef4 4188
7152f1dc
KH
41892000-11-06 Kazu Hirata <kazu@hxi.com>
4190
ef99799a
KH
4191 * as.c: Fix formatting.
4192 * dwarf2dbg.c: Likewise.
4193 * input-file.c: Likewise.
7152f1dc
KH
4194 * input-file.h: Likewise.
4195 * input-scrub.c: Likewise.
ef99799a
KH
4196 * itbl-ops.c: Likewise.
4197 * listing.c: Likewise.
4198 * macro.h: Likewise.
4199 * messages.c: Likewise.
4200 * read.c: Likewise.
4201 * subsegs.c: Likewise.
4202 * subsegs.h: Likewise.
4203 * write.c: Likewise.
7152f1dc 4204
cf055d54
NC
42052000-11-06 Nick Clifton <nickc@redhat.com>
4206
4207 * doc/as.texinfo: Add GNU Free Documentation License.
4208 * doc/gasp.texi: Add GNU Free Documentation License.
4209 * doc/as.1: Add GNU Free Documentation License.
4210
8d6b5c8e
NC
42112000-11-05 Nick Clifton <nickc@redhat.com>
4212
4213 * config/tc-arm.c: Add include of "dwarf2dbg.h"
4214
59ff2774
NC
42152000-11-02 Per Lundberg <plundis@chaosdev.org>
4216
4217 * configure.in: Recognise i[3456]86-chaosdev-storm-chaos.
4218 * configure: Regenerate.
4219
37d8bb27
NC
42202000-11-01 Nick Clifton <nickc@redhat.com>
4221
4222 * read.c (original_case_string): New global variable.
4223 (read_a_source_file): Copy opcode string into
4224 original_case_string if clobbering the case of the opcode.
4225 * read.h: Export the definition of original_case_string.
4226 * config/tc-arm.c (md_assembler): When parsing a .req
4227 directive use the original opcode string, not the case
4228 clobbered version.
4229
d75bb8cf
NC
42302000-11-02 Nick Clifton <nickc@redhat.com>
4231
4232 * config/tc-mn10300.c (debug_line): Remove this static
37d8bb27 4233 variable.
d75bb8cf
NC
4234 (md_assemble): Call dwarf2_generate_asm_lineno instead of
4235 dwarf2_where and dwarf2_gen_line_info.
4236
6c17cfe4
PB
42372000-11-02 Theo Honohan <th@futuretv.com>
4238
50705ef4 4239 * config/tc-arm.c (do_msr): Improve error message.
6c17cfe4 4240
c51ce5f0
EC
42412000-10-31 Eric Christopher <echristo@redhat.com>
4242
4243 * config/tc-mn10300.c (md_apply_fix3): Use valuep if fully resolved
4244 or pc-relative, else use fx_offset.
4245
f1bcba5b
JW
42462000-10-31 Jim Wilson <wilson@redhat.com>
4247
4248 * config/tc-ia64.c (struct md): New field tag_fixups.
4249 (ia64_flush_insns): Handle tag_fixups. Error if dangling
4250 qualifying predicate.
4251 (emit_one_bundle): Delete spurious multiplication by one. Handle
4252 tag_fixups.
4253 (ia64_start_line): Error if dangling qualifying predicate.
4254 (defining_tag): New static variable.
4255 (ia64_unrecognized_line, case '['): Parse tags.
4256 (ia64_frob_label): Create tag_fixups.
4257 (md_assemble): Reset md.qp.X_op after using it.
c51ce5f0 4258
8637c045
AM
42592000-10-31 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4260
4261 * config/tc-sh.c (md_apply_fix [BFD_RELOC_SH_PCDISP12BY2]): Allow 4094.
4262
ebeeafe6
BS
42632000-10-31 Bernd Schmidt <bernds@redhat.co.uk>
4264
29184774 4265 * config/tc-ia64.c (extra_goodness): Only prefer F in slot 1 and B in slot 2.
ebeeafe6 4266
b041f888
KH
42672000-10-30 Kazu Hirata <kazu@hxi.com>
4268
4269 * expr.c: Fix formatting.
4270 * flonum-copy.c: Likewise.
4271 * flonum.h: Likewise.
4272 * gasp.c: Likewise.
4273 * hash.c: Likewise.
4274
d8374dcd
HPN
42752000-10-30 Hans-Peter Nilsson <hp@bitrange.com>
4276
4277 * as.h (OPTION_MD_BASE): Bump to 190.
4278 * as.c (parse_args) <std_longopts>: Add comment about the need to
4279 check OPTION_MD_BASE in as.h.
4280
1308f14c
HPN
4281 * config/tc-sh.c (md_apply_fix): For ELF, do not "adjust back" VAL
4282 for weak symbols.
4283
6f6ef0fa
NC
42842000-10-27 Nick Clifton <nickc@redhat.com>
4285
4286 * configure.in (emulations): Add m68hc12.
4287 * configure: Regenerate.
4288 * po/gas.pot: Regenerate.
c51ce5f0 4289
bf1b5881
AH
42902000-10-27 Aldy Hernandez <aldyh@redhat.com>
4291
50705ef4
AM
4292 * config/tc-arm.c (psrs): Remove lowercase versions of spsr* and
4293 cpsr*.
4294 (arm_psr_parse): Handle lowercase CPSR and SPSR.
bf1b5881 4295
85a39694
NC
42962000-10-25 Nick Clifton <nickc@redhat.com>
4297
4298 * dwarf2out.c (dwarf2_generate_asm_lineno): New function: Generate
4299 a DWARF2 line number information sequence.
4300
4301 *dwarf2out.h: Add prototype for dwarf2_generate_asm_lineno.
4302
4303 * read.c (generate_lineno_debug): Update comment describing why
4304 DWARF2 line number debug information is not generated
4305 automatically by this function.
4306
4307 * doc/as.texinfo: Note that --gdwarf2 only works on some targets,
4308 not all.
c51ce5f0 4309
85a39694
NC
4310 * config/tc-arm.h (md_end): Define.
4311 (DWARF2_LINE_MIN_INSN_LENGTH): Define.
c51ce5f0 4312
85a39694
NC
4313 * config/tc-arm.c (output_inst): Call dwarf2_generate_asm_lineno
4314 if generating DWARF2 line numbers.
4315 (arm_end_of_source): New function. Call dwarf2_finish if
4316 necessary.
4317
4318 * config/tc-hppa.c (md_assemble): Use dwarf2_generate_asm_lineno.
4319 * config/tc-m68hc11.c (m68hc11_new_insn): Use dwarf2_generate_asm_lineno.
4320 * config/tc-sh.c (md_assemble): Use dwarf2_generate_asm_lineno.
c51ce5f0 4321
cce0cbdc
DN
43222000-10-25 Diego Novillo <dnovillo@cygnus.com>
4323
29184774 4324 * config/tc-i386.c: Fix prototype declarations for functions taking no
cce0cbdc
DN
4325 arguments.
4326
64a0c779
DN
43272000-10-24 Diego Novillo <dnovillo@cygnus.com>
4328
29184774 4329 * config/tc-i386.c (i386_operand_modifier): Remove.
64a0c779
DN
4330 (build_displacement_string): Remove.
4331 (i386_parse_seg): Remove.
4332 (i386_intel_memory_operand): Remove.
4333 (i386_intel_operand): Re-write using recursive descent parser based
4334 on MASM documentation.
4335 (struct intel_parser_s): New structure.
4336 (intel_parser): New static variable.
4337 (struct intel_token): New structure.
4338 (cur_token, prev_token): New static variables.
4339 (T_NIL): Define.
4340 (T_CONST): Define.
4341 (T_REG): Define.
4342 (T_BYTE): Define.
4343 (T_WORD): Define.
4344 (T_DWORD): Define.
4345 (T_QWORD): Define.
4346 (T_XWORD): Define.
4347 (T_SHORT): Define.
4348 (T_OFFSET): Define.
4349 (T_PTR): Define.
4350 (T_ID): Define.
4351 (intel_match_token): New function.
4352 (intel_get_token): New function.
4353 (intel_putback_token): New function.
4354 (intel_expr): New function.
4355 (intel_e05): New function.
4356 (intel_e05_1): New function.
4357 (intel_e06): New function.
4358 (intel_e06_1): New function.
4359 (intel_e09): New function.
4360 (intel_e09_1): New function.
4361 (intel_e10): New function.
4362 (intel_e10_1): New function.
4363 (intel_e11): New function.
4364
19f7b010
JJ
43652000-10-20 Jakub Jelinek <jakub@redhat.com>
4366
4367 * config/tc-sparc.c (sparc_ip): Fix a bug which caused v9_arg_p
4368 instructions to loose any special insn->architecture mask.
4369
4370 * config/tc-sparc.c (v9a_asr_table): Add v9b ASRs.
4371 (sparc_md_end, sparc_arch_types, sparc_arch,
4372 sparc_elf_final_processing): Handle v8plusb and v9b architectures.
4373 (sparc_ip): Handle siam mode operands. Support v9b ASRs (and
4374 request v9b architecture if they are used).
4375
3ae647a0
NC
43762000-10-18 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4377
4378 * config/tc-m68k.c: Fix the previous misapplied patch.
4379
5cbdaa77
NC
43802000-10-18 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4381
50705ef4
AM
4382 * config/tc-m68k.h (RELAX_RELOC_*): New definitions for both
4383 BFD_ASSEMBLER and !BFD_ASSEMBLER.
4384 * config/tc-m68k.c (md_convert_frag_1): Use them instead of
4385 BFD_RELOC_*.
5cbdaa77 4386
e6c774b4
KH
43872000-10-17 Kazu Hirata <kazu@hxi.com>
4388
4389 * debug.c: Fix formatting.
4390 * depend.c: Likewise.
4391 * dwarf2dbg.c: Likewise.
4392 * dwarf2dbg.h: Likewise.
4393 * ecoff.c: Likewise.
4394 * expr.c: Likewise.
4395 * expr.h: Likewise.
4396 * flonum-konst.c: Likewise.
4397 * frags.h: Likewise.
4398
ea20a7da
CC
43992000-10-17 Chandrakala Chavva <cchavva@redhat.com>
4400
4401 * as.c: New option OPTION_TARGET_HELP. Prints all target specific
4402 options.
4403 * doc/as.texinfo: Added notes about this new option.
4404
266cb5f1
HPN
44052000-10-16 Hans-Peter Nilsson <hp@bitrange.com>
4406
4407 * config/tc-sh.c (JREG): Remove.
4408 (md_convert_frag): Remove #if 0:d code using JREG.
4409
6588847e
DN
44102000-10-15 Diego Novillo <dnovillo@cygnus.com>
4411
4412 * config/tc-i386.c (i386_operand_modifier): Only match
4413 modifiers SHORT and FLAT if they are followed by a space.
4414 (parse_register): When `allow_naked_reg' is set, do not confuse
4415 identifiers that start with a register name with a register.
4416
30a2b4ef
KH
44172000-10-12 Kazu Hirata <kazu@hxi.com>
4418
4419 * app.c: Fix formatting.
4420 * as.c: Likewise.
4421 * as.h: Likewise.
4422 * bit_fix.h: Likewise.
4423 * cgen.c: Likewise.
4424 * cgen.h: Likewise.
4425 * cond.c: Likewise.
4426
d01e2a23
AM
44272000-10-11 Alan Modra <alan@linuxcare.com.au>
4428
4429 * config/obj-elf.c (elf_frob_symbol): Revert 2000-10-07 change.
4430
44852b19
AM
44312000-10-07 Alan Modra <alan@linuxcare.com.au>
4432
dc1fc56b
AM
4433 * config/tc-hppa.c (md_apply_fix): Remove plainly wrong assert.
4434 Re-arrange function a little and improve error message.
4435
44852b19
AM
4436 * write.c (write_relocs): Fix a comment.
4437
4438 * config/obj-elf.c (elf_frob_symbol): Make section syms global on
4439 link-once sections.
4440
afa680f8
JW
44412000-10-05 Jim Wilson <wilson@cygnus.com>
4442
4443 * config/tc-ia64.c (resources_match): Handle IA64_RS_PRr.
4444
ce8a8b2f
AM
44452000-10-05 Alan Modra <alan@linuxcare.com.au>
4446
4447 * config/tc-i386.c: Delete some useless comments, reformat others.
4448
4449 * config/tc-i386.h (TC_FIX_ADJUSTABLE): Add check to cover
4450 non-global syms in linkonce sections.
4451
56d27c17
AM
44522000-10-04 Ralf Baechle <ralf@gnu.org>
4453
4454 * config/tc-ia64.c (operand_match): Don't use // style comments.
4455 * config/tc-i370.c: Likewise.
4456
7b15d668
HPN
44572000-09-29 Hans-Peter Nilsson <hp@axis.com>
4458
4459 Changes to handle varying register prefix and user symbol prefix.
4460 * config/tc-cris.c (SYNTAX_RELAX_REG_PREFIX,
4461 SYNTAX_ENFORCE_REG_PREFIX, SYNTAX_USER_SYM_LEADING_UNDERSCORE,
4462 SYNTAX_USER_SYM_NO_LEADING_UNDERSCORE, REGISTER_PREFIX_CHAR): New.
4463 (s_syntax, cris_force_reg_prefix, cris_relax_reg_prefix,
4464 cris_sym_leading_underscore, cris_sym_no_leading_underscore): New.
4465 (demand_register_prefix): New variable.
4466 (md_pseudo_table): New pseudo ".syntax".
4467 (md_longopts): New options --no-underscore and --underscore.
4468 (cris_target_format): Return elf32-us-cris or elf32-cris depending
4469 on symbols_have_leading_underscore.
4470 (get_gen_reg): Accept or require REGISTER_PREFIX_CHAR.
4471 (get_spec_reg): Ditto.
4472 (cris_number_to_imm) <case BFD_RELOC_VTABLE_ENTRY>: Remove FIXME.
4473 Fix formatting.
4474 (md_parse_option) <case 'h' 'H'>: Deprecate; add reference to
4475 --help.
4476 <case OPTION_NO_US, case OPTION_US>: New.
4477 (md_show_usage): Be brief and reformat to match continuation of
4478 --help.
4479 * po/gas.pot: Regenerate.
4480
27df9f40
AM
44812000-09-28 Alan Modra <alan@linuxcare.com.au>
4482
4483 * config/tc-hppa.c (hppa_force_relocation): If OBJ_SOM, don't
4484 force relocs for 12 bit branches.
4485 (md_apply_fix): Similarly, adjust logic here.
4486
5506e1a5
AM
44872000-09-28 Alan Modra <alan@linuxcare.com.au>
4488
4489 * config/tc-hppa.c (md_apply_fix): Add fmt assertion. Don't
4490 adjust for external and weak syms as we will use a reloc. Allow
4491 for +8 offset when calculating limits of branches.
4492 (hppa_fix_adjustable): Undo 2000-09-23 change.
4493 (hppa_force_relocation): Likewise. Add fx_addsy assertion.
4494 Correct distance calculation.
47d89dba
AM
4495 (tc_gen_reloc): Print the file name and line number if we can't
4496 handle a fixup.
5506e1a5
AM
4497
4498 From John David Anglin <dave@hiauly1.hia.nrc.ca>
4499 * config/tc-hppa.c (nonzero_dibits): Define.
4500 (arg_reloc_stub_needed): Check each arg and return value
4501 separately for zero case.
4502 (pa_align): Declare argument `bytes'.
4503
81d4177b
KH
45042000-09-25 Kazu Hirata <kazu@hxi.com>
4505
4506 * config/tc-cris.c: Fix formatting.
4507 * config/tc-d10v.h: Likewise.
4508 * config/tc-d30v.c: Likewise.
4509 * config/tc-d30v.h: Likewise.
4510 * config/tc-fr30.c: Likewise.
4511 * config/tc-fr30.h: Likewise.
4512 * config/tc-m68k.c: Likewise.
4513 * config/tc-m68k.h: Likewise.
4514 * config/tc-pj.h: Likewise.
4515 * config/tc-ppc.c: Likewise.
4516 * config/tc-ppc.h: Likewise.
4517 * config/tc-sh.c: Likewise.
4518 * config/tc-sh.h: Likewise.
4519 * config/tc-sparc.c: Likewise.
4520 * config/tc-v850.h: Likewise.
4521 * config/tc-vax.h: Likewise.
4522 * config/tc-w65.h: Likewise.
4523 * config/tc-z8k.h: Likewise.
4524
959ee541
AM
45252000-09-23 Alan Modra <alan@linuxcare.com.au>
4526
4527 * config/tc-hppa.c (hppa_fix_adjustable): Do the external and weak
4528 checks only for ELF.
4529 (hppa_force_relocation): Likewise.
4530
139368c9
JW
45312000-09-22 Jim Wilson <wilson@cygnus.com>
4532
4533 * config/tc-ia64.c (dv_sem): Add "stop".
4534 (specify_resource, case IA64_RS_PR): Only handles regs 1 to 15 now.
4535 (specify_resource, case IA64_RS_PRr): New for regs 16 to 62.
4536 (specify_resource, case IA64_RS_PR63): Reorder (note == 7) test to
4537 match above.
4538 (mark_resources): Check IA64_RS_PRr.
4539
151337e8
NC
45402000-09-22 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4541
56d27c17 4542 * config/tc-m68k.c (md_relax_table, m68k_ip, md_convert_frag_1,
151337e8
NC
4543 md_estimate_size_before_relax): Redesign and clean up the
4544 relaxation mechanism.
4545
0b7410c4
KH
45462000-09-21 Kazu Hirata <kazu@hxi.com>
4547
4548 * config/tc-ns32k.c: Fix formatting.
4549 * config/tc-ns32k.h: Likewise.
4550
a4d24084
KH
45512000-09-20 Kazu Hirata <kazu@hxi.com>
4552
82efde3a
KH
4553 * config/tc-m32r.c: Fix formatting.
4554 * config/tc-m32r.h: Likewise.
4555 * config/tc-m68851.h: Likewise.
4556 * config/tc-m68hc11.c: Likewise.
4557 * config/tc-m68hc11.h: Likewise.
4558 * config/tc-m88k.c: Likewise.
4559 * config/tc-mcore.c: Likewise.
a75214e5 4560 * config/tc-mcore.h: Likewise.
82efde3a
KH
4561 * config/tc-mips.c: Likewise.
4562 * config/tc-mips.h: Likewise.
4563 * config/tc-mn10200.h: Likewise.
4564 * config/tc-mn10300.h: Likewise.
a75214e5 4565 * config/tc-tahoe.c: Likewise.
a4d24084
KH
4566 * config/tc-tahoe.h: Likewise.
4567
4844386e 45682000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
a05388f4
NC
4569
4570 * config/tc-vax.c (synthetic_votstrs): Remove jbssi and jbcci.
4571 Likewise in relaxation description comments.
4572
9e754211
AM
45732000-09-18 Alan Modra <alan@linuxcare.com.au>
4574
4575 * config/tc-hppa.h (TC_FORCE_RELOCATION_SECTION): Allow
4576 subtraction of two syms without emitting a relocation.
4577
4578 From David Huggins-Daines <dhd@linuxcare.com>
4579 * config/tc-hppa.c (hppa_force_relocation): Force relocations for
4580 global or weak symbols.
4581
4a4f25cf
KH
45822000-09-15 Kazu Hirata <kazu@hxi.com>
4583
4584 * config/tc-h8300.h: Fix formatting.
4585 * config/tc-h8500.c: Likewise.
4586 * config/tc-h8500.h: Likewise.
4587 * config/tc-hppa.h: Likewise.
4588 * config/tc-i370.h: Likewise.
4589 * config/tc-i386.h: Likewise.
4590 * config/tc-i860.c: Likewise.
4591 * config/tc-i860.h: Likewise.
4592 * config/tc-i960.h: Likewise.
4593 * config/tc-ia64.c: Likewise.
4594 * config/tc-ia64.h: Likewise.
4595
1dab94dd
KH
45962000-09-14 Kazu Hirata <kazu@hxi.com>
4597
4598 * config/tc-a29k.c: Fix formatting.
4599 * config/tc-alpha.c: Likewise.
4600 * config/tc-arc.c: Likewise.
4601 * config/tc-arc.h: Likewise.
4602 * config/tc-arm.c: Likewise.
4603 * config/tc-arm.h: Likewise.
4604 * config/tc-avr.c: Likewise.
4605 * config/tc-avr.h: Likewise.
4606 * config/tc-tic30.c: Likewise.
4607 * config/tc-tic30.h: Likewise.
4608 * config/tc-tic54x.c: Likewise.
4609 * config/tc-tic54x.h: Likewise.
4610 * config/tc-tic80.c: Likewise.
4611 * config/tc-tic80.h: Likewise.
4612
7484b8e6
TW
46132000-09-14 Timothy Wall <twall@cygnus.com>
4614
4615 * config/tc-ia64.c (specify_resource): For PR%/PR63, note types of
4616 parallel comparisons for later use.
4617 (struct rsrc): Add parallel comparison type.
4618 (resources_match): Skip special cases of PR usage (non-conflicting
4619 parallel compares).
56d27c17 4620
bf514e21
KH
46212000-09-13 Kazu Hirata <kazu@hxi.com>
4622
4623 * config/obj-ecoff.c: Fix formatting.
4624 * config/obj-elf.c: Likewise.
4625 * config/obj-elf.h: Likewise.
4626 * config/obj-evax.h: Likewise.
4627 * config/obj-generic.h: Likewise.
4628 * config/obj-hp300.c: Likewise.
4629 * config/obj-hp300.h: Likewise.
4630 * config/obj-ieee.h: Likewise.
4631 * config/obj-vms.c: Likewise.
4632 * config/obj-vms.h: Likewise.
4633
156c2f8b 46342000-09-13 Anders Norlander <anorland@acc.umu.se>
56d27c17 4635
50705ef4
AM
4636 * config/tc-mips.c (md_begin): Recognize 4Kc, 4Km and 4Kp processors.
4637 (md_parse_option): Ditto.
4638 (md_longopts): Add -mips32 option.
4639 (md_show_usage): Document new options.
4640 (mips_ip): Assemble sdbbp 20 bit 'm' args for MIPS32.
4641 (mips_ip): Assemble mfc0 with a sub-selection code.
4642 (validate_mips_insn): Handle 'H' (OP_*_SEL) and 'm' (OP_*_CODE20).
156c2f8b
NC
4643 (mips_cpu_to_str): New function.
4644 (mips_ip): Use mips_cpu_to_str instead of printing numeric cpu value.
4645 Use CPU_* defines instead of hardcoded numbers.
4646
50705ef4
AM
4647 * doc/as.texinfo: Document new options.
4648 * doc/c-mips.texi: Ditto.
156c2f8b 4649
a01b9fa4
KH
46502000-09-12 Kazu Hirata <kazu@hxi.com>
4651
4652 * as.h: Fix formatting.
4653 * asintl.h: Likewise.
4654 * bit_fix.h: Likewise.
dcd619be
KH
4655 * config/obj-aout.c: Likewise.
4656 * config/obj-aout.h: Likewise.
4657 * config/obj-bout.c: Likewise.
4658 * config/obj-bout.h: Likewise.
4659 * config/obj-coff.c: Likewise.
4660 * config/obj-coff.h: Likewise.
a01b9fa4
KH
4661 * dwarf2dbg.h: Likewise.
4662 * expr.h: Likewise.
4663 * flonum.h: Likewise.
4664 * frags.h: Likewise.
4665 * itbl-ops.h: Likewise.
4666 * macro.h: Likewise.
4667 * read.h: Likewise.
4668 * sb.h: Likewise.
4669 * struc-symbol.h: Likewise.
4670 * subsegs.h: Likewise.
4671 * symbols.h: Likewise.
4672 * tc.h: Likewise.
4673 * write.h: Likewise.
4674
92774660
KH
46752000-09-11 Kazu Hirata <kazu@hxi.com>
4676
f0e652b4
KH
4677 * bignum-copy.c: Fix formatting.
4678 * config/tc-i370.c: Likewise.
92774660
KH
4679 * config/tc-i960.c: Likewise.
4680 * config/tc-m68k.c: Likewise.
f0e652b4
KH
4681 * ehopt.c: Likewise.
4682 * flonum-copy.c: Likewise.
4683 * flonum-konst.c: Likewise.
4684 * flonum-mult.c: Likewise.
4685 * literal.c: Likewise.
4686 * read.c: Likewise.
4687 * sb.c: Likewise.
4688 * stabs.c: Likewise.
4689 * subsegs.c: Likewise.
92774660 4690
222f8079
PB
46912000-09-09 Philip Blundell <philb@gnu.org>
4692
4693 * configure.in (arm*-*-uclinux*): New target.
4694 * configure: Regenerate.
4695
c488923f
KH
46962000-09-09 Kazu Hirata <kazu@hxi.com>
4697
4698 * input-file.c: Fix formatting.
4699 * itbl-ops.c: Likewise.
4700 * messages.c: Likewise.
4701
e0e3ecca
PB
47022000-09-08 Philip Blundell <philb@gnu.org>
4703
4704 * config/tc-arm.c (md_apply_fix3): Correct handling of ADRL when
4705 offset is negative.
4706
5d64ca4e
L
47072000-09-07 H.J. Lu <hjl@gnu.org>
4708
4709 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
4710 * configure: Rebuild.
4711
bdaaa2e1
KH
47122000-09-07 Kazu Hirata <kazu@hxi.com>
4713
e49bc11e
KH
4714 * atof-generic.c: Fix formatting.
4715 * config/tc-mips.c: Likewise.
e13b337a
KH
4716 * config/tc-vax.c: Likewise.
4717 * input-scrub.c: Likewise.
bdaaa2e1 4718
d07ed2cd
AO
47192000-09-07 Alexandre Oliva <aoliva@redhat.com>
4720
4721 * config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.
4722 * configure.in (sh-*-linux*): Added.
4723 * configure: Rebuilt.
4724
86905619
KH
47252000-09-06 Kazu Hirata <kazu@hxi.com>
4726
a28a3ccf
JL
4727 * config/tc-hppa.c: Fix formatting.
4728
86905619
KH
4729 * ecoff.c: Fix formatting.
4730
58cccadb
AO
47312000-09-06 Alexandre Oliva <aoliva@redhat.com>
4732
4733 * configure: Rebuilt with new libtool.m4.
4734
542d6675
KH
47352000-09-05 Kazu Hirata <kazu@hxi.com>
4736
4737 * cgen.c: Fix formatting.
4738 * config/tc-ia64.c: Likewise.
4739
5b343f5a
NC
47402000-09-05 Nick Clifton <nickc@redhat.com>
4741
4742 * aclocal.m4: Regenerate.
4743 * config.in: Regenerate.
4744 * configure: Regenerate.
4745 * po/gas.pot: Regenerate.
50bbae35 4746
07e90ad5
HPN
47472000-09-05 Hans-Peter Nilsson <hp@axis.com>
4748
4749 * config/tc-cris.c: Correct comment typos.
4750
1485d400
EC
47512000-09-05 Eric Christopher <echristo@cygnus.com>
4752
4753 * config/tc-mn10300.c: Cleanup.
4754 (md_pcrel_from): Enable.
4755
904a31bf
AM
47562000-09-05 Alan Modra <alan@linuxcare.com.au>
4757
927781e2
AM
4758 * expr.c (operand): Fix a comment typo.
4759 * write.c (write_relocs): Fix a signed/unsigned warning.
4760
ecacdc7a
AM
4761 * config/tc-hppa.c (fudge_reg_expressions): New
4762 (hppa_force_reg_syms_absolute): New.
4763 (pa_equ): Allow reg_section expressions.
4764 * config/tc-hppa.c (md_optimize_expr): Define.
4765 (hppa_force_reg_syms_absolute): Prototype.
4766
4767 * config/tc-hppa.c (pa_11_fp_reg_struct): Delete.
4768 (pa_parse_number): Pass in arg to select fp reg parsing.
4769 Return 1 to indicate format checks pass. If strict, then only
4770 accept a register or register symbol. Return value in...
4771 (pa_number): New static for pa_parse_number.
4772 (FP_REG_BASE): Define.
4773 (FP_REG_RSEL): Define.
4774 (pre_defined_registers): Apply FP_REG_BASE and FP_REG_RSEL as
4775 appropriate. White space changes.
4776 (need_pa11_opcode): Don't bother passing any params, get them from
4777 globals instead.
4778 (pa_ip): Modify all calls to pa_parse_number and need_pa11_opcode.
4779 Remove extraneous check in case 'Q'.
4780 (pa_equ): Modify call to pa_parse_number to do strict parsing. If
4781 reg, set section of resulting symbol to reg_section.
4782 (pa_parse_space_stmt): Modify call to pa_parse_number.
4783 (pa_space): Likewise.
4784
904a31bf
AM
4785 * config/tc-hppa.c: (md_apply_fix): Handle vtable relocs.
4786 (hppa_force_relocation): Handle vtable relocs.
4787 (pa_vtable_entry): New.
4788 (pa_vtable_inherit): New.
4789 (md_pseudo_table): Add entries for vtable pseudos.
4790 (hppa_fix_adjustable): Reject reduction of R_PARISC_GNU_VTINHERIT
4791 and R_PARISC_GNU_VTENTRY relocs. Reject reduction of relocs
4792 against weak syms.
4793 (tc_gen_reloc): Remove ELF_ARG_RELOC_INSN code.
4794 (pa_type_args): Don't call symbol_get_bfdsym multiple times.
4795 Set STT_PARISC_MILLICODE for OBJ_ELF when encountering a
4796 millicode import.
4797 * config/obj-elf.c (obj_elf_type): Allow md_elf_symbol_type to
4798 specify a symbol type.
4799
4800 * config/tc-hppa.h: Reorganize file a little, grouping OBJ_ELF
4801 dependent things together.
4802 (md_elf_symbol_type): Define.
4803
4804 * config/tc-hppa.c (fix_new_hppa): Elide "$PIC_pcrel$0" pseudo
4805 symbol.
4806 * config/tc-hppa.h (tc_frob_symbol): Elide "$PIC_pcrel$0" here too.
4807
4808 * config/obj-elf.h (obj_elf_vtable_inherit): Declare.
4809 (obj_elf_vtable_entry): Declare.
4810
4811 * config/obj-elf.c (obj_elf_vtable_inherit): Return struct fix *
4812 and export function.
4813 (obj_elf_vtable_entry): Similarly.
4814 (elf_pseudo_table): Fix the damage with a cast.
4815
a47cf567 48162000-09-03 Richard Henderson <rth@cygnus.com>
032efc85
RH
4817
4818 * config/tc-ia64.c (emit_one_bundle): Stop collecting insns
4819 for template selection when a label is needed.
4820
197865e8
KH
48212000-09-02 Kazu Hirata <kazu@hxi.com>
4822
4823 * config/tc-ia64.c: Fix formatting.
4824
18e03609
NC
48252000-09-02 Nick Clifton <nickc@redhat.com>
4826
4827 * configure.in: Increase version number to 2.10.91.
4828 * configure: Regenerate.
4829 * aclocal.m4: Regenerate.
4830 * config.in: Regenerate.
4831 * po/gas.pot: Regenerate.
4832 * Makefile.in: Regenerate.
1485d400 4833
a1cc9221
AO
48342000-09-01 Alexandre Oliva <aoliva@redhat.com>
4835
4836 * config/tc-sh.h [OBJ_ELF] (TC_FIX_ADJUSTABLE): Define.
4837 * config/tc-sh.c (md_apply_fix): Map 32-bit relocations that
4838 become PC-relative to BFD_RELOC_32_PCREL. Reject 16- or 8-bit
4839 similar relocs.
4840 (sh_obj_adjustable): Return 1 for PC-relative offsets used in
4841 branches.
4842
48432000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
4844
4845 * config/tc-sh.h (DIFF_EXPR_OK, GLOBAL_OFFSET_TABLE_NAME,
4846 TC_RELOC_GLOBAL_OFFSET_TABLE, TC_RELOC_RTSYM_LOC_FIXUP): Define.
4847 * config/tc-sh.c (sh_elf_cons, sh_elf_suffix): New functions.
4848 [OBJ_ELF] (md_pseudo_table) <long, int, word, short>: Use them.
4849 (GOT_symbol): New variable.
4850 (md_undefined_symbol): Set it.
4851
44576e1f
RH
48522000-09-01 Richard Henderson <rth@cygnus.com>
4853
4854 * config/tc-ia64.c (match): Don't inline.
4855 (extra_goodness): New.
4856 (md_begin): Prefer nop.f and nop.b for best_template.
4857
29f8404c
KH
48582000-08-31 Kazu Hirata <kazu@hxi.com>
4859
76b0a8c0
KH
4860 * as.c: Fix formatting.
4861 * cond.c: Likewise.
4862 * frags.c: Likewise.
29f8404c
KH
4863 * macro.c: Likewise.
4864
b4c1ea07
EC
48652000-08-31 Eric Christopher <echristo@cygnus.com>
4866
4867 * config/tc-mn10300.c: Cleanup and fix warnings.
4868 (md_pseudo_table): Add initializers.
4869 (md_show_usage): Cleanup.
4870 (md_parse_option): Fix warnings.
4871 (md_undefined_symbol): Fix warnings.
4872 (md_conver_frag): Fix warnings.
4873 (tc_gen_reloc): Fix warnings.
4874 (md_apply_fix3): Fix warnings.
4875 (check_operand): Fix warnings.
4876
ac48eca1
AO
48772000-08-31 Alexandre Oliva <aoliva@redhat.com>
4878
4879 * acinclude.m4: Include libtool and gettext macros from the
4880 top level.
4881 * aclocal.m4, configure: Rebuilt.
4882
e0c21649
GK
48832000-08-30 Mark Hatle <mhatle@mvista.com>
4884
4885 * config/tc-ppc.c (md_parse_option): Recognize -m405.
4886
cf39a089
KH
48872000-08-31 Kazu Hirata <kazu@hxi.com>
4888
4889 * listing.c: Fix formatting.
4890
3ee4defc
KH
48912000-08-29 Kazu Hirata <kazu@hxi.com>
4892
4893 * app.c: Fix a comment typo. Fix formatting.
4894
1e8d20f4
NC
48952000-08-25 J. David Anglin <dave@hiauly1.hia.nrc.ca>
4896
29184774 4897 * config/tc-vax.c (md_convert_frag): Correctly calculate the pc relative
50bbae35
AM
4898 offset of the target destination for jmp instructions.
4899 (md_assemble): Change mode to VAX_ABSOLUTE_MODE as per comments.
1e8d20f4 4900
5bcac8a4
HPN
49012000-08-24 Hans-Peter Nilsson <hp@axis.com>
4902
4903 * NEWS: Mention support for CRIS.
4904
46547ecc
DC
4905Thu Aug 24 20:41:05 2000 Denis Chertykov <denisc@overta.ru>
4906
4907 * config/tc-avr.h (TC_IMPLICIT_LCOMM_ALIGNMENT): New macros.
4908 Sets `.lcomm' alignment to zero.
4909
4b853faa
AO
49102000-08-23 Alexandre Oliva <aoliva@redhat.com>
4911
29184774
NC
4912 * config/tc-i386.h (OBJ_MAYBE_ELF, OBJ_MAYBE_COFF,
4913 TC_FIX_ADJUSTABLE): Define.
4b853faa 4914
efcc5914
JW
49152000-08-23 Jim Wilson <wilson@cygnus.com>
4916
4917 * config/tc-ia64.c (output_unw_records): Set U & E flags only if
4918 unwind.personality_routine is set.
4919
aca719bf
AO
49202000-08-23 H.J. Lu <hjl@gnu.org>
4921
4922 * write.c (TC_FIX_ADJUSTABLE): Remove the duplicate.
4923
a3da4de1
AO
49242000-08-23 Alexandre Oliva <aoliva@redhat.com>
4925
4926 * config/tc-i386.h (TC_FIX_ADJUSTABLE): Do *NOT* define if target
4927 environment is pe.
4928
56385375
L
49292000-08-22 H.J. Lu <hjl@gnu.org>
4930
4931 * config.in (STRICTCOFF): New for strict COFF.
4932
4933 * configure.in: Define STRICTCOFF for i386-*-msdosdjgpp*,
4934 i386-*-go32* and i386-go32-rtems*.
4935 * configure: Rebuilt.
4936
4937 * config/obj-coff.c (obj_coff_endef): Follow the historical
4938 behavior if STRICTCOFF is not defined.
4939
4940 * doc/internals.texi: Document STRICTCOFF.
4941
8f36cd18
AO
49422000-08-22 Alexandre Oliva <aoliva@redhat.com>
4943
4944 * write.c (TC_FIX_ADJUSTABLE): Define to 1, if not defined.
4945 (fixup_segment) Use it instead of TC_DONT_FIX_NON_ADJUSTABLE.
4946 * config/tc-i386.h (TC_DONT_FIX_NON_ADJUSTABLE): Remove.
4947 <OBJ_ELF, OBJ_COFF, TE_PE> (TC_FIX_ADJUSTABLE): Define.
4948 * config/tc-arm.h (TC_DONT_FIX_NON_ADJUSTABLE): Remove.
4949 <OBJ_ELF> (TC_FIX_ADJUSTABLE): Define.
4950 * config/tc-i960.h, config/tc-m68k.h, config/tc-v850.h:
4951 Likewise.
4952
58a77e41
EC
49532000-08-22 Eric Christopher <echristo@cygnus.com>
4954
4955 * config/tc-mn10300.c: (md_apply_fix): New function.
4956 (mn10300_force_relocation): New function.
4957 (mn10300_fix_adjustable): New function.
4958
4959 * config/tc-mn10300.h: (TC_FORCE_RELOCATION): Define.
4960 (TC_HANDLES_FX_DONE): Define.
4961 (obj_fix_adjustable): Define.
4962 (MD_APPLY_FIX3): Define.
4963 (TC_LINKRELAX_FIXUP): Define.
4964
4965 * write.c: (TC_LINKRELAX_FIXUP): Define if not
4966 previously defined.
4967 (fixup_segment): Use TC_LINKRELAX_FIXUP.
4968
4969 * doc/internals.texi: Document TC_LINKRELAX_FIXUP.
4970
ded0649c
JE
49712000-08-21 Jason Eckhardt <jle@cygnus.com>
4972
4973 * config/tc-i860.c (md_apply_fix3): Do not insert the immediate
4974 if the fixup resulted in a relocation.
4975
66102fe2
NC
49762000-08-18 Nick Clifton <nickc@redhat.com>
4977
4978 * config/tc-arm.c (decode_shift): Replace as_tsktsk with as_warn.
4979 Make reference to first element of shift_names explicit.
4980
02198638
AO
49812000-08-18 Alexandre Oliva <aoliva@redhat.com>
4982
4983 * write.c (fixup_segment) [TC_DONT_FIX_NON_ADJUSTABLE]: Use
4984 obj_fix_adjustable() and tc_fix_adjustable() to tell whether to
4985 add a symbol's address. Removed all target-specific #ifdefs that
4986 used to accomplished the same.
4987 * config/tc-v850.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
4988 * config/tc-m68k.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
4989 * config/tc-arm.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
4990 * config/tc-i960.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
4991 * config/tc-i386.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
4992
353e2c69
KH
49932000-08-17 Kazu Hirata <kazu@hxi.com>
4994
4995 * dwarf2dbg.c: Fix formatting.
4996
4fb7971f
NC
49972000-08-17 Nick Clifton <nickc@redhat.com>
4998
4999 * config/tc-arm.c (decode_shift): Allow illegal shifts by zero
5000 to be recoded as logical shift lefts by zero.
5001
50b81f19
JW
50022000-08-16 Jim Wilson <wilson@cygnus.com>
5003
5004 * config/tc-ia64.c (specify_resource, case IA64_RS_GR): Handle
5005 postincrement modified registers. Handle IA64_OPND_R3_2 addl
5006 source registers.
5007 (note_register_values): Handle IA64_OPND_R3_2 operands.
5008
f869cfc6
JE
50092000-08-16 Jason Eckhardt <jle@cygnus.com>
5010
50bbae35 5011 * config/tc-i860.c (md_operand): Silly typo fixed.
f869cfc6 5012
8cb8bcba
NC
50132000-08-16 Nick Clifton <nickc@redhat.com>
5014
5015 * config/tc-arm.c (struct asm_shift): Delete.
5016 (shift[]): Delete.
5017 (enum asm_shift_index): New.
5018 (struct asm_shift_properties): New.
5019 (struct asm_shift_name): New.
5020 (shift_properties[]); New.
5021 (shift_names[]); New.
5022
5023 (decode_shift): Use new structures.
5024 Issue a warning is "ROR #0" is used.
5025 Issue a warning if "ASR #0" or "LSR #0" is used.
5026
5027 (md_begin): Initialise arm_shift_hsh table from new
5028 asm_shift_name array.
5029
c2158c24
JJ
50302000-08-16 Jakub Jelinek <jakub@redhat.com>
5031
5032 * config/tc-sparc.c: Kill all warnings.
5033 (md_parse_option): Set -32/-64 for -xarch=, allow all -A archs
5034 in -xarch= as well.
5035 (md_show_usage): Update usage text.
5036
70485b5c
NC
50372000-08-16 Nick Clifton <nickc@redhat.com>
5038
c2158c24 5039 * config/tc-arm.c (do_bx): Warn about "bx px" not being very
70485b5c
NC
5040 useful.
5041
a47cf567 50422000-08-15 Will Cohen <wcohen@redhat.com>
0d10e182
JL
5043
5044 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Defined.
5045
5046 * config/tc-sh.c (md_assemble): Changed so debug_type
5047 test performed for ppi_assemble
5048 * config/tc-sh.c: Included dwarf2dbg.h.
5049 (debug_line): Defined.
5050 (md_assemble): Generates dwarf2 line info.
5051 (sh_finalize): New function. Finalize dwarf2 info.
5052 (assemble_ppi): Returns size of code generated.
5053 (build_Mytes): Returns size of code generated.
5054 (md_pseudo_table): Added "file" and "loc" psuedo ops.
5055 * config/tc-sh.h (md_end): Defined.
5056 (sh_finalize): Declared.
5057
1db77c8e
AO
50582000-08-15 Alexandre Oliva <aoliva@redhat.com>
5059
5060 * config/tc-sh.c (md_apply_fix) [BFD_RELOC_32, BFD_RELOC_16]: Use
5061 md_number_to_chars.
5062
046b3b54
NC
50632000-08-14 Nick Clifton <nickc@redhat.com>
5064
5065 * config/tc-arm.c (do_bx): Allow "bx pc".
5066
c43c2cc5
JW
50672000-08-14 Jim Wilson <wilson@cygnus.com>
5068
5069 * config/tc-ia64.c (md_longopts): Add -mconstant-gp and -mauto-pic.
5070 (md_parse_option): Add OPTION_MCONSTANT_GP and OPTION_MAUTO_PIC.
5071 (md_begin): Change assignment to md.flag to OR in the new bit.
5072
d1d8ba22
NC
50732000-08-14 Mark Elbrecht <snowball3@bigfoot.com>
5074
5075 * config/obj-coff.c (obj_coff_endef) [BFD_ASSEMBLER]: Set the debug
50705ef4
AM
5076 flag for storage types C_ARG, C_REGPARM, C_FIELD, C_MOS, C_MOE,
5077 C_MOU, and C_EOS.
d1d8ba22 5078
22b36938
JE
50792000-08-14 Jason Eckhardt <jle@cygnus.com>
5080
5081 * NEWS: Mention i860 support.
5082
c0bd0db2
JL
5083Mon Aug 14 11:49:12 2000 Jeffrey A Law (law@cygnus.com)
5084
5085 * config/tc-mn10300.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
5086
0ac658b8
AS
50872000-08-14 Andreas Schwab <schwab@suse.de>
5088
5089 * doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo.
5090
9fc2dda2
JE
50912000-08-11 Andreas Schwab <schwab@suse.de>
5092
5093 * doc/c-i860.texi (Opcodes for i860): Remove braces from @item
5094 argument.
5095
bc4466dc
KH
50962000-08-11 Kazu Hirata <kazu@hxi.com>
5097
5098 * expr.c: Fix formatting.
351aa9f6 5099 * config/obj-bout.c: Likewise.
bc4466dc 5100
a9c99419
JE
51012000-08-10 Jason Eckhardt <jle@cygnus.com>
5102
5103 * doc/c-i860.texi: Flesh out the i860 section more.
5104
7c743825
KH
51052000-08-10 Kazu Hirata <kazu@hxi.com>
5106
5107 * symbols.c: Fix formatting.
929b12bc 5108 * expr.c: Likewise.
7c743825 5109
fa2255cb
DN
5110Wed Aug 9 16:28:21 EDT 2000 Diego Novillo <dnovillo@cygnus.com>
5111
29184774
NC
5112 * config/tc-i386.c (md_assemble): Skip suffix check if the opcode
5113 modifier has the IgnoreSize bit set.
fa2255cb 5114
fc997f4b
AM
51152000-08-09 Alan Modra <alan@linuxcare.com.au>
5116
5117 From Rodney Brown <RodneyBrown@mynd.com>
5118 * configure.in: Use elf on Unixware 7 (i586-sco-sysv5uw7.1.0)
5119 * configure: Regenerate.
5120
a47cf567
NC
51212000-08-09 Kazu Hirata <kazu@hxi.com>
5122
5123 * hash.c: Fix formatting.
5124 * gasp.c: Likewise.
5125
305d537e
JE
51262000-08-08 Jason Eckhardt <jle@cygnus.com>
5127
5128 * config/tc-i860.h: Rework completely for BFD_ASSEMBLER.
5129 (i860_fix_info): New enum.
5130 (MD_APPLY_FIX3): Define.
5131 (WORKING_DOT_WORD): Define.
5132 (TC_HANDLES_FX_DONE): Define.
5133 (DIFF_EXPR_OK): Define.
5134 (LISTING_HEADER): Define.
5135 (TARGET_FORMAT): Select target format based on endian flag.
5136 (TARGET_BYTES_BIG_ENDIAN): Default to little endian.
5137 (target_big_endian): Add external declaration.
5138
5139 * config/tc-i860.c: All existing code reworked completely. Other
5140 new code shown below.
5141 (SYNTAX_SVR4): Define.
5142 (target_warn_expand): New variable.
5143 (md_shortopts): Declare and define (-Qy, -Qn, and -V options).
5144 (md_longopts): Declare and define with new options (-EL, -EB,
5145 and -mwarn-expand).
5146 (md_show_usage): New function.
5147 (md_operand): New function.
5148 (obtain_reloc_for_imm16): New function.
5149 (md_apply_fix3): New function.
5150 (tc_gen_reloc): New function.
5151
df86943d
NC
51522000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5153
5154 * config/tc-m68hc11.c (build_jump_insn): Make sure the
5155 2 bytes of the jump address are in the same frag.
5156 (find): Accept 68hc12 register indirect modes.
5157
5158 * NEWS: Mention 68HC11 & 68HC12 support.
58a77e41 5159
30d25259
RH
51602000-08-07 Richard Henderson <rth@cygnus.com>
5161
5162 * config/tc-ia64.c (unwind): Add prologue_mask member.
5163 (dot_vframe): Elide psp_gr record if it overlaps prologue_gr.
5164 (dot_save): Likewise for pfs_gr, rp_gr, and preds_gr.
5165 (dot_body): Clear unwind.prologue_mask.
5166 (dot_prologue): Set it. Accept a register second argument.
5167
2d484c7f
KH
51682000-08-07 Kazu Hirata <kazu@hxi.com>
5169
5170 * config/atof-ieee.c: Fix formatting.
5171 * config/atof-tahoe.c: Likewise.
5172
a47cf567 51732000-08-06 Nick Clifton <nickc@cygnus.com>
1485d400 5174
3d4ae3c0
NC
5175 * config/tc-sparc.c (md_begin): Fix typo in recent formatting
5176 work.
5177
c91d2e08
NC
5178 * doc/as.texinfo (Pseudo Ops): Update to include descriptions
5179 of .popsection, .previous, .pushsection, .subsection,
5180 .version, .vtable_entry, .vtable_inherit and .weak.
5181
47926f60
KH
51822000-08-05 Kazu Hirata <kazu@hxi.com>
5183
5184 * config/tc-cris.c: Fix formatting.
5185 * config/tc-i386.c: Likewise.
5186 * config/tc-sparc.c (sparc_ip): Simplify the code.
5187
ab3e48dc
KH
51882000-08-04 Kazu Hirata <kazu@hxi.com>
5189
5190 * config/tc-cris.c: Rearrange code for readability.
5191 * config/tc-d10v.c: Fix formatting.
5192 * config/tc-m32r.c: Likewise.
5193 * config/tc-sparc.c: Likewise.
5194
3d56ab85
JW
51952000-08-02 Jim Wilson <wilson@cygnus.com>
5196
5197 * config/tc-ia64.c (emit_one_bundle): Call ia64_free_opcode
5198 before ia64_find_opcode.
5199 (md_assemble): Likewise.
5200
3f9dfb2c
NC
52012000-08-01 Nick Clifton <nickc@cygnus.com>
5202
a47cf567 5203 * config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag.
d78c7dca 5204 Undo some formatting fixes.
3f9dfb2c 5205
28e4f854
KH
52062000-08-01 Kazu Hirata <kazu@hxi.com>
5207
5208 * config/obj-som.c: Fix formatting.
5209 * config/obj-ieee.c: Likewise.
5210 * config/tc-arm.c: Likewise.
5211 * config/tc-v850.c: Likewise.
5212
a570e639
NC
52132000-08-01 Nick Clifton <nickc@redhat.com>
5214
5215 * doc/c-m68k.texi (section M680x0 Options): Turn into a table
5216 index by command line option.
58a77e41 5217
a570e639
NC
52182000-08-01 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5219
5220 * doc/c-m68k.texi (@cindex @samp{--pcrel}): Rewrite option description.
5221 (@node M68K-Branch): Rewrite to match the reality.
5222
e3308d0d
JE
52232000-07-31 Jason Eckhardt <jle@cygnus.com>
5224
5225 * doc/c-i860.texi: New file.
5226 * doc/Makefile.am (CPU_DOCS): Add c-i860.texi.
5227 * doc/Makefile.in: Regenerate.
5228 * doc/all.texi: Add I860 as relevant architecture.
5229 * doc/as.texinfo: Include i860 dependent file c-i860.texi.
5230
2fd5405a
NC
52312000-07-31 Kazu Hirata <kazu@hxi.com>
5232
5233 * config/tc-d30v.c: Fix formatting.
5234
28e7409f
NC
52352000-07-31 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5236
50bbae35
AM
5237 * config/tc-m68k.c (flag_keep_pcrel, OPTION_PCREL): Add --pcrel option.
5238 (md_convert_frag_1, md_estimate_size_before_relax): When making DBcc
5239 long emit a long branch if available instead of an absolute jump, never
5240 emit absolute jumps for anything with --pcrel.
28e7409f
NC
5241
5242 * doc/c-m68k.texi: Document new command line option.
58a77e41 5243
a47cf567
NC
52442000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
5245
5246 * config/tc-avr.c: Use PARAMS macro in function declarations.
5247 Don't declare md_pcrel_from_section (already in tc-avr.h).
5248 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.
5249 (avr_operand): Don't set (unsigned) op_mask to -1.
5250
534022ea
JE
52512000-07-28 Jason Eckhardt <jle@cygnus.com>
5252
50bbae35
AM
5253 * configure.in: Add bits for i860-stardent-{sysv4, elf}*.
5254 * configure: Regenerated.
5255 * config/obj-elf.c (obj_elf_type): Recognize a fifth type
5256 of operand to the .type directive (.e.g, "type").
534022ea 5257
4c400d5e
AM
52582000-07-28 Alan Modra <alan@linuxcare.com.au>
5259
5260 * as.h (warn_comment, found_comment, found_comment_file): Declare.
5261 * app.c (do_scrub_chars): Record where first comment found.
5262 * read.c (read_a_source_file): Init found_comment on entry, and
5263 notify whether comments found on exit.
5264 * config/tc-hppa.c (md_shortopts): Add "c".
5265 (md_longopts): Add warn-comment.
5266 (md_parse_option): Handle it.
5267 (md_show_usage): Show available options.
5268 * config/tc-hppa.h (WARN_COMMENTS): Define if TE_LINUX
5269
0aa529cb
AC
5270Thu Jul 27 11:25:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
5271
5272 * config/tc-mn10300.c (md_convert_frag): Fix printfs.
5273 (tc_gen_reloc): Add cast when assigning bfd_abs_symbol to
50bbae35 5274 sym_ptr_ptr
0aa529cb
AC
5275 (md_estimate_size_before_relax): Don't fall off end of function.
5276
c6a7ab1f
NC
52772000-07-27 Kazu Hirata <kazu@hxi.com>
5278
5279 * config/tc-avr.c: Fix formatting.
5280 * config/tc-ns32k.c: Likewise.
5281
e0c6ed95
AM
52822000-07-27 Alan Modra <alan@linuxcare.com.au>
5283
5284 * config/tc-d10v.c (find_opcode): Remove extraneous `='.
5285
52862000-07-27 Kazu Hirata <kazu@hxi.com>
5287
5288 * config/tc-d10v.c: Fix formatting.
5289 * config/tc-z8k.c: Likewise.
5290 * config/tc-sparc.c: Likewise.
5291
6883dc5e 52922000-07-26 Dave Brolley <brolley@redhat.com>
eabed1c0
DB
5293
5294 * cgen.c (queue_fixup): Declare opinfo.
5295 (gas_cgen_parse_operand): Mark unused parameters with ATTRIBUTE_UNUSED.
5296 (gas_cgen_md_operand): Ditto.
5297 (gas_cgen_md_apply_fix3): Ditto.
5298
39da8128
DD
52992000-07-24 Mark Elbrecht <snowball3@bigfoot.com>
5300
5301 * config/obj-coff.c (obj_frob_symbol): Don't merge
5302 labels. Don't merge if the symbol isn't constant. Return
5303 immediately if a symbol is merged.
5304
65e68b04
AM
53052000-07-22 Alan Modra <alan@linuxcare.com.au>
5306
5307 * frags.c (frag_align): Correct absolute section alignment.
5308
5e0d736c
DD
53092000-07-20 DJ Delorie <dj@redhat.com>
5310
5311 * config/obj-coff.c (obj_frob_symbol): revert previous change,
5312 it breaks linking against DLLs.
5313
3bcbcc3d
HPN
53142000-07-20 Hans-Peter Nilsson <hp@axis.com>
5315
5316 * configure.in: Add CRIS support.
5317 * configure: Regenerate.
5318 * Makefile.am: (CPU_TYPES): Add cris.
5319 (CPU_OBJ_VALID) [aout]: Add cris.
5320 (MULTI_CPU_TYPES): Add cris.
5321 (MULTI_CPU_OBJ_VALID) [aout]: Add cris.
50bbae35 5322 [coff]: Only i386 and mips are valid.
3bcbcc3d
HPN
5323 (TARGET_CPU_CFILES): Add config/tc-cris.c.
5324 (TARGET_CPU_HFILES): Add config/tc-cris.h.
5325 (MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c.
5326 Regenerate dependencies.
5327 * Makefile.in: Regenerate.
5328 * aclocal.m4: Regenerate.
5329 * as.c: Declare crisaout, criself.
5330 * config/tc-cris.h, config/tc-cris.c: New.
5331 * config/e-criself.c, config/e-crisaout.c: New.
5332 * po/POTFILES.in, po/gas.pot: Regenerate.
5333
041ff4dd 53342000-07-20 Kazu Hirata <kazu@hxi.com>
58a77e41 5335
041ff4dd 5336 * read.c: Fix formatting.
efaf0ba4 5337 * write.c: Fix formatting.
041ff4dd 5338
f980ada0
L
53392000-07-19 H.J. Lu <hjl@gnu.org>
5340
5341 * sb.c: Include <stdlib.h> if exists for abort ().
5342
25a8b250
AM
53432000-07-19 Alan Modra <alan@linuxcare.com.au>
5344
5345 * config/tc-hppa.c (hppa_fix_adjustable): Correct LR%/RR% comment.
5346 (arg_reloc_stub_needed): #ifdef OBJ_SOM, not #ifdef SOM.
5347 (pa_type_args): Same here.
5348
7a9aaf92
NC
53492000-07-17 Mark Elbrecht <snowball3@bigfoot.com>
5350
5351 * config/obj-coff.c (obj_frob_symbol): Don't merge labels. Don't
5352 merge if the symbol isn't constant. Don't call S_SET_EXTERNAL if
5353 the storage class is already set.
5354
8098403c
NC
53552000-07-17 Kazu Hirata <kazu@hxi.com>
5356
fafb6d17 5357 * config/tc-m68hc11.c: Fix formatting.
ff5a4f04
KH
5358 * config/tc-mn10200.c: Likewise.
5359 * config/tc-mn10300.c: Likewise.
5360 * config/tc-pj.c: Likewise.
5361 * config/tc-tic80.c: Likewise.
5362 * config/tc-w65.c: Likewise.
8098403c 5363
977e771a
FCE
53642000-07-17 Frank Ch. Eigler <fche@redhat.com>
5365
5366 * expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN
5367 is defined.
5368
63bf5651
ILT
53692000-07-15 Ian Lance Taylor <ian@zembu.com>
5370
5371 * doc/c-mips.texi (MIPS Opts): Remove erroneous space after
5372 @code.
5373
1cd1c99b
AM
53742000-07-15 Alan Modra <alan@linuxcare.com.au>
5375
5376 * config/tc-hppa.c (hppa_fix_adjustable): Use the same checks for
5377 ELF as are used for SOM (except the 32-bit reloc one) to decide
5378 whether a symbol can be reduced to a section symbol. Expand on
5379 the comment for symbols involved in LR% and RR% expressions.
5380
119d663a
NC
53812000-07-14 Nick Clifton <nickc@cygnus.com>
5382
5383 * config/tc-mips.c (mips_disable_float_construction): New
5384 static variable. Set to true if doubles should not be
5385 constructed by loading two single width fp registers with
5386 halves of the value.
5387 (mips_ip): Test mips_disable_float_construction.
5388 (md_longopts): Add command line switches --construct-floats
5389 and --no-construct-floats.
5390 (md_parse_option): Parse new command line options.
5391 (md_show_usage): Describe new command line options.
5392
5393 * doc/c-mips.texi: Document new command line options.
5394
906fac54
AM
53952000-07-13 Koundinya K <kk@ddeorg.soft.net>
5396
5397 * configure.in: Remove the test /usr/dde for mips-*-sysv4*MP*
5398 * configure: Regenerate.
5399
54002000-07-13 Hans-Peter Nilsson <hp@axis.com>
5401
5402 * configure.in (DEFAULT_EMULATION setting): Revert part of
5403 2000-07-01 change that set te_multi=multi unless set to tmips.
5404 * configure: Regenerate.
5405
7f788821
NC
54062000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
5407
5408 * config/obj-coff.c (coff_frob_section): Add padding to the last
50705ef4 5409 section when aligning it increases its size.
7f788821 5410
9a736b6b
NC
54112000-07-11 Kazu Hirata <kazu@hxi.com>
5412
5413 * config/tc-tic54x.c: Fix formatting.
5414
3dd5103b
NC
54152000-07-10 Kazu Hirata <kazu@hxi.com>
5416
5417 * config/tc-h8500.c: Fix formatting.
1aea3bb8 5418 * config/tc-tic54x.c: Fix formatting.
3dd5103b 5419
46b85d42
AM
54202000-07-10 Alan Modra <alan@linuxcare.com.au>
5421
5422 * config/tc-hppa.c (md_apply_fix): Check fmt 12 and 22 pc-rel
5423 displacements correctly.
5424
5425 * read.h (s_abort): Add ATTRIBUTE_NORETURN.
5426
54272000-07-10 Ryan Bradetich <rbradetich@uswest.net>
5428
5429 * hash.c (hash_insert): Add cast to obstruct_alloc to fix
5430 warning.
5431 (hash_jam): Ditto.
5432
ad1079af
AM
54332000-07-09 Alan Modra <alan@linuxcare.com.au>
5434
5435 From David Huggins-Daines <dhd@linuxcare.com>
5436 * config/te-hppalinux64.h: Add a new emulation.
5437 * configure.in (emulations): Add configure bits to support the
5438 64-bit Linux/parisc target.
5439 * configure: Regenerate.
5440
5441 * config/tc-hppa.c (md_parse_option): Support `-V' for ELF.
5442 (md_shortopts): Add `V' for ELF.
5443
5444 * config/tc-hppa.c (arg_reloc_stub_needed): Define as zero except
5445 when SOM or ELF_ARG_RELOC are defined.
5446 (pa_type_args): Only set symbol_arg_reloc_info when SOM or
5447 ELF_ARG_RELOC are defined.
5448 (pa_stringer_aux): Don't pa_check_current_space_and_subspace here..
5449 (pa_stringer): ..Do it here instead. Fix comment typos.
5450 (hppa_force_relocation): Cast enums to int before comparing with
5451 ints.
5452
5453 From Ryan Bradetich <rbradetich@uswest.net>
5454 * config/tc-hppa.c: Removed unneeded libbfd.h to fix macro
5455 redifinition warning.
5456 (md_apply_fix): Added cast from enum to int for fixP->fx_r_type.
5457 (hppa_force_relocation): ditto
ad1079af
AM
5458 (md_apply_fix): Added cast to buf to fix warnings.
5459
5460 * config/tc-hppa.h (pa_define_label, parse_cons_expression_hppa,
5461 cons_fix_new_hppa, hppa_force_relocation): Prototype.
5462
5463 * config/tc-hppa.c (reloc_type): It's an enum for OBJ_ELF.
5464 (R_N0SEL, R_N1SEL): Define only for OBJ_SOM.
5465 (tc_gen_reloc): Make `code' a reloc_type and `codes' a
5466 reloc_type** to avoid warnings in switch.
5467 (md_apply_fix): Make insn, val signed. Zap buf_wd and read insn a
5468 little earlier instead.
5469
5470 * config/tc-hppa.c (symbol_arg_reloc_info): Define for both som
5471 and elf.
5472 (pa_type_args): Use symbol_arg_reloc_info.
5473 (struct pa_it): Make arg_reloc unsigned int.
5474 (struct hppa_fix_struct): Likewise for fx_arg_reloc.
5475 (pa_text, pa_data, pa_comm): Don't compile for TE_LINUX.
5476 (pa_code): Delete. pa_text duplicates this function.
5477 (md_pseudo_table): Call obj_elf_text for ".code" if TE_LINUX.
5478 (fix_new_hppa): Argument offset is offsetT, arg_reloc is unsigned
5479 int.
5480 (cons_fix_new_hppa): Actually change selector to e_fsel when
5481 warning about assuming so.
5482 (tc_gen_reloc): More example elf arg reloc code.
5483 (md_apply_fix): Use arg_reloc_stub_needed for elf too.
5484 (hppa_force_relocation): Likewise.
5485
5486 * config/tc-hppa.h: Use TARGET_ARCH_SIZE to select target include
5487 files.
5488 (pa_end_of_source): Prototype.
5489 (hppa_fix_adjustable): Prototype.
5490 (LABELS_WITHOUT_COLONS): Move it..
5491 * config/te-hppa.h: To here.
5492
5493 * config/te-hppa64.h: New file.
5494
5495 * config/tc-hppa.c: Use TARGET_ARCH_SIZE to select target reloc
5496 type.
5497 (md_apply_fix): Pass stdoutput to bfd_hppa_insn2fmt. Handle
5498 format -10, -16, 16 relocs.
5499 (hppa_elf_mark_end_of_function): Test for null
5500 last_call_info->start_symbol
5501
5502 * config/tc-hppa.c (pa_ip): In case 'V', pass `strict' to
5503 CHECK_FIELD, not INSERT_FIELD_AND_CONTINUE. Don't pass opcode to
5504 re_assesmble_* functions. Delete extraneous statements. Fix
5505 typos in comments.
5506 (md_apply_fix): Compare against 1048575 in case 21. Don't pass
5507 insn to re_assemble_*.
5508
623aa224
UC
55092000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
5510
5511 * doc/internals.texi (Expressions): Fix typo.
58a77e41 5512
c4aa876b
NC
55132000-07-08 Kazu Hirata <kazu@hxi.com>
5514
5515 * config/tc-sh.c: Fix formatting.
d0313fb7 5516 * config/tc-tic54x.c: Fix formatting.
f851444e
NC
5517 * depend.c: Fix formatting.
5518 * flonum-konst.c: Likewise.
5519 * flonum-mult.c: Likewise.
c4aa876b 5520
6b31947e
NC
55212000-07-07 Kazu Hirata <kazu@hxi.com>
5522
a5bfe8c9 5523 * config/tc-sh.c: Fix comments.
bc0d738a
NC
5524 * config/obj-vms.c: Fix comments.
5525 * config/tc-a29k.c: Likewise.
5526 * config/tc-alpha.c: Likewise.
5527 * config/tc-h8300.c: Likewise.
5528 * config/tc-h8500.c: Likewise.
5529 * config/tc-i370.c: Likewise.
5530 * config/tc-ia64.c: Likewise.
5531 * config/tc-m68hc11.c: Likewise.
5532 * config/tc-m68k.c: Likewise.
5533 * config/tc-mips.c: Likewise.
5534 * config/tc-ns32k.c: Likewise.
5535 * config/tc-ppc.c: Likewise.
5536 * config/tc-z8k.c: Likewise.
6b31947e 5537
b8a9dcab
NC
55382000-07-06 Mark Elbrecht <snowball3@bigfoot.com>
5539
5540 * config/obj-coff.c (TC_COFF_SECTION_DEFAULT_ATTRIBUTES): New.
5541 Default to '(SEC_LOAD | SEC_DATA)'.
5542 (obj_coff_section) [BFD_ASSEMBLER]: Use it.
5543
5544 * doc/internals.texi (CPU Backend): Describe
5545 TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
5546
beb2de9b
AC
5547Thu Jul 6 17:20:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5548
5549 * as.c (parse_args): NULL terminate the long option list.
5550
24ddb296
AC
5551Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
5552
5553 * config/tc-d30v.h: Include "write.h" for fixS.
50bbae35 5554 (d30v_start_line, md_pcrel_from_section): Add function prototypes.
24ddb296 5555
1fe72011
NC
55562000-07-05 Nick Clifton <nickc@cygnus.com>
5557
5558 * config/tc-d30v.c (write_2_short): Further changes to warning
5559 messages produced when combining EITHER_BUT_PREFER_MU attributed
5560 opcodes.
5561
a5bfe8c9 55622000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
5563
5564 * MAINTAINERS: new
5565
8de8f17e
AO
55662000-07-04 Alexandre Oliva <aoliva@redhat.com>
5567
5568 * config/tc-arm.c (psrs): Accept combinations of flags.
5569
00d2865b
NC
55702000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
5571
5572 * config/tc-avr.c: Change _ () to _() around all strings marked
5573 for translation (exception from the usual coding style).
5574 (avr_opt): New struct variable, how the new switches are set.
5575 (OPTION_MMCU): Define as 'm' and actually use.
5576 (md_longopts): Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
5577 (show_mcu_list): New function, display the list of known MCUs.
5578 (md_show_usage): Document the new switches. Call show_mcu_list.
5579 (avr_set_arch): Change 'm' to OPTION_MMCU.
5580 (md_parse_option): Call show_mcu_list if unknown MCU specified.
5581 Handle the new switches.
5582 (avr_operands): Disable warnings for undefined combinations of
5583 operands if -mall-opcodes. Disable warnings for skipping two-word
5584 instructions if enhanced core or -mno-skip-bug.
5585 (avr_operand): Accept all addressing modes on avr1 if -mall-opcodes.
5586 (md_apply_fix3): Reject 8K wrap if >8K or -mno-wrap.
5587 (md_assemble): Accept opcodes not supported by MCU if -mall-opcodes.
5588 (avr_ldi_expression): Warn about implicit lo8().
5589 * config/tc-avr.h (md_pcrel_from_section): Add prototype.
5590
54588503
UC
55912000-07-01 Koundinya K <kk@ddeorg.soft.net>
5592
50bbae35
AM
5593 * configure.in: Add entry for mips-*-sysv4*MP*
5594 * configure: Rebuild
5595 * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or
5596 elf32-tradlittlemips for traditional mips targets.
5597 * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the
5598 test for Link Once sections as in adjust_reloc_syms.
5599 * config/te-tmips.h: New file for traditional mips targets. Define
5600 TE_TMIPS.
58a77e41 5601
c9900432
NC
56022000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
5603
5604 * config/obj-coff.c (obj_coff_setcion) [BFD_ASSEMBLER]: If the
5605 flags argument is not present, don't change an existing section's
5606 section's attributes. If the flags argument is present, warn if the
5607 attributes don't match the section's current attributes. When
5608 long section names are supported, set SEC_LINK_ONCE and
5609 SEC_LINK_DUPLICATES_DISCARD for a new .gnu.linkonce section.
5610
9d87310a
HPN
5611Thu Jun 29 21:30:00 2000 Hans-Peter Nilsson <hp@axis.com>
5612
5613 * config/obj-aout.c (obj_aout_type): Do not ignore for undefined
5614 symbols; create them.
5615
dbddefbf
NC
56162000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
5617
5618 * write.c (set_segment_vma): New: Set vma and lma for a segment.
6aa4f516 5619 (write_object_file) [BFD_ASSEMBLER && OBJ_COFF && TE_GO32]: Use it.
dbddefbf 5620
2ae7e77b
AH
56212000-06-27 Aldy Hernandez <aldyh@redhat.com>
5622
5623 * config/tc-mips.c (mips_ip): handle "(foo-.-4)" type of
a47cf567
NC
5624 expressions. Ignore the problem when handling 16 bit signed
5625 immediates, because the assembler will take care of the relocation
5626 later.
2ae7e77b 5627
6b2539e3
NC
56282000-06-27 Nick Clifton <nickc@cygnus.com>
5629
5630 * config/tc-d30v.c (write_2_short): Do not allow opcodes with
58a77e41 5631 the EITHER_BUT_PREFER_MU attribute to be combined into a reverse
6b2539e3
NC
5632 sequential order, and emit warning messages if the input source
5633 code contains constructs like that, or parallel constructs
5634 containing such opcodes.
5635
65aa24b6
NC
56362000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
5637
5638 * config/tc-avr.c (mcu_types): Rename avr4 to avr5, add avr4.
5639 Add more MCU types for avr4 and avr5. Replace at94k{10,20,40}
5640 with just at94k. Change AVR_ISA_85xx back to AVR_ISA_2xxx.
5641 (md_show_usage): Update usage message.
5642 (md_parse_option): Allow redefinition of MCU type within the
5643 same avr[1-5] bfd machine type. Show both old and new MCU type
5644 in the error message.
5645 (md_apply_fix3): Support 8K wrap if AVR_ISA_MEGA is not set.
5646 Simplify 8K wrap code.
5647
f0c56b90
NC
56482000-06-25 Kazu Hirata <kazu@hxi.com>
5649
50bbae35
AM
5650 * config/obj-aout.c: Remove all uses of DEFUN.
5651 * config/obj-ieee.c: Likewise.
5652 * config/tc-sh.c: Fix comment typos.
5653 * config/tc-tahoe.c: Likewise.
5654 * config/tc-vax.c: Likewise.
5655 * config/tc-w65.c: Likewise.
5656 * config/tc-z8k.c: Likewise.
f0c56b90
NC
5657 * config/tc-h8300.c (build_bytes): Assemble ldmac correctly.
5658
6d249963
DD
56592000-06-24 DJ Delorie <dj@cygnus.com>
5660
5661 * config/tc-i386.c (md_estimate_size_before_relax): Revert
5662 more changes from Sept 1999
5663 (tc_i386_fix_adjustable): ditto
5664 (md_apply_fix3): ditto
5665
680d2857 56662000-06-24 Frank Ch. Eigler <fche@redhat.com>
58a77e41 5667
680d2857
FCE
5668 * cgen.c (expr_jmp_buf_p): New validity flag for expr_jmp_buf.
5669 (gas_cgen_parse_operand): Set it around expression() call.
5670 (gas_cgen_md_operand): Test for it before longjmp().
5671
e7b305a2
AM
56722000-06-24 Kazu Hirata <kazu@hxi.com>
5673
c0fecd35
AM
5674 * config/tc-h8500.c: Remove all uses of DEFUN.
5675 * config/tc-sh.c: Likewise.
5676 * config/tc-w65.c: Likewise.
5677 * config/tc-z8k.c: Likewise.
5678
e7b305a2
AM
5679 * config/tc-h8500.c: Fix typos in comments.
5680
ed6d6fd3
FCE
56812000-06-23 Frank Ch. Eigler <fche@redhat.com>
5682
5683 * expr.c (operand): Permit $hex literals if LITERAL_PREFIXDOLLAR_HEX
5684 is defined.
5685
f7c88872
AM
56862000-06-23 matthew green <mrg@redhat.com>
5687
5688 * expr.c (operand): Do not as_bad() if RELAX_PAREN_GROUPING is
50bbae35 5689 defined. Fix error message for `[' grouping.
f7c88872 5690
70d6ecf3
AM
56912000-06-22 Kazu Hirata <kazu@hxi.com>
5692
5693 * config/tc-h8300.c: Fix formatting and comment typos.
5694
e9718fe1
TW
56952000-06-22 Timothy Wall <twall@cygnus.com>
5696
5697 * config/tc-ia64.c (note_register_values): Move premature QP
5698 notation clearing into the appropriate place.
5699
45288df1
AM
57002000-06-22 Alan Modra <alan@linuxcare.com.au>
5701
1581f8c9
AM
5702 * dep-in.sed: Escape literal `.'s on patterns. Trim off `../'
5703 first before anything else. Add bin-bugs.h, emul.h and progress.h
5704 Sort list of files as for $(OBJS) in Makefile.am.
5705
5706 * Makefile.am (DEP): grep for leading `/' in DEPA, and fail if we
5707 find one. Remake dependencies.
5708 ($(OBJS)): Add bin-bugs.h, emul.h, and progress.h Sort the list.
5709 * Makefile.in: Regenerate.
5710 * doc/Makefile.in: Regenerate.
5711
45288df1
AM
5712 * config/tc-i386.c (i386_displacement): Don't assume a constant
5713 displacement is necessarily 16 bits when in 16 bit code mode.
5714 (md_assemble): Instead size the displacement here after we know
5715 for sure that a .code16gcc operand hasn't automatically added
5716 operand size prefixes.
5717
01580992
L
57182000-06-21 H.J. Lu <hjl@gnu.org>
5719
5720 * Makefile.am: Rebuild dependency.
5721 * Makefile.in: Rebuild.
5722
40f09f82
JL
57232000-06-21 Kazu Hirata <kazu@hxi.com>
5724
5725 * config/tc-h8300.c (parse_reg): Make the function static.
5726 (parse_exp): Likewise.
5727
78295804
DD
57282000-06-20 DJ Delorie <dj@cygnus.com>
5729
5730 * config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
5731 Sept 1999; RVA relocs need to be treated more like DIR32 relocs
5732 for cygwin import libraries to work properly.
5733
45f85b08
L
57342000-06-20 H.J. Lu <hjl@gnu.org>
5735
5736 * Makefile.am: Rebuild dependency.
5737 * Makefile.in: Rebuild.
5738 * configure: Likewise.
5739 * doc/Makefile.in: Likewise.
5740
39bec121
TW
57412000-06-20 Timothy Wall <twall@cygnus.com>
5742
5743 * doc/internals.texi (CPU backend): Add @itemx for
3e87a760 5744 TC_START_LABEL_WITHOUT_COLON.
39bec121
TW
5745 * doc/c-tic54x.texi: New.
5746 * doc/as.texinfo: Add tic54x features and include primary tic54x
3e87a760 5747 documentation file.
39bec121 5748 * doc/all.texi: Add C54X.
3e87a760 5749 * doc/Makefile.am (CPU_DOCS): Add c-tic54x.texi.
39bec121
TW
5750 * doc/Makefile.in: Regenerate.
5751 * configure.in: Add tic54x and define LIBM for tic54x.
5752 * configure: Regenrate.
5753 * config/tc-tic54x.[ch]: New.
5754 * config/obj-coff.h: Add tic54x.
5755 * Makefile.am: (CPU_TYPES): Add tic54x.
5756 (TARGET_CPU_CFILES): Add 'tc-tic54x.c'.
5757 (TARGET_CPU_HFILES): Add 'tc-tic54x.h'.
5758 (as_new_LDADD): Add $(LIBM).
5759 * Makefile.in: Regenerate.
3e87a760 5760
60bcf0fa
NC
57612000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
5762
5763 * doc/Makefile.am (CPU_DOCS): Added 68hc11 file.
5764 * doc/c-m68hc11.texi: Document 68HC11 and 68HC12 port.
5765 * doc/as.texinfo: Likewise.
5766
5767 * configure, Makefile.in: Regenerate.
5768 * configure.in (emulations): Recognize m6811 and m6812.
5769 * Makefile.am (CPU_TYPES, TARGET_CPU_CFILES, TARGET_CPU_HFILES):
5770 Added files for 68hc11 and 68hc12 assembler.
5771 * config/tc-m68hc11.c: Assembler for 68hc11 and 68hc12.
5772 * config/tc-m68hc11.h: Header definition for that assembler.
5773
ec05f674
NC
57742000-06-18 Nick Clifton <nickc@redhat.com>
5775
24ef8152
NC
5776 * symbols.c (resolve_symbol_value): Use bfd_octets_per_byte
5777 instead of OCTETS_PER_BYTE.
5778
ec05f674 5779 * config/tc-v850.c: Fix compile time warnings.
5480ccf3 5780 * config/tc-ppc.c: Fix compile time warnings.
ec05f674 5781
119caedd
L
57822000-06-18 H.J. Lu <hjl@gnu.org>
5783
5784 * configure.in: Don't emulate i386-pc-pe-coff with i386coff.
5785 * configure: Rebuild.
5786
607723e4
NC
57872000-06-17 Mark Elbrecht <snowball3@bigfoot.com>
5788
3e87a760
AM
5789 * config/obj-coff.c (obj_coff_weak): Typo fix: Change BFD_ASSEMLER
5790 to BFD_ASSEMBLER.
607723e4 5791
b946ec34
NC
57922000-06-16 Nick Clifton <nickc@cygnus.com>
5793
5794 * config/tc-mips.c (md_parse_option): Accept RM5200,RM5230,
5795 RM5231, RM5261, RM5721 and RM7000 as r5000 cpu variants.
5796
5797 * doc/c-mips.texi: Document newly accepted cpu variants.
5798
37ce37b1
UC
57992000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
5800
5801 * config/tc-mips.h: Remove definition of ONLY_STANDARD_ESCAPES.
5802
c06ae4f2
UC
58032000-06-13 Ulf Carlsson <ulfc@engr.sgi.com>
5804
5805 * macro.c (getstring): Make it possible to escape the quote
5806 character.
5807
20348649
JL
5808Tue Jun 13 20:58:28 2000 Catherine Moore <clm@redhat.com>
5809
5810 * config/tc-hppa.c (pa_export): Weak symbols can be global.
5811
bcef29e6
L
58122000-06-13 H.J. Lu <hjl@gnu.org>
5813
5814 * configure: Regenerate.
5815
63a0b638
AM
58162000-06-09 Alan Modra <alan@linuxcare.com.au>
5817
5818 * app.c (do_scrub_begin): Don't default lex[';'] as a line
5819 separator.
5820 * doc/internals.texi (line_separator_chars): Semicolon is no
5821 longer a default. Mention null and newline as defaults.
5822
5823 * read.c (is_end_of_line): Remove ifdef TC_HPPA.
5824
5825 * config/tc-i386.h (line_separator_chars): Explicitly mention `;'
5826 * config/tc-i860.h (line_separator_chars): Likewise.
5827 * config/tc-h8300.c (line_separator_chars): Likewise.
5828 * config/tc-i960.c (line_separator_chars): Likewise.
5829 * config/tc-m68k.c (line_separator_chars): Likewise.
5830 * config/tc-mips.c (line_separator_chars): Likewise.
5831 * config/tc-ns32k.c (line_separator_chars): Likewise.
5832 * config/tc-sparc.c (line_separator_chars): Likewise.
5833 * config/tc-vax.c (line_separator_chars): Likewise.
5834
5835 * config/tc-h8300.c (comment_chars): Use string initialiser.
5836 * config/tc-i960.c (line_comment_chars): Likewise.
5837 * config/tc-z8k.c (comment_chars, line_comment_chars,
5838 line_separator_chars): Likewise.
5839
5840 * config/tc-arm.c (line_separator_chars): Always use `;', not just
5841 for TE_LINUX.
5842
9bab9349
NC
58432000-06-08 Nick Clifton <nickc@cygnus.com>
5844
5845 * config/tc-arm.c (cons_fix_new_arm): Assign correct reloc value
5846 for size 1 fixes.
5847
946efd95
DB
58482000-06-08 David O'Brien <obrien@FreeBSD.org>
5849
5850 * configure.in (VERSION): Update to show this is the CVS mainline.
5851
6480b79a
DB
58522000-06-08 Matthew Jacob <mjacob@feral.com>
5853
5854 * config/tc-alpha.c (md_undefined_symbol): Properly understand that
5855 $at is the integer register $r28, vs. both $r28 and the floating
5856 point register $f28.
5857
10850f29
JW
58582000-06-08 James E. Wilson <wilson@cygnus.com>
5859
5860 * config/tc-ia64.c (generate_unwind_image): Call ia64_flush_insns.
5861 (dot_endp): Don't call ia64_flush_insns.
5862 (emit_one_bundle): Don't delete prologue/body records from
5863 unwind_record list in first loop. Rewrite second loop to account for
5864 this.
5865
150f24a2
JW
58662000-06-07 David Mosberger <davidm@hpl.hp.com>
5867
5868 * config/tc-ia64.c: Add missing prototypes.
5869 (generate_unwind_image): Cast argument to output_unw_records call.
5870
e38c9cc2
DC
5871Wed Jun 7 22:44:14 2000 Denis Chertykov <denisc@overta.ru>
5872
46b85d42 5873 * config/tc-avr.c (avr_operand): fix the formatting of the comment.
e38c9cc2 5874
1188e082
DC
5875Wed Jun 7 21:26:15 2000 Denis Chertykov <denisc@overta.ru>
5876
5877 * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.h
5878 (REGISTER_P): likewise.
5879 (avr_opcodes): uses include/opcode/avr.h
5880 (avr_operand): enable ld r,Z or st r,Z for at90s1200.
3e87a760 5881
ac743b2c
AM
58822000-06-04 Alan Modra <alan@linuxcare.com.au>
5883
0b545448
AM
5884 * read.c (is_end_of_line): No ';' for TC_HPPA. Add missing
5885 initializers too.
ac743b2c 5886
969e1a7b
L
58872000-06-03 H.J. Lu <hjl@gnu.org>
5888
5889 * read.c (is_end_of_line): Put back `;'.
5890
65172ab8
AM
58912000-06-03 Alan Modra <alan@linuxcare.com.au>
5892
5893 * config/tc-i386.c (md_shortopts): Remove 'm', add 'q' to non-elf.
5894
b75c0c92
AM
58952000-06-01 Alan Modra <alan@linuxcare.com.au>
5896
5897 * expr.c (operand): Test is_end_of_line outside switch to catch
5898 line separator chars that are also operators.
5899 (operator): Return O_illegal for line separator chars.
5900
5901 * read.c (is_end_of_line): Use 1 instead of 99. Don't set `;'
5902 entry (or `!' entry for TC_HPPA).
5903
5904 * config/tc-arm.c (my_get_float_expression): Cast to unsigned char
5905 before indexing is_end_of_line. Remove redundant check for '\0'.
5906 (fp_op2): Likewise.
5907 * config/tc-h8500.c (md_assemble): Likewise.
5908 * config/tc-mcore.c (md_assemble): Likewise.
5909 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
5910 (md_atof): Likewise
5911
5912 * config/tc-m88k.c (s_bss): Cast to unsigned char before indexing
5913 is_end_of_line.
5914 * config/tc-mcore.c (mcore_cons): Likewise.
5915 (mcore_float_cons): Likewise.
5916 (mcore_stringer): Likewise.
5917 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
5918
a6836251
SB
59192000-06-01 Scott Bambrough <scottb@netwinder.org>
5920
5921 * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
5922
43841e91
NC
59232000-05-29 Nick Clifton <nickc@cygnus.com>
5924
5925 * config/tc-sh.c: Fix compile time warning messages.
5926
5927 * config/tc-mips.c: Fix compile time warning messages.
5928
a057431b
PB
59292000-05-29 Philip Blundell <philb@gnu.org>
5930
5931 * doc/as.texinfo: Update copyright dates.
a81d9f0c 5932 (Local Labels): Delete misplaced mention of ARM.
a057431b
PB
5933 * NEWS: Mention ARM ELF support.
5934
3c07fb76
AO
59352000-05-27 Alexandre Oliva <aoliva@cygnus.com>
5936
5937 * config/tc-mn10300.c (md_assemble): Copy size to real_size before
5938 it is modified, and use the real_size to compute the frag address
5939 for dwarf2 line info.
5940
ad4d6ccf
AM
59412000-05-27 Alan Modra <alan@linuxcare.com.au>
5942
5943 * Makefile.am (DEP, DEP1, dep, dep-in, dep-am): Use a better sed
5944 line-matching scheme to cope with automake moving variables around.
5945 ($(TARG_CPU_O)): Remove dependency on TARG_CPU_DEP_@target_cpu_type@
5946 * Makefile.in: Regenerate.
5947
6faf3d66
JJ
59482000-05-26 Jakub Jelinek <jakub@redhat.com>
5949
5950 * config/tc-sparc.c (sparc_relax): New.
5951 (md_longopts): Add -relax and -no-relax options.
5952 (md_parse_options, md_show_usage): Likewise.
5953 (md_apply_fix3): Optimize tail call into branch always if possible.
5954
0a44c2b1
DL
5955Thu May 4 15:27:07 2000 Donald Lindsay <dlindsay@cygnus.com>
5956
5957 * config/tc-d10v.c (write_2_short, parallel_ok, md_assemble,
5958 d10v_cleanup) implement Mitsubishi's newly explained branch-packing
5959 rules, with warning when a GAS statement specifies a packing that
5960 will result in an instruction being squashed.
3e87a760
AM
5961 Added typdef packing_type and enumerals, changed various integer
5962 literals to use the enumerals.
0a44c2b1 5963
e0c9811a
JW
59642000-05-24 David Mosberger <davidm@hpl.hp.com>
5965
5966 * config/tc-ia64.c (dot_restorereg_p): New function.
5967 (md_pseudo_table): Add restorereg.p.
5968 (output_X3_format): Fix typo: record type should be UNW_X3, not UNW_X1.
5969 (output_X4_format): Fix typo: record type should be UNW_X4, not UNW_X2.
5970
5971 * config/tc-ia64.h (unw_record_type): Add unwabi.
5972 (unw_r_record): Rename member MASK to GRMASK. Add sub-structure
5973 called MASK with members for imask, and the masks produced by
5974 fr_mem, gr_mem, br_mem, and frgr_mem.
5975 (unw_p_record): Add members ABI and CONTEXT.
5976 (unw_x_record): Add member AB.
5977 * config/tc-ia64.c (enum reg_symbol): Add REG_PSP and REG_PRIUNAT
5978 as pseudo-register for use during unwind info generation.
5979 (AR_PFS, AR_LC): New macros.
5980 (enum pseudo_type): Add PSEUDO_FUNC_REG to permit declaring registers
5981 whose names start with an at sign (as in "@priunat").
5982 (pseudo_func): Add "svr4", "hpux", "nt" constants and "priunat"
5983 register.
5984 (unwind_list, unwind_tail, current_unwind_entry, proc_start,
5985 proc_end, unwind_info, personality_routine): Consolidate into
5986 "unwind" structure to reduce offset-table use. Add member
5987 NEXT_SLOT_NUMBER to track the slot number for the next instruction
5988 to be emitted.
5989 (output_R1_format, output_R3_format, output_P3_format,
5990 output_P6_format): Initialize R with zero to reduce compiler warnings.
5991 (output_P7_format): Ditto. Add `default' branch to switch
5992 statement to reduce compiler warnings.
5993 (output_P8_format, output_B1_format, output_B4_format): Ditto.
5994 (output_P4_format): Rename 2nd & 3rd arg to IMASK and IMASK_SIZE.
5995 (format_ab_reg): Rename from format_a_b_reg. Merge A and B args
5996 into single argument.
5997 (output_X1_format, output_X3_format): Initialize R with zero to reduce
5998 compiler warnings. Merge A and B args into single argument.
5999 (output_X2_format, output_X4_format): Remove unused variable R. Merge
6000 A and B args into single argument.
6001 (free_record): Removed (wasn't used).
6002 (free_list_records): Also free imasks in prologue records.
6003 (output_prologue, output_prologue_gr): Initialize mask bits to zero.
6004 (output_spill_mask): Remove.
6005 (output_unwabi): New function.
6006 (output_epilogue, output_label_state, output_copy_state): Call
6007 alloc_record.
6008 (output_spill_psprel, output_spill_sprel, output_spill_psprel_p,
6009 output_spill_sprel_p, output_spill_reg, output_spill_reg_p): Add AB
6010 argument.
6011 (process_one_record): New locals FR_MASK and GR_MASK. Ignore
6012 gr_mem, fr_mem, br_mem, and frgr_mem records and instead emit them
6013 as part of handling the prologue records. Emit region's imask if
6014 we have one. Handle unwabi, epilogue, label_state, copy_state,
6015 spill_psprel, spill_sprel, spill_reg, spill_psprel_p,
6016 spill_sprel_p, and spill_reg_p records.
6017 (set_imask, count_bits, slot_index): New function.
6018 (fixup_unw_records): Fix region size computation. Handle
6019 epilogue, spill_reg, spill_sprel, spill_psprel, spill_reg_p,
6020 spill_sprel_p, and spill_psprel_p records. Merge mask bits of
6021 frgr_mem, fr_mem, gr_mem, br_mem on a per-region basis and
6022 set_imask accordingly. Update imask for gr_gr, and br_gr records.
6023 (convert_expr_to_ab_reg, convert_expr_to_xy_reg): New function.
6024 (dot_save): Use manifest constants for applicaton registers.
6025 Handle REG_PR and REG_PRIUNAT.
6026 (dot_restore): Don't just ignore it.
6027 (dot_restorereg): New function..
6028 (generate_unwind_image): Ensure unwind info is a multiple of eight
6029 bytes, not just four bytes.
6030 (dot_handlerdata, dot_unwentry): Demand empty rest of line.
6031 (dot_altrp): Don't just ignore it.
6032 (dot_savemem): New function. Replaces dot_savesp() and
6033 dot_savepsp(). Use manifest constants for applicaton registers.
6034 Handle REG_PR and REG_PRIUNAT.
6035 (dot_savef): Simplify.
6036 (dot_saveb): Support generation of br_gr.
6037 (dot_spillreg, dot_spillmem, dot_spillreg_p, dot_spillmem_p,
6038 dot_label_state, dot_copy_state): New function.
6039 (dot_unwabi): Don't just ignore it.
6040 (md_pseudo_table): Add restorereg, spillreg, spillsp, spillpsp,
3e87a760 6041 spillreg.p, spillsp.p, spillpsp, label_state, copy_state,
e0c9811a
JW
6042 unwabi, vframesp, and vframepsp. Fix typo alprp->altrp.
6043 (emit_one_bundle): Set slot number for prologue/body records
6044 *before* emitting the first insn.
6045 (emit_one_bundle): Set UNWIND.NEXT_SLOT_NUMBER.
6046 (md_begin): Declare "psp" pseudo-register.
6047 (md_operand): Handle PSEUDO_FUNC_REG. Fix printing of error message
6048 so we don't get segfault.
6049 (output_psp_sprel): Output sp/psp relative offsets as 4-byte word
6050 counts as required per SW Conventions manual
6051 (output_rp_psprel, output_rp_sprel, output_pfs_psprel,output_pfs_sprel,
6052 output_preds_psprel, output_preds_sprel, output_spill_base,
6053 output_unat_psprel, output_unat_sprel, output_lc_psprel,
6054 output_lc_sprel, output_fpsr_psprel, output_fpsr_sprel,
6055 output_priunat_psprel, output_priunat_sprel, output_bsp_psprel,
6056 output_bsp_sprel, output_bspstore_psprel, output_bspstore_sprel,
6057 output_rnat_psprel, output_rnat_sprel, output_spill_psprel,
6058 output_spill_sprel, output_spill_psprel_p, output_spill_sprel_p):Ditto.
6059 (dot_vframe): Implement.
6060 (dot_vframesp, dot_vframepsp): New function.
6061
f98fd99f
HPN
6062Tue May 23 00:57:05 2000 Hans-Peter Nilsson <hp@axis.com>
6063
6064 * configure.in (i386-*-freebsd a.out entry): Quote properly.
4c8d9ec6 6065 * configure: Regenerate.
f98fd99f 6066
ee7fcc42
AM
60672000-05-23 Alan Modra <alan@linuxcare.com.au>
6068
6069 * config/tc-i386.c (md_assemble): Pass jump reloc in fr_var...
6070 (md_estimate_size_before_relax): so we can use it here instead of
6071 old kludges. Localise vars to blocks. Comment.
6072
6073 * frags.c (frag_new): Update fr_var comments.
6074 * frags.h (struct frag): Ditto.
6075
c67e42c9
RH
60762000-05-22 Richard Henderson <rth@cygnus.com>
6077
6078 * config/tc-ia64.c (FUNC_PC_RELATIVE): New.
6079 (pseudo_func): Add pcrel.
6080 (operand_match): Handle IA64_OPND_TGT64.
6081 (build_insn): Likewise.
6082 (md_begin): Initialize pseudo_func[FUNC_PC_RELATIVE].
6083 (ia64_gen_real_reloc_type): Handle FUNC_PC_RELATIVE.
6084 (fix_insn): Handle all three 64-bit relocation types.
6085
5110c57e
HPN
6086Mon May 22 22:43:32 2000 Hans-Peter Nilsson <hp@axis.com>
6087
6088 * obj.h (struct format_ops): New members begin, app_file,
6089 s_set_other, s_set_desc, s_get_type, s_set_type,
6090 separate_stab_sections, init_stab_section.
6091
6092 * config/obj-multi.h: Update GPL notice to v2.
6093 (obj_begin): New.
6094 (obj_app_file): New.
6095 (S_SET_SIZE): Test s_set_size for NULL before calling.
6096 (S_SET_ALIGN): Similar for s_set_align.
6097 (S_SET_OTHER): New.
6098 (S_SET_DESC): New.
6099 (S_GET_TYPE): New.
6100 (S_SET_TYPE): New.
6101 (SEPARATE_STAB_SECTIONS): New.
6102 (INIT_STAB_SECTION): New.
6103 (EMIT_SECTION_SYMBOLS): New.
6104 (AOUT_STABS) [OBJ_MAYBE_AOUT]: Define.
6105
6106 * config/obj-elf.h: Update GPL notice to v2.
6107 Mention that this file is included from obj-multi.h.
6108 (obj_begin): Wrap definition in ifndef.
6109 (elf_file_symbol): Constify declaration.
6110 (obj_app_file): Ditto.
6111 (SEPARATE_STAB_SECTIONS, INIT_STAB_SECTION, OBJ_PROCESS_STAB):
6112 Wrap in ifndef SEPARATE_STAB_SECTIONS.
6113
6114 * config/obj-elf.c (elf_s_set_other): New.
6115 (elf_file_symbol): Constify argument.
6116 (elf_separate_stab_sections): New.
6117 (elf_init_stab_section): New.
6118 (elf_format_ops): Add new members. Remove comma at end.
6119
6120 * config/obj-ecoff.c (ecoff_separate_stab_sections): New.
6121 (ecoff_format_ops): Add new fields. Remove comma at end.
6122 Mention inconsistency for emit_section_symbols.
6123
6124 * config/obj-coff.h (c_dot_file_symbol): Constify declaration.
6125
6126 * config/obj-coff.c (c_dot_file_symbol): Constify argument.
6127 (coff_separate_stab_sections): New.
6128 (coff_format_ops): Add new members.
6129
6130 * config/obj-aout.c (obj_aout_sec_sym_ok_for_reloc): New.
6131 (obj_aout_s_set_other): New.
6132 (obj_aout_s_set_desc): New.
6133 (obj_aout_s_get_type): New.
6134 (obj_aout_s_set_type): New.
6135 (obj_aout_separate_stab_sections): New.
6136 (aout_format_ops): New members added. Use obj_aout_process_stab,
6137 not 0. Use obj_aout_sec_sym_ok_for_reloc, not 0.
6138 (obj_aout_frob_symbol): Add ATTRIBUTE_UNUSED to args as
6139 appropriate.
6140 (obj_aout_line, obj_aout_weak, obj_aout_type): Ditto.
6141
b98ef147
AM
61422000-05-22 Alan Modra <alan@linuxcare.com.au>
6143
6144 * config/tc-i386.c (tc_i386_fix_adjustable): Prevent adjustment
6145 for OBJ_MAYBE_ELF too. Use S_IS_EXTERNAL instead of S_IS_EXTERN.
6146 (md_estimate_size_before_relax): Ensure jumps to weak and
6147 externally visible symbols are relocatable.
6148
0aa5d426
HPN
6149Sat May 20 16:41:55 2000 Hans-Peter Nilsson <hp@axis.com>
6150
6151 * stabs.c (aout_process_stab): Make global.
6152 (s_desc): Add ATTRIBUTE_UNUSED to args as appropriate.
6153 * read.h (aout_process_stab): Declare.
6154
6155 * configure.in (EMULATIONS) [i386aout, i386coff, i386elf]:
6156 Generalize to *aout, *coff *elf.
6157 * configure: Regenerated.
6158
6159 * doc/internals.texi (Object format backend): Say
6160 SEPARATE_STAB_SECTIONS needs to be nonzero, not just defined.
b8166459
HPN
6161
6162 * Makefile.am (TARG_ENV_HFILES): Delete te-multi.h.
6163 * Makefile.in: Regenerated.
6164
7c3dc350
CM
61652000-05-19 Catherine Moore <clm@cygnus.com>
6166
6167 * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined.
6168
b3b6a3fe
JL
61692000-05-18 Alan Modra <alan@linuxcare.com.au>
6170
6171 * config/tc-hppa.c (md_apply_fix): Mask out immediate bits of
6172 instruction to reflect change in re_assemble_*.
6173
c9e10a08
JL
6174Thu May 18 10:52:14 2000 Jeffrey A Law (law@cygnus.com)
6175
6176 * configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, then
6177 build PA64 ELF tools.
6178 * configure: Rebuilt.
6179
3043679f
AM
61802000-05-17 Alan Modra <alan@linuxcare.com.au>
6181
6182 * Makefile.am: Regenerate dependencies.
6183 * Makefile.in: Regenerate.
6184
322f2c45
NC
61852000-05-15 Nick Clifton <nickc@cygnus.com>
6186
6187 * config/tc-arm.c (struct asm_psr): Add boolean field
6188 distinguishing between CSPR and SPSR. Rename 'number' field
6189 to 'field'.
6190 (psrs): Rearrange contents to match new asm_psr structure.
6191 (arm_psr_parse): Move next to psr_required_here. Make it
6192 return an asm_psr structure.
6193 (psr_required_here): Use asm_psr structure returned by
6194 arm_psr_parse.
6195 (do_msr): Reorganise to allow psr_required_here to be called
6196 only once.
6197 (md_undefined_name): Mark 'name' parameter as unused, since
6198 the COFF target does not use it.
322f2c45 6199
5e6cbf41
PB
62002000-05-14 David O'Brien <obrien@FreeBSD.org>
6201
6202 * config/te-386bsd.h: Clean up comments to adhere to the GNU coding
6203 standards.
6204 * config/te-aux.h: Likewise.
6205 * config/te-dpx2.h: Likewise.
6206 * config/te-go32.h: Likewise.
6207 * config/te-hp300.h: Likewise.
6208 * config/te-hppa.h: Likewise.
6209 * config/te-i386aix.h: Likewise.
6210 * config/te-ic960.h: Likewise.
6211 * config/te-interix.h: Likewise.
6212 * config/te-nbsd532.h: Likewise.
6213 * config/te-pc532mach.h: Likewise.
6214 * config/te-ppcnw.h: Likewise.
6215 * config/te-psos.h: Likewise.
6216 * config/te-sparcaout.h: Likewise.
6217 * config/te-sun3.h: Likewise.
6218 * config/te-sysv32.h: Likewise.
6219
4132022d
AM
62202000-05-14 Alan Modra <alan@linuxcare.com.au>
6221
6222 * config/tc-h8300.c (do_a_fix_imm): Don't rely on `short' being 16
6223 bits. Instead explicitly mask and sign extend. Do the 8 bit mask
6224 and sign extend without an if statement.
6225 (build_bytes): Likewise.
6226
62272000-05-14 Kazu Hirata <kazu@hxi.com>
6228
6229 * config/tc-h8300.c (do_a_fix_imm): Output a reloc for no
6230 X_add_symbol L_32 case.
6231
b4fd930a
AM
62322000-05-14 David O'Brien <obrien@FreeBSD.org>
6233
6234 * config/te-freebsd.h: New file.
6235
a38cf1db
AM
62362000-05-13 Alan Modra <alan@linuxcare.com.au>
6237
897083bd
AM
6238 * asintl.h (gettext, dgettext, dcgettext, textdomain,
6239 bindtextdomain): Replace defines with those from intl/libgettext.h
6240 to quieten gcc warnings.
6241
a38cf1db
AM
6242 * NEWS: Mention x86 .arch and -q.
6243
6244 * config/tc-i386.c (quiet_warnings): New.
6245 (md_assemble): Use quiet_warnings.
6246 (md_parse_option): Set quiet_warnings from -q.
6247 (md_show_usage): Mention -q, delete -m.
6248 (flag_do_long_jump): Delete.
6249 (md_parse_option): Remove -m.
6250 (md_show_usage): Remove -m.
6251 (md_create_long_jump): Remove useless flag_do_long_jump code.
6252
6253 * as.c (parse_args): In case OPTION_DEFSYM, use a valueT to hold
6254 the symbol value, and use bfd_scan_vma if BFD_ASSEMBLER.
6255
e413e4e9
AM
62562000-05-13 Alan Modra <alan@linuxcare.com.au>
6257 Alexander Sokolov <robocop@netlink.ru>
6258
6259 * doc/c-i386.texi (i386-Arch): New section.
6260 (i386-Syntax): Mention .intel_syntax and .att_syntax.
6261
6262 * config/tc-i386.c (cpu_arch_name, cpu_arch_flags): New.
6263 (smallest_imm_type): Use smallest opcode for shift by one if cpu
6264 architecture has been given and is not 486.
6265 (set_cpu_arch): New.
6266 (md_pseudo_table): Add .arch.
6267 (md_assemble): Warn if cpu architecture has been given and an
6268 unsupported instruction.
6269
6270 * config/tc-i386.h (SMALLEST_DISP_TYPE): Delete.
6271 Move operand_types bit defines after relevant template field.
6272 (template): Add cpu_flags.
6273 (Cpu*): Define.
6274 (arch_entry): New.
6275
e8b1cae5
AO
62762000-05-12 Alexandre Oliva <aoliva@cygnus.com>
6277
6278 * config/tc-mn10300.h (md_end): Define.
6279 (mn10300_finalize): Declare.
6280 * config/tc-mn10300.c: Include dwarf2dbg.h.
6281 (debug_line): Define.
6282 (md_assemble): Generate dwarf2 line info.
6283 (mn10300_finalize): New function. Finalize dwarf2 info.
6284
426b0403
AM
62852000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
6286
6287 * config/tc-mips.c (md_estimate_size_before_relax): Use the
6288 external version of the relocation for weak symbols.
6289
e4c58b25
JW
62902000-05-08 David Mosberger <davidm@hpl.hp.com>
6291
6292 * config/tc-ia64.c (output_P7_format, case mem_stack_f): Output fixed
6293 frame size in units of 16 bytes, as required per SW Conventions manual.
6294 (output_unw_records): Output info-block header as a dword to get
6295 byte-order right.
6296
8fce3f5e
AM
62972000-05-08 Alan Modra <alan@linuxcare.com.au>
6298
6299 * as.h: #include "file", not <file> on files from ../include.
6300 (as_abort, as_fatal): Add ATTRIBUTE_NORETURN.
6301 * config/tc-m68k.c (m68k_ip): Fix signed/unsigned warnings.
6302 (md_convert_frag): Add ATTRIBUTE_UNUSED.
6303 (tc_coff_symbol_emit_hook): Ditto.
6304 (OPTCOUNT): Cast to int to avoid compiler warning.
6305 (md_begin): Fix signed/unsigned warnings.
6306
63072000-05-08 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6308
6309 * config/tc-m68k.c (md_convert_frag_1): Abort if we end up in the
6310 ABRANCH LONG case for a conditional branch on a 68000.
6311 (md_estimate_size_before_relax): Likewise. Also handle
6312 flag_short_refs correctly for ABRANCH, BCC68000, and DBCC.
6313 (m68k-ip: case ABSL): Relax absolute references to 16-bit
6314 PC-relative on all CPUs.
6315 (md_estimate_size_before_relax): Likewise.
6316
fb166ee3
AM
63172000-05-04 Alan Modra <alan@linuxcare.com.au>
6318
6319 * as.c (parse_args): Just mention current year in printed
6320 copyright message.
6321
7a899fff
C
63222000-05-03 J.T. Conklin <jtc@redback.com>
6323
6324 * config/tc-ppc.c (pre_defined_registers): Add entries for vector
3e87a760 6325 unit registers.
7a899fff
C
6326 (md_parse_option): Recognize -m7400.
6327
44877466
ILT
63282000-05-03 Ian Lance Taylor <ian@zembu.com>
6329
6330 * config/atof-ieee.c (gen_to_words): When adding carry back in,
6331 don't permit lp to become less than the words array.
6332
eaa15ab8
NC
63332000-05-03 Rodney Brown <RodneyBrown@pmsc.com>
6334
6335 config/tc-mcore.c (md_apply_fix3): BFD_RELOC_MCORE_PCREL_IMM11BY2
6336 Fix little-endian case.
6337
7c4f6a03
AM
63382000-05-03 David O'Brien <obrien@NUXI.com>
6339
6340 * as.c (parse_args): Update copyright.
6341
da5d444c
AM
63422000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
6343
8a543126 6344 * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4
da5d444c
AM
6345 for the .bss section too.
6346
3f9b03b5
AM
63472000-05-02 Alan Modra <alan@linuxcare.com.au>
6348
6349 * configure.in: Set em=linux for hppa-*-linux.
6350 * configure: Regenerate.
6351 * doc/Makefile.in: Regenerate with correct automake.
6352
6353 * frags.c (frag_grow): Sanity check chunk_size.
6354
6355 * config/obj-elf.h: #include "bfd.h" not <bfd.h>
6356 * config/obj-som.h: Likewise.
6357 * config/obj-ieee.h: Likewise.
6358
6359 * config/tc-hppa.h: Test BFD_ARCH_SIZE, not BFD64.
6360
6361 * config/tc-hppa.c (log2): Only compile when OBJ_SOM.
6362 (md_pseudo_table): Fully initialise OBJ_ELF cases.
6363 (fix_new_hppa): Add ATTRIBUTE_UNUSED to args as appropriate.
6364 (pa_ip): low_sign_unext now returns via function value. Use
6365 re_assemble_* instead of dis_assemble_* and
6366 INSERT_FIELD_AND_CONTINUE combination. Don't call sign_unext
6367 unnecessarily.
6368 (md_convert_frag): Add ATTRIBUTE_UNUSED to args as appropriate.
6369 (md_section_align, md_parse_option, md_show_usage,
6370 md_undefined_symbol, pa_align, pa_block, pa_brtab, pa_try,
6371 pa_callinfo, pa_code, pa_comm, pa_end, pa_enter, pa_entry,
6372 pa_exit, pa_export, pa_import, pa_label, pa_leave, pa_level,
6373 pa_origin, pa_param, pa_proc, pa_procend, pa_space, pa_spnum,
6374 pa_version, pa_compiler, pa_copyright, pa_data, pa_fill, pa_lsym,
6375 pa_text): Likewise.
6376 (md_apply_fix): Change type of new_val to offsetT. Delete w1, w2,
6377 w, resulti. Add insn, val. Move bfd_get_32 and bfd_put_32
6378 outside of switch. Correct mask and shifting errors in case 10
6379 and case -11. In case 21, compare against signed range to suit
6380 hppa_field_adjust changes. In case 12, use re_assemble_12. In
6381 case 17 and case 22, use offsetT variable to properly check range.
6382 Use re_assemble_* here too.
6383 (evaluate_absolute): Change type of value to offsetT. Call
6384 hppa_field_adjust to do the work for us.
6385 (pa_parse_cmpb_64_cmpltr): Delete save_s.
6386 (pa_parse_cmpib_64_cmpltr): Ditto.
6387 (pa_build_unwind_subspace): Delete unused var subseg. Change type
6388 of i to unsigned int.
6389 (pa_type_args): Conditionally declare symbol if OBJ_SOM.
6390 (pa_end_of_source): Return type is void.
6391
a2984248
CM
6392Mon May 1 08:54:23 2000 Catherine Moore <clm@cygnus.com>
6393
6394 * macro.c (macro_expand_body): Don't prepend macro number with zeroes.
6395
df136245
DC
6396Mon May 1 14:19:39 2000 Denis Chertykov <denisc@overta.ru>
6397
6398 * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places.
6399 More comments added.
6400 (md_begin): Removed "construct symbols for each register name".
6401 Because register names conflicts with GCC generated function
6402 names.
6403 (avr_operand): Now constant numbers can be used as a register
6404 identifiers (0 as r0, 31 as r31).
6405 (md_assemble): use skip_space () before parsing instruction
6406 operands.
6407
c1e73230
AM
64082000-05-01 Alan Modra <alan@linuxcare.com.au>
6409
6410 * configure.in: Set bfd_gas=yes on i386-*-pe and i386-*-nt* to
6411 ensure all pe targets use bfd. Remove unnecessary bfd_gas=yes on
6412 arm-*-netbsd* and arm-*-wince as this is set for all arm*.
6413 * configure: Regenerate.
6414
a1934524
AM
64152000-04-29 Andreas Jaeger <aj@suse.de>
6416
6417 * as.h: Correctly check GCC version.
6418
d9b7d820
AM
64192000-04-26 David O'Brien <obrien@FreeBSD.org>
6420
6421 * doc/as.1: Fix unbalanced brackets.
6422
6423 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
6424 TE_FreeBSD.
6425 (line_comment_chars): Set to '/' if TE_FreeBSD.
6426
cea1ab94
JL
6427Tue Apr 25 11:02:02 2000 Jeffrey A Law (law@cygnus.com)
6428
6429 * configure.in: Configury support for PA64 (currently disabled).
6430 * configure: Rebuilt.
6431
e799a695
AM
64322000-04-25 Machida Hiroyuki <machida@sm.sony.co.jp>
6433
3e87a760 6434 * config/tc-mips.c (s_change_sec): Use record_alignment, not
e799a695
AM
6435 bfd_set_section_alignment.
6436
3b0ec529
AM
64372000-04-25 Alan Modra <alan@linuxcare.com.au>
6438
6439 * config/tc-i386.c (offset_in_range): Ensure shift counts are less
6440 than 32.
6441
adcf07e6
NC
64422000-04-24 Nick Clifton <nickc@cygnus.com>
6443
6444 * doc/c-arm.texi (ARM Directives): Document behaviour of .align 0.
6445 * doc/as.texinfo (Align): Include arm and strongarm in list of
6446 targets that have the second form of the behaviour of the .align
3e87a760 6447 directive.
adcf07e6 6448
5047a41f
JL
64492000-04-24 Mark Klein <mklein@dis.com>
6450
29184774 6451 * config/obj-som.c: Terminate obj_pseudo_table.
5047a41f 6452
a47cf567
NC
6453Mon Apr 24 15:21:11 2000 Clinton Popetz <cpopetz@cygnus.com>
6454
6455 * as.c (parse_args): Allow md_parse_option to override -a listing
6456 option.
6457 * config/obj-coff.c (add_lineno): Change type of offset parameter
6458 from "int" to "bfd_vma."
6459 * config/tc-ppc.c (md_pseudo_table): Add "llong" and "machine."
6460 (ppc_mach, ppc_subseg_align, ppc_target_format): New.
6461 (ppc_change_csect): Align correctly for XCOFF64.
6462 (ppc_machine): New function, which discards "ppc_machine" line.
6463 (ppc_tc): Cons for 8 when code is 64 bit.
6464 (md_apply_fix3): Don't check operand->insert. Handle 64 bit
6465 relocations.
6466 (md_parse_option): Handle -a64 and -a32.
6467 (ppc_xcoff64): New.
6468 * config/tc-ppc.h (TARGET_MACH): Define.
6469 (TARGET_FORMAT): Move to function.
6470 (SUB_SEGMENT_ALIGN): Use ppc_subseg_align.
6471
6472Sun Apr 23 16:45:45 2000 Denis Chertykov <denisc@overta.ru>
6473
6474 * config/tc-avr.c: New AVR_ISA_ defined.
6475 (md_assemble): Handle opcodes with optional operands (lpm,elpm).
6476 (avr_operand): Handle 'a', 'v' and 'z' constraint letters needed
6477 for `fmul', `movw' and `lpm R,Z' instructions.
6478 (avr_operands): Warn if current opcode is a two-word instruction
6479 and previous opcode was cpse/sbic/sbis/sbrc/sbrs.
6480 (avr_opcodes): New commands added.
6481 (REGISTER_P): Check 'a' and 'v' constraint letters.
6482 (mcu_types): New MCU added.
6483
bf3ca999
TW
64842000-04-22 Timothy Wall <twall@cygnus.com>
6485
6486 * config/tc-ia64.c (pseudo_func[]): Add new "nat" entry equivalent
6487 to "natval".
6488 (operand_match): Conditionally insert default bit values for IMMU9.
6489
98e5953c
JL
64902000-04-14 Matthew Green <mrg@cygnus.com>
6491
6492 * configure.in: Add NetBSD/sparc ELF and NetBSD/sparc64 support.
6493 * configure: Rebuilt.
6494
a02fab7e
JL
6495Fri Apr 21 14:29:43 2000 Jeffrey A Law (law@cygnus.com)
6496 Jason Eckhardt <jle@cygnus.com>
6497
c67e42c9 6498 * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats.
a02fab7e
JL
6499
6500 * config/tc-hppa.c (CHECK_ALIGN): New macro.
6501 Added handling of new operand types l,y,&,fe,fE,fx.
6502
800eeca4
JW
6503Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
6504 David Mosberger <davidm@hpl.hp.com>
6505 Timothy Wall <twall@cygnus.com>
6506 Andrew MacLeod <amacleod@cygnus.com>
6507 Jim Wilson <wilson@cygnus.com>
6508
6509 * Makefile.am (CPU_TYPES): Add ia64.
39bec121 6510 (TARGET_CPU_CFILES): Add config/tc-ia64.c.
800eeca4
JW
6511 (TARGET_CPU_HFILES): Add config/tc-ia64.h.
6512 * Makefile.in: Rebuild.
6513 * app.c (do_scrub_chars): Handle DOUBLESLASH_COMMENTS.
6514 * configure: Rebuild.
6515 * configure.in: Recognize ia64 as cpu type. Set bfd_gas.
6516 (ia64-*-elf*, ia64-*-linux-gnu*): New targets.
6517 * expr.c (expr): Handle md_optimize_expr.
6518 * read.c (LEX_HASH): Add comment.
6519 * config/tc-ia64.c, config/tc-ia64.h: New files.
3e87a760 6520
66778679
RH
65212000-04-21 Richard Henderson <rth@cygnus.com>
6522
6523 * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
6524 bundling a non-delayed branch type instruction.
6525
aa15f6f7
AO
65262000-04-20 Alexandre Oliva <aoliva@cygnus.com>
6527
6528 * config/tc-mn10300.c (HAVE_AM30): Define.
6529 (md_assemble): Use it.
6530
16adf844
AM
65312000-04-19 Alan Modra <alan@linuxcare.com.au>
6532
742f45cf
AM
6533 * config/obj-elf.c (obj_elf_change_section): Check for changed
6534 section attributes.
6535
16adf844
AM
6536 * Makefile.am: (CPU_MULTI_VALID): Remove.
6537 (MULTI_CPU_TYPES): Define.
6538 (MULTI_CPU_OBJ_VALID): Define.
6539 (DEPTC): Use the above.
6540 (DEPOBJ): Same here.
6541 (DEP2): And here.
6542 Regenerate dependencies.
6543 * Makefile.in: Regenerate.
6544
9c46fb1b
AM
65452000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6546
742f45cf 6547 * Makefile.am (YACC, LEX): Get them from configure.
9c46fb1b 6548
508866be
L
65492000-04-18 H.J. Lu (hjl@gnu.org)
6550
6551 * config/tc-i386.c (offset_in_range): Use addressT instead of
9c46fb1b 6552 bfd_vma for non-bfd assemblers.
508866be 6553
ba2adb93
AM
65542000-04-17 Alan Modra <alan@linuxcare.com.au>
6555
6556 * config/tc-i386.c (offset_in_range): Sign extend val so BFD64
6557 doesn't give spurious errors.
6558
12ff5d56
AM
65592000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6560
66778679 6561 * as.h (SEEK_SET): Define if undefined.
12ff5d56 6562
fc633e5b
AM
65632000-04-13 Alan Modra <alan@linuxcare.com.au>
6564
6565 * config/tc-arm.c (md_apply_fix3): Don't use UL suffix on
6566 constants, and don't assume offsetT is 32 bits.
6567
1ed18ec1
NC
65682000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
6569
6570 * config/tc-d10v.h: Include "write.h" to get definition of fixS.
6571 (md_pcrel_from_section): Add prototype.
6572 (d10v_fix_adjustable): Add prototype.
6573 (d10v_force_relocation): Replace 'struct fix' with 'fixS'.
6574
6575 * config/tc-d10v.c (md_apply_fix3): Add paren around &&.
6576
3db10f32
NC
65772000-04-12 Nick Clifton <nickc@cygnus.com>
6578
6579 * config/tc-d10v.c (find_opcode): Correctly calculate position of
6580 symbol in frag chain.
6581
847f7ad4
AM
65822000-04-10 Alan Modra <alan@linuxcare.com.au>
6583
6584 * config/tc-i386.c (fits_in_signed_byte): Change arg to offsetT.
6585 (fits_in_unsigned_byte, fits_in_unsigned_word): Ditto.
6586 (fits_in_signed_word, smallest_imm_type): Ditto.
6587 (md_assemble): Use an offsetT var to hold offsetT values, not a
6588 long.
6589 (offset_in_range): New.
6590 (md_assemble): Use it.
6591 (md_convert_frag): Change type of target_address, opcode_address,
6592 and displacement_from_opcode_start to offsetT.
6593 (md_create_short_jump): Change type of offset to offsetT.
6594 (md_create_long_jump): Ditto.
6595 (md_apply_fix3): Use -4, not 0xfffffffc for BFD_RELOC_386_PLT32.
6596 (md_chars_to_number): Remove.
6597 (output_invalid): Remove duplicate prototype.
6598
ec694b89
NC
65992000-04-09 Nick Clifton <nickc@cygnus.com>
6600
6601 * Makefile.am (CPU_TYPES): Add 'avr'.
6602 (TARGET_CPU_CFILES): Add 'tc-avr.c'.
6603 (TARGET_CPU_HFILES): Add 'tc-avr.h'.
6604
16adf844 6605 * Makefile.in: Regenerate.
ec694b89
NC
6606
6607 * doc/as.texinfo: Add M32R documentation.
6608
a2d91340 6609Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
3e87a760 6610
a2d91340 6611 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3e87a760 6612 --enable-build-warnings option.
a2d91340
AC
6613 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
6614 * Makefile.in, configure: Re-generate.
6615
d92b1a8a
NC
66162000-04-07 Nick Clifton <nickc@cygnus.com>
6617
6618 * config/tc-arm.c (md_apply_fix3): Treat BFD_RELOC_ARM_PCREL_BLX
6619 in the same way as BFD_RELOC_ARM_PCREL_BRANCH, and
6620 BFD_RELOC_THUMB_PCREL_BLX lie BFD_RELOC_THUMB_PCREL_BRANCH.
6621 (tc_gen_reloc): Accept BFD_RELOC_{ARM|THUMB}_PCREL_BLX.
6622 (arm_force_relocation): Force relocations for
6623 BFD_RELOC_{ARM|THUMB}_PCREL_BLX as well.
6624
52ccafd0
JR
6625Wed Apr 5 22:26:32 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6626
6627 * config/tc-sh.c (get_operands): There's no third operand if the
6628 first operand is an immediate.
6629
015551fc
JR
6630Wed Apr 5 22:07:19 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6631
6632 * config/tc-sh.c (immediate): Delete.
6633 (sh_operand_info): Add immediate member.
6634 (parse_reg): Use A_PC for pc.
6635 (parse_exp): Add second argument 'op'. All callers changed.
6636 (parse_at): Expect pc to be coded as A_PC.
6637 Use immediate field in *op.
6638 (insert): Add fourth argument 'op'. All callers changed.
6639 (build_relax): Add second argument 'op'. All callers changed.
6640 (insert_loop_bounds): New function.
6641 (build_Mytes): Remove DISP_4.
6642 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
6643 (assemble_ppi): Use immediate field in *operand.
6644 (sh_force_relocation): Handle BFD_RELOC_SH_LOOP_{START,END}.
6645 (md_apply_fix): Likewise.
6646 (tc_gen_reloc): Likewise. Check for a pcrel BFD_RELOC_SH_LABEL.
6647
79bd78be
AO
6648Wed Apr 5 06:35:45 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6649
6650 * config/tc-sparc.c (sparc_ip): Avoid string pasting.
6651
e30e5a6a
HPN
6652Tue Apr 4 19:27:50 2000 Hans-Peter Nilsson <hp@axis.com>
6653
6654 * internals.texi (CPU backend): Document
6655 TC_CHECK_ADJUSTED_BROKEN_DOT_WORD.
6656
41b49281
AM
66572000-04-04 Alan Modra <alan@linuxcare.com.au>
6658
8ad3436c
AM
6659 * po/gas.pot: Regenerate.
6660
6661 * as.c (show_usage): Restore translated part of bug string.
6662 * gasp.c (show_usage): Likewise.
6663
41b49281
AM
6664 * Makefile.am (MKDEP): Use gcc -MM rather than ../mkdep.
6665 (DEP): Quote when passing vars to sub-make. Use "mv -f" rather
6666 than move-if-change.
6667 (DEP1): Modify for "gcc -MM".
6668 (DEPTC): Likewise.
6669 (DEPOBJ): Likewise.
6670 (DEP2): Likewise.
6671 (CLEANFILES): Add DEPTCA, DEPOBJA, DEP2a, DEPA.
6672 Update dependencies.
6673 * Makefile.in: Regenerate.
6674
0a727238
AO
66752000-04-03 Alexandre Oliva <aoliva@cygnus.com>
6676
6677 * config/tc-mn10300.c (md_pseudo_table): Use constant names.
6678 (md_begin): Likewise.
6679 (HAVE_AM33): New macro.
6680 (md_assemble): Use it. Match r_regs and xr_regs only if
6681 HAVE_AM33.
6682
c20f4f8c
AM
66832000-04-03 Alan Modra <alan@linuxcare.com.au>
6684
6685 * as.h: #include "bin-bugs.h"
6686 * as.c (show_usage): Use REPORT_BUGS_TO.
6687 * gasp.c: #include "bin-bugs.h"
6688 (show_usage): Use REPORT_BUGS_TO.
6689
6690 * config/tc-sparc.c (md_show_usage): Add a trailing newline.
6691
753f6b12
HPN
6692Mon Apr 3 13:56:03 2000 Hans-Peter Nilsson <hp@axis.com>
6693
6694 * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined,
6695 call TC_CHECK_ADJUSTED_BROKEN_DOT_WORD for each word after
6696 adjustments.
6697
726c5dcd
AM
66982000-04-03 Alan Modra <alan@linuxcare.com.au>
6699
6700 * config/tc-i386.c (i386_immediate): Don't assume a constant
6701 immediate is necessarily 16 bits when in 16 bit code mode.
6702 (md_assemble): Instead set guess_suffix here after we have checked
6703 registers.
6704
bf80011a
RH
67052000-04-02 Richard Henderson <rth@cygnus.com>
6706
6707 * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bit
6708 quantities. Correct right shift sign extension.
6709 (build_insn): Make `number' unsigned long. Mask top 6 bits of
6710 32-bit value when shifting into place.
6711
92161534
ILT
67122000-04-01 Ian Lance Taylor <ian@zembu.com>
6713
6714 * app.c: Add ATTRIBUTE_UNUSED as needed.
6715 * config/tc-ppc.c: Likewise.
6716 (ppc_size): Make unsigned long.
6717 (ppc_insert_operand): Add casts to avoid warnings.
6718
447f3982
NC
67192000-03-31 Nick Clifton <nickc@cygnus.com>
6720
6721 * config/tc-d10v.h (md_flush_pending_output): Define.
6722
21d75ec2
NC
67232000-03-29 Nick Clifton <nickc@cygnus.com>
6724
6725 * config/tc-sh.h (SEG_NAME): New macro: return the name of a
6726 segment. Works for both BFD_ASSEMBLER and others.
6727 (SUB_SEGMENT_ALIGN): Use SEG_NAME.
6728
d1a1bf19
NC
67292000-03-29 Nick Clifton <nickc@cygnus.com
6730
6731 * config/tc-arm.c (tinsns): Add "bal" instruction pattern.
6732
224de7a5
AM
67332000-03-28 Alan Modra <alan@linuxcare.com.au>
6734
6735 * listing.c (LISTING_LHS_WIDTH): Default depends on
6736 LISTING_WORD_SIZE.
6737 (LISTING_LHS_WIDTH_SECOND): Default to LISTING_LHS_WIDTH.
6738
5b8274e3
ILT
67392000-03-27 Ian Lance Taylor <ian@zembu.com>
6740
6741 * config/tc-sh.c (md_show_usage): Use backslash before newline in
6742 string literal.
6743
224de7a5 67442000-03-27 Alan Modra <alan@linuxcare.com.au>
adde6300
AM
6745
6746 * config/tc-avr.h (TC_HANDLES_FX_DONE): Define.
6747
6748 * config/tc-avr.c (mcu_types): Add missing initialiser.
6749 (md_pcrel_from_section): Add prototype.
6750 (avr_operand): Remove redundant test of unsigned < 0.
6751 (avr_cons_fix_new): Ensure exp_mod_pm zero on function exit.
6752
67532000-03-27 Denis Chertykov <denisc@overta.ru>
6754
6755 * config/tc-avr.c: New file for AVR support.
6756 * config/tc-avr.h: Likewise.
6757 * configure.in: Add AVR support.
6758 * configure: Regenerate.
6759
9f10757c
TW
67602000-03-26 Timothy Wall <twall@cygnus.com>
6761
6762 * gasp.c (macro_op): Add new argument to check_macro call.
6763 Macro structure definitions moved to macro.h
6764 * sb.h: Add argument to prototype for input_scrub_include_sb.
6765 * input-scrub.c (input_scrub_include_sb): Allow disabling of sb
6766 nesting checks with an additional flag.
6767 (struct input_save): Add flag to indicate whether current sb
6768 should be checked for proper macro/conditional nesting.
6769 (input_scrub_push/pop): Save/restore nest check flag.
6770 (input_scrub_next_buffer): Ditto. Also call end of macro hook if
3e87a760 6771 defined.
9f10757c
TW
6772 * macro.c (check_macro): Allow caller to retrieve parsed macro
6773 information if a pointer is provided. This information may be
6774 used by the new macro hooks.
6775 * macro.h: Update prototype for check_macro. Macro struct
6776 definitions moved here from macro.c/gasp.c.
6777 * read.c (read_a_source_file): Add parameter to check_macro call,
6778 and pass macro info to the macro hook, if defined.
6779 (input_scrub_insert_line): New. Allow insertion of a line of
6780 characters into the input stream.
6781 (input_scrub_insert_file): New. Allow insertion of an arbitrary
6782 file into the input stream.
6783 (s_include): Use input_scrub_insert_file.
6784 * internals.texi: Document new macro hooks.
6785 * as.h: New prototypes added.
3e87a760 6786
224de7a5 67872000-03-26 Alan Modra <alan@linuxcare.com.au>
d0b47220
AM
6788
6789 * config/tc-i386.c: Don't start any as_bad or as_warn message with
6790 an initial capital letter.
6791 (i386_index_check): Reindent.
6792
11424155
NC
67932000-03-19 Nick Clifton <nickc@cygnus.com>
6794
eaa15ab8 6795 * config/tc-arm.c (md_apply_fix3): Fix bug detecting overflow of pc
11424155
NC
6796 relative branches.
6797
43f05576
NC
67982000-03-17 Thomas de Lellis <tdel@windriver.com>
6799
66778679
RH
6800 * config/tc-arm.c (do_t_adr): Flag "adr Rd,label"
6801 instruction operand bad if Rd > 7 when generating
6802 thumb instructions. Prevents for example,
6803 "adr r12,label" from silently failing and generating
6804 the wrong instruction.
3e87a760 6805
67231402
NC
68062000-03-17 Nick Clifton <nickc@cygnus.com>
6807
6808 * config/tc-arm.c (md_apply_fix3): Handle same-section relocations
6809 that have a destingation >= 0x400000.
3e87a760 6810 Fix compile time warning messages.
67231402 6811
a37c8f88
JR
6812Thu Mar 16 23:45:16 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6813
6814 * config/tc-sh.c (md_begin): When encountering insn that are
6815 not supported by the current arch, only change the name if
6816 its contents are the same as prev_name.
6817 (get_specific): If the the architecture doesn't match, fail.
6818
dead1419
JR
6819Thu Mar 16 21:18:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6820
6821 * config/tc-sh.c (IDENT_CHAR): Define.
6822 (parse_reg): Use it instead of isalnum. Put r[0..7]_bank operand
6823 matching back where it came from.
6824
182e89d3
JR
6825Thu Mar 16 20:58:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6826
6827 * config/tc-sh.c (md_show_usage): Add description of -dsp.
6828
84f73d89
NC
68292000-03-15 Jonathan Larmour <jlarmour@redhat.co.uk>
6830
6831 * config/tc-sh.c (parse_reg): Match r[0..7]_bank operands before
6832 normal operands.
6833
dbbc7809
JL
68342000-03-15 Kazu Hirata <kazu@hxi.com>
6835
6836 * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate.
6837
271bb601
HPN
6838Mon Mar 13 22:02:59 2000 Hans-Peter Nilsson <hp@axis.se>
6839
6840 * expr.c (operand) [case 'f']: When testing if '0f' can start a
6841 floating-point-number, make sure 'f' is in FLT_CHARS.
6842
8684e216
HPN
6843Sat Mar 11 00:01:39 2000 Hans-Peter Nilsson <hp@axis.se>
6844
6845 * read.c (TC_IMPLICIT_LCOMM_ALIGNMENT): New default-definition.
6846 (s_lcomm_internal): Use it.
6847 * doc/internals.texi (CPU backend): Document it.
6848 * config/obj-evax.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Set to 2**3
6849 bytes.
6850
bb2d6cd7
GK
68512000-03-10 Geoffrey Keating <geoffk@cygnus.com>
6852
6853 * config/tc-mips.c (mips_ip): Don't put stuff in .rodata
6854 when embedded-pic.
6855
6856 * config/tc-mips.c (SWITCH_TABLE): The ELF embedded-pic
3e87a760
AM
6857 implementation doesn't have special handling for switch
6858 statements.
bb2d6cd7
GK
6859 (macro_build): Allow for code in sections other than .text.
6860 (macro): Likewise.
6861 (mips_ip): Likewise.
6862 (md_apply_fix): Do pc-relative relocation madness for MIPS ELF.
3e87a760 6863 Don't perform relocs if we will be outputting them.
bb2d6cd7 6864 (tc_gen_reloc): For ELF, just use fx_addnumber for pc-relative
3e87a760
AM
6865 relocations. Allow BFD_RELOC_16_PCREL_S2 relocs when
6866 embedded-pic.
bb2d6cd7 6867
5c86cbc7 68682000-03-09 Catherine Moore <clm@cygnus.com>
3e87a760 6869
66778679
RH
6870 * config/tc-m32r.c (m32r_fix_adjustable): Look up the
6871 relocation type based on the entry in the fixup structure.
a47cf567 6872 Put S_IS_EXTERN processing back in.
5c86cbc7 6873
f8c827e9
L
68742000-03-08 H.J. Lu (hjl@gnu.org)
6875
6876 * Makefile.am (install-exec-tooldir): Depend on
6877 install-exec-bindir for parallel make.
6878 * Makefile.in: Regenerated.
6879
8ad9e709
NC
68802000-03-06 Nick Clifton <nickc@cygnus.com>
6881
6882 * config/tc-m32r.c (struct md_longopts): Add -m32r command line
6883 switch.
6884 (md_parse_option): Parse -m32r command line switch - disable m32rx
6885 compatability.
ded0aeb7
NC
6886 (md_show_usage): Document new option.
6887
6888 * doc/Makefile.am (CPU_DOCS): Add c-m32r.texi.
6889 * doc/Makefile.in: Regenerate.
6890 * doc/c-m32r.texi (M32R-Opts): Document new command line switch.
8ad9e709 6891
b7b8f327
MM
68922000-03-02 Michael Meissner <meissner@redhat.com>
6893
6894 * config/tc-d30v.c (check_range): Remove code that incorrectly
6895 sign extended values where bits < 32.
6896
15886821
L
68972000-03-02 H.J. Lu (hjl@gnu.org)
6898
6899 * configure.in: Support --enable-targets=all on ia32.
6900 * configure: Regenerated.
6901
8bf950bf
NC
69022000-03-01 Nick Clifton <nickc@cygnus.com>
6903
6904 * gasp.c (do_align): Remove bogus check of alignment value.
6905
c5e54cc2
ILT
69062000-02-27 Thomas de Lellis <tdel@windriver.com>
6907
6908 * config/obj-elf.c (elf_frob_symbol): Remove code which when
6909 TC_PPC was defined forced the type of a symbol with no other type
6910 to be BSF_OBJECT.
6911
65fd87bc
ILT
69122000-02-27 Hans-Peter Nilsson <hp@axis.com>
6913
6914 * doc/internals.texi (CPU backend): Mention that
6915 line_separator_chars do not break up comments. Fix typos for
6916 LEX_AT and LEX_NAME descriptions. Document operands for
6917 TC_EQUAL_IN_INSN, md_operand and md_section_align. Correct
6918 description of md_create_short_jump usage. Document argument for
6919 md_undefined_symbol.
6920
a25fe906
ILT
69212000-02-27 Jakub Jelinek <jakub@redhat.com>
6922
6923 * config/tc-sparc.c (OPTION_UNDECLARED_REGS): New option.
6924 (md_parse_option): Handle it.
6925 (md_show_usage): Document it.
6926
21b10511
ILT
69272000-02-27 Ian Lance Taylor <ian@zembu.com>
6928
6929 * config/tc-alpha.c (md_assemble): Accept `1' and `9' in an
6930 opcode, for the instruction `pal19'. From Andrea Arcangeli
6931 <andrea@suse.de>.
6932
773f551c
AM
69332000-02-26 Alan Modra <alan@spri.levels.unisa.edu.au>
6934
6935 * config/tc-i386.c (i386_immediate): Move constant operand sizing
6936 from here..
6937 (md_assemble): To here, before template operands are matched.
6938 Also ensure a constant immediate is sign extended when we know the
6939 size is at most 16 bits. This is to catch cases like "add
6940 $0xffc0,%ax" where we don't know the size, and thus that the
6941 immediate can be represented as Imm8S until after parsing the
6942 register operand.
6943 (i386_displacement): Similarly sign extend 16 bit constant
6944 displacements.
6945 (md_assemble): Relax 16-bit jump constant range check to suit sign
6946 extended displacements.
6947
28d33191
JL
69482000-02-26 Andreas Jaeger <aj@suse.de>
6949
6950 * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.
6951
cc5ca5ce
AM
69522000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
6953
6954 * config/tc-i386.c (md_assemble): Don't swap intersegment jmp and
6955 call operands when intel_syntax.
6956 (intel_float_operand): Return 2 for "fi...".
6957 (i386_operand_modifier): Change "DWORD PTR" test to suit above.
6958 Return SHORT_MNEM_SUFFIX for "WORD PTR" when "fi...". Revert
6959 earlier "SHORT" change.
6960 (md_assemble): When determining suffix from Regs, exclude
6961 InOutPortReg.
6962
056350c6
NC
69632000-02-24 Nick Clifton <nickc@cygnus.com>
6964
6965 * configure: Add arm-wince, mips-pe and sh-pe targets.
6966 * configure: Regenerate.
6967
6968 * config/obj-coff.h (COFF_WITH_PE): Define for mips-pe and
6969 sh-pe targets.
6970 (TARGET_FORMAT): Set to "pe-shl" for the sh-pe target and to
6971 "pe-mips" for the mips-pe target.
6972
6973 * config/tc-arm.c (insns): Change displacement encoded in BL
6974 and B instructions if the target port is arm-wince.
6975 (do_ldst): Do not bias the relocation offset if the target
6976 port is arm-wince.
6977 (md_pcrel_from): Add in missing relocation offset bias if the
6978 target os arm-wince.
6979
6980 * config/tc-mips.c (mips_target_format): Support COFF flavour.
6981 (md_begin): Disable -G support for mips-pe target.
6982 (md_apply_fix): Treat BFD_RELOC_RVA reloc as BFD_RELOC_32.
6983 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Add support for
6984 COFF flavour.
6985
6986 * config/tc-sh.c (md_begin): sh-pe target is little endian.
6987 * config/tc-sh.h (SUB_SEGMENT_ALIGN): If using a BFD
6988 assembler, just set the alignment to 4.
6989
6990 * config/te-wince-pe.h: New file for WinCE targets. Define
6991 TE_WINCE.
6992
36bf8ab9
AM
69932000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
6994
6995 * config/tc-i386.c (md_assemble): Swap segments too for intel mode
6996 string instructions.
6997 (i386_operand_modifier): Set i.suffix = WORD_MNEM_SUFFIX for SHORT.
6998 (i386_intel_memory_operand): After finding a segment override,
6999 check again for no `[' before looking for a displacement. Bomb if
7000 more than one displacement rather than silently discarding the
7001 second and subsequent ones. Free strings malloc'd by
7002 build_displacement_string.
7003
f5795b08
CM
70042000-02-24 Catherine Moore <clm@cygnus.com>
7005
7006 * config/obj-som.c (obj_pseudo_table): Add "weak".
7007 (obj_som_weak): New routine.
7008
abd63a32
AM
70092000-02-24 Alan Modra <alan@spri.levels.unisa.edu.au>
7010
520dc8e8
AM
7011 * config/tc-i386.c (union i386_op): New.
7012 (struct _i386_insn): Delete disps[], imms[], regs[]. Add op[].
7013 Throughout file replace occurences of disps[n], imms[n], regs[n]
7014 with equivalent op[n].disps, op[n].imms, op[n].regs. Simplify
7015 intel mode operand swapping. Add assert in regKludge and
7016 fake_zero_displacement code. Test i.types[n] when outputting
7017 displacements and immediates. Combine output of Disp16 with
7018 Disp32.
7f3f1ea2
AM
7019 (md_assemble): Don't try to fix broken UNIXWARE_COMPAT opcodes
7020 when in intel mode by (not) reversing fsub and fdiv operands
7021 before the template search. This fails for single operand
7022 shorthand forms of the instruction, and if UNIXWARE_COMPAT is
7023 undefined. Instead fix the base_opcode after we've found the
7024 template. Move base_opcode xor with found_reverse_match from
7025 opcode output code to before this fix so we test for the correct
7026 opcodes.
7027 (md_assemble): Don't use strcmp when deciding to ignore the suffix
7028 check in intel mode. Instead compare opcodes.
520dc8e8
AM
7029
7030 * config/tc-i386.h (TC_RELOC): Delete.
7031 * config/tc-i386.c (TC_RELOC): Delete. Replace usage of TC_RELOC
7032 with equivalent call to reloc.
7033
abd63a32
AM
7034 * as.h (flag_m68k_mri): Move declaration after target include, and
7035 only declare when TC_M68K defined. Define as zero otherwise.
7036 (LABELS_WITHOUT_COLONS, NO_PSEUDO_DOT): If undefined, define as 0.
7037 * app.c (scrub_m68k_mri): Declare only when TC_M68K defined.
7038 Define as zero otherwise.
7039 (do_scrub_begin): Use m68k_mri parameter only when TC_M68K defined.
7040 (struct app_save): Declare scrub_m68k_mri only when TC_M68K.
7041 (app_push, app_pop): Save scrub_m68k_mri only when TC_M68K.
7042 (do_scrub_chars): Use LABELS_WITHOUT_COLONS directly rather than
7043 testing whether defined.
7044 * cond.c (ignore_input): Use NO_PSEUDO_DOT directly.
7045 * expr.c (operand): #ifdef unused case labels when TC_M68K undefined.
7046 * read.c: Use LABELS_WITHOUT_COLONS and NO_PSEUDO_DOT directly
7047 rather than testing whether defined.
7048 (s_mri): Set flag_m68k_mri only when TC_M68K defined.
7049 (parse_mri_cons): Declare and use only when TC_M68K.
7050 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define as 1.
7051 * config/tc-m68k.h (NO_PSEUDO_DOT): Define as 1.
7052 * config/tc-m88k.h (NO_PSEUDO_DOT): Define as 1.
7053
7054 * NEWS: Mention IBM 370 support.
7055
7e052742
RH
70562000-02-23 Richard Henderson <rth@cygnus.com>
7057
7058 * config/tc-i386.c (md_assemble): When swapping operands for
7059 intel_syntax, assume everything that's not Imm or Disp is a
7060 register.
7061
5b93d8bb
AM
70622000-02-23 Linas Vepstas <linas@linas.org>
7063
7064 * config/tc-i370.c, config/tc-i370.h: New files.
7065 * Makefile.am: Add support for Linux/IBM 370.
7066 * configure.in: Likewise.
7067 * app.c (do_scrub_begin): Don't lex single quote when TC_I370.
7068 * config/obj-elf.c: Include elf/i370.h
7069 (obj_elf_section): Don't do anything special for flag_mri if TC_I370.
7070
7071 * Makefile.in: Regenerate.
7072 * configure: Regenerate.
7073
7074 * doc/c-i370.texi: New file.
7075 * doc/all.texi: Include it.
7076 * doc/as.texinfo: And here.
3e87a760 7077 * doc/Makefile.am(CPU_DOCS): Add c-i370.texi.
5b93d8bb
AM
7078 * doc/Makefile.in: Regenerate.
7079
25f2196d
CC
70802000-02-19 Michael Meissner <meissner@redhat.com>
7081
7082 * config/tc-d30v.c (parallel_ok): Use FLAG_NOT_WITH_ADDSUBppp to
7083 determine if an instruction can be used in parallel with an ADDppp
7084 or SUBppp instruction.
7085
6349b5f4
AH
70862000-02-22 Andrew Haley <aph@cygnus.com>
7087
7088 * doc/c-mips.texi (MIPS Opts): Document -mgp32 and -mgp64.
7089
2f6d2f85 70902000-02-22 Andrew Haley <aph@cygnus.com>
c97ef257
AH
7091
7092 * config/tc-mips.c (mips_gp32): New variable.
7093 (macro_build) Use mips_gp32.
7094 (mips_ip): Ditto.
7095 (md_longopts): Add "-mgp32" and "-mgp64".
7096 (md_parse_option): Add OPTION_GP32 and OPTION_GP64.
3e87a760 7097
a47cf567
NC
7098 (OPTION_M7900): Change offset
7099 (OPTION_NO_M7900): Ditto.
7100
b985eaa8
ILT
71012000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7102
7103 * config/obj-coff.c (add_lineno): Accept non-positive lineno with
7104 warning, and bump it to 1.
7105
52454417
ILT
71062000-02-22 Ian Lance Taylor <ian@zembu.com>
7107
7108 From Brad Lucier <lucier@math.purdue.edu>:
7109 * dwarf2dbg.c (print_stats): Add cast to force printf argument to
7110 match format.
7111
6b76fefe
CM
71122000-02-21 Catherine Moore <clm@cygnus.com>
7113
7114 * config/tc-mips.c (MF_HILO_INSN): Define.
7115 (mips_7000_hilo_fix): Declare.
7116 (append_insn): Conditionally insert nops after an mfhi/mflo insn.
7117 (md_parse_option): Check for 7000_HILO_FIX options.
7118 (OPTION_M7000_HILO_FIX): Define.
7119 (OPTION_NO_M7000_HILO_FIX): Define.
7120 * doc/c-mips.texi (-mfix7000): Describe.
7121
f6af82bd
AM
71222000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
7123
7124 * listing.c (print_lines): Remove unused variable `end'.
7125
7126 * config/tc-i386.c (md_assemble): Use `reloc()' to select reloc
7127 type for JumpInterSegment output. Use enum bfd_reloc_code_real for
3e87a760 7128 reloc_type when BFD_ASSEMBLER.
f6af82bd
AM
7129 (md_estimate_size_before_relax): Use enum bfd_reloc_code_real for
7130 reloc_type when BFD_ASSEMBLER. Move common code out of switch
3e87a760 7131 statement and quell signed vs. unsigned comparison warning.
f6af82bd 7132
8c8281f4
NC
71332000-02-18 Nick Clifton <nickc@cygnus.com>
7134
7135 * config/tc-d10v.c (find_opcode): Add a symbol's value to
7136 the computed frag offset, rather than overwriting it.
7137
d4845d57
JR
7138Thu Feb 17 00:11:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7139
7140 * config/tc-sh.c ("elf/sh.h"): Include.
7141 (sh_dsp, valid_arch, reg_x, reg_y, reg_efg): New static variables.
7142 (md.begin): Initialize target_arch.
7143 Only include opcodes in has table that match selected architecture.
7144 (parse_reg): Recognize register names for sh-dsp.
7145 (parse_at): Recognize post-modify addressing.
7146 (get_operands): The leading space is now optional.
7147 (get_specific): Remove FDREG_N support. Add support for sh-dsp
7148 arguments. Update valid_arch.
7149 (build_Mytes): Add support for SDT_REG_N.
7150 (find_cooked_opcode): New function, broken out of md_assemble.
7151 (assemble_ppi, sh_elf_final_processing): New functions.
7152 (md_assemble): Use find_cooked_opcode and assemble_ppi.
7153 (md_longopts, md_parse_option): New option: -dsp.
7154 * config/tc-sh.h (elf_tc_final_processing): Define.
7155 (sh_elf_final_processing): Declare.
7156
c97305a1
JL
7157Fri Feb 11 14:21:51 2000 Jeffrey A Law (law@cygnus.com)
7158
7159 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create
7160 the unwinder subspace. Save the current seg/subseg before creating
7161 the new seg/subseg.
7162
bec50466
NC
71632000-02-10 Nick Clifton <nickc@cygnus.com>
7164
7165 * config/tc-mcore.c (INST_BYTE0): Redefine to handle big and
66778679 7166 little endian targets.
bec50466 7167 (INST_BYTE1): Redefine to handle big and little endian
66778679 7168 targets.
bec50466
NC
7169 (cpu_type): New type: Select between M340 and M210.
7170 (parse_psrmod): New function: Parse the PSRCLR and PSRSET
66778679 7171 instructions of the M340.
bec50466 7172 (md_assemble): Add support for the MULSH and OPSR classes of
66778679 7173 instructions.
bec50466
NC
7174 (md_atof): Add support for little endian targets.
7175 (md_parse_option): Add support for -EL, -EB and -mcpu command
66778679 7176 line switches.
bec50466
NC
7177 (md_convert_frag): Add support for little endian targets.
7178 (md_apply_fix3): Add support for little endian targets.
7179 (md_number_to_chars): Add support for little endian targets.
7180
a25c045a
TW
71812000-02-10 Timothy Wall <twall@redhat.com>
7182
7183 * read.c (read_a_source_file): If TC_START_LABEL_WITHOUT_COLON is
7184 defined, use it to verify the symbol just read should be a label.
7185
f28e8eb3
TW
71862000-02-10 Timothy Wall <twall@redhat.com>
7187
7188 * app.c (do_scrub_chars): Handle "||" for parallel instructions
7189 when DOUBLEBAR_PARALLEL is defined. Avoid stripping whitespace
7190 around colons when KEEP_WHITE_AROUND_COLON is defined.
7191 * doc/internals.texi (CPU backend): Document DOUBLEBAR_PARALLEL
7192 and KEEP_WHITE_AROUND_COLON.
7193
6dc19fc4
TW
71942000-02-08 Timothy Wall <twall@redhat.com>
7195
7196 * read.c (s_rept): Call do_repeat, which abstracts the repeat
3e87a760 7197 logic.
6dc19fc4 7198 (do_repeat): New. Abstract repeat logic so that a "break" can be
3e87a760 7199 implemented.
6dc19fc4
TW
7200 (end_repeat): New. Provide support for a "break" out of the
7201 repeat loop.
7202 * read.h: Add prototypes for new functions.
3e87a760 7203
f805106c
TW
72042000-02-08 Timothy Wall <twall@redhat.com>
7205
7206 * doc/internals.texi: Document NUMBERS_WITH_SUFFIX macro.
7207 * as.h: Provide a default NUMBERS_WITH_SUFFIX definition (zero).
7208 * expr.c: Handle numbers with suffixes if NUMBERS_WITH_SUFFIX is
3e87a760
AM
7209 non-zero.
7210
4469be0f
TW
72112000-02-08 Timothy Wall <twall@redhat.com>
7212
7213 * read.c: Added elseif to directives table.
7214 * read.h: Added prototype for s_elseif.
7215 * doc/as.texinfo: Added description for elseif.
7216 * cond.c (s_elseif): New function
3e87a760 7217
24a17b6c
TW
72182000-02-04 Timothy Wall <twall@redhat.com>
7219
7220 * listing.c (print_lines): Remove conditionals causing bug in
3e87a760 7221 listings.
24a17b6c 7222
bea9907b 72232000-02-03 Timothy Wall <twall@cygnus.com>
3e87a760 7224
bea9907b
TW
7225 * as.h: Define OCTETS_PER_BYTE and OCTETS_PER_BYTE_POWER
7226 default values.
7227 * frags.c (frag_new): Calculate fr_fix in octets
7228 (frag_now_fix) Return offset as target address offset (bytes).
7229 (frag_now_fix_octets) New - Return offset in octets (8-bit
3e87a760 7230 quantities).
bea9907b
TW
7231 * frags.h: Added prototype for frag_now_fix_octets().
7232 Distinguish between octets and bytes in field descriptions.
7233 * listing.c (calc_hex): Account for octets vs bytes when
7234 printing addresses/offsets.
7235 (print_lines) Ditto. Also, if LISTING_WORD_SIZE is not 1, and
7236 target is little-endian, print the octets in a word in big-endian
7237 order so that the display looks like a proper hexadecimal number,
7238 instead of having the octets reversed.
7239 * read.c (do_align): When recording alignment, alignment power
7240 should be in terms of target bytes (minimum addressible unit)
7241 instead of octets.
7242 (do_org) Convert ORG target address (byte) argument into an
7243 octet offset when generating a variable fragment.
7244 * symbols.c (resolve_symbol_value): Symbol final value
7245 converted to a target address offset (bytes) from its octet offset.
7246 * config/obj-coff.c (coff_frob_symbol): Symbol target address
7247 offset (bytes) is adjusted by the frag offset (octets) converted
7248 to bytes.
7249 (coff_frob_section) Section alignment power is in terms of bytes;
7250 convert it to an octet alignment power when calculating size (and
7251 size mask) in octets. Don't modify the section size in order to
7252 "align" it for TI COFF, since that format has a different method
7253 for storing alignment information.
3e87a760 7254
210dcc61
TW
72552000-02-01 Timothy Wall <twall@cygnus.com>
7256
7257 * stabs.c (generate_asm_file): Escape backslashes in stabs file
7258 entries, matching the way GCC generates them. If not escaped, the
7259 filename is encoded incorrectly.
7260
557537a5 72612000-01-31 Nick Clifton <nickc@cygnus.com>
eaa15ab8 7262
557537a5
NC
7263 * config/tc-arm.c (reg_table): Add support for ATPCS register
7264 naming conventions.
2c1c4c62 7265
557537a5 72662000-01-31 Geoff Keating <geoffk@cygnus.com>
3e87a760 7267
2c1c4c62
GK
7268 * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define if
7269 already defined.
3e87a760 7270 * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES):
2c1c4c62
GK
7271 New macro.
7272 * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag
7273 of a symbol when we really care about its value.
7274
23fe39df 72752000-01-19 Chandra Chavva <cchavva@cygnus.com>
2d473ce9
NC
7276
7277 * config/tc-mcore.c (md_assemble): Give warning message if
7278 operands passes to instruction are more than the spec.
7279
2f0ca46a
NC
72802000-01-27 Thomas de Lellis <tdel@windriver.com>
7281
66778679 7282 * config/tc-arm.c (armadjust_symtab): If the assembler is in
2f0ca46a 7283 Thumb mode but the label seen was not declared as '.thumb_func'
23fe39df 7284 then set the ST_INFO type to STT_ARM_16BIT mode. This allows
3e87a760 7285 correct disassembly of Thumb code bounded by non function labels.
2f0ca46a 7286
4c63da97
AM
72872000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
7288
7289 * Makefile.am (MULTI_CFILES): Add config/e-i386aout.c
7290 Add dependencies for e-i386aout.o. Fix 2 comment lines.
7291
7292 * Makefile.in: Same here.
7293 Update copyright.
7294
7295 * configure.in: Set bfd_gas for i386-aout when primary target
7296 is bfd. Handle i386aout emulation. Don't use te_file=multi, as
7297 we may need the primary te_file. Remove incorrect comment.
7298
7299 * configure: Regenerate.
7300
7301 * config/e-i386aout.c: New file.
7302
7303 * as.c (USE_EMULATIONS): Move to before print_version_id.
7304 (struct emulation): Add i386aout.
7305 (show_usage): Split text strings. Reformat -a text. Add --em
7306 help.
7307 Update copyright.
7308
7309 * obj.h (struct format_ops): Add s_get_other and s_get_desc.
7310 (aout_format_ops): New.
7311 Update copyright.
7312
7313 * read.c (s_lcomm_internal): Rewrite OBJ_AOUT,OBJ_BOUT
7314 preprocessor conditional and add aout USE_EMULATIONS tests.
7315 (read_a_source_file): Don't pass error strings to printf as
7316 format arg.
7317 Update copyright.
7318
7319 * gasp.c (exp_get_abs): Don't pass error strings to printf as
7320 format arg.
7321 (do_data): Same here.
7322 (process_file): And here.
7323 Update copyright.
7324
7325 * symbols.c (colon): Rewrite "already defined" fatal message
7326 code for aout with USE_EMULATIONS.
7327 Update copyright.
7328
7329 * config/obj-aout.c (OBJ_HEADER): Define.
7330 (obj_pseudo_table): Rename to aout_pseudo_table. Init all
3e87a760 7331 fields of sentinel.
4c63da97
AM
7332 (obj_aout_frob_symbol): Expand S_GET_DESC, S_GET_TYPE,
7333 S_GET_OTHER, S_SET_TYPE macros since we don't need obj-multi
7334 forms here.
7335 (obj_aout_type): Expand S_SET_OTHER here too.
7336 (obj_read_begin_hook): Remove.
7337 (aout_pop_insert): New.
7338 (obj_aout_s_get_other): New.
7339 (obj_aout_s_get_desc): New.
7340 (aout_format_ops): New.
7341 Update copyright.
7342
7343 * config/obj-aout.h (obj_pop_insert): Define so non-multi usage
7344 gets aout_pseudo_table.
7345 (aout_pseudo_table): Declare.
7346 (obj_read_begin_hook): Define.
7347 Update copyright.
7348
7349 * config/obj-coff.c (obj_pseudo_table): Rename to
7350 coff_pseudo_table.
7351 (coff_pop_insert): Use coff_pseudo_table.
7352 (coff_sec_sym_ok_for_reloc): Remove.
7353 (coff_format_ops): Add 0 entries for s_get_size, s_set_size,
7354 and comment all zero entries and remove #if 0 code.
7355 Update copyright.
7356
7357 * config/obj-coff.h (obj_pop_insert): Define.
7358 (coff_pseudo_table): Declare.
7359 Update copyright.
7360
7361 * config/obj-ecoff.c (ecoff_format_ops): Add 0 entries for
7362 s_get_size, s_set_size. Comment all zero entries.
7363 Update copyright.
7364
7365 * config/obj-elf.c (elf_s_get_other): New function.
7366 (obj_read_begin_hook): Rename to elf_obj_read_begin_hook.
7367 (obj_symbol_new_hook): Rename to elf_obj_symbol_new_hook.
7368 (elf_format_ops): Add elf_s_get_other, 0 s_get_size entry, and
7369 comment.
7370 (obj_elf_parse_section_letters): Don't pass error strings to
7371 printf as format arg.
7372 Update copyright.
7373
7374 * config/obj-elf.h (ECOFF_DEBUGGING): Define when
7375 OBJ_MAYBE_ECOFF.
7376 (elf_s_get_other): Declare.
7377 (S_GET_OTHER) Define as elf_s_get_other if not already
7378 defined.
7379 (S_SET_OTHER): Only define when not already defined.
7380 (elf_obj_read_begin_hook): Declare.
7381 (obj_read_begin_hook): Define.
7382 (elf_obj_symbol_new_hook): Declare.
7383 (obj_symbol_new_hook): Define.
7384 Update copyright.
7385
7386 * config/obj-multi.h: Add copyright header and protect against
7387 multiple inclusion. Add * to all function pointers.
7388 (OBJ_HEADER): If defined, include it rather than other defines
7389 in this file.
7390 (obj_frob_file_after_relocs): Test for NULL.
7391 (obj_symbol_new_hook): Here too.
7392 (obj_sec_sym_ok_for_reloc): And here.
7393 (S_GET_OTHER): Define.
7394 (S_GET_DESC): Define.
7395 (ECOFF_DEBUGGING): Remove as it's done in obj-elf.h
7396 (OBJ_MAYBE_ELF): Update comment.
7397
7398 * config/tc-i386.c (i386_immediate): Add OBJ_MAYBE_AOUT to
7399 OBJ_AOUT preprocessor conditional and handle emulation by
7400 testing OUTPUT_FLAVOR.
7401 (i386_displacement): Here too.
7402 (md_section_align): Similarly here.
7403 (i386_target_format): Conditionally compile when more than one
7404 of OBJ_MAYBE_{ELF,COFF,AOUT} defined. Add aout case.
7405 (i386_immediate): Fix error message for aout BFD_ASSMBLER.
7406 (i386_displacement): Here too.
7407 Update copyright.
7408
7409 * config/tc-i386.h (AOUT_TARGET_FORMAT): Define for each TE_*.
7410 Define TARGET_FORMAT for aout only when not multi.
7411 Update copyright.
7412
7413 * config/te-multi.h: Delete file as it's identical to te-generic.h
7414
add0c677
AM
74152000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
7416
7417 * config/tc-i386.h (DWORD_MNEM_SUFFIX): Delete.
7418 * config/tc-i386.c (DWORD_MNEM_SUFFIX): Rename all occurrences to
7419 LONG_MNEM_SUFFIX.
7420
7421 * config/tc-i386.h (INTEL_DWORD_MNEM_SUFFIX): Rename to
7422 DWORD_MNEM_SUFFIX.
7423 * config/tc-i386.c (INTEL_DWORD_MNEM_SUFFIX): Here too. Fix some
7424 comments.
7425
a19d8eb0
CP
74262000-01-13 Clinton Popetz <cpopetz@cygnus.com>
7427
66778679
RH
7428 * config/tc-mips.c (mips_do_align): New function.
7429 * config/tc-mips.h (md_do_align): Define.
a19d8eb0 7430
550262c4
NC
74312000-01-10 Philip Blundell <philb@gnu.org>
7432
7433 * doc/c-arm.texi (ARM Options): Fix typo.
3e87a760 7434 (ARM-Chars): Correct description of `#'. Mention that `;' is a
550262c4
NC
7435 line separator for Linux.
7436 * doc/as.texinfo (Comments): Mention the ARM.
7437
0decc840
NC
74382000-01-10 Philip Blundell <pb@futuretv.com>
7439
7440 * configure.in (arm*-*-conix*): New target.
7441 (arm*-*-linux-gnu*): Match instead of arm-*-linux* and
7442 armv*-*-linux-gnu.
7443 * configure: Regenerate.
7444
2e13b764
NC
74452000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
7446
7447 * config/obj-elf.c (elf_pseudo_table): Define visibility pseudos.
7448 (obj_elf_visibility): New function.
3e87a760 7449
2e13b764
NC
7450 * doc/as.texinfo (Visibility): New node: document visibility
7451 pseudo ops.
7452
2f6d2f85 7453For older changes see ChangeLog-9899
This page took 0.460911 seconds and 4 git commands to generate.