change BFD_RELOC_FR30_32 to BFD_RELOC_FR30_48
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
ff95478c 1start-sanitize-fr30
2f536214
NC
21998-12-03 Nick Clifton <nickc@cygnus.com>
3
4 * config/tc-fr30.c (md_cgen_lookup_reloc): Generate
5 BFD_RELOC_FR30_48 instead of BFD_RELOC_FR30_32.
6
38c01dc9
NC
71998-12-02 Nick Clifton <nickc@cygnus.com>
8
9 * config/tc-fr30.c (md_cgen_lookup_reloc): Enable relocs for
10 LDI:20 insn.
11
12f2784d
DB
12Thu Nov 26 11:23:48 1998 Dave Brolley <brolley@cygnus.com>
13
14 * config/tc-fr30.c (md_pcrel_from_section): Restore previous calculation
15 of pcrel point.
16
ff95478c
NC
17Tue Nov 24 17:21:52 1998 Nick Clifton <nickc@cygnus.com>
18
19 * config/tc-fr30.c (md_pcrel_from_section): Fix calculation of
20 pcrel point.
21
22end-sanitize-fr30
f8c41900
GRK
23start-sanitize-vr4xxx
241998-11-24 Gavin Romig-Koch <gavin@cygnus.com>
25
26 * config/tc-mips.c (md_begin): Added mip64vr4xxx as a
27 possible CPU_TARGET.
28
29end-sanitize-vr4xxx
30Tue Nov 24 14:54:38 1998 Nick Clifton <nickc@cygnus.com>
31
32 * config/tc-d10v.c (md_assemble): Make static 'etype' have file
33 scope.
34 (d10v_cleanup): Only generate previous insn if a multiline insn is
35 not pending.
36
0e92e723
NC
37start-sanitize-fr30
38Fri Nov 20 11:41:13 1998 Nick Clifton <nickc@cygnus.com>
39
40 * config/tc-fr30.c (md_cgen_lookup_reloc): Add support for
41 FR30_OPERAND_I32.
42
43end-sanitize-fr30
d2e2384b
NC
44Thu Nov 19 15:01:29 1998 Nick Clifton <nickc@cygnus.com>
45
46 * config/tc-arm.c (md_parse_option): Add support for -marm7xxx and
47 -marm6xxx command line switches.
48
11d06c35
DE
491998-11-18 Doug Evans <devans@casey.cygnus.com>
50
51 * Makefile.am (DEP): Use $(srcdir)/../mkdep.
52 (itbl-ops.o): Delete duplicate dependencies.
53 Rebuild dependencies.
54start-sanitize-fr30
55 Add fr30 dependencies.
56end-sanitize-fr30
57 * Makefile.in: Rebuild.
58
3b0ae696
NC
59Tue Nov 17 13:42:42 1998 Nick Clifton <nickc@cygnus.com>
60
2ca484a7
NC
61start-sanitize-fr30
62 * config/tc-fr30.c (md_cgen_lookup_reloc): Updated to match latest
63 opcode list.
64end-sanitize-fr30
3b0ae696
NC
65 * listing.c: Ignore line terminator characters found inside
66 strings.
67
4ad7b0c3
DB
68start-sanitize-fr30
69Thu Nov 12 19:21:24 1998 Dave Brolley <brolley@cygnus.com>
70
71 * po/gas.pot: Regenerated.
72
5ed0e368
NC
73Thu Nov 12 10:54:16 1998 Nick Clifton <nickc@cygnus.com>
74
b91e1ec1
NC
75 * config/tc-fr30.c (fr30_is_colon_insn): New name for
76 fr30_is_label_start(). Also checks for delay slot insns.
77
5ed0e368
NC
78 * config/tc-fr30.c (fr30_is_label_start): New function: Handle
79 FR30 instructions which contain a colon in the mnemonic.
80
81 * config/tc-fr30.h (TC_START_LABEL): Define this macro.
82
b67f7834
NC
83Wed Nov 11 09:58:21 1998 Nick Clifton <nickc@cygnus.com>
84
85 * config/tc-fr30.c: Removed currently superflous code.
86
8f83181c
NC
87Tue Nov 10 13:13:05 1998 Nick Clifton <nickc@cygnus.com>
88
89 * config/tc-fr30.h: New file.
90 * config/tc-fr30.c: Tweaking so that it will compile.
91
93db5513 92end-sanitize-fr30
de2c5b0d
CM
93Tue Nov 10 14:41:33 1998 Catherine Moore <clm@cygnus.com>
94
95 * config/tc-d10v.h (obj_fix_adjustable): Define.
96 (TC_FORCE_RELOCATION): Define.
97 (d10v_force_relocation): Declare.
98 * config/tc-d10v.c (tc_gen_reloc): Handle Vtable relocs.
99 (md_apply_fix3): Handle Vtable relocs.
100 (d10v_fix_adjustable): New.
101 (d10v_force_relocation): New.
102
a1bda8d6
NC
103Mon Nov 9 14:25:06 1998 Nick Clifton <nickc@cygnus.com>
104
105 * config/tc-d30v.c: Change default behaviour to ignore potential
106 conflicts between register name and symbol names.
107
f3dc77c2 108start-sanitize-fr30
352b0f4d
DB
109Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com>
110
111 * configure.in: Add fr30-*-*.
112 * config/tc-fr30.c: New file.
113 * Makefile.in: Regenerated.
114 * config.in: Regenerated.
115 * configure: Regenerated.
116 * doc/Makefile.in: Regenerated.
117 * po/gas.pot: Regenerated.
118
f3dc77c2 119end-sanitize-fr30
29e9c760
DE
120Mon Nov 2 20:54:16 1998 Doug Evans <devans@canuck.cygnus.com>
121
122 * config/tc-m32r.c (assemble_two_insns): Ensure both insns
123 are 16 bit insns.
124
668f52e0
ILT
125Mon Nov 2 20:10:18 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
126
127 * app.c (do_scrub_begin): Set characters above 127 to be symbol
128 characters.
129 (do_scrub_chars): Add some casts to unsigned char to avoid
130 unwanted sign extension.
131 * read.c (lex_type): Set characters about 127 to be symbol
132 characters.
133 * config/tc-i386.c (md_begin): Set identifier_chars and
134 operand_chars for values above 127.
135
c296a052
GN
136Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
137
138 * configure.in: detect cygwin* instead of cygwin32*
139 * configure: regenerate
140
7a6f6782
NC
141Tue Oct 27 13:18:40 1998 Nick Clifton <nickc@cygnus.com>
142
143 * listing.c: Add support for producing a listing from piped
144 input.
145
d3b42ce1
GRK
146Tue Oct 27 08:56:44 1998 Gavin Romig-Koch <gavin@cygnus.com>
147
148 * config/tc-mips.c (hilo_interlocks): Remove mips_3900.
149 (append_insn): Account for the tx39's multiply behavior.
150
a561cd98
MM
1511998-10-26 Michael Meissner <meissner@cygnus.com>
152
153 * config/tc-m32r.c (assemble_two_insns): Rename assemble_two_insns
154 from assemble_parallel_insns. Add support for '->' to indicate
155 explicitly serializing the instructions.
156 (md_assemble): Ditto.
157
5aa001ff
CM
158Sat Oct 24 15:12:19 1998 Catherine Moore <clm@cygnus.com>
159
160 * config/tc-sh.c (sh_fix_adjustable): Adjust EXTERN and
161 WEAK handling.
162
046381da
CM
163Thu Oct 22 12:41:33 1998 Catherine Moore <clm@cygnus.com>
164
165 * cgen.c (gas_cgen_md_apply_fix3): Revert last change.
166
993b4e8d
RU
167Thu Oct 22 10:03:15 1998 Ron Unrau <runrau@cygnus.com>
168
169 * config/tc-mips.c : support frame and regmask/fregmask when
170 MIPS_STABS_ELF is specified.
171
172Wed Oct 21 11;34:51 1998 Catherine Moore <clm@cygnus.com>
173
174 * config/tc-sh.c (sh_fix_adjustable): Only include if OBJ_ELF.
175 (md_apply_fix): Don't return 1 for VTABLE relocs.
176 * config/tc-sh.h (obj_fix_adjustable): Define only if OBJ_ELF.
177
7540e470
ILT
178Tue Oct 20 11:18:28 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
179
6e1acc62
ILT
180 * doc/c-i386.texi: Replace occurences of "opcode" with
181 "instruction mnemonic", "instruction", or "mnemonic" when
182 referring to the name of an instruction. Use "opcode" when
183 referring to the sequence of machine bytes.
184
185 * config/tc-i386.c (opcode_chars): Rename to mnemonic_chars.
186 (is_opcode_char): Rename to is_mnemonic_char.
187 (md_assemble and i386_operand): Correct error messages from
188 "opcode" to "instruction mnemonic"
189 Rename throughout opcode[] -> mnemonic[], opp -> mnem_p,
190 MAX_OPCODE_SIZE -> MAX_MNEM_SIZE,
191 DWORD_OPCODE_SUFFIX -> DWORD_MNEM_SUFFIX,
192 WORD_OPCODE_SUFFIX -> WORD_MNEM_SUFFIX,
193 BYTE_OPCODE_SUFFIX -> BYTE_MNEM_SUFFIX,
194 SHORT_OPCODE_SUFFIX -> SHORT_MNEM_SUFFIX
195 LONG_OPCODE_SUFFIX -> LONG_MNEM_SUFFIX
196
197 * config/tc-i386.h (*_MNEM_SUFFIX): Rename from *_OPCODE_SUFFIX.
198
7540e470
ILT
199 * config/tc-i386.c (i386_operand): Check for garbage after
200 register name.
201
f5003e7d
ILT
202Tue Oct 20 10:49:42 1998 Ian Lance Taylor <ian@cygnus.com>
203
204 * config/tc-i386.c (md_apply_fix3): Change handling of PCREL reloc
205 for BFD_ASSEMBLER to only change value when COFF if TE_PE.
206
7e2014e0
CM
207Mon Oct 19 20:20:42 1998 Catherine Moore <clm@cygnus.com>
208
209 * config/tc-sh.h (obj_fix_adjustable): Define.
210 * config/tc-sh.c (sh_force_relocation): Handle VT relocs.
211 (md_apply_fix): Likewise.
212 (tc_gen_reloc): Likewise.
213 (sh_fix_adjustable): New.
214
1ab68803
DE
215Mon Oct 19 12:35:43 1998 Doug Evans <devans@seba.cygnus.com>
216
217 * cgen.c (gas_cgen_finish_insn): Update handling of CGEN_INT_INSN_P.
218 * cgen.h (gas_cgen_finish_insn): Update prototype.
219 * config/tc-m32r.c (m32r_insn): CGEN_INT_INSN -> CGEN_INT_INSN_P.
220 cgen_insn_t -> CGEN_INSN_INT.
221 (make_parallel): Update handling of CGEN_INT_INSN_P.
222 (assemble_parallel_insn): Ditto.
223 (target_make_parallel): New function.
224 (md_assemble): Use it.
225
5dbf2f20
CM
226Mon Oct 19 13:16:12 1998 Catherine Moore <clm@cygnus.com>
227
228 * config/tc-m32r.c (m32r_force_relocation): Fix typo.
229
0ef1fa08
JL
230Sun Oct 18 18:48:57 1998 Jeffrey A Law (law@cygnus.com)
231
232 * config/tc-sh.c (md_assemble): Make sure the entire opcode is
233 converted into lower case.
234
0f829c8e
CM
235Fri Oct 16 13:36:34 CDT Catherine Moore <clm@cygnus.com>
236
237 * cgen.c (gas_cgen_md_apply_fix3): Handle VTABLE relocs.
238 (gas_cgen_tc_gen_reloc): Likewise.
239 * config/tc-m32r.h (obj_fix_adjustable): Define.
240 * config/tc-m32r.c (m32r_fix_adjustable): New.
241 (m32r_force_relocation): Handle VTABLE relocs.
242
243Wed Oct 14 11:33:38 1998 Nick Clifton <nickc@cygnus.com>
244
245 * doc/c-arm.texi (ARM Directives): Document .ltorn directive.
246
172fc86d
NC
247Mon Oct 12 11:07:21 1998 Nick Clifton <nickc@cygnus.com>
248
908b9136
NC
249 * config/tc-m32r.c (assemble_parallel_insn): Convert second opcode
250 to lower case before parsing.
251
172fc86d
NC
252 * config/tc-d30v.c (parallel_ok): Ignore conflicts when explicitly
253 parallel insns modift buts in the PSW as a side effect.
254
726a3946
NC
255Thu Oct 8 10:18:33 1998 Nick Clifton <nickc@cygnus.com>
256
257 * config/tc-d30v.c (find_format): Test for missing flag and
258 control registers.
633f5016
NC
259
260 (md_apply_fix3): Fix error messages to avoid
261 assumption about presence of a symbol.
262
263 (parallel_ok): Disallow parallel instructions that both modify the
264 same flag register.
265
266 (find_format): Generate a warning if an odd numbered register is
267 used as the first register in a mutli-register instruction.
726a3946 268
644a2654
NC
269Wed Oct 7 14:09:14 1998 Nick Clifton <nickc@cygnus.com>
270
271 * config/tc-d30v.c (md_apply_fix3): Do not assume that bad
272 relocations are always associated with a symbol.
273
1a113a4c
CM
274Tue Oct 6 09:31:15 1998 Catherine Moore <clm@cygnus.com>
275
276 * tc-sparc.h (TC_FORCE_RELOCATION): Define.
277 (elf32_sparc_force_relocation): Declare.
278 * tc-sparc.c (md_apply_fix3): Handle vtable relocs.
279 (tc_gen_reloc): Handle vtable relocs.
280 (elf32_sparc_force_relocation): New.
281
272cea14
CM
282Mon Oct 5 09:25:32 1998 Catherine Moore <clm@cygnsu.com>
283
284 * symbols.c (S_IS_FUNCTION): New.
285 * config/tc-v850.h (obj_fix_adjustable): Define.
286 (TC_FORCE_RELOCATION): Define.
287 (v850_force_relocation): Declare.
288 * config/tc-v850.c (tc_gen_reloc): Use offset instead
289 of fx_addnumber for VTABLE reloc addends.
290 (md_apply_fix3): Handle VTABLE relocs.
291 (v850_fix_adjustable): New.
292 (v850_force_relocation): New.
293
e963374a
JL
294Mon Oct 5 00:48:52 1998 Jeffrey A Law (law@cygnus.com)
295
296 * tc-hppa.c (fp_operand_format): Add some additional formats.
297 (pa_ip): Do not automatically promote into pa2.0 mode.
298 (pa_level): Handle ".level 2.0".
299start-sanitize-cygnus
300 (struct pa_it): New field "trunc".
301 (pa_parse_fp_cnv_format): New function.
302 (pa_parse_ftest_gfx_completer): New function.
303 (pa_ip): Handle various new letters for PA2.0 support.
304end-sanitize-cygnus
305
b3ef3658
ILT
306Sun Oct 4 20:57:43 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
307
308 * config/tc-i386.c (md_assemble): Handle AMD_3DNOW_OPCODE.
309 * config/tc-i386.h (template.extension_opcode): Change to
310 unsigned int to allow full range of 8-bit opcode suffixes.
311 (None): Redefine as 0xffff.
312
313 From Jeff B Epler <jepler@usgs.gov>
314 * doc/c-i386.texi (i386-SIMD): New section.
315
f2bd8680
RH
316Thu Oct 1 15:37:54 1998 Richard Henderson <rth@cygnus.com>
317
318 * read.c (discard_rest_of_line): New function.
319 * read.h: Declare it.
320 * config/tc-alpha.c (s_alpha_mask, s_alpha_frame): Use it.
321
6d48238d
NC
322Thu Oct 1 10:33:53 1998 Nick Clifton <nickc@cygnus.com>
323
324 * config/tc-d10v.c (find_symbol_matching_register): New function.
325 (find_opcode): Cope with the case where a register name matches
326 a symbol name.
327
b481c113
NC
328Wed Sep 30 10:52:32 1998 Nick Clifton <nickc@cygnus.com>
329
330 * config/tc-v850.c (md_pcrel_from): Rename to
331 v850_pcrel_from_section.
332 (v850_pcrel_from_section): Do not resolves symbols in other
333 sections.
334
335 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
336
4c404e8d
NC
337Mon Sep 28 11:01:20 1998 Nick Clifton <nickc@cygnus.com>
338
339 * config/tc-d10v.c (find_opcode): Generate an error if a register
340 is supplied for an operand that should not be a register.
341
1af37f6b
NC
342Fri Sep 25 10:04:21 1998 Nick Clifton <nickc@cygnus.com>
343
344 * config/tc-d30v.c (write_2_short): But do allow delayed branch
345 instructions to have another instruction in the right bin.
346
a173c5db
NC
347Thu Sep 24 09:28:34 1998 Nick Clifton <nickc@cygnus.com>
348
349 * config/tc-d30v.c (write_2_short): Do not allow instructions in
350 the right container if the left container holds a branch
351 instruction.
352
21056c79
NC
353Wed Sep 23 10:54:29 1998 Nick Clifton <nickc@cygnus.com>
354
355 * config/tc-d30v.c (reg_name_search): Only warn if a name matches
356 both a register name and symbol name.
357 (find_format): Allow correct parsing of MVTSYS and MVFSYS insns.
358
973e995d
NC
359Tue Sep 22 17:49:16 1998 Nick Clifton <nickc@cygnus.com>
360
361 * config/tc-d30v.c (write_2_short): Implement EITHER_BUT_PREFER_MU
362 execution unit class.
363
364 (reg_name_search): If a name matches a register and a symbol,
365 prefer the register.
366 (find_format): Disallow flag registers when a general purpose
367 register is required.
368 If a number is required, but a register has been given, check to
369 see if a symbol with the same name as the register exists, and if
370 so, use that symbol.
371
6c173d73
JW
372Tue Sep 22 16:40:52 1998 Jim Wilson <wilson@cygnus.com>
373
374 * config/obj-elf.h (ECOFF_DEBUGGING): Add missing parens.
375
aa7bf2a8
NC
376Tue Sep 22 15:44:21 1998 Nick Clifton <nickc@cygnus.com>
377
378 * config/tc-d30v.c (find_format): Do not accept flag registers as
379 general purpose registers.
380 (find_format): If an immediate value is expected at a given place
381 in a format, but a register name has been provided instead, check
382 to see if that register name matches the name of a predefined
383 symbol and if it does, then use the symbol instead.
384 (reg_name_search): If a register name matches a symbol name,
385 prefer the register name to the symbol name.
386
3c62de83
DE
387start-sanitize-sky
388Mon Sep 21 13:08:01 1998 Doug Evans <devans@canuck.cygnus.com>
389
390 * config/tc-dvp.c (md_begin): Set st_other field of mpgloc_sym.
391 (assemble_vif,create_vuoverlay_section,s_endmpg,s_vu): Ditto.
392
393end-sanitize-sky
e8dedcb3
NC
394Mon Sep 21 10:42:57 1998 Nick Clifton <nickc@cygnus.com>
395
396 * config/tc-m32r.c (m32r_do_align): After inserting NOPs, reset
397 the previous insn to empty.
398
4abb25ea
MM
3991998-09-20 Michael Meissner <meissner@cygnus.com>
400
401 * config/tc-ppc.c (md_apply_fix3): Do not break string into two
402 pieces, forcing the use of an ANSI compiler.
403
ba590022
ILT
404Sun Sep 20 00:58:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
405
406 * config/tc-m68k.h (TC_FORCE_RELOCATION): New macro. Force vtable
407 relocs.
408 * config/tc-m68k.c (md_apply_fix_2): Do nothing for vtable relocs.
409
3c62de83
DE
410start-sanitize-sky
411Tue Sep 15 17:04:43 EDT 1998 Jim Lemke <jlemke@cygnus.com>
412
413 * config/tc-dvp.c (parse_float): Strtol() will not convert
414 0xFfffFfff properly, it returns 0x7fffFfff.
415 Changed to use strtoul() which does work properly.
416
417end-sanitize-sky
ba590022
ILT
418Tue Sep 15 08:51:07 1998 Catherine Moore <clm@cygnus.com>
419
420 * config/obj-elf.c (obj_elf_vtable_inherit): Handle arm
421 assembler syntax.
422 (obj_elf_vtable_entry): Likewise.
423 * config/tc-arm.h: Define TC_FORCE_RELOCATION for OBJ_ELF.
424 * config/tc-arm.c (md_apply_fix3): Handle VTABLE relocations.
425 (tc_gen_reloc): Likewise.
426 (arm_fix_adjustable): Likewise.
427 (elf32_arm_force_relocation): New.
428 (armelf_frob_symbol): Remove coff-style symbol support.
429
3c62de83
DE
430start-sanitize-sky
431Mon Sep 14 22:28:24 1998 Doug Evans <devans@canuck.cygnus.com>
432
433 * config/tc-dvp.c (parse_float): Support 0fNNN.
434 (tc_gen_reloc): Don't crash if given a pc-relative reloc for .word,
435 just signal an error.
436
437end-sanitize-sky
1891eb9f
RH
438Wed Sep 9 11:27:16 1998 Richard Henderson <rth@cygnus.com>
439
440 * config/tc-i386.c (i386_operand): Fix typo in last patch.
441
d22136dc
CM
442Tue Sep 8 18:10:01 1998 Catherine Moore <clm@cygnus.com>
443
444 * config/tc-arm.c (arm_adjust_symtab): Move #ifdef
445 OBJ_COFF so that routine is defined for a.out format.
446
de1d28b6
RH
447Tue Sep 8 15:56:19 1998 Richard Henderson <rth@cygnus.com>
448
449 * config/tc-i386.c (i386_operand): Detect non-segment registers
450 used as segment prefixes.
451
10926eb0
ILT
452Sat Sep 5 19:00:38 1998 Ian Lance Taylor <ian@cygnus.com>
453
5c275728
ILT
454 * ehopt.c (check_eh_frame): Check the size of the FDE, and don't
455 optimize across FDE boundaries.
456
10926eb0
ILT
457 * config/obj-coff.c (obj_coff_section): Preserve any link once
458 flags when setting the section flags.
459
a03925a2
NC
460Fri Sep 4 17:07:14 1998 Nick Clifton <nickc@cygnus.com>
461
462 * config/tc-arm.h (obj_adjust_symtab): Fixed typo.
463 * config/tc-arm.c (armelf_adjust_symtab): Reformatted.
464
08a63c2c
RH
465Fri Sep 4 13:57:43 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
466
467 * config/tc-sparc.c (in_signed_range): Sign extend 32-bit words
468 to the host width.
469
2dabca81
RH
470Wed Sep 2 11:31:14 1998 Richard Henderson <rth@cygnus.com>
471
472 * frags.c (frag_grow): Include the size of the frag struct in the
473 obstack chunk size.
474
475 * subsegs.c (subseg_set_rest): Adjust the seginfo frchain start
476 if the new subseg comes before the old.
477
b9089139
RH
478Tue Sep 1 15:01:33 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
479
480 * config/tc-sparc.c (sparc_ip): Allow all digits in an instruction
481 to handle edge8 and edge16.
482
11e07ad0
RH
483Mon Aug 31 09:51:14 1998 Richard Henderson <rth@cygnus.com>
484
485 * config/obj-elf.c (obj_elf_vtable_inherit): Print error message
486 before we clobber the symbol involved.
487
cdb3d5f9
CM
488Mon Aug 31 10:58:06 1998 Catherine Moore <clm@cygnus.com>
489
490 * config/tc-arm.c: Remove OBJ_ELF definitions for
491 S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS. Only
492 use arm_adjust_symtab for OBJ_COFF.
493 (armelf_adjust_symtab): New Routine.
494 * config/tc-arm.h: Define obj_adjust_symtab to
495 armelf_adjust_symtab for OBJ_ELF.
496
a1624e3f
RH
497Sat Aug 29 22:18:51 1998 Richard Henderson <rth@cygnus.com>
498
499 * configure.in: Make all i386-elf targets use bfd_gas.
500 * config/tc-i386.c (tc_i386_force_relocation): New.
501 (tc_i386_fix_adjustable): Don't fix vtable relocs.
502 (md_apply_fix3): Likewise.
503 (tc_gen_reloc): Handle them.
504 * config/tc-i386.h (TC_FORCE_RELOCATION): Always define, calling
505 tc_i386_force_relocation.
506
080a50b6
NC
507Mon Aug 24 13:40:21 1998 Nick Clifton <nickc@cygnus.com>
508
509 * config/tc-arm.c (md_show_usage): Improve formatting of --help output.
510
108fb83e
NC
511Fri Aug 21 18:43:48 1998 Nick Clifton <nickc@cygnus.com>
512
513 * config/tc-d30v.c (md_assemble): Copy previous opcode over
514 current opcode after writing the first insturction of a reverse
515 sequential pair.
516
7b3e7df6
DE
517Fri Aug 21 07:30:35 1998 Doug Evans <devans@canuck.cygnus.com>
518
519 * read.h (generate_lineno_debug): Add prototype.
520 * read.c (generate_lineno_debug): Make non-static.
71ac5f50 521start-sanitize-sky
7b3e7df6 522 * config/tc-dvp.c (insert_mpg_marker): Call generate_lineno_debug.
71ac5f50 523end-sanitize-sky
7b3e7df6 524
61c49d66
ILT
525Thu Aug 20 23:17:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
526
527 * config/tc-i386.c (md_assemble): Only warn for address/data size
528 prefixes.
529
e93a31e4
NC
530Thu Aug 20 14:45:08 1998 Nick Clifton <nickc@cygnus.com>
531
532 * config/tc-arm.c (arm_fix_adjustable): Do not adjust relocations
533 against Thumb function names, as the linker needs this information.
603e9cf1 534
ff0f0112
VM
5351998-08-20 Vladimir N. Makarov <vmakarov@cygnus.com>
536
1929bdc7
VM
537 * expr.c (operand): Check also that there is no advance in operand
538 after atof_generic in order to decide "is it label 0f or floating
539 point number?".
bb89d84a 540
26be2423
NC
541Wed Aug 19 09:30:16 1998 Nick Clifton <nickc@cygnus.com>
542
543 * config/tc-m32r.c: Replace double dash prefix to M32R specific
544 command line options with a single dash.
545 * doc/c-m32r.texi: Replace double dash prefix with a single dash.
546
aae39e37
CM
547Tue Aug 18 11:59:43 1998 Catherine Moore <clm@cygnus.com>
548
549 * tc-arm.h: Define obj_fix_adjustable for OBJ_ELF.
550 * tc-arm.c (arm_fix_adjustable): New routine.
551
98b5b2d6
VM
5521998-08-13 Vladimir N. Makarov <vmakarov@cygnus.com>
553
554 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
555 s_float_space, s_struct, cons_worker): Move ignore_rest_of_line or
556 demand_empty_rest_of_line before mri_comment_end.
557 (equals): Check garbage after expression before
558 mri_comment_end in MRI mode.
559
6b34ac5a
ILT
560Thu Aug 13 15:08:42 1998 Ian Lance Taylor <ian@cygnus.com>
561
562 * config/tc-mips.c (macro): Correct M_SGE_I/M_SGEUI_I case for a
563 small immediate constant to use the constant itself rather than
564 always using 1.
565
f0236ec4
ILT
566Wed Aug 12 18:47:38 1998 Ian Lance Taylor <ian@cygnus.com>
567
568 * config/tc-hppa.c (pa_enter): Call as_bad rather than abort.
569 (pa_leave): Likewise.
570
78a1a4f7
ILT
571Wed Aug 12 13:25:03 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
572
573 * config/tc-i386.c (md_assemble): Emit a warning for stand-alone
574 prefixes.
575 (i386_operand): Fix an error message.
576
80522b7d
NC
577Tue Aug 11 14:44:32 1998 Nick Clifton <nickc@cygnus.com>
578
579 * doc/c-arm.texi (ARM Directives): Document .req directive.
580
581 * config/tc-arm.c (reg_required_here): Display erroneous string if
582 the register name could not be decoded.
583 Do not set inst.instruction if the sift is -1.
584
3d759c53
KR
585Mon Aug 10 15:39:56 1998 Richard Henderson <rth@cygnus.com>
586
587 * config/tc-alpha.c (tc_gen_reloc): Bias WEAK symbols just as
588 we do for EXTERN.
589
54af5591
NC
590Mon Aug 10 15:06:18 1998 Nick Clifton <nickc@cygnus.com>
591
592 * config/tc-d30v.c (d30v_align): Always perform alignment request,
593 even if it is belived to be unnecessary.
594
c2e9e83d
ILT
595Mon Aug 10 17:48:09 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
596
597 config/tc-i386.c (i386_operand): Size immediate constants by
598 suffix (erroneously removed as part of July 7 change).
599
f58983c1
CM
600Sun Aug 9 20:45:32 1998 Catherine Moore <clm@cygnus.com>
601
602 * config/obj-elf.h: Check for redefinition of obj_frob_symbol.
603 * config/tc-arm.c: Define S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS.
604 (armelf_frob_symbol): New Routine.
605 * config/tc-arm.h: Define obj_frob_symbol if OBJ_ELF.
606
a582ac33
RH
607Sat Aug 8 15:21:28 1998 Richard Henderson <rth@cygnus.com>
608
609 * config/tc-alpha.c (alpha_fix_adjustable): Don't adjust weak syms.
610
41129369
NC
611Wed Aug 5 15:54:14 1998 Nick Clifton <nickc@cygnus.com>
612
613 * config/tc-arm.c (md_begin): Set BFD private flags depending upon
614 command line switches passed to assembler.
615
faeff397
DE
616Mon Aug 3 14:02:52 1998 Doug Evans <devans@seba.cygnus.com>
617
618 * cgen.h (GAS_CGEN_MAX_FIXUPS): GAS_ prepended, all uses updated.
619 (gas_cgen_opcode_desc): Declare.
620 (gas_cgen_parse_operand): Declare.
621 (*): Prepend gas_ to gas specific fns to denote them as such.
622 All uses updated.
623 * cgen.c (gas_cgen_opcode_desc): New global
624 (gas_cgen_init_parse): Renamed from cgen_asm_init_parse.
625 (queue_fixup): Renamed from cgen_queue_fixup.
626 (*): Prepend gas_ to gas specific fns to denote them as such.
627 All uses updated.
628 (gas_cgen_md_apply_fix3): Update call to insert_operand.
629 (gas_cgen_finish_insn): Renamed from cgen_asm_finish_insn.
630 * config/tc-m32r.c (md_begin): Remove use of CGEN_SYM.
631 Open opcode table and initialize it.
632 (make_parallel): Use gas_cgen_opcode_desc.
633 (assemble_parallel_insn): Ditto. Remove use of CGEN_SYM.
634 (md_assemble): Ditto.
635
edc27ea5
RH
636Sat Aug 1 19:27:30 1998 Richard Henderson <rth@cygnus.com>
637
638 * as.h (debug_info_type): Add entries for unspecified and dwarf*.
639 * ecoff.c (ecoff_generate_asm_lineno): Take no arguments; call
640 as_where ourselves. Provide a stub for !ECOFF_DEBUGGING.
641 * ecoff.h: Move ECOFF_DEBUGGING protection inside GAS_ECOFF_H.
642 Move ecoff_generate_asm_lineno outside ECOFF_DEBUGGING protection.
643 * read.c (generate_lineno_debug): Tidy ECOFF bits. Use
644 DEBUG_UNSPECIFIED rather than DEBUG_NONE for initial test.
645 * config/obj-elf.h (ECOFF_DEBUGGING) [TC_ALPHA]: Define to a variable.
646 (SEPARATE_STAB_SECTIONS): Conditionalize on value of ECOFF_DEBUGGING.
647 (INIT_STAB_SECTION): Likewise.
648 (OBJ_PROCESS_STAB): Likewise.
649
650 * config/tc-alpha.c (md_longopts): New options -mdebug/-no-mdebug.
651 (md_parse_option): Watch for them.
652 (alpha_cur_ent_sym, alpha_flag_mdebug): New variables.
653 (md_begin): Kill neverdef code.
654 (s_alpha_ent, s_alpha_end, s_alpha_mask, s_alpha_frame): New.
655 (s_alpha_prologue): Watch alpha_cur_ent_sym.
656 (s_alpha_coff_wrapper): New.
657 (md_pseudo_table): Trap all ECOFF pseudos.
658
4f528afa 659Fri Jul 31 16:45:54 1998 Ron Unrau <runrau@cygnus.com>
1667e4c2 660
4f528afa
RU
661 Start of changes to remove mdebug section from mips*-elf
662 Based on MIPS_STAB_ELF definition
663 * acconfig.h: undef if not configured
664 * config.in: undef if not configured
665 * config/mips-elf.h: only set ECOFF debugging if not stabs-in-elf
666 * config/tc-mips.c (s_ent): set BSF_FUNCTION
667 * stabs.c (s_stab_generic): flush frag
1667e4c2 668
72d52fcd
CM
669Fri Jul 31 16:14:45 1998 Catherine Moore <clm@cygnus.com>
670
671 * configure.in: (arm-*-elf): Handle.
672 (thumb-*-elf): Handle.
673 * configure: Regenerate.
674 * read.c (stringer): Fix typo in comment.
675 * write.c (fixup_segment): Don't add symbol value to addend if
676 TC_ARM and OBJ_ELF.
677 * config/tc-arm.c (md_section_align): Don't align dwarf debug
678 sections.
679 (tc_gen_reloc): Always set the reloc addend to fixp->fx_offset
680 for OBJ_ELF.
681
e21cafde
FCE
682Thu Jul 30 21:38:43 1998 Frank Ch. Eigler <fche@cygnus.com>
683
684 * config/tc-d30v.c ({cur,prev}_left_kills_right_p): New variables.
685 (write_2_short): Emit warning if new flag is set.
686 (do_assemble): Set flags if left instruction is one of special
687 "right-instruction-killer" type.
688
689Tue Jun 28 18:12:28 1998 Stan Cox <scox@cygnus.com>
690
691 * config/tc-sparc.c (md_number_to_chars, cons_fix_new_sparc):
692 Always output words in debug_info section as big endian.
693 (sparc_target_format): Choose correct bfd target.
694 (md_apply_fix3): Rename BFD_RELOC_SPARC_32LE to BFD_RELOC_SPARC_REV32.
695
711eeac0
JL
696Tue Jul 28 11:01:21 1998 Jeffrey A Law (law@cygnus.com)
697
698 * config/tc-mn10300.c (md_assemble): Fix "errmsg" initialization
699 to work with internationalization code. Issue an error when two
700 operands match that are not allowed to match.
701
f36af4ae
DE
702Mon Jul 27 16:25:58 1998 Doug Evans <devans@canuck.cygnus.com>
703
704 * configure.in (install_tooldir): Allow target to specify whether
705 it wants to be installed in $(tooldir)/bin.
706start-sanitize-sky
707 (dvp-*-*): Don't install in $(tooldir)/bin.
708end-sanitize-sky
709 * configure: Regenerate.
710 * Makefile.am (install-exec-local): Set install-exec-tooldir
711 dependency via configure.
712 * Makefile.in: Regenerate.
713
db36f77f
DE
714Fri Jul 24 19:58:59 1998 Doug Evans <devans@canuck.cygnus.com>
715
716 * Makefile.am (install-exec-local): Split into two ...
717 (install-exec-bindir,install-exec-tooldir): New rules.
718 * Makefile.in: Regenerate.
719
8b898eb1
ILT
720Fri Jul 24 16:31:49 1998 Ian Lance Taylor <ian@cygnus.com>
721
722 * Makefile.am (install-exec-local): Don't remove the file before
723 checking whether $(bindir) == $(tooldir)/bin. From Maciej
724 W. Rozycki <macro@ds2.pg.gda.pl>.
725 * Makefile.in: Rebuild.
726
8041db84
DE
727Fri Jul 24 09:13:46 1998 Doug Evans <devans@canuck.cygnus.com>
728
019b378a
DE
729 * cgen.c: Include libiberty.h.
730 (cgen_md_apply_fix3): Update call to md_cgen_lookup_reloc.
731 (cgen_tc_gen_reloc): Use xmalloc, not bfd_alloc.
732 * cgen.h (cgen_md_apply_fix3,cgen_tc_gen_reloc): Declare.
733 (md_cgen_lookup_reloc)): Declare.
734 (md_cgen_record_fixup_exp): Declare.
735 * config/tc-m32r.h (md_pcrel_from_section): Declare.
736 (m32r_relax_frag): Declare.
737 (cgen_md_apply_fix3): Decls moved to cgen.h.
738 (cgen_record_fixup_exp,cgen_tc_gen_reloc): Ditto.
739 (m32r_cgen_record_fixup_exp): Delete decl.
740 * config/tc-m32r.c (m32r_cpu_desc): #if 0 out.
741 (assemble_nop): Delete.
742 (expand_debug_syms): Delete unused `exp'.
743 (md_cgen_lookup_reloc): Renamed from CGEN_SYM (lookup_reloc).
744 Add default case for -Wall.
745 (m32r_cgen_record_fixup_exp): Add default case for -Wall.
746 (md_atof): Delete unused wordP.
747
748start-sanitize-sky
8041db84
DE
749 * config/tc-dvp.c (assemble_vif): Make label at start of overlay
750 a local label.
751 (create_vuoverlay_section): Put __start_ label at start of overlay
752 for gdb.
753
754end-sanitize-sky
41e9f56c
JL
755Thu Jul 23 13:19:50 1998 Jeffrey A Law (law@cygnus.com)
756
757 * config/tc-mn10300.c (md_assemble): Make sure "errmsg" has a non-NULL
758 value.
759
e4d77412
FCE
760start-sanitize-sky
761Wed Jul 22 17:39:28 1998 Frank Ch. Eigler <fche@cygnus.com>
762
763 * config/tc-dvp.c (parse_float): Accept 0xhex constants
764 also for VU LOI operand.
765
766end-sanitize-sky
1ca26844
ILT
767Wed Jul 22 14:36:56 1998 Ian Lance Taylor <ian@cygnus.com>
768
769 * doc/as.texinfo: Add documentation for .end, .exitm, .fail,
770 .ifc, .ifeqs, .ifge, .ifgt, .ifle, .iflt, .ifnc, .ifne, .ifnes,
771 .print, .purgem, and .struct. Remove documentation for
772 .app-file.
773
b817384c
DE
774Tue Jul 21 16:50:52 1998 Doug Evans <devans@seba.cygnus.com>
775
776 * cgen.c (cgen_md_apply_fix3): set_operand renamed to set_vma_operand.
777 Update call to insert_operand.
778
779start-sanitize-am33
780Tue Jul 21 10:58:47 1998 Jeffrey A Law (law@cygnus.com)
781
782 * config/tc-mn10300.c (md_assemble): Handle autoincrement addressing
783 modes.
784
785end-sanitize-am33
99bf7e37
NC
786Fri Jul 17 11:42:20 1998 Nick Clifton <nickc@cygnus.com>
787
788 * config/tc-m32r.c (ms_show_usage): Formatting changes.
789
f5030612
ILT
790Wed Jul 15 15:38:28 1998 Ian Lance Taylor <ian@cygnus.com>
791
792 * config/tc-i386.c (md_assemble): Don't get confused by trailing
793 whitespace after a prefix operator.
794
1aaf4ccc
RH
795start-sanitize-beos
796Tue Jul 14 15:32:56 1998 Richard Henderson <rth@cygnus.com>
797
798 * configure.in (i386-*-beos{pe,elf,}*): Recognize.
799
800end-sanitize-beos
4a07363f
ILT
801Tue Jul 14 12:33:44 1998 Chris Torek <torek@bsdi.com>
802
803 * config/tc-sparc.c (log2): New static function.
804 (s_reserve): Use log2 to convert alignment before calling
805 record_alignment.
806 (s_common): Use log2 to convert alignment before calling
807 record_alignment and frag_align.
808 (sparc_cons_align): Use log2.
809
04a92367
ILT
810Tue Jul 14 11:58:40 1998 Ian Lance Taylor <ian@cygnus.com>
811
e1aa5206
ILT
812 * config/tc-sparc.c (s_reserve): Set symbol size if OBJ_ELF.
813 (s_common): Likewise.
814
04a92367
ILT
815 * config/tc-sparc.c (sparc_handle_align): Reindent a bit. Correct
816 initialization of waddr.
817 (sparc_elf_final_processing): Add default case to switch.
818
83d0817a
ILT
819Tue Jul 14 11:00:16 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
820
821 * doc/c-i386.texi: Fix a typo. Use the term 80-bit real rather
822 than temporary real.
823
67c66ecc
ILT
824Mon Jul 13 13:55:42 1998 Ian Lance Taylor <ian@cygnus.com>
825
d9348708
ILT
826 * write.c (subsegs_finish): Don't align the segments if there were
827 any errors.
828
f8bca458
ILT
829 * config/obj-coff.c (c_symbol_merge): Correct number of bytes when
830 copying aux information.
831
67c66ecc
ILT
832 * expr.c (make_expr_symbol): Catch attempts to turn an O_big
833 expression into a symbol.
834
f27bdecf
ILT
835Mon Jul 13 13:29:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
836
837 * config/tc-i386.c (mode_from_disp_size): Change arg and return
838 type to unsigned int.
839 (md_assemble): Change type used to store offsets from unsigned
840 long to long.
841 (i386_operand): Switch error check to only call RESTORE_END_STRING
842 once after parse_register.
843
0c407dd6
NC
844Fri Jul 10 16:00:04 1998 Nick Clifton <nickc@cygnus.com>
845
846 * config/tc-v850.c (md_show_usage): Changed format to match that
847 of gcc, ld, etc.
848
849 * as.c (show_usage): Changed format to match that of gcc, ld, etc.
850
4af4a84c
ILT
851Thu Jul 9 12:09:57 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
852
853 * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't adjust vtable
854 relocs.
855 (md_apply_fix_2): Force the symbol of the vtable reloc to be
856 weak.
857
035151d0
ILT
858Thu Jul 9 11:31:54 1998 Ian Lance Taylor <ian@cygnus.com>
859
860 * doc/Makefile.am (MAINTAINERCLEANFILES): Define.
861 * doc/Makefile.in: Rebuild.
862
d7cf212b
JL
863Wed Jul 8 12:18:56 1998 Jeffrey A Law (law@cygnus.com)
864
865 * config/tc-mips.c (mips_ip, case 'i' and 'j'): Mask off high bits
866 for %lo expressions.
867 (mips_ip, case 'u'): Move range check after code to mask
868 off bits in %hi/%lo expressions. Mask off high bits for
869 %lo expressions.
870
9107a66f
ILT
871Tue Jul 7 17:57:38 1998 Ian Lance Taylor <ian@cygnus.com>
872
873 * doc/Makefile.am (gasver.texi): New target.
874 (as.info, as.dvi): Depends upon gasver.texi.
875 * doc/as.texinfo: Include gasver.texi. Mention version number on
876 title page and in top node.
877 * doc/Makefile.in: Rebuild.
878
ad0d51e3
RH
879Tue Jul 7 11:42:16 1998 Richard Henderson <rth@cygnus.com>
880
881 * listing.c (listing_listing): For EDICT_LIST, skip all lines up to
882 but not including the line containing the edict.
883 * listing.h (LISTING_EOF): New.
884 * input-scrub.c (input_scrub_next_buffer): Call it.
885
4edc93e9
ILT
886Tue Jul 7 13:00:37 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
887
5819d632
ILT
888 * config/tc-i386.c (i386_operand): Don't set the size of an
889 immediate address based solely on the suffix and the mode.
890
891 * config/tc-i386.c (md_assemble): Add assertion to make sure
892 overlap2 does not set Imm.
893
4edc93e9
ILT
894 * config/tc-i386.c (space_chars): Remove. The scrubber converts
895 sequences of whitespace to a single space.
896 (is_space_chars): Just compare with space.
897 (md_begin): Don't initialize space_chars.
898 (md_assemble): Just skip a single whitespace character.
899 (i386_operand): Rewrite base-index parsing to use new
900 parse_register, and to skip white space. Skip white space in a
901 number of other places too. Don't give error message if
902 parse_register fails.
903 (parse_register): Change reg_string parameter to be non-const.
904 Add end_op parameter. Skip white space after the `%', and return
905 end of register string. Give error message here rather than
906 caller.
907
4d315b86
ILT
908Fri Jul 3 15:34:34 1998 Ian Lance Taylor <ian@cygnus.com>
909
0378333b 910 Based on patch from Matt Semersky <matts@scd.hp.com>:
4d315b86
ILT
911 * expr.c (op_encoding): Make const.
912 (expr_set_precedence): New function.
913 (expr_begin): Don't set operator rankings, just call
914 expr_set_precedence.
915 * expr.h (expr_set_precedence): Declare.
916 * read.c (s_mri): Call expr_set_precedence.
917
20489f15
ILT
918Thu Jul 2 16:24:58 1998 Ian Lance Taylor <ian@cygnus.com>
919
920 * doc/as.texinfo (Statements): Remove paragraph discussing
921 continuing lines with a backslash. This hasn't worked for years,
922 if it ever did.
923
8e6950e3
ILT
924Thu Jul 2 14:06:22 1998 Klaus Kaempf <kkaempf@rmi.de>
925
926 * obj-vms.c: Add C++ support with ctors/dtors sections. Add weak
927 symbol definitions.
928 (Ctors_Symbols, Dtors_Symbols): New symbol chains.
929 (ps_CTORS, ps_DTORS): New section types.
930 (vms_fixup_xtors_section): New function
931 (Ctors_Psect, Dtors_Psect): Define.
932 (IS_GXX_XTOR): Define
933 (global_symbol_directory): Change check of gxx_bug_fixed to 0.
934 Filter static constructors/destructors and add to
935 Ctors_Symbols/Dtors_Symbols chain.
936 (vms_write_object_file): Write Ctors_Symbols/Dtors_Symbols to
937 appropriate section.
938
939 * tc-alpha.h (TARGET_FORMAT): Rename "evax-alpha" to "vms-alpha".
940 * makefile.vms: Merge vax/vms support.
941
7e656649
RH
942Wed Jul 1 20:06:20 1998 Richard Henderson <rth@cygnus.com>
943
944 * config/obj-elf.c (obj_elf_vtable_inherit, obj_elf_vtable_entry): New.
945 (elf_pseudo_table): Add them.
946 * config/tc-mips.c (mips_force_relocation): Force vtable relocs.
947 (md_apply_fix): Accept them.
948 (mips_fix_adjustable): Don't adjust them.
949 (tc_gen_reloc): Mung BFD_RELOC_VTABLE_ENTRY for Rel.
950 * config/tc-ppc.c (md_apply_fix3): Accept vtable relocs.
951 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Force vtable relocs.
952 (tc_fix_adjustable): Don't adjust them.
953
7c269afb
DE
954Wed Jul 1 16:35:32 1998 Doug Evans <devans@seba.cygnus.com>
955
956 * Makefile.am (CGEN_CPU_PREFIX): New variable.
957 (cgen.o): Use it.
958 * Makefile.in: Regenerate.
959 * configure.in: AC_SUBST cgen_cpu_prefix.
960 * configure: Regenerate.
961
962Wed Jul 1 21:38:56 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
963
964 * config/tc-sh (COND_JUMP_DELAY, COND12_DELAY_LENGTH): Define.
965 Changed all users of COND12_DELAY.
966
f88a2342
JL
967start-sanitize-am33
968Mon Jun 29 14:58:36 1998 Jeffrey A Law (law@cygnus.com)
969
970 * config/tc-mn10300.c (r_registers): Fix typo and add some missing
971 registers.
972
973end-sanitize-am33
b08a983c
GRK
974start-sanitize-branchbug4011
975Mon Jun 29 09:36:27 1998 Gavin Koch <gavin@cygnus.com>
976
977 * config/tc-mips.c (prev_insn_labels): New.
978 (mips_fix_4011_branch_bug): New.
979 (append_insn): Watch for and handle branchs with labels.
980 (mips_no_prev_insn): Initialize prev_insn_labels.
981 (md_longopts,md_parse_option): Add {no-}fix-4011-branch-bug option.
982
983end-sanitize-branchbug4011
3be26805
JL
984Fri Jun 26 11:21:11 1998 Jeffrey A Law (law@cygnus.com)
985
986 * config/tc-mn10300.c (set_arch_mach): New function.
987 (md_pseudo_table): Add pseudo-ops to set the current machine type.
988 (md_begin): Default to mn10300 mode.
989 (md_assemble): Only accept instructions for the core mn10300
990 chip and the active machine type.
991
35111bf8
ILT
992Wed Jun 24 19:06:04 1998 Ian Lance Taylor <ian@cygnus.com>
993
994 * subsegs.h (segment_info_type): Give the struct a name.
995 * config/tc-h8300.h (tc_reloc_mangle): Add prototype.
996 * config/tc-h8500.h (tc_reloc_mangle): Declare.
997 * config/tc-sh.h (sh_coff_reloc_mangle): Add prototype.
998 * config/tc-w65.h (tc_reloc_mangle): Declare.
999 * config/tc-z8k.h (tc_reloc_mangle): Declare.
1000
9576a4d5
CM
1001Wed Jun 24 13:45:00 1998 Catherine Moore <clm@cygnus.com>
1002
1003 * config/tc-v850.c (v850_comm): Restore old section
1004 after common processing.
1005
499ecd2f
ILT
1006Wed Jun 24 11:50:54 1998 Klaus Kaempf <kkaempf@progis.de>
1007
1008 * config/obj-vms.c (Create_VMS_Object_File): Force binary file.
1009
5d626b5e
JL
1010start-sanitize-am33
1011Wed Jun 24 09:38:10 1998 Jeffrey A Law (law@cygnus.com)
1012
1013 * config/tc-mn10300.c (r_registers): Add a0-a3,d0-d3 and e0-e7
1014 as synonyms for "rN" registers.
1015 (xr_registers): Add mcrh, mcrl, mcvf, mdrq and sp as synonyms
1016 for "xrN" registers.
1017 (md_assemble): Fix typo computing the size of relocations.
1018
1019end-sanitize-am33
56a72c45
JW
1020Tue Jun 23 17:47:31 1998 Jim Wilson <wilson@cygnus.com>
1021
1022 * config/tc-h8300.c (do_a_fix_imm, build_bytes): Replace cast to
1023 char with code that explicitly sign-extends.
1024
7699bb0b 1025Tue Jun 23 13:54:57 1998 Nick Clifton <nickc@cygnus.com>
e98d1a32
NC
1026start-sanitize-v850e
1027 * config/tc-v850.c (md_begin): Restore text section as the current
1028 section after creating call table sections.
1029end-sanitize-v850e
7699bb0b
NC
1030 * config/obj-coff.h (SYM_AUXINFO): New macro to conceal ugly
1031 code.
1032
1033 * config/obj-coff.c (c_symbol_merge): Replace complex expresion
1034 with call to macro SYM_AUXINFO.
1035
ff000c2b
ILT
1036Tue Jun 23 15:09:27 1998 Mike Stump <mrs@wrs.com>
1037
1038 * Makefile.am (install-exec-local): Don't let EXEEXT interfere
1039 with the program transform name.
1040 * Makefile.in: Rebuild.
1041
aa3c8d2d
ILT
1042Mon Jun 22 19:52:42 1998 Ian Lance Taylor <ian@cygnus.com>
1043
1044 * config/obj-coff.c (c_symbol_merge): Fix copying of auxiliary
1045 information.
1046
573916e3
JL
1047start-sanitize-am33
1048Mon Jun 22 13:45:19 1998 Jeffrey A Law (law@cygnus.com)
1049
1050 * config/tc-mn10300: Handle FMT_D10 instructions.
1051
1052end-sanitize-am33
bc7809ee
ILT
1053Mon Jun 22 15:18:58 1998 Ian Lance Taylor <ian@cygnus.com>
1054
1055 * config/tc-i386.c (i386_operand): Be prepared for a space between
1056 the open parenthesis and the start of the register operand,
1057 because of the June 16 change.
1058
25eafc5b
FCE
1059start-sanitize-r5900
1060Mon Jun 22 11:08:07 1998 Frank Ch. Eigler <fche@cygnus.com>
1061
1062 * config/tc-mips.c (mips_ip): Allow VU vi and vf registers
1063 to be named with a `$' prefix. Likewise, allow CFC2/CTC2 to
1064 refer to "$viNN" registers.
1065
1066end-sanitize-r5900
4d865f1b
ILT
1067Sun Jun 21 21:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
1068
1069 * config/tc-sh.c (md_apply_fix): Handle weak symbols correctly if
1070 BFD_ASSEMBLER.
1071
1d248b62
NC
1072Sun Jun 21 12:26:36 1998 Nick Clifton <nickc@cygnus.com>
1073
1074 * config/tc-d30v.c (d30v_align): Always perform alignment request,
1075 even if it is belived to be unnecessary.
1076
f26a3299
JL
1077start-sanitize-r5900
1078Fri Jun 19 19:56:50 1998 Jeffrey A Law (law@cygnus.com)
1079
1080 * config/tc-mips.c (hilo_interlocks): Check mips_5900, not
1081 mips_cpu == 5900.
1082
1083end-sanitize-r5900
68a3f9c5
JL
1084start-sanitize-am33
1085Fri Jun 19 16:49:56 1998 Jeffrey A Law (law@cygnus.com)
1086
1087 * config/tc-mn10300.c (md_assemble): Handle FMT_D8 and FMT_D9
1088 instruction formats. Handle MN10300_OPERAND_24BIT modifier.
1089 (mn10300_insert_operand): Likewise.
1090 (mn10300_check_operand): Likewise.
1091
1092end-sanitize-am33
622b1860
ILT
1093Fri Jun 19 13:57:06 1998 Ian Lance Taylor <ian@cygnus.com>
1094
1095 * write.c (adjust_reloc_syms): Never adjust relocs against weak
1096 symbols.
1097 * config/tc-mips.c (md_apply_fix): Adjust accordingly.
1098
e7ffb037
JL
1099Fri Jun 19 09:50:17 1998 Jeffrey A Law (law@cygnus.com)
1100
1101start-sanitize-am33
1102 * config/tc-mn10300.c (r_registers): Add missing registers.
1103 (xr_registers): New set of registers.
1104 (xr_register_name): New function.
1105 (md_assemble): Handle XRREG and PLUS operands. Tweak handling of
1106 RREG operand insertion. Handle new D6 and D7 instruction formats.
1107end-sanitize-am33
1108 * config/tc-mn10300.c (mn10300_insert_operand): Do not hardcode the
1109 shift amount for a repeated operand. The shift amount for the
1110 repeated copy comes from the size of the operand.
1111
daaab34a
JL
1112Fri Jun 19 00:44:19 1998 Jeffrey A Law (law@cygnus.com)
1113
1114 * config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
1115
9bae4578
DE
1116start-sanitize-sky
1117Fri Jun 19 00:04:26 1998 Doug Evans <devans@seba.cygnus.com>
1118
1119 * config/tc-dvp.c (md_apply_fix3): Handle new relocs
1120 BFD_RELOC_MIPS_DVP_11_S4, BFD_RELOC_MIPS_DVP_U15_S3.
1121
1122end-sanitize-sky
82169ece
JL
1123start-sanitize-am33
1124Wed Jun 17 18:09:03 1998 Jeffrey A Law (law@cygnus.com)
1125
1126 * config/tc-mn10300.c (r_registers): New register table.
1127 (r_register_name): New function.
1128 (md_assemble): Handle new am33 operand types.
1129
1130end-sanitize-am33
31493cdf
ILT
1131Wed Jun 17 13:07:05 1998 Ian Lance Taylor <ian@cygnus.com>
1132
1133 * config/tc-mips.c (md_show_usage): Fix -mipsN usage.
1134
fe55a7e7
ILT
1135Tue Jun 16 13:06:21 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1136
1137 * app.c (do_scrub_begin): If tc_symbol_chars is defined, treat all
1138 characters in it as LEX_IS_SYMBOL_COMPONENT.
1139 * config/tc-i386.h (tc_symbol_chars): Define.
1140 (extra_symbol_chars): Declare.
1141 * config/tc-i386.c (extra_symbol_chars): Define.
1142 (comment_chars): Don't use '/' as comment start if TE_LINUX.
1143 (line_comment_chars): Set to '/' if TE_LINUX.
1144 * doc/c-i386.texi (i386-prefixes): Update.
1145 * doc/internals.texi (CPU backend): Document tc_symbol_chars.
1146
27a0ce88
TT
1147Fri Jun 12 13:36:54 1998 Tom Tromey <tromey@cygnus.com>
1148
1149 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
1150 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
1151
79259a91
DE
1152start-sanitize-sky
1153Fri Jun 12 12:46:57 1998 Doug Evans <devans@canuck.cygnus.com>
1154
1155 * config/tc-dvp.c (create_vuoverlay_section): Don't set a non-zero
1156 section vma.
1157
1158end-sanitize-sky
9b8eef07
VM
11591998-06-12 Vladimir N. Makarov <vmakarov@cygnus.com>
1160
a85e84c5
VM
1161 * config/tc-d10v.c (md_apply_fix3): Checking displacement
1162 constraint in instructions REP & REPI.
9b8eef07 1163
4250a532
NC
1164Thu Jun 11 08:56:46 1998 Nick Clifton <nickc@cygnus.com>
1165
d32f7037
NC
1166 * config/tc-d30v.c (md_apply_fix3): Catch BFD_RELOC_8,
1167 BFD_RELOC_16, BFD_RELOC_64 and issue appropriate error messages.
1168
671cdc7e
NC
1169 (check_range): If the operand is shifted, then shift the number
1170 before checking its range.
1171
e2a15d35
NC
1172 * write.c (adjust_reloc_syms): Add more checks for NULL pointers.
1173
4250a532
NC
1174 * config/tc-v850.c (v850_comm): Set SEC_COMMON bit on special
1175 common sections.
1176
fb970279
NC
1177Wed Jun 10 17:26:35 1998 Nick Clifton <nickc@cygnus.com>
1178
1179 * config/tc-v850.c (v850_comm): Create special sections as needed.
1180
c2a5732b
VM
11811998-06-10 Vladimir N. Makarov <vmakarov@cygnus.com>
1182
1183 * config/tc-d10v.c (write_2_short): Addition of swapping
1184 instructions for sequential and reverse sequential order when
1185 given order is not possible.
1186
8b9286ec
DE
1187start-sanitize-sky
1188Tue Jun 9 12:20:44 1998 Doug Evans <devans@canuck.cygnus.com>
1189
1190 * config/tc-dvp.c (assemble_vu): Print better error message if
1191 lower insn is missing.
1192
1193end-sanitize-sky
9d0a6b00
ILT
1194Tue Jun 9 13:52:53 1998 Ian Lance Taylor <ian@cygnus.com>
1195
1196 * Makefile.am: Rebuild dependencies.
1197 (DEP_INCLUDES): Fix reference to intl build directory.
1198 * Makefile.in: Rebuild.
1199
284f02bb
ILT
1200Tue Jun 9 12:20:05 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1201
e03a9757
ILT
1202 * doc/c-i386.texi: Update 16 bit documentation.
1203
284f02bb
ILT
1204 * config/tc-i386.h: Change Data16 to Size16, Data32 to Size32,
1205 IgnoreDataSize to IgnoreSize as they are used for address size as
1206 well as data size.
1207 * config/tc-i386.c: Likewise. Add code to reject addr32/data32 in
1208 32-bit mode, similarly addr16/data16 and variants.
1209
7a0f469b
NC
1210Mon Jun 8 18:32:01 1998 Nick Clifton <nickc@cygnus.com>
1211
1212 * config/tc-d30v.c (md_assemble): Fix handling of reverse
1213 sequential word multiply instructions.
1214
1215 (do_assemble): Add extra command line argument, to allow mul32
1216 attribute to be preserved across parallel insns.
1217 (md_assemble): Insert NOPs between explicitly parallel insns which
1218 contain an 32 bit multiply and a 16 multiply.
1219
2dc7ca50
DE
1220start-sanitize-sky
1221Mon Jun 8 15:41:43 1998 Doug Evans <devans@canuck.cygnus.com>
1222
1223 * config/tc-dvp.c (dvp_relax_frag): Adjust target address by stretch.
1224
1225end-sanitize-sky
0351b70c
ILT
1226Mon Jun 8 12:20:30 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1227
1228 * config/tc-i386.c: REPNE renamed to REPNE_PREFIX_OPCODE, and
1229 likewise for REPE.
1230
1231 * config/tc-i386.c (reloc): Add braces.
1232
1233 * config/tc-i386.c (struct _i386_insn): Rename bi to sib to be
1234 consistent with Intel naming.
1235 * config/tc-i386.h (base_index_byte): Rename to sib_byte. Don't
1236 use bitfields in sib_byte.
1237 (modrm_byte): Don't use bitfields here either.
1238
1239 * config/tc-i386.c (current_templates): Add const.
1240 (parse_register): Add const to return, param, and char *s.
1241 (i386_operand): Add const to reg_entry *r.
1242 * config/tc-i386.h (templates): Add const to start, end.
1243
1244 Inspired by code for 16 bit gas support from Martynas Kunigelis
1245 <martynas@nm3.ktu.lt>:
1246 * config/tc-i386.c (md_assemble): Add full support for 16 bit
1247 modrm, and Jump, JumpByte, JumpDword, JumpInterSegment insns.
1248 (uses_mem_addrmode): Remove.
1249 (md_estimate_size_before_relax): Add support here too.
1250 (md_relax_table): Rewrite interface to md_relax for 16 bit
1251 support.
1252 (BYTE, WORD, DWORD, UNKNOWN_SIZE): Remove.
1253 (opcode_suffix_to_type): Remove.
1254 (CODE16, SMALL, SMALL16, BIG, BIG16): Define.
1255 (SIZE_FROM_RELAX_STATE): Modify to suit above.
1256 (md_convert_frag): Likewise.
1257 (i386_operand): Add support for 16 bit base/index regs,
1258 immediates, and displacements. Remove some unnecessary casts, and
1259 localise end_of_operand_string, displacement_string_start,
1260 displacement_string_end variables. Add GCC_ASM_O_HACK.
1261 * config/tc-i386.h (NO_BASE_REGISTER_16): Define.
1262
1263 * config/tc-i386.c (prefix_hash): Remove.
1264 (md_begin): Rewrite without obstacks. Remove prefix hash table
1265 handling. Rewrite lexical table handling.
1266 (i386_print_statistics): Don't print prefix statistics.
1267 (md_assemble): Rewrite instruction parser so that line is not
1268 converted to lower case. Don't do a hash_find for prefixes,
1269 instead recognise them via opcode modifier.
1270 (expecting_operand, paren_not_balanced): Localise variables.
1271 * config/tc-i386.h (IsPrefix): Define.
1272 (prefix_entry): Remove.
1273
1274 * config/tc-i386.h (PREFIX_SEPERATOR): Don't define.
1275 * config/tc-i386.c (PREFIX_SEPARATOR): Define here instead, using
1276 '\\' in case where comment_chars contains '/'.
1277
1278 * config/tc-i386.c (MATCH): Ensure given operand and template
1279 match for JumpAbsolute. Makes e.g. `ljmp table(%ebx)' invalid;
1280 you must write `ljmp *table(%ebx)'.
1281
1282 From H.J. Lu <hjl@gnu.org>:
1283 * config/tc-i386.c (BFD_RELOC_16, BFD_RELOC_16_PCREL): Define
1284 as 0 ifndef BFD_ASSEMBLER.
1285 (md_assemble): Allow immediate operands without suffix or
1286 other reg operand to default in size to the current code size.
1287
3f59a763
CM
1288start-sanitize-v850e
1289Mon Jun 8 09:45:00 1998 Catherine Moore <clm@cygnus.com>
1290
1291 * config/tc-v850.c (md_begin): Restore creation of
1292 .call_table_text and .call_table_data sections.
1293
1294end-sanitize-v850e
dbf2a522
NC
1295Sat Jun 6 00:02:41 1998 Nick Clifton <nickc@cygnus.com>
1296
1297 * config/tc-d30v.c (md_assemble): Set execution type to unknown
1298 after emitting a word of noops.
1299
73a8be66
ILT
1300Fri Jun 5 23:27:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1301
1302 * config/tc-i386.c (mode_from_disp_size): Disp16 is mode 2.
1303 (i386_operand): Simplify checks for valid base/index combinations.
1304 Disallow `in 4(%dx),%al'.
1305
1306 * config/tc-i386.c (struct _i386_insn): Make regs, base_reg, and
1307 index_reg const.
1308 (add_prefix): Change parameter from char to int.
1309
1310 * config/tc-i386.h (Ugh): Define opcode modifier.
1311 * config/tc-i386.c (md_assemble): Print warnings for Ugh insns.
1312
1313 * config/tc-i386.c (md_assemble): Rewrite MATCH and
1314 CONSISTENT_REGISTER_MATCH macros to check register types more
1315 thoroughly. Check for illegal suffix/operand combinations
1316 when matching insns with operands. Handle new `s' suffix, and
1317 associated FloatMF opcode modifier for float insns with memory
1318 operands.
1319 * config/tc-i386.h (FloatMF): Define new opcode modifier.
1320 (No_sSuf, No_bSuf, No_wSuf, No_lSuf): Likewise.
1321 (SHORT_OPCODE_SUFFIX, LONG_OPCODE_SUFFIX): Define.
1322 * config/tc-i386.c: Rename WORD_PREFIX_OPCODE to
1323 DATA_PREFIX_OPCODE throughout.
1324
1325 * config/tc-i386.c (REGISTER_WARNINGS): Define.
1326 (md_assemble): Rewrite suffix/register operand checking code to be
1327 more thorough. Remove Abs8,16,32. Change occurrences of Mem to
1328 AnyMem, the better to grep.
1329 (pi): Remove Abs.
1330 (i386_operand): Don't set Mem bits in i.types[this_operand] when
1331 given a memory operand. Don't set Abs bits either.
1332 (type_names): Remove Mem*, Abs*.
1333 * config/tc-i386.h (Mem8, Mem16, Mem32, Abs8, Abs16, Abs32): Don't
1334 define opcode_modifiers as these cases are handled by Disp8,
1335 Disp16, Disp32 and suffix checks.
1336 (COMES_IN_BOTH_DIRECTIONS): Remove.
1337 (FloatR): Define. It's OK to share the bit with ReverseRegRegmem.
1338
1339 * config/tc-i386.c (md_assemble): Don't emit operand size prefix
1340 if IgnoreDataSize modifier given. Remove ShortformW modifier
1341 test. Add test for ShortForm in W base_opcode modification.
1342 Merge Seg2ShortForm and Seg3ShortForm code.
1343 * config/tc-i386.h (ShortFormW): Remove.
1344 (IgnoreDataSize): Define.
1345
bc67c823
NC
1346Fri Jun 5 10:50:53 1998 Nick Clifton <nickc@cygnus.com>
1347
1348 * config/tc-d30v.c (md_assemble): Store previous segment state
1349 with previous instruction.
1350
aa56747a 1351Wed Jun 3 18:21:56 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
ec1e6bb8
ILT
1352
1353 * config/tc-i386.c (SCALE1_WHEN_NO_INDEX): Define.
1354 (ebp, esp): Remove static variables.
1355 (MATCH): Remove test for InOutPortReg.
1356 (i386_operand): Properly handle InOutPortReg here instead.
1357 Disallows `inb (%dx,2)', `inb %es:(%dx)' and `mov (%dx),%ax'
1358 (md_assemble): Simplify and correct modrm and sib generation.
1359 (i386_operand): Add warning for scale without index.
1360 Rewrite checks for valid base/index combinations.
1361
aa56747a
ILT
1362 * config/tc-i386.c (END_STRING_AND_SAVE): Protect arguments of
1363 macros and enclose in do while(0).
1364 (RESTORE_END_STRING): Likewise.
1365 (md_assemble): Add one to printed operand number so we start
1366 from 1 not 0. Add some more gettext invocations.
1367 (i386_operand): Fix `%%s' -> `%%%s'. Inc printed operand
1368 number here too.
1369
1370 * config/tc-i386.h (WAIT_PREFIX, LOCKREP_PREFIX, ADDR_PREFIX,
1371 DATA_PREFIX, SEG_PREFIX): Define.
1372 * config/tc-i386.c (struct _i386_insn): Remove wait_prefix field.
1373 (check_prefix): Remove function.
1374 (add_prefix): New function. Add prefix to i.prefix as well as
1375 doing checks.
1376 (md_assemble): Changes for add_prefix. Remove hack for wait
1377 prefix, instead always output prefixes in fixed order. Test
1378 for jcxz/loop when selecting between word & dword operations,
1379 and add address size prefix rather than operand size prefix.
1380 Remove operand -> address size hack when emitting jcxz/loop.
1381 (i386_operand): Remove O_Absent check as it's done in expr.
1382
921d7728
ILT
1383Wed Jun 3 15:09:10 1998 Ian Lance Taylor <ian@cygnus.com>
1384
1385 * configure.in: Recognize m5200 as a cpu_type of m68k.
1386 * aclocal.m4: Rebuild with current libtool.
1387 * configure: Rebuild.
1388
5b3fc700
ILT
1389Wed Jun 3 14:11:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1390
1391 * config/tc-m68k.c (md_estimate_size_before_relax): Add more calls
1392 to relaxable_symbol to prevent references to external symbol from
1393 being relaxed.
1394
1395Wed Jun 3 14:10:36 1998 Ian Lance Taylor <ian@cygnus.com>
1396
1397 * config/tc-m68k.c (relaxable_symbol): If TARGET_OS is "elf", all
1398 symbols are relaxable.
1399
7f7d7bc0
DE
1400start-sanitize-sky
1401Wed Jun 3 10:26:04 1998 Doug Evans <devans@canuck.cygnus.com>
1402
1403 * config/tc-dvp.c (md_begin): Change alignment of .DVP.ovlytab to 4.
1404 (create_vuoverlay_section): Entries are 4 bytes not 8.
1405
1406end-sanitize-sky
1e3fba9b
CM
1407Wed Jun 3 09:16:00 1998 Catherine Moore <clm@cygnus.com>
1408
1409 * config/tc-v850.c (md_begin): Don't create special
1410 sections by default.
1411
edc8f76e
JL
1412Tue Jun 2 14:52:56 1998 Jeffrey A Law (law@cygnus.com)
1413
1414 * config/tc-mips.c (macro): For div and udiv, close the
1415 reorder block as soon as possible.
1416
936433a9
ILT
1417Tue Jun 2 15:36:13 1998 Ian Lance Taylor <ian@cygnus.com>
1418
1419 From Matt Semersky <matts@scd.hp.com>:
1420 * macro.c (macro_mri_mode): New function.
1421 * macro.h (macro_mri_mode): Declare.
1422 * read.c (s_mri): Call macro_mri_mode when switching in and out of
1423 MRI mode.
1424
d05d27a9
ILT
1425Tue Jun 2 13:32:22 1998 Klaus Kaempf <kkaempf@progis.de>
1426
1427 * config/tc-alpha.c (s_alpha_comm): Allow alignment parameter in
1428 OBJ_EVAX case.
1429
f9997132
ILT
1430 * config/tc-alpha.c (s_alpha_comm): Defer restoring character
1431 until after xstrdup in OBJ_EVAX case.
1432
dfe2482a
ILT
1433Tue Jun 2 13:11:13 1998 Pat Rankin <rankin@eql.caltech.edu>
1434
1435 * config/tc-vax.c (md_create_short_jump): Fix off by two bug in
1436 offset calculation. Also, use VAX_BRW from vax-inst.h instead
1437 of hardcoded magic number.
1438 (md_create_long_jump): Use VAX_JMP and VAX_ABSOLUTE_MODE macros.
1439
83e20701
DE
1440Tue Jun 2 09:25:34 1998 Doug Evans <devans@canuck.cygnus.com>
1441
c68b56ef
DE
1442 * read.c (do_s_func): New function.
1443 (s_func): Call it.
1444 * read.h (do_s_func): Add prototype.
1445start-sanitize-sky
1446 * config/tc-dvp.c (md_pseudo_table): Add .func/.endfunc.
1447 (s_dvp_func): New function.
1448end-sanitize-sky
83e20701 1449
be294de6
JL
1450start-sanitize-r5900
1451Mon Jun 1 17:04:56 1998 Jeffrey A Law (law@cygnus.com)
1452
1453 * config/tc-mips.c (hilo_interlocks): The r5900 has HILO interlocks.
1454
1455end-sanitize-r5900
27f6715d
DE
1456Mon Jun 1 12:47:30 1998 Doug Evans <devans@canuck.cygnus.com>
1457
1458 * config/tc-m32r.c (m32r_do_align): Only fill code sections with
1459 nops if fill pattern not specified.
1460
8b398c53
ILT
1461Mon Jun 1 14:08:35 1998 Ian Lance Taylor <ian@cygnus.com>
1462
1463 From Andrew Crabtree <andrewc@typhoon.rose.hp.com>:
1464 * config/te-go32.h (TE_GO32): Define.
1465 * config/tc-i386.h (LOCAL_LABEL): Don't define if TE_GO32.
1466
c3b51879
DE
1467Sun May 31 15:43:06 1998 Doug Evans <devans@canuck.cygnus.com>
1468
082a41fc
DE
1469 Implement .func/.endfunc pseudo-ops.
1470 * read.h (stabs_generate_asm_func,stabs_generate_asm_endfunc): Declare.
1471 (s_func): Declare.
1472 * read.c (potable): Add .func,.endfunc.
1473 (s_func): New function.
1474 * stabs.c (stabs_generate_asm_func,stabs_generate_asm_endfunc): New
1475 functions.
1476 (in_doc_func_p,current_function_label): New static globals.
1477 (stabs_generate_asm_lineno): Emit function relative stabs if in .func.
1478
1479start-sanitize-sky
c3b51879
DE
1480 * config/tc-dvp.h (ELF_TC_SPECIAL_SECTIONS): Delete .vuoverlay_table.
1481 (VUOVERLAY_SECTION_PREFIX,VUOVERLAY_TABLE_SECTION_NAME): Delete.
1482 * config/tc-dvp.c (vuoverlay_string_section): New static global.
1483 (md_begin): Create overlay string section.
1484 (create_vuoverlay_section): Put section name in overlay string section.
dbef2779
DE
1485 Put string's offset in overlay table entry. Set SEC_CODE flag for
1486 overlay sections.
c3b51879
DE
1487
1488end-sanitize-sky
04e6b63b
ILT
1489Fri May 29 18:13:12 1998 Ian Lance Taylor <ian@cygnus.com>
1490
1491 * config/tc-a29k.h (WORKING_DOT_WORD): Define.
1492 * config/tc-alpha.h (WORKING_DOT_WORD): Define.
1493 * config/tc-arm.h (WORKING_DOT_WORD): Define.
1494 * config/tc-h8300.h (WORKING_DOT_WORD): Define.
1495 * config/tc-h8500.h (WORKING_DOT_WORD): Define.
1496 * config/tc-hppa.h (WORKING_DOT_WORD): Define.
1497 * config/tc-i860.h (WORKING_DOT_WORD): Define.
1498 * config/tc-i960.h (WORKING_DOT_WORD): Define.
1499 * config/tc-tic30.h (WORKING_DOT_WORD): Define.
1500 * config/tc-w65.h (WORKING_DOT_WORD): Define.
1501 * config/tc-z8k.h (WORKING_DOT_WORD): Define.
1502 * config/tc-a29k.c: Don't define md_short_jump_size,
1503 md_long_jump_size, md_create_short_jump or md_create_long_jump.
1504 * config/tc-alpha.c: Likewise.
1505 * config/tc-alpha.h: Likewise.
1506 * config/tc-arm.c: Likewise.
1507 * config/tc-h8300.c: Likewise.
1508 * config/tc-h8500.c: Likewise.
1509 * config/tc-hppa.c: Likewise.
1510 * config/tc-i860.c: Likewise.
1511 * config/tc-i960.c: Likewise.
1512 * config/tc-ppc.c: Likewise.
1513 * config/tc-sh.c: Likewise.
1514 * config/tc-sparc.h: Likewise.
1515 * config/tc-tic30.c: Likewise.
1516 * config/tc-w65.c: Likewise.
1517 * config/tc-z8k.c: Likewise.
1518
1a20177a
ILT
1519Fri May 29 16:03:26 1998 Pat Rankin <rankin@eql.caltech.edu>
1520
1521 * config/tc-vax.c (_): Delete this macro used for placeholder
1522 values in vax_operand_width_size; it conflicts with the _() macro
1523 used for internationalization.
1524
dcb76edb
ILT
1525Fri May 29 13:46:07 1998 Ian Lance Taylor <ian@cygnus.com>
1526
ca16ec5c
ILT
1527 * symbols.c (symbol_find_base): Fix case insensitive symbol name
1528 code. From Chris Moller <moller@bops.com>.
1529
4ea49053
ILT
1530 Based on patch from Klaus Kaempf <kkaempf@progis.de>:
1531 * struc-symbol.h (struct broken_word): Add seg and subseg fields.
1532 * read.c (emit_expr): Initialize seg and subseg fields of a new
1533 broken word.
1534 * write.c (write_object_file): Switch to the appropriate segment
1535 and subsegment when processing a broken word.
1536
dcb76edb
ILT
1537 * config/tc-m68k.c (mri_assemble): New static function.
1538 (build_mri_control_operand): Call mri_assemble rather than
1539 md_assemble.
1540 (s_mri_else, s_mri_break, s_mri_next, s_mri_for): Likewise.
1541 (s_mri_endf, s_mri_endw): Likewise.
1542
1554baf3
DE
1543start-sanitize-sky
1544Thu May 28 16:23:08 1998 Doug Evans <devans@canuck.cygnus.com>
1545
1546 * config/tc-dvp.h (ELF_TC_SPECIAL_SECTIONS): Add .vuoverlay_table.
1547 (dvp_frob_file): Declare.
1548 (tc_frob_file): Define.
1549 (VUOVERLAY_SECTION_PREFIX,VUOVERLAY_TABLE_SECTION_NAME): New macros.
1550 * config/tc-dvp.c (VUOVERLAY_START_PREFIX): New macro.
1551 (vuoverlay_section_name,create_vuoverlay_section): New functions.
1552 (vuoverlay_section,vuoverlay_table_section): New static globals.
1553 (ovlysym_table): New static global.
1554 (md_begin): Create .vuoverlay_table section.
1555 (assemble_vif): Call create_vuoverlay_section for each mpg.
1556 (dvp_frob_label): Record vu labels in ovlysym_table for later
1557 movement from absolute section to their overlay section.
1558 (dvp_frob_file): New function.
1559 (md_apply_fix3): For 8/16/32/64 bit relocs, only process if fx_done.
1560
1561end-sanitize-sky
8a9c1481
ILT
1562Wed May 27 11:16:25 1998 Ian Lance Taylor <ian@cygnus.com>
1563
899c697b
DE
1564 * read.c (s_org): Call md_flush_pending_output if it is defined.
1565
8a9c1481
ILT
1566 * config/tc-sparc.c (md_show_usage): Add \n\ to new string.
1567
fc23c14e
SC
1568Tue May 26 19:27:52 1998 Stan Cox <scox@equinox.cygnus.com>
1569
1570 * config/tc-sparc.c (OPTION_LITTLE_ENDIAN_DATA): New.
1571 (md_parse_option): Add for same.
1572 (sparc_md_end): Set bfd_mach_sparc_sparclite_le.
1573 (md_apply_fix3, tc_gen_reloc): Allow BFD_RELOC_SPARC_32LE.
1574 (cons_fix_new_sparc): Added to create BFD_RELOC_SPARC_32LE.
1575
1576 * config/tc-sparc.h (cons_fix_new_sparc): Added.
1577
899c697b
DE
1578start-sanitize-sky
1579Fri May 22 11:47:01 1998 Doug Evans <devans@canuck.cygnus.com>
1580
1581 * config/tc-dvp.c (assemble_one_insn): Parse suffix operands
1582 even when missing in input string.
1583
1584end-sanitize-sky
9c92d370
NC
1585Thu May 21 15:02:41 1998 Nick Clifton <nickc@cygnus.com>
1586
1587 * config/tc-arm.c (find_real_start): Relax definition of local
1588 labels.
1589
5519850d
NC
1590Tue May 19 16:59:44 1998 Nick Clifton <nickc@cygnus.com>
1591
1592 * config/tc-d30v.c (d30v_align): Apply address adjustment to all
1593 symbols at the given address, not just the last one specified.
1594
7ccd2d11
CM
1595Tue May 19 08:25:19 1998 Catherine Moore <clm@cygnus.com>
1596
1597 * config/tc-sparc.c (sparc_handle_align): Use number_to_chars_bigendian
1598 or number_to_chars_littleendian to write data.
1599
59bb547b
NC
1600Mon May 18 17:09:30 1998 Nick Clifton <nickc@cygnus.com>
1601
1602 * config/tc-v850.c (md_assemble): Remove artificially created
1603 register name symbols.
1604
93624d0b
DE
1605Mon May 18 13:47:06 1998 Doug Evans <devans@canuck.cygnus.com>
1606
1607 * write.c (fixup_segment): Change "segment" to "section" in
1608 error message.
1609
e13d507e
MM
1610Mon May 18 16:55:40 1998 Michael Meissner <meissner@cygnus.com>
1611
1612 * write.c (fixup_segment): Change sym1-sym2 message again.
1613
d9c2c0c5 1614start-sanitize-r5900
1190b223
JL
1615Mon May 18 11:49:04 1998 Jeffrey A Law (law@cygnus.com)
1616
1617 * config/tc-mips.c (validate_mips_insn): Handle ';' opcode completer.
1618 (mips_ip): Likewise.
1619
d9c2c0c5
FCE
1620Mon May 18 12:37:38 1998 Frank Ch. Eigler <fche@cygnus.com>
1621
1622 * config/tc-mips.c (macro): For R5900, use "B" operand format for
1623 "break" instructions generated in macro (div etc.) instructions.
1624
1625end-sanitize-r5900
99fcd8a0
MM
1626Mon May 18 09:31:43 1998 Michael Meissner <meissner@cygnus.com>
1627
1628 * write.c (fixup_segment): Improve error message for sym1-sym2
1629 errors when sym1 is in a different segment from sym2.
1630
95d33c13
DE
1631Wed May 13 10:16:37 1998 Doug Evans <devans@canuck.cygnus.com>
1632
7c629878
DE
1633 * config/tc-m32r.c (warn_unmatched_high): New static local.
1634 (OPTION_WARN_PARALLEL): Rename from OPTION_WARN.
1635 (OPTION_NO_WARN_PARALLEL): Rename from OPTION_NO_WARN.
1636 (md_longopts): Recognize --{no-,}warn-unmatched-high.
1637 (md_parse_option): Likewise.
1638 (md_show_usage): Likewise.
1639 (m32r_frob_file): Likewise.
1640
95d33c13
DE
1641 * read.c (generate_file_debug,generate_lineno_debug): New functions.
1642 (read_a_source_file): Call them.
1643 * read.h (stabs_generate_asm_file): Declare.
1644 * stabs.c (stabs_generate_asm_file): New function.
1645 (generate_asm_file): New function.
1646 (stabs_generate_asm_lineno): Move file name handling into
1647 generate_asm_file.
1648
7d515759
RH
1649Tue May 12 12:03:44 1998 Richard Henderson <rth@cygnus.com>
1650
1651 * config/tc-d30v.c (cur_mul32_p, prev_mul32_p): Make static.
1652 (d30v_current_align, d30v_current_align_seg): New variables.
1653 (d30v_last_label): New variable.
1654 (d30v_align, s_d30v_align, s_d30v_text): New functions.
1655 (s_d30v_data, s_d30v_section): Likewise.
1656 (md_pseudo_table): Call them.
1657 (md_begin): Initialize d30v_current_align_seg.
1658 (md_assemble): Call d30v_align when needed by known current alignment.
1659 (d30v_frob_label, d30v_cons_align): New functions.
1660 * config/tc-d30v.h (md_do_align): Remove.
1661 (tc_frob_label): Call d30v_frob_label.
1662 (md_cons_align): New.
1663
ab26b049
RH
1664 * config/tc-d30v.c (find_format): Convert complex expressions to
1665 expression symbols before processing. Clean up code formatting.
1666
cb74aaa5
DE
1667start-sanitize-sky
1668Mon May 11 12:48:33 1998 Doug Evans <devans@canuck.cygnus.com>
1669
1670 * config/tc-dvp.c (md_begin): Set type of output file to mips:r5900.
1671
1672end-sanitize-sky
c8f90c73
JL
1673Sun May 10 22:35:02 1998 Jeffrey A Law (law@cygnus.com)
1674
1675 * po/Make-in (install-info): New target.
1676
d41e1fba
JL
1677Thu May 7 15:49:07 1998 Jeffrey A Law (law@cygnus.com)
1678
1679 * config/tc-mn10200.c (md_assemble): Handle "bra" just like "jmp"
1680 instructions.
1681 * config/tc-mn10300.c (md_assemble): Likewise.
1682
f19f301d
DE
1683Thu May 7 11:47:22 1998 Doug Evans <devans@canuck.cygnus.com>
1684
d67094c6
DE
1685 * Makefile.am: Update with `make dep-am'.
1686 (HFILES): Add cgen.h.
1687 (cgen.o): Depend on cgen.h.
1688 * Makefile.in: Regenerate.
1689
f19f301d
DE
1690 * cgen.c (cgen_md_apply_fix3): Don't pass newline to as_warn_where.
1691
82df8834
ILT
1692Thu May 7 13:20:56 1998 Anders Blomdell <anders.blomdell@control.lth.se>
1693
1694 * gasp.c (grab_label): Permit a label to be a preprocessor
1695 variable by permitting a label to start with a backslash.
1696
a5c3c53c
FCE
1697Thu May 7 12:50:33 1998 Frank Ch. Eigler <fche@cygnus.com>
1698
1699 * config/tc-mips.c (validate_mips_insn): Removed hack
1700 for previously inaccessible bitfields in some INSN_TRAP
1701 instructions.
1702
40f0c904
FCE
1703Thu May 7 11:13:00 1998 Frank Ch. Eigler <fche@cygnus.com>
1704
1705 * config/tc-d30v.c (do_assemble): Abort with error message
1706 if opcode operands do not match.
1707
40f0c904
FCE
1708Thu May 7 09:36:06 1998 Frank Ch. Eigler <fche@cygnus.com>
1709
1710 * config/tc-mips.c (macro_build, validate_mips_insn): Implement
1711 'q' operand format for 20-bit "break"/"sdbbp" instructions.
1712 (mips_ip): Truncate overflowed "break" 'c' operand. Implement
1713 similar new 'q' operand.
1714
b70d5374
MM
1715Thu May 7 07:47:14 1998 Michael Meissner <meissner@cygnus.com>
1716
1717 * cgen.c (cgen_asm_finish_insn): Fix typo.
1718
defc70bf
DE
1719Thu May 7 02:19:14 1998 Doug Evans <devans@charmed.cygnus.com>
1720
1721 * cgen.h: New file.
1722 * cgen.c: Include it.
1723 (MAX_FIXUPS): Renamed to CGEN_MAX_FIXUPS.
1724 (cgen_asm_finish_insn): Result is now void. New arg `result'.
1725 All callers updated.
1726 * config/tc-m32r.c: Include cgen.h.
1727 (m23r_insn): New members num_fixups,fixups.
1728start-sanitize-m32rx
1729 (assemble_parallel_insn): Initialize debug_sym_link for each insn.
1730 (md_assemble): Simplify code to pack two insns in parallel.
1731 When swapping two insns, update their fixups.
1732end-sanitize-m32rx
1733
2ac0ca44
DE
1734start-sanitize-sky
1735Wed May 6 16:26:57 1998 Doug Evans <devans@canuck.cygnus.com>
1736
1737 * config/tc-dvp.c: Delete inclusion of "sysdep.h".
1738
1739end-sanitize-sky
8be4960f
JL
1740Wed May 6 16:29:19 1998 Jeffrey A Law (law@cygnus.com)
1741
1742 * config/tc-hppa.c (md_apply_fix): Slightly rework some code
1743 to avoid compiler warning.
1744
21e2eeaa
ILT
1745Wed May 6 15:26:34 1998 Klaus Kaempf <kkaempf@progis.de>
1746
10779648
ILT
1747 * makefile.vms: Run dec c with /nodebug. Pass CC value when
1748 calling make.
1749
21e2eeaa
ILT
1750 * makefile.vms (OBJS): Add ehopt.obj
1751
6a1421c6
ILT
1752Wed May 6 15:11:12 1998 Klaus Kaempf <kkaempf@progis.de>
1753
1754 * doc/c-vax.texi: Correct and extend vax/vms documentation.
1755
daaef8f8
RH
1756Wed May 6 11:51:51 1998 Richard Henderson <rth@cygnus.com>
1757
1758 * config/tc-d30v.c (do_assemble): Accept a new parameter requesting
1759 a short format insn.
1760 (md_assemble): Set it for explicitly packed insns.
40f0c904 1761
daaef8f8
RH
1762Tue May 5 13:23:13 1998 Nick Clifton <nickc@cygnus.com>
1763
1764 * config/obj-coff.c (c_symbol_merge): Do not take address of
1765 native fields when performing the memcpy.
1766
6ef925e8
GRK
1767Tue May 5 13:10:41 1998 Gavin Koch <gavin@cygnus.com>
1768
1769 * config/tc-mips.c (macro,macro2): Implement
1770 M_DMULO_I, M_MULO_I, M_DMULOU_I, and M_MULOU_I.
1771
c8f28d29
ILT
1772Mon May 4 17:49:14 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1773
1774 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Changed to keep
1775 relocations against globally visible symbols.
1776 * config/tc-m68k.c (relaxable_symbol): New macro.
1777 (m68k_ip, md_estimate_size_before_relax): Use it.
1778 (tc_m68k_fix_adjustable): Also handle weak symbols.
1779
3ccd41ae
ILT
1780Mon May 4 16:12:23 1998 Ian Lance Taylor <ian@cygnus.com>
1781
f3d491b1
ILT
1782 * config/tc-i386.h (TC_RELOC_RTSYM_LOC_FIXUP): Keep relocs for all
1783 references to externally visible symbols.
1784 * config/tc-i386.c (md_apply_fix3): When OBJ_ELF, don't add the
1785 values in twice for a PC relative reloc if the symbol is
1786 externally defined.
1787
3ccd41ae
ILT
1788 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
1789 don't adjust a PC relative reloc against an externally visible
1790 symbol.
1791 * config/tc-sparc.c (md_apply_fix3): When generating a.out PIC,
1792 for a PC relative fixup against an externally visible defined
1793 symbol, arrange to store object file and addend values as though
1794 the symbol were not defined.
1795 (tc_gen_reloc): Likewise.
1796
7f77acfd
FF
1797Thu Apr 30 13:09:39 1998 Fred Fish <fnf@ninemoons.com>
1798
1799 * read.c (sizeof_leb128): Referenced externally by write.c so
1800 don't inline.
1801
5501e8ba
MM
1802Wed Apr 29 15:45:57 1998 Michael Meissner <meissner@cygnus.com>
1803
1804 * config/tc-m32r.c ({,expand_}debug_sym): New functions to record
1805 and expand a 'debug' symbol associated with the next instruction
1806 that does not cause a short instruction to be filled with a NOP.
1807 (md_pseudo_table): Add support for .debugsym.
1808 (assemble_parallel_insn): Add calls to expand_debug_sym as
1809 appropriate.
1810 (md_assemble): Ditto.
1811
2614063d
TT
1812Tue Apr 28 19:16:26 1998 Tom Tromey <tromey@cygnus.com>
1813
1814 * as.c (main): Conditionally call setlocale.
1815 * gasp.c (main): Likewise.
1816 * asintl.h: Include <locale.h> if HAVE_LOCALE_H.
1817 (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
1818
3d7def9f
FCE
1819Tue Apr 28 18:33:23 1998 Frank Ch. Eigler <fche@cygnus.com>
1820
1821 * config/tc-d30v.c (md_show_usage): Correct gettext typo.
1822
c0fde101
ILT
1823Tue Apr 28 12:16:30 1998 Ian Lance Taylor <ian@cygnus.com>
1824
1825 * config/tc-hppa.c: Change all calls to bzero to use memset.
1826 (pa_ip): Add cast to avoid warning.
1827 (tc_gen_reloc, md_apply_fix): Likewise.
1828 (pa_find_space_by_number): Likewise.
1829 (hppa_force_relocation): Likewise.
1830 (pa_block): Change i to unsigned int.
1831 * config/obj-som.h (obj_som_copyright): Declare.
1832
4b9180d9
FCE
1833Tue Apr 28 11:35:56 1998 Frank Ch. Eigler <fche@cygnus.com>
1834
1835 * ecoff.c (ecoff_build_lineno): Do not use dummy first_lineno
1836 for line numbers for assembly source.
1837
b6177e13
ILT
1838Mon Apr 27 15:58:46 1998 Ian Lance Taylor <ian@cygnus.com>
1839
1840 * configure.in: Change version number to 2.9.4
1841 * configure: Rebuild.
1842
f2980bb4
DE
1843Mon Apr 27 12:07:33 1998 Doug Evans <devans@seba.cygnus.com>
1844
1845 * cgen.c (cgen_asm_finish_insn): New arg relax_p. All callers updated.
1846start-sanitize-m32rx
1847 * config/tc-m32r.c (assemble_parallel_insn): No need to try
1848 non-relaxable variant any more. Simplify test for nop insn.
1849 (md_assemble): Only scan operands if m32rx. Set orig_insn in case
1850 scan of operands yields an insn different from original (e.g. a macro).
1851 Fix call to can_make_parallel.
1852end-sanitize-m32rx
1853
567a6d7d
ILT
1854Mon Apr 27 15:16:12 1998 Ian Lance Taylor <ian@cygnus.com>
1855
1856 * ecoff.h: Change symbolS in function declaration to struct
1857 symbol.
1858
25b5beb8
ILT
1859Sun Apr 26 13:44:22 1998 Ian Lance Taylor <ian@cygnus.com>
1860
1861 * config/tc-sh.c (parse_reg): Add casts to avoid warnings.
1862 (md_convert_frag): Fix i18n typo.
1863
94fa695e
RH
1864Sat Apr 25 20:12:02 1998 Richard Henderson <rth@cygnus.com>
1865
1866 * ecoff.c (ecoff_get_cur_proc_sym): New function.
1867 * ecoff.h: Protoype it.
1868 * config/tc-alpha.c [ELF] (s_alpha_prologue): New function.
1869 [EVAX] (s_alpha_prologue): Delete.
1870 (md_pseudo_table): Update.
1871
ad7302a0
ILT
1872Sat Apr 25 14:00:52 1998 Ian Lance Taylor <ian@cygnus.com>
1873
1874 * config/tc-i960.c (md_assemble): Change bp_error_msg from static
1875 array to local pointer.
1876 (get_args, parse_expr): Add casts to avoid warnings.
1877
0917e2cb
ILT
1878Fri Apr 24 12:47:42 1998 Philippe De Muyter <phdm@macqel.be>
1879
1880 * read.c (s_set): Cast xmalloc return value to fragS *.
1881 * config/tc-m68k.c (m68k_ip): Function made static to match
1882 previous forward declaration.
1883 (insert_reg, init_regtable, md_convert_frag_1): Likewise.
1884
d0023d7e
NC
1885Fri Apr 24 09:26:46 1998 Nick Clifton <nickc@cygnus.com>
1886
682639a8
NC
1887 * config/tc-v850.c: Add internationalisation macros to error
1888 strings.
1889
0917e2cb 1890 * config/tc-m32r.c (can_make_parallel): Add internationalisation
d0023d7e
NC
1891 macros to error strings.
1892
755b5aca
ILT
1893Thu Apr 23 19:23:23 1998 Ian Lance Taylor <ian@cygnus.com>
1894
1895 * config/tc-ppc.c (ppc_fix_adjustable): Correct test of whether a
1896 reloc is in the TOC csect.
1897 (md_apply_fix3): Correct gettext typo.
1898
8efdd180
NC
1899Thu Apr 23 14:58:31 1998 Nick Clifton <nickc@cygnus.com>
1900
1901 * config/tc-arm.c (find_real_start): Ignore symbols starting with
1902 .L - they are local labels and the branches are not really
1903 function calls but rather far jumps.
1904
cc33746d
DE
1905start-sanitize-sky
1906Thu Apr 23 11:09:34 1998 Doug Evans <devans@canuck.cygnus.com>
1907
1908 * config/tc-dvp.c (dvp_frob_label): Don't emit _$ versions of
1909 local labels ($ prefix).
1910
1911end-sanitize-sky
1158ffaf
TT
1912Wed Apr 22 15:57:21 1998 Tom Tromey <tromey@cygnus.com>
1913
1914 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
1915
8081c2be
ILT
1916Wed Apr 22 14:52:36 1998 Ian Lance Taylor <ian@cygnus.com>
1917
1918 * config/tc-i386.c (md_assemble): Print operand number rather than
1919 using ordinal_names.
1920 (i386_operand): Likewise.
1921
48401fcf
TT
1922Tue Apr 21 22:34:25 1998 Tom Tromey <tromey@scribbles.cygnus.com>
1923
1a9136e2
TT
1924 * Makefile.am (INTLLIBS): Define to work around apparent automake
1925 bug.
1926 All Makefiles: Regenerated.
1927
48401fcf
TT
1928 * Many files: Added gettext invocations around user-visible
1929 strings.
1930 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
1931 HAVE_LC_MESSAGES): Define.
1932 * dep-in.sed: Added asintl.h.
1933 * po/Make-in: New file.
1934 * gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
1935 Include "asintl.h".
1936 * read.c (Z_): Renamed from `_'.
1937 * Makefile.am (SUBDIRS): Added po.
1938 (POTFILES): new macro.
1939 (po/POTFILES.in): New target.
1940 ($(OBJS)): Added asintl.h.
1941 (HFILES): Likewise.
1942 (INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
1943 (as_new_LDADD): Added $(INTLLIBS).
1944 (as_new_DEPENDENCIES): Added $(INTLDEPS).
1945 (gasp_new_LDADD): Added $(INTLLIBS).
1946 (gasp_new_DEPENDENCIES): New macro.
1947 * configure, aclocal.m4: Rebuilt.
1948 * configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
1949 po/Makefile.
1950 (ALL_LINGUAS): Define.
1951 * macro.c: Include "asintl.h".
1952 * as.c (main): Call setlocale, bindtextdomain, and textdomain.
1953 * as.h: Include "asintl.h".
1954 * config/tc-i386.c (ordinal_names): Removed.
1955 (md_assemble): Changed error text to avoid ordinal_names.
1956 (i386_operand): Likewise.
1957 (reloc): Added as_bad to avoid i18n problems.
1958 (tc_gen_reloc): Likewise.
1959 * config/tc-arm.c (bad_args): Now a #define.
1960 (bad_pc): Likewise.
1961 * config/obj-vms.c (VMS_stab_parse): Changed type of
1962 `long_const_msg'.
1963 (global_symbol_directory): Unified strings to avoid i18n
1964 problems.
1965 * config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
1966 avoid i18n problems.
1967 * config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
1968 * config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
1969 i18n problems.
1970 * config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
1971 problems.
48401fcf
TT
1972 * config/tc-v850.c (md_assemble): Changed C++ comment into C
1973 comment.
48401fcf
TT
1974 * config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
1975 problems.
1976 * as.c (print_version_id): Added an fprintf to avoid i18n
1977 problems.
1978 * cond.c (cond_finish_check): Added as_bad call to avoid i18n
1979 problems.
1980 * expr.c (expr): Added as_warn call to avoid i18n problems.
1981 * messages.c (as_assert): Changed code to avoid i18n problems.
1982 (as_abort): Likewise.
1983 * read.c (pseudo_set): Added as_bad call to avoid i18n problems.
1984 (s_space): Likewise.
1985 * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1986
4498e3d6
ILT
1987Tue Apr 21 17:01:22 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1988
1989 * config/tc-i386.c (check_prefix): New static function, split out
1990 from md_assemble.
1991 (struct _i386_insn): Add wait_prefix field.
1992 (md_assemble): Remove wait_prefix local variable. Use
1993 check_prefix when adding a prefix.
1994
1995 * config/tc-i386.c (current_templates): New static variable.
1996 (md_assemble): Remove current_templates local variable.
1997 (md_assemble, i386_operand): Improve error and warning messages in
1998 many places. Add RESTORE_END_STRING in many places before error
1999 return. Clarify some comments.
2000
2001 * config/tc-i386.c (struct _i386_insn): Change seg field to a two
2002 element array.
2003 (md_assemble): Parse string instruction operands, looking for
2004 segment override prefixes. Check for invalid segment prefixes on
2005 string instruction.
2006 (i386_operand): i.seg[] and max mem_operand changes for string
2007 insns.
2008 * config/tc-i386.h (EsSeg): Define.
2009
2010 * config/tc-i386.h (regKludge): Define.
2011 (iclrKludge, imulKludge): Don't define.
2012 * config/tc-i386.c (md_assemble): Merge imulKludge and iclrKludge
2013 code. Move ReverseRegRegmem fudges into Modrm case. Reorder
2014 opcode_modifier checks to look for more common cases first. Add
2015 default_seg for IsString case.
2016
b2bb41f6
ILT
2017Tue Apr 21 16:18:12 1998 Ian Lance Taylor <ian@cygnus.com>
2018
2019 * configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX and
2020 AC_DECL_YYTEXT.
2021 * configure: Rebuild with new automake and libtool.
2022 * aclocal.m4, Makefile.in: Likewise.
2023
2024 * doc/Makefile.am (as.dvi): New target.
2025 * doc/Makefile.in: Rebuild.
2026
2027start-sanitize-sky
2028Mon Apr 20 12:49:33 1998 Doug Evans <devans@canuck.cygnus.com>
2029
2030 * config/tc-dvp.c (VU_LABEL_PREFIX): Make "_$".
2031
2032end-sanitize-sky
307edcc0
SC
2033Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
2034
2035 * configure.in: Added sparc86x support.
2036
2037 * configure: Rebuild.
2038
2039 * config/tc-sparc.c (lookup_arch): Added arch_type to struct
2040 sparc_arch.
2041 (md_parse_option): Warn if -EL is not supported for this architecture.
2042
2043 * config/tc-sparc.h (SPARC_BIENDIAN) Always define.
2044
90674355
JL
2045Sat Apr 18 01:19:01 1998 Jeffrey A Law (law@cygnus.com)
2046
2047 * config/tc-mips.c (mips_ip): Note when we use get match on
2048 the full instruction name.
2049start-sanitize-r5900
2050 (mips_ip): For '&' DEST completer handling, if we got a full match
2051 then the DEST completer is implicitly .wxyz.
2052end-sanitize-r5900
2053
40f3c6f8
DE
2054start-sanitize-sky
2055Thu Apr 16 11:48:18 1998 Doug Evans <devans@canuck.cygnus.com>
2056
2057 * config/tc-dvp.c (unpackloc_sym): Delete. All uses deleted.
dd7faceb
DE
2058 (vif_insn_type): New function.
2059 (md_apply_fix3): Don't validate user specified length if unpack insn
2060 and wl > cl.
40f3c6f8
DE
2061
2062end-sanitize-sky
c02e446b
RH
2063Wed Apr 15 15:17:27 1998 Richard Henderson <rth@cygnus.com>
2064
2065 * symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol
2066 back into the expression to handle add/sub simplification correctly.
2067
65a17223
FCE
2068start-sanitize-r5900
2069Wed Apr 15 10:35:59 1998 Frank Ch. Eigler <fche@cygnus.com>
2070
2071 * config/tc-mips.c (mips_ip): Specs changed for
2072 VCALLMSR instruction.
2073
3bb1e046 2074end-sanitize-r5900
3d759c53 2075start-sanitize-cygnus
2cf51495
CM
2076Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
2077
2078 * config/tc-mips.c (hilo_interlocks): Remove VR5400.
2079
3d759c53 2080end-sanitize-cygnus
2cf51495
CM
2081Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
2082
2083 * config/tc-mips.c (hilo_interlocks): Remove 4300.
2084
27aa0c7e
NC
2085Mon Apr 13 16:51:04 1998 Nick Clifton <nickc@cygnus.com>
2086
2087 * config/tc-arm.c (do_msr): Support undocumented 'msr cpsr_flg,
2088 #<n>' instruction.
2089
7ebb61af
DE
2090start-sanitize-sky
2091Mon Apr 13 12:18:53 1998 Doug Evans <devans@canuck.cygnus.com>
2092
2093 * config/tc-dvp.c (md_apply_fix3): Mark fixup for mpg loaded vu
2094 branch error as being done so we don't try to emit a reloc.
2095
2096end-sanitize-sky
a461558b
DE
2097Thu Apr 9 10:29:42 1998 Doug Evans <devans@canuck.cygnus.com>
2098
2099 * symbols.c (max_indent_level): New global.
2100 (print_symbol_value_1): Use it.
e15073a2
DE
2101 * expr.h (expr_build_dot): Declare.
2102 * expr.c (expr_build_dot): New function.
07b20428
DE
2103start-sanitize-sky
2104 * config/tc-dvp.c (VU_LABEL_PREFIX): New macro.
2105 (compute_mpgloc): New function.
2106 (eval_expr): New arg `cpu'. All callers updated.
2107 (non_vu_insn_seen_p): New static global.
2108 (RELAX_{MPG,DIRECT,VU,ENCODE,GROWTH,DONE_}): New macros.
2109 (struct dvp_fixup): New member `cpu'.
2110 (assemble_one_insn): New args init_fixup_count, fixup_offset.
2111 All callers updated.
2112 (md_assemble): Set non_vu_insn_seen_p as appropriate.
2113 (assemble_vif): Set `cpu' field of fixup.
2114 Clean up calls to frag_var. Recorded mpgloc is now in bytes.
2115 (assemble_vu_insn): Delete, contents moved into ...
2116 (assemble_vu): ... here. Don't record fixups until after parsing
2117 both upper and lower insns. If branch insn inside mpg, properly
2118 compute target address.
2119 (dvp_frob_label): Create copies of vu labels inside mpg's.
2120 (dvp_relax_frag): Clean up.
2121 (md_convert_frag): Ditto.
2122 (md_apply_fix3): Signal error if mpg embedded vu code has branch
2123 to undefined label (not currently supported).
2124 (eval_expr): New arg `cpu'. All callers updated.
2125 (insert_operand_final): Convert mpgloc from bytes to dwords.
2126 (s_endmpg): Use compute_mpgloc to update $.mpgloc.
2127 (s_state): If switching to vu state, initialize $.mpgloc.
2128end-sanitize-sky
a461558b 2129
8dc11c35
DE
2130Wed Apr 8 16:16:11 1998 Doug Evans <devans@canuck.cygnus.com>
2131
2132 * symbols.c (print_binary): New function.
2133 (print_expr_1): Call it.
2134
b25ce8e1 2135start-sanitize-sky
bfb27620
DE
2136Tue Apr 7 12:21:39 1998 Doug Evans <devans@canuck.cygnus.com>
2137
2138 * config/tc-dvp.c (md_convert_frag): Fix thinko.
2139
b25ce8e1
DE
2140Mon Apr 6 17:08:47 1998 Doug Evans <devans@canuck.cygnus.com>
2141
2142 * config/tc-dvp.c (assemble_vif): Watch for macro insns.
a9589a2c
DE
2143 0 is a valid length value (= max+1).
2144 (install_vif_length): 0 is a valid length value (= max+1).
b25ce8e1
DE
2145
2146end-sanitize-sky
5388e7d1
ILT
2147Mon Apr 6 12:06:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2148
2149 * config/tc-m68k.c (m68k_ip, case "#B"): Install the offset of the
2150 operand in the opcode.
2151
050ac694
DE
2152start-sanitize-sky
2153Fri Apr 3 12:13:03 1998 Doug Evans <devans@canuck.cygnus.com>
2154
2155 * config/tc-dvp.c (assemble_vif): Put relaxable insns in their
2156 own fragment.
2157
2158end-sanitize-sky
dd4dec6a
ILT
2159Fri Apr 3 11:58:19 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
2160
2161 * config/tc-i386.h: Reorder operand flags and opcode modifier
2162 flags for clarity. Remove unused definitions: Unknown,
2163 ImmUnknown, DispUnknown, NoModrm.
2164 * config/tc-i386.c (type_names): Add missing Debug type.
2165 (md_assemble): Better duplicate prefix checking. Quicker string
2166 instruction check via new opcode_modifier flag.
2167
7f633717
ILT
2168Fri Apr 3 11:44:34 1998 Ian Lance Taylor <ian@cygnus.com>
2169
2170 * doc/as.texinfo (Invoking): Clarify -Wa example.
2171
3c69baf9
GRK
2172Fri Apr 3 09:12:23 1998 Gavin Koch <gavin@cetus.cygnus.com>
2173
2174 * config/tc-mips.c (mips_pseudo_table): Add weakext entry.
2175 (s_mips_weakext): Define.
2176 * ecoff.c (ecoff_directive_weakext): Don't define if defined(TC_MIPS).
2177 * config/obj-ecoff.c (obj_pseudo_table): Don't add weakext if
2178 defined(TC_MIPS).
2179
24733f0e
JL
2180Thu Apr 2 22:42:02 1998 Jeffrey A Law (law@cygnus.com)
2181
2182 * config/tc-mn10200.c (tc_gen_reloc): The difference of two symbols
2183 is an error if the value can not be computed at assembly time.
2184 * config/tc-mn10300.c (tc_gen-reloc): Likewise.
2185
335c5c6c
ILT
2186Thu Apr 2 16:36:47 1998 Ian Lance Taylor <ian@cygnus.com>
2187
2188 * gasp.c (main): Set next field of new include_path structure to
2189 NULL. From Avery Pennarun <averyp@gdc.ca>.
2190
2191 * read.c (s_mri_sect): Call as_bad rather than abort for an
2192 unsupported MRI target.
2193
f71d1797
NC
2194Wed Apr 1 11:08:27 1998 Nick Clifton <nickc@cygnus.com>
2195
2196 * config/tc-arm.c (arm_validate_fix): New function. Determine if
2197 the destination of a branch instruction should be altered.
2198 (find_real_start): New function: Locate the real, Thumb coded
2199 start of a Thumb function.
2200 (do_t_branch23): Alter the destination of branches to Thumb
2201 functions.
2202
2203 * config/tc-arm.h: Define TC_VALIDATE_FIX.
2204
2205Tue Mar 31 13:27:33 1998 Dean M. Deaver <deaver@amt.tay1.dec.com>
2206
91852c94
ILT
2207 * config/tc-arm.c (decode_shift): Handle addressing mode 2 w/rrx
2208 also.
2209
8f6a0cad
ILT
2210Wed Apr 1 13:13:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2211
2212 * doc/as.texinfo: Use @itemx for a secondary item in a table.
2213 * doc/c-hppa.texi: Likewise.
2214
ba910026
ILT
2215Tue Mar 31 17:52:40 1998 Ian Lance Taylor <ian@cygnus.com>
2216
b9b299ba
ILT
2217 * Makefile.am: Rebuild dependencies.
2218 * Makefile.in: Rebuild.
2219
ba910026
ILT
2220 * Makefile.am (DEP_INCLUDES): New variable.
2221 (.dep1): Change to work when srcdir is not an absolute path.
b9b299ba 2222 (.tcdep, .objdep, .dep2, dep.sed): Likewise.
ba910026
ILT
2223 * Makefile.in: Rebuild.
2224
f3aa01e2
ILT
2225Mon Mar 30 12:46:48 1998 Ian Lance Taylor <ian@cygnus.com>
2226
504a4764
ILT
2227 * config/tc-i386.h, config/tc-i386.c: Revert March 24
2228 LinearAddress patch.
2229
f3aa01e2
ILT
2230 * configure.in: Set version to 2.9.1.
2231 * configure: Rebuild.
2232
2233 * Branched binutils 2.9.
2234
8a81fdbb
ILT
2235Mon Mar 30 11:22:08 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
2236
2237 * config/tc-i386.h (FWait): Define.
2238 * config/tc-i386.c (md_assemble): Emit fwait prefix before any
2239 other prefixes. Check FWait flag in opcode table to see which
2240 instructions require an fwait prefix.
2241
14ff3d69
ILT
2242Mon Mar 30 10:12:00 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2243
2244 * stabs.c (get_stab_string_offset): Always create a stab string
2245 section.
2246
c246596a
ILT
2247Sat Mar 28 22:28:02 1998 Ian Lance Taylor <ian@cygnus.com>
2248
2249 Fix some gcc -Wall warnings:
2250 * atof-generic.c (atof_generic): Add casts to avoid warnings.
2251 * ehopt.c (eh_frame_code_alignment): Likewise.
2252 * expr.c (integer_constant, operand): Likewise.
2253 * frags.c (frag_align): Likewise.
2254 * gasp.c (level_0, change_base, doinstr): Likewise.
2255 * hash.c (hash_ask): Likewise.
2256 * listing.c (listing_page, calc_hex, print_lines): Likewise.
2257 (debugging_pseudo): Likewise.
2258 * macro.c (define_macro, check_macro): Likewise.
2259 * read.c (read_a_source_file, s_align, s_float_space): Likewise.
2260 (ignore_rest_of_line, float_cons): Likewise.
2261 * symbols.c (decode_local_label_name): Likewise.
2262 * write.c (record_alignment, cvs_frag_to_fill): Likewise.
2263 (fixup_segment, number_to_chars_bigendian): Likewise.
2264 (number_to_chars_littleendian): Likewise.
2265 * config/atof-ieee.c (gen_to_words): Likewise.
2266 * config/tc-sparc.c (md_begin, md_assemble): Likewise.
2267 (sparc_ip, parse_keyword_arg, s_common): Likewise.
2268 * read.c (output_big_sleb128): Initialize locals to avoid
2269 warnings.
2270 (output_big_uleb128, equals): Likewise.
2271 * atof-generic.c (atof_generic): Change number_of_digits_* locals
2272 to unsigned int. Change zeros to unsigned int.
2273 * cond.c (s_if): Add return to default case.
2274 * frags.c (frag_now_fix): Change return type to addressT.
2275 * frags.h (frag_now_fix): Update declaration.
2276 * listing.c (file_info_struct): Change linenum to unsigned int.
2277 (struct list_info_struct): Change hll_line to unsigned int.
2278 (print_source): Update format string.
2279 * read.c (emit_expr): Change scan to unsigned int, and don't
2280 bother to initialize it.
2281 * symbols.c (dollar_label_count): Change to unsigned long.
2282 * write.c (adjust_reloc_syms): Remove unused label reduce_fixup.
2283 * config/tc-sparc.c (sparc_memory_model): Only define if OBJ_ELF.
2284 * config/tc-sparc.c (tc_gen_reloc): Add return to default case.
2285
19db82d5
ILT
2286Fri Mar 27 12:46:47 1998 Ian Lance Taylor <ian@cygnus.com>
2287
2288 * config/tc-m68k.c (m68k_ip): Check legal addressing modes for
2289 mcf5200 just as we do for m68000.
2290 (m68k_init_after_args): Likewise.
2291 (md_estimate_size_before_relax): Likewise.
2292
cb720e4f 2293Fri Mar 27 10:30:01 1998 Catherine Moore <clm@cygnus.com>
08eefd3e
ILT
2294
2295 * config/tc-v850.c (md_assemble): Store relocation addend in
2296 fixup instead of instruction.
cb720e4f 2297
227b6b55
ILT
2298Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
2299
2300 * config/tc-i386.c (md_assemble): Swap template arguments to
2301 CONSISTENT_REGISTER_MATCH macro in reverse direction test.
2302 This macro is currently symmetric, so passing them the wrong
2303 way didn't cause any problem, but may if the macro is changed
2304 in the future.
2305 After copying template to i.tm, use i.tm. rather than t-> to
2306 access fields, and make t a const*
2307 Move i.tm.operand_types[] swap to immediately after the copy.
2308
5c444253
DE
2309start-sanitize-sky
2310Thu Mar 26 13:29:59 1998 Doug Evans <devans@canuck.cygnus.com>
2311
2312 * config/tc-dvp.c (s_endunpack): Round up to word boundary after
2313 we've computed the data length.
2314
2315end-sanitize-sky
e5d62150
DE
2316Wed Mar 25 13:44:18 1998 Doug Evans <devans@canuck.cygnus.com>
2317
2318 * expr.h (expr_build_uconstant): Add prototype.
2319 (expr_build_unary,expr_build_binary): Add prototypes.
2320 * expr.c (expr_build_uconstant): New function.
2321 (expr_build_unary,expr_build_binary): New functions.
d7470411
DE
2322start-sanitize-sky
2323 * config/tc-dvp.h (md_estimate_size_before_relax): Delete.
2324 (md_convert_frag): Delete.
2325 (TC_FIX_TYPE): New fields wl,cl,user_value;
2326 * config/tc-dvp.c (insert_mpg_marker): New argument ignore.
2327 All callers updated.
2328 (insert_unpack_marker): New function.
2329 (insert_file): New argument insert_marker_arg. All callers updated.
2330 (gif_user_value): New static local.
2331 (vif_data_start,vif_data_end): New static locals.
2332 (mpgloc_sym,unpackloc_sym): New static locals.
2333 (cur_varlen_frag,cur_varlen_insn,cur_varlen_value): Delete.
2334 (cur_opcode,cur_operand): New static locals.
2335 (endmpg_caller): New enum.
2336 (md_pseudo_table): Pass ENDMPG_USER to s_endmpg.
2337 (md_begin): Initialize mpgloc_sym, unpackloc_sym.
2338 (dvp_fixup): New members user_value,wl,cl;
2339 (assemble_vif): Rewrite.
2340 (assemble_gif): Tweak name of data start label.
2341 (assemble_one_insn): Allow special parser to punt and call the
2342 normal expression parser. Set cur_opcode,cur_operand for md_operand.
2343 (md_operand): Handle '*' value for mpgloc,unpackloc.
2344 (md_estimate_size_before_relax): New function.
2345 (dvp_relax_frag,md_convert_frag): New functions.
2346 (md_pcrel_from_section): Handle end data label for variable length
2347 vif insns.
2348 (md_apply_fix3): Handle count field for variable length vif insns.
2349 Handle address field for mpg,unpack.
2350 (eval_expr): Initialize user_value,wl,cl fields of the fixup.
2351 (cur_vif_insn_length): Delete.
2352 (vif_length_value): New function.
2353 (install_vif_length): Don't perform logical->physical conversion here.
2354 (s_enddirect,s_endmpg,s_endunpack): Rewrite.
2355end-sanitize-sky
e5d62150 2356
36abac7f
ILT
2357Wed Mar 25 13:10:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
2358
2359 * gasp.c (IS*): Cast argument to unsigned char, not unsigned int.
2360 * macro.c (macro_expand_body): Increase buffer size.
2361 * messages.c (as_warn): Likewise.
2362 (as_warn_where, as_bad, as_bad_where): Likewise.
2363
fb8a5cec
ILT
2364Wed Mar 25 12:59:07 1998 Ian Lance Taylor <ian@cygnus.com>
2365
2366 Based on patch from H.J. Lu <hjl@gnu.org>:
2367 * Makefile.am (DISTSTUFF): New variable.
2368 (diststuff): New target.
2369 * Makefile.in: Rebuild.
2370
c6717148
NC
2371Tue Mar 24 16:51:29 1998 Nick Clifton <nickc@cygnus.com>
2372
2373 * config/tc-m32r.h (md_cleanup, md_elf_section_change_hook): Call
2374 m32r_elf_section_change_hook.
2375
2376 * config/tc-m32r.c (m32r_elf_section_change_hook): New function to
2377 emit a nop if a section ends with a 16 bit instruction.
2378
75777e9b
ILT
2379Tue Mar 24 19:48:09 1998 Ian Lance Taylor <ian@cygnus.com>
2380
2381 * config/obj-coff.c (obj_coff_bss): Compile unconditionally. Call
2382 s_lcomm rather than obj_coff_lcomm.
2383 (obj_pseudo_table): Compile .bss pseudo-op unconditionally.
2384
dddc8a82
ILT
2385Tue Mar 24 18:30:58 1998 H.J. Lu <hjl@gnu.org>
2386
2387 * config/tc-i386.h (LinearAddress): Define.
2388 * config/tc-i386.c (md_assemble): If LinearAddress is set for the
2389 instruction, don't use a default segment.
2390
1cc7b6b2
ILT
2391Mon Mar 23 18:53:40 1998 Joel Sherrill <joel@OARcorp.com>
2392
2393 * configure.in: (sh*-*-rtems*): Switched from ELF to COFF.
2394 * configure: Rebuild.
2395
e7201c9e
DE
2396start-sanitize-sky
2397Mon Mar 23 13:16:22 1998 Doug Evans <devans@canuck.cygnus.com>
2398
2399 * config/tc-dvp.c (insert_mpg_marker): Update mpgloc.
2400
2401end-sanitize-sky
0bc0e337
JL
2402start-sanitize-r5900
2403Sun Mar 22 13:21:01 1998 Jeffrey A Law (law@cygnus.com)
2404
04f385a9
JL
2405 * config/tc-mips.c (validate_mips_insn): Handle r5900 operands.
2406
0bc0e337
JL
2407 * config/tc-mips.c (append_insn): Handle BFD_RELOC_MIPS16_S3.
2408 (mips_ip): Handle 'O' operand.
2409 (md_apply_fix): Handle BFD_RELOC_MIPS16_S3.
2410
2411end-sanitize-r5900
fc6f7f6c
ILT
2412Fri Mar 20 19:15:44 1998 Ian Lance Taylor <ian@cygnus.com>
2413
2414 * aclocal.m4, configure: Rebuild with libtool 1.2.
2415
981ce186
JL
2416start-sanitize-r5900
2417Fri Mar 20 09:04:13 1998 Jeffrey A Law (law@cygnus.com)
2418
cefa6a61 2419 * config/tc-mips.c: Change '%' to '#' in r5900 support.
981ce186
JL
2420
2421end-sanitize-r5900
15752c5b
NC
2422Thu Mar 19 16:03:12 1998 Nick Clifton <nickc@cygnus.com>
2423
2424 * config/tc-arm.c (md_apply_fix3): fix code to test the range of
5e04ff14 2425 PC relative branches. Patch courtesy of Jonathan Walton.
15752c5b 2426
059a6388
JL
2427start-sanitize-r5900
2428Thu Mar 19 14:19:27 1998 Jeffrey A Law (law@cygnus.com)
2429
2430 * config/tc-mips.c (mips_ip): Handle opcodes which have the form
2431 "name.completer" where only the name is actually in the opcode
2432 table. Allow various operands for base register in load/store
2433 instructions. Handle various new argument characters for the
2434 cop2/vu0 co-processor.
2435
2436end-sanitize-r5900
4ebb52f1
FCE
2437start-sanitize-sky
2438 Wed Mar 18 13:54:04 1998 Frank Ch. Eigler <fche@cygnus.com>
2439
2440 * config/tc-dvp.c (s_dmadata): Force 16-byte alignment for ".dmadata"
2441 pseudo-op.
2442end-sanitize-sky
2443
22d3fbd6
NC
2444Wed Mar 18 09:29:51 1998 Nick Clifton <nickc@cygnus.com>
2445
2446 * configure.in (emulations): Add thumb-pe target.
2447
2448 * configure (emulations): Add thumb-pe target.
2449
9636f59b
KR
24501998-03-17 Ken Raeburn <raeburn@cygnus.com>
2451
2452 * itbl-lex.l (yywrap): Don't define if already defined as a
2453 macro.
2454
fa3671a3 2455start-sanitize-sky
7f28a81d
DE
2456Tue Mar 17 10:40:54 1998 Doug Evans <devans@canuck.cygnus.com>
2457
2458 * config/tc-dvp.c (md_begin): Turn dma/vif packing on by default.
2459 (assemble_dma): Only output 8 bytes for actual dma insn if dma/vif
2460 packing is enabled. Emit VIF cpu marker after dma insn.
2461
3b4389e2
DE
2462 * config/tc-dvp.h (TC_START_LABEL): Define.
2463 * config/tc-dvp.c (force_mach_label): New function.
2464 (md_begin,create_colon_label,s_dmadata): Use it.
2465
89036011
DE
2466 * config/tc-dvp.c (s_enddmadata): Always fill dma data out to 16
2467 byte boundary.
2468
fa3671a3
DE
2469Mon Mar 16 10:19:44 1998 Doug Evans <devans@canuck.cygnus.com>
2470
2471 * config/tc-dvp.c (md_pseudo_table): Make .quad 16 bytes.
2472
2473end-sanitize-sky
008a80d2
TT
2474Fri Mar 13 16:31:38 1998 Tom Tromey <tromey@cygnus.com>
2475
2476 * depend.c (quote_string_for_make): New function.
2477 (wrap_output): Use it.
2478
2479Thu Mar 12 18:28:22 1998 Nick Clifton <nickc@cygnus.com>
2480
2481 * config/obj-elf.c (obj_elf_section): Set bss flag in seg_info
2482 structure if type is SHT_NOBITS. [Bug fix courtesy of rth]
2483
d030671b 2484start-sanitize-sky
6d0a565c
DE
2485Thu Mar 12 16:13:25 1998 Doug Evans <devans@canuck.cygnus.com>
2486
2487 * config/tc-dvp.h (TC_FIX_TYPE,TC_INIT_FIX_DATA): Define.
2488 * config/tc-dvp.c (compute_nloop,check_nloop): New functions.
2489 (gif_insn_frag_loc): New static global.
2490 (assemble_gif): Record frag and location frag of insn.
2491 (md_apply_fix3): Validate user specified nloop if we couldn't do
2492 it earlier.
2493 (s_endgif): Queue fixup to install nloop if we can't compute it here.
2494
d030671b
DE
2495Fri Mar 6 11:36:37 1998 Doug Evans <devans@canuck.cygnus.com>
2496
2497 * config/tc-dvp.c (s_endgif): Fix nloop calc and test. Warn if
2498 insufficient data present. Fix insertion of computed nloop value.
65309b98
DE
2499 (install_vif_length): Second pass at unpack len calcs.
2500 (s_endunpack): Round data up to word boundary.
ba4be194
DE
2501 (insert_mpg_marker): New function.
2502 (insert_file): New args insert_marker, size. All callers updated.
2503 (assemble_vif): Rewrite varlen insn handling.
2504 (assemble_vu): Call insert_mpg_marker when 256th insn reached.
2505 (s_enddirect,s_endunpack): Rename arg to internal_p.
d030671b
DE
2506
2507end-sanitize-sky
2d035a50
GRK
2508start-sanitize-vr4320
2509Tue Mar 3 11:37:26 1998 Gavin Koch <gavin@cygnus.com>
2510
2511 * config/tc-mips.c : Added vr4320 similar to vr4300.
2512
2513end-sanitize-vr4320
626d6b2e
RH
2514Sat Feb 28 17:28:55 1998 Richard Henderson <rth@cygnus.com>
2515
2516 * config/tc-alpha.c (md_shortopts, md_longopts, md_parse_option):
2517 Recognize -GN and -relax.
2518 (md_begin): Initialize gp size from -G switch.
2519 (alpha_force_relocation): Always force if -relax.
2520 (alpha_align): Take a new argument that will specify when to
2521 emit an R_ALPHA_ALIGN relocation (though we don't do that now).
2522 Change all callers. Emit nop alignment padding as nop+unop pair.
2523
c35d42c2
RH
2524Sat Feb 28 17:06:22 1998 Richard Henderson <rth@cygnus.com>
2525
2526 * config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
2527 * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
2528
6c116dfc
MM
2529Thu Feb 26 15:49:04 1998 Michael Meissner <meissner@cygnus.com>
2530
2531 * config/tc-d30v.c (write_2_short): Delayed jsr instructions don't
2532 require padding to the next long word boundary.
2533
1fb06680
DE
2534start-sanitize-sky
2535Fri Feb 27 10:06:59 1998 Doug Evans <devans@canuck.cygnus.com>
2536
2537 * config/tc-dvp.c (assemble_vif): Insert cpu type marker before
2538 inserted binary files.
2539
2540end-sanitize-sky
8ca85ce0
DE
2541start-sanitize-phase2-m32rx
2542Wed Feb 25 11:43:45 1998 Doug Evans <devans@canuck.cygnus.com>
2543
2544 * config/tc-m32r.c (optimize): New static local.
2545 (md_shortopts): Add -O.
2546 (md_parse_option): Recognize it.
2547 (md_show_usage): Document it.
2548 (md_assemble): Don't try to combine insns in parallel if !optimize.
2549
2550end-sanitize-phase2-m32rx
39149be2
NC
2551start-sanitize-m32rx
2552Tue Feb 24 18:03:25 1998 Nick Clifton <nickc@cygnus.com>
2553
2554 * config/tc-m32r.c (first_writes_to_seconds_operands):
2555 Reinitialise b_operands for each pass of the inner loop.
2556end-sanitize-m32rx
c74ca124 2557start-sanitize-sky
69312dac
DE
2558Tue Feb 24 11:01:25 1998 Doug Evans <devans@canuck.cygnus.com>
2559
2560 * config/tc-dvp.h (tc_frob_label): Define.
2561 * config/tc-dvp.c (dvp_frob_label): New function.
b6d331b9
DE
2562 (create_colon_label): New argument `sto'. All callers updated.
2563 (record_mach): New argument `force_next_p'. All callers updated.
2564 (cpu_sto): New function.
9152beba
DE
2565 (UNIQUE_LABEL_PREFIX): New macro.
2566 (unique_label): Use it.
2567 (assemble_gif): Emit start label before mach label.
b439fb81 2568 (s_endgif): Update. NLOOP is in quadwords for IMAGE mode now.
69312dac 2569
e9cb12e4
DE
2570Mon Feb 23 15:55:12 1998 Doug Evans <devans@canuck.cygnus.com>
2571
2572 * config/tc-dvp.c (assemble_dma): Do alignment before parsing insn.
2573 (setup_dma_autocount): Renamed from setup_autocount. New argument
2574 inline_p. All callers changed. Fix word address of count.
2575 (parse_dma_addr_autocount): Fix word address of address.
2576
2577end-sanitize-sky
2578start-sanitize-sky
96f5b6b2
JL
2579Mon Feb 23 17:24:06 1998 Jim Lemke <jlemke@cygnus.com>
2580
2581 * config/obj-elf.c: Take Ian's suggestion, leave .bss etc
2582 in special_sections table and add .vubss etc via
2583 ELF_TC_SPECIAL_SECTIONS.
2584 * config/tc-dvp.h: Likewise.
2585
c74ca124 2586end-sanitize-sky
a15a45e5
DE
2587Mon Feb 23 11:29:06 1998 Doug Evans <devans@seba.cygnus.com>
2588
2589 * cgen.c: #include symcat.h.
2590 * config/tc-m32r.c: Likewise.
2591
65d2c7d3
JL
2592Mon Feb 23 10:27:40 1998 Jeffrey A Law (law@cygnus.com)
2593
2594 * config/tc-mips.c (mips_ip, case 'P'): Make 'P' arguments be
2595 absolute expressions instead of '$' prefixed register names.
2596
56c99b3e
RH
2597Sat Feb 21 22:36:52 1998 Richard Henderson <rth@cygnus.com>
2598
2599 * read.c (s_set): Record file and line info for symbols when -as.
2600 (pseudo_set): Don't overwrite that dummy fragment.
2601
d3c6610c
DE
2602start-sanitize-sky
2603Fri Feb 20 12:43:02 1998 Doug Evans <devans@canuck.cygnus.com>
2604
498fcb9c 2605 * config/tc-dvp.c (md_assemble): Handle ASM_DIRECT state.
d3c6610c
DE
2606 (dvp_parse_done): Comment out contents.
2607 (s_enddirect,s_endmpg,s_endunpack): Call demand_empty_rest_of_line.
2608 (s_state): Handle .vu in included file.
8151801a 2609 (asm_state): New state ASM_GIF.
498fcb9c
DE
2610 (asm_state_stack): Maintain stack of parsing states.
2611 ({push,pop,set}_asm_state): New functions.
2612 (CUR_ASM_STATE): Renamed from cur_asm_state, all uses updated.
8151801a
DE
2613 (gif_{insn_type,data_name,insn_frag}): New static locals.
2614 (md_assemble): Watch for .endgif if in ASM_GIF state.
2615 (assemble_gif): Complete.
2616 (s_endgif): Complete.
ee753b4b
DE
2617 (cur_mach): New static local.
2618 (record_mach): New function.
2619 (md_begin): Initialize `cur_mach'.
2620 (assemble_*): Record current mach type.
83920d29
DE
2621 (vu_count): New static local.
2622 (assemble_vif): Temporary hack to properly align mpg/direct data.
2623 (assemble_vu): Insert mpg every 256 insns.
d3c6610c
DE
2624
2625end-sanitize-sky
c634d13e
ILT
2626Fri Feb 20 15:03:13 1998 Ian Lance Taylor <ian@cygnus.com>
2627
2628 * config/tc-ppc.c (md_pseudo_table): Add "section".
2629 (ppc_named_section): New static function.
2630
9db4b37c
RH
2631Thu Feb 19 22:25:42 1998 Richard Henderson <rth@cygnus.com>
2632
2633 * tc-ppc.c (ppc_biei): Cache the last symbol we inserted
2634 so we don't have to scan the entire list.
2635
ccc12f73
FF
2636Tue Feb 17 17:02:15 1998 Fred Fish <fnf@cygnus.com>
2637
2638 * config/tc-d30v.c (parallel_ok): For the explicitly parallel
2639 case, allow the parallel instructions to modify the same flag
2640 bits.
2641
ecc9627d
RH
2642Thu Feb 19 16:08:15 1998 Richard Henderson <rth@cygnus.com>
2643
2644 * listing.c (list_symbol_table): Categorize symbols by
2645 undefined_section rather than sy_frag->line == NULL.
2646
91572941
DE
2647start-sanitize-sky
2648Thu Feb 19 02:17:03 1998 Doug Evans <devans@charmed.cygnus.com>
2649
2650 * config/tc-dvp.c (LOCAL_LABEL_PREFIX,END_LABEL_PREFIX): New macros.
2651 (inline_dmadata): Renamed from s_dmadata_implied.
2652 (assemble_one_insn): Rewrite dma operand processing.
2653 (md_apply_fix3): Handle DVP_OPERAND_DMA_NEXT.
2654 (unique_name,setup_autocount): New functions.
2655
2656 * config/tc-dvp.c: Include stdarg.h/varargs.h.
2657 (md_pseudo_table): Add .word.
2658 (assemble_dma): Set alignment to 16 bytes. Enable code that records
2659 fixups.
2660 (assemble_one_insn): Handle DVP_OPERAND_DMA_{ADDR,AUTOCOUNT}.
2661 (md_apply_fix3): Handle DVP_OPERAND_DMA_ADDR.
2662 (parse_dma_addr_autocount): Renamed from parse_dma_ptr_autocount.
2663 Rewrite.
2664 (eval_expr): New function.
2665 (create_label,create_colon_label): New function.
2666 (s_enddmadata): Rewrite.
2667
2668end-sanitize-sky
9c0e2b9e
RH
2669Wed Feb 18 23:39:46 1998 Richard Henderson <rth@cygnus.com>
2670
2671 * Makefile.am (install-exec-local): Install properly when ln
2672 fails or tooldir == prefix.
2673
65850016
NC
2674start-sanitize-m32rx
2675Wed Feb 18 18:11:42 1998 Nick Clifton <nickc@cygnus.com>
2676
2677 * config/tc-m32r.c (first_writes_to_seconds_operands): Special
2678 handling of updates to the condition bit as this is shadow by
2679 several registers.
2680end-sanitize-m32rx
19f12fb4
DE
2681start-sanitize-sky
2682Wed Feb 18 15:49:56 1998 Doug Evans <devans@canuck.cygnus.com>
2683
2684 * config/tc-dvp.c (parse_float): New function.
2685 (assemble_vu): Handle loi insns.
2686 (assemble_one_insn): Simplify suffix parsing.
1028c33f
DE
2687 Handle DVP_OPERAND_FLOAT. Allow FAKE arguments to have a parser
2688 handler.
19f12fb4
DE
2689
2690end-sanitize-sky
af82efaf 2691start-sanitize-m32rx
20419451
NC
2692Wed Feb 18 14:30:26 1998 Nick Clifton <nickc@cygnus.com>
2693
2694 * doc/c-m32r.texi (M32R-Opts): Add --Wp and --Wnp.
2695
2696 * doc/as.texinfo (Overview): Add --Wp and --Wnp.
2697
2698 * config/tc-m32r.c (md_longopts): Accept --Wp as an abbreviation
2699 for --warn-explicit-parallel-conflicts and --Wnp as an
2700 abbreviation for --no-warn-explicit-parallel-conflicts.
2701 (assemble_parallel_insn): Use non-relaxable versions of branch
2702 instructions.
2703
af82efaf
NC
2704Wed Feb 18 11:00:18 1998 Nick Clifton <nickc@cygnus.com>
2705
2706 * app.c: Parse || as a seperator between assembler statements.
19f12fb4 2707
af82efaf 2708end-sanitize-m32rx
63aa1c74
DE
2709Tue Feb 17 18:58:51 1998 Doug Evans <devans@seba.cygnus.com>
2710
19f12fb4 2711 * cgen.c (cgen_md_apply_fix3): Delete call to validate_operand.
63aa1c74
DE
2712 Test result of insert_operand for error.
2713
c9cec4ef 2714start-sanitize-m32rx
b86c0dd3
NC
2715Mon Feb 16 12:28:40 1998 Nick Clifton <nickc@cygnus.com>
2716
2717 * config/tc-m32r.c (md_assemble): Only parallelise instructions
2718 when m32rx target is enabled and the instructions are not
2719 relaxable.
2720
c9cec4ef
NC
2721Fri Feb 13 14:42:16 1998 Nick Clifton <nickc@cygnus.com>
2722
2723 * config/tc-m32r.c (first_writes_to_seconds_operands): Do not
2724 bother checking insn which have no operands.
2725
2726end-sanitize-m32rx
ba4da4fe
ILT
2727Fri Feb 13 16:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
2728
2729 * Makefile.am (AUTOMAKE_OPTIONS): Add cygnus.
2730 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
2731 * doc/Makefile.am (AUTOMAKE_OPTIONS): Define.
2732 * doc/Makefile.in: Rebuild.
2733
8e7a5a04 2734start-sanitize-m32rx
6cf2575a
NC
2735Fri Feb 13 09:57:11 1998 Nick Clifton <nickc@cygnus.com>
2736
2737 * config/tc-m32r.c (first_writes_to_seconds_operands): New
2738 function. Replaces get_src_reg(), check_for_side_effects(),
2739 reads_from_src_reg(). Uses new insn operand features of cgen.
8e7a5a04 2740 (writes_to_pc): New function., but with new code suppressed for now.
6cf2575a 2741 (md_assemble): Call first_writes_to_seconds_operands().
8e7a5a04 2742end-sanitize-m32rx
679f7845
ILT
2743Fri Feb 13 00:47:44 1998 Ian Lance Taylor <ian@cygnus.com>
2744
2745 * config/tc-mips.c (macro_build): Handle operand type 'C'.
2746 (macro): Fix handling of M_COP[0-3].
2747
43448efe
ILT
2748Thu Feb 12 14:06:59 1998 Ian Lance Taylor <ian@cygnus.com>
2749
618ea808
ILT
2750 Based on patches from Ross Harvey <ross@teraflop.com>:
2751 * macro.c (ISSEP): Only treat '<' and '>' as separator characters
2752 if macro_alternate or macro_mri.
2753 (getstring): Remove support for byte constants between < and >.
2754 (get_any_string): '<' only starts a string if macro_alternate or
2755 macro_mri.
2756 (macro_expand_body): Permit keyword parameters following
2757 positional parameters.
2758
69d0b6d3
ILT
2759 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
2760 * configure.in (alpha*-*-netbsd*): New target.
2761 * config/te-nbsd.h (LOCAL_LABELS_FB): Define.
2762 * configure: Rebuild.
2763
1b9bf4a5
ILT
2764 * as.h (flag_warn_suppress_instructionswap): Move from here...
2765 * config/tc-d10v.c (flag_warn_suppress_instructionswap): ...to
2766 here, and make static.
2767
8642a203
ILT
2768 * ehopt.c (eh_frame_code_alignment): Only use seg_info if
2769 BFD_ASSEMBLER or MANY_SEGMENTS.
2770
43448efe
ILT
2771 * as.c (show_usage): Update bug-gnu-utils address.
2772 * gasp.c (show_usage): Likewise.
2773 * doc/as.texinfo (Bug Reporting): Likewise.
2774
9a1f3160
JL
2775Wed Feb 11 23:26:28 1998 Jeffrey A Law (law@cygnus.com)
2776
2777 * config/tc-mips.c (load_address): Don't use mips III or mips IV
2778 insns regardless of the size of a pointer if we're in mips I or
2779 MIPS II mode.
2780 (macro, macro2, s_cprestore, s_cpadd): Likewise.
2781
fc3c25b9
JR
2782Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2783
2784Fix rac to accept only a0:
2785 * tc-d10v.c (parallel_ok, find_opcode):
2786 Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1.
2787 Introduce OPERAND_GPR.
2788
a699db22
RH
2789Wed Feb 11 16:28:13 1998 Richard Henderson <rth@cygnus.com>
2790
2791 * read.c (s_fill): Handle non-constant repeat counts by creating
2792 an rs_space fragment.
2793
ef582182
NC
2794start-sanitize-m32rx
2795Wed Feb 11 10:32:28 1998 Nick Clifton <nickc@cygnus.com>
2796
2797 * doc/c-m32r.texi: Document warning and error messages. Add
2798 descriptions of --warn-explicit-parallel-conflicts.
2799
2800 * doc/as.texinfo: Add more m32rx command line options.
a699db22 2801
ef582182
NC
2802end-sanitize-m32rx
2803Tue Feb 10 18:31:31 1998 Ian Lance Taylor <ian@cygnus.com>
2804
2805 * config/tc-i386.c (i386_operand): Change error added Jan 2 1998
2806 from as_bad to as_warn.
2807
8be4a8f7
DE
2808start-sanitize-sky
2809Tue Feb 10 15:15:40 1998 Doug Evans <devans@canuck.cygnus.com>
2810
2811 * config/tc-dvp.c (*): pke->vif, gpuif->gif.
2812
2813end-sanitize-sky
ffc3a160
JL
2814Tue Feb 10 18:04:00 1998 Jim Lemke <jlemke@cygnus.com>
2815
be0ed38b 2816 * as.c: (perform_an_assembly_pass): Use [TEXT|DATA|BSS]_SECTION_NAME
ffc3a160 2817 * as.h: Define default values of [TEXT|DATA|BSS]_SECTION_NAME
be0ed38b 2818 * config/obj-elf.c (elf_begin): Use [TEXT|DATA|BSS]_SECTION_NAME
45fb7b89 2819start-sanitize-sky
ffc3a160 2820 * config/tc-dvp.h: Add configuration specific section names.
45fb7b89 2821end-sanitize-sky
ffc3a160 2822
3081e567
ILT
2823Tue Feb 10 17:58:18 1998 Ian Lance Taylor <ian@cygnus.com>
2824
2825 * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, use
2826 seg_fix_rotP rather than fix_root from seg_info.
2827
f64479ba
IC
2828Tue Feb 10 15:32:22 1998 Ian Carmichael <iancarm@cygnus.com>
2829
2830 * expr.c: Add support for 0x1_2_3_4 bignums.
f64479ba 2831
dfb3ecb2
ILT
2832Tue Feb 10 14:43:40 1998 Ian Lance Taylor <ian@cygnus.com>
2833
5023c3ab
ILT
2834 * configure.in: Change -linux* to -linux-gnu*.
2835 * configure: Rebuild.
2836
dfb3ecb2
ILT
2837 * app.c (do_scrub_begin): Treat \r as whitespace.
2838
47aa5592
NC
2839start-sanitize-m32rx
2840Mon Feb 9 16:23:11 1998 Nick Clifton <nickc@cygnus.com>
2841
2842 * config/tc-m32r.c (get_src_reg): Use m32r_cgen_get_operand()
2843 rather than parsing syntax string manually.
2844 (assemble_parallel_insn): Check for both forms of parallel
2845 conflict.
2846end-sanitize-m32rx
6c4e4786
ILT
2847Mon Feb 9 14:16:11 1998 Ian Lance Taylor <ian@cygnus.com>
2848
2849 * Makefile.am: Update dependencies.
2850 * Makefile.in: Rebuild.
2851
7ee4e307
ILT
2852Sat Feb 7 15:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
2853
2854 * configure, aclocal.m4: Rebuild with new libtool.
2855
6766132d
JL
2856Fri Feb 6 16:08:30 1998 Jeffrey A Law (law@cygnus.com)
2857
2858 * config/tc-mips.c (md_begin): If mips_cpu is set, then use it as
2859 the argument to bfd_set_arch_mach.
2860 (load_address): Use bfd_arch_bits_per_address to determine the
2861 bit size of an address instead of looking at the isa level.
2862 (macro, macro2, s_cprestore, s_cpadd): Likewise.
2863
3cb46b33
NC
2864start-sanitize-v850e
2865Fri Feb 6 14:44:34 1998 Nick Clifton <nickc@cygnus.com>
2866
2867 * config/tc-v850.c (md_parse_option): Add -mv850any command line option.
2868end-sanitize-v850e
a52052db
ILT
2869Thu Feb 5 12:39:08 1998 Ian Lance Taylor <ian@cygnus.com>
2870
ffd652c3
ILT
2871 * ehopt.c: New file.
2872 * as.h (enum _relax_state): Add rs_cfa.
2873 (check_eh_frame, eh_frame_estimate_size_before_relax): Declare.
2874 (eh_frame_relax_frag, eh_frame_convert_frag): Declare.
2875 * read.c (emit_expr): Call check_eh_frame.
2876 * write.c (cvt_frag_to_fill): Handle rs_cfa.
2877 (relax_segment): Likewise.
2878 * Makefile.am: Rebuild dependencies.
2879 (GAS_CFILES): Add ehopt.c.
2880 (GENERIC_OBJS): Add ehopt.o.
2881 * doc/internals.texi (Frags): Document rs_cfa.
2882
2883 * as.c (show_usage): Mention --traditional-format.
2884 (parse_args): Accept --traditional-format.
2885 * as.h (flag_traditional_format): Declare.
2886 * output-file.c (output_file_create): If flag_traditional_format,
2887 set BFD_TRADITIONAL_FORMAT on stdoutput.
2888 * doc/as.texinfo, doc/as.1: Document --traditional-format.
2889
b073d428
ILT
2890 * config/tc-mips.c (append_insn): Make sure that if we have a
2891 fixup for an unmatched %hi reloc, it does not associated with a
2892 variant frag.
2893
a52052db
ILT
2894 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
2895 * doc/Makefile.in: Likewise.
2896
89285fc9
NC
2897Wed Feb 4 15:41:54 1998 Nick Clifton <nickc@cygnus.com>
2898
2899 * config/tc-m32r.c (check_for_side_effects): New function.
2900 (can_make_parallel): Add checks for instruction side effects
2901 clashing with the other instruction.
2902 (assemble_parallel_insn): Improve warning messages. Return error
2903 message from non-swapped instruction order.
2904
da9a396b
NC
2905Wed Feb 4 20:00:26 1998 James G. Smith <jsmith@teknema.demon.co.uk>
2906
2907 * config/tc-arm.c: Rename arm_after_pass_hook() to arm_cleanup().
2908
2909 * config/tc-arm.h: Replace md_after_pass_hook definition with a
2910 md_cleanup definition. This moves the forced literal output to
2911 the end of the source pass, and avoids macro's inserting literals
2912 into the code immediately after the macro expansion.
2913
e8696467
ILT
2914Wed Feb 4 13:17:19 1998 Ian Lance Taylor <ian@cygnus.com>
2915
dfe0d219
ILT
2916 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: A reloc against
2917 a gas internal symbol is adjustable.
6e2604ce 2918 * config/tc-ppc.h (tc_fix_adjustable): Likewise.
dfe0d219 2919
e8696467
ILT
2920 * as.h: If gcc version greater than 2.6, use `__format__' and
2921 `__printf__' in function attributes, rather than `format' and
2922 `printf'.
2923
0e034c77
ILT
2924Mon Feb 2 18:38:18 1998 Ian Lance Taylor <ian@cygnus.com>
2925
2926 * config/tc-sparc.c: Only include elf/sparc.h if OBJ_ELF.
2927
2928Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
2929
2930 Add tms320c30 support:
2931 * config/tc-tic30.h: New file.
2932 * config/tc-tic30.c: New file.
2933 * config/obj-coff.h: If TC_TIC30, include coff/tic30.h and define
2934 TARGET_FORMAT as "coff-tic30".
2935 * configure.in (tic30-*-*aout*, tic30-*-*coff*): New targets.
2936 * Makefile.am: Rebuild dependencies.
2937 (CPU_TYPES): Add tic30.
2938 (CPU_OBJ_VALID): tic30-aout is valid.
2939 (TARGET_CPU_CFILES): Add config/tc-tic30.c.
2940 (TARGET_CPU_HFILES): Add config/tc-tic30.h.
2941 * configure, Makefile.in: Rebuild.
2942
c519430b
NC
2943Mon Feb 2 10:20:37 1998 Nick Clifton <nickc@cygnus.com>
2944
5e04ff14 2945 * config/tc-v850.c (md_assemble): Improvements to error messages.
c519430b 2946
32715d71
ILT
2947Mon Feb 2 12:39:05 1998 Geoff Keating <geoffk@ozemail.com.au>
2948
2949 * config/tc-ppc.c (md_apply_fix3): Change BFD_RELOC_HI16 and
2950 BFD_RELOC_HI16_S to store the high bits of any value.
2951
2952 * config/tc-ppc.h (tc_fix_adjustable): Undo change of Fri Jun 27.
2953 (TC_RELOC_RTSYM_LOC_FIXUP): Don't let the
2954 assembler calculate relocations to any external symbol at all.
2955 * config/tc-ppc.c (md_apply_fix3) [OBJ_ELF]: Correct bugs
2956 involving generation of pc-relative relocs.
2957 (md_pcrel_from_section) [OBJ_ELF]: The job this code used to do
2958 has been moved to md_apply_fix3.
2959
2960 * config/tc-ppc.c (md_apply_fix3): Fix test for too-far branch.
2961 (ppc_elf_suffix): Warn about 'identifier+constant@got' syntax,
2962 which actually means (the address of identifier's GOT entry) +
2963 constant, which is not particularly useful.
2964
d341ae3f
DE
2965Fri Jan 30 11:02:35 1998 Doug Evans <devans@canuck.cygnus.com>
2966
2967 * read.h (include_dirs): Declare.
2968 (include_dir_count,include_dir_maxlen): Declare.
5b862039
DE
2969start-sanitize-sky
2970
2971 * config/tc-dvp.c (md_longopts): Add -no-dma, -no-dma-pke.
2972 (md_parse_option): Handle them.
2973 (md_show_usage): Print them.
2974 (output_dma,output_pke): New static globals.
5b862039
DE
2975 (assemble_pke): Handle -no-dma-pke.
2976 (insert_file): Search include dir list.
2977 (s_enddirect): Validate length if prespecified.
2978 (s_endmpg): Likewise. Handle -no-dma-pke.
2979 (s_endunpack): Handle -no-dma-pke.
32729d87
DE
2980 (md_pcrel_from_section): Add offset to delay slot for
2981 undefined symbols.
5b862039 2982end-sanitize-sky
d341ae3f 2983
4b027387
ILT
2984Fri Jan 30 11:47:02 1998 Ian Lance Taylor <ian@cygnus.com>
2985
f2e272e0
ILT
2986 * configure.in: Correct check for shared opcodes library.
2987 * configure: Rebuild.
2988
ce44ad74
ILT
2989 * listing.c (buffer_line): If we can't open the file, set at_end.
2990 (listing_print): Remove unused local variable fi.
2991
2992 * config/m68k-parse.y (reglistpair): Handle register list in
2993 either order.
2994
4b027387
ILT
2995 * config/vms-conf.h: Don't undef VERSION.
2996
72e6c688
DE
2997start-sanitize-m32rx
2998Thu Jan 29 13:36:29 1998 Doug Evans <devans@canuck.cygnus.com>
2999
3000 * config/tc-m32r.c (allow_m32rx): Must compile with K&R C.
3001 (m32rx support): only include #ifdef HAVE_CPU_M32RX.
3002
3003end-sanitize-m32rx
4b027387 3004Thu Jan 29 14:42:44 1998 Pat Rankin <rankin@eql.caltech.edu>
c412299f
ILT
3005
3006 * Makefile.am (CONFIG_OBJS): New variable, containing part of old
3007 OBJS variable.
3008 (GENERIC_OBJS): New variable, with the rest of the old OBJS
3009 variable.
3010 (OBJS): Now just $(CONFIG_OBJS) and $(GENERIC_OBJS).
3011 ($(srcdir)/make-gas.com): Rename from make-gas.com.
3012 (stamp-mk.com): Replace $(OBJS) with $(GENERIC_OBJS).
3013 (EXTRA_DIST): Define.
3014 * vmsconf.sh: Handle {targ-cpu, obj-format, atof-targ} modules
3015 explicitly rather than via the list of object files.
3016 (gcc-as.opt): New file created when make-gas.com is run.
3017 * config-gas.com: Create {targ-cpu.h, obj-format.h, targ-env.h,
3018 itbl-cpu.h} to #include appropriate file rather than copying that
3019 file.
3020 * config/vms-conf.h: Synchronize with current config.in.
3021 * Makefile.in: Rebuild.
3022
ca1a4060
MM
3023Thu Jan 29 18:48:19 1998 Bill Moyer <billm@cygnus.com>
3024
3025 * config/tc-d30v.c (do_assemble): Added flag_explicitly_parallel.
3026 (parallel_ok): Relaxed parallel subinstruction dependency check.
3027
ed295804
NC
3028start-sanitize-m32rx
3029Wed Jan 28 16:27:27 1998 Nick Clifton <nickc@cygnus.com>
3030
3031 * config/tc-m32r.c (md_assemble): Fix determination of when
3032 instructions can be combined in parallel.
3033
3034end-sanitize-m32rx
4d1dc7f1
BM
3035Wed Jan 28 14:35:00 1998 Bill Moyer <billm@cygnus.com>
3036
3037 * as.h (flag_warn_suppress_instructionswap): added new flag.
3038 * tc-d10v.c (md_parse_option,md_longopts): added "--nowarnswap"
3039 command line argument.
3040 * tc-d10v.c (write_2_short): emit "Swapping instructions"
3041 warning only if flag_warn_suppress_instructionswap is false.
3042
0040c1e9
ILT
3043Wed Jan 28 16:41:19 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
3044
3045 * configure.in (i386-*-mingw32*): New target.
3046 * configure: Rebuild.
3047
f414803c
ILT
3048Wed Jan 28 14:51:18 1998 Ian Lance Taylor <ian@cygnus.com>
3049
8ecd2ccb
ILT
3050 * symbols.c (resolve_symbol_value): Don't set the segment if it
3051 hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER.
3052
f414803c
ILT
3053 * config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument to
3054 S_GET_SEGMENT.
3055
fa8666c7
ILT
3056Wed Jan 28 13:54:50 1998 Pat Rankin <rankin@eql.caltech.edu>
3057
3058 as.h (unlink): Reverse 13-Feb-97 change; use of unlink vs remove
3059 depends upon HAVE_{UNLINK,REMOVE} values rather than host
3060 compiler.
3061
8fb6931a
ILT
3062Wed Jan 28 13:48:08 1998 Ian Lance Taylor <ian@cygnus.com>
3063
3064 * config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Define.
3065
98b155a2
DE
3066start-sanitize-sky
3067Wed Jan 28 10:00:40 1998 Doug Evans <devans@canuck.cygnus.com>
3068
3069 * configure.in: Add dvp support.
3070 * configure: Regenerate.
3071 * config/tc-dvp.[ch]: New files.
3072
3073end-sanitize-sky
1adee2cc
NC
3074Wed Jan 28 09:52:00 1998 Nick Clifton <nickc@cygnus.com>
3075
3076 * config/tc-v850.c (v850_insert_operand): Display instruction when
3077 an error is encountered.
3078
6cc7a938
ILT
3079Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com>
3080
3081 * configure.in (i386-*-sco3.2v5*): Defaults to ELF now.
3082 (i386-*-sco3.2v5*coff): New target.
3083 (i386-*-sco3.2*): New target.
3084 * configure: Rebuild.
3085
38a8f434
NC
3086Tue Jan 27 11:06:52 1998 Nick Clifton <nickc@cygnus.com>
3087
5e04ff14 3088 * config/tc-v850.c: Tidy error message production.
38a8f434 3089
8ecadea4
ILT
3090Tue Jan 27 12:24:32 1998 Ian Lance Taylor <ian@cygnus.com>
3091
29b2b5da
ILT
3092 * config/tc-arm.c (md_apply_fix3): Add new variable newimm to hold
3093 validate_immediate return value in the right type for comparisons
3094 to FAIL.
8ecadea4 3095
76f9e5af
RH
3096Tue Jan 27 06:51:59 1998 Richard Henderson <rth@cygnus.com>
3097
3098 * listing.c (MAX_BYTES): Use listing variables not constants.
3099 (data_buffer): No longer an array, but a pointer.
3100 (calc_hex): sizeof(data_buffer) -> MAX_BYTES.
3101 (listing_listing): Allocate data_buffer.
3102
7b7a88d0
RH
3103Tue Jan 27 06:38:35 1998 Richard Henderson <rth@cygnus.com>
3104
3105 * as.c (parse_args): Add --listing-lhs-width, --listing-lhs-width2,
3106 --listing-rhs-width, --listing-cont-lines.
3107 (show_usage): Update.
3108 * listing.c (listing_lhs_width, listing_lhs_width_second): New vars.
3109 (listing_lhs_cont_lines, listing_rhs_width): New vars.
3110 (print_lines): Use the variables instead of the constants.
3111 (listing_listing): Likewise.
3112 * listing.h: Declare the new vars.
3113
c3b27a64
RH
3114Tue Jan 27 05:32:05 1998 Richard Henderson <rth@cygnus.com>
3115
3116 * as.c (parse_args): Add --keep-locals alias for -L.
3117 Add --strip-local-absolute.
3118 (show_usage): Update.
3119 * as.h (flag_strip_local_absolute): New flag.
3120 * symbols.c (S_IS_LOCAL): Use it.
3121 * config/obj-aout.h (S_IS_LOCAL): Likewise.
3122 * config/obj-bout.h (S_IS_LOCAL): Likewise.
3123 * config/obj-coff.h (S_IS_LOCAL): Likewise.
3124
26192c50
NC
3125Mon Jan 26 13:07:41 1998 Nick Clifton <nickc@cygnus.com>
3126
3127 * config/tc-m32r.c: Detect if explicitly parallel instructions
3128 might have an io conflict and issue a warning message.
3129
b6930bdf
NC
3130start-sanitize-m32rx
3131Mon Jan 26 12:38:54 1998 Nick Clifton <nickc@cygnus.com>
3132
3133 * config/tc-m32r.c (reads_from_src_reg): Change second parameter
3134 to a count of the number of matches to skip.
3135 (can_make_parallel): Pass count of number of matches to skip to
3136 reads_from_src_reg().
3137
3138end-sanitize-m32rx
f7124cf2
NC
3139Thu Jan 22 17:51:44 1998 Nick Clifton <nickc@cygnus.com>
3140
3141start-sanitize-m32rx
3142 * config/tc-m32r.c: Add support for swapping fixups of swap
3143 instructions.
3144end-sanitize-m32rx
3145 * cgen.c (cgen_save_fixups, cgen_restore_fixups,
3146 cgen_swap_fixups): Functions to save, restore and swap the fixup
3147 chain with a backup copy.
3148 (cgen_asm_finish_insn): Returns address of constructed insn.
3149
cc746b3e
RH
3150Wed Jan 21 16:49:10 1998 Richard Henderson <rth@cygnus.com>
3151
3152 * listing.c (file_info_struct): Remove FILE, add POS.
3153 (last_open_file_info, last_open_file): New; a one entry FILE* cache.
3154 (file_info): Don't open the file.
3155 (buffer_line): Check for the file in the last_open cache, updating
3156 as necessary.
3157 (print_source): Don't reference file_info->file.
3158 (listing_listing): Likewise.
3159 (listing_print): Close the file in the cache, if any.
3160
775fdd0c
NC
3161start-sanitize-m32rx
3162Tue Jan 20 17:08:53 1998 Nick Clifton <nickc@cygnus.com>
3163
3164 * config/tc-m32r.c (md_assemble): Add code to swap explicitly
3165 parallel instructions so that they are in the correct order.
3166 (reads_from_src_reg, get_src_reg, can_make_parallel,
3167 make_parallel): New functions to support opportunistic
3168 parallelisation of adjacent instructions.
3169
3170end-sanitize-m32rx
af8e4ed9
ILT
3171Fri Jan 16 14:51:48 1998 Ian Lance Taylor <ian@cygnus.com>
3172
3173 * read.c (dwarf_file_string): New file static variable.
3174 (emit_expr): Look for constant sequence that leads up to a file
3175 name in DWARF debugging output.
3176 (stringer): Use dwarf_file_string to decide whether to accept a
3177 string as a file name.
3178
9ca4498f
RH
3179Fri Jan 16 11:30:37 1998 Richard Henderson <rth@cygnus.com>
3180
3181 * tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.
3182 (crack_operand): Add reg->reglst MRI hack.
3183 (r_seg): Put reglst symbols in reg_section.
3184 (m68k_frob_symbol): Frob reglst symbols into absolute_section.
3185
43e941fd
RH
3186Thu Jan 15 14:19:01 1998 Richard Henderson <rth@cygnus.com>
3187
3188 * tc-sh.c (get_specific): Handle SGR & DBR.
3189
e71bd99c
RH
3190Thu Jan 15 13:46:48 1998 Richard Henderson <rth@cygnus.com>
3191
3192 * tc-h8300.c (parse_reg): Take the length of the symbol into
3193 account when attempting to match a register name.
2833e251 3194 * tc-h8500.c (parse_reg): Likewise.
e71bd99c 3195
ebde3f62
NC
3196Wed Jan 14 17:52:33 1998 Nick Clifton <nickc@cygnus.com>
3197
23ded748 3198start-sanitize-m32rx
ebde3f62
NC
3199 * config/tc-m32r.c (md_assemble): Add support for parsing parallel
3200 instructions.
23ded748 3201end-sanitize-m32rx
ebde3f62
NC
3202 * cgen.c: Formatting changes to improve readability.
3203
6c4b811d
JL
3204Wed Jan 14 15:41:41 1998 Jeffrey A Law (law@cygnus.com)
3205
3206 * config/tc-mips.c (macro): Rework division code to avoid unfilled
3207 delay slot.
3208
4ef6f7f1
MM
3209Wed Jan 14 18:04:20 1998 Michael Meissner <meissner@cygnus.com>
3210
3211 Based on a patch from Jim Wilson
3212 * config/tc-d30v.c (do_assemble): Remove non-ansi default case.
3213 (tc_gen_reloc): Handle cross section PC relative relocs
3214 correctly.
3215
b2cf4548
DE
3216Wed Jan 14 15:02:19 1998 Doug Evans <devans@seba.cygnus.com>
3217
3218 * config/tc-mips.c (mips_ip): Don't test pinfo flags if INSN_MACRO.
3219
1002d8ed
DE
3220Mon Jan 12 13:04:57 1998 Doug Evans <devans@seba.cygnus.com>
3221
3222 * cgen.c: #include setjmp.h. Clean up pass over `struct foo' usage.
3223 (expr_jmp_buf): New static local.
3224 (cgen_parse_operand): Allow use of longjmp in parsing to handle errors.
3225 (cgen_md_operand): New function.
3226 * tc-m32r.c: Clean up pass over `struct foo' usage.
3227 (md_estimate_size_before_relax): Use CGEN_INSN_MNEMONIC.
3228
d7ab1078
RH
3229Tue Jan 6 15:36:02 1998 Richard Henderson <rth@cygnus.com>
3230
3231 * symbols.c (S_SET_SEGMENT): Don't set the segment for section syms.
3232 (S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication.
3233
388fa5c6
ILT
3234Fri Jan 2 16:08:54 1998 Ian Lance Taylor <ian@cygnus.com>
3235
3236 * config/tc-i386.c (i386_operand): Give an error if there are
3237 unrecognized characters after an expression.
3238
0378333b 3239For older changes see ChangeLog-9697
This page took 0.224227 seconds and 4 git commands to generate.