Fix wrong ChangeLog entries
[binutils-gdb.git] / gas / ChangeLog
1 2001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2
3 * config/tc-mips.c (s_mipsset): Reallow unrestricted use of .set mipsX
4 pseudo-op.
5
6 2001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7
8 * config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL.
9 (macro_build): Use BFD_RELOC_16_PCREL_S2 only for embedded
10 PIC, BFD_RELOC_16_PCREL for the rest.
11 (mips_ip): Likewise.
12 (md_pcrel_from): return the right offset for the differently shifted
13 pcrel relocs.
14 (md_apply_fix): Handle BFD_RELOC_16_PCREL.
15
16 2001-09-05 Richard Henderson <rth@redhat.com>
17
18 * config/tc-ia64.c (FUNC_IPLT_RELOC): New.
19 (pseudo_func): Add @iplt.
20 (pseudo_opcode): Add data16 and data16.ua.
21 (md_begin): Set iplt pseudo.
22 (ia64_cons_fix_new): Handle 16 byte iplt reloc specially.
23
24 2001-09-04 Richard Henderson <rth@redhat.com>
25
26 * config/tc-alpha.c (struct alpha_insn): Make sequence scalar long.
27 (MACRO_LITERAL, MACRO_BASE, MACRO_BYTOFF, MACRO_JSR): Remove.
28 (alpha_macros): Remove occurrences of same.
29 (O_lituse_addr, O_gprel): New.
30 (DUMMY_RELOC_LITUSE_*): New.
31 (s_alpha_ucons, s_alpha_arch): Prototype.
32 (alpha_reloc_op): Construct elements via DEF macro.
33 (ALPHA_RELOC_SEQUENCE_OK): Remove.
34 (struct alpha_reloc_tag): Rename from alpha_literal_tag; rename
35 members to not be literal specific.
36 (next_sequence_num): New.
37 (md_apply_fix3): Cope with missing GPDISP_LO16. Adjust for
38 added/removed BFD relocations.
39 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
40 (alpha_adjust_symtab_relocs): Handle GPDISP relocs as well.
41 (tokenize_arguments): Parse ! relocations properly.
42 (find_macro_match): Delete unused macro argument types.
43 (assemble_insn): Add reloc parameter; emit that instead of the
44 default as appropriate.
45 (get_alpha_reloc_tag): New. Split from ...
46 (emit_insn): ... here. Allocate a reloc tag for GPDISP.
47 (assemble_tokens): Don't search macros if user relocation present.
48 Copy reloc sequence number to insn struct.
49 (emit_ldgp): Remove user reloc handling.
50 (load_expression, emit_lda, emit_ldah, emit_ir_load): Likewise.
51 (emit_loadstore, emit_ldXu, emit_ldil, emit_stX): Likewise.
52 (emit_sextX, emit_division, emit_jsrjmp, emit_retjcr): Likewise.
53 * config/tc-alpha.h (tc_adjust_symtab): Always define.
54 (struct alpha_fix_tag): Name members less literal specific.
55
56 Tue Sep 4 20:01:19 2001 Jeffrey A Law (law@cygnus.com)
57
58 * tc-h8300.c (tc_gen_reloc): Give an error if we try to take the
59 address of two symbols in different sections.
60
61 2001-08-31 Eric Christopher <echristo@redhat.com>
62 Jason Eckhardt <jle@redhat.com>
63
64 * config/tc-mips.c (mips_cpu_info): Add support for mipsisa32,
65 5kc, and 20kc. Clean up old entries.
66
67 Fri Aug 31 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
68 Jeff Law <law@redhat.com>
69
70 * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation's
71 offset match H8 ELF spec.
72 (md_section_align): Alternate implementation for BFD_ASSEMBLER.
73 (md_apply_fix): Fix argument and return types for BFD_ASSEMBLER.
74
75 * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h.
76 (build_bytes): Mark fixups for PCrel branches as signed. For
77 OBJ_ELF, make sure the reloc's offset points to the first byte
78 to be modified.
79 (md_convert_frag): Update definiton based on BFD_ASSEMBLER.
80 * tc-h8300.h (relocation mappings): Add.
81
82 Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
83
84 * tc-h8300.c (tc_crawl_symbol_chain, tc_headers_hook): Don't
85 define for BFD_ASSEMBLER.
86 (tc_reloc_mangle): Likewise.
87 (tc_gen_reloc): New function for BFD_ASSEMBLER.
88
89 Wed Aug 29 12:49:58 2001 Jeffrey A Law (law@cygnus.com)
90
91 * config/tc-h8300.c (h8300hmode): Record the machine type
92 if BFD_ASSEMBLER is defined.
93 (h8300smode, md_begin): Similarly.
94
95 2001-08-29 Joel Sherrill <joel@OARcorp.com>
96
97 * configure.in (i[3456]86-*-rtems*, m68*-*-rtems*): Change
98 default from coff to elf.
99 * configure: Regenerate.
100
101 Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
102
103 * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and define
104 assorted coff relocations to the corresponding elf relocations.
105 * tc-h8300.h (TARGET_ARCH, TARGET_FORMAT): Define appropriately.
106
107 * configure.in: Add case for h8300-*-elf.
108 * configure: Regenerate.
109
110 Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>
111
112 * doc/internals.texi (MD_PCREL_FROM_SECTION): Change
113 documentation to reflect reality.
114
115 2001-08-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
116
117 * config/tc-mips.c (load_address): Reflect change to MAX_GPREL_OFFSET.
118 (macro): Reflect change to MAX_GPREL_OFFSET.
119
120 2001-08-27 Torbjorn Granlund <tege@swox.com>
121 Staffan Ulfberg <staffanu@swox.se>
122 Linus Nordberg <linus@swox.se>
123 Alan Modra <amodra@bigpond.net.au>
124
125 * configure.in: Recognise powerpc*le*, not just powerpcle*.
126 * configure: Regenerate.
127 * config/tc-ppc.c (PPC_LO, PPC_HI, PPC_HA, PPC_HIGHER,
128 PPC_HIGHERA, PPC_HIGHEST, PPC_HIGHESTA, SEX16): New macros.
129 (md_assemble): Use them.
130 (ppc_machine): Support stub for ELF64 as well as XCOFF.
131 (md_pseudo_table): Add "llong", "quad".
132 (md_parse_option): Match default_cpu of powerpc*.
133 (ppc_arch): Likewise.
134 (ppc_subseg_align): Only for OBJ_XCOFF.
135 (ppc_target_format): Return elf64-powerpc strings for 64 bit ELF.
136 (md_begin): Select PPC_OPCODE_64 for 64 bit.
137 (ppc_insert_operand): Don't bother testing 'file' before calling
138 as_bad_where. Use as_bad_where for operand->insert errors.
139 (mapping): Add ELF64 relocation modifiers.
140 (ppc_elf_suffix): Replace symbol on BFD_RELOC_PPC64_TOC reloc
141 expressions with abs_symbol.
142 (ppc_elf_cons): Correct offset for little endian targets.
143 (ppc_elf_frob_symbol): New.
144 (md_assemble): Add support for 64 bit ELF relocs.
145 (ppc_tc): Ensure 8 byte alignment when 64 bit.
146 (ppc_is_toc_sym): Only define for OBJ_XCOFF and OBJ_ELF. Match
147 ".toc" section for 64 bit ELF.
148 (ppc_fix_adjustable): New. Macro body moved from tc-ppc.h.
149 (md_apply_fix3): Silence warning with ATTRIBUTE_UNUSED. Only do
150 the ppc_is_toc_sym check for OBJ_XCOFF and OBJ_ELF. For 64 bit,
151 use BFD_RELOC_PPC64_TOC16_DS instead of BFD_RELOC_PPC_TOC16.
152 Expand on comments, error message. Add support for 64 bit relocs,
153 and use PPC_HI etc. macros.
154 * config/tc-ppc.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
155 (HANDLE_ALIGN): Define to generate nops in code sections rather
156 than zeros.
157 (TC_FORCE_RELOCATION): Force for BFD_RELOC_PPC64_TOC.
158 (ELF_TC_SPECIAL_SECTIONS): Add 64 bit ELF sections.
159 (tc_fix_adjustable): Move body of macro to tc-ppc.c.
160 (ppc_fix_adjustable): Declare.
161 (tc_frob_symbol): Define.
162 (ppc_elf_frob_symbol): Declare.
163
164 2001-08-26 Andreas Jaeger <aj@suse.de>
165
166 * config/tc-s390.c: Add missing prototypes
167 (md_gather_operands): Make static.
168
169 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
170
171 * config/tc-mips.h (MAX_GPREL_OFFSET): Change it to the maximum
172 allowed value, not the word beyond maximum.
173 * config/tc-mips.c (macro_build_lui): Code cleanup.
174 (macro): Reflect change to MAX_GPREL_OFFSET.
175 (mips_ip): Check explicitly against S_EX_NONE.
176 (my_get_SmallExpression): parse for %gp_rel, not %gprel.
177 (md_apply_fix): Code cleanup.
178
179 2001-08-24 Andreas Jaeger <aj@suse.de>
180
181 * config/tc-ppc.h: Fix prototype declaration.
182
183 2001-08-23 Jakub Jelinek <jakub@redhat.com>
184
185 * config/tc-ia64.c (dot_endp): Set function symbol sizes.
186 * config/obj-elf.c (obj_elf_size): When size is constant, free
187 and clear symbol_get_obj(sym)->size if any.
188
189 2001-08-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
190
191 * config/tc-mips.c (md_begin): Warn about incompatibility between
192 -march=FOO and -mipsN option, continue with default ISA.
193
194 2001-08-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
195
196 * config/tc-mips.c (md_parse_option): #ifdef the
197 traditional/non-traditional names as it is done in mips_target_format.
198
199 2001-08-20 Richard Henderson <rth@redhat.com>
200
201 * config/tc-alpha.h (MD_APPLY_FIX3): Define.
202 * config/tc-alpha.c (md_apply_fix3): Rename from md_apply_fix;
203 use seg parameter instead of now_seg.
204
205 2001-08-18 H.J. Lu <hjl@gnu.org>
206
207 * config/tc-mips.c (show): Add the missing prototype.
208
209 2001-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
210
211 * config/tc-mips.c (S_EX_*): New enum for my_getSmallExpression()
212 return values.
213 (mips_ip): Use the new return values instead of characters. Add
214 support for %higher and %highest.
215 (LP): Remove.
216 (RP): Remove.
217 (my_getSmallExpression): Make parsing case insensitive and more
218 reliable. Add support for %higher and %highest. Further support to
219 parse %gprel and %neg is implemented but currently deactivated.
220
221 2001-08-17 Alan Modra <amodra@bigpond.net.au>
222
223 * ecoff.c (ecoff_frob_symbol): Remove casts from bfd_get_gp_size.
224 (ecoff_build_symbols): Likewise.
225 * read.c (s_lcomm_internal): Fix signed/unsigned warning.
226
227 2001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
228
229 * config/tc-mips.c (mips_elf_final_processing): Set elf header flags
230 for n32 ABI if appropriate.
231
232 2001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
233
234 * config/tc-mips.c (cons_fix_new_mips): Remove.
235 * config/tc-mips.h (TC_CONS_FIX_NEW): Remove.
236 (cons_fix_new_mips): Remove.
237
238 2001-08-14 Jeff Johnston <jjohnstn@redhat.com>
239
240 * expr.c (operand)[LITERAL_PREFIXDOLLAR_HEX]: Treat $L as
241 a label, not a hex constant.
242
243 2001-08-13 Nick Clifton <nickc@cambridge.redhat.com>
244
245 * config/tc-v850.h: Add missing prototypes.
246
247 2001-08-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
248
249 * config/tc-s390.c (s390_elf_cons): Correct fixups for PLT
250 relocations.
251
252 2001-08-12 TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp>
253
254 * config/tc-sparc.c (cons_fix_new_sparc): Move
255 `sparc_no_align_cons = 0;' to...
256 (s_uacons): ...here so that sparc_no_align_cons will get
257 cleared properly.
258
259 2001-08-11 Kazu Hirata <kazu@hxi.com>
260
261 * config/tc-mips.c: Fix a comment typo.
262
263 2001-08-10 Richard Sandiford <rsandifo@redhat.com>
264
265 * config/tc-mips.c (move_register): New function.
266 (macro_build): Remove OPCODE_IS_MEMBER's gp32 argument.
267 (mips_ip): Likewise.
268 (macro2): Use move_register rather than macro_build for moves.
269 (mips16_macro): Likewise.
270 (macro): Likewise. Handle M_MOVE.
271
272 2001-08-10 Andreas Jaeger <aj@suse.de>
273
274 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
275 to build warnings.
276 * configure: Regenerate.
277
278 2001-08-10 Alan Modra <amodra@bigpond.net.au>
279
280 * as.h (alloca): Don't declare if __GNUC__. Remove an old comment.
281 Comment indentation of #pragma.
282 * macro.c (alloca): Likewise.
283
284 * config/tc-ppc.c: Revert 2001-08-08.
285
286 2001-08-09 Alan Modra <amodra@bigpond.net.au>
287
288 * symbols.c: Add missing prototypes.
289 * config/e-i386elf.c: Likewise.
290 * config/e-i386coff.c: Likewise.
291 * config/e-i386aout.c: Likewise.
292 * config/obj-coff.c: Likewise.
293 (def_symbol_in_progress, stack): Move definition.
294 * config/obj-elf.c: Add missing prototypes.
295 (obj_elf_change_section): Make static.
296 (obj_elf_parse_section_letters): Likewise.
297 (obj_elf_section_word): Likewise.
298 (obj_elf_section_type): Likewise.
299
300 2001-08-08 Alan Modra <amodra@bigpond.net.au>
301
302 From 1999-10-25 Torbjorn Granlund <tege@swox.com>
303 * config/tc-ppc.c (md_apply_fix3): Replace haphazard code for
304 determining reloc type with code reading operands->reloc field.
305
306 2001-08-08 Alan Modra <amodra@bigpond.net.au>
307
308 * config/obj-elf.c (elf_copy_symbol_attributes): Make it a global
309 function, and expand old obj-elf.h OBJ_COPY_SYMBOL_ATTRIBUTES here.
310 * config/obj-elf.h (elf_copy_symbol_attributes): Declare.
311 (OBJ_COPY_SYMBOL_ATTRIBUTES): Call elf_copy_symbol_attributes.
312
313 * output-file.c (output_file_create): Don't try to open a second
314 time as it's unnecessary. FOPEN_W was undefined too.
315
316 2001-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
317
318 * config/tc-mips.c (macro_build): Replace magic constants by defines.
319 (mips_ip): Likewise. Typo.
320
321 2001-08-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
322
323 * config/tc-mips.c (mips_abi_string): Initialize with NULL instead
324 of 0.
325 (RELAX_ENCODE): Replace bfd_vma by valueT.
326 (load_address): Formatting.
327 (macro): Likewise. Code cleanup. Typo.
328 (macro2): Formatting.
329 (md_parse_option): Typo.
330 (s_mipsset): Reorder cases to look nicer.
331 (md_estimate_size_before_relax): Formatting. Code cleanup.
332 (mips_elf_final_processing): Check against NULL instead of 0.
333 (md_obj_end): Remove ugly `' in message string.
334 (s_mips_ent): Remove ugly `' in message string.
335
336 2001-07-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
337
338 * config/tc-mips.c (md_begin): Take -mcpu value into account even when
339 -mipsX is specified. Make both -mcpu/-march and -mcpu/-mtune pairs
340 mutually exclusive (if they are different).
341 (md_parse_option): Warn if an -march/-mtune/-mcpu/-m<cpu> option is
342 set more than once.
343
344 2001-08-03 Richard Sandiford <rsandifo@redhat.com>
345
346 * config/tc-mips.c (md_apply_fix): Don't subtract the symbol value
347 from GPREL addends.
348
349 2001-08-02 Richard Sandiford <rsandifo@redhat.com>
350
351 * doc/c-mips.tex (-mgp32, -mfp32): Added -mfp32, unified with -mgp32.
352 * config/tc-mips.c (mips_fp32, mips_32bit_abi): New static variables.
353 (md_long_opts): Add -mfp32 option.
354 (md_parse_option): Handle it. Set mips_32bit_abi given -mabi=32.
355 (md_show_usage): Show usage for -mfp32 and -mgp32.
356 (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): New macros.
357 (HAVE_64BIT_GPRS, HAVE_64BIT_FPRS): New macros, inverse of the above.
358 (HAVE_32BIT_ADDRESSES): New macro.
359 (load_register): Use HAVE_32BIT_GPRS to determine the register width.
360 (load_address): Use HAVE_32BIT_ADDRESSES to determine the address size.
361 (s_cprestore, s_cpadd): Likewise.
362 (macro): Use HAVE_32BIT_GPRS to determine the width of registers
363 used in branch and M_LI_D macros. Use HAVE_64BIT_FPRS to determine
364 the width registers used in M_LI_DD macros. Use HAVE_32BIT_ADDRESSES
365 to determine the width of addresses in load, store and jump macros.
366 (macro2): Use HAVE_32BIT_GPRS to determine the width of registers
367 used in set instructions; do not check the address size for them.
368 Use HAVE_32BIT_ADDRESSES to determine the width of addresses in
369 unaligned load and store macros.
370 (mips_ip): Use the new macros to check the width of a register when
371 processing float constants. Force a constant into memory if it is
372 destined for an FPR and the FPRs are wider than the GPRs. Warn about
373 odd FPR numbers if HAVE_32BIT_FPRS. Use HAVE_32BIT_GPRS rather
374 than mips_gp32 to select synthetic instructions.
375 (macro_build): Use HAVE_32BIT_GPRS rather than mips_gp32 to select
376 synthetic instructions.
377
378 2001-08-01 Christian Groessler <cpg@aladdin.de>
379
380 * config/tc-z8k.c (parse_reg): If a string starts with "r", "rl",
381 "rh", "rr", "rq", or "sp" then don't automatically assume
382 it's a register name. Check whether there is a number
383 following.
384
385 2001-08-01 Alan Modra <amodra@bigpond.net.au>
386
387 * config/tc-i386.c (lex_got): Match lower case relocation tokens.
388 Don't allocate more space than necessary for the input line copy.
389
390 2001-08-01 Alan Modra <amodra@bigpond.net.au>
391
392 * read.c: Standardize error/warning messages - don't capitalise, no
393 final period or newline, don't say "ignored" or "zero assumed" for
394 as_bad messages. In some cases, change the wording to that used
395 elsewhere for similar messages.
396 * app.c: Likewise.
397 * as.c: Likewise.
398 * atof-generic.c: Likewise.
399 * cgen.c: Likewise.
400 * cond.c: Likewise.
401 * depend.c: Likewise.
402 * dwarf2dbg.c: Likewise.
403 * ecoff.c: Likewise.
404 * expr.c: Likewise.
405 * frags.c: Likewise.
406 * input-file.c: Likewise.
407 * input-scrub.c: Likewise.
408 * listing.c: Likewise.
409 * output-file.c: Likewise.
410 * stabs.c: Likewise.
411 * subsegs.c: Likewise.
412 * symbols.c: Likewise.
413 * write.c: Likewise.
414 * ecoff.c (ecoff_directive_end): Test for missing name by
415 comparing input line pointers rather than reading string.
416 (ecoff_directive_ent): Likewise.
417 * read.c (s_set): Likewise.
418 (s_align): Report a warning rather than an error for
419 alignment too large.
420 (s_comm): Check for missing symbol name.
421 (s_lcomm_internal): Likewise.
422 (s_lsym): Likewise.
423 (s_globl): Use is_end_of_line instead of looking for '\n'.
424 (s_lcomm_internal): Likewise.
425 (ignore_rest_of_line): Report a warning rather than an error.
426
427 2001-07-31 Geoffrey Keating <geoffk@redhat.com>
428
429 * config/tc-ppc.c (ppc_elf_validate_fix): It's OK to have
430 any kind of relocation against a not-loaded section.
431
432 2001-07-30 Alan Modra <amodra@bigpond.net.au>
433
434 * config/obj-elf.c (obj_elf_symver): Temporarily modify lex_type
435 to include '@' in symbol names when parsing versioned symbols
436 rather than calling get_symbol_end multiple times.
437 * config/tc-i370.c (register_name): Format fixes. Don't call
438 get_symbol_end after parsing number.
439 * config/tc-mn10200.c (data_register_name): Format fixes. Hoist
440 code out of conditional.
441 (address_register_name): Likewise.
442 (other_register_name): Likewise.
443 * config/tc-mn10300.c (r_register_name): Likewise.
444 (xr_register_name): Likewise.
445 (data_register_name): Likewise.
446 (address_register_name): Likewise.
447 (other_register_name): Likewise.
448 * config/tc-ppc.c (register_name): Likewise.
449 * config/tc-s390.c (register_name): Likewise.
450
451 2001-07-27 Stephane Carrez <Stephane.Carrez@worldnet.fr>
452
453 * config/tc-m68hc11.c (md_estimate_size_before_relax): Fix bsr
454 and bra relax: update fragP->fr_fix after the fixup.
455
456 2001-07-27 Tracy Kuhrt <Tracy.Kuhrt@microchip.com>
457
458 * read.c (s_set): Check for missing symbol name.
459
460 2001-07-26 Alan Modra <amodra@bigpond.net.au>
461
462 * write.c (relax_segment <rs_space>): Account for fr_fix.
463
464 2001-07-25 H.J. Lu <hjl@gnu.org>
465
466 * config/tc-mips.c (md_estimate_size_before_relax): Make sure
467 we treat weak like extern only for ELF.
468 (mips_fix_adjustable): Make sure we don't adjust extern/weak
469 symbols only for ELF.
470
471 2001-07-25 Chris Demetriou <cgd@broadcom.com>
472
473 * config/tc-mips.c: Fix spelling error in comment.
474
475 2001-07-25 Dave Brolley <brolley@redhat.com>
476
477 * app.c (LEX_IS_PARALLEL_SEPARATOR): New macro.
478 (IS_PARALLEL_SEPARATOR): New macro.
479 (do_scrub_begin): Set up characters in tc_parallel_separator_chars
480 as LEX_IS_PARALLEL_SEPARATOR, if it is defined.
481 (do_scrub_chars): Handle LEX_PARALLEL_SEPARATOR chars like
482 LEX_LINE_SEPARATOR except that we go to state 1 (as if the label has
483 been seen).
484
485 2001-07-24 Alan Modra <amodra@bigpond.net.au>
486
487 * Makefile.am (DEP_FLAGS): Define, add -DOBJ_MAYBE_ELF.
488 (DEP1, DEPTC, DEPOBJ, DEP2): Use it.
489 Update dependencies with "make dep-am".
490 * Makefile.in: Regenerate.
491 * doc/Makefile.in: Regenerate.
492
493 2001-07-23 Kazu Hirata <kazu@hxi.com>
494
495 * config/tc-alpha.h: Fix formatting.
496 * config/tc-arc.c: Likewise.
497 * config/tc-d10v.h: Likewise.
498 * config/tc-hppa.c: Likewise.
499 * config/tc-i370.c: Likewise.
500 * config/tc-i386.h: Likewise.
501 * config/tc-i960.h: Likewise.
502 * config/tc-ia64.c: Likewise.
503 * config/tc-ia64.h: Likewise.
504 * config/tc-m32r.c: Likewise.
505 * config/tc-m68k.c: Likewise.
506 * config/tc-m88k.c: Likewise.
507 * config/tc-ns32k.c: Likewise.
508 * config/tc-pdp11.c: Likewise.
509 * config/tc-pj.h: Likewise.
510 * config/tc-s390.c: Likewise.
511 * config/tc-sparc.c: Likewise.
512 * config/tc-sparc.h: Likewise.
513 * config/tc-tic80.c: Likewise.
514 * config/tc-w65.h: Likewise.
515
516 2001-07-23 Alan Modra <amodra@bigpond.net.au>
517
518 * symbols.c (S_GET_VALUE): Don't treat O_constant and local
519 symbols specially. Always resolve, adding fr_address to value.
520 * write.c (write_object_file): Don't add fr_address to sym values.
521 (relax_frag): Likewise.
522 (relax_segment): Likewise.
523 * config/obj-ieee.c (do_symbols): Likewise.
524 * config/tc-cris.c (md_convert_frag): Likewise.
525 * config/tc-fr30.c (md_convert_frag): Likewise.
526 * config/tc-i386.c (md_convert_frag): Likewise.
527 * config/tc-m32r.c (md_convert_frag): Likewise.
528 * config/tc-m68hc11.c (md_convert_frag): Likewise.
529 * config/tc-mcore.c (md_convert_frag): Likewise.
530 * config/tc-mips.c (mips16_extended_frag): Likewise.
531 * config/tc-ns32k.c (md_convert_frag): Likewise.
532 * config/tc-m68k.c (md_convert_frag_1): Likewise.
533 (BRANCHBWL, BRABSJUNC, BRABSJCOND, BRANCHBW, FBRANCH, DBCCLBR,
534 DBCCABSJ, PCREL1632, PCINDEX, ABSTOPCREL): Decrement.
535 (md_relax_table): Remove first four entries. Format.
536 (md_estimate_size_before_relax): Remove old_fix. Don't bother
537 setting fr_var. Simplify byte branch checks.
538
539 2001-07-23 Alan Modra <amodra@bigpond.net.au>
540
541 * config/tc-hppa.c (pa_parse_nonneg_cmpsub_cmpltr): Remove
542 "isbranch" param as all calls have it set.
543 (pa_parse_neg_cmpsub_cmpltr): Likewise.
544 (pa_parse_nonneg_add_cmpltr): Likewise. Remember result of
545 strcasecmp in "nullify" var.
546 (pa_parse_neg_add_cmpltr): Likewise.
547 (pa_ip): Don't "save_s" unnecessarily. Update calls to above
548 functions. Don't print wrong conditions in error messages.
549
550 2001-07-23 Andreas Jaeger <aj@suse.de>
551
552 * config/tc-s390.c (s390_force_relocation): Removed.
553
554 * config/tc-s390.h: Remove double declaration of
555 TC_FORCE_RELOCATION.
556
557 2001-07-22 H.J. Lu <hjl@gnu.org>
558
559 * config/tc-mips.c (s_mips_end): Remove unused variables.
560 (s_mips_frame): Add ATTRIBUTE_UNUSED.
561
562 2001-07-17 Andreas Schwab <schwab@suse.de>
563
564 * config/tc-m68k.c (md_pseudo_table) [OBJ_ELF]: Add .file and
565 .loc.
566 (md_assemble) [OBJ_ELF]: Call dwarf2_emit_insn before emitting
567 insn.
568 * config/tc-m68k.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
569
570 2001-07-17 matthew green <mrg@eterna.com.au>
571
572 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
573 TE_NetBSD.
574 (line_comment_chars): Set to '/' if TE_NetBSD.
575
576 2001-07-14 matthew green <mrg@eterna.com.au>
577
578 * configure.in (i386-*-netbsdelf*): New target.
579 * configure: Regenerate.
580
581 2001-07-10 Mark Elbrecht <snowball3@softhome.net>
582
583 * config/obj-coff.c (coff_frob_symbol): Don't merge if the storage
584 class of the non-debug symbol is C_NULL.
585
586 2001-07-10 Anders Norlander <anorland@synergenix.se>
587
588 * doc/as.texinfo (Incbin): Fix grammatical errors.
589
590 2001-07-10 Nick Clifton <nickc@cambridge.redhat.com>
591
592 * depend.c: Use FOPEN_.. macros in calls to fopen().
593 * input-file.c: As above.
594 * itbl-ops.c: As above.
595 * listing.c: As above.
596 * output-file.c: As above.
597 * read.c: As above.
598
599 2001-07-08 Anders Norlander <anorland@synergenix.se>
600
601 * read.c (s_incbin): New .incbin function.
602 * read.c (potable): Add "incbin" pseudo-op.
603 * read.h: Add s_incbin prototype.
604 * doc/as.texinfo (incbin): Document .incbin pseudo-op.
605 * NEWS: Mention new feature.
606
607 2001-07-07 Nick Clifton <nickc@cambridge.redhat.com>
608
609 * ecoff.c (add_file): Only set debug_type to DEBUG_NONE if it is
610 DEBUG_UNSPECIFIED.
611
612 2001-07-06 John Healy <jhealy@redhat.com>
613
614 * cgen.c (gas_cgen_save_fixups): Modified to allow more than one
615 set of fixups to be stored.
616 (gas_cgen_restore_fixups): Modified to allow the fixup chain to be
617 restored to be chosen from any that are saved.
618 (gas_cgen_swap_fixups): Modified to allow the current set of
619 fixups to be swapped with any other set that has been saved.
620 (gas_cgen_initialize_saved_fixups_array): New routine.
621 * cgen.h: Modifed prototypes for gas_cgen_save_fixups,
622 gas_cgen_restore_fixups, and gas_cgen_swap_fixups. Added definitions
623 or MAX_SAVED_FIXUP_CHAINS.
624 * config/tc-m32r.c (assemble_two_insns): Changed calls to fixup
625 store, swap and restore fuctions to reflect the new interface.
626
627 2001-07-06 Nick Clifton <nickc@cambridge.redhat.com>
628
629 * config/tc-m68k.c (md_estimate_size_before_relax): Catch and
630 ignore empty, ineffectual alignment frags when deciding if a
631 branch can be short.
632
633 2001-07-05 Steve Ellcey <sje@cup.hp.com>
634
635 * config/tc-ia64.c (special_section): Add SPECIAL_SECTION_INIT_ARRAY
636 and SPECIAL_SECTION_FINI_ARRAY.
637 (special_section_name): Add .init_array and .fini_array.
638 (md_pseudo_table): Add init_array and fini_array.
639 (md): Add pointer_size and pointer_size_shift fields.
640 (setup_unwind_header): New static function.
641 (output_unw_records): Modify to use setup_unwind_header.
642 (generate_unwind_image, dot_endp): Modify to use md.pointer_size and
643 md.pointer_size_shift.
644 (md_begin): Initialize md.pointer_size and md.pointer_size_shift.
645
646 2001-07-05 Ben Elliston <bje@redhat.com>
647
648 * README (Supported platforms): m88k no longer suffers bitrot.
649
650 * config/tc-m88k.c (md_pseudo_table): Remove redundant "global".
651
652 2001-07-05 Alan Modra <amodra@bigpond.net.au>
653
654 * struc-symbol.h (struct local_symbol): Rename lsy_offset to
655 lsy_value. Correct typos in comments.
656 * symbols.c (local_symbol_make): Update for name change.
657 (local_symbol_convert): Likewise.
658 (colon): Likewise.
659 (S_GET_VALUE): Likewise.
660 (S_SET_VALUE): Likewise.
661 (print_symbol_value_1): Likewise.
662 (resolve_symbol_value): Likewise. Don't divide local sym values
663 by OCTETS_PER_BYTE twice.
664
665 2001-07-04 Jim Wilson <wilson@redhat.com>
666
667 * config/tc-ia64.c (md_pseudo_table): Add 2byte, 4byte, and 8byte.
668
669 * config/tc-ia64.c (is_conditional_branch): Rewrite to exclude mod
670 sched branches.
671
672 2001-07-05 Ben Elliston <bje@redhat.com>
673
674 * read.c (s_fill): Correct spelling error in comments.
675
676 * doc/c-m88k.texi: New file.
677 * doc/Makefile.am (CPU_DOCS): Add c-m88k.texi.
678 * doc/Makefile.in: Regenerate.
679 * doc/all.texi: Set M880X0.
680 * doc/as.texinfo: Hook in m88k-dependent documentation.
681
682 2001-07-04 Eric Christopher <echristo@redhat.com>
683
684 * doc/c-mips.texi (MIPS Opts): Document 12000 as valid cpu.
685
686 * config/tc-mips.c (mips_cpu_info_table): Add rm5200, rm5231, rm5261,
687 and rm5721 as valid cpu strings.
688 (md_show_usage): Add rm5200, rm5231, rm5261, rm5721.
689
690 2001-07-04 Richard Sandiford <rsandifo@redhat.com>
691
692 * config/tc-mips.c (md_apply_fix): Prevent addend from becoming zero
693 if it's expected to be non-zero.
694
695 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
696
697 * config/tc-sh.c (sh_frob_section): Replace symbol_get_frag() with
698 fscan->fx_frag.
699
700 * write.c (TC_FINALIZE_SYMS_BEFORE_SIZE_SEG): Default to 1.
701 (write_object_file): Set finalize_syms to
702 TC_FINALIZE_SYMS_BEFORE_SIZE_SEG just before size_segs is
703 called.
704
705 * doc/internals.texi; Document
706 TC_FINALIZE_SYMS_BEFORE_SIZE_SEG.
707
708 2001-07-02 Alan Modra <amodra@bigpond.net.au>
709
710 * config/tc-ppc.c: Formatting fixes.
711
712 2001-07-01 Ben Elliston <bje@redhat.com>
713
714 * config/tc-m88k.c: Back out warning fixes from 2001-06-24, as
715 they cause some subtle breakage. Will fix them again later.
716
717 2001-06-28 Nick Clifton <nickc@cambridge.redhat.com>
718
719 * config/obj-coff.c (obj_coff_ln): Treat a .ln directive
720 outside of a function as a .appline directive.
721
722 2001-06-28 Eric Christopher <echristo@redhat.com>
723 H.J. Lu <hjl@gnu.org>
724
725 * config/tc-mips.c (mips_arch): New. Use mips_arch instead
726 of mips_cpu for the ISA selection.
727 (md_longopts): Add OPTION_MARCH and OPTION_MTUNE.
728 (md_parse_option): Handle OPTION_MARCH and OPTION_MTUNE.
729 (mips_tune): New. Use mips_tune for scheduling and optimization
730 issues.
731 (append_insn): Use mips_tune and mips_arch.
732 (macro_build): Ditto.
733 (mips_ip): Ditto.
734 (md_begin): Handle mips_arch, mips_tune and mips_cpu. For
735 backwards compatability mips_cpu generates arch and tune.
736 (md_show_usage): Document new behavior.
737
738 * doc/c-mips.texi (MIPS Opts): Document -march and -mtune.
739 Deprecate -mcpu.
740
741 * NEWS: Update.
742
743 2001-06-27 Nick Clifton <nickc@cambridge.redhat.com>
744
745 * write.c (write_object_file): Do not set finalize_syms until
746 after the segments have been sized. Some backends may still
747 need to access the syms's frags in order to adjust relaxed
748 frags.
749
750 * config/tc-arm.c (do_ldst): Use MVN to build simple inverted
751 constants.
752
753 2001-06-27 Alan Modra <amodra@bigpond.net.au>
754
755 * write.c (fixup_segment <Difference of 2 syms same seg>): Don't
756 subtract MD_PCREL_FROM_SECTION for 68k.
757 (fixup_segment <Difference of 2 syms different seg>): Only fudge
758 by adding MD_PCREL_FROM_SECTION for 68k or if not already pcrel.
759
760 2001-06-27 Tracy A. Kuhrt <Tracy.Kuhrt@microchip.com>
761
762 * write.c (fixup_segment <Difference of 2 syms same seg>): If
763 pcrel, subtract MD_PCREL_FROM_SECTION value.
764
765 2001-06-24 Ben Elliston <bje@redhat.com>
766
767 * stabs.c (generate_asm_file): Make local variable `len' a size_t.
768
769 2001-06-24 Jakub Jelinek <jakub@redhat.com>
770
771 * config/tc-alpha.c (tc_gen_reloc): Handle relocs against SEC_MERGE
772 section symbols the same way as externs.
773
774 2001-06-24 Ben Elliston <bje@redhat.com>
775
776 * config/tc-m88k.c (md_number_to_imm): Remove; unused since 1993.
777 (emit_relocations): Ditto.
778 (s_bss): Ditto.
779 (md_begin): Reformat comments to conform to the GNU standards.
780 (md_assemble): Ditto.
781
782 * config/tc-m88k.c (get_reg): Adjust type of `reg_prefix' to char.
783 (md_parse_option): Mark parameters as unused.
784 (md_show_usage): Ditto.
785 (calcop): Adjust type of `reg_prefix' to char.
786 (get_reg): Ditto.
787 (getval): Adjust type of local `c' to char.
788 (md_create_short_jump): Mark from_addr, to_addr params as unused.
789 (md_create_long_jump): Ditto.
790 (md_estimate_size_before_relax): Mark parameters as unused.
791
792 * config/tc-m88k.c (md_pseudo_table): Properly terminate the table
793 to allay a possible compiler warning.
794
795 2001-06-22 Nick Clifton <nickc@cambridge.redhat.com>
796
797 * doc/internals.texi (CPU backend): Document md_atof.
798
799 2001-06-22 Matthew Wilcox <willy@ldl.fc.hp.com>
800
801 * config/tc-hppa.c (pre_defined_registers): Add %mrp (millicode
802 return pointer) alias for %r2 or %r31, depending on 32 or 64 bit
803 architecture.
804
805 2001-06-21 Philip Blundell <philb@gnu.org>
806
807 * config/tc-arm.c (cplong_flag): Rename to long_flag. All uses
808 updated.
809 (insns): Remove entry for adrl. Add long_flag for adr.
810 (do_adr): Handle `l' suffix.
811 (do_adrl): Delete.
812
813 2001-06-21 Alan Modra <amodra@bigpond.net.au>
814
815 * config/tc-hppa.c (CHECK_FIELD_WHERE): Define.
816 (md_apply_fix): Use it here. Replace printf with equivalent
817 as_bad_where.
818 (tc_gen_reloc): Use as_bad_where instead of as_bad.
819 (md_apply_fix): Here too.
820 * config/tc-i386.c (tc_gen_reloc): Use as_bad_where instead of as_bad.
821 * config/tc-m68k.c (tc_gen_reloc): Likewise.
822 (md_convert_frag_1): Likewise.
823
824 2000-06-20 Tom Rix <trix@redhat.com>
825
826 * config/tc-ppc.c (ppc_comm): Change default alignment to 4 bytes.
827
828 2001-06-18 H.J. Lu <hjl@gnu.org>
829
830 * doc/Makefile.am (info): Depend on $(MANS).
831 (as.1): Remove the prefix `$(srcdir)/'.
832 * doc/Makefile.in: Regenerated.
833
834 * as.1: Removed.
835
836 2001-06-18 Philip Blundell <philb@gnu.org>
837
838 * config/tc-arm.c (do_msr): Remove restriction on usage of
839 immediate operands.
840
841 2001-06-19 Alan Modra <amodra@bigpond.net.au>
842
843 * dwarf2dbg.c (dwarf2_finish): Output file info even when no
844 line info.
845
846 2001-06-13 Philip Blundell <philb@gnu.org>
847
848 * config/tc-arm.c (thumb_shift): Improve wording of error message.
849 (do_t_arit): Likewise.
850
851 2001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
852
853 * config/tc-sh.c (md_pseudo_table): Only intercept the .file and
854 .loc pseudos if the dfwarf2 functions are available.
855 (md_assemble): Only call dwarf2_emit_insn if it is available.
856
857 * expr.c: Fix typo in comment.
858
859 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
860
861 * doc/as.texinfo (Infix Ops): Document that comparison and
862 combiner operators can be used as infix operators.
863
864 2001-06-12 Peter Jakubek <pjak@snafu.de>
865
866 * config/tc-m68k.c (parse_mri_control_operand): Fix handling
867 of AND/OR.
868 (swap_mri_condition): Add HS (alias fo CC) and LO (alias for CS).
869 (reverse_mri_condition): Likewise.
870 (swap_mri_condition): Issue warning for conditions that can not be
871 swapped.
872 (build_mri_control_operand): Fix order of operands (swapped).
873 (build_mri_control_operand): Allow upper case extension in structured
874 control directives.
875 (s_mri_else): Likewise.
876 (s_mri_next): Likewise.
877 (s_mri_for): Likewise.
878 (s_mri_if): Fix handling comment ('*') in mri mode.
879 (s_mri_while): Likewise.
880 * macro.c (macro_expand): Allow macro invocation with empty
881 extension.
882
883 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
884
885 * config/tc-arm.c: Fix test for overlow of literal pool.
886
887 2001-06-11 H.J. Lu <hjl@gnu.org>
888
889 * NEWS: Updated for the new -n option for the MIPS assembler.
890
891 * config/tc-mips.c (md_show_usage): Add -n.
892
893 * doc/as.texinfo: Document the new -n option.
894 * doc/c-mips.texi: Likewise.
895 * doc/as.1: Regenerated.
896
897 2001-06-10 Alan Modra <amodra@bigpond.net.au>
898
899 * config/obj-coff.c (obj_coff_section): Formatting fix.
900
901 * config/tc-i386.c (md_assemble): Accept branch hints as ",pt" and
902 ",pn".
903
904 2001-06-08 H.J. Lu <hjl@gnu.org>
905
906 * config/tc-mips.c (warn_nops): New variable. Set to 0 to
907 disable warning about all NOPS that the assembler generates.
908 (macro): Warn NOPS generated only if warn_nops is not 0.
909 (md_shortopts): Add `n'.
910 (md_parse_option): Set warn_nops to 1 for `n'.
911
912 2001-06-08 H.J. Lu <hjl@gnu.org>
913
914 * config/tc-mips.c (mips_ip): Properly handle illegal operands.
915
916 2001-06-08 H.J. Lu <hjl@gnu.org>
917
918 * config/tc-mips.c (md_apply_fix): Don't adjust common
919 extern/weak symbols for ELF.
920 (md_estimate_size_before_relax): Treat weak like extern for
921 ELF.
922 (mips_fix_adjustable): Don't adjust extern/weak symbols for
923 ELF.
924
925 2001-06-08 Alan Modra <amodra@bigpond.net.au>
926
927 * Makefile.am: 'som' is not wrongly spelled 'some'.
928 * Makefile.in: Regenerate.
929
930 * config/tc-mips.c (mips16_mark_labels): Reduce number of calls to
931 S_GET_VALUE by using a temp.
932 (append_insn): Likewise, and for S_SET_VALUE too.
933 (mips_emit_delays): Likewise.
934 (my_getExpression): Likewise.
935 (md_apply_fix): Likewise. Use "valueT" rather than "long" for "value".
936 (mips16_extended_frag): Remove code concerned with avoiding
937 locking in a frag address now that symbols are not finalized until
938 relaxation is complete. Cater for first relaxation pass having
939 bogus addresses. Use relax_marker to reliably determine whether a
940 symbol frag has been reached on the current pass.
941
942 2001-06-07 H.J. Lu <hjl@gnu.org>
943
944 * configure.in: Move "mips-*-linux-gnu*" before "mips-*-gnu*".
945 * configure: Regenerate.
946
947 2001-06-07 H.J. Lu <hjl@gnu.org>
948
949 * configure.in: Use MIPS_STABS_ELF for Linux/mips and remove
950 ecoff emulation.
951 * configure: Regenerate.
952
953 2001-06-07 H.J. Lu <hjl@gnu.org>
954
955 * config/tc-mips.c (mips_pseudo_table): Add "extern" if
956 MIPS_STABS_ELF is defined.
957
958 2001-06-06 Nick Clifton <nickc@cambridge.redhat.com>
959
960 * as.c (show_usage): Remove L from listing options. It is not a
961 generic option.
962
963 2001-06-06 Christian Groessler <cpg@aladdin.de>
964
965 * config/tc-z8k.c: Removed many warnings by removing unused
966 variables and tagging unused parameters as such.
967 (md_begin): Fixed a typo (","instead of ";").
968 (struct ctrl_table): Add parentheses to initialize array
969 correctly.
970 (struct flag_table): Likewise.
971 (struct intr_table): Likewise.
972 (struct table): Likewise.
973 (check_operand): "#if 0"'ed since it doesn't seem to be used.
974
975 2001-06-06 Peter Jakubek <pjak@snafu.de>
976
977 * config/tc-m68k.c (md_show_usage): Add all supported ColdFire
978 options to list (e.g. m5206e, m5307, m5407).
979
980 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
981
982 * config/tc-s390.h (TC_FORCE_RELOCATION): Always emit relocations
983 BFD_RELOC_VTABLE_INHERIT and BFD_RELOC_VTABLE_ENTRY.
984
985 2001-06-06 Alan Modra <amodra@bigpond.net.au>
986
987 * config/tc-i386.c (md_assemble): Handle Pentium4 branch hints.
988 <JumpByte, JumpDword insn output>: Remove dead code.
989
990 2001-06-06 Tracy Kuhrt <Tracy.Kuhrt@microchip.com>
991
992 * as.c (parse_args): Correct option name "listing-lhs-width2".
993
994 2001-06-05 Nick Clifton <nickc@cambridge.redhat.com>
995
996 * symbols.c (S_SET_EXTERNAL): Do not override a section symbol's
997 status.
998
999 2001-05-30 Richard Henderson <rth@redhat.com>
1000
1001 * read.c (emit_leb128_expr): Call md_cons_align.
1002
1003 2001-05-28 Jeff Sturm <jsturm@one-point.com>
1004
1005 * config/tc-sparc.c (md_apply_fix3): Handle BFD_RELOC_SPARC_UA16,
1006 BFD_RELOC_SPARC_UA32 and BFD_RELOC_SPARC_UA64.
1007 (tc_gen_reloc): Likewise.
1008 (sparc_cons_align): Don't clear sparc_no_align_cons.
1009 (cons_fix_new_sparc): Substitute BFD_RELOC_SPARC_UA{16|32|64} for
1010 BFD_RELOC_{16|32|64} iff sparc_no_align_cons is set.
1011
1012 2001-05-27 Alan Modra <amodra@one.net.au>
1013
1014 * write.c (relax_segment <rs_space>): Check the section of a
1015 symbol to determine whether it is absolute rather than comparing
1016 its frag against zero_address_frag as listings play tricks with
1017 frags.
1018
1019 * config/tc-m68k.c (md_assemble): Ensure variable part of frag is
1020 allocated in the same chunk as the fixed part.
1021
1022 2001-05-26 Alan Modra <amodra@one.net.au>
1023
1024 * write.c (relax_segment <rs_space>): Calculate growth using
1025 addresses before stretch. Prevent repeated error messages.
1026 From Peter Jakubek <pjak@snafu.de>
1027 Use as_bad_where and as_warn_where to pinpoint errors.
1028
1029 2001-05-25 Alan Modra <amodra@one.net.au>
1030
1031 * symbols.c (resolve_symbol_value): Always set segment, even when
1032 not finalizing symbol value.
1033
1034 * config/obj-ieee.c (write_object_file): Set finalize_syms.
1035 * config/obj-coff.c (write_object_file): Likewise.
1036 * (size_section): Remove rs_space assert as fr_symbol is no longer
1037 removed.
1038 (fill_section): Likewise.
1039
1040 * configure.in: Replace linuxoldld with linux*oldld.
1041 * configure: Regenerate.
1042
1043 From 2.11 branch 2001-03-30 Richard Henderson <rth@redhat.com>
1044 * config/tc-i386.c (md_convert_frag): Don't die on local symbols
1045 that have been finalized.
1046
1047 * symbols.c (resolve_symbol_value): Clear sy_resolving before
1048 taking exit_dont_set_value.
1049
1050 * write.c (relax_segment <rs_space>): Don't zap fr_symbol when
1051 relaxing.
1052
1053 2000-05-24 Tom Rix <trix@redhat.com>
1054
1055 * config/obj-coff.c (add_lineno): xcoff allows negative line
1056 numbers
1057 * config/tc-ppc.c (ppc_stabx): fix generated symbol
1058
1059 2001-05-24 Alan Modra <amodra@one.net.au>
1060
1061 * write.c (write_object_file): Set finalize_syms = 1 before
1062 size_seg is called.
1063
1064 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1065
1066 * config/tc-mips.c (ISA_HAS_64BIT_REGS): Add ISA_MIPS64 as 64 bit
1067 architecture, remove erraneous ISA_MIPS32.
1068 (md_show_usage): Add MIPS r12k support.
1069 (mips_cpu_info_table): Add MIPS r12k support.
1070
1071 2001-05-22 Alan Modra <amodra@one.net.au>
1072
1073 * config/tc-arc.c (md_assemble): Use is_end_of_line instead of
1074 testing for NULs.
1075
1076 * symbols.c (resolve_symbol_value): Remove "finalize" param,
1077 instead use finalize_syms directly. Don't treat expressions
1078 specially with regard to finalize_syms. Update calls to self.
1079 (resolve_local_symbol): Update call to resolve_symbol_value.
1080 (S_GET_VALUE): Likewise. Return resolve_symbol_value if
1081 !finalize_syms.
1082 * symbols.h (resolve_symbol_value): Update prototype.
1083 * config/obj-aout.c (obj_crawl_symbol_chain): Update call
1084 to resolve_symbol_value.
1085 * config/obj-bout.c (obj_crawl_symbol_chain): Likewise.
1086 * config/obj-coff.c (do_relocs_for): Likewise.
1087 (yank_symbols): Likewise.
1088 (fixup_segment): Likewise.
1089 * config/obj-vms.c (obj_crawl_symbol_chain): Likewise.
1090 * config/tc-mips.c (md_convert_frag): Likewise.
1091 * config/tc-ppc.c (ppc_frob_symbol): Likewise.
1092 (ppc_fix_adjustable): Likewise.
1093 * dwarf2dbg.c (dwarf2dbg_estimate_size_before_relax): Likewise.
1094 (dwarf2dbg_convert_frag): Likewise.
1095 * ehopt.c (eh_frame_estimate_size_before_relax): Likewise.
1096 (eh_frame_convert_frag): Likewise.
1097 * expr.c (make_expr_symbol): Likewise.
1098 * write.c (adjust_reloc_syms): Likewise.
1099 (write_object_file): Likewise.
1100 (relax_segment): Likewise.
1101 (fixup_segment): Likewise.
1102 (finalize_syms): Init to zero, and update comment.
1103 (write_object_file): Set finalize_syms to 1 rather than 2.
1104 * doc/internals.texi (sy_value): Mention finalize_syms.
1105 (S_GET_VALUE): Remove restriction on when S_GET_VALUE can be called.
1106
1107 * config/tc-m68k.c (relaxable_symbol): Only treat external symbols
1108 as relaxable if embedded system, make weak syms non-relaxable.
1109 Move definition..
1110 (tc_m68k_fix_adjustable): ..so it can be used here.
1111 (md_apply_fix_2): Sign extend without conditional.
1112
1113 * config/tc-v850.c: Update copyright.
1114
1115 2001-05-16 Jeff Johnston <jjohnstn@redhat.com>
1116
1117 * cgen.c (gas_cgen_tc_gen_reloc): Changed error message when
1118 howto entry is not found.
1119
1120 2001-05-15 Alexandre Oliva <aoliva@redhat.com>
1121
1122 * config/tc-mn10300.c (mn10300_force_relocation): Don't
1123 optimize differences between symbols in code sections to
1124 constants.
1125 (mn10300_fix_adjustable): Don't adjust to section+offset
1126 relocations pointing at symbols in code sections.
1127
1128 2001-05-16 Alan Modra <amodra@one.net.au>
1129
1130 * config/tc-arc.c (md_assemble): Correct dwarf2_emit_insn param
1131 for 8 byte insns.
1132 * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn before
1133 opcodes are output rather than after. Delete insn_size.
1134 * config/tc-v850.c (md_assemble): Similarly, but delete
1135 total_insn_size.
1136
1137 2001-05-14 Richard Henderson <rth@redhat.com>
1138
1139 * ehopt.c (eh_frame_convert_frag): Fix missed subtype adjustment
1140 last change.
1141
1142 2001-05-14 Richard Henderson <rth@redhat.com>
1143
1144 * ehopt.c (get_cie_info): Rename from eh_frame_code_alignment;
1145 also collect whether to expect an FDE augmentation.
1146 (check_eh_frame): Rewrite as a state machine. Track where in
1147 an FDE we are located, skip any augmentation.
1148 (eh_frame_estimate_size_before_relax): Get code alignment from
1149 the fragment subtype.
1150 (eh_frame_relax_frag, eh_frame_convert_frag): Likewise.
1151 * read.c (emit_leb128_expr): Call check_eh_frame.
1152
1153 2001-05-14 Alexandre Oliva <aoliva@redhat.com>
1154
1155 * config/tc-mn10300.c (md_assemble): Anchor dwarf2 line info
1156 before a relaxable insns.
1157
1158 2001-05-13 Alexandre Oliva <aoliva@redhat.com>
1159
1160 * config/tc-mn10300.c (tc_gen_reloc): Don't reject differences
1161 between symbols if the base symbol is in the current section;
1162 emit a PC-relative relocation instead.
1163
1164 2001-05-12 Peter Targett <peter.targett@arccores.com>
1165
1166 * config/tc-arc.c: Update copyright and tidy source comments.
1167 (md_pseudo_table): Add directive .cpu back as an alias for
1168 .option. Add .file and .line for dwarf2 support.
1169 (arc_mach_type): Make bfd_mach_arc_6 default.
1170 (md_longopts): Add entry 'pre-v6' representing old command line
1171 option when assembling for 'arc5' core versions.
1172 (md_parse_option): Make OPTION_ARC same as OPTION_ARC6, for new
1173 default behaviour.
1174 (arc_code_symbol): Make symbol value for @h30 fixup expression
1175 equal to O_constant.
1176 (md_assemble): Call dwarf2_emit_insn.
1177 Include "dwarf2dbg2.h". Formatting fixes throughout file.
1178 * config/tc-arc.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
1179 * doc/c-arc.texi (ARC_CORE_DEFAULT): Update to new default.
1180
1181 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1182
1183 * config/tc-ia64.c (special_linkonce_name): New.
1184 (make_unw_section): Map .gnu.linkonce.t.FOO text section into
1185 .gnu.linkonce.ia64unw{,i}.FOO.
1186 (ia64_elf_section_type): Handle .gnu.linkonce.ia64unw{,i}.FOO.
1187 (dot_endp): Add comment about it.
1188
1189 2001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
1190
1191 * config/tc-arm.c (arm_handle_align): When truncating an aligned
1192 block, ensure that the low order bits of the alignment are
1193 preserved.
1194
1195 2001-05-10 Alan Modra <amodra@one.net.au>
1196
1197 * config/obj-vms.c (obj_crawl_symbol_chain): Don't take address of
1198 symbol_next.
1199
1200 * config/tc-fr30.c (md_estimate_size_before_relax): Return size of
1201 current variable part of frag.
1202 * config/tc-m32r.c (md_estimate_size_before_relax): Likewise.
1203 * config/tc-openrisc.c (md_estimate_size_before_relax): Likewise.
1204 * config/tc-m68hc11.c (RELAX_STATE): Define.
1205 (RELAX_LENGTH): Define.
1206 (md_estimate_size_before_relax): Handle non-relaxable cases
1207 separately from relaxable cases for clarity, and return correct
1208 size for multi-pass relaxation.
1209 * config/tc-tahoe.c (RELAX_LENGTH): Correct.
1210 (md_estimate_size_before_relax): As for tc-m68hc11.c.
1211 (md_convert_frag): Remove "length_code".
1212 * config/tc-vax.c (RELAX_STATE): Define.
1213 (RELAX_LENGTH): Define.
1214 (md_relax_table): Add missing entry.
1215 (md_estimate_size_before_relax): As for tc-m68hc11.c.
1216 (md_convert_frag): Remove "length_code".
1217 * config/tc-ns32k.c (md_estimate_size_before_relax): Simplify and
1218 don't bother setting fr_var. Return correct size for multi-pass
1219 relaxation.
1220 * config/tc-v850.c (md_estimate_size_before_relax): Rewrite.
1221 (md_convert_frag): Don't bother clearing fr_var.
1222 (md_pseudo_table): Correct initialization.
1223 * config/tc-h8500.c (md_convert_frag): Don't bother clearing fr_var.
1224 (md_estimate_size_before_relax): No need to set fr_var.
1225 * config/tc-mcore.c (md_convert_frag): Don't bother clearing fr_var.
1226 (md_estimate_size_before_relax): No need to set fr_var.
1227
1228 2001-05-09 Richard Henderson <rth@redhat.com>
1229
1230 * config/tc-ia64.c (generate_unwind_image): Align the fragment
1231 beginning a function's unwind info block.
1232
1233 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1234
1235 * config/tc-mn10300.c (md_apply_fix3): Accept PC-relative relocs.
1236
1237 2001-05-08 Andreas Schwab <schwab@suse.de>
1238
1239 * config/tc-m68k.c: Instead of replacing -1 by 64 in assignment to
1240 fx_pcrel_adjust explicitly sign extend when reading it.
1241
1242 2001-05-08 Alan Modra <amodra@one.net.au>
1243
1244 * config/tc-m68k.c (md_estimate_size_before_relax): Set fr_var
1245 from md_relax_table, and combine some switch cases.
1246
1247 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
1248
1249 * config/tc-mn10300.c (md_assemble): Subtract operand->shift
1250 from offset in non-pcrel operands too.
1251
1252 2001-05-06 Nick Clifton <nickc@cambridge.redhat.com>
1253
1254 * config/tc-arm.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
1255 * config/tc-arm.c (arm_handle_align): Do not insert more than
1256 MAX_MEM_FOR_RS_ALIGN_CODE bytes.
1257 (arm_frag_align_code): Use MAX_MEM_FOR_RS_ALIGN_CODE.
1258
1259 2001-05-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1260
1261 * Makefile.am (TARG_ENV_HFILES): Add te-hppa64.h and te-hppalinux64.h.
1262 Run "make dep-am".
1263 * Makefile.in: Regenerate.
1264 * configure.in: Remove duplicate mips-*-ecoff* entry.
1265 * configure: Regenerate.
1266
1267 * config/obj-ecoff.c (obj_pseudo_table): Fix terminating entry.
1268 (n_names): Cast away type mismatch.
1269 (ecoff_sec_sym_ok_for_reloc): Add unused attribute.
1270 (obj_ecoff_frob_symbol): Likewise.
1271 * ecoff.c: (add_file): Add unused attribute.
1272 (ecoff_directive_begin): Likewise.
1273 (ecoff_directive_bend): Likewise.
1274 (ecoff_directive_def): Likewise.
1275 (ecoff_directive_dim): Likewise.
1276 (ecoff_directive_scl): Likewise.
1277 (ecoff_directive_size): Likewise.
1278 (ecoff_directive_type): Likewise.
1279 (ecoff_directive_tag): Likewise.
1280 (ecoff_directive_val): Likewise.
1281 (ecoff_directive_endef): Likewise.
1282 (ecoff_directive_end): Likewise.
1283 (ecoff_directive_ent): Likewise.
1284 (ecoff_directive_extern): Likewise.
1285 (ecoff_directive_file): Likewise.
1286 (ecoff_directive_fmask): Likewise.
1287 (ecoff_directive_frame): Likewise.
1288 (ecoff_directive_mask): Likewise.
1289 (ecoff_directive_loc): Likewise.
1290 (mark_stabs): Likewise.
1291 (ecoff_stab): Likewise.
1292 (ecoff_frob_symbol): Cast away type mismatch.
1293 (ecoff_padding_adjust): Likewise.
1294 (ecoff_build_symbols): Likewise.
1295 (ecoff_build_procs): Likewise.
1296 (ecoff_build_aux): Likewise.
1297 (ecoff_build_strings): Likewise.
1298 (ecoff_build_fdr): Likewise.
1299 (ecoff_build_debug): Likewise.
1300 * itbl-ops.c (itbl_assemble): Variable initialization.
1301
1302 2001-05-03 Alan Modra <amodra@one.net.au>
1303
1304 * config/tc-i386.c (i386_displacement): Call as_bad for bad GOTOFF
1305 expressions rather than triggering an assert.
1306
1307 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
1308
1309 * config/tc-openrisc.c: New file.
1310 * config/tc-openrisc.h: Likewise.
1311
1312 * Makefile.am: Add OpenRISC target.
1313 * Makefile.in: Regenerated.
1314
1315 * configure.in (openrisc-*-*): Add target.
1316 * configure: Regenerated.
1317
1318 2001-05-02 Nick Clifton <nickc@cambridge.redhat.com>
1319
1320 * config/tc-arm.c (arm_frag_align_code): Change error message to
1321 more explanatory version.
1322
1323 2001-04-29 Keith M Wesolowski <wesolows@foobazco.org>
1324
1325 * config/tc-mips.c (md_parse_option): Also accept
1326 elf64-tradbigmips and elf64-tradlittlemips for OPTION_64.
1327
1328 2001-04-27 David Mosberger <davidm@hpl.hp.com>
1329
1330 * config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p()
1331 argument passing order: predicate goes last, not first.
1332
1333 2001-04-27 Sean McNeil <sean@mcneil.com>
1334
1335 * configure.in: Add arm-vxworks.
1336 * configure: Regenerate.
1337
1338 2001-04-26 Nick Clifton <nickc@cambridge.redhat.com>
1339
1340 * config/tc-arm.c (arm_handle_align): New Function: Generate
1341 no-op filled alignment frags.
1342 (arm_frag_align_code): New Function: Create a code alignment frag.
1343 (arm_init_frag): New Function: Initialse the target dependent
1344 parts of a frag.
1345
1346 * config/tc-arm.h (TC_FRAG_TYPE): Define.
1347 (TC_FRAG_INIT): Define.
1348 (HANDLE_ALIGN): Define.
1349 (md_do_align): Define.
1350
1351 2001-04-25 Nick Clifton <nickc@cambridge.redhat.com>
1352
1353 * config/obj-coff.c (do_linenos_for): Check to see if the filename
1354 symbol has been initialised before extracting its symbol index.
1355
1356 2001-04-24 H.J. Lu <hjl@gnu.org>
1357
1358 * configure: Regenerated with the right version of autoconf.
1359
1360 2001-04-24 Christian Groessler <cpg@aladdin.de>
1361
1362 * config/tc-z8k.c (build_bytes): 12 and 16 bit displacements now
1363 generate R_CALLR and R_REL16 relocations
1364
1365 2000-04-20 Jason Eckhardt <jle@redhat.com>
1366
1367 * config/tc-d10v.h (tc_frob_label): Update the symbol's frag
1368 since frag_now can change after d10v_cleanup is called.
1369
1370 2001-04-16 David O'Brien <obrien@FreeBSD.org>
1371
1372 * configure.in: Add the em type for FreeBSD targets.
1373 * configure: Regenerate.
1374
1375 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
1376
1377 * struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE.
1378 * symbols.c (local_symbol_convert): Call TC_LOCAL_SYMFIELD_CONVERT.
1379
1380 * config/tc-mn10300.c (md_assemble): Simplify offset adjustment of
1381 pc-relative relocations not placed at the end of the instruction.
1382
1383 2001-04-13 Jim Wilson <wilson@redhat.com>
1384
1385 * tc-ia64.c (is_conditional_branch): Return true for br, brl, and br.
1386 excluding br.i.
1387
1388 2001-04-13 Jakub Jelinek <jakub@redhat.com>
1389
1390 * config/obj-elf.c (obj_elf_change_section): Add entsize argument,
1391 handle SHF_MERGE and SHF_STRINGS.
1392 (obj_elf_parse_section_letters): Set SHF_MERGE and SHF_STRINGS.
1393 (obj_elf_section): Allow additional argument specifying entity size.
1394 * write.c (adjust_reloc_syms): Keep relocations against local symbols
1395 in SEC_MERGE sections.
1396
1397 2001-04-12 Jason Merrill <jason_merrill@redhat.com>
1398
1399 * dwarf2dbg.c (process_entries): Don't optimize redundant line notes.
1400
1401 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
1402
1403 * expr.c (operand): Pass &c to md_parse_name().
1404 * config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust.
1405
1406 2001-04-07 Steven J. Hill <sjhill@cotw.com>
1407
1408 * config/tc-mips.c: Support ELF64 for traditional MIPS targets.
1409
1410 * Makefile.am: (TARG_ENV_HFILES): Add tc-mips.h.
1411 * Makefile.in: Regenerated.
1412
1413 * configure.in: Use traditional MIPS targets for Linux/MIPS.
1414 * configure: Regenerated.
1415
1416 2001-04-06 Alexandre Oliva <aoliva@redhat.com>
1417
1418 * config/tc-mn10300.c (xr_registers): Added `pc'.
1419
1420 2001-04-05 Alan Modra <alan@linuxcare.com.au>
1421
1422 * configure.in: Add h8500-*-coff and h8500-*-rtems targets.
1423 * configure: Regenerate.
1424
1425 * config/tc-h8500.c (md_estimate_size_before_relax): Add missing
1426 cases, and always return size based on current fr_subtype.
1427 (md_begin): Move initialization of md_relax_table..
1428 (md_relax_table): ..to static initializer. Set rlx_length for
1429 UNDEF_WORD_DISP cases.
1430 * config/tc-w65.c (md_estimate_size_before_relax): Likewise.
1431 (md_begin): Likewise.
1432 (md_relax_table): Likewise.
1433 * config/tc-mcore.c (md_estimate_size_before_relax): Likewise.
1434 (md_relax_table): Set rlx_length for UNDEF_WORD_DISP cases.
1435 Set rlx_backward and rlx_forward to zero for unused states.
1436 * config/tc-sh.c (md_estimate_size_before_relax): Likewise.
1437 (md_relax_table): Set rlx_length for UNDEF_WORD_DISP cases.
1438 (UNCOND12, UNCOND32): Remove duplicate defines.
1439
1440 2001-04-04 Hans-Peter Nilsson <hp@axis.com>
1441
1442 * config/tc-cris.c (md_estimate_size_before_relax) <case
1443 ENCODE_RELAX (STATE_CONDITIONAL_BRANCH, STATE_UNDF)>: Don't emit
1444 32-bit branch, just set fragP->fr_subtype. Set fragP->fr_var.
1445 <all cases>: Always set fragP->fr_var using md_cris_relax_table.
1446 Add cases to cover all relax states.
1447 (cris_insn_first_word_frag): New.
1448 (md_assemble): Call cris_insn_first_word_frag to get the first
1449 frag in an insn, not frag_more. Don't call dwarf2_emit_insn at
1450 end. Drop variable insn_size.
1451 (gen_bdap): Call cris_insn_first_word_frag, not frag_more.
1452 (cris_sym_leading_underscore): Wrap first as_bad parameter in _().
1453 (cris_sym_no_leading_underscore, s_cris_file, s_cris_loc): Ditto.
1454
1455 * write.c (write_object_file): Reset broken word state before
1456 calling relax_seg.
1457
1458 2001-03-31 Alan Modra <alan@linuxcare.com.au>
1459
1460 * listing.c (listing_listing): Enable listing on EDICT_NOLIST_NEXT
1461 for one line if not already enabled.
1462 * cond.c (s_elseif): Correct conditional assembly listing.
1463 (s_else): Likewise.
1464
1465 * cond.c (s_endif): Correct handling of "if .. elseif .." trees.
1466 Don't abort on NULL current_cframe.
1467
1468 2001-03-30 Alan Modra <alan@linuxcare.com.au>
1469
1470 * dwarf2dbg.c (dwarf2_directive_file): Fix warnings.
1471 (dwarf2dbg_convert_frag): Pass `finalize_syms' to resolve_symbol_value.
1472 * config/obj-aout.c (obj_crawl_symbol_chain): Likewise.
1473 * config/obj-bout.c (obj_crawl_symbol_chain): Likewise.
1474 * config/obj-coff.c (do_relocs_for): Likewise.
1475 (yank_symbols): Likewise.
1476 (fixup_segment): Likewise.
1477 * config/tc-ppc.c (ppc_frob_symbol): Likewise.
1478 (ppc_fix_adjustable): Likewise.
1479 * config/tc-mips.c (md_convert_frag): Likewise.
1480 * config/obj-vms.c (obj_crawl_symbol_chain): Likewise.
1481 * ehopt.c (eh_frame_convert_frag): Likewise.
1482 * expr.c (make_expr_symbol): Likewise.
1483
1484 * frags.h (struct frag): Add last_fr_address. Reorder fields for
1485 better packing.
1486 * symbols.c (resolve_symbol_value): Don't fix expression values
1487 until relaxation is complete.
1488 (resolve_local_symbol): Pass `finalize_syms' to resolve_symbol_value.
1489 (S_GET_VALUE): Likewise, and return unresolved expression value.
1490 * write.c (finalize_syms): New.
1491 (relax_and_size_seg): Split into..
1492 (relax_seg): New function, returns 1 if anything changed..
1493 (size_seg): And the remainder of relax_and_size_seg.
1494 (fixup_segment): Arrange for final resolution of sym values.
1495 (adjust_reloc_syms): Likewise.
1496 (write_object_file): Likewise, and repeatedly call relax_seg until
1497 nothing more changes.
1498 (relax_segment): Return 1 if anything changed. Use correct types
1499 for rs_org `target' and `after'.
1500 * write.h (finalize_syms): Declare.
1501 (relax_segment): Update prototype.
1502
1503 * config/tc-sh.c (md_estimate_size_before_relax): Add extra
1504 do-nothing cases to switch to avoid abort on a second relaxation
1505 pass, and tidy code a little.
1506 * config/tc-cris.c (md_estimate_size_before_relax): Likewise.
1507 * config/tc-h8500.c (md_estimate_size_before_relax): Likewise.
1508 * config/tc-w65.c (md_estimate_size_before_relax): Likewise.
1509 * config/tc-i386.c (UNCOND_JUMP, COND_JUMP, COND_JUMP86): Decrement.
1510 (md_relax_table): Remove first four unused entries. Increment
1511 rlx_length by one throughout table, and update comments to suit.
1512 (md_estimate_size_before_relax): Return size of current variable
1513 part of frag to reflect reality when relaxing more than once.
1514 * config/tc-mcore.c (COND12, UNCD12): Rename to DISP12 throughout.
1515 (COND32, UNCD32): Rename to DISP32 throughout.
1516 (UNDEF_WORD_DISP): Renumber to 3.
1517 (md_estimate_size_before_relax): Add extra do-nothing cases.
1518 * config/tc-mn10200.c (md_estimate_size_before_relax): Rewrite.
1519 * config/tc-mn10300.c (md_estimate_size_before_relax): Rewrite.
1520 * config/tc-ns32k.c (md_estimate_size_before_relax): Add cases to
1521 handle word and dword branches.
1522
1523 2001-03-29 Hans-Peter Nilsson <hp@axis.com>
1524
1525 * config/tc-cris.h (tc_fix_adjustable): Allow only
1526 BFD_RELOC_CRIS_32_GOTREL of the PIC relocs.
1527 * config/tc-cris.c (cris_get_pic_suffix): Correct reloc type in
1528 example in comment to valid type.
1529
1530 2001-03-28 H.J. Lu <hjl@gnu.org>
1531
1532 * read.c (equals): Set to local for COFF only if it hasn't been
1533 defined before.
1534
1535 2001-03-28 Alan Modra <alan@linuxcare.com.au>
1536
1537 * config/tc-hppa.c (DEFAULT_LEVEL): Define.
1538 (md_begin): Use it when setting default architecture.
1539
1540 2001-03-27 Nick Papadonis <nick@coelacanth.com>
1541
1542 * read.c (equals): (for COFF) default symbols to being local.
1543
1544 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
1545
1546 * configure.in (cris-*-*): Change default emulation to criself.
1547 (cris-*-*aout*): New rule.
1548 * configure: Regenerate.
1549
1550 2001-03-26 Martin Schwidefsky <schwidefsky@de.ibm.com>
1551
1552 * config/tc-s390.c (tc_s390_fix_adjustable): Add test for
1553 BFD_RELOC_390_GOTENT.
1554 * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Add test for
1555 BFD_RELOC_390_GOTENT.
1556
1557 2001-03-26 Nick Clifton <nickc@redhat.com>
1558
1559 * config/tc-s390.h (TC_FORCE_RELOCATION): Define.
1560 * config/tc-s390.c (s390_force_relocation): New function: Force
1561 relocations for VTINHERIT relocs.
1562
1563 2001-03-23 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1564
1565 * doc/as.texinfo: Put @c man begin to generate the as man page.
1566 When generating man, define all the variables. Re-organize some
1567 options to obtain better indentation of man page.
1568 * doc/Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1569 (as.1): Build from as.texinfo.
1570 * doc/Makefile.in: Regenerate.Index: binutils/Makefile.am
1571
1572 2001-03-25 Alan Modra <alan@linuxcare.com.au>
1573
1574 * config/tc-i386.c (i386_scale): Accept an absolute expression for
1575 scale factor, and return the end of the expression.
1576 (i386_operand): Modify for above.
1577
1578 2001-03-23 Nick Clifton <nickc@redhat.com>
1579
1580 * doc/as.texinfo: Document --listing-XXX command line switches.
1581 Explain why listings behave differently when -pipe is used.
1582
1583 2001-03-23 Richard Sandiford <rsandifo@redhat.com>
1584
1585 * write.c (fix_new_exp): Print an error if passed a register.
1586
1587 2001-03-23 Hans-Peter Nilsson <hp@axis.com>
1588
1589 * config/tc-cris.c: Tweak attribution. Fix typos. PIC support.
1590 (PIC_SUFFIX_CHAR): New macro.
1591 (cris_get_pic_suffix, cris_get_pic_reloc_size): New functions.
1592 (pic): New variable.
1593 (md_longopts): New option --pic.
1594 (OPTION_PIC): Define.
1595 (md_estimate_size_before_relax): Tweak longish comment.
1596 (md_create_long_jump): Make the long jumps generate ADD.D offset,PC.
1597 (md_assemble): Handle a PIC relocation on prefix and normal
1598 instruction operands.
1599 <output_instruction.insn_type == CRIS_INSN_BRANCH>: Handle
1600 "complex" operand expressions. Call frag_more outside
1601 gen_cond_branch_32 parameter list.
1602 (cris_process_instruction): Handle PIC relocs on parsed
1603 operand expressions. Validize PIC reloc sizes.
1604 (get_autoinc_prefix_or_indir_op): Handle PIC suffix.
1605 (gen_bdap): Handle "complex" operand expressions.
1606 (gen_cond_branch_32): Use as_warn_where, not as_warn. Use
1607 ADD.D offset,PC as jump instruction if generating PIC. Generate
1608 error instead of crashing on complex expressions.
1609 (cris_number_to_imm): Add segT parameter. All callers changed.
1610 Use segT parameter, not now_seg, for segment of fixup. Handle
1611 PCREL relocations but check that they are fully resolved.
1612 (md_parse_option): Handle OPTION_PIC.
1613 (tc_gen_reloc): Handle PIC relocs.
1614 (md_show_usage): Update for --pic.
1615 (md_apply_fix3): Renamed from md_apply_fix.
1616 (md_pcrel_from): Accept emitting PCREL relocs when ELF.
1617 (md_cris_force_relocation): Force relocation for PIC relocs.
1618
1619 * config/tc-cris.h: Tweak attribution.
1620 (MD_APPLY_FIX3): Define.
1621 (IS_CRIS_PIC_RELOC): New macro.
1622 (TC_RELOC_RTSYM_LOC_FIXUP): Define.
1623 (tc_fix_adjustable): Don't adjust a globally visible symbol when
1624 generating ELF.
1625 (tc_frob_symbol): Avoid emitting undefined symbols.
1626
1627 2001-03-20 Alan Modra <alan@linuxcare.com.au>
1628
1629 * frags.h (struct frag): Add relax_marker.
1630 * write.c (is_dnrange): Delete.
1631 (relax_frag): Use correct types for `aim', `target', `address'.
1632 Delete `offset', `was_address'. Test `relax_marker' instead of
1633 using fragile (and slow) address test.
1634 (relax_segment): Init and flip `relax_marker'.
1635
1636 2001-03-19 Alan Modra <alan@linuxcare.com.au>
1637
1638 * config/tc-i386.c (md_assemble <REGISTER_WARNINGS>): Correct
1639 used register name.
1640
1641 2001-03-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1642
1643 * config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
1644 with 'Motorola specification for assembly language input standard'.
1645
1646 2001-03-17 Richard Henderson <rth@redhat.com>
1647
1648 * dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
1649 (dwarf2_directive_loc): Don't use them.
1650 (dwarf2_directive_file): Reject duplicate file definitions.
1651 (get_filenum): Zero allocated memory.
1652 (out_file_list): Complain about missing file definitions.
1653
1654 2001-03-17 Alan Modra <alan@linuxcare.com.au>
1655
1656 * read.c (do_org): Handle complex expressions.
1657 * cgen.c (gas_cgen_finish_insn): Likewise.
1658
1659 2001-03-15 David Mosberger <davidm@hpl.hp.com>
1660
1661 * config/tc-ia64.c (md): New member keep_pending_output.
1662 (ia64_flush_pending_output): Flush only if md.keep_pending_output
1663 is not set.
1664 (dot_xdata): Turn on md.keep_pending_output for the duration of
1665 this function.
1666 (dot_xfloat_cons): Ditto.
1667 (dot_xstringer): Ditto.
1668 (dot_xdata_ua): Ditto.
1669 (dot_xfloat_cons_ua): Ditto.
1670
1671 2001-03-15 Jim Wilson <wilson@redhat.com>
1672
1673 * config/tc-ia64.c (ia64_unrecognized_line, case '['): Add local
1674 label support.
1675
1676 2001-03-15 Alexandre Oliva <aoliva@redhat.com>
1677
1678 * config/tc-sh.c (parse_reg): Match capital MACH and MACL.
1679
1680 2001-03-15 DJ Delorie <dj@redhat.com>
1681
1682 * stabs.c (s_stab_generic): Don't corrupt the notes obstack by
1683 blindly freeing string if it isn't at the top of the obstack.
1684
1685 2001-03-13 Alan Modra <alan@linuxcare.com.au>
1686
1687 * config/tc-i386.c (RELOC_ENUM): Define. Use throughout file.
1688 (NUM_FLAG_CODE): Define.
1689 (lex_got): New function.
1690 (got_reloc): New global var.
1691 (x86_cons_fix_new): New function.
1692 (x86_cons): New function.
1693 (i386_immediate): Use lex_got here, replacing inline code. Change
1694 "ignoring junk.." error message to "junk.."
1695 (i386_displacement): Likewise.
1696 * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Define.
1697 (x86_cons): Declare.
1698 (TC_CONS_FIX_NEW): Define.
1699 (x86_cons_fix_new): Declare.
1700
1701 2001-03-12 Nick Clifton <nickc@redhat.com>
1702
1703 * config/tc-arm.c (md_begin): Always set machine type based on
1704 cpu_variant.
1705
1706 2001-03-07 Alan Modra <alan@linuxcare.com.au>
1707
1708 * config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc.
1709 (md_assemble) <smallest displacement>: Use correct field of i.op[]
1710 union.
1711 <JumpInterSegment output>: Use correct i.disp_reloc[].
1712 <immediate output>: Likewise.
1713
1714 2001-03-06 Nick Clifton <nickc@redhat.com>
1715
1716 * config/tc-arm.c (md_apply_fix3): Clear bit zero of offset in
1717 BLX(1) instruction.
1718
1719 2001-03-06 Igor Shevlyakov <igor@windriver.com>
1720
1721 * config/tc-m68k.c : Add 5407 to archs[] table.
1722 (HAVE_LONG_BRANCH): Add mcf5407.
1723 (select_control_regs): Recognize 5407.
1724
1725 2001-03-02 Dave Brolley <brolley@redhat.com>
1726
1727 * config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather
1728 than m32r_do_align.
1729
1730 2001-03-02 Richard Sandiford <rsandifo@redhat.com>
1731
1732 * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): New macro.
1733 (gen_to_words): Print warnings if NaNs are found and the target CPU
1734 does not support them. Allow largest exponent to be used in normal
1735 numbers if TC_LARGEST_EXPONENT_IS_NORMAL evaluates to true.
1736
1737 2001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de>
1738
1739 * config/tc-i386.c (tc_gen_reloc): Remove ugly hack which is not needed
1740 anymore since we use bfd_elf_generic_reloc now.
1741 (md_apply_fix3): Only apply hack for partial_inplace if not using RELA.
1742
1743 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1744
1745 * configure.in (BFD_VERSION): New.
1746 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1747 * configure: Regenerate.
1748 * Makefile.am: Run "make dep-am"
1749 * Makefile.in: Regenerate.
1750 * doc/Makefile.in: Regenerate.
1751
1752 2001-02-26 Mark Elbrecht <snowball3@bigfoot.com>
1753
1754 * config/obj-coff.c [BFD_ASSEMBLER] (obj_coff_section): Set
1755 SEC_NEVER_LOAD when the 'n' flag is used.
1756 Add SEC_NEVER_LOAD to matchflags.
1757
1758 2001-02-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1759
1760 * symbols.c (decode_local_label_name): Initialize message_format
1761 only when an error is reported (perf pb due to I18N).
1762
1763 2001-02-23 H.J. Lu <hjl@gnu.org>
1764
1765 * dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if
1766 BFD_ASSEMBLER is not defined.
1767
1768 2001-02-23 Richard Sandiford <rsandifo@redhat.com>
1769
1770 * config/tc-mn10300.c (md_apply_fix3): Don't mark a fixup as
1771 done if it's against a symbol.
1772
1773 2001-02-22 Timothy Wall <twall@cygnus.com>
1774
1775 * config/tc-ia64.c (ia64_target_format): Return ia64-aix-specific
1776 target formats if applicable.
1777 * config/te-ia64aix.h: New. Configuration for AIX5 on IA-64.
1778 * Makefile.am (TARG_ENV_HFILES): Added config/te-ia64aix.h.
1779 * Makefile.in: Regenerated.
1780 * configure.in: Added configuration for ia64-*-aix*.
1781 * configure: Regenerated.
1782
1783 2001-02-21 David Mosberger <davidm@hpl.hp.com>
1784
1785 * config/tc-ia64.c (enum operand_match_result): New type.
1786 (operand_match): Change return type to operand_match_result.
1787 Fix all returns appropriately, adding support for returning the
1788 out-of-range result.
1789 (parse_operands): New locals result, error_pos, out_of_range_pos,
1790 curr_out_of_range_pos. Rewrite operand matching loop to give better
1791 error messages.
1792
1793 2001-02-21 David Mosberger <davidm@hpl.hp.com>
1794
1795 * config/tc-ia64.c (struct unwind): Add member "prologue_count".
1796 (dot_proc): Clear unwind.prologue_count to zero.
1797 (dot_prologue): Increment unwind.prologue_count.
1798 (dot_restore): If second operand is omitted, use
1799 unwind.prologue_count -1 for "ecount" (# of additional regions to
1800 pop). Decrement unwind.prologue_count by number of regions
1801 popped.
1802
1803 2001-02-21 Nick Clifton <nickc@redhat.com>
1804
1805 * doc/as.texinfo (Section): Note that some flags to the COFF
1806 version of .section remove attributes rather than setting them.
1807
1808 2001-02-20 Kazu Hirata <kazu@hxi.com>
1809
1810 * config/tc-pdp11.c: Fix formatting.
1811 * config/tc-pdp11.h: Likewise.
1812
1813 2001-02-20 Bo Thorsen <bo@suse.de>
1814
1815 * config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT
1816 entry.
1817
1818 2001-02-18 David O'Brien <obrien@FreeBSD.org>
1819
1820 * configure.in (cpu_type, arch): Add a generic FreeBSD specification as
1821 all FreeBSD platforms should look the same at this level.
1822 * configure: Rebuilt.
1823 * config/tc-i386.c: Add support for old FreeBSD a.out hosts.
1824
1825 2001-02-18 lars brinkhoff <lars@nocrew.org>
1826
1827 * Makefile.am: Add PDP-11 target.
1828 * configure.in: Likewise.
1829 * config/tc-pdp11.c: New file.
1830 * config/tc-pdp11.h: New file.
1831 * doc/Makefile.am: Add PDP-11 documentation.
1832 * doc/all.texi: Likewise.
1833 * doc/as.texinfo: Likewise.
1834 * doc/c-pdp11.texi: New file.
1835
1836 2001-02-16 matthew green <mrg@redhat.com>
1837
1838 * cgen.c (gas_cgen_md_apply_fix3): Support BFD_RELOC_64.
1839
1840 2001-02-13 Jim Wilson <wilson@redhat.com>
1841
1842 * config/tc-ia64.c (operand_match, case TAG13): Make a BFD_RELOC_UNUSED
1843 reloc instead of a 0 reloc.
1844 (md_apply_fix3): Check for BFD_RELOC_UNUSED instead of 0, and mark it
1845 as done.
1846 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Likewise.
1847
1848 2001-02-13 Ian Lance Taylor <ian@zembu.com>
1849
1850 * write.c (is_dnrange): Stop as soon as the address becomes
1851 larger.
1852 (relax_frag): Add segment parameter. Only call symbol_get_frag
1853 once. Only call is_dnrange if the symbol is in the same segment,
1854 and the symbol address is larger.
1855 (relax_segment): Pass segment to md_relax_frag and relax_frag.
1856 * write.h (relax_frag): Update declaration.
1857 * config/tc-fr30.c (fr30_relax_frag): Add segment parameter. Pass
1858 it to relax_frag.
1859 * config/tc-m32r.c (m32r_relax_frag): Likewise.
1860 * config/tc-m32r.h (md_relax_frag): Add segment parameter.
1861 (m32r_relax_frag): Update declaration.
1862 * config/tc-mips.h (md_relax_frag): Add segment parameter.
1863 * config/tc-tic54x.h (md_relax_frag): Likewise.
1864 * doc/internals.texi (CPU backend): Update documentation for
1865 md_relax_frag.
1866
1867 2001-02-13 Alan Modra <alan@linuxcare.com.au>
1868
1869 * doc/c-i386.texi (i386-Arch): Add "jumps"/"nojumps" blurb.
1870 Mention effect of < 386 architectures on jump promotion.
1871 (i386-Jumps): xref above. Don't assume long disp is 32 bits.
1872
1873 * config/tc-i386.c (no_cond_jump_promotion): New.
1874 (set_cpu_arch): Parse "jumps" arch modifier.
1875 (insn_size): Modify usage comment.
1876 (ENCODE_RELAX_STATE): Reformat and protect macro arg.
1877 (SIZE_FROM_RELAX_STATE): Rename to DISP_SIZE_FROM_RELAX_STATE.
1878 (TYPE_FROM_RELAX_STATE): New define.
1879 (UNCOND_JUMP, COND_JUMP): Renumber.
1880 (md_relax_table): Reorder to suit.
1881 (COND_JUMP86): New define.
1882 (md_relax_table): Handle COND_JUMP86 cases. Add a few comments.
1883 (md_assemble): Create frag var for jumps of max size, encode relax
1884 state for COND_JUMP86.
1885 (md_estimate_size_before_relax): Handle COND_JUMP86 cases, and
1886 leave conditional jumps small if no_cond_jump_promotion.
1887 (md_convert_frag): Likewise.
1888
1889 * expr.c (operator): Don't bump input_line_pointer for two char
1890 operators. Instead return operator size via new param num_chars.
1891 (expr): Use above to parse multi-char operators correctly.
1892
1893 Mon Feb 12 17:45:50 CET 2001 Jan Hubicka <jh@suse.cz>
1894
1895 * config/tc-i386.c (i386_displacement): Fix handling of
1896 BFD_RELOC_X86_64_GOTPCREL.
1897 (i386_validate_fix): Likewise.
1898
1899 2001-02-12 Philip Blundell <pb@futuretv.com>
1900
1901 * config/tc-arm.c (do_ldst): Improve warnings for unpredictable
1902 ldrt/strt instructions.
1903
1904 2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1905
1906 * config/tc-mips.c (macro): For M_LA_AB emit a
1907 BFD_RELOC_MIPS_CALL16 relocation or a
1908 BFD_RELOC_MIPS_CALL_HI16/BFD_RELOC_MIPS_CALL_LO16 pair instead of
1909 BFD_RELOC_MIPS_GOT16 and
1910 BFD_RELOC_MIPS_GOT_HI16/BFD_RELOC_MIPS_GOT_LO16, respectively for
1911 loading the jump register when generating SVR4_PIC code.
1912
1913 2001-02-10 Chris Demetriou <cgd@broadcom.com>
1914
1915 * configure.in: Make 'mipself' and 'mipsecoff' emulations
1916 map to MIPS-specific files, as they used to do before the
1917 change on 2000-05-21.
1918 * configure: Regerate.
1919
1920 2001-02-10 Chris Demetriou <cgd@broadcom.com>
1921
1922 * config/tc-mips.c (md_parse_option): Don't try to compile
1923 ELF-only option code if not ELF.
1924
1925 2001-02-08 David Mosberger <davidm@hpl.hp.com>
1926
1927 * config/tc-ia64.h (md_elf_section_type): New macro.
1928 (ELF_TC_SPECIAL_SECTIONS): Drop .IA_64.unwind and .IA_64.unwind_info
1929 (they're now handled via ia64_elf_section_type.
1930
1931 * config/tc-ia64.c (unwind): New members saved_text_seg,
1932 saved_text_subseg, and force_unwind_entry.
1933 (optimize_unw_records): New function to optimize away unnecessary
1934 unwind directives.
1935 (ia64_elf_section_type): New function.
1936 (output_unw_records): Generate unwind info only if the size is
1937 non-zero or if it's forced for some other reason (e.g.,
1938 handlerdata or a personality routine).
1939 (generate_unwind_image): Don't switch back to previous
1940 section---stay inside the unwind info section instead so that
1941 handlerdata that may follow goes into the right place.
1942 (dot_handlerdata): Force generation of unwind entry and save the
1943 current active text segment before generating unwind image.
1944 (dot_unwentry): Force generation of unwind entry.
1945 (dot_personality): Ditto.
1946 (dot_endp): Generate unwind table entry only if there is
1947 some unwind info or the unwind entry was forced.
1948
1949 * config/tc-ia64.c (make_unw_section_name): New macro to form
1950 unwind section name.
1951 (generate_unwind_image): Add "text_name" argument. Use it to
1952 form unwind section name.
1953 (dot_handlerdata): Determine current segment (section) name and
1954 pass it to generate_unwind_image().
1955 (dot_endp): Determine current segment (section) name and use
1956 it to determine the appropriate unwind section name.
1957 (ia64_md_do_align): Add missing ATTRIBUTE_UNUSED declarations to
1958 n, fill, and max arguments.
1959
1960 2001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
1961
1962 * Makefile.am: Add linux target for S/390.
1963 * configure.in: Likewise.
1964 * config/tc-s390.c: New file.
1965 * config/tc-s390.h: New file.
1966
1967 2001-02-09 Alexandre Oliva <aoliva@redhat.com>
1968
1969 * config/tc-sh.c (md_pseudo_table): Add uaquad. Use s_uacons for
1970 2byte, 4byte and 8byte.
1971
1972 2001-02-08 Alan Modra <alan@linuxcare.com.au>
1973
1974 * config/tc-hppa.c (pa_build_unwind_subspace): Don't call
1975 md_number_to_chars with size > sizeof (valueT).
1976
1977 2001-02-06 H.J. Lu <hjl@gnu.org>
1978
1979 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Do fixup if
1980 there is no relocation.
1981
1982 2001-02-06 H.J. Lu <hjl@gnu.org>
1983
1984 * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): New. Defined.
1985
1986 * config/tc-ia64.c (md_parse_option): Only accept the valid
1987 ia64 options on "-axxx".
1988
1989 2001-02-05 Jim Wilson <wilson@redhat.com>
1990
1991 * config/tc-ia64.c (errata_nop_necessary_p): Return 0 instead of
1992 aborting for invalid operands.
1993
1994 2001-02-06 Alan Modra <alan@linuxcare.com.au>
1995
1996 * config/tc-hppa.c (fix_new_hppa): Pass in unwind directly rather
1997 than via pointer. Update all callers.
1998 (UNWIND_LOW32): Define.
1999 (UNWIND_HIGH32): Define.
2000 (pa_build_unwind_subspace): Use the above macros instead of dumping
2001 bitfields directly. Call frag_more once rather than multiple times.
2002 (md_assemble): Use UNWIND_LOW32.
2003 (pa_entry): Likewise
2004 (pa_procend): Likewise.
2005 (process_exit): Use UNWIND_HIGH32.
2006
2007 2001-02-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2008
2009 * config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_header
2010 function to select the header according to the cpu.
2011 (md_after_pass_hook, md_do_align): Remove.
2012 (md_cleanup, m68hc11_cleanup): Remove.
2013 (md_pcrel_from_section): Declare.
2014 * config/tc-m68hc11.c (build_dbranch_insn): Remove insn_size.
2015 (build_jump_insn, build_insn): Likewise.
2016 (m68hc11_listing_header): New function.
2017 (m68hc11_cleanup): Remove.
2018
2019 2001-02-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2020
2021 * config/tc-m68hc11.c (relaxable_symbol): Relax externally visible
2022 symbols because there is no support for shared libraries and these
2023 symbols can't be overridden (unless they are weak).
2024
2025 2001-02-01 Momchil Velikov <velco@fadata.bg>
2026
2027 * dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviations
2028 for the compilation unit with a zero byte.
2029
2030 2001-01-30 Alan Modra <alan@linuxcare.com.au>
2031
2032 * config/tc-hppa.c (pa_ip): Support 12 bit branches to absolute
2033 destinations. Correct range check for 17 and 22 bit branches.
2034
2035 2001-01-25 Nick Clifton <nickc@redhat.com>
2036
2037 * config/tc-m68k.c (tc_gen_reloc): Do not abort if tcbit is
2038 still set. Issue an error message instead.
2039 (md_estimate_size_before_relax): Delete unused variable
2040 'buffer_address'. Fixup parentheses around if statement.
2041
2042 2001-01-23 Kazu Hirata <kazu@hxi.com>
2043
2044 * as.c: Fix formatting.
2045 * ehopt.c: Likewise.
2046 * messages.c: Likewise.
2047 * stabs.c: Likewise.
2048 * symbols.c: Likewise.
2049
2050 2001-01-23 Ben Elliston <bje@redhat.com>
2051
2052 * config/tc-m32r.c (m32r_handle_align): Declare type of fragp.
2053
2054 2001-01-22 Kazu Hirata <kazu@hxi.com>
2055
2056 * config/tc-alpha.c: Fix formatting.
2057
2058 2001-01-19 Kazu Hirata <kazu@hxi.com>
2059
2060 * config/tc-alpha.c: Fix formatting.
2061
2062 2001-01-18 Kazu Hirata <kazu@hxi.com>
2063
2064 * config/tc-alpha.c: Fix formatting.
2065
2066 2001-01-18 Nick Clifton <nickc@redhat.com>
2067
2068 * config/tc-arm.c (ldm_flags): Remove redundant bit from "fa" and
2069 "da" flags.
2070 (stm_flags): Remove redundant bit from "ed" and "da" flags.
2071
2072 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
2073
2074 * configure.in (cpu_type, arch): Match i386 too.
2075 * configure: Rebuilt.
2076
2077 2001-01-16 Kazu Hirata <kazu@hxi.com>
2078
2079 * config/tc-i386.c: Fix formatting.
2080
2081 2001-01-16 Alan Modra <alan@linuxcare.com.au>
2082
2083 * config/tc-hppa.c (tc_gen_reloc): Use SEGREL32 instead of DIR32
2084 relocs for .PARISC.unwind section.
2085
2086 * config/tc-hppa.c (pa_build_unwind_subspace): Build unwind
2087 depending on section flags, not just for .text.
2088
2089 2001-01-15 Jim Wilson <wilson@redhat.com>
2090
2091 * config/tc-ia64.c (ia64_flush_insns): Handle unwind directives
2092 not immediately followed by an instruction.
2093
2094 2001-01-15 Kazu Hirata <kazu@hxi.com>
2095
2096 * config/tc-m68hc11.c: Fix formatting.
2097
2098 2001-01-15 Nick Clifton <nickc@redhat.com>
2099
2100 * symbols.c (colon): Change 'already defined symbol' from a
2101 fatal error to an ordinary error. There is no reason why this
2102 error should be fatal.
2103
2104 * message.c (as_fatal): Delete output file, if one has been
2105 created.
2106
2107 2001-01-14 Alan Modra <alan@linuxcare.com.au>
2108
2109 * config/tc-hppa.h (TARGET_FORMAT): Add hppa-linux variants.
2110
2111 2001-01-14 Kazu Hirata <kazu@hxi.com>
2112
2113 * config/tc-alpha.c: Fix formatting.
2114 * config/tc-arc.c: Likewise.
2115 * config/tc-arc.h: Likewise.
2116 * config/tc-d10v.c: Likewise.
2117 * config/tc-i370.c: Likewise.
2118 * config/tc-i386.c: Likewise.
2119 * config/tc-i960.c: Likewise.
2120 * config/tc-m68k.c: Likewise.
2121 * config/tc-ppc.c: Likewise.
2122 * config/tc-sparc.c: Likewise.
2123 * config/tc-tahoe.c: Likewise.
2124 * config/tc-vax.c: Likewise.
2125
2126 * config/tc-arc.c: Fix formatting.
2127
2128 * config/tc-arc.c: Fix formatting.
2129
2130 2001-01-14 Alan Modra <alan@linuxcare.com.au>
2131
2132 * config/tc-hppa.c (pa_build_unwind_subspace): Use SEGREL32 for
2133 both 32 and 64 bit ELF.
2134
2135 * config/tc-hppa.c (pa_ip): Store `a' flag in bit zero of operand
2136 and don't bother storing `m' for "ce" completer. Tidy handling of
2137 'J' and 'K' operands to suit. Handle '<' and '>' operands.
2138
2139 Sun Jan 14 00:36:42 MET 2001 Jan Hubicka <jh@suse.cz>
2140
2141 * config/tc-i386.h (TARGET_MACH): New macro.
2142 (i386_mach): Declare.
2143 * config/tc-i386.c (i386_mach): New function.
2144
2145 2001-01-13 Philip Blundell <philb@gnu.org>
2146
2147 * doc/as.texinfo: Fix spelling and cross-references.
2148
2149 * doc/c-arm.texi: Fix typos. Say that `;' is a line separator
2150 character for all systems, not just GNU/Linux. Make it explicit
2151 that `-k' doesn't affect code generation, just ELF flags.
2152
2153 Sat Jan 13 01:47:35 MET 2001 Jan Hubicka <jh@suse.cz>
2154
2155 * config/tc-i386.c (md_assemble): Check cpu_flags even for nullary
2156 instructions.
2157
2158 2001-01-12 Frank Ch. Eigler <fche@redhat.com>
2159
2160 * cgen.c (gas_cgen_finish_insn): Call dwarf2_emit_insn.
2161
2162 2001-01-12 Nick Clifton <nickc@redhat.com>
2163
2164 * as.c (print_args): Update copyright date to 2001.
2165
2166 2001-01-12 Peter Targett <peter.targett@arccores.com>
2167
2168 * doc/c-arc.texi: New file.
2169 Some sections to be expanded.
2170
2171 2001-01-12 Alan Modra <alan@linuxcare.com.au>
2172
2173 * config/tc-i386.c (md_longopts): Recognize "--64" only for ELF.
2174 (md_parse_option): Always accept "--32".
2175
2176 2001-01-11 Peter Targett <peter.targett@arccores.com>
2177
2178 * as.h (TC_ARC): Ensure struc-symbol.h included.
2179 * as.c (dwarf2dbg.h): Include to remove implicit declaration
2180 warnings.
2181 * struc-symbol.h (SYMBOLS_NEED_BACKPOINTERS): Define.
2182 (TARGET_SYMBOL_FIELDS) added.
2183
2184 * doc/Makefile.am (CPU_DOCS): Added c-arc.texi.
2185 * doc/c-arc.texi: New file.
2186 Some sections to be expanded.
2187 * doc/as.texinfo: Update command-line options.
2188 Removed outdated text for ARC dependant features, instead include
2189 text from above file.
2190
2191 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Define local flag.
2192 (TARGET_SYMBOL_FIELDS): Alias to previous definition.
2193 (targ-cpu.h) header.
2194 * config/tc-arc.h:
2195 * config/tc-arc.c: New updated configuration for
2196 ARC, including selection of core variants, and extensibility of
2197 instructions, registers etc. through directives.
2198
2199 * config/tc-arc.c (arc_extinst): Minor corrections for
2200 error messages.
2201 (arc_common) Likewise. Make alignment argument optional for local
2202 symbols also, with default of zero.
2203
2204 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2205
2206 * config/tc-m68hc11.c (md_estimate_size_before_relax): Fix
2207 STATE_INDEXED_OFFSET when the symbol is undefined (16-bit offset).
2208 (build_indexed_byte): Don't relax indexed byte, use 16-bit offset
2209 and fix_new_exp() instead.
2210 (md_convert_frag): For indexed post byte use the symbol value
2211 rather than the displacement.
2212 (md_relax_table): Fix indexed offset relax.
2213
2214 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2215
2216 * config/tc-m68hc11.c (md_estimate_size_before_relax):Don't
2217 relax weak symbols.
2218 (relaxable_symbol): New function.
2219
2220 2001-01-11 Andreas Jaeger <aj@suse.de>
2221
2222 * config/tc-i386.h (TC_RELOC_GLOBAL_OFFSET_TABLE): Removed, it's
2223 not used anywhere.
2224
2225 2001-01-10 Nick Clifton <nickc@redhat.com>
2226
2227 * config/tc-arm.c (arm_fix_adjustable): Define for OBJ_COFF.
2228 * config/tc-arm.h (obj_fix_adjustable): Define for OBJ_COFF
2229
2230 2001-01-10 Nick Clifton <nickc@redhat.com>
2231
2232 * symbols.c (DOLLAR_LABEL_CHAR): New constant - the magic
2233 character used to dollar local symbols.
2234 (LOCAL_LABEL_CHAR): New constant - the magic character used to
2235 local label symbols.
2236 (dollar_label_name): Use DOLLAR_LABEL_CHAR.
2237 (fb_label_name): Prefix local labels with LOCAL_LABEL_PREFIX,
2238 if defined.
2239 Use LOCAL_LABEL_CHAR.
2240 (decode_local_label_name): Skip LOCAL_LABEL_PREFIX.
2241 Use DOLLAR_LABEL_CHAR and LOCAL_LABEL_CHAR.
2242 (S_IS_LOCAL): Use DOLLAR_LABEL_CHAR and LOCAL_LABEL_CHAR.
2243
2244 2001-01-08 Bo Thorsen <bo@suse.de>
2245
2246 * config/tc-i386.c (i386_immediate, i386_displacement):
2247 GOTPCREL check fix.
2248
2249 2001-01-07 Ian Lance Taylor <ian@zembu.com>
2250
2251 * doc/c-i386.texi (i386-Arch): Remove spaces incorrectly inserted
2252 in last change.
2253
2254 2001-01-07 Philip Blundell <philb@gnu.org>
2255
2256 * doc/as.texinfo (Bug Reporting): Update email address for
2257 reports.
2258 * README: Likewise.
2259
2260 Sat Jan 6 13:33:10 MET 2001 Jan Hubicka <jh@suse.cz>
2261
2262 * configure.in: Define DEFAULT_ARCH for i386.
2263 * config/tc-i386.c (md_assemble): Return after the error message;
2264 move testing for 64bit operands to proper place.
2265
2266 2001-01-06 Jan Hubicka <jh@suse.cz>, Andreas Jaeger <aj@suse.de>
2267
2268 * doc/as.texinfo: Document '#' as comment character for i386 and
2269 x86_64. Add AMD x86-64 into menu of machine dependent information.
2270
2271 * doc/c-i386.texi: Document x86_64 extensions.
2272
2273 Fri Jan 5 13:26:42 MET 2001 Jan Hubicka <jh@suse.cz>
2274
2275 * config/tc-i386.c (md_assemble): Handle third byte of the opcode as prefix.
2276
2277 Thu Jan 4 22:25:26 MET 2001 Jan Hubicka <jh@suse.cz>
2278
2279 * config/tc-i386.c (cpu_arch): Add Pentium4 and modify sledgehammer entry.
2280 * NEWS: Add note about Pentium4 support.
2281
2282 Wed Jan 3 17:26:32 MET 2001 Jan Hubicka <jh@suse.cz>
2283
2284 * config/tc-i387.c (pi, pte, pt): Update.
2285 (type_names): Add new types.
2286
2287 Wed Jan 3 16:26:52 MET 2001 Jan Hubicka <jh@suse.cz>
2288
2289 * config/tc-i386.h (CpuK6, CpuAthlon, CpuSledgehammer, CpuMMX, Cpu3dnow,
2290 CpuUnknown): Renumber
2291 (CpuP4, CpuSSE2): New.
2292 (CpuUnknownFlags): Add CpuP4 and CpuSSE2
2293
2294 2001-01-03 Philip Blundell <pb@futuretv.com>
2295
2296 * config/tc-alpha.c (alpha_force_relocation): Handle vtable
2297 relocs.
2298 (alpha_fix_adjustable): Likewise.
2299 (md_apply_fix): Likewise.
2300
2301 2000-12-31 H.J. Lu <hjl@gnu.org>
2302
2303 * listing.c (listing_message): Allocate string only if it is
2304 used.
2305
2306 * configure: Rebuild.
2307
2308 2000-12-31 Hans-Peter Nilsson <hp@bitrange.com>
2309
2310 * doc/internals.texi (Relaxing with a table) <after relaxation>:
2311 Point out caveats with generating fixups for the opcode in a frag.
2312
2313 Sat Dec 30 19:02:48 MET 2000 Jan Hubicka <jh@suse.cz>
2314
2315 * configure.in: Add support for x86_64 and x86_64-*-linux-gnu*
2316 * NEWS: Add x86_64.
2317
2318 2000-12-29 H.J. Lu <hjl@gnu.org>
2319
2320 * listing.c (calc_hex): Print the variable part only if the
2321 fragment type is rs_fill.
2322
2323 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
2324
2325 * doc/internals.texi (tc_conditional_pseudoop,
2326 TC_LINKRELAX_FIXUP): Fix typos.
2327
2328 2000-12-28 Richard Henderson <rth@redhat.com>
2329
2330 * write.c (subsegs_finish): Fix thinko last change -- don't
2331 "optimize" the alignment == 0 case.
2332
2333 2000-12-28 Richard Henderson <rth@redhat.com>
2334
2335 * as.h (rs_align_test): New.
2336 * frags.c (NOP_OPCODE): Move default from read.c.
2337 (MAX_MEM_FOR_RS_ALIGN_CODE): New default.
2338 (frag_align_code): New.
2339 * frags.h (frag_align_code): Declare.
2340 * read.c (NOP_OPCODE): Remove.
2341 (do_align): Use frag_align_code.
2342 * write.c (NOP_OPCODE): Remove.
2343 (get_recorded_alignment): New.
2344 (cvt_frag_to_fill): Handle rs_align_test.
2345 (relax_segment): Likewise.
2346 (subsegs_finish): Align last subseg in section to the
2347 section alignment. Use frag_align_code.
2348 * write.h (get_recorded_alignment): Declare.
2349 * config/obj-coff.c (size_section): Handle rs_align_test.
2350 (fill_section, fixup_mdeps): Likewise.
2351 (write_object_file): Use frag_align_code.
2352
2353 * config/tc-alpha.c (alpha_align): Use frag_align_code.
2354 (alpha_handle_align): New.
2355 * config/tc-alpha.h (HANDLE_ALIGN): New.
2356 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
2357
2358 * config/tc-i386.h (md_do_align): Use frag_align_code.
2359 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
2360
2361 * config/tc-ia64.c (ia64_md_do_align): Don't do code alignment.
2362 (ia64_handle_align): New.
2363 * config/tc-ia64.h (HANDLE_ALIGN): New.
2364 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
2365
2366 * config/tc-m32r.c (m32r_do_align): Remove.
2367 (m32r_handle_align): New.
2368 (fill_insn): Use frag_align_code.
2369 * config/tc-m32r.h (md_do_align): Remove.
2370 (HANDLE_ALIGN, MAX_MEM_FOR_RS_ALIGN_CODE): New.
2371 * config/tc-m88k.c, config/tc-m88k.h: Similarly.
2372 * config/tc-mips.c, config/tc-mips.h: Similarly.
2373
2374 * config/tc-sh.c (sh_cons_align): Use rs_align_test.
2375 (sh_handle_align): Likewise. Handle rs_align_code.
2376 (sh_do_align): Remove.
2377 * config/tc-sh.h (md_do_align): Remove.
2378 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
2379
2380 * config/tc-sparc.c (sparc_cons_align): Use rs_align_test.
2381 (sparc_handle_align): Likewise. Handle rs_align_code.
2382 * config/tc-sparc.h (md_do_align): Remove.
2383 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
2384
2385 2000-12-22 DJ Delorie <dj@redhat.com>
2386
2387 * config/tc-d10v.c (md_assemble): set prev_seg and prev_subseg
2388 when we assemble the first half of a pair.
2389
2390 2000-12-22 H.J. Lu <hjl@gnu.org>
2391
2392 * config/tc-i386.c (reloc): Update the macro for non-bfd
2393 assembler.
2394 (BFD_RELOC_X86_64_GOTPCREL): Set to 0 for non-bfd assembler.
2395
2396 2000-12-22 H.J. Lu <hjl@gnu.org>
2397
2398 * dwarf2dbg.c (dwarf2_finish): Remove #if BFD_ASSEMBLER.
2399
2400 Wed Dec 20 14:21:22 MET 2000 Jan Hubicka <jh@suse.cz>
2401
2402 * config/tc-i386.h (i386_target_format): Define even for ELFs.
2403 (QWORD_MNEM_SUFFIX): New macro.
2404 (CpuK6,CpuAthlon,CpuSledgehammer, Cpu64, CpuNo64, CpuUnknownFlags):
2405 New macros
2406 (CpuMMX,CpuSSE,Cpu3dnow, CpuUnknown): Renumber.
2407 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
2408 ImmExt): Renumber.
2409 (Size64, No_qSuf, NoRex64, Rex64): New macros.
2410 (Reg64, Imm32S, Imm64, Disp32S, Disp64): New macros.
2411 (Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
2412 InOutPortReg,ShiftCount, Control, Debug, Test, FloatReg, FloatAcc,
2413 SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem):
2414 Renumber.
2415 (Reg, WordReg): Add Reg64.
2416 (Imm): Add Imm32S and Imm64.
2417 (EncImm): New.
2418 (Disp): Add Disp64 and Disp32S.
2419 (AnyMem): Add Disp32S.
2420 (RegRex, RegRex64): New macros.
2421 (rex_byte): New type.
2422 * config/tc-i386.c (set_16bit_code_flag): Kill.
2423 (fits_in_unsigned_long, fits_in_signed_long): New functions.
2424 (reloc): New parameter "signed"; support x86_64.
2425 (set_code_flag): New.
2426 (DEFAULT_ARCH): New macro; default to "i386".
2427 (default_arch): New static variable.
2428 (struct _i386_insn): New fields Operand_PCrel; rex.
2429 (flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT"
2430 (flag_code): New enum and static variable.
2431 (use_rela_relocations): New static variable.
2432 (flag_code_names): New static variable.
2433 (cpu_arch_flags): Default to CpuUnknownFlags|CpuNo64.
2434 (cpu_arch): Add "sledgehammer"; Add CPUAthlon to Athlon and CpuK6 to
2435 K6 and Athlon.
2436 (i386_align_code): Return plain "nop" for x86_64.
2437 (mode_from_disp_size): Support Disp32S.
2438 (smallest_imm_type): Support Imm32S and Imm64.
2439 (offset_in_range): Support size of 8.
2440 (set_cpu_arch): Do not clobber to Cpu64/CpuNo64.
2441 (md_pseudo_table): Add "code64"; use set_code_flat.
2442 (md_begin): Emit sane error message on hash failure.
2443 (tc_i386_fix_adjustable): Support x86_64 relocations.
2444 (md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
2445 instructions supported on particular arch just partially,
2446 output of 64bit immediates, handling of Imm32S and Disp32S type.
2447 (i386_immedaite): Support x86_64 relocations; support 64bit constants.
2448 (i386_displacement): Likewise.
2449 (i386_index_check): Cleanup; support 64bit addresses.
2450 (md_apply_fix3): Support x86_64 relocation and rela.
2451 (md_longopts): Add "32" and "64".
2452 (md_parse_option): Add OPTION_32 and OPTION_64.
2453 (i386_target_format): Call even for ELFs; choose between
2454 elf64-x86-64 and elf32-i386.
2455 (i386_validate_fix): Refuse GOTOFF in 64bit mode.
2456 (tc_gen_reloc): Support rela relocations and x86_64.
2457 (intel_e09_1): Support QWORD.
2458
2459 2000-12-15 Diego Novillo <dnovillo@redhat.com>
2460
2461 * config/tc-i386.c (intel_e09_1): Only flag as a memory operand if
2462 it's not an offset expression.
2463 (intel_e10_1): Ditto. Also, if the operand is an offset expression,
2464 keep the braces '[' and ']' in the output string.
2465 (intel_e11): Ditto. Also remove comparison intel_parser.op_modifier
2466 != FLAT. There is no such op_modifier.
2467
2468 2000-12-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2469
2470 * dwarf2dbg.c: If we don't have <limits.h>, try including <sys/param.h>
2471 if we have it.
2472
2473 2000-12-13 Kazu Hirata <kazu@hxi.com>
2474
2475 * as.h: Fix formatting.
2476 * cgen.h: Likewise.
2477 * dwarf2dbg.c: Likewise.
2478 * input-scrub.c: Likewise.
2479 * read.h: Likewise.
2480
2481 2000-12-13 Mark Elbrecht <snowball3@bigfoot.com>
2482
2483 * configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
2484 configure: Regenerate.
2485
2486 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2487
2488 * dwarf2dbg.c: #include <limits.h> only if it exists.
2489
2490 2000-12-13 Rodney Brown <RodneyBrown@mynd.com>
2491
2492 * config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
2493 (md_apply_fix): Here too.
2494
2495 2000-12-12 Jim Wilson <wilson@redhat.com>
2496
2497 * config/tc-ia64.h (ia64_init): Add prototype.
2498
2499 2000-12-12 H.J. Lu <hjl@gnu.org>
2500
2501 * dwarf2dbg.c: Enabled only if BFD_ASSEMBLER is defined.
2502
2503 * read.h (outputting_stabs_line_debug): Change it to int.
2504 * stabs.c (outputting_stabs_line_debug): Likewise.
2505
2506 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
2507
2508 * config/obj-bout.c (obj_crawl_symbol_chain): Don't take
2509 the address of a function result.
2510
2511 2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2512
2513 * config/tc-ppc.c (md_pseudo_table): Add .file and .loc.
2514 (md_assemble): Call dwarf2_emit_insn.
2515 (shlib): Fix typo SHILB -> SHLIB.
2516 (md_parse_option): Likewise.
2517 (ppc_elf_validate_fix): Likewise:
2518 * config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
2519
2520 2000-12-12 Nick Clifton <nickc@redhat.com>
2521
2522 * cgen.h: Fix formatting.
2523 * input-scrub.c: Fix formatting.
2524 * macro.c: Fix formatting.
2525 * config/tc-mips.c: Fix formatting.
2526 * doc/c-mips.texi: Fix formatting.
2527
2528 Mon Dec 11 14:35:42 MET 2000 Jan hubicka <jh@suse.cz>
2529
2530 * config/tc-i386.c (md_assemble): Refuse 's' and 'l' suffixes in the intel
2531 mode; convert 'd' suffix to 's' or 'l'; remove all DWORD_MNEM_SUFFIX
2532 references.
2533 (intel_e09_1): Convert QWORD to 'l' suffix for FP operations; refuse
2534 otherwise.
2535 * config/tc-i386.h (DWORD_MNEM_SUFFIX): Kill.
2536 (No_dSuf): Kill.
2537
2538 * i386.h (*_Suf): Remove No_dSuf.
2539 (d_suf, wld_Suf,sld_Suf, sldx_Suf, bwld_Suf, d_FP, sld_FP, sldx_FP)
2540 Remove.
2541 (i386_optab): Remove 'd' in the suffixes.
2542
2543 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
2544
2545 * config/tc-i386.c (T_SHORT): Undefine before defining.
2546
2547 2000-12-05 Kazu Hirata <kazu@hxi.com>
2548
2549 * config/tc-mips.c: Fix formatting.
2550
2551 2000-12-04 Matthew Hiller <hiller@redhat.com>
2552
2553 * config/tc-d10v.c (flag_allow_gstabs_packing): New variable.
2554 (md_longopts): New options --gstabs-packing, --no-gstabs-packing.
2555 (md_show_usage): Ditto.
2556 (md_parse_option): Ditto.
2557 (d10v_cleanup): Writes pending instruction only if
2558 ! outputting_stabs_line_debug || ! flag_allow_gstabs_packing.
2559 Fix compile time warning messages.
2560
2561 * doc/c-d10v.texi: Documents new options.
2562
2563 2000-12-04 Matthew Hiller <hiller@redhat.com>
2564
2565 * stabs.c (outputting_stabs_line_debug): New variable.
2566 (stabs_generate_asm_lineno): Set outputting_stabs_line_debug at
2567 function entry and unset at function exit.
2568
2569 * read.h (outputting_stabs_line_debug): New extern declaration.
2570
2571 * as.c: Include dwarf2dbg.h for definition of dwarf2_finish.
2572
2573 * dwarf2dbg.c: Fix compile time warning messages.
2574
2575 2000-12-03 Kazu Hirata <kazu@hxi.com>
2576
2577 * config/tc-a29k.c: Fix formatting.
2578 * config/tc-alpha.c: Likewise.
2579 * config/tc-arm.c: Likewise.
2580 * config/tc-cris.c: Likewise.
2581 * config/tc-hppa.c: Likewise.
2582 * config/tc-i370.c: Likewise.
2583 * config/tc-i386.c: Likewise.
2584 * config/tc-i860.c: Likewise.
2585 * config/tc-i960.c: Likewise.
2586 * config/tc-ia64.c: Likewise.
2587 * config/tc-m68hc11.c: Likewise.
2588 * config/tc-m68k.c: Likewise.
2589 * config/tc-m88k.c: Likewise.
2590 * config/tc-pj.c: Likewise.
2591 * config/tc-ppc.c: Likewise.
2592 * config/tc-sh.c: Likewise.
2593 * config/tc-sparc.c: Likewise.
2594 * config/tc-tahoe.c: Likewise.
2595 * config/tc-vax.c: Likewise.
2596
2597 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2598
2599 * config/tc-mips.c (mips_ip): When calculating offsets,
2600 don't accept as constant the difference between the
2601 addresses of symbols in two different sections.
2602
2603 * config/tc-mips.c (macro_build): Add new 'U' and 'J' operand
2604 specifiers.
2605 (validate_mips_insn): Likewise. Also, update 'B' operand
2606 specifier to use OP_*_CODE20 constants and delete 'm' operand
2607 specifier.
2608 (mips_ip): Remove 'm' operand specifier, add 'U' and 'J'
2609 operand specifiers. Change warning generated by 'B' operand
2610 specifier to reflect its new multi-purpose usage.
2611
2612 * config/tc-mips.c (mips_set_options): Use ISA_UNKNOWN rather than
2613 -1, and update comment.
2614 (file_mips_isa): Likewise.
2615 (mips_cpu): Use CPU_UNKNOWN rather than -1, and update comment.
2616 (ISA_HAS_COPROC_DELAYS, ISA_HAS_64BIT_REGS, gpr_interlocks): Use
2617 ISA_* constants rather than hard-coded numbers.
2618 (mips_cpu_info): New structure.
2619 (mips_cpu_info_table): New table describing CPU and ISA names
2620 and numbers.
2621 (mips_cpu_info_from_name, mips_cpu_info_from_isa,
2622 mips_cpu_info_from_cpu): New functions.
2623 (mips_isa_to_str): New function to get string for ISA name.
2624 (mips_cpu_to_str): Convert to use mips_cpu_info_from_cpu, and
2625 return const char *.
2626 (md_begin): Redo CPU and ISA selection logic, using
2627 mips_cpu_info_from_*. Convert to use ISA_* constants rather
2628 than hard-coded numbers.
2629 (append_insn, mips_emit_delays, macro, macro2): Convert to use
2630 ISA_* constants rather than hard-coded numbers.
2631 (mips_ip): Convert to use mips_isa_to_str to get ISA name.
2632 (md_longopts): Delete OPTION_NO_MIPS32.
2633 (md_parse_option): Convert to use ISA_* constants rather than
2634 hard-coded numbers. Make OPTIONS_MIPS32 case treat MIPS32
2635 as an ISA. Delete OPTION_NO_MIPS32 case. Convert OPTION_MCPU
2636 to use strcasecmp to recognize "default" and to use
2637 mips_cpu_info_from_name to get CPU numbers from argument.
2638 (md_show_usage): Move -mips32 so it's with the rest of the ISA
2639 flags. Change 4Kc, 4Kp and 4Km CPU entries to just be
2640 mips32-4k.
2641 (s_mipsset): Accept ISA value 32.
2642 * doc/as.texinfo: Clean up MIPS options summary slightly,
2643 remove -no-mips32. Add note about -mips4 and -mips32
2644 specifying those ISA levels. Delete -mips32 and -no-mips32
2645 cpu flag descriptions.
2646 * doc/c-mips.texi: Add -mips32 to list of ISA switches. Clean
2647 up the supported CPU switch list, and replace 4Kc, 4Km, and
2648 4Kp entries with a single mips32-4k entry. Note that you can
2649 use ".set mips32".
2650
2651 * config/tc-mips.c (ISA_HAS_64BIT_REGS): Add checks for ISA_MIPS5 and
2652 ISA_MIPS64.
2653 (md_longopts, OPTION_MIPS5, OPTION_MIPS64): Add options for
2654 -mips5 and -mips64.
2655 (md_parse_option): Add cases for OPTION_MIPS5 and
2656 OPTION_MIPS64.
2657 (md_show_usage): Mention -mips5 and -mips64 arguments.
2658 (s_mipsset): Add cases for MIPS5 and MIPS64.
2659 (mips_cpu_info_table): Add entries for MIPS5 and MIPS64 ISAs
2660 and pseudo-CPUs.
2661 * doc/as.texinfo: Mention -mips5 and -mips64 options
2662 and their meanings.
2663 * doc/c-mips.texi: Likewise. Also update introduction
2664 and ".set" usage information.
2665
2666 * config/tc-mips.c (md_show_usage): Add "sb1" to the
2667 CPU list.
2668 (mips_cpu_info_table): Add SB-1 entries.
2669 * doc/c-mips.texi: Add "sb1" to the list of CPUs
2670 known to the -mcpu option.
2671
2672 * doc/as.texinfo: Correct description of MIPS -mcpu
2673 option, by copying some of the text from doc/c-mips.texi.
2674
2675 2000-12-01 Joel Sherrill <joel@OARcorp.com>
2676
2677 * configure.in (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
2678 New targets.
2679 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2680 (sparc*-*-rtems*): Switched from a.out to ELF.
2681 * configure: Regenerate.
2682 * config.in: Regenerate.
2683 * Makefile.in: Regenerate.
2684 * aclocal.m4: Regenerate.
2685 * po/gas.pot: Regenerate.
2686
2687 2000-11-30 Philip Blundell <pb@futuretv.com>
2688
2689 * config/obj-coff.c (obj_coff_weak): Use S_SET_WEAK if it exists,
2690 even in non BFD_ASSEMBLER case.
2691
2692 2000-11-30 Diego Novillo <dnovillo@redhat.com>
2693
2694 * config/tc-i386.c (md_assemble): Swap i.disp_relocs when using intel
2695 syntax.
2696
2697 2000-11-29 Richard Henderson <rth@redhat.com>
2698
2699 * dwarf2dbg.c: Rewrite from scratch. Queue all debugging output
2700 until dwarf2_finish; use relaxation to get cross-fragment offsets;
2701 thread multiple subsegments properly; handle multiple code
2702 sections properly; emit proper compilation unit info for assembler
2703 generated debugging.
2704
2705 * as.h (enum _relax_state): Add rs_dwarf2dbg.
2706 * dwarf2dbg.h (struct dwarf2_line_info): Remove filename.
2707 (dwarf2dbg_estimate_size_before_relax): Declare.
2708 (dwarf2dbg_relax_frag, dwarf2dbg_convert_frag): Declare.
2709 * write.c: Include dwarf2dbg.h.
2710 (cvt_frag_to_fill): Handle rs_dwarf2dbg.
2711 (relax_segment): Likewise.
2712
2713 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2714
2715 * config/tc-sh.c (md_convert_frag) <undefined symbol, conditional
2716 jump>: Use as_bad_where instead of as_bad. Tweak error message
2717 accordingly. Stabilize frag by updating fix part and resetting
2718 variant part.
2719 <undefined symbol, unconditional jump>: Ditto.
2720 (sh_elf_cons): Cast *input_line_pointer to unsigned char when
2721 indexing is_end_of_line[].
2722 (md_assemble): Initialize size to 0.
2723 (md_section_align): Mark parameter seg as unused.
2724 (parse_reg): Parse names case-insensitively.
2725
2726 2000-11-28 Kazu Hirata <kazu@hxi.com>
2727
2728 * config/obj-aout.h: Fix formatting.
2729 * config/obj-bout.h: Likewise.
2730 * config/obj-coff.c: Likewise.
2731 * config/obj-coff.h: Likewise.
2732 * config/obj-elf.h: Likewise.
2733 * config/obj-som.h: Likewise.
2734 * config/obj-vms.c: Likewise.
2735 * config/obj-vms.h: Likewise.
2736 * config/tc-h8300.h: Likewise.
2737 * config/tc-ns32k.h: Likewise.
2738 * config/tc-sparc.h: Likewise.
2739 * config/tc-tic54x.h: Likewise.
2740 * config/tc-z8k.h: Likewise.
2741
2742 2000-11-28 Nick Clifton <nickc@redhat.com>
2743
2744 * doc/as.1 (COPYING): Mention that the GNU Free Documentation
2745 License is present in the sources, but not the output, and
2746 also available from the GNU website.
2747 (GNU Free Documentation License): Comment out this section.
2748
2749 2000-11-28 Hans-Peter Nilsson <hp@axis.com>
2750
2751 * Makefile.am (CPU_OBJ_VALID): Add case to filter out invalid coff
2752 targets. Remove i860 from valid a.out targets.
2753 * Makefile.in: Regenerate.
2754
2755 * config/tc-cris.c: Include dwarf2dbg.h.
2756 (md_pseudo_table): Add .file and .loc.
2757 (md_assemble): Call dwarf2_emit_insn if generating ELF.
2758 (s_cris_file, s_cris_loc): New.
2759 * config/tc-cris.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
2760 * Makefile.am: Regenerate dependencies.
2761 * Makefile.in: Regenerate.
2762
2763 2000-11-28 Alan Modra <alan@linuxcare.com.au>
2764
2765 * expr.c (STANDARD_MUL_PRECEDENCE): Correct value.
2766 (MRI_MUL_PRECEDENCE): Likewise.
2767 (op_rank): Fix a comment typo.
2768
2769 2000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2770
2771 * config/tc-m68hc11.c (build_indexed_byte): Print the offset in
2772 the error message.
2773 (get_operand): Fix analysis for movw/movb instructions.
2774
2775 2000-11-24 Nick Clifton <nickc@redhat.com>
2776
2777 * configure.in (xscale-elf): Add target.
2778 (xscale-coff): Add target.
2779 * configure: Regenerate.
2780
2781 * config/tc-arm.c (ARM_EXT_V5E): New ARM architecture
2782 extenstion.
2783 (ARM_EXT_XSCALE): New ARM architecture extension.
2784 (ARM_LONGMUL): Rename to ARM_EXT_LONGMUL.
2785 (ARM_HALFWORD): Rename to ARM_EXT_HALFWORD.
2786 (ARM_THUMB): Rename to ARM_EXT_THUMB.
2787 (ARM_ARCH_V4): Remove processor from architecture.
2788 (ARM_ARCH_3M): New architecutre definition.
2789 (ARM_ARCH_V5TE): New architecutre definition.
2790 (ARM_ARCH_XSCALE): New architecutre definition.
2791 (CPU_DEFAULT): Allow to be defaulted to XScale.
2792 (atpcs): New boolean variable.
2793 (ldr_flags): Support 'd' flag for double word loads.
2794 (str_flags): Support 'd' flag for double word stored.
2795 (do_mia): New function.
2796 (do_mar): New function.
2797 (do_mra): New function.
2798 (do_pld): New function.
2799 (do_ldrd): New function.
2800 (do_blx): New function.
2801 (do_bkpt): New function.
2802 (do_clz): New function.
2803 (do_lstc2): New function.
2804 (do_cdp2): New function.
2805 (do_t_blx): New function.
2806 (do_t_bkpt): New function.
2807 (do_smla): New function.
2808 (do_smlal): New function.
2809 (do_smul): New function.
2810 (do_qadd): New function.
2811 (do_co_reg2c): New function.
2812 (LONGEST_INSN): Redefine to 7.
2813
2814 * doc/c-arm.texi: Document -mxscale, -mmarmv5te and -matpcs
2815 command line switches.
2816
2817 2000-11-22 Jim Wilson <wilson@redhat.com>
2818
2819 * config/tc-ia64.c (pseudo_func): Add missing initializers.
2820 (struct rsrc): Make line unsigned.
2821 (gr_values): Add missing initializer.
2822 (SLOT_NUM_NOT_SET): Add unsigned cast.
2823 (ia64_elf_section_flags, output_vbyte_mem, count_output, dot_radix,
2824 dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
2825 dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
2826 dot_unwentry, dot_altrp, dot_saveg, dot_savef, dot_saveb, dot_savegf,
2827 dot_spill, dot_spillreg, dot_spillreg_p, dot_label_state,
2828 dot_copy_state, dot_unwabi, dot_personality, dot_proc, dot_body,
2829 dot_prologue, dot_endp, dot_regstk, dot_psr, dot_alias, dot_ln,
2830 dot_reg_val, dot_entry, dot_mem_offset, ia64_init, mark_resource,
2831 md_undefined_symbol, md_apply_fix3, tc_gen_reloc, ia64_md_do_align):
2832 Add ATTRIBUTE_UNUSED to unused parameters.
2833 (convert_expr_to_ab_reg): Add parens.
2834 (convert_expr_to_xy_reg): Add parens. Comment out >= REG_GR test.
2835 (dot_prologue): Initialize grsave when declared.
2836 (md_pseudo_table): Add missing initializers.
2837 (operand_match): Add casts to bfd_vma.
2838 (emit_one_bundle): Delete unused local prev. Make required_template
2839 unsigned.
2840 (specify_resource): Cast i to unsigned.
2841 (note_register_values): Use fprintf_vma.
2842 (print_dependency): Likewise.
2843
2844 2000-11-21 Jim Wilson <wilson@redhat.com>
2845
2846 * config/tc-ia64.c (generate_unwind_image): Call record_alignment
2847 for unwind info section.
2848 (dot_endp): Likewise for unwind section.
2849
2850 * config/tc-ia64.c (emit_one_bundle): Pass size of 8 not 4 to
2851 fix_new_exp.
2852
2853 2000-11-21 Jakub Jelinek <jakub@redhat.com>
2854
2855 * config/tc-sparc.c (md_pseudo_table): Add .file and .loc.
2856 (output_insn): Call dwarf2_emit_insn.
2857 * config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
2858
2859 2000-11-17 Richard Henderson <rth@redhat.com>
2860
2861 * ehopt.c (eh_frame_code_alignment): New arg `in_seg', update all
2862 callers. Don't switch segments. Expect CIE == -1 in .debug_frame.
2863 (check_eh_frame): Handle .eh_frame and .debug_frame concurrently.
2864
2865 2000-11-17 Nick Clifton <nickc@redhat.com>
2866
2867 * config/tc-arm.c (md_pseudo_table): Add support for .line and
2868 .file pseudo ops.
2869
2870 2000-11-17 Richard Henderson <rth@redhat.com>
2871
2872 * config/tc-i386.c (md_pseudo_table): Add .file and .loc.
2873
2874 2000-11-17 Richard Henderson <rth@redhat.com>
2875
2876 * dwarf2dbg.c (dwarf2_gen_line_info): Early out for no line number.
2877 * config/obj-elf.h (ECOFF_DEBUGGING) [TC_ALPHA]: Adjust for
2878 tri-state definition of alpha_flag_mdebug.
2879 * config/tc-alpha.c (alpha_flag_mdebug): Init to -1.
2880 (s_alpha_file): Store first .file directive.
2881 (s_alpha_stab): New.
2882 (md_pseudo_table): Add stabs and stabn.
2883
2884 2000-11-17 Richard Henderson <rth@redhat.com>
2885
2886 * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.
2887
2888 2000-11-17 Richard Henderson <rth@redhat.com>
2889
2890 * as.c (debug_type): Init to DEBUG_UNSPECIFIED.
2891 (main): Call dwarf2_finish.
2892 * as.h (debug_type): Clarify documentation of the meaning
2893 of this variable.
2894 * dwarf2dbg.c (DWARF2_LINE_MIN_INSN_LENGTH): Default to 1.
2895 (print_stats): Fix parenthesis problem.
2896 (now_subseg_size): New.
2897 (dwarf2_finish): Use it. If DEBUG_DWARF2, emit bits for .debug_info.
2898 (dwarf2_directive_file): Don't set debug_type.
2899 (dwarf2_where): Honor DEBUG_DWARF2 first.
2900 (dwarf2_emit_insn): Renamed from dwarf2_generate_asm_lineno;
2901 do nothing if not emitting dwarf2 debug info, or no work.
2902 * dwarf2dbg.h (dwarf2_emit_insn): Update.
2903 * ecoff.c (add_file): Turn on DEBUG_ECOFF only if DEBUG_UNSPECIFIED.
2904 (ecoff_new_file): Likewise.
2905 * read.c (generate_lineno_debug): Kill ecoff hackery. Update
2906 commentary wrt dwarf2.
2907
2908 * config/tc-alpha.c (alpha_adjust_symtab_relocs): Add
2909 ATTRIBUTE_UNUSED as needed.
2910 (emit_insn): Call dwarf2_emit_insn.
2911 (s_alpha_file): New.
2912 (s_alpha_loc): New.
2913 (s_alpha_coff_wrapper): Don't handle them.
2914 (md_pseudo_table): Update for .file and .loc.
2915 * config/tc-alpha.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
2916
2917 * config/tc-arm.c (output_inst): Update for dwarf2_emit_insn;
2918 don't protect with debug_type.
2919 * config/tc-hppa.c (md_assemble): Likewise.
2920 * config/tc-m68hc11.c (m68hc11_new_insn): Likewise.
2921 * config/tc-mn10300.c (md_assemble): Likewise.
2922 * config/tc-sh.c (md_assemble): Likewise.
2923 * config/tc-v850.c (md_assemble): Likewise.
2924
2925 * config/tc-arm.c (arm_end_of_source): Remove.
2926 * config/tc-hppa.c (pa_end_of_source): Remove.
2927 * config/tc-m68hc11.c (m68hc11_end_of_source): Remove.
2928 * config/tc-mn10300.c (mn10300_finalize): Remove.
2929 * config/tc-sh.c (sh_finalize): Remove.
2930 * config/tc-v850.c (sh_finalize): Remove.
2931
2932 * config/tc-arm.h (md_end): Remove.
2933 * config/tc-hppa.h (md_end): Remove.
2934 (DWARF2_LINE_MIN_INSN_LENGTH): New.
2935 * config/tc-m68hc11.h (md_end): Remove.
2936 * config/tc-mn10300.h (md_end): Remove.
2937 * config/tc-sh.h (md_end): Remove.
2938 * config/tc-v850.h (md_end): Remove.
2939
2940 * config/tc-ia64.c (emit_one_bundle): Don't protect
2941 dwarf2 bits with debug_type.
2942 (md_assemble): Likewise.
2943 (ia64_end_of_source): Don't call dwarf2_finish.
2944
2945 2000-11-16 Jim Wilson <wilson@redhat.com>
2946
2947 * config/tc-ia64.c (errata_nop_necessary_p): Abort if general regno
2948 >= 128 instead of > 128. Abort if predicate regno is >= 64 instead of
2949 > 16.
2950
2951 2000-11-16 H.J. Lu <hjl@gnu.org>
2952
2953 * config/obj-elf.c (obj_elf_symver): Don't check the missing
2954 version name.
2955
2956 2000-11-15 Kazu Hirata <kazu@hxi.com>
2957
2958 * config/tc-tic30.c: Fix formatting.
2959 * config/tc-tic80.c: Likewise.
2960 * config/tc-v850.c: Likewise.
2961 * config/tc-vax.c: Likewise.
2962 * config/tc-w65.c: Likewise.
2963 * config/tc-z8k.c: Likewise.
2964
2965 2000-11-14 DJ Delorie <dj@redhat.com>
2966
2967 * config/tc-v850.c: Support dwarf2.
2968 * config/tc-v850.h: Ditto.
2969
2970 * config/tc-v850.c (cons_fix_new_v850): Don't rely on
2971 parse_cons_expression_v850 to initialize hold_cons_reloc.
2972
2973 2000-11-15 Bernd Schmidt <bernds@redhat.com>
2974
2975 * config/tc-ia64.c (struct md): New entries LAST_GROUPS, GROUP_IDX.
2976 (errata_nops_necessary_p): New function.
2977 (emit_one_bundle): Call it. Update the GROUP_IDX field in struct
2978 md.
2979
2980 2000-11-14 Jim Wilson <wilson@redhat.com>
2981
2982 * config/tc-ia64.c (ia64_target_format): If EF_IA_64_BE not set, then
2983 return little endian bfd formats.
2984
2985 2000-11-14 Kazu Hirata <kazu@hxi.com>
2986
2987 * config/aout_gnu.h: Fix formatting.
2988 * config/atof-vax.c: Likewise.
2989 * config/m68k-parse.h: Likewise.
2990 * config/m88k-opcode.h: Likewise.
2991 * config/obj-elf.c: Likewise.
2992 * config/tc-arm.c: Likewise.
2993 * config/tc-cris.c: Likewise.
2994 * config/tc-i386.c: Likewise.
2995 * config/tc-ia64.c: Likewise.
2996 * config/tc-mn10300.c: Likewise.
2997 * config/te-386bsd.h: Likewise.
2998 * config/te-hppa.h: Likewise.
2999 * config/te-nbsd.h: Likewise.
3000 * config/te-ppcnw.h: Likewise.
3001 * config/te-sparcaout.h: Likewise.
3002 * config/te-tmips.h: Likewise.
3003 * config/vax-inst.h: Likewise.
3004 * config/vms-conf.h: Likewise.
3005
3006 2000-11-14 Jakub Jelinek <jakub@redhat.com>
3007
3008 * config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits.
3009
3010 2000-11-13 H.J. Lu <hjl@gnu.org>
3011
3012 * config/obj-elf.c (elf_frob_symbol): Support
3013 ".symver name,name2@@@nodename".
3014 (elf_frob_file_before_adjust): Likewise.
3015
3016 * doc/as.texinfo: Updated for ".symver name,name2@@@nodename"
3017 and ".symver name,name2@@@nodename".
3018 Fix a typo.
3019
3020 2000-11-12 H.J. Lu (hjl@gnu.org)
3021
3022 * config/obj-elf.c (obj_elf_symver): Check missing version
3023 name.
3024
3025 2000-11-12 H.J. Lu (hjl@gnu.org)
3026
3027 * dwarf2dbg.c (dwarf2_generate_asm_lineno): Use addressT
3028 instead of bfd_vma for non-bfd assemblers.
3029
3030 2000-11-09 Kazu Hirata <kazu@hxi.com>
3031
3032 * itbl-ops.c: Fix comment typos.
3033
3034 2000-11-08 Jim Wilson <wilson@redhat.com>
3035
3036 * config/tc-ia64.c (struct unw_rec_list): Add slot_frag field.
3037 (struct unwind): Add next_slot_frag field.
3038 (slot_index): New parameters slot_frag and first_frag. Add code
3039 to add in frag sizes when different. Add comments.
3040 (fixup_unw_records): New locals first_frag and last_frag. Pass new
3041 arguments to slot_index.
3042 (emit_one_bundle): Set slot_frag field. Set next_slot_number after
3043 loop end. Set next_slot_frag field.
3044
3045 2000-11-07 H.J. Lu <hjl@gnu.org>
3046
3047 * doc/as.texinfo (.symver): Updated for versioned symbol
3048 reference.
3049
3050 * obj.h (format_ops): Add the frob_file_before_adjust field.
3051
3052 * config/obj-aout.c (aout_format_ops): Set the
3053 frob_file_before_adjust field to 0.
3054 * config/obj-coff.c (coff_format_ops): Likewise.
3055 * config/obj-ecoff.c (ecoff_format_ops): Likewise.
3056
3057 * config/obj-elf.c (obj_elf_symver): Allow duplicated version
3058 name.
3059 (elf_frob_file_before_adjust): New function to remove unneeded
3060 versioned symbols from the symbol table.
3061 (elf_format_ops): Set the frob_file_before_adjust field to
3062 elf_frob_file_before_adjust.
3063
3064 * config/obj-elf.h (obj_frob_file_before_adjust): Defined if
3065 not defined.
3066
3067 * config/obj-multi.h (obj_frob_file_before_adjust): Defined.
3068
3069 2000-11-07 Peter Targett <peter.targett@arccores.com>
3070
3071 * config/tc-arc.h: Avoid warnings for LITTLE_ENDIAN and
3072 BIG_ENDIAN macros.
3073 * config/tc-arc.c: Use S_IS_LOCAL to test local symbols.
3074 Fix compile time warning messages.
3075
3076 2000-11-07 Nick Clifton <nickc@redhat.com>
3077
3078 * stabs.c (generate_asm_file): Increase length of xmalloc'ed
3079 buffer in order to avoid buffer overflows.
3080
3081 2000-11-06 Steve Ellcey <sje@cup.hp.com>
3082
3083 * config/tc-ia64.c (md_shortopts, md_parse_option, md_show_usage):
3084 Change M to m for -milp32 or -mlp64 to match gcc.
3085 (dot_endp): Use bytes_per_address instead of 8.
3086 (emit_one_bundle): Use number_to_chars_littleendian instead of
3087 md_number_to_chars.
3088 (fix_insn): Likewise.
3089 (ia64_init): New function.
3090 (ia64_target_format): New function.
3091 (md_begin): Set endianness, arch, and machine as appropriate.
3092 * config/tc-ia64.h: (TARGET_BYTES_BIG_ENDIAN, md_number_to_chars):
3093 Make these macros depend on TE_HPUX macro.
3094 (TARGET_FORMAT): Define.
3095 (HOST_SPECIAL_INIT): Define.
3096 * config/te-hpux.h: New file.
3097 * configure.in: Add "ia64-*-hpux*" target to configure.
3098 * configure: Regenerate.
3099
3100 2000-11-06 Kazu Hirata <kazu@hxi.com>
3101
3102 * as.c: Fix formatting.
3103 * dwarf2dbg.c: Likewise.
3104 * input-file.c: Likewise.
3105 * input-file.h: Likewise.
3106 * input-scrub.c: Likewise.
3107 * itbl-ops.c: Likewise.
3108 * listing.c: Likewise.
3109 * macro.h: Likewise.
3110 * messages.c: Likewise.
3111 * read.c: Likewise.
3112 * subsegs.c: Likewise.
3113 * subsegs.h: Likewise.
3114 * write.c: Likewise.
3115
3116 2000-11-06 Nick Clifton <nickc@redhat.com>
3117
3118 * doc/as.texinfo: Add GNU Free Documentation License.
3119 * doc/gasp.texi: Add GNU Free Documentation License.
3120 * doc/as.1: Add GNU Free Documentation License.
3121
3122 2000-11-05 Nick Clifton <nickc@redhat.com>
3123
3124 * config/tc-arm.c: Add include of "dwarf2dbg.h"
3125
3126 2000-11-02 Per Lundberg <plundis@chaosdev.org>
3127
3128 * configure.in: Recognise i[3456]86-chaosdev-storm-chaos.
3129 * configure: Regenerate.
3130
3131 2000-11-01 Nick Clifton <nickc@redhat.com>
3132
3133 * read.c (original_case_string): New global variable.
3134 (read_a_source_file): Copy opcode string into
3135 original_case_string if clobbering the case of the opcode.
3136 * read.h: Export the definition of original_case_string.
3137 * config/tc-arm.c (md_assembler): When parsing a .req
3138 directive use the original opcode string, not the case
3139 clobbered version.
3140
3141 2000-11-02 Nick Clifton <nickc@redhat.com>
3142
3143 * config/tc-mn10300.c (debug_line): Remove this static
3144 variable.
3145 (md_assemble): Call dwarf2_generate_asm_lineno instead of
3146 dwarf2_where and dwarf2_gen_line_info.
3147
3148 2000-11-02 Theo Honohan <th@futuretv.com>
3149
3150 * config/tc-arm.c (do_msr): Improve error message.
3151
3152 2000-10-31 Eric Christopher <echristo@redhat.com>
3153
3154 * config/tc-mn10300.c (md_apply_fix3): Use valuep if fully resolved
3155 or pc-relative, else use fx_offset.
3156
3157 2000-10-31 Jim Wilson <wilson@redhat.com>
3158
3159 * config/tc-ia64.c (struct md): New field tag_fixups.
3160 (ia64_flush_insns): Handle tag_fixups. Error if dangling
3161 qualifying predicate.
3162 (emit_one_bundle): Delete spurious multiplication by one. Handle
3163 tag_fixups.
3164 (ia64_start_line): Error if dangling qualifying predicate.
3165 (defining_tag): New static variable.
3166 (ia64_unrecognized_line, case '['): Parse tags.
3167 (ia64_frob_label): Create tag_fixups.
3168 (md_assemble): Reset md.qp.X_op after using it.
3169
3170 2000-10-31 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3171
3172 * config/tc-sh.c (md_apply_fix [BFD_RELOC_SH_PCDISP12BY2]): Allow 4094.
3173
3174 2000-10-31 Bernd Schmidt <bernds@redhat.co.uk>
3175
3176 * config/tc-ia64.c (extra_goodness): Only prefer F in slot 1 and B in slot 2.
3177
3178 2000-10-30 Kazu Hirata <kazu@hxi.com>
3179
3180 * expr.c: Fix formatting.
3181 * flonum-copy.c: Likewise.
3182 * flonum.h: Likewise.
3183 * gasp.c: Likewise.
3184 * hash.c: Likewise.
3185
3186 2000-10-30 Hans-Peter Nilsson <hp@bitrange.com>
3187
3188 * as.h (OPTION_MD_BASE): Bump to 190.
3189 * as.c (parse_args) <std_longopts>: Add comment about the need to
3190 check OPTION_MD_BASE in as.h.
3191
3192 * config/tc-sh.c (md_apply_fix): For ELF, do not "adjust back" VAL
3193 for weak symbols.
3194
3195 2000-10-27 Nick Clifton <nickc@redhat.com>
3196
3197 * configure.in (emulations): Add m68hc12.
3198 * configure: Regenerate.
3199 * po/gas.pot: Regenerate.
3200
3201 2000-10-27 Aldy Hernandez <aldyh@redhat.com>
3202
3203 * config/tc-arm.c (psrs): Remove lowercase versions of spsr* and
3204 cpsr*.
3205 (arm_psr_parse): Handle lowercase CPSR and SPSR.
3206
3207 2000-10-25 Nick Clifton <nickc@redhat.com>
3208
3209 * dwarf2out.c (dwarf2_generate_asm_lineno): New function: Generate
3210 a DWARF2 line number information sequence.
3211
3212 *dwarf2out.h: Add prototype for dwarf2_generate_asm_lineno.
3213
3214 * read.c (generate_lineno_debug): Update comment describing why
3215 DWARF2 line number debug information is not generated
3216 automatically by this function.
3217
3218 * doc/as.texinfo: Note that --gdwarf2 only works on some targets,
3219 not all.
3220
3221 * config/tc-arm.h (md_end): Define.
3222 (DWARF2_LINE_MIN_INSN_LENGTH): Define.
3223
3224 * config/tc-arm.c (output_inst): Call dwarf2_generate_asm_lineno
3225 if generating DWARF2 line numbers.
3226 (arm_end_of_source): New function. Call dwarf2_finish if
3227 necessary.
3228
3229 * config/tc-hppa.c (md_assemble): Use dwarf2_generate_asm_lineno.
3230 * config/tc-m68hc11.c (m68hc11_new_insn): Use dwarf2_generate_asm_lineno.
3231 * config/tc-sh.c (md_assemble): Use dwarf2_generate_asm_lineno.
3232
3233 2000-10-25 Diego Novillo <dnovillo@cygnus.com>
3234
3235 * config/tc-i386.c: Fix prototype declarations for functions taking no
3236 arguments.
3237
3238 2000-10-24 Diego Novillo <dnovillo@cygnus.com>
3239
3240 * config/tc-i386.c (i386_operand_modifier): Remove.
3241 (build_displacement_string): Remove.
3242 (i386_parse_seg): Remove.
3243 (i386_intel_memory_operand): Remove.
3244 (i386_intel_operand): Re-write using recursive descent parser based
3245 on MASM documentation.
3246 (struct intel_parser_s): New structure.
3247 (intel_parser): New static variable.
3248 (struct intel_token): New structure.
3249 (cur_token, prev_token): New static variables.
3250 (T_NIL): Define.
3251 (T_CONST): Define.
3252 (T_REG): Define.
3253 (T_BYTE): Define.
3254 (T_WORD): Define.
3255 (T_DWORD): Define.
3256 (T_QWORD): Define.
3257 (T_XWORD): Define.
3258 (T_SHORT): Define.
3259 (T_OFFSET): Define.
3260 (T_PTR): Define.
3261 (T_ID): Define.
3262 (intel_match_token): New function.
3263 (intel_get_token): New function.
3264 (intel_putback_token): New function.
3265 (intel_expr): New function.
3266 (intel_e05): New function.
3267 (intel_e05_1): New function.
3268 (intel_e06): New function.
3269 (intel_e06_1): New function.
3270 (intel_e09): New function.
3271 (intel_e09_1): New function.
3272 (intel_e10): New function.
3273 (intel_e10_1): New function.
3274 (intel_e11): New function.
3275
3276 2000-10-20 Jakub Jelinek <jakub@redhat.com>
3277
3278 * config/tc-sparc.c (sparc_ip): Fix a bug which caused v9_arg_p
3279 instructions to loose any special insn->architecture mask.
3280
3281 * config/tc-sparc.c (v9a_asr_table): Add v9b ASRs.
3282 (sparc_md_end, sparc_arch_types, sparc_arch,
3283 sparc_elf_final_processing): Handle v8plusb and v9b architectures.
3284 (sparc_ip): Handle siam mode operands. Support v9b ASRs (and
3285 request v9b architecture if they are used).
3286
3287 2000-10-18 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3288
3289 * config/tc-m68k.c: Fix the previous misapplied patch.
3290
3291 2000-10-18 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3292
3293 * config/tc-m68k.h (RELAX_RELOC_*): New definitions for both
3294 BFD_ASSEMBLER and !BFD_ASSEMBLER.
3295 * config/tc-m68k.c (md_convert_frag_1): Use them instead of
3296 BFD_RELOC_*.
3297
3298 2000-10-17 Kazu Hirata <kazu@hxi.com>
3299
3300 * debug.c: Fix formatting.
3301 * depend.c: Likewise.
3302 * dwarf2dbg.c: Likewise.
3303 * dwarf2dbg.h: Likewise.
3304 * ecoff.c: Likewise.
3305 * expr.c: Likewise.
3306 * expr.h: Likewise.
3307 * flonum-konst.c: Likewise.
3308 * frags.h: Likewise.
3309
3310 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
3311
3312 * as.c: New option OPTION_TARGET_HELP. Prints all target specific
3313 options.
3314 * doc/as.texinfo: Added notes about this new option.
3315
3316 2000-10-16 Hans-Peter Nilsson <hp@bitrange.com>
3317
3318 * config/tc-sh.c (JREG): Remove.
3319 (md_convert_frag): Remove #if 0:d code using JREG.
3320
3321 2000-10-15 Diego Novillo <dnovillo@cygnus.com>
3322
3323 * config/tc-i386.c (i386_operand_modifier): Only match
3324 modifiers SHORT and FLAT if they are followed by a space.
3325 (parse_register): When `allow_naked_reg' is set, do not confuse
3326 identifiers that start with a register name with a register.
3327
3328 2000-10-12 Kazu Hirata <kazu@hxi.com>
3329
3330 * app.c: Fix formatting.
3331 * as.c: Likewise.
3332 * as.h: Likewise.
3333 * bit_fix.h: Likewise.
3334 * cgen.c: Likewise.
3335 * cgen.h: Likewise.
3336 * cond.c: Likewise.
3337
3338 2000-10-11 Alan Modra <alan@linuxcare.com.au>
3339
3340 * config/obj-elf.c (elf_frob_symbol): Revert 2000-10-07 change.
3341
3342 2000-10-07 Alan Modra <alan@linuxcare.com.au>
3343
3344 * config/tc-hppa.c (md_apply_fix): Remove plainly wrong assert.
3345 Re-arrange function a little and improve error message.
3346
3347 * write.c (write_relocs): Fix a comment.
3348
3349 * config/obj-elf.c (elf_frob_symbol): Make section syms global on
3350 link-once sections.
3351
3352 2000-10-05 Jim Wilson <wilson@cygnus.com>
3353
3354 * config/tc-ia64.c (resources_match): Handle IA64_RS_PRr.
3355
3356 2000-10-05 Alan Modra <alan@linuxcare.com.au>
3357
3358 * config/tc-i386.c: Delete some useless comments, reformat others.
3359
3360 * config/tc-i386.h (TC_FIX_ADJUSTABLE): Add check to cover
3361 non-global syms in linkonce sections.
3362
3363 2000-10-04 Ralf Baechle <ralf@gnu.org>
3364
3365 * config/tc-ia64.c (operand_match): Don't use // style comments.
3366 * config/tc-i370.c: Likewise.
3367
3368 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
3369
3370 Changes to handle varying register prefix and user symbol prefix.
3371 * config/tc-cris.c (SYNTAX_RELAX_REG_PREFIX,
3372 SYNTAX_ENFORCE_REG_PREFIX, SYNTAX_USER_SYM_LEADING_UNDERSCORE,
3373 SYNTAX_USER_SYM_NO_LEADING_UNDERSCORE, REGISTER_PREFIX_CHAR): New.
3374 (s_syntax, cris_force_reg_prefix, cris_relax_reg_prefix,
3375 cris_sym_leading_underscore, cris_sym_no_leading_underscore): New.
3376 (demand_register_prefix): New variable.
3377 (md_pseudo_table): New pseudo ".syntax".
3378 (md_longopts): New options --no-underscore and --underscore.
3379 (cris_target_format): Return elf32-us-cris or elf32-cris depending
3380 on symbols_have_leading_underscore.
3381 (get_gen_reg): Accept or require REGISTER_PREFIX_CHAR.
3382 (get_spec_reg): Ditto.
3383 (cris_number_to_imm) <case BFD_RELOC_VTABLE_ENTRY>: Remove FIXME.
3384 Fix formatting.
3385 (md_parse_option) <case 'h' 'H'>: Deprecate; add reference to
3386 --help.
3387 <case OPTION_NO_US, case OPTION_US>: New.
3388 (md_show_usage): Be brief and reformat to match continuation of
3389 --help.
3390 * po/gas.pot: Regenerate.
3391
3392 2000-09-28 Alan Modra <alan@linuxcare.com.au>
3393
3394 * config/tc-hppa.c (hppa_force_relocation): If OBJ_SOM, don't
3395 force relocs for 12 bit branches.
3396 (md_apply_fix): Similarly, adjust logic here.
3397
3398 2000-09-28 Alan Modra <alan@linuxcare.com.au>
3399
3400 * config/tc-hppa.c (md_apply_fix): Add fmt assertion. Don't
3401 adjust for external and weak syms as we will use a reloc. Allow
3402 for +8 offset when calculating limits of branches.
3403 (hppa_fix_adjustable): Undo 2000-09-23 change.
3404 (hppa_force_relocation): Likewise. Add fx_addsy assertion.
3405 Correct distance calculation.
3406 (tc_gen_reloc): Print the file name and line number if we can't
3407 handle a fixup.
3408
3409 From John David Anglin <dave@hiauly1.hia.nrc.ca>
3410 * config/tc-hppa.c (nonzero_dibits): Define.
3411 (arg_reloc_stub_needed): Check each arg and return value
3412 separately for zero case.
3413 (pa_align): Declare argument `bytes'.
3414
3415 2000-09-25 Kazu Hirata <kazu@hxi.com>
3416
3417 * config/tc-cris.c: Fix formatting.
3418 * config/tc-d10v.h: Likewise.
3419 * config/tc-d30v.c: Likewise.
3420 * config/tc-d30v.h: Likewise.
3421 * config/tc-fr30.c: Likewise.
3422 * config/tc-fr30.h: Likewise.
3423 * config/tc-m68k.c: Likewise.
3424 * config/tc-m68k.h: Likewise.
3425 * config/tc-pj.h: Likewise.
3426 * config/tc-ppc.c: Likewise.
3427 * config/tc-ppc.h: Likewise.
3428 * config/tc-sh.c: Likewise.
3429 * config/tc-sh.h: Likewise.
3430 * config/tc-sparc.c: Likewise.
3431 * config/tc-v850.h: Likewise.
3432 * config/tc-vax.h: Likewise.
3433 * config/tc-w65.h: Likewise.
3434 * config/tc-z8k.h: Likewise.
3435
3436 2000-09-23 Alan Modra <alan@linuxcare.com.au>
3437
3438 * config/tc-hppa.c (hppa_fix_adjustable): Do the external and weak
3439 checks only for ELF.
3440 (hppa_force_relocation): Likewise.
3441
3442 2000-09-22 Jim Wilson <wilson@cygnus.com>
3443
3444 * config/tc-ia64.c (dv_sem): Add "stop".
3445 (specify_resource, case IA64_RS_PR): Only handles regs 1 to 15 now.
3446 (specify_resource, case IA64_RS_PRr): New for regs 16 to 62.
3447 (specify_resource, case IA64_RS_PR63): Reorder (note == 7) test to
3448 match above.
3449 (mark_resources): Check IA64_RS_PRr.
3450
3451 2000-09-22 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3452
3453 * config/tc-m68k.c (md_relax_table, m68k_ip, md_convert_frag_1,
3454 md_estimate_size_before_relax): Redesign and clean up the
3455 relaxation mechanism.
3456
3457 2000-09-21 Kazu Hirata <kazu@hxi.com>
3458
3459 * config/tc-ns32k.c: Fix formatting.
3460 * config/tc-ns32k.h: Likewise.
3461
3462 2000-09-20 Kazu Hirata <kazu@hxi.com>
3463
3464 * config/tc-m32r.c: Fix formatting.
3465 * config/tc-m32r.h: Likewise.
3466 * config/tc-m68851.h: Likewise.
3467 * config/tc-m68hc11.c: Likewise.
3468 * config/tc-m68hc11.h: Likewise.
3469 * config/tc-m88k.c: Likewise.
3470 * config/tc-mcore.c: Likewise.
3471 * config/tc-mcore.h: Likewise.
3472 * config/tc-mips.c: Likewise.
3473 * config/tc-mips.h: Likewise.
3474 * config/tc-mn10200.h: Likewise.
3475 * config/tc-mn10300.h: Likewise.
3476 * config/tc-tahoe.c: Likewise.
3477 * config/tc-tahoe.h: Likewise.
3478
3479 2000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3480
3481 * config/tc-vax.c (synthetic_votstrs): Remove jbssi and jbcci.
3482 Likewise in relaxation description comments.
3483
3484 2000-09-18 Alan Modra <alan@linuxcare.com.au>
3485
3486 * config/tc-hppa.h (TC_FORCE_RELOCATION_SECTION): Allow
3487 subtraction of two syms without emitting a relocation.
3488
3489 From David Huggins-Daines <dhd@linuxcare.com>
3490 * config/tc-hppa.c (hppa_force_relocation): Force relocations for
3491 global or weak symbols.
3492
3493 2000-09-15 Kazu Hirata <kazu@hxi.com>
3494
3495 * config/tc-h8300.h: Fix formatting.
3496 * config/tc-h8500.c: Likewise.
3497 * config/tc-h8500.h: Likewise.
3498 * config/tc-hppa.h: Likewise.
3499 * config/tc-i370.h: Likewise.
3500 * config/tc-i386.h: Likewise.
3501 * config/tc-i860.c: Likewise.
3502 * config/tc-i860.h: Likewise.
3503 * config/tc-i960.h: Likewise.
3504 * config/tc-ia64.c: Likewise.
3505 * config/tc-ia64.h: Likewise.
3506
3507 2000-09-14 Kazu Hirata <kazu@hxi.com>
3508
3509 * config/tc-a29k.c: Fix formatting.
3510 * config/tc-alpha.c: Likewise.
3511 * config/tc-arc.c: Likewise.
3512 * config/tc-arc.h: Likewise.
3513 * config/tc-arm.c: Likewise.
3514 * config/tc-arm.h: Likewise.
3515 * config/tc-avr.c: Likewise.
3516 * config/tc-avr.h: Likewise.
3517 * config/tc-tic30.c: Likewise.
3518 * config/tc-tic30.h: Likewise.
3519 * config/tc-tic54x.c: Likewise.
3520 * config/tc-tic54x.h: Likewise.
3521 * config/tc-tic80.c: Likewise.
3522 * config/tc-tic80.h: Likewise.
3523
3524 2000-09-14 Timothy Wall <twall@cygnus.com>
3525
3526 * config/tc-ia64.c (specify_resource): For PR%/PR63, note types of
3527 parallel comparisons for later use.
3528 (struct rsrc): Add parallel comparison type.
3529 (resources_match): Skip special cases of PR usage (non-conflicting
3530 parallel compares).
3531
3532 2000-09-13 Kazu Hirata <kazu@hxi.com>
3533
3534 * config/obj-ecoff.c: Fix formatting.
3535 * config/obj-elf.c: Likewise.
3536 * config/obj-elf.h: Likewise.
3537 * config/obj-evax.h: Likewise.
3538 * config/obj-generic.h: Likewise.
3539 * config/obj-hp300.c: Likewise.
3540 * config/obj-hp300.h: Likewise.
3541 * config/obj-ieee.h: Likewise.
3542 * config/obj-vms.c: Likewise.
3543 * config/obj-vms.h: Likewise.
3544
3545 2000-09-13 Anders Norlander <anorland@acc.umu.se>
3546
3547 * config/tc-mips.c (md_begin): Recognize 4Kc, 4Km and 4Kp processors.
3548 (md_parse_option): Ditto.
3549 (md_longopts): Add -mips32 option.
3550 (md_show_usage): Document new options.
3551 (mips_ip): Assemble sdbbp 20 bit 'm' args for MIPS32.
3552 (mips_ip): Assemble mfc0 with a sub-selection code.
3553 (validate_mips_insn): Handle 'H' (OP_*_SEL) and 'm' (OP_*_CODE20).
3554 (mips_cpu_to_str): New function.
3555 (mips_ip): Use mips_cpu_to_str instead of printing numeric cpu value.
3556 Use CPU_* defines instead of hardcoded numbers.
3557
3558 * doc/as.texinfo: Document new options.
3559 * doc/c-mips.texi: Ditto.
3560
3561 2000-09-12 Kazu Hirata <kazu@hxi.com>
3562
3563 * as.h: Fix formatting.
3564 * asintl.h: Likewise.
3565 * bit_fix.h: Likewise.
3566 * config/obj-aout.c: Likewise.
3567 * config/obj-aout.h: Likewise.
3568 * config/obj-bout.c: Likewise.
3569 * config/obj-bout.h: Likewise.
3570 * config/obj-coff.c: Likewise.
3571 * config/obj-coff.h: Likewise.
3572 * dwarf2dbg.h: Likewise.
3573 * expr.h: Likewise.
3574 * flonum.h: Likewise.
3575 * frags.h: Likewise.
3576 * itbl-ops.h: Likewise.
3577 * macro.h: Likewise.
3578 * read.h: Likewise.
3579 * sb.h: Likewise.
3580 * struc-symbol.h: Likewise.
3581 * subsegs.h: Likewise.
3582 * symbols.h: Likewise.
3583 * tc.h: Likewise.
3584 * write.h: Likewise.
3585
3586 2000-09-11 Kazu Hirata <kazu@hxi.com>
3587
3588 * bignum-copy.c: Fix formatting.
3589 * config/tc-i370.c: Likewise.
3590 * config/tc-i960.c: Likewise.
3591 * config/tc-m68k.c: Likewise.
3592 * ehopt.c: Likewise.
3593 * flonum-copy.c: Likewise.
3594 * flonum-konst.c: Likewise.
3595 * flonum-mult.c: Likewise.
3596 * literal.c: Likewise.
3597 * read.c: Likewise.
3598 * sb.c: Likewise.
3599 * stabs.c: Likewise.
3600 * subsegs.c: Likewise.
3601
3602 2000-09-09 Philip Blundell <philb@gnu.org>
3603
3604 * configure.in (arm*-*-uclinux*): New target.
3605 * configure: Regenerate.
3606
3607 2000-09-09 Kazu Hirata <kazu@hxi.com>
3608
3609 * input-file.c: Fix formatting.
3610 * itbl-ops.c: Likewise.
3611 * messages.c: Likewise.
3612
3613 2000-09-08 Philip Blundell <philb@gnu.org>
3614
3615 * config/tc-arm.c (md_apply_fix3): Correct handling of ADRL when
3616 offset is negative.
3617
3618 2000-09-07 H.J. Lu <hjl@gnu.org>
3619
3620 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3621 * configure: Rebuild.
3622
3623 2000-09-07 Kazu Hirata <kazu@hxi.com>
3624
3625 * atof-generic.c: Fix formatting.
3626 * config/tc-mips.c: Likewise.
3627 * config/tc-vax.c: Likewise.
3628 * input-scrub.c: Likewise.
3629
3630 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
3631
3632 * config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.
3633 * configure.in (sh-*-linux*): Added.
3634 * configure: Rebuilt.
3635
3636 2000-09-06 Kazu Hirata <kazu@hxi.com>
3637
3638 * config/tc-hppa.c: Fix formatting.
3639
3640 * ecoff.c: Fix formatting.
3641
3642 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3643
3644 * configure: Rebuilt with new libtool.m4.
3645
3646 2000-09-05 Kazu Hirata <kazu@hxi.com>
3647
3648 * cgen.c: Fix formatting.
3649 * config/tc-ia64.c: Likewise.
3650
3651 2000-09-05 Nick Clifton <nickc@redhat.com>
3652
3653 * aclocal.m4: Regenerate.
3654 * config.in: Regenerate.
3655 * configure: Regenerate.
3656 * po/gas.pot: Regenerate.
3657
3658 2000-09-05 Hans-Peter Nilsson <hp@axis.com>
3659
3660 * config/tc-cris.c: Correct comment typos.
3661
3662 2000-09-05 Eric Christopher <echristo@cygnus.com>
3663
3664 * config/tc-mn10300.c: Cleanup.
3665 (md_pcrel_from): Enable.
3666
3667 2000-09-05 Alan Modra <alan@linuxcare.com.au>
3668
3669 * expr.c (operand): Fix a comment typo.
3670 * write.c (write_relocs): Fix a signed/unsigned warning.
3671
3672 * config/tc-hppa.c (fudge_reg_expressions): New
3673 (hppa_force_reg_syms_absolute): New.
3674 (pa_equ): Allow reg_section expressions.
3675 * config/tc-hppa.c (md_optimize_expr): Define.
3676 (hppa_force_reg_syms_absolute): Prototype.
3677
3678 * config/tc-hppa.c (pa_11_fp_reg_struct): Delete.
3679 (pa_parse_number): Pass in arg to select fp reg parsing.
3680 Return 1 to indicate format checks pass. If strict, then only
3681 accept a register or register symbol. Return value in...
3682 (pa_number): New static for pa_parse_number.
3683 (FP_REG_BASE): Define.
3684 (FP_REG_RSEL): Define.
3685 (pre_defined_registers): Apply FP_REG_BASE and FP_REG_RSEL as
3686 appropriate. White space changes.
3687 (need_pa11_opcode): Don't bother passing any params, get them from
3688 globals instead.
3689 (pa_ip): Modify all calls to pa_parse_number and need_pa11_opcode.
3690 Remove extraneous check in case 'Q'.
3691 (pa_equ): Modify call to pa_parse_number to do strict parsing. If
3692 reg, set section of resulting symbol to reg_section.
3693 (pa_parse_space_stmt): Modify call to pa_parse_number.
3694 (pa_space): Likewise.
3695
3696 * config/tc-hppa.c: (md_apply_fix): Handle vtable relocs.
3697 (hppa_force_relocation): Handle vtable relocs.
3698 (pa_vtable_entry): New.
3699 (pa_vtable_inherit): New.
3700 (md_pseudo_table): Add entries for vtable pseudos.
3701 (hppa_fix_adjustable): Reject reduction of R_PARISC_GNU_VTINHERIT
3702 and R_PARISC_GNU_VTENTRY relocs. Reject reduction of relocs
3703 against weak syms.
3704 (tc_gen_reloc): Remove ELF_ARG_RELOC_INSN code.
3705 (pa_type_args): Don't call symbol_get_bfdsym multiple times.
3706 Set STT_PARISC_MILLICODE for OBJ_ELF when encountering a
3707 millicode import.
3708 * config/obj-elf.c (obj_elf_type): Allow md_elf_symbol_type to
3709 specify a symbol type.
3710
3711 * config/tc-hppa.h: Reorganize file a little, grouping OBJ_ELF
3712 dependent things together.
3713 (md_elf_symbol_type): Define.
3714
3715 * config/tc-hppa.c (fix_new_hppa): Elide "$PIC_pcrel$0" pseudo
3716 symbol.
3717 * config/tc-hppa.h (tc_frob_symbol): Elide "$PIC_pcrel$0" here too.
3718
3719 * config/obj-elf.h (obj_elf_vtable_inherit): Declare.
3720 (obj_elf_vtable_entry): Declare.
3721
3722 * config/obj-elf.c (obj_elf_vtable_inherit): Return struct fix *
3723 and export function.
3724 (obj_elf_vtable_entry): Similarly.
3725 (elf_pseudo_table): Fix the damage with a cast.
3726
3727 2000-09-03 Richard Henderson <rth@cygnus.com>
3728
3729 * config/tc-ia64.c (emit_one_bundle): Stop collecting insns
3730 for template selection when a label is needed.
3731
3732 2000-09-02 Kazu Hirata <kazu@hxi.com>
3733
3734 * config/tc-ia64.c: Fix formatting.
3735
3736 2000-09-02 Nick Clifton <nickc@redhat.com>
3737
3738 * configure.in: Increase version number to 2.10.91.
3739 * configure: Regenerate.
3740 * aclocal.m4: Regenerate.
3741 * config.in: Regenerate.
3742 * po/gas.pot: Regenerate.
3743 * Makefile.in: Regenerate.
3744
3745 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
3746
3747 * config/tc-sh.h [OBJ_ELF] (TC_FIX_ADJUSTABLE): Define.
3748 * config/tc-sh.c (md_apply_fix): Map 32-bit relocations that
3749 become PC-relative to BFD_RELOC_32_PCREL. Reject 16- or 8-bit
3750 similar relocs.
3751 (sh_obj_adjustable): Return 1 for PC-relative offsets used in
3752 branches.
3753
3754 2000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
3755
3756 * config/tc-sh.h (DIFF_EXPR_OK, GLOBAL_OFFSET_TABLE_NAME,
3757 TC_RELOC_GLOBAL_OFFSET_TABLE, TC_RELOC_RTSYM_LOC_FIXUP): Define.
3758 * config/tc-sh.c (sh_elf_cons, sh_elf_suffix): New functions.
3759 [OBJ_ELF] (md_pseudo_table) <long, int, word, short>: Use them.
3760 (GOT_symbol): New variable.
3761 (md_undefined_symbol): Set it.
3762
3763 2000-09-01 Richard Henderson <rth@cygnus.com>
3764
3765 * config/tc-ia64.c (match): Don't inline.
3766 (extra_goodness): New.
3767 (md_begin): Prefer nop.f and nop.b for best_template.
3768
3769 2000-08-31 Kazu Hirata <kazu@hxi.com>
3770
3771 * as.c: Fix formatting.
3772 * cond.c: Likewise.
3773 * frags.c: Likewise.
3774 * macro.c: Likewise.
3775
3776 2000-08-31 Eric Christopher <echristo@cygnus.com>
3777
3778 * config/tc-mn10300.c: Cleanup and fix warnings.
3779 (md_pseudo_table): Add initializers.
3780 (md_show_usage): Cleanup.
3781 (md_parse_option): Fix warnings.
3782 (md_undefined_symbol): Fix warnings.
3783 (md_conver_frag): Fix warnings.
3784 (tc_gen_reloc): Fix warnings.
3785 (md_apply_fix3): Fix warnings.
3786 (check_operand): Fix warnings.
3787
3788 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
3789
3790 * acinclude.m4: Include libtool and gettext macros from the
3791 top level.
3792 * aclocal.m4, configure: Rebuilt.
3793
3794 2000-08-30 Mark Hatle <mhatle@mvista.com>
3795
3796 * config/tc-ppc.c (md_parse_option): Recognize -m405.
3797
3798 2000-08-31 Kazu Hirata <kazu@hxi.com>
3799
3800 * listing.c: Fix formatting.
3801
3802 2000-08-29 Kazu Hirata <kazu@hxi.com>
3803
3804 * app.c: Fix a comment typo. Fix formatting.
3805
3806 2000-08-25 J. David Anglin <dave@hiauly1.hia.nrc.ca>
3807
3808 * config/tc-vax.c (md_convert_frag): Correctly calculate the pc relative
3809 offset of the target destination for jmp instructions.
3810 (md_assemble): Change mode to VAX_ABSOLUTE_MODE as per comments.
3811
3812 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
3813
3814 * NEWS: Mention support for CRIS.
3815
3816 Thu Aug 24 20:41:05 2000 Denis Chertykov <denisc@overta.ru>
3817
3818 * config/tc-avr.h (TC_IMPLICIT_LCOMM_ALIGNMENT): New macros.
3819 Sets `.lcomm' alignment to zero.
3820
3821 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
3822
3823 * config/tc-i386.h (OBJ_MAYBE_ELF, OBJ_MAYBE_COFF,
3824 TC_FIX_ADJUSTABLE): Define.
3825
3826 2000-08-23 Jim Wilson <wilson@cygnus.com>
3827
3828 * config/tc-ia64.c (output_unw_records): Set U & E flags only if
3829 unwind.personality_routine is set.
3830
3831 2000-08-23 H.J. Lu <hjl@gnu.org>
3832
3833 * write.c (TC_FIX_ADJUSTABLE): Remove the duplicate.
3834
3835 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
3836
3837 * config/tc-i386.h (TC_FIX_ADJUSTABLE): Do *NOT* define if target
3838 environment is pe.
3839
3840 2000-08-22 H.J. Lu <hjl@gnu.org>
3841
3842 * config.in (STRICTCOFF): New for strict COFF.
3843
3844 * configure.in: Define STRICTCOFF for i386-*-msdosdjgpp*,
3845 i386-*-go32* and i386-go32-rtems*.
3846 * configure: Rebuilt.
3847
3848 * config/obj-coff.c (obj_coff_endef): Follow the historical
3849 behavior if STRICTCOFF is not defined.
3850
3851 * doc/internals.texi: Document STRICTCOFF.
3852
3853 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
3854
3855 * write.c (TC_FIX_ADJUSTABLE): Define to 1, if not defined.
3856 (fixup_segment) Use it instead of TC_DONT_FIX_NON_ADJUSTABLE.
3857 * config/tc-i386.h (TC_DONT_FIX_NON_ADJUSTABLE): Remove.
3858 <OBJ_ELF, OBJ_COFF, TE_PE> (TC_FIX_ADJUSTABLE): Define.
3859 * config/tc-arm.h (TC_DONT_FIX_NON_ADJUSTABLE): Remove.
3860 <OBJ_ELF> (TC_FIX_ADJUSTABLE): Define.
3861 * config/tc-i960.h, config/tc-m68k.h, config/tc-v850.h:
3862 Likewise.
3863
3864 2000-08-22 Eric Christopher <echristo@cygnus.com>
3865
3866 * config/tc-mn10300.c: (md_apply_fix): New function.
3867 (mn10300_force_relocation): New function.
3868 (mn10300_fix_adjustable): New function.
3869
3870 * config/tc-mn10300.h: (TC_FORCE_RELOCATION): Define.
3871 (TC_HANDLES_FX_DONE): Define.
3872 (obj_fix_adjustable): Define.
3873 (MD_APPLY_FIX3): Define.
3874 (TC_LINKRELAX_FIXUP): Define.
3875
3876 * write.c: (TC_LINKRELAX_FIXUP): Define if not
3877 previously defined.
3878 (fixup_segment): Use TC_LINKRELAX_FIXUP.
3879
3880 * doc/internals.texi: Document TC_LINKRELAX_FIXUP.
3881
3882 2000-08-21 Jason Eckhardt <jle@cygnus.com>
3883
3884 * config/tc-i860.c (md_apply_fix3): Do not insert the immediate
3885 if the fixup resulted in a relocation.
3886
3887 2000-08-18 Nick Clifton <nickc@redhat.com>
3888
3889 * config/tc-arm.c (decode_shift): Replace as_tsktsk with as_warn.
3890 Make reference to first element of shift_names explicit.
3891
3892 2000-08-18 Alexandre Oliva <aoliva@redhat.com>
3893
3894 * write.c (fixup_segment) [TC_DONT_FIX_NON_ADJUSTABLE]: Use
3895 obj_fix_adjustable() and tc_fix_adjustable() to tell whether to
3896 add a symbol's address. Removed all target-specific #ifdefs that
3897 used to accomplished the same.
3898 * config/tc-v850.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3899 * config/tc-m68k.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3900 * config/tc-arm.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3901 * config/tc-i960.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3902 * config/tc-i386.h (TC_DONT_FIX_NON_ADJUSTABLE): Define.
3903
3904 2000-08-17 Kazu Hirata <kazu@hxi.com>
3905
3906 * dwarf2dbg.c: Fix formatting.
3907
3908 2000-08-17 Nick Clifton <nickc@redhat.com>
3909
3910 * config/tc-arm.c (decode_shift): Allow illegal shifts by zero
3911 to be recoded as logical shift lefts by zero.
3912
3913 2000-08-16 Jim Wilson <wilson@cygnus.com>
3914
3915 * config/tc-ia64.c (specify_resource, case IA64_RS_GR): Handle
3916 postincrement modified registers. Handle IA64_OPND_R3_2 addl
3917 source registers.
3918 (note_register_values): Handle IA64_OPND_R3_2 operands.
3919
3920 2000-08-16 Jason Eckhardt <jle@cygnus.com>
3921
3922 * config/tc-i860.c (md_operand): Silly typo fixed.
3923
3924 2000-08-16 Nick Clifton <nickc@redhat.com>
3925
3926 * config/tc-arm.c (struct asm_shift): Delete.
3927 (shift[]): Delete.
3928 (enum asm_shift_index): New.
3929 (struct asm_shift_properties): New.
3930 (struct asm_shift_name): New.
3931 (shift_properties[]); New.
3932 (shift_names[]); New.
3933
3934 (decode_shift): Use new structures.
3935 Issue a warning is "ROR #0" is used.
3936 Issue a warning if "ASR #0" or "LSR #0" is used.
3937
3938 (md_begin): Initialise arm_shift_hsh table from new
3939 asm_shift_name array.
3940
3941 2000-08-16 Jakub Jelinek <jakub@redhat.com>
3942
3943 * config/tc-sparc.c: Kill all warnings.
3944 (md_parse_option): Set -32/-64 for -xarch=, allow all -A archs
3945 in -xarch= as well.
3946 (md_show_usage): Update usage text.
3947
3948 2000-08-16 Nick Clifton <nickc@redhat.com>
3949
3950 * config/tc-arm.c (do_bx): Warn about "bx px" not being very
3951 useful.
3952
3953 2000-08-15 Will Cohen <wcohen@redhat.com>
3954
3955 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Defined.
3956
3957 * config/tc-sh.c (md_assemble): Changed so debug_type
3958 test performed for ppi_assemble
3959 * config/tc-sh.c: Included dwarf2dbg.h.
3960 (debug_line): Defined.
3961 (md_assemble): Generates dwarf2 line info.
3962 (sh_finalize): New function. Finalize dwarf2 info.
3963 (assemble_ppi): Returns size of code generated.
3964 (build_Mytes): Returns size of code generated.
3965 (md_pseudo_table): Added "file" and "loc" psuedo ops.
3966 * config/tc-sh.h (md_end): Defined.
3967 (sh_finalize): Declared.
3968
3969 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
3970
3971 * config/tc-sh.c (md_apply_fix) [BFD_RELOC_32, BFD_RELOC_16]: Use
3972 md_number_to_chars.
3973
3974 2000-08-14 Nick Clifton <nickc@redhat.com>
3975
3976 * config/tc-arm.c (do_bx): Allow "bx pc".
3977
3978 2000-08-14 Jim Wilson <wilson@cygnus.com>
3979
3980 * config/tc-ia64.c (md_longopts): Add -mconstant-gp and -mauto-pic.
3981 (md_parse_option): Add OPTION_MCONSTANT_GP and OPTION_MAUTO_PIC.
3982 (md_begin): Change assignment to md.flag to OR in the new bit.
3983
3984 2000-08-14 Mark Elbrecht <snowball3@bigfoot.com>
3985
3986 * config/obj-coff.c (obj_coff_endef) [BFD_ASSEMBLER]: Set the debug
3987 flag for storage types C_ARG, C_REGPARM, C_FIELD, C_MOS, C_MOE,
3988 C_MOU, and C_EOS.
3989
3990 2000-08-14 Jason Eckhardt <jle@cygnus.com>
3991
3992 * NEWS: Mention i860 support.
3993
3994 Mon Aug 14 11:49:12 2000 Jeffrey A Law (law@cygnus.com)
3995
3996 * config/tc-mn10300.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
3997
3998 2000-08-14 Andreas Schwab <schwab@suse.de>
3999
4000 * doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo.
4001
4002 2000-08-11 Andreas Schwab <schwab@suse.de>
4003
4004 * doc/c-i860.texi (Opcodes for i860): Remove braces from @item
4005 argument.
4006
4007 2000-08-11 Kazu Hirata <kazu@hxi.com>
4008
4009 * expr.c: Fix formatting.
4010 * config/obj-bout.c: Likewise.
4011
4012 2000-08-10 Jason Eckhardt <jle@cygnus.com>
4013
4014 * doc/c-i860.texi: Flesh out the i860 section more.
4015
4016 2000-08-10 Kazu Hirata <kazu@hxi.com>
4017
4018 * symbols.c: Fix formatting.
4019 * expr.c: Likewise.
4020
4021 Wed Aug 9 16:28:21 EDT 2000 Diego Novillo <dnovillo@cygnus.com>
4022
4023 * config/tc-i386.c (md_assemble): Skip suffix check if the opcode
4024 modifier has the IgnoreSize bit set.
4025
4026 2000-08-09 Alan Modra <alan@linuxcare.com.au>
4027
4028 From Rodney Brown <RodneyBrown@mynd.com>
4029 * configure.in: Use elf on Unixware 7 (i586-sco-sysv5uw7.1.0)
4030 * configure: Regenerate.
4031
4032 2000-08-09 Kazu Hirata <kazu@hxi.com>
4033
4034 * hash.c: Fix formatting.
4035 * gasp.c: Likewise.
4036
4037 2000-08-08 Jason Eckhardt <jle@cygnus.com>
4038
4039 * config/tc-i860.h: Rework completely for BFD_ASSEMBLER.
4040 (i860_fix_info): New enum.
4041 (MD_APPLY_FIX3): Define.
4042 (WORKING_DOT_WORD): Define.
4043 (TC_HANDLES_FX_DONE): Define.
4044 (DIFF_EXPR_OK): Define.
4045 (LISTING_HEADER): Define.
4046 (TARGET_FORMAT): Select target format based on endian flag.
4047 (TARGET_BYTES_BIG_ENDIAN): Default to little endian.
4048 (target_big_endian): Add external declaration.
4049
4050 * config/tc-i860.c: All existing code reworked completely. Other
4051 new code shown below.
4052 (SYNTAX_SVR4): Define.
4053 (target_warn_expand): New variable.
4054 (md_shortopts): Declare and define (-Qy, -Qn, and -V options).
4055 (md_longopts): Declare and define with new options (-EL, -EB,
4056 and -mwarn-expand).
4057 (md_show_usage): New function.
4058 (md_operand): New function.
4059 (obtain_reloc_for_imm16): New function.
4060 (md_apply_fix3): New function.
4061 (tc_gen_reloc): New function.
4062
4063 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4064
4065 * config/tc-m68hc11.c (build_jump_insn): Make sure the
4066 2 bytes of the jump address are in the same frag.
4067 (find): Accept 68hc12 register indirect modes.
4068
4069 * NEWS: Mention 68HC11 & 68HC12 support.
4070
4071 2000-08-07 Richard Henderson <rth@cygnus.com>
4072
4073 * config/tc-ia64.c (unwind): Add prologue_mask member.
4074 (dot_vframe): Elide psp_gr record if it overlaps prologue_gr.
4075 (dot_save): Likewise for pfs_gr, rp_gr, and preds_gr.
4076 (dot_body): Clear unwind.prologue_mask.
4077 (dot_prologue): Set it. Accept a register second argument.
4078
4079 2000-08-07 Kazu Hirata <kazu@hxi.com>
4080
4081 * config/atof-ieee.c: Fix formatting.
4082 * config/atof-tahoe.c: Likewise.
4083
4084 2000-08-06 Nick Clifton <nickc@cygnus.com>
4085
4086 * config/tc-sparc.c (md_begin): Fix typo in recent formatting
4087 work.
4088
4089 * doc/as.texinfo (Pseudo Ops): Update to include descriptions
4090 of .popsection, .previous, .pushsection, .subsection,
4091 .version, .vtable_entry, .vtable_inherit and .weak.
4092
4093 2000-08-05 Kazu Hirata <kazu@hxi.com>
4094
4095 * config/tc-cris.c: Fix formatting.
4096 * config/tc-i386.c: Likewise.
4097 * config/tc-sparc.c (sparc_ip): Simplify the code.
4098
4099 2000-08-04 Kazu Hirata <kazu@hxi.com>
4100
4101 * config/tc-cris.c: Rearrange code for readability.
4102 * config/tc-d10v.c: Fix formatting.
4103 * config/tc-m32r.c: Likewise.
4104 * config/tc-sparc.c: Likewise.
4105
4106 2000-08-02 Jim Wilson <wilson@cygnus.com>
4107
4108 * config/tc-ia64.c (emit_one_bundle): Call ia64_free_opcode
4109 before ia64_find_opcode.
4110 (md_assemble): Likewise.
4111
4112 2000-08-01 Nick Clifton <nickc@cygnus.com>
4113
4114 * config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag.
4115 Undo some formatting fixes.
4116
4117 2000-08-01 Kazu Hirata <kazu@hxi.com>
4118
4119 * config/obj-som.c: Fix formatting.
4120 * config/obj-ieee.c: Likewise.
4121 * config/tc-arm.c: Likewise.
4122 * config/tc-v850.c: Likewise.
4123
4124 2000-08-01 Nick Clifton <nickc@redhat.com>
4125
4126 * doc/c-m68k.texi (section M680x0 Options): Turn into a table
4127 index by command line option.
4128
4129 2000-08-01 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4130
4131 * doc/c-m68k.texi (@cindex @samp{--pcrel}): Rewrite option description.
4132 (@node M68K-Branch): Rewrite to match the reality.
4133
4134 2000-07-31 Jason Eckhardt <jle@cygnus.com>
4135
4136 * doc/c-i860.texi: New file.
4137 * doc/Makefile.am (CPU_DOCS): Add c-i860.texi.
4138 * doc/Makefile.in: Regenerate.
4139 * doc/all.texi: Add I860 as relevant architecture.
4140 * doc/as.texinfo: Include i860 dependent file c-i860.texi.
4141
4142 2000-07-31 Kazu Hirata <kazu@hxi.com>
4143
4144 * config/tc-d30v.c: Fix formatting.
4145
4146 2000-07-31 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4147
4148 * config/tc-m68k.c (flag_keep_pcrel, OPTION_PCREL): Add --pcrel option.
4149 (md_convert_frag_1, md_estimate_size_before_relax): When making DBcc
4150 long emit a long branch if available instead of an absolute jump, never
4151 emit absolute jumps for anything with --pcrel.
4152
4153 * doc/c-m68k.texi: Document new command line option.
4154
4155 2000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
4156
4157 * config/tc-avr.c: Use PARAMS macro in function declarations.
4158 Don't declare md_pcrel_from_section (already in tc-avr.h).
4159 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.
4160 (avr_operand): Don't set (unsigned) op_mask to -1.
4161
4162 2000-07-28 Jason Eckhardt <jle@cygnus.com>
4163
4164 * configure.in: Add bits for i860-stardent-{sysv4, elf}*.
4165 * configure: Regenerated.
4166 * config/obj-elf.c (obj_elf_type): Recognize a fifth type
4167 of operand to the .type directive (.e.g, "type").
4168
4169 2000-07-28 Alan Modra <alan@linuxcare.com.au>
4170
4171 * as.h (warn_comment, found_comment, found_comment_file): Declare.
4172 * app.c (do_scrub_chars): Record where first comment found.
4173 * read.c (read_a_source_file): Init found_comment on entry, and
4174 notify whether comments found on exit.
4175 * config/tc-hppa.c (md_shortopts): Add "c".
4176 (md_longopts): Add warn-comment.
4177 (md_parse_option): Handle it.
4178 (md_show_usage): Show available options.
4179 * config/tc-hppa.h (WARN_COMMENTS): Define if TE_LINUX
4180
4181 Thu Jul 27 11:25:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
4182
4183 * config/tc-mn10300.c (md_convert_frag): Fix printfs.
4184 (tc_gen_reloc): Add cast when assigning bfd_abs_symbol to
4185 sym_ptr_ptr
4186 (md_estimate_size_before_relax): Don't fall off end of function.
4187
4188 2000-07-27 Kazu Hirata <kazu@hxi.com>
4189
4190 * config/tc-avr.c: Fix formatting.
4191 * config/tc-ns32k.c: Likewise.
4192
4193 2000-07-27 Alan Modra <alan@linuxcare.com.au>
4194
4195 * config/tc-d10v.c (find_opcode): Remove extraneous `='.
4196
4197 2000-07-27 Kazu Hirata <kazu@hxi.com>
4198
4199 * config/tc-d10v.c: Fix formatting.
4200 * config/tc-z8k.c: Likewise.
4201 * config/tc-sparc.c: Likewise.
4202
4203 2000-07-26 Dave Brolley <brolley@redhat.com>
4204
4205 * cgen.c (queue_fixup): Declare opinfo.
4206 (gas_cgen_parse_operand): Mark unused parameters with ATTRIBUTE_UNUSED.
4207 (gas_cgen_md_operand): Ditto.
4208 (gas_cgen_md_apply_fix3): Ditto.
4209
4210 2000-07-24 Mark Elbrecht <snowball3@bigfoot.com>
4211
4212 * config/obj-coff.c (obj_frob_symbol): Don't merge
4213 labels. Don't merge if the symbol isn't constant. Return
4214 immediately if a symbol is merged.
4215
4216 2000-07-22 Alan Modra <alan@linuxcare.com.au>
4217
4218 * frags.c (frag_align): Correct absolute section alignment.
4219
4220 2000-07-20 DJ Delorie <dj@redhat.com>
4221
4222 * config/obj-coff.c (obj_frob_symbol): revert previous change,
4223 it breaks linking against DLLs.
4224
4225 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
4226
4227 * configure.in: Add CRIS support.
4228 * configure: Regenerate.
4229 * Makefile.am: (CPU_TYPES): Add cris.
4230 (CPU_OBJ_VALID) [aout]: Add cris.
4231 (MULTI_CPU_TYPES): Add cris.
4232 (MULTI_CPU_OBJ_VALID) [aout]: Add cris.
4233 [coff]: Only i386 and mips are valid.
4234 (TARGET_CPU_CFILES): Add config/tc-cris.c.
4235 (TARGET_CPU_HFILES): Add config/tc-cris.h.
4236 (MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c.
4237 Regenerate dependencies.
4238 * Makefile.in: Regenerate.
4239 * aclocal.m4: Regenerate.
4240 * as.c: Declare crisaout, criself.
4241 * config/tc-cris.h, config/tc-cris.c: New.
4242 * config/e-criself.c, config/e-crisaout.c: New.
4243 * po/POTFILES.in, po/gas.pot: Regenerate.
4244
4245 2000-07-20 Kazu Hirata <kazu@hxi.com>
4246
4247 * read.c: Fix formatting.
4248 * write.c: Fix formatting.
4249
4250 2000-07-19 H.J. Lu <hjl@gnu.org>
4251
4252 * sb.c: Include <stdlib.h> if exists for abort ().
4253
4254 2000-07-19 Alan Modra <alan@linuxcare.com.au>
4255
4256 * config/tc-hppa.c (hppa_fix_adjustable): Correct LR%/RR% comment.
4257 (arg_reloc_stub_needed): #ifdef OBJ_SOM, not #ifdef SOM.
4258 (pa_type_args): Same here.
4259
4260 2000-07-17 Mark Elbrecht <snowball3@bigfoot.com>
4261
4262 * config/obj-coff.c (obj_frob_symbol): Don't merge labels. Don't
4263 merge if the symbol isn't constant. Don't call S_SET_EXTERNAL if
4264 the storage class is already set.
4265
4266 2000-07-17 Kazu Hirata <kazu@hxi.com>
4267
4268 * config/tc-m68hc11.c: Fix formatting.
4269 * config/tc-mn10200.c: Likewise.
4270 * config/tc-mn10300.c: Likewise.
4271 * config/tc-pj.c: Likewise.
4272 * config/tc-tic80.c: Likewise.
4273 * config/tc-w65.c: Likewise.
4274
4275 2000-07-17 Frank Ch. Eigler <fche@redhat.com>
4276
4277 * expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN
4278 is defined.
4279
4280 2000-07-15 Ian Lance Taylor <ian@zembu.com>
4281
4282 * doc/c-mips.texi (MIPS Opts): Remove erroneous space after
4283 @code.
4284
4285 2000-07-15 Alan Modra <alan@linuxcare.com.au>
4286
4287 * config/tc-hppa.c (hppa_fix_adjustable): Use the same checks for
4288 ELF as are used for SOM (except the 32-bit reloc one) to decide
4289 whether a symbol can be reduced to a section symbol. Expand on
4290 the comment for symbols involved in LR% and RR% expressions.
4291
4292 2000-07-14 Nick Clifton <nickc@cygnus.com>
4293
4294 * config/tc-mips.c (mips_disable_float_construction): New
4295 static variable. Set to true if doubles should not be
4296 constructed by loading two single width fp registers with
4297 halves of the value.
4298 (mips_ip): Test mips_disable_float_construction.
4299 (md_longopts): Add command line switches --construct-floats
4300 and --no-construct-floats.
4301 (md_parse_option): Parse new command line options.
4302 (md_show_usage): Describe new command line options.
4303
4304 * doc/c-mips.texi: Document new command line options.
4305
4306 2000-07-13 Koundinya K <kk@ddeorg.soft.net>
4307
4308 * configure.in: Remove the test /usr/dde for mips-*-sysv4*MP*
4309 * configure: Regenerate.
4310
4311 2000-07-13 Hans-Peter Nilsson <hp@axis.com>
4312
4313 * configure.in (DEFAULT_EMULATION setting): Revert part of
4314 2000-07-01 change that set te_multi=multi unless set to tmips.
4315 * configure: Regenerate.
4316
4317 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
4318
4319 * config/obj-coff.c (coff_frob_section): Add padding to the last
4320 section when aligning it increases its size.
4321
4322 2000-07-11 Kazu Hirata <kazu@hxi.com>
4323
4324 * config/tc-tic54x.c: Fix formatting.
4325
4326 2000-07-10 Kazu Hirata <kazu@hxi.com>
4327
4328 * config/tc-h8500.c: Fix formatting.
4329 * config/tc-tic54x.c: Fix formatting.
4330
4331 2000-07-10 Alan Modra <alan@linuxcare.com.au>
4332
4333 * config/tc-hppa.c (md_apply_fix): Check fmt 12 and 22 pc-rel
4334 displacements correctly.
4335
4336 * read.h (s_abort): Add ATTRIBUTE_NORETURN.
4337
4338 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
4339
4340 * hash.c (hash_insert): Add cast to obstruct_alloc to fix
4341 warning.
4342 (hash_jam): Ditto.
4343
4344 2000-07-09 Alan Modra <alan@linuxcare.com.au>
4345
4346 From David Huggins-Daines <dhd@linuxcare.com>
4347 * config/te-hppalinux64.h: Add a new emulation.
4348 * configure.in (emulations): Add configure bits to support the
4349 64-bit Linux/parisc target.
4350 * configure: Regenerate.
4351
4352 * config/tc-hppa.c (md_parse_option): Support `-V' for ELF.
4353 (md_shortopts): Add `V' for ELF.
4354
4355 * config/tc-hppa.c (arg_reloc_stub_needed): Define as zero except
4356 when SOM or ELF_ARG_RELOC are defined.
4357 (pa_type_args): Only set symbol_arg_reloc_info when SOM or
4358 ELF_ARG_RELOC are defined.
4359 (pa_stringer_aux): Don't pa_check_current_space_and_subspace here..
4360 (pa_stringer): ..Do it here instead. Fix comment typos.
4361 (hppa_force_relocation): Cast enums to int before comparing with
4362 ints.
4363
4364 From Ryan Bradetich <rbradetich@uswest.net>
4365 * config/tc-hppa.c: Removed unneeded libbfd.h to fix macro
4366 redifinition warning.
4367 (md_apply_fix): Added cast from enum to int for fixP->fx_r_type.
4368 (hppa_force_relocation): ditto
4369 (md_apply_fix): Added cast to buf to fix warnings.
4370
4371 * config/tc-hppa.h (pa_define_label, parse_cons_expression_hppa,
4372 cons_fix_new_hppa, hppa_force_relocation): Prototype.
4373
4374 * config/tc-hppa.c (reloc_type): It's an enum for OBJ_ELF.
4375 (R_N0SEL, R_N1SEL): Define only for OBJ_SOM.
4376 (tc_gen_reloc): Make `code' a reloc_type and `codes' a
4377 reloc_type** to avoid warnings in switch.
4378 (md_apply_fix): Make insn, val signed. Zap buf_wd and read insn a
4379 little earlier instead.
4380
4381 * config/tc-hppa.c (symbol_arg_reloc_info): Define for both som
4382 and elf.
4383 (pa_type_args): Use symbol_arg_reloc_info.
4384 (struct pa_it): Make arg_reloc unsigned int.
4385 (struct hppa_fix_struct): Likewise for fx_arg_reloc.
4386 (pa_text, pa_data, pa_comm): Don't compile for TE_LINUX.
4387 (pa_code): Delete. pa_text duplicates this function.
4388 (md_pseudo_table): Call obj_elf_text for ".code" if TE_LINUX.
4389 (fix_new_hppa): Argument offset is offsetT, arg_reloc is unsigned
4390 int.
4391 (cons_fix_new_hppa): Actually change selector to e_fsel when
4392 warning about assuming so.
4393 (tc_gen_reloc): More example elf arg reloc code.
4394 (md_apply_fix): Use arg_reloc_stub_needed for elf too.
4395 (hppa_force_relocation): Likewise.
4396
4397 * config/tc-hppa.h: Use TARGET_ARCH_SIZE to select target include
4398 files.
4399 (pa_end_of_source): Prototype.
4400 (hppa_fix_adjustable): Prototype.
4401 (LABELS_WITHOUT_COLONS): Move it..
4402 * config/te-hppa.h: To here.
4403
4404 * config/te-hppa64.h: New file.
4405
4406 * config/tc-hppa.c: Use TARGET_ARCH_SIZE to select target reloc
4407 type.
4408 (md_apply_fix): Pass stdoutput to bfd_hppa_insn2fmt. Handle
4409 format -10, -16, 16 relocs.
4410 (hppa_elf_mark_end_of_function): Test for null
4411 last_call_info->start_symbol
4412
4413 * config/tc-hppa.c (pa_ip): In case 'V', pass `strict' to
4414 CHECK_FIELD, not INSERT_FIELD_AND_CONTINUE. Don't pass opcode to
4415 re_assesmble_* functions. Delete extraneous statements. Fix
4416 typos in comments.
4417 (md_apply_fix): Compare against 1048575 in case 21. Don't pass
4418 insn to re_assemble_*.
4419
4420 2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
4421
4422 * doc/internals.texi (Expressions): Fix typo.
4423
4424 2000-07-08 Kazu Hirata <kazu@hxi.com>
4425
4426 * config/tc-sh.c: Fix formatting.
4427 * config/tc-tic54x.c: Fix formatting.
4428 * depend.c: Fix formatting.
4429 * flonum-konst.c: Likewise.
4430 * flonum-mult.c: Likewise.
4431
4432 2000-07-07 Kazu Hirata <kazu@hxi.com>
4433
4434 * config/tc-sh.c: Fix comments.
4435 * config/obj-vms.c: Fix comments.
4436 * config/tc-a29k.c: Likewise.
4437 * config/tc-alpha.c: Likewise.
4438 * config/tc-h8300.c: Likewise.
4439 * config/tc-h8500.c: Likewise.
4440 * config/tc-i370.c: Likewise.
4441 * config/tc-ia64.c: Likewise.
4442 * config/tc-m68hc11.c: Likewise.
4443 * config/tc-m68k.c: Likewise.
4444 * config/tc-mips.c: Likewise.
4445 * config/tc-ns32k.c: Likewise.
4446 * config/tc-ppc.c: Likewise.
4447 * config/tc-z8k.c: Likewise.
4448
4449 2000-07-06 Mark Elbrecht <snowball3@bigfoot.com>
4450
4451 * config/obj-coff.c (TC_COFF_SECTION_DEFAULT_ATTRIBUTES): New.
4452 Default to '(SEC_LOAD | SEC_DATA)'.
4453 (obj_coff_section) [BFD_ASSEMBLER]: Use it.
4454
4455 * doc/internals.texi (CPU Backend): Describe
4456 TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
4457
4458 Thu Jul 6 17:20:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4459
4460 * as.c (parse_args): NULL terminate the long option list.
4461
4462 Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
4463
4464 * config/tc-d30v.h: Include "write.h" for fixS.
4465 (d30v_start_line, md_pcrel_from_section): Add function prototypes.
4466
4467 2000-07-05 Nick Clifton <nickc@cygnus.com>
4468
4469 * config/tc-d30v.c (write_2_short): Further changes to warning
4470 messages produced when combining EITHER_BUT_PREFER_MU attributed
4471 opcodes.
4472
4473 2000-07-05 DJ Delorie <dj@redhat.com>
4474
4475 * MAINTAINERS: new
4476
4477 2000-07-04 Alexandre Oliva <aoliva@redhat.com>
4478
4479 * config/tc-arm.c (psrs): Accept combinations of flags.
4480
4481 2000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
4482
4483 * config/tc-avr.c: Change _ () to _() around all strings marked
4484 for translation (exception from the usual coding style).
4485 (avr_opt): New struct variable, how the new switches are set.
4486 (OPTION_MMCU): Define as 'm' and actually use.
4487 (md_longopts): Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
4488 (show_mcu_list): New function, display the list of known MCUs.
4489 (md_show_usage): Document the new switches. Call show_mcu_list.
4490 (avr_set_arch): Change 'm' to OPTION_MMCU.
4491 (md_parse_option): Call show_mcu_list if unknown MCU specified.
4492 Handle the new switches.
4493 (avr_operands): Disable warnings for undefined combinations of
4494 operands if -mall-opcodes. Disable warnings for skipping two-word
4495 instructions if enhanced core or -mno-skip-bug.
4496 (avr_operand): Accept all addressing modes on avr1 if -mall-opcodes.
4497 (md_apply_fix3): Reject 8K wrap if >8K or -mno-wrap.
4498 (md_assemble): Accept opcodes not supported by MCU if -mall-opcodes.
4499 (avr_ldi_expression): Warn about implicit lo8().
4500 * config/tc-avr.h (md_pcrel_from_section): Add prototype.
4501
4502 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
4503
4504 * configure.in: Add entry for mips-*-sysv4*MP*
4505 * configure: Rebuild
4506 * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or
4507 elf32-tradlittlemips for traditional mips targets.
4508 * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the
4509 test for Link Once sections as in adjust_reloc_syms.
4510 * config/te-tmips.h: New file for traditional mips targets. Define
4511 TE_TMIPS.
4512
4513 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
4514
4515 * config/obj-coff.c (obj_coff_setcion) [BFD_ASSEMBLER]: If the
4516 flags argument is not present, don't change an existing section's
4517 section's attributes. If the flags argument is present, warn if the
4518 attributes don't match the section's current attributes. When
4519 long section names are supported, set SEC_LINK_ONCE and
4520 SEC_LINK_DUPLICATES_DISCARD for a new .gnu.linkonce section.
4521
4522 Thu Jun 29 21:30:00 2000 Hans-Peter Nilsson <hp@axis.com>
4523
4524 * config/obj-aout.c (obj_aout_type): Do not ignore for undefined
4525 symbols; create them.
4526
4527 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
4528
4529 * write.c (set_segment_vma): New: Set vma and lma for a segment.
4530 (write_object_file) [BFD_ASSEMBLER && OBJ_COFF && TE_GO32]: Use it.
4531
4532 2000-06-27 Aldy Hernandez <aldyh@redhat.com>
4533
4534 * config/tc-mips.c (mips_ip): handle "(foo-.-4)" type of
4535 expressions. Ignore the problem when handling 16 bit signed
4536 immediates, because the assembler will take care of the relocation
4537 later.
4538
4539 2000-06-27 Nick Clifton <nickc@cygnus.com>
4540
4541 * config/tc-d30v.c (write_2_short): Do not allow opcodes with
4542 the EITHER_BUT_PREFER_MU attribute to be combined into a reverse
4543 sequential order, and emit warning messages if the input source
4544 code contains constructs like that, or parallel constructs
4545 containing such opcodes.
4546
4547 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
4548
4549 * config/tc-avr.c (mcu_types): Rename avr4 to avr5, add avr4.
4550 Add more MCU types for avr4 and avr5. Replace at94k{10,20,40}
4551 with just at94k. Change AVR_ISA_85xx back to AVR_ISA_2xxx.
4552 (md_show_usage): Update usage message.
4553 (md_parse_option): Allow redefinition of MCU type within the
4554 same avr[1-5] bfd machine type. Show both old and new MCU type
4555 in the error message.
4556 (md_apply_fix3): Support 8K wrap if AVR_ISA_MEGA is not set.
4557 Simplify 8K wrap code.
4558
4559 2000-06-25 Kazu Hirata <kazu@hxi.com>
4560
4561 * config/obj-aout.c: Remove all uses of DEFUN.
4562 * config/obj-ieee.c: Likewise.
4563 * config/tc-sh.c: Fix comment typos.
4564 * config/tc-tahoe.c: Likewise.
4565 * config/tc-vax.c: Likewise.
4566 * config/tc-w65.c: Likewise.
4567 * config/tc-z8k.c: Likewise.
4568 * config/tc-h8300.c (build_bytes): Assemble ldmac correctly.
4569
4570 2000-06-24 DJ Delorie <dj@cygnus.com>
4571
4572 * config/tc-i386.c (md_estimate_size_before_relax): Revert
4573 more changes from Sept 1999
4574 (tc_i386_fix_adjustable): ditto
4575 (md_apply_fix3): ditto
4576
4577 2000-06-24 Frank Ch. Eigler <fche@redhat.com>
4578
4579 * cgen.c (expr_jmp_buf_p): New validity flag for expr_jmp_buf.
4580 (gas_cgen_parse_operand): Set it around expression() call.
4581 (gas_cgen_md_operand): Test for it before longjmp().
4582
4583 2000-06-24 Kazu Hirata <kazu@hxi.com>
4584
4585 * config/tc-h8500.c: Remove all uses of DEFUN.
4586 * config/tc-sh.c: Likewise.
4587 * config/tc-w65.c: Likewise.
4588 * config/tc-z8k.c: Likewise.
4589
4590 * config/tc-h8500.c: Fix typos in comments.
4591
4592 2000-06-23 Frank Ch. Eigler <fche@redhat.com>
4593
4594 * expr.c (operand): Permit $hex literals if LITERAL_PREFIXDOLLAR_HEX
4595 is defined.
4596
4597 2000-06-23 matthew green <mrg@redhat.com>
4598
4599 * expr.c (operand): Do not as_bad() if RELAX_PAREN_GROUPING is
4600 defined. Fix error message for `[' grouping.
4601
4602 2000-06-22 Kazu Hirata <kazu@hxi.com>
4603
4604 * config/tc-h8300.c: Fix formatting and comment typos.
4605
4606 2000-06-22 Timothy Wall <twall@cygnus.com>
4607
4608 * config/tc-ia64.c (note_register_values): Move premature QP
4609 notation clearing into the appropriate place.
4610
4611 2000-06-22 Alan Modra <alan@linuxcare.com.au>
4612
4613 * dep-in.sed: Escape literal `.'s on patterns. Trim off `../'
4614 first before anything else. Add bin-bugs.h, emul.h and progress.h
4615 Sort list of files as for $(OBJS) in Makefile.am.
4616
4617 * Makefile.am (DEP): grep for leading `/' in DEPA, and fail if we
4618 find one. Remake dependencies.
4619 ($(OBJS)): Add bin-bugs.h, emul.h, and progress.h Sort the list.
4620 * Makefile.in: Regenerate.
4621 * doc/Makefile.in: Regenerate.
4622
4623 * config/tc-i386.c (i386_displacement): Don't assume a constant
4624 displacement is necessarily 16 bits when in 16 bit code mode.
4625 (md_assemble): Instead size the displacement here after we know
4626 for sure that a .code16gcc operand hasn't automatically added
4627 operand size prefixes.
4628
4629 2000-06-21 H.J. Lu <hjl@gnu.org>
4630
4631 * Makefile.am: Rebuild dependency.
4632 * Makefile.in: Rebuild.
4633
4634 2000-06-21 Kazu Hirata <kazu@hxi.com>
4635
4636 * config/tc-h8300.c (parse_reg): Make the function static.
4637 (parse_exp): Likewise.
4638
4639 2000-06-20 DJ Delorie <dj@cygnus.com>
4640
4641 * config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
4642 Sept 1999; RVA relocs need to be treated more like DIR32 relocs
4643 for cygwin import libraries to work properly.
4644
4645 2000-06-20 H.J. Lu <hjl@gnu.org>
4646
4647 * Makefile.am: Rebuild dependency.
4648 * Makefile.in: Rebuild.
4649 * configure: Likewise.
4650 * doc/Makefile.in: Likewise.
4651
4652 2000-06-20 Timothy Wall <twall@cygnus.com>
4653
4654 * doc/internals.texi (CPU backend): Add @itemx for
4655 TC_START_LABEL_WITHOUT_COLON.
4656 * doc/c-tic54x.texi: New.
4657 * doc/as.texinfo: Add tic54x features and include primary tic54x
4658 documentation file.
4659 * doc/all.texi: Add C54X.
4660 * doc/Makefile.am (CPU_DOCS): Add c-tic54x.texi.
4661 * doc/Makefile.in: Regenerate.
4662 * configure.in: Add tic54x and define LIBM for tic54x.
4663 * configure: Regenrate.
4664 * config/tc-tic54x.[ch]: New.
4665 * config/obj-coff.h: Add tic54x.
4666 * Makefile.am: (CPU_TYPES): Add tic54x.
4667 (TARGET_CPU_CFILES): Add 'tc-tic54x.c'.
4668 (TARGET_CPU_HFILES): Add 'tc-tic54x.h'.
4669 (as_new_LDADD): Add $(LIBM).
4670 * Makefile.in: Regenerate.
4671
4672 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4673
4674 * doc/Makefile.am (CPU_DOCS): Added 68hc11 file.
4675 * doc/c-m68hc11.texi: Document 68HC11 and 68HC12 port.
4676 * doc/as.texinfo: Likewise.
4677
4678 * configure, Makefile.in: Regenerate.
4679 * configure.in (emulations): Recognize m6811 and m6812.
4680 * Makefile.am (CPU_TYPES, TARGET_CPU_CFILES, TARGET_CPU_HFILES):
4681 Added files for 68hc11 and 68hc12 assembler.
4682 * config/tc-m68hc11.c: Assembler for 68hc11 and 68hc12.
4683 * config/tc-m68hc11.h: Header definition for that assembler.
4684
4685 2000-06-18 Nick Clifton <nickc@redhat.com>
4686
4687 * symbols.c (resolve_symbol_value): Use bfd_octets_per_byte
4688 instead of OCTETS_PER_BYTE.
4689
4690 * config/tc-v850.c: Fix compile time warnings.
4691 * config/tc-ppc.c: Fix compile time warnings.
4692
4693 2000-06-18 H.J. Lu <hjl@gnu.org>
4694
4695 * configure.in: Don't emulate i386-pc-pe-coff with i386coff.
4696 * configure: Rebuild.
4697
4698 2000-06-17 Mark Elbrecht <snowball3@bigfoot.com>
4699
4700 * config/obj-coff.c (obj_coff_weak): Typo fix: Change BFD_ASSEMLER
4701 to BFD_ASSEMBLER.
4702
4703 2000-06-16 Nick Clifton <nickc@cygnus.com>
4704
4705 * config/tc-mips.c (md_parse_option): Accept RM5200,RM5230,
4706 RM5231, RM5261, RM5721 and RM7000 as r5000 cpu variants.
4707
4708 * doc/c-mips.texi: Document newly accepted cpu variants.
4709
4710 2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
4711
4712 * config/tc-mips.h: Remove definition of ONLY_STANDARD_ESCAPES.
4713
4714 2000-06-13 Ulf Carlsson <ulfc@engr.sgi.com>
4715
4716 * macro.c (getstring): Make it possible to escape the quote
4717 character.
4718
4719 Tue Jun 13 20:58:28 2000 Catherine Moore <clm@redhat.com>
4720
4721 * config/tc-hppa.c (pa_export): Weak symbols can be global.
4722
4723 2000-06-13 H.J. Lu <hjl@gnu.org>
4724
4725 * configure: Regenerate.
4726
4727 2000-06-09 Alan Modra <alan@linuxcare.com.au>
4728
4729 * app.c (do_scrub_begin): Don't default lex[';'] as a line
4730 separator.
4731 * doc/internals.texi (line_separator_chars): Semicolon is no
4732 longer a default. Mention null and newline as defaults.
4733
4734 * read.c (is_end_of_line): Remove ifdef TC_HPPA.
4735
4736 * config/tc-i386.h (line_separator_chars): Explicitly mention `;'
4737 * config/tc-i860.h (line_separator_chars): Likewise.
4738 * config/tc-h8300.c (line_separator_chars): Likewise.
4739 * config/tc-i960.c (line_separator_chars): Likewise.
4740 * config/tc-m68k.c (line_separator_chars): Likewise.
4741 * config/tc-mips.c (line_separator_chars): Likewise.
4742 * config/tc-ns32k.c (line_separator_chars): Likewise.
4743 * config/tc-sparc.c (line_separator_chars): Likewise.
4744 * config/tc-vax.c (line_separator_chars): Likewise.
4745
4746 * config/tc-h8300.c (comment_chars): Use string initialiser.
4747 * config/tc-i960.c (line_comment_chars): Likewise.
4748 * config/tc-z8k.c (comment_chars, line_comment_chars,
4749 line_separator_chars): Likewise.
4750
4751 * config/tc-arm.c (line_separator_chars): Always use `;', not just
4752 for TE_LINUX.
4753
4754 2000-06-08 Nick Clifton <nickc@cygnus.com>
4755
4756 * config/tc-arm.c (cons_fix_new_arm): Assign correct reloc value
4757 for size 1 fixes.
4758
4759 2000-06-08 David O'Brien <obrien@FreeBSD.org>
4760
4761 * configure.in (VERSION): Update to show this is the CVS mainline.
4762
4763 2000-06-08 Matthew Jacob <mjacob@feral.com>
4764
4765 * config/tc-alpha.c (md_undefined_symbol): Properly understand that
4766 $at is the integer register $r28, vs. both $r28 and the floating
4767 point register $f28.
4768
4769 2000-06-08 James E. Wilson <wilson@cygnus.com>
4770
4771 * config/tc-ia64.c (generate_unwind_image): Call ia64_flush_insns.
4772 (dot_endp): Don't call ia64_flush_insns.
4773 (emit_one_bundle): Don't delete prologue/body records from
4774 unwind_record list in first loop. Rewrite second loop to account for
4775 this.
4776
4777 2000-06-07 David Mosberger <davidm@hpl.hp.com>
4778
4779 * config/tc-ia64.c: Add missing prototypes.
4780 (generate_unwind_image): Cast argument to output_unw_records call.
4781
4782 Wed Jun 7 22:44:14 2000 Denis Chertykov <denisc@overta.ru>
4783
4784 * config/tc-avr.c (avr_operand): fix the formatting of the comment.
4785
4786 Wed Jun 7 21:26:15 2000 Denis Chertykov <denisc@overta.ru>
4787
4788 * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.h
4789 (REGISTER_P): likewise.
4790 (avr_opcodes): uses include/opcode/avr.h
4791 (avr_operand): enable ld r,Z or st r,Z for at90s1200.
4792
4793 2000-06-04 Alan Modra <alan@linuxcare.com.au>
4794
4795 * read.c (is_end_of_line): No ';' for TC_HPPA. Add missing
4796 initializers too.
4797
4798 2000-06-03 H.J. Lu <hjl@gnu.org>
4799
4800 * read.c (is_end_of_line): Put back `;'.
4801
4802 2000-06-03 Alan Modra <alan@linuxcare.com.au>
4803
4804 * config/tc-i386.c (md_shortopts): Remove 'm', add 'q' to non-elf.
4805
4806 2000-06-01 Alan Modra <alan@linuxcare.com.au>
4807
4808 * expr.c (operand): Test is_end_of_line outside switch to catch
4809 line separator chars that are also operators.
4810 (operator): Return O_illegal for line separator chars.
4811
4812 * read.c (is_end_of_line): Use 1 instead of 99. Don't set `;'
4813 entry (or `!' entry for TC_HPPA).
4814
4815 * config/tc-arm.c (my_get_float_expression): Cast to unsigned char
4816 before indexing is_end_of_line. Remove redundant check for '\0'.
4817 (fp_op2): Likewise.
4818 * config/tc-h8500.c (md_assemble): Likewise.
4819 * config/tc-mcore.c (md_assemble): Likewise.
4820 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
4821 (md_atof): Likewise
4822
4823 * config/tc-m88k.c (s_bss): Cast to unsigned char before indexing
4824 is_end_of_line.
4825 * config/tc-mcore.c (mcore_cons): Likewise.
4826 (mcore_float_cons): Likewise.
4827 (mcore_stringer): Likewise.
4828 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
4829
4830 2000-06-01 Scott Bambrough <scottb@netwinder.org>
4831
4832 * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
4833
4834 2000-05-29 Nick Clifton <nickc@cygnus.com>
4835
4836 * config/tc-sh.c: Fix compile time warning messages.
4837
4838 * config/tc-mips.c: Fix compile time warning messages.
4839
4840 2000-05-29 Philip Blundell <philb@gnu.org>
4841
4842 * doc/as.texinfo: Update copyright dates.
4843 (Local Labels): Delete misplaced mention of ARM.
4844 * NEWS: Mention ARM ELF support.
4845
4846 2000-05-27 Alexandre Oliva <aoliva@cygnus.com>
4847
4848 * config/tc-mn10300.c (md_assemble): Copy size to real_size before
4849 it is modified, and use the real_size to compute the frag address
4850 for dwarf2 line info.
4851
4852 2000-05-27 Alan Modra <alan@linuxcare.com.au>
4853
4854 * Makefile.am (DEP, DEP1, dep, dep-in, dep-am): Use a better sed
4855 line-matching scheme to cope with automake moving variables around.
4856 ($(TARG_CPU_O)): Remove dependency on TARG_CPU_DEP_@target_cpu_type@
4857 * Makefile.in: Regenerate.
4858
4859 2000-05-26 Jakub Jelinek <jakub@redhat.com>
4860
4861 * config/tc-sparc.c (sparc_relax): New.
4862 (md_longopts): Add -relax and -no-relax options.
4863 (md_parse_options, md_show_usage): Likewise.
4864 (md_apply_fix3): Optimize tail call into branch always if possible.
4865
4866 Thu May 4 15:27:07 2000 Donald Lindsay <dlindsay@cygnus.com>
4867
4868 * config/tc-d10v.c (write_2_short, parallel_ok, md_assemble,
4869 d10v_cleanup) implement Mitsubishi's newly explained branch-packing
4870 rules, with warning when a GAS statement specifies a packing that
4871 will result in an instruction being squashed.
4872 Added typdef packing_type and enumerals, changed various integer
4873 literals to use the enumerals.
4874
4875 2000-05-24 David Mosberger <davidm@hpl.hp.com>
4876
4877 * config/tc-ia64.c (dot_restorereg_p): New function.
4878 (md_pseudo_table): Add restorereg.p.
4879 (output_X3_format): Fix typo: record type should be UNW_X3, not UNW_X1.
4880 (output_X4_format): Fix typo: record type should be UNW_X4, not UNW_X2.
4881
4882 * config/tc-ia64.h (unw_record_type): Add unwabi.
4883 (unw_r_record): Rename member MASK to GRMASK. Add sub-structure
4884 called MASK with members for imask, and the masks produced by
4885 fr_mem, gr_mem, br_mem, and frgr_mem.
4886 (unw_p_record): Add members ABI and CONTEXT.
4887 (unw_x_record): Add member AB.
4888 * config/tc-ia64.c (enum reg_symbol): Add REG_PSP and REG_PRIUNAT
4889 as pseudo-register for use during unwind info generation.
4890 (AR_PFS, AR_LC): New macros.
4891 (enum pseudo_type): Add PSEUDO_FUNC_REG to permit declaring registers
4892 whose names start with an at sign (as in "@priunat").
4893 (pseudo_func): Add "svr4", "hpux", "nt" constants and "priunat"
4894 register.
4895 (unwind_list, unwind_tail, current_unwind_entry, proc_start,
4896 proc_end, unwind_info, personality_routine): Consolidate into
4897 "unwind" structure to reduce offset-table use. Add member
4898 NEXT_SLOT_NUMBER to track the slot number for the next instruction
4899 to be emitted.
4900 (output_R1_format, output_R3_format, output_P3_format,
4901 output_P6_format): Initialize R with zero to reduce compiler warnings.
4902 (output_P7_format): Ditto. Add `default' branch to switch
4903 statement to reduce compiler warnings.
4904 (output_P8_format, output_B1_format, output_B4_format): Ditto.
4905 (output_P4_format): Rename 2nd & 3rd arg to IMASK and IMASK_SIZE.
4906 (format_ab_reg): Rename from format_a_b_reg. Merge A and B args
4907 into single argument.
4908 (output_X1_format, output_X3_format): Initialize R with zero to reduce
4909 compiler warnings. Merge A and B args into single argument.
4910 (output_X2_format, output_X4_format): Remove unused variable R. Merge
4911 A and B args into single argument.
4912 (free_record): Removed (wasn't used).
4913 (free_list_records): Also free imasks in prologue records.
4914 (output_prologue, output_prologue_gr): Initialize mask bits to zero.
4915 (output_spill_mask): Remove.
4916 (output_unwabi): New function.
4917 (output_epilogue, output_label_state, output_copy_state): Call
4918 alloc_record.
4919 (output_spill_psprel, output_spill_sprel, output_spill_psprel_p,
4920 output_spill_sprel_p, output_spill_reg, output_spill_reg_p): Add AB
4921 argument.
4922 (process_one_record): New locals FR_MASK and GR_MASK. Ignore
4923 gr_mem, fr_mem, br_mem, and frgr_mem records and instead emit them
4924 as part of handling the prologue records. Emit region's imask if
4925 we have one. Handle unwabi, epilogue, label_state, copy_state,
4926 spill_psprel, spill_sprel, spill_reg, spill_psprel_p,
4927 spill_sprel_p, and spill_reg_p records.
4928 (set_imask, count_bits, slot_index): New function.
4929 (fixup_unw_records): Fix region size computation. Handle
4930 epilogue, spill_reg, spill_sprel, spill_psprel, spill_reg_p,
4931 spill_sprel_p, and spill_psprel_p records. Merge mask bits of
4932 frgr_mem, fr_mem, gr_mem, br_mem on a per-region basis and
4933 set_imask accordingly. Update imask for gr_gr, and br_gr records.
4934 (convert_expr_to_ab_reg, convert_expr_to_xy_reg): New function.
4935 (dot_save): Use manifest constants for applicaton registers.
4936 Handle REG_PR and REG_PRIUNAT.
4937 (dot_restore): Don't just ignore it.
4938 (dot_restorereg): New function..
4939 (generate_unwind_image): Ensure unwind info is a multiple of eight
4940 bytes, not just four bytes.
4941 (dot_handlerdata, dot_unwentry): Demand empty rest of line.
4942 (dot_altrp): Don't just ignore it.
4943 (dot_savemem): New function. Replaces dot_savesp() and
4944 dot_savepsp(). Use manifest constants for applicaton registers.
4945 Handle REG_PR and REG_PRIUNAT.
4946 (dot_savef): Simplify.
4947 (dot_saveb): Support generation of br_gr.
4948 (dot_spillreg, dot_spillmem, dot_spillreg_p, dot_spillmem_p,
4949 dot_label_state, dot_copy_state): New function.
4950 (dot_unwabi): Don't just ignore it.
4951 (md_pseudo_table): Add restorereg, spillreg, spillsp, spillpsp,
4952 spillreg.p, spillsp.p, spillpsp, label_state, copy_state,
4953 unwabi, vframesp, and vframepsp. Fix typo alprp->altrp.
4954 (emit_one_bundle): Set slot number for prologue/body records
4955 *before* emitting the first insn.
4956 (emit_one_bundle): Set UNWIND.NEXT_SLOT_NUMBER.
4957 (md_begin): Declare "psp" pseudo-register.
4958 (md_operand): Handle PSEUDO_FUNC_REG. Fix printing of error message
4959 so we don't get segfault.
4960 (output_psp_sprel): Output sp/psp relative offsets as 4-byte word
4961 counts as required per SW Conventions manual
4962 (output_rp_psprel, output_rp_sprel, output_pfs_psprel,output_pfs_sprel,
4963 output_preds_psprel, output_preds_sprel, output_spill_base,
4964 output_unat_psprel, output_unat_sprel, output_lc_psprel,
4965 output_lc_sprel, output_fpsr_psprel, output_fpsr_sprel,
4966 output_priunat_psprel, output_priunat_sprel, output_bsp_psprel,
4967 output_bsp_sprel, output_bspstore_psprel, output_bspstore_sprel,
4968 output_rnat_psprel, output_rnat_sprel, output_spill_psprel,
4969 output_spill_sprel, output_spill_psprel_p, output_spill_sprel_p):Ditto.
4970 (dot_vframe): Implement.
4971 (dot_vframesp, dot_vframepsp): New function.
4972
4973 Tue May 23 00:57:05 2000 Hans-Peter Nilsson <hp@axis.com>
4974
4975 * configure.in (i386-*-freebsd a.out entry): Quote properly.
4976 * configure: Regenerate.
4977
4978 2000-05-23 Alan Modra <alan@linuxcare.com.au>
4979
4980 * config/tc-i386.c (md_assemble): Pass jump reloc in fr_var...
4981 (md_estimate_size_before_relax): so we can use it here instead of
4982 old kludges. Localise vars to blocks. Comment.
4983
4984 * frags.c (frag_new): Update fr_var comments.
4985 * frags.h (struct frag): Ditto.
4986
4987 2000-05-22 Richard Henderson <rth@cygnus.com>
4988
4989 * config/tc-ia64.c (FUNC_PC_RELATIVE): New.
4990 (pseudo_func): Add pcrel.
4991 (operand_match): Handle IA64_OPND_TGT64.
4992 (build_insn): Likewise.
4993 (md_begin): Initialize pseudo_func[FUNC_PC_RELATIVE].
4994 (ia64_gen_real_reloc_type): Handle FUNC_PC_RELATIVE.
4995 (fix_insn): Handle all three 64-bit relocation types.
4996
4997 Mon May 22 22:43:32 2000 Hans-Peter Nilsson <hp@axis.com>
4998
4999 * obj.h (struct format_ops): New members begin, app_file,
5000 s_set_other, s_set_desc, s_get_type, s_set_type,
5001 separate_stab_sections, init_stab_section.
5002
5003 * config/obj-multi.h: Update GPL notice to v2.
5004 (obj_begin): New.
5005 (obj_app_file): New.
5006 (S_SET_SIZE): Test s_set_size for NULL before calling.
5007 (S_SET_ALIGN): Similar for s_set_align.
5008 (S_SET_OTHER): New.
5009 (S_SET_DESC): New.
5010 (S_GET_TYPE): New.
5011 (S_SET_TYPE): New.
5012 (SEPARATE_STAB_SECTIONS): New.
5013 (INIT_STAB_SECTION): New.
5014 (EMIT_SECTION_SYMBOLS): New.
5015 (AOUT_STABS) [OBJ_MAYBE_AOUT]: Define.
5016
5017 * config/obj-elf.h: Update GPL notice to v2.
5018 Mention that this file is included from obj-multi.h.
5019 (obj_begin): Wrap definition in ifndef.
5020 (elf_file_symbol): Constify declaration.
5021 (obj_app_file): Ditto.
5022 (SEPARATE_STAB_SECTIONS, INIT_STAB_SECTION, OBJ_PROCESS_STAB):
5023 Wrap in ifndef SEPARATE_STAB_SECTIONS.
5024
5025 * config/obj-elf.c (elf_s_set_other): New.
5026 (elf_file_symbol): Constify argument.
5027 (elf_separate_stab_sections): New.
5028 (elf_init_stab_section): New.
5029 (elf_format_ops): Add new members. Remove comma at end.
5030
5031 * config/obj-ecoff.c (ecoff_separate_stab_sections): New.
5032 (ecoff_format_ops): Add new fields. Remove comma at end.
5033 Mention inconsistency for emit_section_symbols.
5034
5035 * config/obj-coff.h (c_dot_file_symbol): Constify declaration.
5036
5037 * config/obj-coff.c (c_dot_file_symbol): Constify argument.
5038 (coff_separate_stab_sections): New.
5039 (coff_format_ops): Add new members.
5040
5041 * config/obj-aout.c (obj_aout_sec_sym_ok_for_reloc): New.
5042 (obj_aout_s_set_other): New.
5043 (obj_aout_s_set_desc): New.
5044 (obj_aout_s_get_type): New.
5045 (obj_aout_s_set_type): New.
5046 (obj_aout_separate_stab_sections): New.
5047 (aout_format_ops): New members added. Use obj_aout_process_stab,
5048 not 0. Use obj_aout_sec_sym_ok_for_reloc, not 0.
5049 (obj_aout_frob_symbol): Add ATTRIBUTE_UNUSED to args as
5050 appropriate.
5051 (obj_aout_line, obj_aout_weak, obj_aout_type): Ditto.
5052
5053 2000-05-22 Alan Modra <alan@linuxcare.com.au>
5054
5055 * config/tc-i386.c (tc_i386_fix_adjustable): Prevent adjustment
5056 for OBJ_MAYBE_ELF too. Use S_IS_EXTERNAL instead of S_IS_EXTERN.
5057 (md_estimate_size_before_relax): Ensure jumps to weak and
5058 externally visible symbols are relocatable.
5059
5060 Sat May 20 16:41:55 2000 Hans-Peter Nilsson <hp@axis.com>
5061
5062 * stabs.c (aout_process_stab): Make global.
5063 (s_desc): Add ATTRIBUTE_UNUSED to args as appropriate.
5064 * read.h (aout_process_stab): Declare.
5065
5066 * configure.in (EMULATIONS) [i386aout, i386coff, i386elf]:
5067 Generalize to *aout, *coff *elf.
5068 * configure: Regenerated.
5069
5070 * doc/internals.texi (Object format backend): Say
5071 SEPARATE_STAB_SECTIONS needs to be nonzero, not just defined.
5072
5073 * Makefile.am (TARG_ENV_HFILES): Delete te-multi.h.
5074 * Makefile.in: Regenerated.
5075
5076 2000-05-19 Catherine Moore <clm@cygnus.com>
5077
5078 * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined.
5079
5080 2000-05-18 Alan Modra <alan@linuxcare.com.au>
5081
5082 * config/tc-hppa.c (md_apply_fix): Mask out immediate bits of
5083 instruction to reflect change in re_assemble_*.
5084
5085 Thu May 18 10:52:14 2000 Jeffrey A Law (law@cygnus.com)
5086
5087 * configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, then
5088 build PA64 ELF tools.
5089 * configure: Rebuilt.
5090
5091 2000-05-17 Alan Modra <alan@linuxcare.com.au>
5092
5093 * Makefile.am: Regenerate dependencies.
5094 * Makefile.in: Regenerate.
5095
5096 2000-05-15 Nick Clifton <nickc@cygnus.com>
5097
5098 * config/tc-arm.c (struct asm_psr): Add boolean field
5099 distinguishing between CSPR and SPSR. Rename 'number' field
5100 to 'field'.
5101 (psrs): Rearrange contents to match new asm_psr structure.
5102 (arm_psr_parse): Move next to psr_required_here. Make it
5103 return an asm_psr structure.
5104 (psr_required_here): Use asm_psr structure returned by
5105 arm_psr_parse.
5106 (do_msr): Reorganise to allow psr_required_here to be called
5107 only once.
5108 (md_undefined_name): Mark 'name' parameter as unused, since
5109 the COFF target does not use it.
5110
5111 2000-05-14 David O'Brien <obrien@FreeBSD.org>
5112
5113 * config/te-386bsd.h: Clean up comments to adhere to the GNU coding
5114 standards.
5115 * config/te-aux.h: Likewise.
5116 * config/te-dpx2.h: Likewise.
5117 * config/te-go32.h: Likewise.
5118 * config/te-hp300.h: Likewise.
5119 * config/te-hppa.h: Likewise.
5120 * config/te-i386aix.h: Likewise.
5121 * config/te-ic960.h: Likewise.
5122 * config/te-interix.h: Likewise.
5123 * config/te-nbsd532.h: Likewise.
5124 * config/te-pc532mach.h: Likewise.
5125 * config/te-ppcnw.h: Likewise.
5126 * config/te-psos.h: Likewise.
5127 * config/te-sparcaout.h: Likewise.
5128 * config/te-sun3.h: Likewise.
5129 * config/te-sysv32.h: Likewise.
5130
5131 2000-05-14 Alan Modra <alan@linuxcare.com.au>
5132
5133 * config/tc-h8300.c (do_a_fix_imm): Don't rely on `short' being 16
5134 bits. Instead explicitly mask and sign extend. Do the 8 bit mask
5135 and sign extend without an if statement.
5136 (build_bytes): Likewise.
5137
5138 2000-05-14 Kazu Hirata <kazu@hxi.com>
5139
5140 * config/tc-h8300.c (do_a_fix_imm): Output a reloc for no
5141 X_add_symbol L_32 case.
5142
5143 2000-05-14 David O'Brien <obrien@FreeBSD.org>
5144
5145 * config/te-freebsd.h: New file.
5146
5147 2000-05-13 Alan Modra <alan@linuxcare.com.au>
5148
5149 * asintl.h (gettext, dgettext, dcgettext, textdomain,
5150 bindtextdomain): Replace defines with those from intl/libgettext.h
5151 to quieten gcc warnings.
5152
5153 * NEWS: Mention x86 .arch and -q.
5154
5155 * config/tc-i386.c (quiet_warnings): New.
5156 (md_assemble): Use quiet_warnings.
5157 (md_parse_option): Set quiet_warnings from -q.
5158 (md_show_usage): Mention -q, delete -m.
5159 (flag_do_long_jump): Delete.
5160 (md_parse_option): Remove -m.
5161 (md_show_usage): Remove -m.
5162 (md_create_long_jump): Remove useless flag_do_long_jump code.
5163
5164 * as.c (parse_args): In case OPTION_DEFSYM, use a valueT to hold
5165 the symbol value, and use bfd_scan_vma if BFD_ASSEMBLER.
5166
5167 2000-05-13 Alan Modra <alan@linuxcare.com.au>
5168 Alexander Sokolov <robocop@netlink.ru>
5169
5170 * doc/c-i386.texi (i386-Arch): New section.
5171 (i386-Syntax): Mention .intel_syntax and .att_syntax.
5172
5173 * config/tc-i386.c (cpu_arch_name, cpu_arch_flags): New.
5174 (smallest_imm_type): Use smallest opcode for shift by one if cpu
5175 architecture has been given and is not 486.
5176 (set_cpu_arch): New.
5177 (md_pseudo_table): Add .arch.
5178 (md_assemble): Warn if cpu architecture has been given and an
5179 unsupported instruction.
5180
5181 * config/tc-i386.h (SMALLEST_DISP_TYPE): Delete.
5182 Move operand_types bit defines after relevant template field.
5183 (template): Add cpu_flags.
5184 (Cpu*): Define.
5185 (arch_entry): New.
5186
5187 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
5188
5189 * config/tc-mn10300.h (md_end): Define.
5190 (mn10300_finalize): Declare.
5191 * config/tc-mn10300.c: Include dwarf2dbg.h.
5192 (debug_line): Define.
5193 (md_assemble): Generate dwarf2 line info.
5194 (mn10300_finalize): New function. Finalize dwarf2 info.
5195
5196 2000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
5197
5198 * config/tc-mips.c (md_estimate_size_before_relax): Use the
5199 external version of the relocation for weak symbols.
5200
5201 2000-05-08 David Mosberger <davidm@hpl.hp.com>
5202
5203 * config/tc-ia64.c (output_P7_format, case mem_stack_f): Output fixed
5204 frame size in units of 16 bytes, as required per SW Conventions manual.
5205 (output_unw_records): Output info-block header as a dword to get
5206 byte-order right.
5207
5208 2000-05-08 Alan Modra <alan@linuxcare.com.au>
5209
5210 * as.h: #include "file", not <file> on files from ../include.
5211 (as_abort, as_fatal): Add ATTRIBUTE_NORETURN.
5212 * config/tc-m68k.c (m68k_ip): Fix signed/unsigned warnings.
5213 (md_convert_frag): Add ATTRIBUTE_UNUSED.
5214 (tc_coff_symbol_emit_hook): Ditto.
5215 (OPTCOUNT): Cast to int to avoid compiler warning.
5216 (md_begin): Fix signed/unsigned warnings.
5217
5218 2000-05-08 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5219
5220 * config/tc-m68k.c (md_convert_frag_1): Abort if we end up in the
5221 ABRANCH LONG case for a conditional branch on a 68000.
5222 (md_estimate_size_before_relax): Likewise. Also handle
5223 flag_short_refs correctly for ABRANCH, BCC68000, and DBCC.
5224 (m68k-ip: case ABSL): Relax absolute references to 16-bit
5225 PC-relative on all CPUs.
5226 (md_estimate_size_before_relax): Likewise.
5227
5228 2000-05-04 Alan Modra <alan@linuxcare.com.au>
5229
5230 * as.c (parse_args): Just mention current year in printed
5231 copyright message.
5232
5233 2000-05-03 J.T. Conklin <jtc@redback.com>
5234
5235 * config/tc-ppc.c (pre_defined_registers): Add entries for vector
5236 unit registers.
5237 (md_parse_option): Recognize -m7400.
5238
5239 2000-05-03 Ian Lance Taylor <ian@zembu.com>
5240
5241 * config/atof-ieee.c (gen_to_words): When adding carry back in,
5242 don't permit lp to become less than the words array.
5243
5244 2000-05-03 Rodney Brown <RodneyBrown@pmsc.com>
5245
5246 config/tc-mcore.c (md_apply_fix3): BFD_RELOC_MCORE_PCREL_IMM11BY2
5247 Fix little-endian case.
5248
5249 2000-05-03 David O'Brien <obrien@NUXI.com>
5250
5251 * as.c (parse_args): Update copyright.
5252
5253 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
5254
5255 * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4
5256 for the .bss section too.
5257
5258 2000-05-02 Alan Modra <alan@linuxcare.com.au>
5259
5260 * configure.in: Set em=linux for hppa-*-linux.
5261 * configure: Regenerate.
5262 * doc/Makefile.in: Regenerate with correct automake.
5263
5264 * frags.c (frag_grow): Sanity check chunk_size.
5265
5266 * config/obj-elf.h: #include "bfd.h" not <bfd.h>
5267 * config/obj-som.h: Likewise.
5268 * config/obj-ieee.h: Likewise.
5269
5270 * config/tc-hppa.h: Test BFD_ARCH_SIZE, not BFD64.
5271
5272 * config/tc-hppa.c (log2): Only compile when OBJ_SOM.
5273 (md_pseudo_table): Fully initialise OBJ_ELF cases.
5274 (fix_new_hppa): Add ATTRIBUTE_UNUSED to args as appropriate.
5275 (pa_ip): low_sign_unext now returns via function value. Use
5276 re_assemble_* instead of dis_assemble_* and
5277 INSERT_FIELD_AND_CONTINUE combination. Don't call sign_unext
5278 unnecessarily.
5279 (md_convert_frag): Add ATTRIBUTE_UNUSED to args as appropriate.
5280 (md_section_align, md_parse_option, md_show_usage,
5281 md_undefined_symbol, pa_align, pa_block, pa_brtab, pa_try,
5282 pa_callinfo, pa_code, pa_comm, pa_end, pa_enter, pa_entry,
5283 pa_exit, pa_export, pa_import, pa_label, pa_leave, pa_level,
5284 pa_origin, pa_param, pa_proc, pa_procend, pa_space, pa_spnum,
5285 pa_version, pa_compiler, pa_copyright, pa_data, pa_fill, pa_lsym,
5286 pa_text): Likewise.
5287 (md_apply_fix): Change type of new_val to offsetT. Delete w1, w2,
5288 w, resulti. Add insn, val. Move bfd_get_32 and bfd_put_32
5289 outside of switch. Correct mask and shifting errors in case 10
5290 and case -11. In case 21, compare against signed range to suit
5291 hppa_field_adjust changes. In case 12, use re_assemble_12. In
5292 case 17 and case 22, use offsetT variable to properly check range.
5293 Use re_assemble_* here too.
5294 (evaluate_absolute): Change type of value to offsetT. Call
5295 hppa_field_adjust to do the work for us.
5296 (pa_parse_cmpb_64_cmpltr): Delete save_s.
5297 (pa_parse_cmpib_64_cmpltr): Ditto.
5298 (pa_build_unwind_subspace): Delete unused var subseg. Change type
5299 of i to unsigned int.
5300 (pa_type_args): Conditionally declare symbol if OBJ_SOM.
5301 (pa_end_of_source): Return type is void.
5302
5303 Mon May 1 08:54:23 2000 Catherine Moore <clm@cygnus.com>
5304
5305 * macro.c (macro_expand_body): Don't prepend macro number with zeroes.
5306
5307 Mon May 1 14:19:39 2000 Denis Chertykov <denisc@overta.ru>
5308
5309 * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places.
5310 More comments added.
5311 (md_begin): Removed "construct symbols for each register name".
5312 Because register names conflicts with GCC generated function
5313 names.
5314 (avr_operand): Now constant numbers can be used as a register
5315 identifiers (0 as r0, 31 as r31).
5316 (md_assemble): use skip_space () before parsing instruction
5317 operands.
5318
5319 2000-05-01 Alan Modra <alan@linuxcare.com.au>
5320
5321 * configure.in: Set bfd_gas=yes on i386-*-pe and i386-*-nt* to
5322 ensure all pe targets use bfd. Remove unnecessary bfd_gas=yes on
5323 arm-*-netbsd* and arm-*-wince as this is set for all arm*.
5324 * configure: Regenerate.
5325
5326 2000-04-29 Andreas Jaeger <aj@suse.de>
5327
5328 * as.h: Correctly check GCC version.
5329
5330 2000-04-26 David O'Brien <obrien@FreeBSD.org>
5331
5332 * doc/as.1: Fix unbalanced brackets.
5333
5334 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
5335 TE_FreeBSD.
5336 (line_comment_chars): Set to '/' if TE_FreeBSD.
5337
5338 Tue Apr 25 11:02:02 2000 Jeffrey A Law (law@cygnus.com)
5339
5340 * configure.in: Configury support for PA64 (currently disabled).
5341 * configure: Rebuilt.
5342
5343 2000-04-25 Machida Hiroyuki <machida@sm.sony.co.jp>
5344
5345 * config/tc-mips.c (s_change_sec): Use record_alignment, not
5346 bfd_set_section_alignment.
5347
5348 2000-04-25 Alan Modra <alan@linuxcare.com.au>
5349
5350 * config/tc-i386.c (offset_in_range): Ensure shift counts are less
5351 than 32.
5352
5353 2000-04-24 Nick Clifton <nickc@cygnus.com>
5354
5355 * doc/c-arm.texi (ARM Directives): Document behaviour of .align 0.
5356 * doc/as.texinfo (Align): Include arm and strongarm in list of
5357 targets that have the second form of the behaviour of the .align
5358 directive.
5359
5360 2000-04-24 Mark Klein <mklein@dis.com>
5361
5362 * config/obj-som.c: Terminate obj_pseudo_table.
5363
5364 Mon Apr 24 15:21:11 2000 Clinton Popetz <cpopetz@cygnus.com>
5365
5366 * as.c (parse_args): Allow md_parse_option to override -a listing
5367 option.
5368 * config/obj-coff.c (add_lineno): Change type of offset parameter
5369 from "int" to "bfd_vma."
5370 * config/tc-ppc.c (md_pseudo_table): Add "llong" and "machine."
5371 (ppc_mach, ppc_subseg_align, ppc_target_format): New.
5372 (ppc_change_csect): Align correctly for XCOFF64.
5373 (ppc_machine): New function, which discards "ppc_machine" line.
5374 (ppc_tc): Cons for 8 when code is 64 bit.
5375 (md_apply_fix3): Don't check operand->insert. Handle 64 bit
5376 relocations.
5377 (md_parse_option): Handle -a64 and -a32.
5378 (ppc_xcoff64): New.
5379 * config/tc-ppc.h (TARGET_MACH): Define.
5380 (TARGET_FORMAT): Move to function.
5381 (SUB_SEGMENT_ALIGN): Use ppc_subseg_align.
5382
5383 Sun Apr 23 16:45:45 2000 Denis Chertykov <denisc@overta.ru>
5384
5385 * config/tc-avr.c: New AVR_ISA_ defined.
5386 (md_assemble): Handle opcodes with optional operands (lpm,elpm).
5387 (avr_operand): Handle 'a', 'v' and 'z' constraint letters needed
5388 for `fmul', `movw' and `lpm R,Z' instructions.
5389 (avr_operands): Warn if current opcode is a two-word instruction
5390 and previous opcode was cpse/sbic/sbis/sbrc/sbrs.
5391 (avr_opcodes): New commands added.
5392 (REGISTER_P): Check 'a' and 'v' constraint letters.
5393 (mcu_types): New MCU added.
5394
5395 2000-04-22 Timothy Wall <twall@cygnus.com>
5396
5397 * config/tc-ia64.c (pseudo_func[]): Add new "nat" entry equivalent
5398 to "natval".
5399 (operand_match): Conditionally insert default bit values for IMMU9.
5400
5401 2000-04-14 Matthew Green <mrg@cygnus.com>
5402
5403 * configure.in: Add NetBSD/sparc ELF and NetBSD/sparc64 support.
5404 * configure: Rebuilt.
5405
5406 Fri Apr 21 14:29:43 2000 Jeffrey A Law (law@cygnus.com)
5407 Jason Eckhardt <jle@cygnus.com>
5408
5409 * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats.
5410
5411 * config/tc-hppa.c (CHECK_ALIGN): New macro.
5412 Added handling of new operand types l,y,&,fe,fE,fx.
5413
5414 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
5415 David Mosberger <davidm@hpl.hp.com>
5416 Timothy Wall <twall@cygnus.com>
5417 Andrew MacLeod <amacleod@cygnus.com>
5418 Jim Wilson <wilson@cygnus.com>
5419
5420 * Makefile.am (CPU_TYPES): Add ia64.
5421 (TARGET_CPU_CFILES): Add config/tc-ia64.c.
5422 (TARGET_CPU_HFILES): Add config/tc-ia64.h.
5423 * Makefile.in: Rebuild.
5424 * app.c (do_scrub_chars): Handle DOUBLESLASH_COMMENTS.
5425 * configure: Rebuild.
5426 * configure.in: Recognize ia64 as cpu type. Set bfd_gas.
5427 (ia64-*-elf*, ia64-*-linux-gnu*): New targets.
5428 * expr.c (expr): Handle md_optimize_expr.
5429 * read.c (LEX_HASH): Add comment.
5430 * config/tc-ia64.c, config/tc-ia64.h: New files.
5431
5432 2000-04-21 Richard Henderson <rth@cygnus.com>
5433
5434 * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
5435 bundling a non-delayed branch type instruction.
5436
5437 2000-04-20 Alexandre Oliva <aoliva@cygnus.com>
5438
5439 * config/tc-mn10300.c (HAVE_AM30): Define.
5440 (md_assemble): Use it.
5441
5442 2000-04-19 Alan Modra <alan@linuxcare.com.au>
5443
5444 * config/obj-elf.c (obj_elf_change_section): Check for changed
5445 section attributes.
5446
5447 * Makefile.am: (CPU_MULTI_VALID): Remove.
5448 (MULTI_CPU_TYPES): Define.
5449 (MULTI_CPU_OBJ_VALID): Define.
5450 (DEPTC): Use the above.
5451 (DEPOBJ): Same here.
5452 (DEP2): And here.
5453 Regenerate dependencies.
5454 * Makefile.in: Regenerate.
5455
5456 2000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5457
5458 * Makefile.am (YACC, LEX): Get them from configure.
5459
5460 2000-04-18 H.J. Lu (hjl@gnu.org)
5461
5462 * config/tc-i386.c (offset_in_range): Use addressT instead of
5463 bfd_vma for non-bfd assemblers.
5464
5465 2000-04-17 Alan Modra <alan@linuxcare.com.au>
5466
5467 * config/tc-i386.c (offset_in_range): Sign extend val so BFD64
5468 doesn't give spurious errors.
5469
5470 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5471
5472 * as.h (SEEK_SET): Define if undefined.
5473
5474 2000-04-13 Alan Modra <alan@linuxcare.com.au>
5475
5476 * config/tc-arm.c (md_apply_fix3): Don't use UL suffix on
5477 constants, and don't assume offsetT is 32 bits.
5478
5479 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
5480
5481 * config/tc-d10v.h: Include "write.h" to get definition of fixS.
5482 (md_pcrel_from_section): Add prototype.
5483 (d10v_fix_adjustable): Add prototype.
5484 (d10v_force_relocation): Replace 'struct fix' with 'fixS'.
5485
5486 * config/tc-d10v.c (md_apply_fix3): Add paren around &&.
5487
5488 2000-04-12 Nick Clifton <nickc@cygnus.com>
5489
5490 * config/tc-d10v.c (find_opcode): Correctly calculate position of
5491 symbol in frag chain.
5492
5493 2000-04-10 Alan Modra <alan@linuxcare.com.au>
5494
5495 * config/tc-i386.c (fits_in_signed_byte): Change arg to offsetT.
5496 (fits_in_unsigned_byte, fits_in_unsigned_word): Ditto.
5497 (fits_in_signed_word, smallest_imm_type): Ditto.
5498 (md_assemble): Use an offsetT var to hold offsetT values, not a
5499 long.
5500 (offset_in_range): New.
5501 (md_assemble): Use it.
5502 (md_convert_frag): Change type of target_address, opcode_address,
5503 and displacement_from_opcode_start to offsetT.
5504 (md_create_short_jump): Change type of offset to offsetT.
5505 (md_create_long_jump): Ditto.
5506 (md_apply_fix3): Use -4, not 0xfffffffc for BFD_RELOC_386_PLT32.
5507 (md_chars_to_number): Remove.
5508 (output_invalid): Remove duplicate prototype.
5509
5510 2000-04-09 Nick Clifton <nickc@cygnus.com>
5511
5512 * Makefile.am (CPU_TYPES): Add 'avr'.
5513 (TARGET_CPU_CFILES): Add 'tc-avr.c'.
5514 (TARGET_CPU_HFILES): Add 'tc-avr.h'.
5515
5516 * Makefile.in: Regenerate.
5517
5518 * doc/as.texinfo: Add M32R documentation.
5519
5520 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
5521
5522 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
5523 --enable-build-warnings option.
5524 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5525 * Makefile.in, configure: Re-generate.
5526
5527 2000-04-07 Nick Clifton <nickc@cygnus.com>
5528
5529 * config/tc-arm.c (md_apply_fix3): Treat BFD_RELOC_ARM_PCREL_BLX
5530 in the same way as BFD_RELOC_ARM_PCREL_BRANCH, and
5531 BFD_RELOC_THUMB_PCREL_BLX lie BFD_RELOC_THUMB_PCREL_BRANCH.
5532 (tc_gen_reloc): Accept BFD_RELOC_{ARM|THUMB}_PCREL_BLX.
5533 (arm_force_relocation): Force relocations for
5534 BFD_RELOC_{ARM|THUMB}_PCREL_BLX as well.
5535
5536 Wed Apr 5 22:26:32 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5537
5538 * config/tc-sh.c (get_operands): There's no third operand if the
5539 first operand is an immediate.
5540
5541 Wed Apr 5 22:07:19 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5542
5543 * config/tc-sh.c (immediate): Delete.
5544 (sh_operand_info): Add immediate member.
5545 (parse_reg): Use A_PC for pc.
5546 (parse_exp): Add second argument 'op'. All callers changed.
5547 (parse_at): Expect pc to be coded as A_PC.
5548 Use immediate field in *op.
5549 (insert): Add fourth argument 'op'. All callers changed.
5550 (build_relax): Add second argument 'op'. All callers changed.
5551 (insert_loop_bounds): New function.
5552 (build_Mytes): Remove DISP_4.
5553 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
5554 (assemble_ppi): Use immediate field in *operand.
5555 (sh_force_relocation): Handle BFD_RELOC_SH_LOOP_{START,END}.
5556 (md_apply_fix): Likewise.
5557 (tc_gen_reloc): Likewise. Check for a pcrel BFD_RELOC_SH_LABEL.
5558
5559 Wed Apr 5 06:35:45 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5560
5561 * config/tc-sparc.c (sparc_ip): Avoid string pasting.
5562
5563 Tue Apr 4 19:27:50 2000 Hans-Peter Nilsson <hp@axis.com>
5564
5565 * internals.texi (CPU backend): Document
5566 TC_CHECK_ADJUSTED_BROKEN_DOT_WORD.
5567
5568 2000-04-04 Alan Modra <alan@linuxcare.com.au>
5569
5570 * po/gas.pot: Regenerate.
5571
5572 * as.c (show_usage): Restore translated part of bug string.
5573 * gasp.c (show_usage): Likewise.
5574
5575 * Makefile.am (MKDEP): Use gcc -MM rather than ../mkdep.
5576 (DEP): Quote when passing vars to sub-make. Use "mv -f" rather
5577 than move-if-change.
5578 (DEP1): Modify for "gcc -MM".
5579 (DEPTC): Likewise.
5580 (DEPOBJ): Likewise.
5581 (DEP2): Likewise.
5582 (CLEANFILES): Add DEPTCA, DEPOBJA, DEP2a, DEPA.
5583 Update dependencies.
5584 * Makefile.in: Regenerate.
5585
5586 2000-04-03 Alexandre Oliva <aoliva@cygnus.com>
5587
5588 * config/tc-mn10300.c (md_pseudo_table): Use constant names.
5589 (md_begin): Likewise.
5590 (HAVE_AM33): New macro.
5591 (md_assemble): Use it. Match r_regs and xr_regs only if
5592 HAVE_AM33.
5593
5594 2000-04-03 Alan Modra <alan@linuxcare.com.au>
5595
5596 * as.h: #include "bin-bugs.h"
5597 * as.c (show_usage): Use REPORT_BUGS_TO.
5598 * gasp.c: #include "bin-bugs.h"
5599 (show_usage): Use REPORT_BUGS_TO.
5600
5601 * config/tc-sparc.c (md_show_usage): Add a trailing newline.
5602
5603 Mon Apr 3 13:56:03 2000 Hans-Peter Nilsson <hp@axis.com>
5604
5605 * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined,
5606 call TC_CHECK_ADJUSTED_BROKEN_DOT_WORD for each word after
5607 adjustments.
5608
5609 2000-04-03 Alan Modra <alan@linuxcare.com.au>
5610
5611 * config/tc-i386.c (i386_immediate): Don't assume a constant
5612 immediate is necessarily 16 bits when in 16 bit code mode.
5613 (md_assemble): Instead set guess_suffix here after we have checked
5614 registers.
5615
5616 2000-04-02 Richard Henderson <rth@cygnus.com>
5617
5618 * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bit
5619 quantities. Correct right shift sign extension.
5620 (build_insn): Make `number' unsigned long. Mask top 6 bits of
5621 32-bit value when shifting into place.
5622
5623 2000-04-01 Ian Lance Taylor <ian@zembu.com>
5624
5625 * app.c: Add ATTRIBUTE_UNUSED as needed.
5626 * config/tc-ppc.c: Likewise.
5627 (ppc_size): Make unsigned long.
5628 (ppc_insert_operand): Add casts to avoid warnings.
5629
5630 2000-03-31 Nick Clifton <nickc@cygnus.com>
5631
5632 * config/tc-d10v.h (md_flush_pending_output): Define.
5633
5634 2000-03-29 Nick Clifton <nickc@cygnus.com>
5635
5636 * config/tc-sh.h (SEG_NAME): New macro: return the name of a
5637 segment. Works for both BFD_ASSEMBLER and others.
5638 (SUB_SEGMENT_ALIGN): Use SEG_NAME.
5639
5640 2000-03-29 Nick Clifton <nickc@cygnus.com
5641
5642 * config/tc-arm.c (tinsns): Add "bal" instruction pattern.
5643
5644 2000-03-28 Alan Modra <alan@linuxcare.com.au>
5645
5646 * listing.c (LISTING_LHS_WIDTH): Default depends on
5647 LISTING_WORD_SIZE.
5648 (LISTING_LHS_WIDTH_SECOND): Default to LISTING_LHS_WIDTH.
5649
5650 2000-03-27 Ian Lance Taylor <ian@zembu.com>
5651
5652 * config/tc-sh.c (md_show_usage): Use backslash before newline in
5653 string literal.
5654
5655 2000-03-27 Alan Modra <alan@linuxcare.com.au>
5656
5657 * config/tc-avr.h (TC_HANDLES_FX_DONE): Define.
5658
5659 * config/tc-avr.c (mcu_types): Add missing initialiser.
5660 (md_pcrel_from_section): Add prototype.
5661 (avr_operand): Remove redundant test of unsigned < 0.
5662 (avr_cons_fix_new): Ensure exp_mod_pm zero on function exit.
5663
5664 2000-03-27 Denis Chertykov <denisc@overta.ru>
5665
5666 * config/tc-avr.c: New file for AVR support.
5667 * config/tc-avr.h: Likewise.
5668 * configure.in: Add AVR support.
5669 * configure: Regenerate.
5670
5671 2000-03-26 Timothy Wall <twall@cygnus.com>
5672
5673 * gasp.c (macro_op): Add new argument to check_macro call.
5674 Macro structure definitions moved to macro.h
5675 * sb.h: Add argument to prototype for input_scrub_include_sb.
5676 * input-scrub.c (input_scrub_include_sb): Allow disabling of sb
5677 nesting checks with an additional flag.
5678 (struct input_save): Add flag to indicate whether current sb
5679 should be checked for proper macro/conditional nesting.
5680 (input_scrub_push/pop): Save/restore nest check flag.
5681 (input_scrub_next_buffer): Ditto. Also call end of macro hook if
5682 defined.
5683 * macro.c (check_macro): Allow caller to retrieve parsed macro
5684 information if a pointer is provided. This information may be
5685 used by the new macro hooks.
5686 * macro.h: Update prototype for check_macro. Macro struct
5687 definitions moved here from macro.c/gasp.c.
5688 * read.c (read_a_source_file): Add parameter to check_macro call,
5689 and pass macro info to the macro hook, if defined.
5690 (input_scrub_insert_line): New. Allow insertion of a line of
5691 characters into the input stream.
5692 (input_scrub_insert_file): New. Allow insertion of an arbitrary
5693 file into the input stream.
5694 (s_include): Use input_scrub_insert_file.
5695 * internals.texi: Document new macro hooks.
5696 * as.h: New prototypes added.
5697
5698 2000-03-26 Alan Modra <alan@linuxcare.com.au>
5699
5700 * config/tc-i386.c: Don't start any as_bad or as_warn message with
5701 an initial capital letter.
5702 (i386_index_check): Reindent.
5703
5704 2000-03-19 Nick Clifton <nickc@cygnus.com>
5705
5706 * config/tc-arm.c (md_apply_fix3): Fix bug detecting overflow of pc
5707 relative branches.
5708
5709 2000-03-17 Thomas de Lellis <tdel@windriver.com>
5710
5711 * config/tc-arm.c (do_t_adr): Flag "adr Rd,label"
5712 instruction operand bad if Rd > 7 when generating
5713 thumb instructions. Prevents for example,
5714 "adr r12,label" from silently failing and generating
5715 the wrong instruction.
5716
5717 2000-03-17 Nick Clifton <nickc@cygnus.com>
5718
5719 * config/tc-arm.c (md_apply_fix3): Handle same-section relocations
5720 that have a destingation >= 0x400000.
5721 Fix compile time warning messages.
5722
5723 Thu Mar 16 23:45:16 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5724
5725 * config/tc-sh.c (md_begin): When encountering insn that are
5726 not supported by the current arch, only change the name if
5727 its contents are the same as prev_name.
5728 (get_specific): If the the architecture doesn't match, fail.
5729
5730 Thu Mar 16 21:18:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5731
5732 * config/tc-sh.c (IDENT_CHAR): Define.
5733 (parse_reg): Use it instead of isalnum. Put r[0..7]_bank operand
5734 matching back where it came from.
5735
5736 Thu Mar 16 20:58:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5737
5738 * config/tc-sh.c (md_show_usage): Add description of -dsp.
5739
5740 2000-03-15 Jonathan Larmour <jlarmour@redhat.co.uk>
5741
5742 * config/tc-sh.c (parse_reg): Match r[0..7]_bank operands before
5743 normal operands.
5744
5745 2000-03-15 Kazu Hirata <kazu@hxi.com>
5746
5747 * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate.
5748
5749 Mon Mar 13 22:02:59 2000 Hans-Peter Nilsson <hp@axis.se>
5750
5751 * expr.c (operand) [case 'f']: When testing if '0f' can start a
5752 floating-point-number, make sure 'f' is in FLT_CHARS.
5753
5754 Sat Mar 11 00:01:39 2000 Hans-Peter Nilsson <hp@axis.se>
5755
5756 * read.c (TC_IMPLICIT_LCOMM_ALIGNMENT): New default-definition.
5757 (s_lcomm_internal): Use it.
5758 * doc/internals.texi (CPU backend): Document it.
5759 * config/obj-evax.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Set to 2**3
5760 bytes.
5761
5762 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
5763
5764 * config/tc-mips.c (mips_ip): Don't put stuff in .rodata
5765 when embedded-pic.
5766
5767 * config/tc-mips.c (SWITCH_TABLE): The ELF embedded-pic
5768 implementation doesn't have special handling for switch
5769 statements.
5770 (macro_build): Allow for code in sections other than .text.
5771 (macro): Likewise.
5772 (mips_ip): Likewise.
5773 (md_apply_fix): Do pc-relative relocation madness for MIPS ELF.
5774 Don't perform relocs if we will be outputting them.
5775 (tc_gen_reloc): For ELF, just use fx_addnumber for pc-relative
5776 relocations. Allow BFD_RELOC_16_PCREL_S2 relocs when
5777 embedded-pic.
5778
5779 2000-03-09 Catherine Moore <clm@cygnus.com>
5780
5781 * config/tc-m32r.c (m32r_fix_adjustable): Look up the
5782 relocation type based on the entry in the fixup structure.
5783 Put S_IS_EXTERN processing back in.
5784
5785 2000-03-08 H.J. Lu (hjl@gnu.org)
5786
5787 * Makefile.am (install-exec-tooldir): Depend on
5788 install-exec-bindir for parallel make.
5789 * Makefile.in: Regenerated.
5790
5791 2000-03-06 Nick Clifton <nickc@cygnus.com>
5792
5793 * config/tc-m32r.c (struct md_longopts): Add -m32r command line
5794 switch.
5795 (md_parse_option): Parse -m32r command line switch - disable m32rx
5796 compatability.
5797 (md_show_usage): Document new option.
5798
5799 * doc/Makefile.am (CPU_DOCS): Add c-m32r.texi.
5800 * doc/Makefile.in: Regenerate.
5801 * doc/c-m32r.texi (M32R-Opts): Document new command line switch.
5802
5803 2000-03-02 Michael Meissner <meissner@redhat.com>
5804
5805 * config/tc-d30v.c (check_range): Remove code that incorrectly
5806 sign extended values where bits < 32.
5807
5808 2000-03-02 H.J. Lu (hjl@gnu.org)
5809
5810 * configure.in: Support --enable-targets=all on ia32.
5811 * configure: Regenerated.
5812
5813 2000-03-01 Nick Clifton <nickc@cygnus.com>
5814
5815 * gasp.c (do_align): Remove bogus check of alignment value.
5816
5817 2000-02-27 Thomas de Lellis <tdel@windriver.com>
5818
5819 * config/obj-elf.c (elf_frob_symbol): Remove code which when
5820 TC_PPC was defined forced the type of a symbol with no other type
5821 to be BSF_OBJECT.
5822
5823 2000-02-27 Hans-Peter Nilsson <hp@axis.com>
5824
5825 * doc/internals.texi (CPU backend): Mention that
5826 line_separator_chars do not break up comments. Fix typos for
5827 LEX_AT and LEX_NAME descriptions. Document operands for
5828 TC_EQUAL_IN_INSN, md_operand and md_section_align. Correct
5829 description of md_create_short_jump usage. Document argument for
5830 md_undefined_symbol.
5831
5832 2000-02-27 Jakub Jelinek <jakub@redhat.com>
5833
5834 * config/tc-sparc.c (OPTION_UNDECLARED_REGS): New option.
5835 (md_parse_option): Handle it.
5836 (md_show_usage): Document it.
5837
5838 2000-02-27 Ian Lance Taylor <ian@zembu.com>
5839
5840 * config/tc-alpha.c (md_assemble): Accept `1' and `9' in an
5841 opcode, for the instruction `pal19'. From Andrea Arcangeli
5842 <andrea@suse.de>.
5843
5844 2000-02-26 Alan Modra <alan@spri.levels.unisa.edu.au>
5845
5846 * config/tc-i386.c (i386_immediate): Move constant operand sizing
5847 from here..
5848 (md_assemble): To here, before template operands are matched.
5849 Also ensure a constant immediate is sign extended when we know the
5850 size is at most 16 bits. This is to catch cases like "add
5851 $0xffc0,%ax" where we don't know the size, and thus that the
5852 immediate can be represented as Imm8S until after parsing the
5853 register operand.
5854 (i386_displacement): Similarly sign extend 16 bit constant
5855 displacements.
5856 (md_assemble): Relax 16-bit jump constant range check to suit sign
5857 extended displacements.
5858
5859 2000-02-26 Andreas Jaeger <aj@suse.de>
5860
5861 * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.
5862
5863 2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
5864
5865 * config/tc-i386.c (md_assemble): Don't swap intersegment jmp and
5866 call operands when intel_syntax.
5867 (intel_float_operand): Return 2 for "fi...".
5868 (i386_operand_modifier): Change "DWORD PTR" test to suit above.
5869 Return SHORT_MNEM_SUFFIX for "WORD PTR" when "fi...". Revert
5870 earlier "SHORT" change.
5871 (md_assemble): When determining suffix from Regs, exclude
5872 InOutPortReg.
5873
5874 2000-02-24 Nick Clifton <nickc@cygnus.com>
5875
5876 * configure: Add arm-wince, mips-pe and sh-pe targets.
5877 * configure: Regenerate.
5878
5879 * config/obj-coff.h (COFF_WITH_PE): Define for mips-pe and
5880 sh-pe targets.
5881 (TARGET_FORMAT): Set to "pe-shl" for the sh-pe target and to
5882 "pe-mips" for the mips-pe target.
5883
5884 * config/tc-arm.c (insns): Change displacement encoded in BL
5885 and B instructions if the target port is arm-wince.
5886 (do_ldst): Do not bias the relocation offset if the target
5887 port is arm-wince.
5888 (md_pcrel_from): Add in missing relocation offset bias if the
5889 target os arm-wince.
5890
5891 * config/tc-mips.c (mips_target_format): Support COFF flavour.
5892 (md_begin): Disable -G support for mips-pe target.
5893 (md_apply_fix): Treat BFD_RELOC_RVA reloc as BFD_RELOC_32.
5894 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Add support for
5895 COFF flavour.
5896
5897 * config/tc-sh.c (md_begin): sh-pe target is little endian.
5898 * config/tc-sh.h (SUB_SEGMENT_ALIGN): If using a BFD
5899 assembler, just set the alignment to 4.
5900
5901 * config/te-wince-pe.h: New file for WinCE targets. Define
5902 TE_WINCE.
5903
5904 2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
5905
5906 * config/tc-i386.c (md_assemble): Swap segments too for intel mode
5907 string instructions.
5908 (i386_operand_modifier): Set i.suffix = WORD_MNEM_SUFFIX for SHORT.
5909 (i386_intel_memory_operand): After finding a segment override,
5910 check again for no `[' before looking for a displacement. Bomb if
5911 more than one displacement rather than silently discarding the
5912 second and subsequent ones. Free strings malloc'd by
5913 build_displacement_string.
5914
5915 2000-02-24 Catherine Moore <clm@cygnus.com>
5916
5917 * config/obj-som.c (obj_pseudo_table): Add "weak".
5918 (obj_som_weak): New routine.
5919
5920 2000-02-24 Alan Modra <alan@spri.levels.unisa.edu.au>
5921
5922 * config/tc-i386.c (union i386_op): New.
5923 (struct _i386_insn): Delete disps[], imms[], regs[]. Add op[].
5924 Throughout file replace occurences of disps[n], imms[n], regs[n]
5925 with equivalent op[n].disps, op[n].imms, op[n].regs. Simplify
5926 intel mode operand swapping. Add assert in regKludge and
5927 fake_zero_displacement code. Test i.types[n] when outputting
5928 displacements and immediates. Combine output of Disp16 with
5929 Disp32.
5930 (md_assemble): Don't try to fix broken UNIXWARE_COMPAT opcodes
5931 when in intel mode by (not) reversing fsub and fdiv operands
5932 before the template search. This fails for single operand
5933 shorthand forms of the instruction, and if UNIXWARE_COMPAT is
5934 undefined. Instead fix the base_opcode after we've found the
5935 template. Move base_opcode xor with found_reverse_match from
5936 opcode output code to before this fix so we test for the correct
5937 opcodes.
5938 (md_assemble): Don't use strcmp when deciding to ignore the suffix
5939 check in intel mode. Instead compare opcodes.
5940
5941 * config/tc-i386.h (TC_RELOC): Delete.
5942 * config/tc-i386.c (TC_RELOC): Delete. Replace usage of TC_RELOC
5943 with equivalent call to reloc.
5944
5945 * as.h (flag_m68k_mri): Move declaration after target include, and
5946 only declare when TC_M68K defined. Define as zero otherwise.
5947 (LABELS_WITHOUT_COLONS, NO_PSEUDO_DOT): If undefined, define as 0.
5948 * app.c (scrub_m68k_mri): Declare only when TC_M68K defined.
5949 Define as zero otherwise.
5950 (do_scrub_begin): Use m68k_mri parameter only when TC_M68K defined.
5951 (struct app_save): Declare scrub_m68k_mri only when TC_M68K.
5952 (app_push, app_pop): Save scrub_m68k_mri only when TC_M68K.
5953 (do_scrub_chars): Use LABELS_WITHOUT_COLONS directly rather than
5954 testing whether defined.
5955 * cond.c (ignore_input): Use NO_PSEUDO_DOT directly.
5956 * expr.c (operand): #ifdef unused case labels when TC_M68K undefined.
5957 * read.c: Use LABELS_WITHOUT_COLONS and NO_PSEUDO_DOT directly
5958 rather than testing whether defined.
5959 (s_mri): Set flag_m68k_mri only when TC_M68K defined.
5960 (parse_mri_cons): Declare and use only when TC_M68K.
5961 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define as 1.
5962 * config/tc-m68k.h (NO_PSEUDO_DOT): Define as 1.
5963 * config/tc-m88k.h (NO_PSEUDO_DOT): Define as 1.
5964
5965 * NEWS: Mention IBM 370 support.
5966
5967 2000-02-23 Richard Henderson <rth@cygnus.com>
5968
5969 * config/tc-i386.c (md_assemble): When swapping operands for
5970 intel_syntax, assume everything that's not Imm or Disp is a
5971 register.
5972
5973 2000-02-23 Linas Vepstas <linas@linas.org>
5974
5975 * config/tc-i370.c, config/tc-i370.h: New files.
5976 * Makefile.am: Add support for Linux/IBM 370.
5977 * configure.in: Likewise.
5978 * app.c (do_scrub_begin): Don't lex single quote when TC_I370.
5979 * config/obj-elf.c: Include elf/i370.h
5980 (obj_elf_section): Don't do anything special for flag_mri if TC_I370.
5981
5982 * Makefile.in: Regenerate.
5983 * configure: Regenerate.
5984
5985 * doc/c-i370.texi: New file.
5986 * doc/all.texi: Include it.
5987 * doc/as.texinfo: And here.
5988 * doc/Makefile.am(CPU_DOCS): Add c-i370.texi.
5989 * doc/Makefile.in: Regenerate.
5990
5991 2000-02-19 Michael Meissner <meissner@redhat.com>
5992
5993 * config/tc-d30v.c (parallel_ok): Use FLAG_NOT_WITH_ADDSUBppp to
5994 determine if an instruction can be used in parallel with an ADDppp
5995 or SUBppp instruction.
5996
5997 2000-02-22 Andrew Haley <aph@cygnus.com>
5998
5999 * doc/c-mips.texi (MIPS Opts): Document -mgp32 and -mgp64.
6000
6001 2000-02-22 Andrew Haley <aph@cygnus.com>
6002
6003 * config/tc-mips.c (mips_gp32): New variable.
6004 (macro_build) Use mips_gp32.
6005 (mips_ip): Ditto.
6006 (md_longopts): Add "-mgp32" and "-mgp64".
6007 (md_parse_option): Add OPTION_GP32 and OPTION_GP64.
6008
6009 (OPTION_M7900): Change offset
6010 (OPTION_NO_M7900): Ditto.
6011
6012 2000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6013
6014 * config/obj-coff.c (add_lineno): Accept non-positive lineno with
6015 warning, and bump it to 1.
6016
6017 2000-02-22 Ian Lance Taylor <ian@zembu.com>
6018
6019 From Brad Lucier <lucier@math.purdue.edu>:
6020 * dwarf2dbg.c (print_stats): Add cast to force printf argument to
6021 match format.
6022
6023 2000-02-21 Catherine Moore <clm@cygnus.com>
6024
6025 * config/tc-mips.c (MF_HILO_INSN): Define.
6026 (mips_7000_hilo_fix): Declare.
6027 (append_insn): Conditionally insert nops after an mfhi/mflo insn.
6028 (md_parse_option): Check for 7000_HILO_FIX options.
6029 (OPTION_M7000_HILO_FIX): Define.
6030 (OPTION_NO_M7000_HILO_FIX): Define.
6031 * doc/c-mips.texi (-mfix7000): Describe.
6032
6033 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
6034
6035 * listing.c (print_lines): Remove unused variable `end'.
6036
6037 * config/tc-i386.c (md_assemble): Use `reloc()' to select reloc
6038 type for JumpInterSegment output. Use enum bfd_reloc_code_real for
6039 reloc_type when BFD_ASSEMBLER.
6040 (md_estimate_size_before_relax): Use enum bfd_reloc_code_real for
6041 reloc_type when BFD_ASSEMBLER. Move common code out of switch
6042 statement and quell signed vs. unsigned comparison warning.
6043
6044 2000-02-18 Nick Clifton <nickc@cygnus.com>
6045
6046 * config/tc-d10v.c (find_opcode): Add a symbol's value to
6047 the computed frag offset, rather than overwriting it.
6048
6049 Thu Feb 17 00:11:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6050
6051 * config/tc-sh.c ("elf/sh.h"): Include.
6052 (sh_dsp, valid_arch, reg_x, reg_y, reg_efg): New static variables.
6053 (md.begin): Initialize target_arch.
6054 Only include opcodes in has table that match selected architecture.
6055 (parse_reg): Recognize register names for sh-dsp.
6056 (parse_at): Recognize post-modify addressing.
6057 (get_operands): The leading space is now optional.
6058 (get_specific): Remove FDREG_N support. Add support for sh-dsp
6059 arguments. Update valid_arch.
6060 (build_Mytes): Add support for SDT_REG_N.
6061 (find_cooked_opcode): New function, broken out of md_assemble.
6062 (assemble_ppi, sh_elf_final_processing): New functions.
6063 (md_assemble): Use find_cooked_opcode and assemble_ppi.
6064 (md_longopts, md_parse_option): New option: -dsp.
6065 * config/tc-sh.h (elf_tc_final_processing): Define.
6066 (sh_elf_final_processing): Declare.
6067
6068 Fri Feb 11 14:21:51 2000 Jeffrey A Law (law@cygnus.com)
6069
6070 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create
6071 the unwinder subspace. Save the current seg/subseg before creating
6072 the new seg/subseg.
6073
6074 2000-02-10 Nick Clifton <nickc@cygnus.com>
6075
6076 * config/tc-mcore.c (INST_BYTE0): Redefine to handle big and
6077 little endian targets.
6078 (INST_BYTE1): Redefine to handle big and little endian
6079 targets.
6080 (cpu_type): New type: Select between M340 and M210.
6081 (parse_psrmod): New function: Parse the PSRCLR and PSRSET
6082 instructions of the M340.
6083 (md_assemble): Add support for the MULSH and OPSR classes of
6084 instructions.
6085 (md_atof): Add support for little endian targets.
6086 (md_parse_option): Add support for -EL, -EB and -mcpu command
6087 line switches.
6088 (md_convert_frag): Add support for little endian targets.
6089 (md_apply_fix3): Add support for little endian targets.
6090 (md_number_to_chars): Add support for little endian targets.
6091
6092 2000-02-10 Timothy Wall <twall@redhat.com>
6093
6094 * read.c (read_a_source_file): If TC_START_LABEL_WITHOUT_COLON is
6095 defined, use it to verify the symbol just read should be a label.
6096
6097 2000-02-10 Timothy Wall <twall@redhat.com>
6098
6099 * app.c (do_scrub_chars): Handle "||" for parallel instructions
6100 when DOUBLEBAR_PARALLEL is defined. Avoid stripping whitespace
6101 around colons when KEEP_WHITE_AROUND_COLON is defined.
6102 * doc/internals.texi (CPU backend): Document DOUBLEBAR_PARALLEL
6103 and KEEP_WHITE_AROUND_COLON.
6104
6105 2000-02-08 Timothy Wall <twall@redhat.com>
6106
6107 * read.c (s_rept): Call do_repeat, which abstracts the repeat
6108 logic.
6109 (do_repeat): New. Abstract repeat logic so that a "break" can be
6110 implemented.
6111 (end_repeat): New. Provide support for a "break" out of the
6112 repeat loop.
6113 * read.h: Add prototypes for new functions.
6114
6115 2000-02-08 Timothy Wall <twall@redhat.com>
6116
6117 * doc/internals.texi: Document NUMBERS_WITH_SUFFIX macro.
6118 * as.h: Provide a default NUMBERS_WITH_SUFFIX definition (zero).
6119 * expr.c: Handle numbers with suffixes if NUMBERS_WITH_SUFFIX is
6120 non-zero.
6121
6122 2000-02-08 Timothy Wall <twall@redhat.com>
6123
6124 * read.c: Added elseif to directives table.
6125 * read.h: Added prototype for s_elseif.
6126 * doc/as.texinfo: Added description for elseif.
6127 * cond.c (s_elseif): New function
6128
6129 2000-02-04 Timothy Wall <twall@redhat.com>
6130
6131 * listing.c (print_lines): Remove conditionals causing bug in
6132 listings.
6133
6134 2000-02-03 Timothy Wall <twall@cygnus.com>
6135
6136 * as.h: Define OCTETS_PER_BYTE and OCTETS_PER_BYTE_POWER
6137 default values.
6138 * frags.c (frag_new): Calculate fr_fix in octets
6139 (frag_now_fix) Return offset as target address offset (bytes).
6140 (frag_now_fix_octets) New - Return offset in octets (8-bit
6141 quantities).
6142 * frags.h: Added prototype for frag_now_fix_octets().
6143 Distinguish between octets and bytes in field descriptions.
6144 * listing.c (calc_hex): Account for octets vs bytes when
6145 printing addresses/offsets.
6146 (print_lines) Ditto. Also, if LISTING_WORD_SIZE is not 1, and
6147 target is little-endian, print the octets in a word in big-endian
6148 order so that the display looks like a proper hexadecimal number,
6149 instead of having the octets reversed.
6150 * read.c (do_align): When recording alignment, alignment power
6151 should be in terms of target bytes (minimum addressible unit)
6152 instead of octets.
6153 (do_org) Convert ORG target address (byte) argument into an
6154 octet offset when generating a variable fragment.
6155 * symbols.c (resolve_symbol_value): Symbol final value
6156 converted to a target address offset (bytes) from its octet offset.
6157 * config/obj-coff.c (coff_frob_symbol): Symbol target address
6158 offset (bytes) is adjusted by the frag offset (octets) converted
6159 to bytes.
6160 (coff_frob_section) Section alignment power is in terms of bytes;
6161 convert it to an octet alignment power when calculating size (and
6162 size mask) in octets. Don't modify the section size in order to
6163 "align" it for TI COFF, since that format has a different method
6164 for storing alignment information.
6165
6166 2000-02-01 Timothy Wall <twall@cygnus.com>
6167
6168 * stabs.c (generate_asm_file): Escape backslashes in stabs file
6169 entries, matching the way GCC generates them. If not escaped, the
6170 filename is encoded incorrectly.
6171
6172 2000-01-31 Nick Clifton <nickc@cygnus.com>
6173
6174 * config/tc-arm.c (reg_table): Add support for ATPCS register
6175 naming conventions.
6176
6177 2000-01-31 Geoff Keating <geoffk@cygnus.com>
6178
6179 * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define if
6180 already defined.
6181 * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES):
6182 New macro.
6183 * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag
6184 of a symbol when we really care about its value.
6185
6186 2000-01-19 Chandra Chavva <cchavva@cygnus.com>
6187
6188 * config/tc-mcore.c (md_assemble): Give warning message if
6189 operands passes to instruction are more than the spec.
6190
6191 2000-01-27 Thomas de Lellis <tdel@windriver.com>
6192
6193 * config/tc-arm.c (armadjust_symtab): If the assembler is in
6194 Thumb mode but the label seen was not declared as '.thumb_func'
6195 then set the ST_INFO type to STT_ARM_16BIT mode. This allows
6196 correct disassembly of Thumb code bounded by non function labels.
6197
6198 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
6199
6200 * Makefile.am (MULTI_CFILES): Add config/e-i386aout.c
6201 Add dependencies for e-i386aout.o. Fix 2 comment lines.
6202
6203 * Makefile.in: Same here.
6204 Update copyright.
6205
6206 * configure.in: Set bfd_gas for i386-aout when primary target
6207 is bfd. Handle i386aout emulation. Don't use te_file=multi, as
6208 we may need the primary te_file. Remove incorrect comment.
6209
6210 * configure: Regenerate.
6211
6212 * config/e-i386aout.c: New file.
6213
6214 * as.c (USE_EMULATIONS): Move to before print_version_id.
6215 (struct emulation): Add i386aout.
6216 (show_usage): Split text strings. Reformat -a text. Add --em
6217 help.
6218 Update copyright.
6219
6220 * obj.h (struct format_ops): Add s_get_other and s_get_desc.
6221 (aout_format_ops): New.
6222 Update copyright.
6223
6224 * read.c (s_lcomm_internal): Rewrite OBJ_AOUT,OBJ_BOUT
6225 preprocessor conditional and add aout USE_EMULATIONS tests.
6226 (read_a_source_file): Don't pass error strings to printf as
6227 format arg.
6228 Update copyright.
6229
6230 * gasp.c (exp_get_abs): Don't pass error strings to printf as
6231 format arg.
6232 (do_data): Same here.
6233 (process_file): And here.
6234 Update copyright.
6235
6236 * symbols.c (colon): Rewrite "already defined" fatal message
6237 code for aout with USE_EMULATIONS.
6238 Update copyright.
6239
6240 * config/obj-aout.c (OBJ_HEADER): Define.
6241 (obj_pseudo_table): Rename to aout_pseudo_table. Init all
6242 fields of sentinel.
6243 (obj_aout_frob_symbol): Expand S_GET_DESC, S_GET_TYPE,
6244 S_GET_OTHER, S_SET_TYPE macros since we don't need obj-multi
6245 forms here.
6246 (obj_aout_type): Expand S_SET_OTHER here too.
6247 (obj_read_begin_hook): Remove.
6248 (aout_pop_insert): New.
6249 (obj_aout_s_get_other): New.
6250 (obj_aout_s_get_desc): New.
6251 (aout_format_ops): New.
6252 Update copyright.
6253
6254 * config/obj-aout.h (obj_pop_insert): Define so non-multi usage
6255 gets aout_pseudo_table.
6256 (aout_pseudo_table): Declare.
6257 (obj_read_begin_hook): Define.
6258 Update copyright.
6259
6260 * config/obj-coff.c (obj_pseudo_table): Rename to
6261 coff_pseudo_table.
6262 (coff_pop_insert): Use coff_pseudo_table.
6263 (coff_sec_sym_ok_for_reloc): Remove.
6264 (coff_format_ops): Add 0 entries for s_get_size, s_set_size,
6265 and comment all zero entries and remove #if 0 code.
6266 Update copyright.
6267
6268 * config/obj-coff.h (obj_pop_insert): Define.
6269 (coff_pseudo_table): Declare.
6270 Update copyright.
6271
6272 * config/obj-ecoff.c (ecoff_format_ops): Add 0 entries for
6273 s_get_size, s_set_size. Comment all zero entries.
6274 Update copyright.
6275
6276 * config/obj-elf.c (elf_s_get_other): New function.
6277 (obj_read_begin_hook): Rename to elf_obj_read_begin_hook.
6278 (obj_symbol_new_hook): Rename to elf_obj_symbol_new_hook.
6279 (elf_format_ops): Add elf_s_get_other, 0 s_get_size entry, and
6280 comment.
6281 (obj_elf_parse_section_letters): Don't pass error strings to
6282 printf as format arg.
6283 Update copyright.
6284
6285 * config/obj-elf.h (ECOFF_DEBUGGING): Define when
6286 OBJ_MAYBE_ECOFF.
6287 (elf_s_get_other): Declare.
6288 (S_GET_OTHER) Define as elf_s_get_other if not already
6289 defined.
6290 (S_SET_OTHER): Only define when not already defined.
6291 (elf_obj_read_begin_hook): Declare.
6292 (obj_read_begin_hook): Define.
6293 (elf_obj_symbol_new_hook): Declare.
6294 (obj_symbol_new_hook): Define.
6295 Update copyright.
6296
6297 * config/obj-multi.h: Add copyright header and protect against
6298 multiple inclusion. Add * to all function pointers.
6299 (OBJ_HEADER): If defined, include it rather than other defines
6300 in this file.
6301 (obj_frob_file_after_relocs): Test for NULL.
6302 (obj_symbol_new_hook): Here too.
6303 (obj_sec_sym_ok_for_reloc): And here.
6304 (S_GET_OTHER): Define.
6305 (S_GET_DESC): Define.
6306 (ECOFF_DEBUGGING): Remove as it's done in obj-elf.h
6307 (OBJ_MAYBE_ELF): Update comment.
6308
6309 * config/tc-i386.c (i386_immediate): Add OBJ_MAYBE_AOUT to
6310 OBJ_AOUT preprocessor conditional and handle emulation by
6311 testing OUTPUT_FLAVOR.
6312 (i386_displacement): Here too.
6313 (md_section_align): Similarly here.
6314 (i386_target_format): Conditionally compile when more than one
6315 of OBJ_MAYBE_{ELF,COFF,AOUT} defined. Add aout case.
6316 (i386_immediate): Fix error message for aout BFD_ASSMBLER.
6317 (i386_displacement): Here too.
6318 Update copyright.
6319
6320 * config/tc-i386.h (AOUT_TARGET_FORMAT): Define for each TE_*.
6321 Define TARGET_FORMAT for aout only when not multi.
6322 Update copyright.
6323
6324 * config/te-multi.h: Delete file as it's identical to te-generic.h
6325
6326 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
6327
6328 * config/tc-i386.h (DWORD_MNEM_SUFFIX): Delete.
6329 * config/tc-i386.c (DWORD_MNEM_SUFFIX): Rename all occurrences to
6330 LONG_MNEM_SUFFIX.
6331
6332 * config/tc-i386.h (INTEL_DWORD_MNEM_SUFFIX): Rename to
6333 DWORD_MNEM_SUFFIX.
6334 * config/tc-i386.c (INTEL_DWORD_MNEM_SUFFIX): Here too. Fix some
6335 comments.
6336
6337 2000-01-13 Clinton Popetz <cpopetz@cygnus.com>
6338
6339 * config/tc-mips.c (mips_do_align): New function.
6340 * config/tc-mips.h (md_do_align): Define.
6341
6342 2000-01-10 Philip Blundell <philb@gnu.org>
6343
6344 * doc/c-arm.texi (ARM Options): Fix typo.
6345 (ARM-Chars): Correct description of `#'. Mention that `;' is a
6346 line separator for Linux.
6347 * doc/as.texinfo (Comments): Mention the ARM.
6348
6349 2000-01-10 Philip Blundell <pb@futuretv.com>
6350
6351 * configure.in (arm*-*-conix*): New target.
6352 (arm*-*-linux-gnu*): Match instead of arm-*-linux* and
6353 armv*-*-linux-gnu.
6354 * configure: Regenerate.
6355
6356 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
6357
6358 * config/obj-elf.c (elf_pseudo_table): Define visibility pseudos.
6359 (obj_elf_visibility): New function.
6360
6361 * doc/as.texinfo (Visibility): New node: document visibility
6362 pseudo ops.
6363
6364 For older changes see ChangeLog-9899