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