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