Fix typo
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 Thu May 7 07:47:14 1998 Michael Meissner <meissner@cygnus.com>
2
3 * cgen.c (cgen_asm_finish_insn): Fix typo.
4
5 Thu May 7 02:19:14 1998 Doug Evans <devans@charmed.cygnus.com>
6
7 * cgen.h: New file.
8 * cgen.c: Include it.
9 (MAX_FIXUPS): Renamed to CGEN_MAX_FIXUPS.
10 (cgen_asm_finish_insn): Result is now void. New arg `result'.
11 All callers updated.
12 * config/tc-m32r.c: Include cgen.h.
13 (m23r_insn): New members num_fixups,fixups.
14 start-sanitize-m32rx
15 (assemble_parallel_insn): Initialize debug_sym_link for each insn.
16 (md_assemble): Simplify code to pack two insns in parallel.
17 When swapping two insns, update their fixups.
18 end-sanitize-m32rx
19
20 start-sanitize-sky
21 Wed May 6 16:26:57 1998 Doug Evans <devans@canuck.cygnus.com>
22
23 * config/tc-dvp.c: Delete inclusion of "sysdep.h".
24
25 end-sanitize-sky
26 Wed May 6 16:29:19 1998 Jeffrey A Law (law@cygnus.com)
27
28 * config/tc-hppa.c (md_apply_fix): Slightly rework some code
29 to avoid compiler warning.
30
31 Wed May 6 15:26:34 1998 Klaus Kaempf <kkaempf@progis.de>
32
33 * makefile.vms: Run dec c with /nodebug. Pass CC value when
34 calling make.
35
36 * makefile.vms (OBJS): Add ehopt.obj
37
38 Wed May 6 15:11:12 1998 Klaus Kaempf <kkaempf@progis.de>
39
40 * doc/c-vax.texi: Correct and extend vax/vms documentation.
41
42 Wed May 6 11:51:51 1998 Richard Henderson <rth@cygnus.com>
43
44 * config/tc-d30v.c (do_assemble): Accept a new parameter requesting
45 a short format insn.
46 (md_assemble): Set it for explicitly packed insns.
47
48 Tue May 5 13:23:13 1998 Nick Clifton <nickc@cygnus.com>
49
50 * config/obj-coff.c (c_symbol_merge): Do not take address of
51 native fields when performing the memcpy.
52
53 Tue May 5 13:10:41 1998 Gavin Koch <gavin@cygnus.com>
54
55 * config/tc-mips.c (macro,macro2): Implement
56 M_DMULO_I, M_MULO_I, M_DMULOU_I, and M_MULOU_I.
57
58 Mon May 4 17:49:14 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
59
60 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Changed to keep
61 relocations against globally visible symbols.
62 * config/tc-m68k.c (relaxable_symbol): New macro.
63 (m68k_ip, md_estimate_size_before_relax): Use it.
64 (tc_m68k_fix_adjustable): Also handle weak symbols.
65
66 Mon May 4 16:12:23 1998 Ian Lance Taylor <ian@cygnus.com>
67
68 * config/tc-i386.h (TC_RELOC_RTSYM_LOC_FIXUP): Keep relocs for all
69 references to externally visible symbols.
70 * config/tc-i386.c (md_apply_fix3): When OBJ_ELF, don't add the
71 values in twice for a PC relative reloc if the symbol is
72 externally defined.
73
74 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
75 don't adjust a PC relative reloc against an externally visible
76 symbol.
77 * config/tc-sparc.c (md_apply_fix3): When generating a.out PIC,
78 for a PC relative fixup against an externally visible defined
79 symbol, arrange to store object file and addend values as though
80 the symbol were not defined.
81 (tc_gen_reloc): Likewise.
82
83 Thu Apr 30 13:09:39 1998 Fred Fish <fnf@ninemoons.com>
84
85 * read.c (sizeof_leb128): Referenced externally by write.c so
86 don't inline.
87
88 Wed Apr 29 15:45:57 1998 Michael Meissner <meissner@cygnus.com>
89
90 * config/tc-m32r.c ({,expand_}debug_sym): New functions to record
91 and expand a 'debug' symbol associated with the next instruction
92 that does not cause a short instruction to be filled with a NOP.
93 (md_pseudo_table): Add support for .debugsym.
94 (assemble_parallel_insn): Add calls to expand_debug_sym as
95 appropriate.
96 (md_assemble): Ditto.
97
98 Tue Apr 28 19:16:26 1998 Tom Tromey <tromey@cygnus.com>
99
100 * as.c (main): Conditionally call setlocale.
101 * gasp.c (main): Likewise.
102 * asintl.h: Include <locale.h> if HAVE_LOCALE_H.
103 (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
104
105 start-sanitize-d30v
106 Tue Apr 28 18:33:23 1998 Frank Ch. Eigler <fche@cygnus.com>
107
108 * config/tc-d30v.c (md_show_usage): Correct gettext typo.
109
110 end-sanitize-d30v
111 Tue Apr 28 12:16:30 1998 Ian Lance Taylor <ian@cygnus.com>
112
113 * config/tc-hppa.c: Change all calls to bzero to use memset.
114 (pa_ip): Add cast to avoid warning.
115 (tc_gen_reloc, md_apply_fix): Likewise.
116 (pa_find_space_by_number): Likewise.
117 (hppa_force_relocation): Likewise.
118 (pa_block): Change i to unsigned int.
119 * config/obj-som.h (obj_som_copyright): Declare.
120
121 Tue Apr 28 11:35:56 1998 Frank Ch. Eigler <fche@cygnus.com>
122
123 * ecoff.c (ecoff_build_lineno): Do not use dummy first_lineno
124 for line numbers for assembly source.
125
126 Mon Apr 27 15:58:46 1998 Ian Lance Taylor <ian@cygnus.com>
127
128 * configure.in: Change version number to 2.9.4
129 * configure: Rebuild.
130
131 Mon Apr 27 12:07:33 1998 Doug Evans <devans@seba.cygnus.com>
132
133 * cgen.c (cgen_asm_finish_insn): New arg relax_p. All callers updated.
134 start-sanitize-m32rx
135 * config/tc-m32r.c (assemble_parallel_insn): No need to try
136 non-relaxable variant any more. Simplify test for nop insn.
137 (md_assemble): Only scan operands if m32rx. Set orig_insn in case
138 scan of operands yields an insn different from original (e.g. a macro).
139 Fix call to can_make_parallel.
140 end-sanitize-m32rx
141
142 Mon Apr 27 15:16:12 1998 Ian Lance Taylor <ian@cygnus.com>
143
144 * ecoff.h: Change symbolS in function declaration to struct
145 symbol.
146
147 Sun Apr 26 13:44:22 1998 Ian Lance Taylor <ian@cygnus.com>
148
149 * config/tc-sh.c (parse_reg): Add casts to avoid warnings.
150 (md_convert_frag): Fix i18n typo.
151
152 Sat Apr 25 20:12:02 1998 Richard Henderson <rth@cygnus.com>
153
154 * ecoff.c (ecoff_get_cur_proc_sym): New function.
155 * ecoff.h: Protoype it.
156 * config/tc-alpha.c [ELF] (s_alpha_prologue): New function.
157 [EVAX] (s_alpha_prologue): Delete.
158 (md_pseudo_table): Update.
159
160 Sat Apr 25 14:00:52 1998 Ian Lance Taylor <ian@cygnus.com>
161
162 * config/tc-i960.c (md_assemble): Change bp_error_msg from static
163 array to local pointer.
164 (get_args, parse_expr): Add casts to avoid warnings.
165
166 Fri Apr 24 12:47:42 1998 Philippe De Muyter <phdm@macqel.be>
167
168 * read.c (s_set): Cast xmalloc return value to fragS *.
169 * config/tc-m68k.c (m68k_ip): Function made static to match
170 previous forward declaration.
171 (insert_reg, init_regtable, md_convert_frag_1): Likewise.
172
173 Fri Apr 24 09:26:46 1998 Nick Clifton <nickc@cygnus.com>
174
175 * config/tc-v850.c: Add internationalisation macros to error
176 strings.
177
178 * config/tc-m32r.c (can_make_parallel): Add internationalisation
179 macros to error strings.
180
181 Thu Apr 23 19:23:23 1998 Ian Lance Taylor <ian@cygnus.com>
182
183 * config/tc-ppc.c (ppc_fix_adjustable): Correct test of whether a
184 reloc is in the TOC csect.
185 (md_apply_fix3): Correct gettext typo.
186
187 Thu Apr 23 14:58:31 1998 Nick Clifton <nickc@cygnus.com>
188
189 * config/tc-arm.c (find_real_start): Ignore symbols starting with
190 .L - they are local labels and the branches are not really
191 function calls but rather far jumps.
192
193 start-sanitize-sky
194 Thu Apr 23 11:09:34 1998 Doug Evans <devans@canuck.cygnus.com>
195
196 * config/tc-dvp.c (dvp_frob_label): Don't emit _$ versions of
197 local labels ($ prefix).
198
199 end-sanitize-sky
200 Wed Apr 22 15:57:21 1998 Tom Tromey <tromey@cygnus.com>
201
202 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
203
204 Wed Apr 22 14:52:36 1998 Ian Lance Taylor <ian@cygnus.com>
205
206 * config/tc-i386.c (md_assemble): Print operand number rather than
207 using ordinal_names.
208 (i386_operand): Likewise.
209
210 Tue Apr 21 22:34:25 1998 Tom Tromey <tromey@scribbles.cygnus.com>
211
212 * Makefile.am (INTLLIBS): Define to work around apparent automake
213 bug.
214 All Makefiles: Regenerated.
215
216 * Many files: Added gettext invocations around user-visible
217 strings.
218 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
219 HAVE_LC_MESSAGES): Define.
220 * dep-in.sed: Added asintl.h.
221 * po/Make-in: New file.
222 * gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
223 Include "asintl.h".
224 * read.c (Z_): Renamed from `_'.
225 * Makefile.am (SUBDIRS): Added po.
226 (POTFILES): new macro.
227 (po/POTFILES.in): New target.
228 ($(OBJS)): Added asintl.h.
229 (HFILES): Likewise.
230 (INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
231 (as_new_LDADD): Added $(INTLLIBS).
232 (as_new_DEPENDENCIES): Added $(INTLDEPS).
233 (gasp_new_LDADD): Added $(INTLLIBS).
234 (gasp_new_DEPENDENCIES): New macro.
235 * configure, aclocal.m4: Rebuilt.
236 * configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
237 po/Makefile.
238 (ALL_LINGUAS): Define.
239 * macro.c: Include "asintl.h".
240 * as.c (main): Call setlocale, bindtextdomain, and textdomain.
241 * as.h: Include "asintl.h".
242 * config/tc-i386.c (ordinal_names): Removed.
243 (md_assemble): Changed error text to avoid ordinal_names.
244 (i386_operand): Likewise.
245 (reloc): Added as_bad to avoid i18n problems.
246 (tc_gen_reloc): Likewise.
247 * config/tc-arm.c (bad_args): Now a #define.
248 (bad_pc): Likewise.
249 * config/obj-vms.c (VMS_stab_parse): Changed type of
250 `long_const_msg'.
251 (global_symbol_directory): Unified strings to avoid i18n
252 problems.
253 * config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
254 avoid i18n problems.
255 * config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
256 * config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
257 i18n problems.
258 * config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
259 problems.
260 * config/tc-v850.c (md_assemble): Changed C++ comment into C
261 comment.
262 * config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
263 problems.
264 * as.c (print_version_id): Added an fprintf to avoid i18n
265 problems.
266 * cond.c (cond_finish_check): Added as_bad call to avoid i18n
267 problems.
268 * expr.c (expr): Added as_warn call to avoid i18n problems.
269 * messages.c (as_assert): Changed code to avoid i18n problems.
270 (as_abort): Likewise.
271 * read.c (pseudo_set): Added as_bad call to avoid i18n problems.
272 (s_space): Likewise.
273 * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
274
275 Tue Apr 21 17:01:22 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
276
277 * config/tc-i386.c (check_prefix): New static function, split out
278 from md_assemble.
279 (struct _i386_insn): Add wait_prefix field.
280 (md_assemble): Remove wait_prefix local variable. Use
281 check_prefix when adding a prefix.
282
283 * config/tc-i386.c (current_templates): New static variable.
284 (md_assemble): Remove current_templates local variable.
285 (md_assemble, i386_operand): Improve error and warning messages in
286 many places. Add RESTORE_END_STRING in many places before error
287 return. Clarify some comments.
288
289 * config/tc-i386.c (struct _i386_insn): Change seg field to a two
290 element array.
291 (md_assemble): Parse string instruction operands, looking for
292 segment override prefixes. Check for invalid segment prefixes on
293 string instruction.
294 (i386_operand): i.seg[] and max mem_operand changes for string
295 insns.
296 * config/tc-i386.h (EsSeg): Define.
297
298 * config/tc-i386.h (regKludge): Define.
299 (iclrKludge, imulKludge): Don't define.
300 * config/tc-i386.c (md_assemble): Merge imulKludge and iclrKludge
301 code. Move ReverseRegRegmem fudges into Modrm case. Reorder
302 opcode_modifier checks to look for more common cases first. Add
303 default_seg for IsString case.
304
305 Tue Apr 21 16:18:12 1998 Ian Lance Taylor <ian@cygnus.com>
306
307 * configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX and
308 AC_DECL_YYTEXT.
309 * configure: Rebuild with new automake and libtool.
310 * aclocal.m4, Makefile.in: Likewise.
311
312 * doc/Makefile.am (as.dvi): New target.
313 * doc/Makefile.in: Rebuild.
314
315 start-sanitize-sky
316 Mon Apr 20 12:49:33 1998 Doug Evans <devans@canuck.cygnus.com>
317
318 * config/tc-dvp.c (VU_LABEL_PREFIX): Make "_$".
319
320 end-sanitize-sky
321 Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
322
323 * configure.in: Added sparc86x support.
324
325 * configure: Rebuild.
326
327 * config/tc-sparc.c (lookup_arch): Added arch_type to struct
328 sparc_arch.
329 (md_parse_option): Warn if -EL is not supported for this architecture.
330
331 * config/tc-sparc.h (SPARC_BIENDIAN) Always define.
332
333 Sat Apr 18 01:19:01 1998 Jeffrey A Law (law@cygnus.com)
334
335 * config/tc-mips.c (mips_ip): Note when we use get match on
336 the full instruction name.
337 start-sanitize-r5900
338 (mips_ip): For '&' DEST completer handling, if we got a full match
339 then the DEST completer is implicitly .wxyz.
340 end-sanitize-r5900
341
342 start-sanitize-sky
343 Thu Apr 16 11:48:18 1998 Doug Evans <devans@canuck.cygnus.com>
344
345 * config/tc-dvp.c (unpackloc_sym): Delete. All uses deleted.
346 (vif_insn_type): New function.
347 (md_apply_fix3): Don't validate user specified length if unpack insn
348 and wl > cl.
349
350 end-sanitize-sky
351 Wed Apr 15 15:17:27 1998 Richard Henderson <rth@cygnus.com>
352
353 * symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol
354 back into the expression to handle add/sub simplification correctly.
355
356 start-sanitize-r5900
357 Wed Apr 15 10:35:59 1998 Frank Ch. Eigler <fche@cygnus.com>
358
359 * config/tc-mips.c (mips_ip): Specs changed for
360 VCALLMSR instruction.
361
362 end-sanitize-vr5900
363 start-sanitize-vr5400
364 Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
365
366 * config/tc-mips.c (hilo_interlocks): Remove VR5400.
367
368 end-sanitize-vr5400
369 Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
370
371 * config/tc-mips.c (hilo_interlocks): Remove 4300.
372
373 Mon Apr 13 16:51:04 1998 Nick Clifton <nickc@cygnus.com>
374
375 * config/tc-arm.c (do_msr): Support undocumented 'msr cpsr_flg,
376 #<n>' instruction.
377
378 start-sanitize-sky
379 Mon Apr 13 12:18:53 1998 Doug Evans <devans@canuck.cygnus.com>
380
381 * config/tc-dvp.c (md_apply_fix3): Mark fixup for mpg loaded vu
382 branch error as being done so we don't try to emit a reloc.
383
384 end-sanitize-sky
385 Thu Apr 9 10:29:42 1998 Doug Evans <devans@canuck.cygnus.com>
386
387 * symbols.c (max_indent_level): New global.
388 (print_symbol_value_1): Use it.
389 * expr.h (expr_build_dot): Declare.
390 * expr.c (expr_build_dot): New function.
391 start-sanitize-sky
392 * config/tc-dvp.c (VU_LABEL_PREFIX): New macro.
393 (compute_mpgloc): New function.
394 (eval_expr): New arg `cpu'. All callers updated.
395 (non_vu_insn_seen_p): New static global.
396 (RELAX_{MPG,DIRECT,VU,ENCODE,GROWTH,DONE_}): New macros.
397 (struct dvp_fixup): New member `cpu'.
398 (assemble_one_insn): New args init_fixup_count, fixup_offset.
399 All callers updated.
400 (md_assemble): Set non_vu_insn_seen_p as appropriate.
401 (assemble_vif): Set `cpu' field of fixup.
402 Clean up calls to frag_var. Recorded mpgloc is now in bytes.
403 (assemble_vu_insn): Delete, contents moved into ...
404 (assemble_vu): ... here. Don't record fixups until after parsing
405 both upper and lower insns. If branch insn inside mpg, properly
406 compute target address.
407 (dvp_frob_label): Create copies of vu labels inside mpg's.
408 (dvp_relax_frag): Clean up.
409 (md_convert_frag): Ditto.
410 (md_apply_fix3): Signal error if mpg embedded vu code has branch
411 to undefined label (not currently supported).
412 (eval_expr): New arg `cpu'. All callers updated.
413 (insert_operand_final): Convert mpgloc from bytes to dwords.
414 (s_endmpg): Use compute_mpgloc to update $.mpgloc.
415 (s_state): If switching to vu state, initialize $.mpgloc.
416 end-sanitize-sky
417
418 Wed Apr 8 16:16:11 1998 Doug Evans <devans@canuck.cygnus.com>
419
420 * symbols.c (print_binary): New function.
421 (print_expr_1): Call it.
422
423 start-sanitize-sky
424 Tue Apr 7 12:21:39 1998 Doug Evans <devans@canuck.cygnus.com>
425
426 * config/tc-dvp.c (md_convert_frag): Fix thinko.
427
428 Mon Apr 6 17:08:47 1998 Doug Evans <devans@canuck.cygnus.com>
429
430 * config/tc-dvp.c (assemble_vif): Watch for macro insns.
431 0 is a valid length value (= max+1).
432 (install_vif_length): 0 is a valid length value (= max+1).
433
434 end-sanitize-sky
435 Mon Apr 6 12:06:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
436
437 * config/tc-m68k.c (m68k_ip, case "#B"): Install the offset of the
438 operand in the opcode.
439
440 start-sanitize-sky
441 Fri Apr 3 12:13:03 1998 Doug Evans <devans@canuck.cygnus.com>
442
443 * config/tc-dvp.c (assemble_vif): Put relaxable insns in their
444 own fragment.
445
446 end-sanitize-sky
447 Fri Apr 3 11:58:19 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
448
449 * config/tc-i386.h: Reorder operand flags and opcode modifier
450 flags for clarity. Remove unused definitions: Unknown,
451 ImmUnknown, DispUnknown, NoModrm.
452 * config/tc-i386.c (type_names): Add missing Debug type.
453 (md_assemble): Better duplicate prefix checking. Quicker string
454 instruction check via new opcode_modifier flag.
455
456 Fri Apr 3 11:44:34 1998 Ian Lance Taylor <ian@cygnus.com>
457
458 * doc/as.texinfo (Invoking): Clarify -Wa example.
459
460 Fri Apr 3 09:12:23 1998 Gavin Koch <gavin@cetus.cygnus.com>
461
462 * config/tc-mips.c (mips_pseudo_table): Add weakext entry.
463 (s_mips_weakext): Define.
464 * ecoff.c (ecoff_directive_weakext): Don't define if defined(TC_MIPS).
465 * config/obj-ecoff.c (obj_pseudo_table): Don't add weakext if
466 defined(TC_MIPS).
467
468 Thu Apr 2 22:42:02 1998 Jeffrey A Law (law@cygnus.com)
469
470 * config/tc-mn10200.c (tc_gen_reloc): The difference of two symbols
471 is an error if the value can not be computed at assembly time.
472 * config/tc-mn10300.c (tc_gen-reloc): Likewise.
473
474 Thu Apr 2 16:36:47 1998 Ian Lance Taylor <ian@cygnus.com>
475
476 * gasp.c (main): Set next field of new include_path structure to
477 NULL. From Avery Pennarun <averyp@gdc.ca>.
478
479 * read.c (s_mri_sect): Call as_bad rather than abort for an
480 unsupported MRI target.
481
482 Wed Apr 1 11:08:27 1998 Nick Clifton <nickc@cygnus.com>
483
484 * config/tc-arm.c (arm_validate_fix): New function. Determine if
485 the destination of a branch instruction should be altered.
486 (find_real_start): New function: Locate the real, Thumb coded
487 start of a Thumb function.
488 (do_t_branch23): Alter the destination of branches to Thumb
489 functions.
490
491 * config/tc-arm.h: Define TC_VALIDATE_FIX.
492
493 Tue Mar 31 13:27:33 1998 Dean M. Deaver <deaver@amt.tay1.dec.com>
494
495 * config/tc-arm.c (decode_shift): Handle addressing mode 2 w/rrx
496 also.
497
498 Wed Apr 1 13:13:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
499
500 * doc/as.texinfo: Use @itemx for a secondary item in a table.
501 * doc/c-hppa.texi: Likewise.
502
503 Tue Mar 31 17:52:40 1998 Ian Lance Taylor <ian@cygnus.com>
504
505 * Makefile.am: Rebuild dependencies.
506 * Makefile.in: Rebuild.
507
508 * Makefile.am (DEP_INCLUDES): New variable.
509 (.dep1): Change to work when srcdir is not an absolute path.
510 (.tcdep, .objdep, .dep2, dep.sed): Likewise.
511 * Makefile.in: Rebuild.
512
513 Mon Mar 30 12:46:48 1998 Ian Lance Taylor <ian@cygnus.com>
514
515 * config/tc-i386.h, config/tc-i386.c: Revert March 24
516 LinearAddress patch.
517
518 * configure.in: Set version to 2.9.1.
519 * configure: Rebuild.
520
521 * Branched binutils 2.9.
522
523 Mon Mar 30 11:22:08 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
524
525 * config/tc-i386.h (FWait): Define.
526 * config/tc-i386.c (md_assemble): Emit fwait prefix before any
527 other prefixes. Check FWait flag in opcode table to see which
528 instructions require an fwait prefix.
529
530 Mon Mar 30 10:12:00 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
531
532 * stabs.c (get_stab_string_offset): Always create a stab string
533 section.
534
535 Sat Mar 28 22:28:02 1998 Ian Lance Taylor <ian@cygnus.com>
536
537 Fix some gcc -Wall warnings:
538 * atof-generic.c (atof_generic): Add casts to avoid warnings.
539 * ehopt.c (eh_frame_code_alignment): Likewise.
540 * expr.c (integer_constant, operand): Likewise.
541 * frags.c (frag_align): Likewise.
542 * gasp.c (level_0, change_base, doinstr): Likewise.
543 * hash.c (hash_ask): Likewise.
544 * listing.c (listing_page, calc_hex, print_lines): Likewise.
545 (debugging_pseudo): Likewise.
546 * macro.c (define_macro, check_macro): Likewise.
547 * read.c (read_a_source_file, s_align, s_float_space): Likewise.
548 (ignore_rest_of_line, float_cons): Likewise.
549 * symbols.c (decode_local_label_name): Likewise.
550 * write.c (record_alignment, cvs_frag_to_fill): Likewise.
551 (fixup_segment, number_to_chars_bigendian): Likewise.
552 (number_to_chars_littleendian): Likewise.
553 * config/atof-ieee.c (gen_to_words): Likewise.
554 * config/tc-sparc.c (md_begin, md_assemble): Likewise.
555 (sparc_ip, parse_keyword_arg, s_common): Likewise.
556 * read.c (output_big_sleb128): Initialize locals to avoid
557 warnings.
558 (output_big_uleb128, equals): Likewise.
559 * atof-generic.c (atof_generic): Change number_of_digits_* locals
560 to unsigned int. Change zeros to unsigned int.
561 * cond.c (s_if): Add return to default case.
562 * frags.c (frag_now_fix): Change return type to addressT.
563 * frags.h (frag_now_fix): Update declaration.
564 * listing.c (file_info_struct): Change linenum to unsigned int.
565 (struct list_info_struct): Change hll_line to unsigned int.
566 (print_source): Update format string.
567 * read.c (emit_expr): Change scan to unsigned int, and don't
568 bother to initialize it.
569 * symbols.c (dollar_label_count): Change to unsigned long.
570 * write.c (adjust_reloc_syms): Remove unused label reduce_fixup.
571 * config/tc-sparc.c (sparc_memory_model): Only define if OBJ_ELF.
572 * config/tc-sparc.c (tc_gen_reloc): Add return to default case.
573
574 Fri Mar 27 12:46:47 1998 Ian Lance Taylor <ian@cygnus.com>
575
576 * config/tc-m68k.c (m68k_ip): Check legal addressing modes for
577 mcf5200 just as we do for m68000.
578 (m68k_init_after_args): Likewise.
579 (md_estimate_size_before_relax): Likewise.
580
581 Fri Mar 27 10:30:01 1998 Catherine Moore <clm@cygnus.com>
582
583 * config/tc-v850.c (md_assemble): Store relocation addend in
584 fixup instead of instruction.
585
586 Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
587
588 * config/tc-i386.c (md_assemble): Swap template arguments to
589 CONSISTENT_REGISTER_MATCH macro in reverse direction test.
590 This macro is currently symmetric, so passing them the wrong
591 way didn't cause any problem, but may if the macro is changed
592 in the future.
593 After copying template to i.tm, use i.tm. rather than t-> to
594 access fields, and make t a const*
595 Move i.tm.operand_types[] swap to immediately after the copy.
596
597 start-sanitize-sky
598 Thu Mar 26 13:29:59 1998 Doug Evans <devans@canuck.cygnus.com>
599
600 * config/tc-dvp.c (s_endunpack): Round up to word boundary after
601 we've computed the data length.
602
603 end-sanitize-sky
604 Wed Mar 25 13:44:18 1998 Doug Evans <devans@canuck.cygnus.com>
605
606 * expr.h (expr_build_uconstant): Add prototype.
607 (expr_build_unary,expr_build_binary): Add prototypes.
608 * expr.c (expr_build_uconstant): New function.
609 (expr_build_unary,expr_build_binary): New functions.
610 start-sanitize-sky
611 * config/tc-dvp.h (md_estimate_size_before_relax): Delete.
612 (md_convert_frag): Delete.
613 (TC_FIX_TYPE): New fields wl,cl,user_value;
614 * config/tc-dvp.c (insert_mpg_marker): New argument ignore.
615 All callers updated.
616 (insert_unpack_marker): New function.
617 (insert_file): New argument insert_marker_arg. All callers updated.
618 (gif_user_value): New static local.
619 (vif_data_start,vif_data_end): New static locals.
620 (mpgloc_sym,unpackloc_sym): New static locals.
621 (cur_varlen_frag,cur_varlen_insn,cur_varlen_value): Delete.
622 (cur_opcode,cur_operand): New static locals.
623 (endmpg_caller): New enum.
624 (md_pseudo_table): Pass ENDMPG_USER to s_endmpg.
625 (md_begin): Initialize mpgloc_sym, unpackloc_sym.
626 (dvp_fixup): New members user_value,wl,cl;
627 (assemble_vif): Rewrite.
628 (assemble_gif): Tweak name of data start label.
629 (assemble_one_insn): Allow special parser to punt and call the
630 normal expression parser. Set cur_opcode,cur_operand for md_operand.
631 (md_operand): Handle '*' value for mpgloc,unpackloc.
632 (md_estimate_size_before_relax): New function.
633 (dvp_relax_frag,md_convert_frag): New functions.
634 (md_pcrel_from_section): Handle end data label for variable length
635 vif insns.
636 (md_apply_fix3): Handle count field for variable length vif insns.
637 Handle address field for mpg,unpack.
638 (eval_expr): Initialize user_value,wl,cl fields of the fixup.
639 (cur_vif_insn_length): Delete.
640 (vif_length_value): New function.
641 (install_vif_length): Don't perform logical->physical conversion here.
642 (s_enddirect,s_endmpg,s_endunpack): Rewrite.
643 end-sanitize-sky
644
645 Wed Mar 25 13:10:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
646
647 * gasp.c (IS*): Cast argument to unsigned char, not unsigned int.
648 * macro.c (macro_expand_body): Increase buffer size.
649 * messages.c (as_warn): Likewise.
650 (as_warn_where, as_bad, as_bad_where): Likewise.
651
652 Wed Mar 25 12:59:07 1998 Ian Lance Taylor <ian@cygnus.com>
653
654 Based on patch from H.J. Lu <hjl@gnu.org>:
655 * Makefile.am (DISTSTUFF): New variable.
656 (diststuff): New target.
657 * Makefile.in: Rebuild.
658
659 Tue Mar 24 16:51:29 1998 Nick Clifton <nickc@cygnus.com>
660
661 * config/tc-m32r.h (md_cleanup, md_elf_section_change_hook): Call
662 m32r_elf_section_change_hook.
663
664 * config/tc-m32r.c (m32r_elf_section_change_hook): New function to
665 emit a nop if a section ends with a 16 bit instruction.
666
667 Tue Mar 24 19:48:09 1998 Ian Lance Taylor <ian@cygnus.com>
668
669 * config/obj-coff.c (obj_coff_bss): Compile unconditionally. Call
670 s_lcomm rather than obj_coff_lcomm.
671 (obj_pseudo_table): Compile .bss pseudo-op unconditionally.
672
673 Tue Mar 24 18:30:58 1998 H.J. Lu <hjl@gnu.org>
674
675 * config/tc-i386.h (LinearAddress): Define.
676 * config/tc-i386.c (md_assemble): If LinearAddress is set for the
677 instruction, don't use a default segment.
678
679 Mon Mar 23 18:53:40 1998 Joel Sherrill <joel@OARcorp.com>
680
681 * configure.in: (sh*-*-rtems*): Switched from ELF to COFF.
682 * configure: Rebuild.
683
684 start-sanitize-sky
685 Mon Mar 23 13:16:22 1998 Doug Evans <devans@canuck.cygnus.com>
686
687 * config/tc-dvp.c (insert_mpg_marker): Update mpgloc.
688
689 end-sanitize-sky
690 start-sanitize-r5900
691 Sun Mar 22 13:21:01 1998 Jeffrey A Law (law@cygnus.com)
692
693 * config/tc-mips.c (validate_mips_insn): Handle r5900 operands.
694
695 * config/tc-mips.c (append_insn): Handle BFD_RELOC_MIPS16_S3.
696 (mips_ip): Handle 'O' operand.
697 (md_apply_fix): Handle BFD_RELOC_MIPS16_S3.
698
699 end-sanitize-r5900
700 Fri Mar 20 19:15:44 1998 Ian Lance Taylor <ian@cygnus.com>
701
702 * aclocal.m4, configure: Rebuild with libtool 1.2.
703
704 start-sanitize-r5900
705 Fri Mar 20 09:04:13 1998 Jeffrey A Law (law@cygnus.com)
706
707 * config/tc-mips.c: Change '%' to '#' in r5900 code to avoid conflict
708 with vr5400 support.
709
710 end-sanitize-r5900
711 Thu Mar 19 16:03:12 1998 Nick Clifton <nickc@cygnus.com>
712
713 * config/tc-arm.c (md_apply_fix3): fix code to test the range of
714 PC relative branches. Patch courtesy of Jonathan Walton.
715
716 start-sanitize-r5900
717 Thu Mar 19 14:19:27 1998 Jeffrey A Law (law@cygnus.com)
718
719 * config/tc-mips.c (mips_ip): Handle opcodes which have the form
720 "name.completer" where only the name is actually in the opcode
721 table. Allow various operands for base register in load/store
722 instructions. Handle various new argument characters for the
723 cop2/vu0 co-processor.
724
725 end-sanitize-r5900
726 start-sanitize-sky
727 Wed Mar 18 13:54:04 1998 Frank Ch. Eigler <fche@cygnus.com>
728
729 * config/tc-dvp.c (s_dmadata): Force 16-byte alignment for ".dmadata"
730 pseudo-op.
731 end-sanitize-sky
732
733 Wed Mar 18 09:29:51 1998 Nick Clifton <nickc@cygnus.com>
734
735 * configure.in (emulations): Add thumb-pe target.
736
737 * configure (emulations): Add thumb-pe target.
738
739 1998-03-17 Ken Raeburn <raeburn@cygnus.com>
740
741 * itbl-lex.l (yywrap): Don't define if already defined as a
742 macro.
743
744 start-sanitize-sky
745 Tue Mar 17 10:40:54 1998 Doug Evans <devans@canuck.cygnus.com>
746
747 * config/tc-dvp.c (md_begin): Turn dma/vif packing on by default.
748 (assemble_dma): Only output 8 bytes for actual dma insn if dma/vif
749 packing is enabled. Emit VIF cpu marker after dma insn.
750
751 * config/tc-dvp.h (TC_START_LABEL): Define.
752 * config/tc-dvp.c (force_mach_label): New function.
753 (md_begin,create_colon_label,s_dmadata): Use it.
754
755 * config/tc-dvp.c (s_enddmadata): Always fill dma data out to 16
756 byte boundary.
757
758 Mon Mar 16 10:19:44 1998 Doug Evans <devans@canuck.cygnus.com>
759
760 * config/tc-dvp.c (md_pseudo_table): Make .quad 16 bytes.
761
762 end-sanitize-sky
763 Fri Mar 13 16:31:38 1998 Tom Tromey <tromey@cygnus.com>
764
765 * depend.c (quote_string_for_make): New function.
766 (wrap_output): Use it.
767
768 Thu Mar 12 18:28:22 1998 Nick Clifton <nickc@cygnus.com>
769
770 * config/obj-elf.c (obj_elf_section): Set bss flag in seg_info
771 structure if type is SHT_NOBITS. [Bug fix courtesy of rth]
772
773 start-sanitize-sky
774 Thu Mar 12 16:13:25 1998 Doug Evans <devans@canuck.cygnus.com>
775
776 * config/tc-dvp.h (TC_FIX_TYPE,TC_INIT_FIX_DATA): Define.
777 * config/tc-dvp.c (compute_nloop,check_nloop): New functions.
778 (gif_insn_frag_loc): New static global.
779 (assemble_gif): Record frag and location frag of insn.
780 (md_apply_fix3): Validate user specified nloop if we couldn't do
781 it earlier.
782 (s_endgif): Queue fixup to install nloop if we can't compute it here.
783
784 Fri Mar 6 11:36:37 1998 Doug Evans <devans@canuck.cygnus.com>
785
786 * config/tc-dvp.c (s_endgif): Fix nloop calc and test. Warn if
787 insufficient data present. Fix insertion of computed nloop value.
788 (install_vif_length): Second pass at unpack len calcs.
789 (s_endunpack): Round data up to word boundary.
790 (insert_mpg_marker): New function.
791 (insert_file): New args insert_marker, size. All callers updated.
792 (assemble_vif): Rewrite varlen insn handling.
793 (assemble_vu): Call insert_mpg_marker when 256th insn reached.
794 (s_enddirect,s_endunpack): Rename arg to internal_p.
795
796 end-sanitize-sky
797 start-sanitize-vr4320
798 Tue Mar 3 11:37:26 1998 Gavin Koch <gavin@cygnus.com>
799
800 * config/tc-mips.c : Added vr4320 similar to vr4300.
801
802 end-sanitize-vr4320
803 Sat Feb 28 17:28:55 1998 Richard Henderson <rth@cygnus.com>
804
805 * config/tc-alpha.c (md_shortopts, md_longopts, md_parse_option):
806 Recognize -GN and -relax.
807 (md_begin): Initialize gp size from -G switch.
808 (alpha_force_relocation): Always force if -relax.
809 (alpha_align): Take a new argument that will specify when to
810 emit an R_ALPHA_ALIGN relocation (though we don't do that now).
811 Change all callers. Emit nop alignment padding as nop+unop pair.
812
813 Sat Feb 28 17:06:22 1998 Richard Henderson <rth@cygnus.com>
814
815 * config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
816 * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
817
818 start-sanitize-d30v
819 Thu Feb 26 15:49:04 1998 Michael Meissner <meissner@cygnus.com>
820
821 * config/tc-d30v.c (write_2_short): Delayed jsr instructions don't
822 require padding to the next long word boundary.
823
824 end-sanitize-d30v
825 start-sanitize-sky
826 Fri Feb 27 10:06:59 1998 Doug Evans <devans@canuck.cygnus.com>
827
828 * config/tc-dvp.c (assemble_vif): Insert cpu type marker before
829 inserted binary files.
830
831 end-sanitize-sky
832 start-sanitize-phase2-m32rx
833 Wed Feb 25 11:43:45 1998 Doug Evans <devans@canuck.cygnus.com>
834
835 * config/tc-m32r.c (optimize): New static local.
836 (md_shortopts): Add -O.
837 (md_parse_option): Recognize it.
838 (md_show_usage): Document it.
839 (md_assemble): Don't try to combine insns in parallel if !optimize.
840
841 end-sanitize-phase2-m32rx
842 start-sanitize-m32rx
843 Tue Feb 24 18:03:25 1998 Nick Clifton <nickc@cygnus.com>
844
845 * config/tc-m32r.c (first_writes_to_seconds_operands):
846 Reinitialise b_operands for each pass of the inner loop.
847 end-sanitize-m32rx
848 start-sanitize-sky
849 Tue Feb 24 11:01:25 1998 Doug Evans <devans@canuck.cygnus.com>
850
851 * config/tc-dvp.h (tc_frob_label): Define.
852 * config/tc-dvp.c (dvp_frob_label): New function.
853 (create_colon_label): New argument `sto'. All callers updated.
854 (record_mach): New argument `force_next_p'. All callers updated.
855 (cpu_sto): New function.
856 (UNIQUE_LABEL_PREFIX): New macro.
857 (unique_label): Use it.
858 (assemble_gif): Emit start label before mach label.
859 (s_endgif): Update. NLOOP is in quadwords for IMAGE mode now.
860
861 Mon Feb 23 15:55:12 1998 Doug Evans <devans@canuck.cygnus.com>
862
863 * config/tc-dvp.c (assemble_dma): Do alignment before parsing insn.
864 (setup_dma_autocount): Renamed from setup_autocount. New argument
865 inline_p. All callers changed. Fix word address of count.
866 (parse_dma_addr_autocount): Fix word address of address.
867
868 end-sanitize-sky
869 start-sanitize-sky
870 Mon Feb 23 17:24:06 1998 Jim Lemke <jlemke@cygnus.com>
871
872 * config/obj-elf.c: Take Ian's suggestion, leave .bss etc
873 in special_sections table and add .vubss etc via
874 ELF_TC_SPECIAL_SECTIONS.
875 * config/tc-dvp.h: Likewise.
876
877 end-sanitize-sky
878 Mon Feb 23 11:29:06 1998 Doug Evans <devans@seba.cygnus.com>
879
880 * cgen.c: #include symcat.h.
881 * config/tc-m32r.c: Likewise.
882
883 Mon Feb 23 10:27:40 1998 Jeffrey A Law (law@cygnus.com)
884
885 * config/tc-mips.c (mips_ip, case 'P'): Make 'P' arguments be
886 absolute expressions instead of '$' prefixed register names.
887
888 Sat Feb 21 22:36:52 1998 Richard Henderson <rth@cygnus.com>
889
890 * read.c (s_set): Record file and line info for symbols when -as.
891 (pseudo_set): Don't overwrite that dummy fragment.
892
893 start-sanitize-sky
894 Fri Feb 20 12:43:02 1998 Doug Evans <devans@canuck.cygnus.com>
895
896 * config/tc-dvp.c (md_assemble): Handle ASM_DIRECT state.
897 (dvp_parse_done): Comment out contents.
898 (s_enddirect,s_endmpg,s_endunpack): Call demand_empty_rest_of_line.
899 (s_state): Handle .vu in included file.
900 (asm_state): New state ASM_GIF.
901 (asm_state_stack): Maintain stack of parsing states.
902 ({push,pop,set}_asm_state): New functions.
903 (CUR_ASM_STATE): Renamed from cur_asm_state, all uses updated.
904 (gif_{insn_type,data_name,insn_frag}): New static locals.
905 (md_assemble): Watch for .endgif if in ASM_GIF state.
906 (assemble_gif): Complete.
907 (s_endgif): Complete.
908 (cur_mach): New static local.
909 (record_mach): New function.
910 (md_begin): Initialize `cur_mach'.
911 (assemble_*): Record current mach type.
912 (vu_count): New static local.
913 (assemble_vif): Temporary hack to properly align mpg/direct data.
914 (assemble_vu): Insert mpg every 256 insns.
915
916 end-sanitize-sky
917 Fri Feb 20 15:03:13 1998 Ian Lance Taylor <ian@cygnus.com>
918
919 * config/tc-ppc.c (md_pseudo_table): Add "section".
920 (ppc_named_section): New static function.
921
922 Thu Feb 19 22:25:42 1998 Richard Henderson <rth@cygnus.com>
923
924 * tc-ppc.c (ppc_biei): Cache the last symbol we inserted
925 so we don't have to scan the entire list.
926
927 start-sanitize-d30v
928 Tue Feb 17 17:02:15 1998 Fred Fish <fnf@cygnus.com>
929
930 * config/tc-d30v.c (parallel_ok): For the explicitly parallel
931 case, allow the parallel instructions to modify the same flag
932 bits.
933
934 end-sanitize-d30v
935 Thu Feb 19 16:08:15 1998 Richard Henderson <rth@cygnus.com>
936
937 * listing.c (list_symbol_table): Categorize symbols by
938 undefined_section rather than sy_frag->line == NULL.
939
940 start-sanitize-sky
941 Thu Feb 19 02:17:03 1998 Doug Evans <devans@charmed.cygnus.com>
942
943 * config/tc-dvp.c (LOCAL_LABEL_PREFIX,END_LABEL_PREFIX): New macros.
944 (inline_dmadata): Renamed from s_dmadata_implied.
945 (assemble_one_insn): Rewrite dma operand processing.
946 (md_apply_fix3): Handle DVP_OPERAND_DMA_NEXT.
947 (unique_name,setup_autocount): New functions.
948
949 * config/tc-dvp.c: Include stdarg.h/varargs.h.
950 (md_pseudo_table): Add .word.
951 (assemble_dma): Set alignment to 16 bytes. Enable code that records
952 fixups.
953 (assemble_one_insn): Handle DVP_OPERAND_DMA_{ADDR,AUTOCOUNT}.
954 (md_apply_fix3): Handle DVP_OPERAND_DMA_ADDR.
955 (parse_dma_addr_autocount): Renamed from parse_dma_ptr_autocount.
956 Rewrite.
957 (eval_expr): New function.
958 (create_label,create_colon_label): New function.
959 (s_enddmadata): Rewrite.
960
961 end-sanitize-sky
962 Wed Feb 18 23:39:46 1998 Richard Henderson <rth@cygnus.com>
963
964 * Makefile.am (install-exec-local): Install properly when ln
965 fails or tooldir == prefix.
966
967 start-sanitize-m32rx
968 Wed Feb 18 18:11:42 1998 Nick Clifton <nickc@cygnus.com>
969
970 * config/tc-m32r.c (first_writes_to_seconds_operands): Special
971 handling of updates to the condition bit as this is shadow by
972 several registers.
973 end-sanitize-m32rx
974 start-sanitize-sky
975 Wed Feb 18 15:49:56 1998 Doug Evans <devans@canuck.cygnus.com>
976
977 * config/tc-dvp.c (parse_float): New function.
978 (assemble_vu): Handle loi insns.
979 (assemble_one_insn): Simplify suffix parsing.
980 Handle DVP_OPERAND_FLOAT. Allow FAKE arguments to have a parser
981 handler.
982
983 end-sanitize-sky
984 start-sanitize-m32rx
985 Wed Feb 18 14:30:26 1998 Nick Clifton <nickc@cygnus.com>
986
987 * doc/c-m32r.texi (M32R-Opts): Add --Wp and --Wnp.
988
989 * doc/as.texinfo (Overview): Add --Wp and --Wnp.
990
991 * config/tc-m32r.c (md_longopts): Accept --Wp as an abbreviation
992 for --warn-explicit-parallel-conflicts and --Wnp as an
993 abbreviation for --no-warn-explicit-parallel-conflicts.
994 (assemble_parallel_insn): Use non-relaxable versions of branch
995 instructions.
996
997 Wed Feb 18 11:00:18 1998 Nick Clifton <nickc@cygnus.com>
998
999 * app.c: Parse || as a seperator between assembler statements.
1000
1001 end-sanitize-m32rx
1002 Tue Feb 17 18:58:51 1998 Doug Evans <devans@seba.cygnus.com>
1003
1004 * cgen.c (cgen_md_apply_fix3): Delete call to validate_operand.
1005 Test result of insert_operand for error.
1006
1007 start-sanitize-m32rx
1008 Mon Feb 16 12:28:40 1998 Nick Clifton <nickc@cygnus.com>
1009
1010 * config/tc-m32r.c (md_assemble): Only parallelise instructions
1011 when m32rx target is enabled and the instructions are not
1012 relaxable.
1013
1014 Fri Feb 13 14:42:16 1998 Nick Clifton <nickc@cygnus.com>
1015
1016 * config/tc-m32r.c (first_writes_to_seconds_operands): Do not
1017 bother checking insn which have no operands.
1018
1019 end-sanitize-m32rx
1020 Fri Feb 13 16:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
1021
1022 * Makefile.am (AUTOMAKE_OPTIONS): Add cygnus.
1023 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
1024 * doc/Makefile.am (AUTOMAKE_OPTIONS): Define.
1025 * doc/Makefile.in: Rebuild.
1026
1027 start-sanitize-m32rx
1028 Fri Feb 13 09:57:11 1998 Nick Clifton <nickc@cygnus.com>
1029
1030 * config/tc-m32r.c (first_writes_to_seconds_operands): New
1031 function. Replaces get_src_reg(), check_for_side_effects(),
1032 reads_from_src_reg(). Uses new insn operand features of cgen.
1033 (writes_to_pc): New function., but with new code suppressed for now.
1034 (md_assemble): Call first_writes_to_seconds_operands().
1035 end-sanitize-m32rx
1036 Fri Feb 13 00:47:44 1998 Ian Lance Taylor <ian@cygnus.com>
1037
1038 * config/tc-mips.c (macro_build): Handle operand type 'C'.
1039 (macro): Fix handling of M_COP[0-3].
1040
1041 Thu Feb 12 14:06:59 1998 Ian Lance Taylor <ian@cygnus.com>
1042
1043 Based on patches from Ross Harvey <ross@teraflop.com>:
1044 * macro.c (ISSEP): Only treat '<' and '>' as separator characters
1045 if macro_alternate or macro_mri.
1046 (getstring): Remove support for byte constants between < and >.
1047 (get_any_string): '<' only starts a string if macro_alternate or
1048 macro_mri.
1049 (macro_expand_body): Permit keyword parameters following
1050 positional parameters.
1051
1052 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
1053 * configure.in (alpha*-*-netbsd*): New target.
1054 * config/te-nbsd.h (LOCAL_LABELS_FB): Define.
1055 * configure: Rebuild.
1056
1057 * as.h (flag_warn_suppress_instructionswap): Move from here...
1058 * config/tc-d10v.c (flag_warn_suppress_instructionswap): ...to
1059 here, and make static.
1060
1061 * ehopt.c (eh_frame_code_alignment): Only use seg_info if
1062 BFD_ASSEMBLER or MANY_SEGMENTS.
1063
1064 * as.c (show_usage): Update bug-gnu-utils address.
1065 * gasp.c (show_usage): Likewise.
1066 * doc/as.texinfo (Bug Reporting): Likewise.
1067
1068 Wed Feb 11 23:26:28 1998 Jeffrey A Law (law@cygnus.com)
1069
1070 * config/tc-mips.c (load_address): Don't use mips III or mips IV
1071 insns regardless of the size of a pointer if we're in mips I or
1072 MIPS II mode.
1073 (macro, macro2, s_cprestore, s_cpadd): Likewise.
1074
1075 Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1076
1077 Fix rac to accept only a0:
1078 * tc-d10v.c (parallel_ok, find_opcode):
1079 Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1.
1080 Introduce OPERAND_GPR.
1081
1082 Wed Feb 11 16:28:13 1998 Richard Henderson <rth@cygnus.com>
1083
1084 * read.c (s_fill): Handle non-constant repeat counts by creating
1085 an rs_space fragment.
1086
1087 start-sanitize-m32rx
1088 Wed Feb 11 10:32:28 1998 Nick Clifton <nickc@cygnus.com>
1089
1090 * doc/c-m32r.texi: Document warning and error messages. Add
1091 descriptions of --warn-explicit-parallel-conflicts.
1092
1093 * doc/as.texinfo: Add more m32rx command line options.
1094
1095 end-sanitize-m32rx
1096 Tue Feb 10 18:31:31 1998 Ian Lance Taylor <ian@cygnus.com>
1097
1098 * config/tc-i386.c (i386_operand): Change error added Jan 2 1998
1099 from as_bad to as_warn.
1100
1101 start-sanitize-sky
1102 Tue Feb 10 15:15:40 1998 Doug Evans <devans@canuck.cygnus.com>
1103
1104 * config/tc-dvp.c (*): pke->vif, gpuif->gif.
1105
1106 end-sanitize-sky
1107 Tue Feb 10 18:04:00 1998 Jim Lemke <jlemke@cygnus.com>
1108
1109 * as.c: (perform_an_assembly_pass): Use [TEXT|DATA|BSS]_SECTION_NAME
1110 * as.h: Define default values of [TEXT|DATA|BSS]_SECTION_NAME
1111 * config/obj-elf.c (elf_begin): Use [TEXT|DATA|BSS]_SECTION_NAME
1112 start-sanitize-sky
1113 * config/tc-dvp.h: Add configuration specific section names.
1114 end-sanitize-sky
1115
1116 Tue Feb 10 17:58:18 1998 Ian Lance Taylor <ian@cygnus.com>
1117
1118 * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, use
1119 seg_fix_rotP rather than fix_root from seg_info.
1120
1121 Tue Feb 10 15:32:22 1998 Ian Carmichael <iancarm@cygnus.com>
1122
1123 * expr.c: Add support for 0x1_2_3_4 bignums.
1124
1125 Tue Feb 10 14:43:40 1998 Ian Lance Taylor <ian@cygnus.com>
1126
1127 * configure.in: Change -linux* to -linux-gnu*.
1128 * configure: Rebuild.
1129
1130 * app.c (do_scrub_begin): Treat \r as whitespace.
1131
1132 start-sanitize-m32rx
1133 Mon Feb 9 16:23:11 1998 Nick Clifton <nickc@cygnus.com>
1134
1135 * config/tc-m32r.c (get_src_reg): Use m32r_cgen_get_operand()
1136 rather than parsing syntax string manually.
1137 (assemble_parallel_insn): Check for both forms of parallel
1138 conflict.
1139 end-sanitize-m32rx
1140 Mon Feb 9 14:16:11 1998 Ian Lance Taylor <ian@cygnus.com>
1141
1142 * Makefile.am: Update dependencies.
1143 * Makefile.in: Rebuild.
1144
1145 Sat Feb 7 15:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
1146
1147 * configure, aclocal.m4: Rebuild with new libtool.
1148
1149 Fri Feb 6 16:08:30 1998 Jeffrey A Law (law@cygnus.com)
1150
1151 * config/tc-mips.c (md_begin): If mips_cpu is set, then use it as
1152 the argument to bfd_set_arch_mach.
1153 (load_address): Use bfd_arch_bits_per_address to determine the
1154 bit size of an address instead of looking at the isa level.
1155 (macro, macro2, s_cprestore, s_cpadd): Likewise.
1156
1157 start-sanitize-v850e
1158 Fri Feb 6 14:44:34 1998 Nick Clifton <nickc@cygnus.com>
1159
1160 * config/tc-v850.c (md_parse_option): Add -mv850any command line option.
1161 end-sanitize-v850e
1162 Thu Feb 5 12:39:08 1998 Ian Lance Taylor <ian@cygnus.com>
1163
1164 * ehopt.c: New file.
1165 * as.h (enum _relax_state): Add rs_cfa.
1166 (check_eh_frame, eh_frame_estimate_size_before_relax): Declare.
1167 (eh_frame_relax_frag, eh_frame_convert_frag): Declare.
1168 * read.c (emit_expr): Call check_eh_frame.
1169 * write.c (cvt_frag_to_fill): Handle rs_cfa.
1170 (relax_segment): Likewise.
1171 * Makefile.am: Rebuild dependencies.
1172 (GAS_CFILES): Add ehopt.c.
1173 (GENERIC_OBJS): Add ehopt.o.
1174 * doc/internals.texi (Frags): Document rs_cfa.
1175
1176 * as.c (show_usage): Mention --traditional-format.
1177 (parse_args): Accept --traditional-format.
1178 * as.h (flag_traditional_format): Declare.
1179 * output-file.c (output_file_create): If flag_traditional_format,
1180 set BFD_TRADITIONAL_FORMAT on stdoutput.
1181 * doc/as.texinfo, doc/as.1: Document --traditional-format.
1182
1183 * config/tc-mips.c (append_insn): Make sure that if we have a
1184 fixup for an unmatched %hi reloc, it does not associated with a
1185 variant frag.
1186
1187 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
1188 * doc/Makefile.in: Likewise.
1189
1190 Wed Feb 4 15:41:54 1998 Nick Clifton <nickc@cygnus.com>
1191
1192 * config/tc-m32r.c (check_for_side_effects): New function.
1193 (can_make_parallel): Add checks for instruction side effects
1194 clashing with the other instruction.
1195 (assemble_parallel_insn): Improve warning messages. Return error
1196 message from non-swapped instruction order.
1197
1198 Wed Feb 4 20:00:26 1998 James G. Smith <jsmith@teknema.demon.co.uk>
1199
1200 * config/tc-arm.c: Rename arm_after_pass_hook() to arm_cleanup().
1201
1202 * config/tc-arm.h: Replace md_after_pass_hook definition with a
1203 md_cleanup definition. This moves the forced literal output to
1204 the end of the source pass, and avoids macro's inserting literals
1205 into the code immediately after the macro expansion.
1206
1207 Wed Feb 4 13:17:19 1998 Ian Lance Taylor <ian@cygnus.com>
1208
1209 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: A reloc against
1210 a gas internal symbol is adjustable.
1211 * config/tc-ppc.h (tc_fix_adjustable): Likewise.
1212
1213 * as.h: If gcc version greater than 2.6, use `__format__' and
1214 `__printf__' in function attributes, rather than `format' and
1215 `printf'.
1216
1217 Mon Feb 2 18:38:18 1998 Ian Lance Taylor <ian@cygnus.com>
1218
1219 * config/tc-sparc.c: Only include elf/sparc.h if OBJ_ELF.
1220
1221 Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
1222
1223 Add tms320c30 support:
1224 * config/tc-tic30.h: New file.
1225 * config/tc-tic30.c: New file.
1226 * config/obj-coff.h: If TC_TIC30, include coff/tic30.h and define
1227 TARGET_FORMAT as "coff-tic30".
1228 * configure.in (tic30-*-*aout*, tic30-*-*coff*): New targets.
1229 * Makefile.am: Rebuild dependencies.
1230 (CPU_TYPES): Add tic30.
1231 (CPU_OBJ_VALID): tic30-aout is valid.
1232 (TARGET_CPU_CFILES): Add config/tc-tic30.c.
1233 (TARGET_CPU_HFILES): Add config/tc-tic30.h.
1234 * configure, Makefile.in: Rebuild.
1235
1236 Mon Feb 2 10:20:37 1998 Nick Clifton <nickc@cygnus.com>
1237
1238 * config/tc-v850.c (md_assemble): Improvements to error messages.
1239
1240 Mon Feb 2 12:39:05 1998 Geoff Keating <geoffk@ozemail.com.au>
1241
1242 * config/tc-ppc.c (md_apply_fix3): Change BFD_RELOC_HI16 and
1243 BFD_RELOC_HI16_S to store the high bits of any value.
1244
1245 * config/tc-ppc.h (tc_fix_adjustable): Undo change of Fri Jun 27.
1246 (TC_RELOC_RTSYM_LOC_FIXUP): Don't let the
1247 assembler calculate relocations to any external symbol at all.
1248 * config/tc-ppc.c (md_apply_fix3) [OBJ_ELF]: Correct bugs
1249 involving generation of pc-relative relocs.
1250 (md_pcrel_from_section) [OBJ_ELF]: The job this code used to do
1251 has been moved to md_apply_fix3.
1252
1253 * config/tc-ppc.c (md_apply_fix3): Fix test for too-far branch.
1254 (ppc_elf_suffix): Warn about 'identifier+constant@got' syntax,
1255 which actually means (the address of identifier's GOT entry) +
1256 constant, which is not particularly useful.
1257
1258 Fri Jan 30 11:02:35 1998 Doug Evans <devans@canuck.cygnus.com>
1259
1260 * read.h (include_dirs): Declare.
1261 (include_dir_count,include_dir_maxlen): Declare.
1262 start-sanitize-sky
1263
1264 * config/tc-dvp.c (md_longopts): Add -no-dma, -no-dma-pke.
1265 (md_parse_option): Handle them.
1266 (md_show_usage): Print them.
1267 (output_dma,output_pke): New static globals.
1268 (assemble_pke): Handle -no-dma-pke.
1269 (insert_file): Search include dir list.
1270 (s_enddirect): Validate length if prespecified.
1271 (s_endmpg): Likewise. Handle -no-dma-pke.
1272 (s_endunpack): Handle -no-dma-pke.
1273 (md_pcrel_from_section): Add offset to delay slot for
1274 undefined symbols.
1275 end-sanitize-sky
1276
1277 Fri Jan 30 11:47:02 1998 Ian Lance Taylor <ian@cygnus.com>
1278
1279 * configure.in: Correct check for shared opcodes library.
1280 * configure: Rebuild.
1281
1282 * listing.c (buffer_line): If we can't open the file, set at_end.
1283 (listing_print): Remove unused local variable fi.
1284
1285 * config/m68k-parse.y (reglistpair): Handle register list in
1286 either order.
1287
1288 * config/vms-conf.h: Don't undef VERSION.
1289
1290 start-sanitize-m32rx
1291 Thu Jan 29 13:36:29 1998 Doug Evans <devans@canuck.cygnus.com>
1292
1293 * config/tc-m32r.c (allow_m32rx): Must compile with K&R C.
1294 (m32rx support): only include #ifdef HAVE_CPU_M32RX.
1295
1296 end-sanitize-m32rx
1297 Thu Jan 29 14:42:44 1998 Pat Rankin <rankin@eql.caltech.edu>
1298
1299 * Makefile.am (CONFIG_OBJS): New variable, containing part of old
1300 OBJS variable.
1301 (GENERIC_OBJS): New variable, with the rest of the old OBJS
1302 variable.
1303 (OBJS): Now just $(CONFIG_OBJS) and $(GENERIC_OBJS).
1304 ($(srcdir)/make-gas.com): Rename from make-gas.com.
1305 (stamp-mk.com): Replace $(OBJS) with $(GENERIC_OBJS).
1306 (EXTRA_DIST): Define.
1307 * vmsconf.sh: Handle {targ-cpu, obj-format, atof-targ} modules
1308 explicitly rather than via the list of object files.
1309 (gcc-as.opt): New file created when make-gas.com is run.
1310 * config-gas.com: Create {targ-cpu.h, obj-format.h, targ-env.h,
1311 itbl-cpu.h} to #include appropriate file rather than copying that
1312 file.
1313 * config/vms-conf.h: Synchronize with current config.in.
1314 * Makefile.in: Rebuild.
1315
1316 start-sanitize-d30v
1317 Thu Jan 29 18:48:19 1998 Bill Moyer <billm@cygnus.com>
1318
1319 * config/tc-d30v.c (do_assemble): Added flag_explicitly_parallel.
1320 (parallel_ok): Relaxed parallel subinstruction dependency check.
1321
1322 end-sanitize-d30v
1323 start-sanitize-m32rx
1324 Wed Jan 28 16:27:27 1998 Nick Clifton <nickc@cygnus.com>
1325
1326 * config/tc-m32r.c (md_assemble): Fix determination of when
1327 instructions can be combined in parallel.
1328
1329 end-sanitize-m32rx
1330 Wed Jan 28 14:35:00 1998 Bill Moyer <billm@cygnus.com>
1331
1332 * as.h (flag_warn_suppress_instructionswap): added new flag.
1333 * tc-d10v.c (md_parse_option,md_longopts): added "--nowarnswap"
1334 command line argument.
1335 * tc-d10v.c (write_2_short): emit "Swapping instructions"
1336 warning only if flag_warn_suppress_instructionswap is false.
1337
1338 Wed Jan 28 16:41:19 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
1339
1340 * configure.in (i386-*-mingw32*): New target.
1341 * configure: Rebuild.
1342
1343 Wed Jan 28 14:51:18 1998 Ian Lance Taylor <ian@cygnus.com>
1344
1345 * symbols.c (resolve_symbol_value): Don't set the segment if it
1346 hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER.
1347
1348 * config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument to
1349 S_GET_SEGMENT.
1350
1351 Wed Jan 28 13:54:50 1998 Pat Rankin <rankin@eql.caltech.edu>
1352
1353 as.h (unlink): Reverse 13-Feb-97 change; use of unlink vs remove
1354 depends upon HAVE_{UNLINK,REMOVE} values rather than host
1355 compiler.
1356
1357 Wed Jan 28 13:48:08 1998 Ian Lance Taylor <ian@cygnus.com>
1358
1359 * config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Define.
1360
1361 start-sanitize-sky
1362 Wed Jan 28 10:00:40 1998 Doug Evans <devans@canuck.cygnus.com>
1363
1364 * configure.in: Add dvp support.
1365 * configure: Regenerate.
1366 * config/tc-dvp.[ch]: New files.
1367
1368 end-sanitize-sky
1369 Wed Jan 28 09:52:00 1998 Nick Clifton <nickc@cygnus.com>
1370
1371 * config/tc-v850.c (v850_insert_operand): Display instruction when
1372 an error is encountered.
1373
1374 Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com>
1375
1376 * configure.in (i386-*-sco3.2v5*): Defaults to ELF now.
1377 (i386-*-sco3.2v5*coff): New target.
1378 (i386-*-sco3.2*): New target.
1379 * configure: Rebuild.
1380
1381 Tue Jan 27 11:06:52 1998 Nick Clifton <nickc@cygnus.com>
1382
1383 * config/tc-v850.c: Tidy error message production.
1384
1385 Tue Jan 27 12:24:32 1998 Ian Lance Taylor <ian@cygnus.com>
1386
1387 * config/tc-arm.c (md_apply_fix3): Add new variable newimm to hold
1388 validate_immediate return value in the right type for comparisons
1389 to FAIL.
1390
1391 Tue Jan 27 06:51:59 1998 Richard Henderson <rth@cygnus.com>
1392
1393 * listing.c (MAX_BYTES): Use listing variables not constants.
1394 (data_buffer): No longer an array, but a pointer.
1395 (calc_hex): sizeof(data_buffer) -> MAX_BYTES.
1396 (listing_listing): Allocate data_buffer.
1397
1398 Tue Jan 27 06:38:35 1998 Richard Henderson <rth@cygnus.com>
1399
1400 * as.c (parse_args): Add --listing-lhs-width, --listing-lhs-width2,
1401 --listing-rhs-width, --listing-cont-lines.
1402 (show_usage): Update.
1403 * listing.c (listing_lhs_width, listing_lhs_width_second): New vars.
1404 (listing_lhs_cont_lines, listing_rhs_width): New vars.
1405 (print_lines): Use the variables instead of the constants.
1406 (listing_listing): Likewise.
1407 * listing.h: Declare the new vars.
1408
1409 Tue Jan 27 05:32:05 1998 Richard Henderson <rth@cygnus.com>
1410
1411 * as.c (parse_args): Add --keep-locals alias for -L.
1412 Add --strip-local-absolute.
1413 (show_usage): Update.
1414 * as.h (flag_strip_local_absolute): New flag.
1415 * symbols.c (S_IS_LOCAL): Use it.
1416 * config/obj-aout.h (S_IS_LOCAL): Likewise.
1417 * config/obj-bout.h (S_IS_LOCAL): Likewise.
1418 * config/obj-coff.h (S_IS_LOCAL): Likewise.
1419
1420 Mon Jan 26 13:07:41 1998 Nick Clifton <nickc@cygnus.com>
1421
1422 * config/tc-m32r.c: Detect if explicitly parallel instructions
1423 might have an io conflict and issue a warning message.
1424
1425 start-sanitize-m32rx
1426 Mon Jan 26 12:38:54 1998 Nick Clifton <nickc@cygnus.com>
1427
1428 * config/tc-m32r.c (reads_from_src_reg): Change second parameter
1429 to a count of the number of matches to skip.
1430 (can_make_parallel): Pass count of number of matches to skip to
1431 reads_from_src_reg().
1432
1433 end-sanitize-m32rx
1434 Thu Jan 22 17:51:44 1998 Nick Clifton <nickc@cygnus.com>
1435
1436 start-sanitize-m32rx
1437 * config/tc-m32r.c: Add support for swapping fixups of swap
1438 instructions.
1439 end-sanitize-m32rx
1440 * cgen.c (cgen_save_fixups, cgen_restore_fixups,
1441 cgen_swap_fixups): Functions to save, restore and swap the fixup
1442 chain with a backup copy.
1443 (cgen_asm_finish_insn): Returns address of constructed insn.
1444
1445 Wed Jan 21 16:49:10 1998 Richard Henderson <rth@cygnus.com>
1446
1447 * listing.c (file_info_struct): Remove FILE, add POS.
1448 (last_open_file_info, last_open_file): New; a one entry FILE* cache.
1449 (file_info): Don't open the file.
1450 (buffer_line): Check for the file in the last_open cache, updating
1451 as necessary.
1452 (print_source): Don't reference file_info->file.
1453 (listing_listing): Likewise.
1454 (listing_print): Close the file in the cache, if any.
1455
1456 start-sanitize-m32rx
1457 Tue Jan 20 17:08:53 1998 Nick Clifton <nickc@cygnus.com>
1458
1459 * config/tc-m32r.c (md_assemble): Add code to swap explicitly
1460 parallel instructions so that they are in the correct order.
1461 (reads_from_src_reg, get_src_reg, can_make_parallel,
1462 make_parallel): New functions to support opportunistic
1463 parallelisation of adjacent instructions.
1464
1465 end-sanitize-m32rx
1466 Fri Jan 16 14:51:48 1998 Ian Lance Taylor <ian@cygnus.com>
1467
1468 * read.c (dwarf_file_string): New file static variable.
1469 (emit_expr): Look for constant sequence that leads up to a file
1470 name in DWARF debugging output.
1471 (stringer): Use dwarf_file_string to decide whether to accept a
1472 string as a file name.
1473
1474 Fri Jan 16 11:30:37 1998 Richard Henderson <rth@cygnus.com>
1475
1476 * tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.
1477 (crack_operand): Add reg->reglst MRI hack.
1478 (r_seg): Put reglst symbols in reg_section.
1479 (m68k_frob_symbol): Frob reglst symbols into absolute_section.
1480
1481 Thu Jan 15 14:19:01 1998 Richard Henderson <rth@cygnus.com>
1482
1483 * tc-sh.c (get_specific): Handle SGR & DBR.
1484
1485 Thu Jan 15 13:46:48 1998 Richard Henderson <rth@cygnus.com>
1486
1487 * tc-h8300.c (parse_reg): Take the length of the symbol into
1488 account when attempting to match a register name.
1489 * tc-h8500.c (parse_reg): Likewise.
1490
1491 Wed Jan 14 17:52:33 1998 Nick Clifton <nickc@cygnus.com>
1492
1493 start-sanitize-m32rx
1494 * config/tc-m32r.c (md_assemble): Add support for parsing parallel
1495 instructions.
1496 end-sanitize-m32rx
1497 * cgen.c: Formatting changes to improve readability.
1498
1499 Wed Jan 14 15:41:41 1998 Jeffrey A Law (law@cygnus.com)
1500
1501 * config/tc-mips.c (macro): Rework division code to avoid unfilled
1502 delay slot.
1503
1504 start-sanitize-d30v
1505 Wed Jan 14 18:04:20 1998 Michael Meissner <meissner@cygnus.com>
1506
1507 Based on a patch from Jim Wilson
1508 * config/tc-d30v.c (do_assemble): Remove non-ansi default case.
1509 (tc_gen_reloc): Handle cross section PC relative relocs
1510 correctly.
1511
1512 end-sanitize-d30v
1513 Wed Jan 14 15:02:19 1998 Doug Evans <devans@seba.cygnus.com>
1514
1515 * config/tc-mips.c (mips_ip): Don't test pinfo flags if INSN_MACRO.
1516
1517 Mon Jan 12 13:04:57 1998 Doug Evans <devans@seba.cygnus.com>
1518
1519 * cgen.c: #include setjmp.h. Clean up pass over `struct foo' usage.
1520 (expr_jmp_buf): New static local.
1521 (cgen_parse_operand): Allow use of longjmp in parsing to handle errors.
1522 (cgen_md_operand): New function.
1523 * tc-m32r.c: Clean up pass over `struct foo' usage.
1524 (md_estimate_size_before_relax): Use CGEN_INSN_MNEMONIC.
1525
1526 Tue Jan 6 15:36:02 1998 Richard Henderson <rth@cygnus.com>
1527
1528 * symbols.c (S_SET_SEGMENT): Don't set the segment for section syms.
1529 (S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication.
1530
1531 Fri Jan 2 16:08:54 1998 Ian Lance Taylor <ian@cygnus.com>
1532
1533 * config/tc-i386.c (i386_operand): Give an error if there are
1534 unrecognized characters after an expression.
1535
1536 Wed Dec 31 12:29:47 1997 Jeffrey A Law (law@cygnus.com)
1537
1538 * config/tc-mn10200.c (md_relax_table): Correct branch ranges.
1539
1540 Mon Dec 22 13:06:05 1997 Joel Sherrill <joel@oarcorp.com>
1541
1542 * configure.in (i386*-go32-rtems*): Fix to be the same as
1543 i[3456]86-go32.
1544 * configure: Rebuild.
1545
1546 Mon Dec 22 12:54:07 1997 Ian Lance Taylor <ian@cygnus.com>
1547
1548 * config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,
1549 M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB, or M_S_DOB.
1550 (mips_ip): Always check for FP_D, not just for instructions that
1551 are not part of the regular ISA.
1552
1553 Thu Dec 18 16:49:28 1997 Richard Henderson <rth@cygnus.com>
1554
1555 * config/tc-d10v.c (build_insn): Make `number' a long for 64-bit hosts.
1556
1557 Thu Dec 18 16:42:57 1997 Richard Henderson <rth@cygnus.com>
1558
1559 * config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX.
1560
1561 Wed Dec 17 21:23:07 1997 Jeffrey A Law (law@cygnus.com)
1562
1563 * expr.c (integer_constant 32bit bignum): Mask off bits outside
1564 the range we care about.
1565
1566 start-sanitize-d30v
1567 Wed Dec 17 15:29:03 1997 Michael Meissner <meissner@cygnus.com>
1568
1569 * config/tc-d30v.c (md_shortopts): Add 'n' and 'N' options.
1570 (exec_type_enum): Enumeration giving all of the exec types.
1571 (warn_nops): New static variable to give nop warning level.
1572 ({cur,prev}_mul32_p): New static variable to keep track of whether
1573 the current/previous instruction is a 32-bit multiply.
1574 (Optimizing): Make static.
1575 (NOP{2,_LEFT,_RIGHT}): Macros for word of nops and left/right
1576 nops.
1577 (d30v_insert_operand): Delete declaration of unused function.
1578 (write_2_short): Make exec_type argument enum, not int.
1579 (parallel_ok): Ditto.
1580 (check_range): Delete unused variable(s).
1581 (build_insn): Ditto.
1582 (find_format): Ditto.
1583 (md_apply_fix3): Ditto.
1584 (md_show_usage): Document -n and -N.
1585 (md_parse_option): Parse -n and -N.
1586 (write_1_short): If -n, warn about adding a nop. Use
1587 NOP_{LEFT,RIGHT}.
1588 (write_2_short): Use enumeration values instead of hard coded
1589 integers. Reset exec_type for default operations. For explicit
1590 parallel operations, call parallel_ok to make sure everything is
1591 ok. If writing out a parallel operation, and the previous
1592 instruction was a 32-bit multiply, indicate current instruction
1593 is.
1594 (parallel_ok): Allow add/tx ... to be done in parallel with
1595 another add/tx ... assuming the gpr registers don't overlap.
1596 (md_assemble): Use exec type enumeration values, not hard coded
1597 ints. Check for loads or 16-bit multiplies following in the next
1598 cycle after a 32-bit multiply. Add nops if that is the case.
1599 (do_assemble): Copy prev_mul32_p to cur_mul32_p, and set
1600 cur_mul32_p if current instruction is a 32-bit multiply.
1601 (find_format): Change spacing and layout.
1602
1603 end-sanitize-d30v
1604 start-sanitize-tic80
1605 Tue Dec 16 16:55:45 1997 Fred Fish <fnf@cygnus.com>
1606
1607 * config/tc-tic80.c (tic80_relax): New static variable.
1608 (md_longopts): Add new OPTION_RELAX and OPTION_NO_RELAX options.
1609 (md_parse_option): Handle new relax options.
1610 (md_show_usage): Document new relax options.
1611 (find_opcode): Don't use short forms of PC relative branches if
1612 tic80_relax is set.
1613
1614 end-sanitize-tic80
1615 start-sanitize-d30v
1616 Tue Dec 16 15:26:03 1997 Michael Meissner <meissner@cygnus.com>
1617
1618 * config/tc-d30v.c (parallel_ok): Remove non-register bits from
1619 used/set flag fields. Make flag vars unsigned long. Use
1620 FLAG_A{0,1} for accumulators. Allow any 2 insns to be done in
1621 parallel if they use the same conditional flag with reversed
1622 meaning. Allow 2 add/sub insns that set the carry or overflow
1623 flags but do not query them to be done in parallel. Don't allow 2
1624 word store operations to be done in parallel with ADDppp or
1625 SUBppp. Don't allow loads to be done in parallel with 16 bit
1626 multiplies.
1627
1628 end-sanitize-d30v
1629 Tue Dec 16 09:20:43 1997 Nick Clifton <nickc@cygnus.com>
1630
1631 * config/tc-arm.c: Prevent use of interworking support for
1632 non-COFF targets.
1633
1634 Mon Dec 15 15:20:32 1997 Nick Clifton <nickc@cygnus.com>
1635
1636 * doc/all.texi: Add M32R cpu.
1637
1638 * doc/as.texinfo: Add documentation of m32r processor.
1639
1640 * doc/c-m32r.texi: New file, documenting m32r specific features.
1641
1642 start-sanitize-m32rx
1643 * config/tc-m32r.c (allow_m32rx): New function.
1644 (enable_m32rx): New variable.
1645 (md_pseudo_table): Added .m32r and .m32rx pseudo ops
1646 (md_show_usage): Document new --m32rx command line option.
1647 (md_parse_option): Implement new --m32rx command line option.
1648 end-sanitize-m32rx
1649
1650 Mon Dec 15 10:32:28 1997 Jeffrey A Law (law@cygnus.com)
1651
1652 * config/tc-mips.c (mips_ip): Correctly insert 'P' operands into
1653 the instruction.
1654
1655 start-sanitize-tic80
1656 Fri Dec 12 11:44:20 1997 Fred Fish <fnf@cygnus.com>
1657
1658 * config/tc-tic80.c (build_insn): Handle instructions that have
1659 long (32 bit) PC relative offsets. Fix places that previously
1660 misused R_MPPCR for 15 bit offsets to use the new R_MPPCR15W type.
1661 (md_apply_fix): Add case to handle long PC relative offsets.
1662
1663 end-sanitize-tic80
1664 Fri Dec 12 10:35:01 1997 Nick Clifton <nickc@cygnus.com>
1665
1666 * doc/c-arm.texi (ARM Options): Document support for new ARM
1667 processor names.
1668
1669 * config/tc-arm.c (md_parse_option): Add support for new ARM
1670 processor names.
1671
1672 Thu Dec 11 17:46:50 1997 Richard Henderson <rth@cygnus.com>
1673
1674 * config/tc-m68k.c (m68k_ip): Don't overwrite opcode table data.
1675 (insop, m68k_ip): Make `opcode' const so it doesn't happen again.
1676
1677 Fri Dec 5 11:23:59 1997 Nick Clifton <nickc@cygnus.com>
1678
1679 * config/tc-v850.c (md_assemble): Fix BFD_RELOC_32 against a
1680 symbol + offset.
1681
1682 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Use
1683 SHT_V850_{S|T|Z}COMMON to mark special common sections.
1684
1685 Tue Dec 2 17:05:13 1997 Nick Clifton <nickc@cygnus.com>
1686
1687 * config/tc-v850.c: Brought up to date with the branch.
1688
1689 Mon Dec 1 20:24:18 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1690
1691 * config/tc-sh.c (SWITCH_TABLE_CONS): Handle (fix)->fx_size == 1.
1692 (SWITCH_TABLE): Handle BFD_RELOC_8.
1693 (md_apply_fix): #ifndef BFD_ASSEMBLER code: Handle fixP->fx_size == 1.
1694 (coff_reloc_map): Add BFD_RELOC_8_PCREL entry.
1695 (sh_coff_reloc_mangle): SWITCH_TABLE case: Handle BFD_RELOC_8.
1696
1697 Sat Nov 22 16:19:22 1997 Richard Henderson <rth@cygnus.com>
1698
1699 * tc-alpha.c (range_signed_16, range_signed_32): Work around an
1700 apparent bug in gcc's long long support crossing from x86.
1701
1702 Sat Nov 22 14:26:09 1997 Nick Clifton <nickc@cygnus.com>
1703
1704 * config/tc-arm.c: Brought up to date with latest changes on arm
1705 branch.
1706
1707 Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>
1708
1709 * config-gas.com: Get version info from configure.in.
1710
1711 * makefile.vms: include depend.obj in OBJS.
1712
1713 * config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling.
1714
1715 * config/tc-alpha.c (alpha_basereg_clobbered): Remove variable and
1716 all corresponding code.
1717
1718 Thu Nov 20 15:06:08 1997 Richard Earnshaw <rearnsha@arm.com>
1719
1720 * config/tc-arm.h (TARGET_FORMAT for generic a.out targets): Allow
1721 run-time endian selection.
1722
1723 Wed Nov 19 17:44:42 1997 Richard Henderson <rth@cygnus.com>
1724
1725 * tc-sh.c (parse_reg): Properly quote for fv4.
1726
1727 Wed Nov 19 23:46:18 1997 Ian Lance Taylor <ian@cygnus.com>
1728
1729 * symbols.c (resolve_symbol_value): Add missing breaks in case on
1730 symbol value operator.
1731
1732 start-sanitize-vr5400
1733 Wed Nov 19 02:24:07 1997 Ken Raeburn <raeburn@cygnus.com>
1734
1735 * config/tc-mips.c (gpr_interlocks, cop_interlocks): VR5400 has
1736 these.
1737
1738 end-sanitize-vr5400
1739 Tue Nov 18 18:45:14 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1740
1741 * config/tc-d10v.c (parallel_ok, find_opcode):
1742 Split OPERAND_FLAG into OPERAND_FFLAG and OPERAND_CFLAG.
1743
1744 Sun Nov 16 10:05:07 1997 Fred Fish <fnf@cygnus.com>
1745
1746 * config/obj-coff.c (fixup_segment): Cast second arg of
1747 md_apply_fix3 call to type "valueT *".
1748
1749 Thu Nov 13 13:53:10 1997 Andrew Cagney <cagney@b1.cygnus.com>
1750
1751 * configure.in (emulations): Make FreeBSD an aout / i386bsd
1752 variant.
1753 * configure: Re-generate.
1754
1755 Thu Nov 13 11:07:14 1997 Gavin Koch <gavin@cygnus.com>
1756
1757 * config/tc-mips.c (macro_build): Use the membership field
1758 for INSN_MACRO's.
1759 (mips_ip): Same.
1760
1761 Thu Nov 13 02:04:55 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1762
1763 * config/tc-d10v.c (find_opcode): For OPCODE_FAKE, add check for
1764 first argument if it's supposed to be a register.
1765
1766 start-sanitize-tx49
1767 Wed Nov 12 10:06:27 1997 Gavin Koch <gavin@cygnus.com>
1768
1769 * config/tc-mips.c (mips_4900): Added.
1770 (hilo_interlocks): Added mips_4900.
1771 (md_begin): Set default for mips_4900.
1772 (macro_build,mips_ip): Test for INSN_4900 if mips_4900.
1773 (md_longopts): Add "m4900" and "no-m4900".
1774 (md_parse_option): Handle above options.
1775
1776 end-sanitize-tx49
1777 Tue Nov 11 19:25:05 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
1778
1779 * app.c (do_scrub_chars): If d10v, re-insert a space before
1780 a '#' when in state 10.
1781
1782 Tue Nov 11 13:33:15 1997 Ian Lance Taylor <ian@cygnus.com>
1783
1784 * config/tc-h8300.c: Include "subsegs.h".
1785 (tc_reloc_mangle): Handle references to symbols which are not
1786 being output, so that references to `.' work.
1787
1788 Mon Nov 10 13:43:33 1997 Ian Lance Taylor <ian@cygnus.com>
1789
1790 * config/tc-m68k.c (m68k_ip): Call add_fix when needed for '_'
1791 case.
1792
1793 * macro.c (sub_actual): If we don't find a parameter for an &,
1794 just substitute &.
1795
1796 Fri Nov 7 21:29:32 1997 Ken Raeburn <raeburn@cygnus.com>
1797 start-sanitize-vr5400
1798
1799 * config/tc-mips.c (mips_ip): Added cases for "e", "%", and "P"
1800 operand types.
1801 (hilo_interlocks): VR5400 has interlocks.
1802 (md_begin): Expect mips64vr5400, not mips64r5400.
1803 end-sanitize-vr5400
1804
1805 * config/tc-mips.c (mips_ip): In default case, call as_bad
1806 instead of fprintf, to get "assembler messages:" message output
1807 before instead of after.
1808
1809 Fri Nov 7 10:36:22 1997 Doug Evans <devans@canuck.cygnus.com>
1810
1811 * frags.h: Handle multiple inclusion.
1812
1813 Wed Nov 5 10:51:49 1997 Doug Evans <devans@canuck.cygnus.com>
1814
1815 Based on a patch from Ian.Dall@dsto.defence.gov.au.
1816 * as.h (struct frag, frag support): Moved from here.
1817 * frags.h: To here.
1818 (struct frag, member tc_frag_data): New member if TC_FRAG_TYPE
1819 is defined.
1820 (struct frag, member fr_cgen): Renamed from fr_targ.cgen.
1821 * cgen.c (cgen_asm_finish_insn): Update.
1822 * config/tc-m32r.c (md_estimate_size_before_relax): Update.
1823 * config/tc-m32r.h (TC_FRAG_INIT): Renamed from md_init_frag.
1824 (md_convert_frag): Ditto.
1825 * config/tc-ns32k.h (TC_FRAG_TYPE): Define.
1826 (frag_opcode_frag,frag_opcode_offset,frag_bsr): Update.
1827 (TC_FRAG_INIT): Update.
1828
1829 Tue Nov 4 16:35:57 1997 Ian Dall <Ian.Dall@dsto.defence.gov.au>
1830
1831 * write.c (print_fixup): Use TC_FIX_DATA_PRINT (if defined) to
1832 print out MD fields of fix.
1833 * frags.c (frag_var, frag_variant): Use TC_FRAG_INIT macro (if
1834 defined) to initialize MD fields in frag.
1835 * as.h (struct frag, ns32k support): Rename ns32k to fr_ns32k.
1836 Delete pcrel_adjust. Add fr_opcode_fragP, fr_opcode_offset.
1837 * config/tc-ns32k.h: Add comments. Remove obsolete
1838 BFD_FAST_SECTION_FILL definition, change prototypes for
1839 fix_new_ns32k and fix_new_ns32k_exp to add new arguments
1840 opcode_frag and opcode_offset and remove pcrel_adjust.
1841 (TC_FIX_TYPE): add opcode_fragP and opcode_offset fields.
1842 (TC_FIX_DATA_PRINT): new macro to print out TC_FIX_TYPE.
1843 (TC_FRAG_INIT): new macro to initialize machine dependent field in
1844 frags.
1845 (frag_opcode_frag, frag_opcode_offset, frag_bsr): macros to access
1846 MD fields in frag structure.
1847 (fix_im_disp, fix_bit_fixP, fix_opcode_frag, fix_opcode_offset,
1848 fix_bsr): macros to access MD fields in fix structure.
1849 * config/tc-ns32k.c: Avoid overlength lines. Align comments. Don't
1850 use struct opcode_location as these fields are now in the frag
1851 structure.
1852 (convert_iif): Call frag_more as it is needed instead
1853 of trying to allocate for the whole insn. Avoid call of frag_more
1854 with negative argument.
1855 (md_pcrel_adjust, md_fix_pcrel_adjust, md_apply_fix,
1856 md_estimate_size_before_relax, md_pcrel_from,
1857 tc_aout_fix_to_chars): use accessor macros to get md fields in fix
1858 and frag structures.
1859 (fix_new_ns32k, fix_new_ns32k_exp): add new arguments opcode_frag and
1860 opcode_offset and remove pcrel_adjust.
1861 (convert_iif, cons_fix_new_ns32k): call fix_new_ns32k,
1862 fix_new_ns32k_exp with changed arguments.
1863
1864 Mon Nov 3 13:30:17 1997 Gavin Koch <gavin@cygnus.com>
1865
1866 * tc-mips.c (md_begin): Reorganize setting of default values so
1867 that mips_cpu depends on TARGET_CPU, and mips_opts.isa depends on
1868 mips_cpu.
1869 (md_parse_option): Remove all code that sets defaults; md_begin
1870 handles all of this now.
1871
1872 Sun Nov 2 14:46:09 1997 Ian Lance Taylor <ian@cygnus.com>
1873
1874 * Makefile.am (STAGESTUFF): Change bin_PROGRAMS to
1875 noinst_PROGRAMS.
1876 (bootstrap, bootstrap2, bootstrap3): Likewise.
1877 * Makefile.in: Rebuild.
1878
1879 * config/tc-ppc.c (ppc_fix_adjustable): Don't adjust relocs in the
1880 TOC section to be against the csect.
1881
1882 Fri Oct 31 18:19:55 1997 Ken Raeburn <raeburn@cygnus.com>
1883
1884 start-sanitize-vr5400
1885 * config/tc-mips.c (mips_5400): New variable.
1886 (md_begin, md_parse_option): Handle 5400 options/names.
1887 (macro_build, mips_ip): Check for 5400-specific instructions.
1888 (md_longopts, OPTION_M5400, OPTION_NO_M5400): More command-line
1889 support for 5400.
1890
1891 end-sanitize-vr5400
1892 * config/tc-mips.c (validate_mips_insn): New function, checks
1893 match versus mask bits, and also verifies that all bits to be
1894 output are actually specified somewhere.
1895 (md_begin): Call it for 32-bit instructions, instead of doing
1896 match/mask check here. In case of failure, print a message, but
1897 check the rest of the opcode table before exiting.
1898
1899 Thu Oct 30 13:46:20 1997 Nick Clifton <nickc@cygnus.com>
1900
1901 * config/tc-arm.c (md_apply_fix3): Fix thumb ADR pseudo op. Patch
1902 from Tony Thompson at ARM: athompso@arm.com
1903
1904 start-sanitize-d30v
1905 Thu Oct 30 11:11:26 1997 Michael Meissner <meissner@cygnus.com>
1906
1907 * config/tc-d30v.c (build_insn): Allow odd registers for ld2w and
1908 friends.
1909
1910 end-sanitize-d30v
1911 start-sanitize-tx49
1912 Wed Oct 29 16:22:38 1997 Gavin Koch <gavin@cygnus.com>
1913
1914 * config/tc-mips.c (hilo_interlocks): True for tx49.
1915 (md_begin): Add mips64tx49.
1916 (md_parse_option): Add 4900 cpu.
1917
1918 end-sanitize-tx49
1919 Fri Oct 24 15:56:47 1997 Ian Lance Taylor <ian@cygnus.com>
1920
1921 * config/tc-ppc.c (md_assemble): When handling @l, always sign
1922 extend if the operand expects a signed value.
1923
1924 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Don't define; use
1925 default which is to permit dollar labels.
1926
1927 Fri Oct 24 11:19:22 1997 Jakub Jelinek <jj@sunsite.mff.cuni.cz>
1928
1929 * config/tc-sparc.c (sparc_memory_model): New variable.
1930 (md_longopts): Add -TSO/-PSO/-RMO options.
1931 (md_parse_options): Handle them.
1932 (sparc_elf_final_processing): For 64 ELF, set required
1933 memory ordering in e_flags. Default to RMO and let the user
1934 override it through command line.
1935
1936 * config/tc-sparc.h (elf_tc_final_processing): Add.
1937
1938 Wed Oct 22 17:42:12 1997 Richard Henderson <rth@cygnus.com>
1939
1940 * config/tc-sparc.c (v9a_asr_table): New variable.
1941 (sparc_ip): Handle v9a asr's.
1942 Patch from David Miller <davem@vger.rutgers.edu>.
1943
1944 Wed Oct 22 17:22:59 1997 Richard Henderson <rth@cygnus.com>
1945
1946 * config/tc-sparc.h (md_do_align): New macro.
1947 * config/tc-sparc.c (sparc_handle_align): Handle rs_align_code.
1948 Patch from Jakub Jelinek <jj@sunsite.mff.cuni.cz>.
1949
1950 Wed Oct 22 12:51:18 1997 Ian Lance Taylor <ian@cygnus.com>
1951
1952 * config/tc-sh.c (sh_small): New variable.
1953 (OPTION_SMALL): Define.
1954 (md_longopts): Add "small".
1955 (md_parse_option): Handle OPTION_SMALL.
1956 (md_show_usage): Mention -small.
1957 * config/tc-sh.h (sh_small): Declare.
1958 (SUB_SEGMENT_ALIGN): Handle sh_small.
1959 * config/obj-coff.h (TARGET_FORMAT): Check sh_small in TC_SH
1960 case.
1961
1962 * config/tc-mips.c (macro): Correct handling of constant in M_LI_D
1963 case in little endian mode.
1964
1965 Tue Oct 21 10:20:11 1997 Doug Evans <devans@canuck.cygnus.com>
1966
1967 * config/tc-sparc.c (md_apply_fix3, cases ..._H44, ..._HIX22): Leave
1968 overflow signalling to linker.
1969
1970 Mon Oct 20 14:54:06 1997 Klaus K"ampf <kkaempf@progis.de>
1971
1972 * makefile.vms: Fix for dec c.
1973
1974 * config-gas.com: Give explanation for dec c setup in error
1975 message.
1976
1977 * config/tc-alpha.c (s_alpha_comm): Make .comm symbols separate
1978 sections on openvms/alpha.
1979
1980 * config/obj-evax.c: support .weak pseudo-op
1981
1982 Mon Oct 20 10:13:32 1997 Doug Evans <devans@canuck.cygnus.com>
1983
1984 * config/tc-sparc.c (default_arch_size): New static local.
1985 (struct sparc_arch): Rename arch_size to default_arch_size.
1986 New member user_option_p.
1987 (sparc_arch_table): Always include v9, v9a. New entry v9-64.
1988 (init_default_arch): Check whether default arch is valid.
1989 Set default_arch_size in addition to sparc_arch_size.
1990 (OPTION_32,OPTION_64): Define.
1991 (md_longopts): New entries for -32, -64.
1992 (md_parse_option): Handle them.
1993 (md_show_usage): Print them. Ensure init_default_arch called.
1994 * configure.in (sparc64): Set arch to v9-64.
1995 * configure: Regenerated.
1996
1997 Sun Oct 19 13:50:50 1997 Ian Lance Taylor <ian@cygnus.com>
1998
1999 * write.c (subsegs_finish): New function, broken out of
2000 write_object_file.
2001 (write_object_file): Some code moves into subsegs_finish.
2002 * write.c (subsegs_finish): Declare.
2003 * as.c (main): Call subsegs_finish.
2004
2005 * read.c (s_include): Check for error return from
2006 demand_copy_string.
2007
2008 Tue Oct 14 20:50:58 1997 Richard Henderson <rth@cygnus.com>
2009
2010 * read.c (get_line_sb): Accept any eol marker while scanning macros.
2011
2012 Tue Oct 14 19:12:45 1997 Richard Henderson <rth@cygnus.com>
2013
2014 * config/tc-alpha.h (DIFF_EXPR_OK): Define.
2015 * config/tc-i386.h (DIFF_EXPR_OK): Define.
2016 * config/tc-alpha.c (md_apply_fix): Notice fx_pcrel and substitute
2017 the correct relocation when it exists.
2018 * config/tc-i386.c (md_apply_fix3): Likewise.
2019
2020 * config/tc-ppc.h: Correct typo in comment.
2021 * config/tc-v850.h: Likewise.
2022
2023 Fri Oct 10 16:09:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
2024
2025 * config/tc-d10v.c (parallel_ok): Allow parallel instruction issue
2026 when second instruction is writing to first instructions inputs.
2027
2028 Mon Oct 13 15:27:17 1997 Richard Henderson <rth@cygnus.com>
2029
2030 * ecoff.c (PAGE_SIZE): Double to 8k as a hack to allow some C++
2031 templated programs to build with -g.
2032
2033 Fri Oct 10 17:48:29 1997 Nick Clifton <nickc@cygnus.com>
2034
2035 * config/tc-v850.c (md_relax_table): Add support for relaxing
2036 unconditional branches. This patch is courtesy of Jim Wilson.
2037 (md_convert_frag): Fix relaxing of branches. This patch is
2038 courtesy of Jim Wilson.
2039 (md_assemble): Create different fixups for conditional and
2040 unconditional branches. This patch is courtesy of Jim Wilson.
2041 (md_estimate_size_before_relax): Estimate size of variable part of
2042 fixup based on whether it is for a conditional or an unconditional
2043 branch. This patch is courtesy of Jim Wilson.
2044 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
2045 v850_zbss, v850_rosdata, v850_rozdata, v850_bss): Add call to
2046 obj_elf_section_change_hook().
2047 (v850_comm): New function.
2048 (md_pseudo_table): Add new pseudo ops .zcomm, .scomm and .tcomm.
2049 (md_begin): Add bss flag to seg_info of bss sections.
2050
2051 Add support for .scommon, .tcommon and .zcommon sections.
2052
2053 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add .scommon,
2054 .zcommon, .tbss, .call_table_data and .call_table_text.
2055
2056 Fri Oct 10 15:01:14 1997 Doug Evans <dje@canuck.cygnus.com>
2057
2058 * configure.in (sparc): Set DEFAULT_ARCH from correct target.
2059 * configure: Regenerated.
2060
2061 Fri Oct 10 11:22:45 1997 Martin M. Hunt <hunt@cygnus.com>
2062
2063 * config/tc-d10v.c: Fixes to make sure the AT_WORD
2064 expression is not confused with -1.
2065
2066 Fri Oct 10 11:54:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
2067
2068 * config/tc-d10v.c (parallel_ok): Flag SP as modified for @-sp
2069 operand - OPERAND_ATMINUS.
2070
2071 Fri Oct 10 00:47:44 1997 Michael Meissner <meissner@cygnus.com>
2072
2073 * config/tc-d10v.c (parallel_ok): Note that auto increment and
2074 decrement modify the index register.
2075
2076 Thu Oct 9 15:17:50 1997 Ian Lance Taylor <ian@cygnus.com>
2077
2078 From Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au>:
2079 * config/tc-m68k.c (archs): Add 68306, 68307, 68322, 68356, 68334,
2080 68336, 68341, 68349.
2081 * doc/c-m68k.texi (M68K-Opts): Add -m68ec000 -m68hc000 -m68hc001
2082 -m68306, -m68307, -m68322, -m68356, -m68ec020, -m68ec030,
2083 -m68ec040, -m68ec060, -m68330, -m68334, -m68336, -m68341,
2084 -m68349.
2085
2086 * doc/Makefile.am (CPU_DOCS): Define.
2087 (as.info): Depend upon $(CPU_DOCS).
2088 * doc/Makefile.in: Rebuild.
2089
2090 * configure.in: Remove AM_PROG_INSTALL; it's called by
2091 AM_INIT_AUTOMAKE.
2092 * configure: Rebuild.
2093
2094 Thu Oct 9 01:44:36 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2095
2096 * tc-d10v.h (TC_START_LABEL): Don't define.
2097 (tc_frob_label): Define.
2098
2099 Thu Oct 9 00:07:23 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2100
2101 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't allow
2102 to pair a branch and link with anything but an exe instruction.
2103
2104 Wed Oct 8 16:28:53 1997 Richard Henderson <rth@cygnus.com>
2105
2106 * config/tc-alpha.c (load_expression): Disable the sym+const .got
2107 optimization to reduce the alignment surprises for gcc.
2108
2109 Wed Oct 8 16:11:15 1997 Doug Evans <dje@canuck.cygnus.com>
2110
2111 * config/obj-coff.h (TC_SPARC): Don't define TARGET_FORMAT.
2112 * config/tc-sparc.c (sparc_target_format): Handle coff here.
2113 (sparc_ip): Add %hix,%lox.
2114 (md_apply_fix3): Call as_bad_where, not as_bad.
2115 Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
2116 (tc_gen_reloc): Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
2117
2118 Wed Oct 8 12:33:32 1997 Richard Henderson <rth@cygnus.com>
2119
2120 * configure.in: Change alpha-*-* to alpha*-*-*; config.guess now
2121 recognizes alphaev5 etc.
2122 * configure: Rebuild.
2123
2124 Wed Oct 8 00:04:05 1997 Gavin Koch <gavin@cygnus.com>
2125
2126 * config/tc-mips.c (md_begin): Replace the TARGET_CPU value
2127 of mipsr3900 with mipstx39.
2128
2129 * config/tc-mips.c (mips_ip): Don't print the 'opcode requires
2130 -mipsXX message' if the insn isn't an ISA insn.
2131
2132 Tue Oct 7 12:48:30 1997 Doug Evans <dje@canuck.cygnus.com>
2133
2134 * config/tc-sparc.h (TARGET_FORMAT support): Moved to tc-sparc.c.
2135 Redefine TARGET_FORMAT to call sparc_target_format.
2136 * config/tc-sparc.c (in_unsigned_range): New function.
2137 (sparc_arch_size): Make static.
2138 (sparc_target_format): New function.
2139 (sparc_ip): Delete variable immediate_max. Rewrite %hi/etc reloc
2140 handling. Add support for %hh,%hm,%lm,%h44,%m44,%l44.
2141 (output_insn): Set `fx_no_overflow'.
2142 (md_apply_fix3): Handle BFD_RELOC_SPARC_{7,H44,M44,L44}.
2143 (tc_gen_reloc): Likewise.
2144
2145 Mon Oct 6 14:04:50 1997 Nick Clifton <nickc@cygnus.com>
2146
2147 * config/tc-v850.c (v850_section): Remove.
2148
2149 * config/obj-elf.c (obj_elf_section): Enhance error message.
2150
2151 Fri Oct 3 15:40:38 1997 Ian Lance Taylor <ian@cygnus.com>
2152
2153 * config/tc-mips.c: Undef OBJ_COPY_SYMBOL_ATTRIBUTES before
2154 including obj-elf.h in OBJ_MAYBE_ELF case.
2155 (mips_target_format): Return NULL after abort to avoid warning.
2156
2157 * ecoff.c (generate_ecoff_stab): Remove unused static function.
2158
2159 * expr.c (operator): Accept ==. From Anders Blomdell
2160 <anders.blomdell@control.lth.se>.
2161
2162 * config/atof-ieee.c (gen_to_words): When generating a denormal
2163 number, handle an overflow into the smallest normalized number.
2164
2165 Mon Sep 29 15:24:52 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2166
2167 * as.h, input-scrub.c (new_logical_line): New return value.
2168 * read.c (s_app_file): Don't note the same file several times
2169 in a row.
2170
2171 Thu Sep 25 13:08:02 1997 Ian Lance Taylor <ian@cygnus.com>
2172
2173 * config/tc-m68k.c (m68k_ip): Remove ` operand specifier.
2174
2175 Wed Sep 24 16:54:40 1997 Joel Sherrill <joel@oarcorp.com>
2176
2177 * configure.in (sh*-*-rtems*): New target, like sh-*-elf*.
2178 * configure: Rebuild.
2179
2180 Wed Sep 24 11:30:25 1997 Ian Lance Taylor <ian@cygnus.com>
2181
2182 * config/tc-m68k.c (m68k_ip): Handle q and v operand specifiers.
2183
2184 * doc/c-i386.texi (i386-Float): Remove incorrect assertion that
2185 fn* instructions do not insert implicit fwait. This was changed
2186 Jan 29, 1996.
2187
2188 * config/m68k-parse.y (yylex): Permit an expression to be used for
2189 the scale factor.
2190
2191 * Makefile.am (EXTRA_as_new_SOURCES): Set to config/m68k-parse.y,
2192 not m68k-parse.y.
2193 * Makefile.in: Rebuild.
2194
2195 * aclocal.m4: Rebuild with new libtool.
2196 * configure: Rebuild.
2197
2198 Tue Sep 23 17:48:09 1997 Ian Lance Taylor <ian@cygnus.com>
2199
2200 * app.c (do_scrub_chars): Clear mri_state at end of .mri
2201 pseudo-op.
2202
2203 * config/tc-mips.c (hilo_interlocks): Change from a static
2204 variable to a macro, so that it varies with the variables upon
2205 which it depends.
2206 (gpr_interlocks, cop_interlocks): Likewise.
2207 (md_begin): Don't initialize them.
2208
2209 Fri Sep 19 17:08:41 1997 Jeffrey A Law (law@cygnus.com)
2210
2211 * config/tc-mn10300.c (md_assemble): Use strcasecomp instead
2212 of strcmp where appropriate.
2213
2214 Thu Sep 18 14:11:56 1997 Nick Clifton <nickc@cygnus.com>
2215
2216 * config/tc-v850.c (md_assemble): Cope with a zero data area
2217 relocation with a constant offset.
2218 (md_assemble): Produce error message when special data area
2219 relocations are used on instructions which do not support them.
2220 (md_assemble): Reset processor mask if defined by command line
2221 switch.
2222
2223 Thu Sep 18 11:24:01 1997 Doug Evans <dje@canuck.cygnus.com>
2224
2225 * config/tc-sparc.c: Reorganize file.
2226 (parse_keyword_arg): Allow numbers in reg names.
2227 (SPECIAL_CASE_NONE): New macro.
2228 (md_assemble): Use it.
2229 (lookup_arch,init_default_arch): New functions.
2230 (default_arch,default_init_p,sparc_arch_table): New static locals.
2231 (sparc_arch_size): New static local.
2232 (max_architecture): Initialize in init_default_arch.
2233 (md_parse_options): Call init_default_arch if necessary.
2234 Rewrite -xarch/-A processing.
2235 (md_show_usage): Print -A values from sparc_arch_table.
2236 (md_begin): Call init_default_arch if necessary.
2237 (sparc_md_end): Handle both 32 and 64 bit environments.
2238 * config/tc-sparc.h (TARGET_FORMAT): Likewise.
2239 * acconfig.h (SPARC_V9,SPARC_ARCH64): Delete.
2240 (DEFAULT_ARCH): Add.
2241 * config.in: Regenerate.
2242 * configure.in (sparc): Default DEFAULT_ARCH based on target cpu.
2243 (SPARC_V9,SPARC_ARCH64): Delete.
2244 * configure: Regenerate.
2245 * config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete.
2246
2247 Wed Sep 17 16:54:20 1997 Nick Clifton <nickc@cygnus.com>
2248
2249 * config/tc-v850.c (v850_reloc_prefix): Recoded to use CHECK_ ()
2250 macro.
2251 (handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions.
2252 start-sanitize-v850e
2253
2254 * config/tc-v850.c (md_assemble): Corrected typo.
2255 * config/tc-v850.c Add new sections: call_table_data and
2256 call_table_text.
2257 (v850_reloc_prefix): Add support for ctoff() relocation prefix.
2258 (handle_ctoff): New Function.
2259
2260 * doc/c-v850.texi (V850 Opcodes): Document call table relocations.
2261 end-sanitize-v850e
2262
2263 Tue Sep 16 14:18:22 1997 Nick Clifton <nickc@cygnus.com>
2264
2265 * config/tc-v850.c (v850_reloc_prefix): Add support for a 16 bit
2266 displacement from the tiny data area pointer.
2267
2268 Mon Sep 15 21:28:09 1997 Jeffrey A Law (law@cygnus.com)
2269
2270 * config/tc-hppa.c (fix_new_hppa): Make declaration match
2271 definition.
2272
2273 Mon Sep 15 18:33:06 1997 Nick Clifton <nickc@cygnus.com>
2274
2275 * config/tc-v850.c (processor_mask): New variable.
2276 (set_machine, md_parse_option): Set processor_mask.
2277 (md_assemble): Check that instruction is available to target
2278 processor.
2279
2280 * config/tc-v850.h (TARGET_PROCESSOR): New constant.
2281 start-sanitize-v850e
2282 (TARGET_PROCESSOR): New constant.
2283 (TARGET_PROCESSOR): New constant.
2284 end-sanitize-v850e
2285
2286 start-sanitize-tx19
2287 Mon Sep 15 17:26:46 1997 Gavin Koch <gavin@cygnus.com>
2288
2289 * config/tc-mips.c (mips_1900): Replace with mips_3900 and
2290 mips16.
2291
2292 end-sanitize-tx19
2293 start-sanitize-d30v
2294 Mon Sep 15 11:28:04 1997 Ken Raeburn <raeburn@cygnus.com>
2295
2296 Merge in work from Martin Hunt:
2297
2298 * config/tc-d30v.c (build_insn): For mvfsys and mvtsys,
2299 CR is 0 for PSWL and PSWH.
2300
2301 * config/tc-d30v.c (do_assemble): Don't accept
2302 illegal condition codes for cmpu instruction.
2303
2304 * config/tc-d30v.c: Add support for BFD_RELOC_D30V_9_PCREL
2305 used in d*i instructions.
2306
2307 * config/tc-d30v.c (check_size): New function. Check
2308 relocations for overflows.
2309 (md_pcrel_from_section): Fix relocations between sections.
2310 (md_apply_fix3): Use new relocation types for 15 and 21
2311 bit relocations in the right container. Needed because
2312 the address of the instruction is not eight-byte aligned
2313 but the relocations must be.
2314
2315 * config/tc-d30v.c (md_apply_fix3): Check for overflow.
2316 (find_format): If ".s" or ".l" are used, don't try
2317 to compute branch sizes.
2318
2319 * config/tc-d30v.c (do_assemble): Check for ".s" or
2320 ".l" extensions to opcode names.
2321 (find_format): Generate the correct instructions when
2322 ".s" or ".l" are used.
2323
2324 * config/tc-d30v.c (build_insn): Check for odd registers
2325 on instructions that require even registers.
2326
2327 * config/tc-d30v.h (md_start_line_hook): Define.
2328 * config/tc-d30v.c (md_start_line_hook): New hook.
2329 Checks the beginning of each line for a ".". If it
2330 finds one, assume a pseudo-op and flush any unwritten
2331 instructions.
2332
2333 * config/tc-d30v.c (md_apply_fix3): Fix problem
2334 with determining when fixups were done.
2335
2336 * config/tc-d30v.c (build_insn): Fix bug where the numeric
2337 part of a symbol (for example, "foo+8") was being written
2338 into the instruction.
2339 (md_pseudo_table): Change .word to be 32 bits and add
2340 .hword as 16 bits.
2341
2342 * config/tc-d30v.c (parallel_ok): Check to see if first
2343 instruction is a jump.
2344
2345 * config/tc-d30v.c (parallel_ok): Major code reorganization.
2346
2347 end-sanitize-d30v
2348 Wed Sep 10 10:07:08 1997 Nick Clifton <nickc@cygnus.com>
2349
2350 start-sanitize-v850e
2351 * config/tc-v850.c (md_assemble): Corrected spelling mistake.
2352 end-sanitize-v850e
2353 * configure.in (emulations): Add v850 emulation.
2354
2355 Tue Sep 9 17:14:33 1997 Doug Evans <dje@canuck.cygnus.com>
2356
2357 * Makefile.am (CPU_TYPES): Add arc.
2358 (TARGET_CPU_CFILES): Add tc-arc.c.
2359 (TARGET_CPU_HFILES): Add tc-arc.h.
2360 (dependencies): Rebuild.
2361 * Makefile.in: Rebuild.
2362 * configure.in: Recognize arc-*-elf*.
2363 * configure: Regenerated.
2364 * config/tc-arc.[ch]: New files.
2365
2366 Tue Sep 9 10:19:37 1997 Nick Clifton <nickc@cygnus.com>
2367
2368 * doc/c-v850.texi (V850 Opcodes): Document hi0() reloc prefix.
2369 Correct description of hi() reloc prefix.
2370
2371 start-sanitize-v850e
2372 * doc/c-v850.texi (V850 Opcodes): Document new reloc prefix.
2373 * config/tc-v850.c (v850_reloc_prefix): Add hilo() reloc prefix.
2374 * config/tc-v850.c (md_assemble): Add support for BFD_RELOC_32.
2375 end-sanitize-v850e
2376
2377 * doc/c-v850.texi: Document new pseudo ops and command line
2378 options.
2379
2380 * config/tc-v850.c (set_machine): New function.
2381 * config/tc-v850.c (.v850): New pseudo op.
2382 start-sanitize-v850e
2383 * config/tc-v850.c (.v850e): New pseudo op.
2384 * config/tc-v850.c (.v850ea): New pseudo op.
2385 end-sanitize-v850e
2386
2387
2388 Mon Sep 8 23:08:04 1997 Ian Lance Taylor <ian@cygnus.com>
2389
2390 Support -alh and -ald for DWARF 1:
2391 * listing.c (struct list_info_struct): Add debugging field.
2392 (listing_newline): Initialize the debugging field. If ELF, if the
2393 section starts with .debug or .line, set the debugging field in
2394 the listing structure.
2395 (debugging_pseudo): Add list parameter. Change all callers. If
2396 the debugging field is set, consider it to be a debugging pseudo.
2397 If ELF, skip blank lines between debugging lines.
2398 * read.c (emit_expr): If ELF, look for line numbers.
2399 (stringer): If ELF, look for file names.
2400
2401 Mon Sep 8 12:33:40 1997 Nick Clifton <nickc@cygnus.com>
2402
2403 * config/tc-v850.c (v850_insert_operand): Only test for overflow
2404 if there is no insert function.
2405
2406 * config/tc-v850.h (TARGET_MACHINE): New constant.
2407
2408 * config/tc-v850.c (v850_insert_operand): Add
2409 -mwarn_unsigned_overflow.
2410 (md_begin): Set BFD machine number based on machine variable.
2411 (md_parse_option): Add -mv850, -mv850e and -mv850ea options.
2412
2413 Mon Sep 8 11:20:46 1997 Ian Lance Taylor <ian@cygnus.com>
2414
2415 * as.h: Don't declare alloca if it is a macro.
2416 * macro.c: Likewise.
2417
2418 start-sanitize-tx19
2419 Sun Sep 7 16:04:53 1997 Gavin Koch <gavin@cygnus.com>
2420
2421 * config/tc-mips.c: Add tx19/r1900.
2422
2423 end-sanitize-tx19
2424 Sun Sep 7 00:30:19 1997 Richard Henderson <rth@cygnus.com>
2425
2426 * config/tc-alpha.c (md_parse_option): Move m[] out to top level and
2427 rename to cpu_types[].
2428 (s_alpha_arch): New function.
2429 (md_pseudo_table): Add "arch".
2430
2431 * config/tc-alpha.c (md_begin): Merge the two loops through the
2432 opcode table.
2433 (s_alpha_proc): Add initial SKIP_WHITESPACE.
2434 (s_alpha_set): Likewise. Use get_symbol_end instead local while loop.
2435
2436 Sat Sep 6 19:38:12 1997 Fred Fish <fnf@cygnus.com>
2437
2438 * read.h (s_lcomm_bytes): Add prototype (for real this time).
2439
2440 Thu Sep 4 12:10:01 1997 Ian Lance Taylor <ian@cygnus.com>
2441
2442 * config/obj-elf.c (elf_frob_symbol): Only set BSF_OBJECT for
2443 symbols on Irix.
2444
2445 Wed Sep 3 11:21:33 1997 Nick Clifton <nickc@cygnus.com>
2446
2447 * config/tc-v850.c: Remove BFD_RELOC_V850_16_PCREL.
2448
2449 Tue Sep 2 18:32:30 1997 Jeffrey A Law (law@cygnus.com)
2450
2451 * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex
2452 relative to the next instruction, not the current instruction.
2453 (md_assemble): Similarly.
2454
2455 Tue Sep 2 15:58:52 1997 Nick Clifton <nickc@cygnus.com>
2456
2457 * doc/c-v850.texi: Explanations of offsets in SDA/ZDA areas
2458 correcetd.
2459
2460 * config/tc-v850.c: Add support for SDA/TDA/ZDA sections.
2461 (v850_reloc_prefix): Duplicate code eliminated. Add code to
2462 recognise special instructions.
2463 (md_assemble): Calculation of the size of a fixups corrected.
2464
2465 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add SDA/TDA/ZDA
2466 sections.
2467
2468 Tue Sep 2 15:40:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
2469
2470 * config/tc-v850.c (md_assemble): Use opcode->name instead of
2471 opcode->opcode as the sentinal. Zero is a valid opcode.
2472
2473 Tue Aug 26 16:51:14 1997 Ian Lance Taylor <ian@cygnus.com>
2474
2475 * doc/as.texinfo (Machine Dependencies): Add v850 to menu.
2476 * doc/c-v850.texi: Change node name to match other chapter nodes.
2477
2478 Tue Aug 26 09:46:22 1997 Nick Clifton <nickc@cygnus.com>
2479
2480 * doc/c-v850.texi (V850 Opcodes): Correct name for tiny data area
2481 pointer.
2482
2483 Tue Aug 26 12:23:25 1997 Ian Lance Taylor <ian@cygnus.com>
2484
2485 * expr.c (integer_constant): If BFD64, don't make a bignum if the
2486 number will fit in 64 bits.
2487
2488 * config/tc-alpha.c (load_expression): Check explicitly for O_big,
2489 rather than calling abort.
2490
2491 * as.h: Don't define alloca if __GNUC__. Just declare it.
2492 * macro.c: Copy alloca handling from as.h.
2493
2494 * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From
2495 Gabriel Paubert <paubert@iram.es>.
2496
2497 * config/tc-i386.c (md_assemble): In JumpByte case, when looking
2498 for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this
2499 is jcxz or a loop instruction.
2500
2501 Mon Aug 25 16:04:14 1997 Nick Clifton <nickc@cygnus.com>
2502
2503 * config/tc-v850.c (pre_defined_registers): Add 'hp' as alias for
2504 r2.
2505 (md_begin): Set up machine architecture and type.
2506
2507 Mon Aug 25 14:25:48 1997 Ian Lance Taylor <ian@cygnus.com>
2508
2509 * symbols.c (resolve_symbol_value): Store the value back into the
2510 symbol expression, to handle add or subtract simplification
2511 correctly. Handle O_symbol_rva. Add default case.
2512
2513 * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
2514 chunksize while creating the new subsection.
2515 * as.c (chunksize): Initialize to zero.
2516 * subsegs.c (subseg_set_rest): Change 5000 to chunksize when
2517 calling obstack_begin.
2518
2519 Mon Aug 25 11:21:48 1997 Nick Clifton <nickc@cygnus.com>
2520
2521 * config/tc-v850.c (md_assemble): Restore input_line_pointer upon
2522 exit.
2523
2524 start-sanitize-v850e
2525 * config/tc-v850.c (parse_register_list): Support constant
2526 expressions as register lists.
2527 end-sanitize-v850e
2528
2529 Mon Aug 25 10:19:34 1997 Nick Clifton <nickc@cygnus.com>
2530
2531 * doc/c-v850.texi: Change the major node to v850 Machine
2532 Dependencies.
2533
2534 Fri Aug 22 11:16:14 1997 Nick Clifton <nickc@cygnus.com>
2535
2536 * doc/as.texinfo: Add inclusion of c-v850.texi
2537
2538 * doc/c-v850.texi: New file.
2539
2540 * read.c (is_end_of_line): Make NUL character be considered to be
2541 a line terminator.
2542
2543 Fri Aug 22 10:45:33 1997 Nick Clifton <nickc@cygnus.com>
2544
2545 * config/tc-v850.c (parse_register_list): Add support for curly
2546 brace syntax.
2547 (cc_names): Add "e" and "ne" conditions.
2548
2549 Thu Aug 21 11:00:36 1997 Nick Clifton <nickc@cygnus.com>
2550
2551 * app.c (do_scrub_chars): Support a double dash as starting a
2552 comment that extends to end of line.
2553
2554 Thu Aug 21 10:54:27 1997 Nick Clifton <nickc@cygnus.com>
2555
2556 * config/tc-v850.c (v850_section, v850_bss, v850_offset): New
2557 functions.
2558 (md_pseudo_table): New pseudo ops: .bss, .offset, .section
2559
2560 Thu Aug 21 00:59:53 1997 Doug Evans <dje@canuck.cygnus.com>
2561
2562 * config/tc-m32r.c (md_estimate_size_before_relax): Update recorded
2563 insn when changing to a different instruction.
2564
2565 Wed Aug 20 00:45:20 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2566
2567 * tc-sh.c (parse_reg, get_specific, build_Mytes): Add SH4
2568 floating point extensions.
2569 (parse_reg): parse sgr and dbr.
2570
2571 Tue Aug 19 17:07:34 1997 Nick Clifton <nickc@cygnus.com>
2572
2573 * config/tc-v850.c (system_register_name): Support numbers for
2574 system register IDs.
2575
2576 Tue Aug 19 08:59:12 1997 Fred Fish <fnf@cygnus.com>
2577
2578 * read.c (s_lcomm_internal): Renamed from s_lcomm, added arg to
2579 flag when alignment is in bytes instead of power of 2, and code to
2580 use that flag to convert alignment to bytes.
2581 (s_lcomm, s_lcomm_bytes): New helpers that call s_lcomm_internal.
2582 * read.h (s_lcomm_bytes): Add prototype.
2583 * config/obj-coff.c (write_object_file): If ALIGNMENT_IN_S_FLAGS is
2584 defined, write alignment to alignment bits in section header s_flags
2585 rather than the s_align field.
2586 start-sanitize-tic80
2587 * config/obj-coff.h (ALIGNMENT_IN_S_FLAGS): Define for TC_TIC80.
2588 * config/tc-tic80.c (md_pseudo_table): Use s_lcomm_bytes for bss
2589 pseudo, instead of s_lcomm which wants a power of two for alignment.
2590 end-sanitize-tic80
2591
2592 Mon Aug 18 20:42:23 1997 Richard Henderson <rth@cygnus.com>
2593
2594 * macro.c (check_macro): use alloca instead of xmalloc to plug leak.
2595
2596 Mon Aug 18 20:33:06 1997 Richard Henderson <rth@cygnus.com>
2597
2598 * as.c (show_usage): Add -am.
2599 * input-scrub.c (input_scrub_include_sb): Don't add leading \n
2600 if we've already got one.
2601 * listing.c (struct list_info_struct): Add line_contents.
2602 (listing_newline): Put unused argument to work: if non-null, save it...
2603 (listing_listing): ... and regurgitate during listing instead of line
2604 from file.
2605 * listing.h (LISTING_MACEXP): New define.
2606 (LISTING_NEWLINE): Argument is NULL.
2607 * read.c (read_a_source_file): If expanding macros, break up input
2608 lines and pass them to listing_newline.
2609 * doc/as.texinfo: Document -ac and -am.
2610
2611 * cond.c (s_ifc): Add missing demand_empty_rest_of_line.
2612
2613 Mon Aug 18 11:26:36 1997 Nick Clifton <nickc@cygnus.com>
2614
2615 * config/tc-v850.c (md_apply_fix3): Add support for new 16 bit PC
2616 relative reloc.
2617
2618 start-sanitize-v850e
2619 Mon Aug 18 11:24:21 1997 Nick Clifton <nickc@cygnus.com>
2620
2621 * config/tc-v850.c: Remove support_v850e flag and command line
2622 option.
2623
2624 * configure.in (emulations): Add support for v850e target
2625
2626 * configure (emulations): Add support for v850e target
2627
2628 Mon Aug 18 11:24:21 1997 Nick Clifton <nickc@cygnus.com>
2629
2630 * config/tc-v850.c: Remove support_v850ea flag and command line
2631 option.
2632
2633 * configure.in (emulations): Add support for v850ea target
2634
2635 * configure (emulations): Add support for v850ea target
2636 end-sanitize-v850e
2637
2638 Fri Aug 15 14:00:13 1997 Ian Lance Taylor <ian@cygnus.com>
2639
2640 * Makefile.am (check-DEJAGNU): Don't cd into testsuite until after
2641 setting EXPECT and TCL_LIBRARY.
2642 * Makefile.in: Rebuild.
2643
2644 * as.h (enum debug_info_type): Define.
2645 (debug_type): Declare.
2646 * as.c (debug_type): New global variable.
2647 (show_usage): Add --gstabs.
2648 (parse_args): Handle --gstabs.
2649 * read.c (generate_asm_lineno): Remove.
2650 (read_a_source_file): Output stabs debugging if appropriate.
2651 Change checks of generate_asm_lineno to check debug_type. Only
2652 generate ECOFF debugging if ECOFF_DEBUGGING is defined.
2653 * read.h (generate_asm_lineno): Don't declare.
2654 (stabs_generate_asm_lineno): Declare.
2655 * stabs.c (stabs_generate_asm_lineno): New function.
2656 * ecoff.c (add_file): Use debug_type, not generate_asm_lineno.
2657 Don't turn off debugging.
2658 (add_file): Remove old #if 0 code.
2659 (ecoff_new_file): Set debug_type, not generate_asm_lineno.
2660 (ecoff_directive_end): Don't generate stabs line symbols.
2661 (ecoff_generate_asm_lineno): Don't check stabs_seen. Don't set
2662 generate_asm_lineno.
2663 (line_label_cnt): Remove.
2664 (ecoff_generate_asm_line_stab): Remove.
2665 * ecoff.h (ecoff_generate_asm_line_stab): Don't declare.
2666 * doc/as.texinfo, doc/as.1: Document --gstabs.
2667
2668 Wed Aug 13 18:58:56 1997 Nick Clifton <nickc@cygnus.com>
2669
2670 start-sanitize-v850e
2671 * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
2672 Add support for v850ea instructions.
2673
2674 * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
2675 Add support for v850e instructions.
2676 end-sanitize-v850e
2677
2678 * config/tc-v850.c (md_assemble): Fix error recovery to reload
2679 text of entire opcode.
2680
2681 Tue Aug 12 10:27:34 1997 Richard Henderson <rth@cygnus.com>
2682
2683 * doc/internals.texi: Document rs_leb128.
2684
2685 Tue Aug 12 12:17:03 1997 Ian Lance Taylor <ian@cygnus.com>
2686
2687 * config/tc-m68k.c (m68k_ip): Give an error message for SIZE_BYTE
2688 in ABSL case, rather than calling abort.
2689
2690 Mon Aug 11 21:48:00 1997 Richard Henderson <rth@cygnus.com>
2691
2692 * as.h (enum _relax_state): Add rs_leb128.
2693 * read.c (potable): Add sleb128 and uleb128.
2694 (sizeof_*leb128, output_*leb128, emit_leb128_expr, s_leb128): New
2695 functions.
2696 * read.h: Update prototypes.
2697 * symbols.c (resolve_symbol_value): Streamline quite a bit. Return
2698 the symbol value, add a second FINALIZE argument that prevents
2699 changes from being comitted. Update all callers.
2700 * write.c (cvt_frag_to_fill, relax_segment): Handle rs_leb128.
2701 * doc/as.texinfo: Document the new pseudos.
2702
2703 Sun Aug 10 14:51:49 1997 Ian Lance Taylor <ian@cygnus.com>
2704
2705 * Makefile.am (MOSTLYCLEANFILES): Add site.bak, site.exp, stage,
2706 stage1, and stage2.
2707 (DISTCLEANFILES): Define.
2708 * doc/Makefile.am (DISTCLEANFILES): Define.
2709 * Makefile.in, doc/Makefile.in: Rebuild.
2710
2711 Wed Aug 6 00:30:30 1997 Ian Lance Taylor <ian@cygnus.com>
2712
2713 * configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.
2714 Don't set targ or gas_target. Define SCO_ELF and
2715 TARGET_SOLARIS_COMMENT when appropriate. Don't substitute for
2716 target_frag.
2717 * Makefile.am: Remove @target_frag@.
2718 (INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and
2719 $(TDEFINES).
2720 (dep-am): Mark as phony.
2721 * acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT,
2722 and SCO_ELF.
2723 * config/arm-big.mt, config/arm-lit.mt: Remove.
2724 * config/mips-big.mt, config/mips-lit.mt: Remove.
2725 * config/ppc-big.mt, config/ppc-lit.mt: Remove.
2726 * config/ppc-sol.mt: Remove.
2727 * config/i386coff.mt, config/m68kcoff.mt: Remove.
2728 * config/m88kcoff.mt: Remove.
2729 * config/sco5.mt: Remove.
2730 * configure, config.in, Makefile.in: Rebuild.
2731
2732 * Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
2733 further try to circumvent the .y.h rule.
2734 * Makefile.in: Rebuild.
2735
2736 Tue Aug 5 12:32:07 1997 Ian Lance Taylor <ian@cygnus.com>
2737
2738 * Makefile.am: New file, based on old Makefile.in.
2739 * acinclude.m4: New file, from old aclocal.m4.
2740 * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove
2741 shared library handling; now handled by libtool. Replace
2742 AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC,
2743 AC_PROG_LEX, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE,
2744 AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT.
2745 * config.in: New file, created by autoheader.
2746 * conf.in: Remove.
2747 * acconfig.h: Mention PACKAGE, VERSION, and USING_CGEN.
2748 * stamp-h.in: New file.
2749 * as.c (print_version_id): Change GAS_VERSION to VERSION.
2750 (parse_args): Likewise.
2751 * config/obj-vms.c: (Write_VMS_MHD_Records): Likewise.
2752 * doc/Makefile.am: New file, based on old doc/Makefile.in.
2753 * Makefile.in, doc/Makefile.in: Now built with automake.
2754 * aclocal.m4: Now built with aclocal.
2755 * configure: Rebuild.
2756
2757 * cond.c (s_else): If not listing false conditionals, turn listing
2758 off in the false branch of the else.
2759
2760 Mon Aug 4 11:28:35 1997 Ian Lance Taylor <ian@cygnus.com>
2761
2762 * config/tc-mips.c (macro): Fix handling of a double load from a
2763 symbol plus an offset.
2764
2765 * ecoff.c (ecoff_build_symbols): Set fMerge to 0 for an FDR which
2766 has an associated external symbol.
2767
2768 Sun Aug 3 23:23:59 1997 Richard Henderson <rth@cygnus.com>
2769
2770 * config/tc-alpha.c (s_alpha_ucons): New function.
2771 (md_pseudo_table): Add unaligned data pseudos for DWARF.
2772
2773 Thu Jul 31 15:13:43 1997 Jeffrey A Law (law@cygnus.com)
2774
2775 * config/tc-v850.c (md_assemble): Ignore the rest of the current
2776 line if we encounter an error.
2777
2778 * config/tc-v850.c (md_assemble): Sign extend constants value
2779 for hi and hi0 expressions.
2780 (v850_insert_operand): Enable range checking for generic 16bit
2781 operands.
2782
2783 Tue Jul 29 14:20:43 1997 Jeffrey A Law (law@cygnus.com)
2784
2785 * config/tc-v850.c (md_assemble): Turn on fx_no_overflow for
2786 LO16, HI16 and HI16_S relocs.
2787
2788 Mon Jul 28 18:41:41 1997 Rob Savoye <rob@chinadoll.cygnus.com>
2789
2790 * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
2791 win32 dependencies.
2792 * configure: Regenerated with autoconf 2.12.
2793 * Makefile.in: Add $(EXEEXT) to all executables.
2794
2795 Fri Jul 25 10:54:43 1997 Jeffrey A Law (law@cygnus.com)
2796
2797 * tc-hppa.c (md_apply_fix): Improve warnings for out of range
2798 unconditional branches.
2799 (hppa_fix_adjustable): Don't adjust anything with a RR% or LR%
2800 field selector.
2801
2802 Thu Jul 24 15:21:49 1997 Doug Evans <dje@canuck.cygnus.com>
2803
2804 * tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.
2805
2806 Thu Jul 24 17:51:29 1997 Ian Lance Taylor <ian@cygnus.com>
2807
2808 * macro.c (define_macro): Make sure the index is in range before
2809 checking for '('.
2810
2811 start-sanitize-tic80
2812 Thu Jul 24 12:13:19 1997 Fred Fish <fnf@cygnus.com>
2813
2814 * config/tc-tic80.c (build_insn): Remove "extended" and replace with
2815 "fx" and "fxfrag". Add "ffrag". Change code to initialize and use
2816 the right f/ffrag and fx/fxfrag pairs since instruction may be split
2817 across frags.
2818
2819 end-sanitize-tic80
2820 Tue Jul 22 18:38:56 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
2821
2822 * config/te-go32.h (USE_ALIGN_PTWO): Define.
2823 * config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is
2824 defined, use s_align_ptwo for .align.
2825 * configure.in (i386-*-msdosdjgpp*): New target.
2826 (i386-*-go32*): Set em to go32 and targ to coffgo32.
2827 * configure: Rebuild.
2828
2829 Tue Jul 22 12:41:40 1997 Doug Evans <dje@canuck.cygnus.com>
2830
2831 * config/tc-sparc.c (last_opcode): New static local.
2832 (md_assemble): Don't issue "FP branch in delay slot" warning if
2833 the delay slot has been annulled.
2834
2835 Tue Jul 22 13:25:13 1997 Ian Lance Taylor <ian@cygnus.com>
2836
2837 * config/tc-m68k.c (md_apply_fix_2): Check for PC relative reloc
2838 code if BFD_ASSEMBLER.
2839
2840 Mon Jul 21 08:57:17 1997 Jeffrey A Law (law@cygnus.com)
2841
2842 * config/tc-v850.c (system_registers): Fix ordering of registers.
2843
2844 start-sanitize-tic80
2845 Tue Jul 15 16:29:54 1997 Fred Fish <fnf@cygnus.com>
2846
2847 * config/tc-tic80.c (build_insn): Initialize extended word to zero
2848 when it will be filled in later by relocation information.
2849
2850 end-sanitize-tic80
2851 Mon Jul 14 23:10:58 1997 Ian Lance Taylor <ian@cygnus.com>
2852
2853 * config/tc-mips.c (macro_build): Restore check of fmt argument.
2854 (mips_ip): Fix ISA checks.
2855
2856 start-sanitize-r5900
2857 Tue Jul 15 10:15:39 1997 Jeffrey A Law (law@cygnus.com)
2858
2859 * configure.in: Default the r5900 to little endian.
2860 * configure: Rebuilt.
2861
2862 end-sanitize-r5900
2863 start-sanitize-tic80
2864 Mon Jul 14 19:30:55 1997 Fred Fish <fnf@cygnus.com>
2865
2866 * config/tc-tic80.c (build_insn): Fix endianness problem with
2867 O_big operands.
2868
2869 end-sanitize-tic80
2870 Sun Jul 13 20:43:46 1997 Ian Lance Taylor <ian@cygnus.com>
2871
2872 * config/tc-mips.c (check_absolute_expr): Change warning to
2873 error.
2874
2875 Fri Jul 11 10:18:47 1997 Jeffrey A Law (law@cygnus.com)
2876
2877 * config/tc-mips.c (macro_build): Refine code to check if an
2878 instruction is available on a particular cpu variant.
2879 (mips_ip): Likewise.
2880
2881 Mon Jul 7 22:53:08 1997 Ian Lance Taylor <ian@cygnus.com>
2882
2883 * config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef
2884 OBJ_AOUT to ifdef OBJ_ELF.
2885 (md_apply_fix3): When mangling 32 bit PC relative reloc for
2886 BFD_ASSEMBLER, handle one ELF case for COFF as well, and add a PE
2887 case.
2888 * write.c (fixup_segment): Change special case for i386-coff to
2889 not apply for i386-pe.
2890 * config/obj-coff.c (coff_adjust_section_syms): Only count fixups
2891 which were not done.
2892 (coff_frob_file_after_relocs): Rename from coff_frob_file.
2893 (coff_format_ops): Initialize frob_file_after_relocs field rather
2894 than frob_file field.
2895 * config/obj-coff.h (coff_frob_file): Don't declare.
2896 (coff_frob_file_after_relocs): Declare.
2897 (obj_frob_file): Don't define.
2898 (obj_frob_file_after_relocs): Define.
2899 * configure.in: Set bfd_gas to yes for i386-*-cygwin32.
2900 * configure: Rebuild.
2901
2902 Wed Jul 2 12:05:00 1997 Ian Lance Taylor <ian@cygnus.com>
2903
2904 * config/obj-coff.c (fixup_segment): Never subtract section
2905 address from PC relative reloc which will be fully resolved.
2906
2907 Tue Jul 1 15:23:07 1997 Jeffrey A Law (law@cygnus.com)
2908
2909 * ecoff.c (page_type): Renamed from page_t to avoid conflict
2910 with hpux10 header files.
2911
2912 Mon Jun 30 12:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
2913
2914 From Jason Merrill <jason@cygnus.com>:
2915 * read.c (do_align): If BFD_ASSEMBLER, only use NOP_OPCODE if
2916 SEC_CODE is set.
2917 * config/tc-i386.h (md_maybe_text): Define.
2918 (md_do_align): Use md_maybe_text.
2919
2920 Fri Jun 27 19:15:27 1997 Michael Meissner <meissner@cygnus.com>
2921
2922 * config/tc-ppc.h (tc_fix_adjustable): Only check for GOT type
2923 relocations, don't check for symbol being external, weak, etc.
2924
2925 Mon Jun 16 19:12:51 1997 Geoff Keating <geoffk@ozemail.com.au>
2926
2927 * config/tc-ppc.h (tc_fix_adjustable): Don't let the assembler
2928 calculate relocations to any external symbol, because we might be
2929 linking a shared object and the symbol might be overriden or moved
2930 (for instance, moved into a static executable's .bss section).
2931 (GLOBAL_OFFSET_TABLE_NAME): Delete. This is an i386 wierdness.
2932
2933 * config/tc-ppc.h (tc_fix_adjustable): GOT-based relocations can't
2934 be calculated by the assembler.
2935
2936 * config/tc-ppc.c (md_apply_fix3): Handle @plt or @local branch
2937 whose destination lies in the same file, by ignoring the @plt or
2938 @local and aiming the branch at its destination.
2939
2940 Mon Jun 16 13:59:18 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
2941
2942 * symbols.c (copy_symbol_attributes): Copy BSF_OBJECT flag.
2943 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy size
2944 expression.
2945
2946 * config/obj-multi.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Define instead
2947 of obj_copy_symbol_attributes.
2948
2949 Mon Jun 16 12:45:56 1997 Ian Lance Taylor <ian@cygnus.com>
2950
2951 * config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with a
2952 signed operand, sign extend a 32 bit value to the host size.
2953
2954 * Makefile.in (CFLAGS): Subsitute from configure script. From
2955 Jeff Makey <jeff@cts.com>.
2956
2957 * config/tc-i386.c (i386_operand): Use alloca rather than a fixed
2958 buffer size to make a copy of the symbol.
2959
2960 * Makefile.in (OBJS): Put @extra_objects@ on the same line as
2961 macro.o.
2962
2963 Thu Jun 12 12:16:20 1997 Ian Lance Taylor <ian@cygnus.com>
2964
2965 * write.c (write_object_file): In non BFD_ASSEMBLER code, as we
2966 step through the frags calling cvt_frag_to_fill, switch to
2967 SEG_DATA when we reach data_frag_root.
2968
2969 Tue Jun 10 17:08:34 1997 Jeffrey A Law (law@cygnus.com)
2970
2971 * config/tc-mn10300.c (md_assemble): Allow an empty register
2972 list for instructions which use register lists.
2973
2974 Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
2975
2976 * config/tc-arm.c (md_apply_fix3): Make temp unsigned long.
2977
2978 * config/tc-arm.c (arm_adjust_symtab): Only set storage classes if
2979 OBJ_COFF.
2980
2981 * config/tc-arm.c: Add prototypes for many static functions.
2982 (struct asm_opcode ): Add prototypes for parms field.
2983 (struct thumb_opcode ): Likewise.
2984 (fp_op2): Remove unused flags parameter.
2985 (output_inst): Make static.
2986 (arm_after_pass_hook): Remove unused ignore parameter.
2987 * config/tc-arm.h (arm_after_pass_hook): Declare.
2988 (arm_start_line_hook): Declare.
2989 (arm_frob_label): Declare.
2990
2991 Mon Jun 9 12:55:45 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
2992
2993 * depend.c (wrap_output): new prototype.
2994
2995 Mon Jun 9 12:52:44 1997 Ian Lance Taylor <ian@cygnus.com>
2996
2997 * config/tc-sh.c (md_apply_fix): Check for overflow.
2998
2999 * config/tc-m68k.c (md_section_align): If a.out and BFD, force
3000 section size to be aligned.
3001
3002 Fri Jun 6 17:15:55 1997 Ian Lance Taylor <ian@cygnus.com>
3003
3004 * config/tc-sh.h (md_cons_align): Define.
3005 (sh_cons_align): Declare.
3006 * config/tc-sh.c (md_pseudo_table): Add .uaword and .ualong.
3007 (sh_no_align_cons): New static variable.
3008 (s_uacons): New static function.
3009 (sh_cons_align): New function.
3010 (sh_handle_align): Warn about misaligned data.
3011 * doc/c-sh.texi: Document .uaword and .ualong.
3012
3013 Thu Jun 5 15:38:17 1997 Ian Lance Taylor <ian@cygnus.com>
3014
3015 * macro.c (macro_expand): In MRI mode, treat single quote as a
3016 separator character when checking for a positional argument.
3017
3018 Tue Jun 3 16:15:13 1997 Nick Clifton <nickc@cygnus.com>
3019
3020 * config/tc-arm.c (md_parse_option): Merge in changes from
3021 armT-970328-branch.
3022
3023 * config/tc-arm.h: Merge in changes from armT-970328-branch.
3024
3025 * configure.in (emulations): Add Thumb architecture support from
3026 armT-9703-28-branch.
3027
3028 Mon Jun 2 16:25:07 1997 Nick Clifton <nickc@cygnus.com>
3029
3030 * doc/all.texi: Add enabling of ARM documentation.
3031
3032 * doc/as.texinfo: Add ARM documentation from armT-970328-branch.
3033
3034 Mon Jun 2 11:55:12 1997 Gavin Koch <gavin@cygnus.com>
3035
3036 * config/tc-mips.c: Added r3900 support.
3037
3038 Thu May 29 12:58:26 1997 Ben Pfaff <pfaffben@pilot.msu.edu>
3039
3040 * as.c: (parse_args) `-t' option requires an argument.
3041
3042 Wed May 28 15:45:07 1997 Nick Clifton <nickc@cygnus.com>
3043
3044 * config/tc-arm.c (md_begin): Change call to
3045 coff_arm_bfd_set_private_flags() to a call to
3046 bfd_set_private_flags().
3047
3048 Wed May 28 16:17:34 1997 Ian Lance Taylor <ian@cygnus.com>
3049
3050 * Makefile.in: Rebuild dependencies.
3051
3052 * config/tc-i386.c (tc_gen_reloc): Don't try to convert the type
3053 of a BFD_RELOC_RVA reloc.
3054
3055 Wed May 28 10:48:14 1997 Jeffrey A Law (law@cygnus.com)
3056
3057 * config/tc-hppa.c (tc_fix_adjustable): Reject absolute calls/jumps.
3058 (hppa_force_relocation): Force a relocation for an absolute
3059 call/jump.
3060
3061 Mon May 26 13:24:25 1997 Ian Lance Taylor <ian@cygnus.com>
3062
3063 * doc/as.texinfo: Don't use @value in section names or index
3064 entries; it confuses texinfo.tex.
3065
3066 Fri May 23 00:09:35 1997 Tom Tromey <tromey@cygnus.com>
3067
3068 * doc/as.texinfo: Updated for -MD option.
3069 * Makefile.in (CFILES): Added depend.c.
3070 (OBJS): Added depend.o.
3071 * as.h (start_dependencies, register_dependency,
3072 print_dependencies): New declarations.
3073 * depend.c: New file.
3074 * as.c (parse_args): Added -MD option.
3075 (main): Call print_dependencies.
3076 (show_usage): Added help for -MD.
3077 * read.c (s_app_file): Call register_dependency.
3078 (s_include): Call register_dependency when file is found.
3079 (read_a_source_file): Call register_dependency.
3080
3081 Wed May 21 17:39:28 1997 Ian Lance Taylor <ian@cygnus.com>
3082
3083 * config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the
3084 section address to the symbol value.
3085
3086 Tue May 20 11:23:31 1997 Gavin Koch <gavin@cygnus.com>
3087
3088 * config/tc-mips.c (macro_build,mips_ip): Move the INSN_ISA field
3089 into the new membership field.
3090
3091 Thu May 15 10:00:53 1997 Nick Clifton <nickc@cygnus.com>
3092
3093 * config/tc-arm.c (md_begin): If no cpu type is specified on the
3094 command line then the ARM7 is now chosen by default when setting
3095 the BFD machine and architecture.
3096
3097 Wed May 14 09:54:53 1997 Nick Clifton <nickc@cygnus.com>
3098
3099 * config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to
3100 hold APCS selection.
3101 (md_begin): Added code to generate flags to be set into the COFF
3102 header and the calls to the BFD functions to do this.
3103 (md_parse_option, md_show_usage): Added new command line
3104 options -mapcs-32, -mapcs-26, -marmv2, -marmv2a, -marmv3,
3105 -marmv3m, -marmv4, -marmv4t.
3106
3107 * tc-arm.h (LOCAL_LABEL): Removed the definition of this macro
3108 as it is never used.
3109
3110 Tue May 13 22:26:14 1997 Jeffrey A Law (law@cygnus.com)
3111
3112 * config/tc-mn10200.c (md_convert_frag): Prefix temporary
3113 label name with ".".
3114 * config/tc-mn10300.c (md_convert_frag): Likewise.
3115
3116 Tue May 13 14:44:39 1997 Ian Lance Taylor <ian@cygnus.com>
3117
3118 * config/tc-mips.c (set_at): Check for bignum.
3119 (check_absolute_expr, macro, mips16_macro): Likewise.
3120
3121 start-sanitize-tic80
3122 Tue May 13 10:45:56 1997 Fred Fish <fnf@cygnus.com>
3123
3124 * config/tc-tic80.c (md_apply_fix): Check PC relative relocations
3125 for overflow/underflow, only insert lower 15 bits into instruction.
3126
3127 end-sanitize-tic80
3128 Mon May 12 13:33:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3129
3130 * config/tc-i386.c (pi): Check for RegMMX.
3131
3132 Thu May 8 11:10:15 1997 Ian Lance Taylor <ian@cygnus.com>
3133
3134 * expr.c (expr): When subtracting values in the same frag,
3135 subtract X_add_number rather than adding it.
3136
3137 Wed May 7 15:39:48 1997 Ian Lance Taylor <ian@cygnus.com>
3138
3139 * config/obj-coff.c (write_object_file): Just pass NULL to
3140 md_do_align, not the address of a char holding NOP_OPCODE.
3141
3142 * config/tc-mips.c (macro): Handle constants for M_LI_D and
3143 M_LI_DD.
3144 (mips_ip): For 'F', 'L', 'f', and 'l', generate a constant rather
3145 than an address if the floating point value looks sufficiently
3146 simple.
3147
3148 Tue May 6 12:18:09 1997 Ian Lance Taylor <ian@cygnus.com>
3149
3150 * config/tc-i386.c (md_section_align): If a.out and BFD, force
3151 section size to be aligned.
3152
3153 Mon May 5 17:16:55 1997 Ian Lance Taylor <ian@cygnus.com>
3154
3155 * cond.c: Include "macro.h".
3156 (struct conditional_frame): Add macro_nest field.
3157 (initialize_cframe): Initialize macro_nest.
3158 (cond_finish_check): Add nest parameter. Change all callers.
3159 (cond_exit_macro): New function.
3160 * as.h (cond_finish_check): Update declaration.
3161 (cond_exit_macro): Declare.
3162 * input-scrub.c (macro_nest): Make globally visible.
3163 (input_scrub_next_buffer): Call cond_finish_check.
3164 * macro.h (macro_nest): Declare.
3165 * read.c (s_mexit): Call cond_exit_macro.
3166
3167 * config/tc-i386.h (RegMMX): Define.
3168 * config/tc-i386.c (pi): Check for all register types.
3169 (type_names): Add RegMMX.
3170 (md_assemble): Handle RegMMX.
3171
3172 Wed Apr 30 12:47:00 1997 Manfred Hollstein <manfred@s-direktnet.de>
3173
3174 * config/obj-coff.c (c_section_symbol): Clear the LOCAL bit #ifdef
3175 TE_DELTA.
3176
3177 Tue Apr 29 20:23:10 1997 Jim Wilson <wilson@cygnus.com>
3178
3179 * config/tc-mips.c (nopic_need_relax): Add new parameter
3180 before_relaxing. Use it when testing ecoff_extern_size.
3181 (load_address, macro, md_estimate_size_before_relax): Fix all
3182 callers.
3183
3184 Tue Apr 29 19:54:36 1997 Richard Henderson <rth@tamu.edu>
3185
3186 * config/obj-elf.c (elf_pseudo_table): Add "subsection".
3187 (obj_elf_subsection): New static function.
3188
3189 Tue Apr 29 19:52:47 1997 Ian Lance Taylor <ian@cygnus.com>
3190
3191 * config/obj-coff.c (coff_header_append): Don't reset string_size
3192 each time through the loop.
3193
3194 Fri Apr 25 14:17:46 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3195
3196 * Makefile.in (DISTSTUFF): Add itbl-parse.h.
3197
3198 Fri Apr 25 12:03:15 1997 Ian Lance Taylor <ian@cygnus.com>
3199
3200 * doc/internals.texi (Porting GAS): Correct documentation for
3201 current configure handling of targ-cpu.h, et. al.
3202 (CPU backend): Document listing macros.
3203
3204 * listing.c (data_buffer): Set size based on other listing macros,
3205 rather than always using 100.
3206 (data_buffer_size): Remove static variable.
3207 (calc_hex): Make data_buffer_size a local variable. Don't leave
3208 any slop when filling data_buffer.
3209
3210 Mon Apr 21 15:33:19 1997 Ian Lance Taylor <ian@cygnus.com>
3211
3212 * doc/c-mips.texi: Document .set autoextend.
3213
3214 Sat Apr 19 23:09:25 1997 Niklas Hallqvist <niklas@petra.appli.se>
3215
3216 * configure.in (i386-*-openbsd*, m68k-*-openbsd*,
3217 mips-dec-openbsd*, ppc-*-*bsd*, ns32k-pc532-openbsd*,
3218 sparc-*-openbsd*): New targets.
3219 * configure: Rebuild.
3220
3221 Sat Apr 19 22:52:03 1997 Jim Wilson <wilson@cygnus.com>
3222
3223 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
3224 for all undefined symbols.
3225
3226 Fri Apr 18 13:37:35 1997 Ian Lance Taylor <ian@cygnus.com>
3227
3228 * config/tc-ppc.c (ppc_fix_adjustable): Handle zero length csects
3229 correctly.
3230
3231 Fri Apr 18 11:51:35 1997 Niklas Hallqvist <niklas@appli.se>
3232
3233 * configure.in (alpha*-*-openbsd*): New target.
3234 * configure: Rebuild.
3235
3236 Thu Apr 17 13:59:47 1997 Per Fogelstrom <pefo@openbsd.org>
3237
3238 * configure.in (mips-*-openbsd*): New target.
3239 * configure: Rebuild.
3240
3241 start-sanitize-d30v
3242 Wed Apr 16 12:31:24 1997 Martin Hunt <hunt@cygnus.com>
3243
3244 * config/tc-d30v.c (parallel_ok): Fix parallel checking
3245 for instructions using conditional execution.
3246
3247 end-sanitize-d30v
3248 Tue Apr 15 18:11:44 1997 Gavin Koch <gavin@cygnus.com>
3249
3250 * config/tc-mips.c (insn_uses_reg): Correct test for fpr pairs.
3251
3252 Tue Apr 15 13:04:47 1997 Ian Lance Taylor <ian@cygnus.com>
3253
3254 * Makefile.in (srcroot): Remove.
3255 (INSTALL): Set to @INSTALL@.
3256 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
3257 (all, dvi): Don't set srcroot.
3258 (install): Depend upon as.new, gasp.new, and installdirs. Use
3259 $(program_transform_name) directly, rather than using
3260 $(INSTALL_XFORM) and $(INSTALL_XFORM1).
3261 (installdirs): New target.
3262 * doc/Makefile.in (INSTALL_XFORM1): Remove.
3263 (install): Depend upon installdirs. Use $(program_transform_name)
3264 directly, rather than using $(INSTALL_XFORM) and
3265 $(INSTALL_XFORM1).
3266 (installdirs): New target.
3267 (install-info-as): Run mkinstalldirs.
3268 (install-info-gasp): Likewise.
3269
3270 Mon Apr 14 11:59:08 1997 Ian Lance Taylor <ian@cygnus.com>
3271
3272 * Makefile.in (INSTALL): Change install.sh to install-sh.
3273
3274 * symbols.c (resolve_symbol_value): Check for division by zero.
3275
3276 From Thomas Graichen <graichen@rzpd.de>:
3277 * Makefile.in: Always use $(SHELL) when running move-if-change.
3278 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
3279 * configure: Rebuild.
3280
3281 Thu Apr 10 14:40:00 1997 Doug Evans <dje@canuck.cygnus.com>
3282
3283 * cgen.c (cgen_parse_operand): Renamed from cgen_asm_parse_operand.
3284 New argument `want'. Update enum cgen_parse_operand_result values.
3285 Initialize if CGEN_PARSE_OPERAND_INIT.
3286 * config/tc-m32r.c (md_begin): Set cgen_parse_operand_fn.
3287 (md_assemble): Call cgen_asm_init_parse.
3288 Update call to m32r_cgen_assemble_insn, call as_bad if assembly failed.
3289
3290 Wed Apr 9 11:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
3291
3292 * config/tc-m68k.c (m68k_ip): Handle #j.
3293
3294 Tue Apr 8 16:37:57 1997 Jeffrey A Law (law@cygnus.com)
3295
3296 * config/tc-mn10300.c (md_convert_frag): Create fixup at the
3297 right address for call label:32,regs,imm.
3298
3299 Mon Apr 7 14:58:22 1997 Jeffrey A Law (law@cygnus.com)
3300
3301 * config/tc-hppa.c (pa_subspace_start): If OBJ_ELF, then always return
3302 zero.
3303 * config/tc-hppa.h (tc_frob_symbol): Don't reset the value of the
3304 symbol for OBJ_ELF anymore.
3305
3306 Mon Apr 7 10:54:59 1997 Doug Evans <dje@canuck.cygnus.com>
3307
3308 * Makefile.in: Regenerate dependencies.
3309 (TARG_CPU): New variable.
3310 (cgen.o): Depend on cgen.h, $(TARG_CPU)-opc.h.
3311 (.dep1): Delete creating of cgen-opc.h.
3312 (.tcdep): Put proper contents in cgen-opc.h.
3313 * configure.in (m32r): Delete setting of extra_files, extra_links.
3314 (AC_OUTPUT): Create cgen-opc.h.
3315 * configure: Regenerated.
3316
3317 Sat Apr 5 13:19:12 1997 Klaus Kaempf <kkaempf@progis.de>
3318
3319 * makefile.vms: Update to build gasp.exe.
3320
3321 Fri Apr 4 16:10:02 1997 Doug Evans <dje@canuck.cygnus.com>
3322
3323 * write.c (relax_frag): Make non-static.
3324 * write.h (relax_frag): Add prototype for.
3325 * config/tc-m32r.h (md_do_align): New arg `max'.
3326 * config/tc-m32r.c (m32r_do_align): Likewise.
3327 Update calls to frag_align, frag_align_pattern.
3328 (fill_insn): Update call to m32r_do_align.
3329 (m32r_scomm): Update call to frag_align.
3330
3331 * config/tc-m32r.[ch]: New files.
3332 * cgen.c: New file.
3333 * Makefile.in (CPU_TYPES): Add m32r.
3334 (TARGET_CPU_CFILES): Add tc-m32r.c.
3335 (TARGET_CPU_HFILES): Add tc-m32r.h.
3336 (DISTCLEAN_HERE): Add cgen-opc.h.
3337 (.dep1,.tcdep): Create empty cgen-opc.h.
3338 (cgen.o): Add dependencies.
3339 (dependencies): Regenerate.
3340 * as.h (struct frag): New member fr_targ.
3341 (fr_pcrel_adjust,fr_bsr): Move into union fr_targ.ns32k.
3342 * conf.in (USING_CGEN): New macro.
3343 * configure.in (m32r-*-*): Add entry for.
3344 Add cgen.o to extra_objects.
3345 * configure: Regenerate.
3346 * frags.c (frag_var): fr_pcrel_adjust renamed to
3347 fr_targ.ns32k.pcrel_adjust. fr_bsr renamed to fr_targ.ns32k.bsr.
3348 (frag_variant): Likewise.
3349 * write.c (relax_frag): Likewise.
3350 * config/tc-ns32k.c (*): Likewise.
3351
3352 Fri Apr 4 13:26:10 1997 Ian Lance Taylor <ian@cygnus.com>
3353
3354 * config/tc-hppa.h (TC_EOL_IN_INSN): Check explicitly for '!',
3355 rather than for any end of line character.
3356
3357 * config/tc-hppa.c (tc_gen_reloc): If hppa_ren_reloc_type fails,
3358 call abort (i.e., as_abort) rather than crashing.
3359
3360 * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of
3361 OBJ_ELF, rather than of S_GET_OTHER.
3362
3363 * Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak.
3364
3365 Thu Apr 3 13:16:18 1997 Ian Lance Taylor <ian@cygnus.com>
3366
3367 * Makefile.in (VERSION): Set to 2.8.1.
3368
3369 * Branched binutils 2.8.
3370
3371 Wed Apr 2 12:24:10 1997 Ian Lance Taylor <ian@cygnus.com>
3372
3373 * COPYING: Update FSF address.
3374
3375 * config/tc-mips.c (mips16_macro): Handle M_DMUL and M_MUL.
3376
3377 Tue Apr 1 18:29:47 1997 Jim Wilson <wilson@cygnus.com>
3378
3379 * config/tc-mips.c (md_begin): Don't set interlocks for 4100.
3380
3381 Tue Apr 1 16:24:28 1997 Klaus Kaempf <kkaempf@progis.de>
3382
3383 * config-gas.com: Update to handle both vax and alpha.
3384 * makefile.vms: Update to use config-gas.
3385 * conf-a-gas.com: Remove file.
3386
3387 Tue Apr 1 16:08:21 1997 Ian Lance Taylor <ian@cygnus.com>
3388
3389 * Makefile.in: Remove unnecessary itbl-parse.h, ibtl-parse.c, and
3390 itbl-lex.c dependencies. Remove rules for itbl-lex.o,
3391 itbl-parse.o, and itbl-ops.o; just use the normal .c.o rule.
3392
3393 start-sanitize-tic80
3394 Tue Apr 1 11:25:56 1997 Michael Meissner <meissner@cygnus.com>
3395
3396 * config/tc-tic80.c (line_comment_char): Make '#' start comments
3397 at the beginning of a line for compatibility with .S files where
3398 cpp leaves the filename transitions beginning with '#'.
3399
3400 end-sanitize-tic80
3401 Tue Apr 1 00:07:30 1997 Ian Lance Taylor <ian@cygnus.com>
3402
3403 * config/tc-m68k.c: Only compile tc_coff_symbol_emit_hook and
3404 tc_coff_sizemachdep if OBJ_COFF.
3405
3406 Mon Mar 31 23:53:44 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3407
3408 * config/tc-ppc.c (register_name): Declare.
3409
3410 Mon Mar 31 16:31:04 1997 Joel Sherrill <joel@oarcorp.com>
3411
3412 * configure.in (hppa*-*-rtems*): New target, like hppa-*-*elf*.
3413 * configure: Rebuild.
3414
3415 Mon Mar 31 14:15:19 1997 Ian Lance Taylor <ian@cygnus.com>
3416
3417 * config/tc-mips.c (mips_pseudo_table): Add "stabn".
3418 (mips16_mark_labels): New static function.
3419 (append_insn): Call mips16_mark_labels.
3420 (mips_emit_delays): Likewise.
3421 (s_insn): Likewise. Don't call mips_clear_insn_labels.
3422 (s_mips_stab): New static function.
3423
3424 * configure.in: Use ELF for mips-*-gnu*.
3425 * configure: Rebuild.
3426
3427 Mon Mar 31 14:01:40 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
3428
3429 * config/tc-m68k.h (TARGET_FORMAT): Set to "coff-m68k-sysv" if
3430 TE_DELTA.
3431
3432 Fri Mar 28 18:03:19 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
3433
3434 * configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set,
3435 set OPCODES_LIB to empty.
3436 * configure: Rebuild.
3437
3438 Fri Mar 28 15:25:24 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3439
3440 * configure.in (sparc-*-linux*aout*, sparc-*-linux*): New
3441 targets.
3442 * configure: Rebuild.
3443
3444 Fri Mar 28 13:08:33 1997 Ian Lance Taylor <ian@cygnus.com>
3445
3446 * itbl-parse.y (yyerror): Make static. Declare.
3447
3448 From Ralf Baechle <ralf@gnu.ai.mit.edu>:
3449 * configure.in: Set emulations for mips-*-linux*-*.
3450 * configure: Rebuild.
3451
3452 * config/tc-mips.c (struct mips_set_options): Define.
3453 (mips_opts): New static variable.
3454 (mips_isa): Remove. Now a field in mips_opts. Change all
3455 references.
3456 (mips16, mips16_autoextend, mips_warn_about_macros): Likewise.
3457 (mips_noreorder, mips_nomove, mips_noat, mips_nobopt): Likewise.
3458 (struct mips_option_stack): Define.
3459 (mips_opts_stack): New static variable.
3460 (s_mipsset): Add support for .set push and .set pop.
3461 * doc/c-mips.texi: Document .set push and .set pop.
3462
3463 * config/obj-elf.c (obj_elf_section_change_hook): New function.
3464 * config/obj-elf.h (obj_elf_section_change_hook): Declare it.
3465 * config/tc-mips.c (s_change_sec): Call it if OBJ_ELF.
3466
3467 Thu Mar 27 12:23:56 1997 Ian Lance Taylor <ian@cygnus.com>
3468
3469 * as.c (parse_args): Update copyright date in version message.
3470
3471 * Makefile.in (clean-here): Remove dependency files.
3472
3473 * read.c (s_comm): Check S_IS_COMMON as well as S_IS_DEFINED.
3474 (s_mri_common): Check S_IS_COMMON unconditionally.
3475 * symbols.c (colon): Check S_IS_COMMON as well as S_IS_DEFINED.
3476 * config/tc-alpha.c (s_alpha_comm): Likewise.
3477 * config/tc-mips.c (nopic_need_relax): Likewise.
3478 * config/tc-ppc.c (ppc_elf_lcomm): Likewise.
3479 (ppc_pe_comm): Likewise.
3480 * config/obj-elf.c (obj_elf_common): Likewise. Set segment of
3481 common symbol to bfd_com_section_ptr.
3482 * config/tc-sparc.c (s_common): Likewise.
3483 (tc_gen_reloc): Likewise.
3484
3485 start-sanitize-d30v
3486 Thu Mar 27 00:29:46 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
3487
3488 * config/tc-d30v.c (md_apply_fix3): Get the relocs right.
3489
3490 end-sanitize-d30v
3491 Wed Mar 26 13:35:15 1997 H.J. Lu <hjl@lucon.org>
3492
3493 * config/tc-i386.c (tc_i386_fix_adjustable): Only define if
3494 BFD_ASSEMBLER.
3495
3496 Wed Mar 26 11:32:51 1997 Ian Lance Taylor <ian@cygnus.com>
3497
3498 * input-scrub.c (input_scrub_next_buffer): Handle very long input
3499 lines correctly.
3500
3501 * listing.c (print_lines): Add lineno parameter. Change all
3502 callers.
3503 (listing_listing): Only call calc_hex for the right line.
3504 (listing_list): Set the new edict based on the current edict, in
3505 order to handle listing commands in macros correctly.
3506
3507 * config/tc-mips.c (insn_uses_reg): Map register numbers in mips16
3508 instructions.
3509
3510 * cond.c (cond_finish_check): New function.
3511 * as.h (cond_finish_check): Declare.
3512 * as.c (main): Call cond_finish_check.
3513
3514 start-sanitize-d30v
3515 Tue Mar 25 14:45:54 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
3516
3517 * config/tc-d30v.c (md_assemble): If two instructions
3518 are supposed to be assembled in parallel and the first one is
3519 long, print an error and stop.
3520 (md_apply_fix3): Don't calculate absolute relocs. Just write
3521 them out.
3522
3523 end-sanitize-d30v
3524 Mon Mar 24 12:11:18 1997 Ian Lance Taylor <ian@cygnus.com>
3525
3526 * config/tc-i386.h (iclrKludge): Define.
3527 * config/tc-i386.c (md_assemble): Handle iclrKludge.
3528
3529 * config/tc-alpha.h (tc_frob_file_before_adjust): Define if
3530 OBJ_ECOFF.
3531 (alpha_frob_file_before_adjust): Declare if OBJ_ECOFF.
3532 * config/tc-alpha.c (alpha_debug): New static variable.
3533 (md_parse_option): Set alpha_debug if -g is seen.
3534 (alpha_frob_file_before_adjust): New function if OBJ_ECOFF.
3535
3536 start-sanitize-d30v
3537 Sun Mar 23 18:03:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
3538
3539 * config/tc-d30v.c (build_insn): Enable range-checking code.
3540 (postfix): Stop at space or comma.
3541 (md_assemble): Change error message.
3542
3543 end-sanitize-d30v
3544 Sat Mar 22 13:44:28 1997 Ian Lance Taylor <ian@cygnus.com>
3545
3546 * Makefile.in: Added automatic dependency building.
3547 * dep-in.sed: New file.
3548
3549 Fri Mar 21 15:42:37 1997 Ian Lance Taylor <ian@cygnus.com>
3550
3551 * config/obj-ieee.c (segment_name): Don't define function if this
3552 is a macro.
3553
3554 * config/obj-coff.h (DO_STRIP): Don't define.
3555 * config/tc-h8300.h (DO_STRIP): Don't define.
3556 * config/tc-h8500.h (DO_STRIP): Don't define.
3557 * config/tc-w65.h (DO_STRIP): Don't define.
3558 * config/tc-z8k.h (DO_STRIP): Don't define.
3559
3560 * symbols.c (colon): Call obj_frob_label if it is defined.
3561 * config/obj-vms.h (obj_frob_label): Rename from tc_frob_label.
3562
3563 * configure.in: Don't set files and links. Don't call
3564 AC_LINK_FILES. Substitute te_file. Create targ-cpu.h,
3565 obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
3566 * configure: Rebuild.
3567 * Makefile.in (TARG_CPU_C): New variable.
3568 (TARG_CPU_O, TARG_CPU_H): New variables.
3569 (OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
3570 (TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
3571 (SOURCES): Rename from REAL_SOURCES. Delete old definition.
3572 (LINKED_SOURCES): Remove.
3573 (HEADERS): Rename from REAL_HEADERS. Delete old definition.
3574 (LINKED_HEADERS): Remove.
3575 (OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
3576 ($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
3577 targ-cpu.h, etc.
3578 ($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
3579 (targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
3580 (itbl-cpu.h): Remove target.
3581 (DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
3582 atof-targ.h.
3583
3584 Thu Mar 20 19:18:58 1997 Ian Lance Taylor <ian@cygnus.com>
3585
3586 * doc/as.texinfo (Symbol Names): Don't use obsolete @ctrl macro.
3587
3588 Thu Mar 20 16:49:14 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3589
3590 * config/tc-m68k.c (mri_chip): Replace calls to get_symbol_end by
3591 open coded loop that does not require the name to start with a
3592 name beginner.
3593
3594 Thu Mar 20 13:42:01 1997 H.J. Lu <hjl@lucon.org>
3595
3596 * frags.c (frag_var): Change offset parameter to offsetT.
3597 (frag_variant): Likewise.
3598 * frags.h (frag_variant, frag_var): Update declarations.
3599 * config/tc-m68k.c (struct m68k_it): Change foff field to
3600 offsetT.
3601 (add_frag): Change off parameter to offsetT.
3602 * Several files: Add casts to calls to frag_var.
3603
3604 * Makefile.in (m68k-parse.c): Depend upon itbl-parse.c, to
3605 serialize a parallel make.
3606 (itbl-parse.h): Split target out from itbl-parse.c.
3607
3608 Thu Mar 20 12:48:45 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
3609
3610 * config/m68k-parse.y (motorola_operand): Allow (zdireg,EXPR).
3611
3612 * config/te-delta.h (COFF_COMMON_ADDEND): Define.
3613 * config/obj-coff.c (fixup_segment): Check COFF_COMMON_ADDEND when
3614 storing the value of a common symbol.
3615
3616 Wed Mar 19 11:37:57 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
3617
3618 * config/obj-coff.c (glue_symbols): Unused variable symbolP
3619 removed.
3620 (crawl_symbols): Do not modify symbol_rootP and symbol_lastP here;
3621 that is done by symbol_remove and symbol_insert.
3622
3623 * config/obj-coff.h (S_IS_LOCAL): Return 0 for a debugging
3624 symbol.
3625
3626 Wed Mar 19 11:06:29 1997 Ian Lance Taylor <ian@cygnus.com>
3627
3628 * config/tc-mips.c (load_register): In 32 bit mode, when not
3629 dealing with a 64 bit number, permit the upper 32 bits to be set
3630 even if bit 31 is not set.
3631
3632 Tue Mar 18 23:30:14 1997 Ian Lance Taylor <ian@cygnus.com>
3633
3634 * read.c (potable): Add "equiv".
3635 (s_set): Handle .equiv based on argument.
3636 * doc/as.texinfo (Equiv): New node to document .equiv.
3637 (Err): New node to document .err.
3638
3639 Tue Mar 18 15:50:13 1997 H.J. Lu <hjl@lucon.org>
3640
3641 * Many files: Add function prototypes.
3642 * as.c (show_usage, parse_args): Make static.
3643 * frags.h (frag_alloc): Declare.
3644 * subsegs.c (subseg_set_rest): Don't declare frag_alloc.
3645 * symbols.c (dollar_label_instance): Change return type to long.
3646 * symbols.h (print_symbol_value): Declare.
3647 (print_expr, print_expr_1, print_symbol_value_1): Declare.
3648 * write.c (fix_new_exp): Don't declare make_expr_symbol.
3649 (remove_subsegs, relax_frag): Make static.
3650 * config/atof-vax.c (atof_vax_sizeof): Change letter to int.
3651 (what_kind_of_float): Likewise.
3652 (atof_vax): Make static. Change what_kind to int.
3653 (md_atof): Change what_statement_type to int.
3654 * config/obj-ecoff.h (obj_ecoff_set_ext): Declare.
3655 * config/tc-alpha.c (vax_md_atof): Declare.
3656 (md_atof): Don't declare atof_ieee and vax_md_atof.
3657 * config/tc-i386.c (set_16bit_code_flag): Make static.
3658 * config/tc-i386.h (tc_i386_fix_adjustable): Declare.
3659 * config/tc-m68k.c (add_fix): Change width to int.
3660 (insert_reg): Change regname to const.
3661 (md_atof): Don't declare atof_ieee.
3662 (demand_empty_rest_of_line): Don't declare.
3663 * config/tc-m88k.c (md_atof): Don't declare atof_ieee.
3664 * config/tc-sparc.c (cmp_reg_entry): Change args to const PTR.
3665 (parse_keyword_arg): Change lookup_fn to take const arg.
3666 (md_atof): Don't declare atof_ieee.
3667 * config/tc-sparc.h: Add ifdef for multiple inclusion.
3668 (tc_aout_pre_write_hook): Don't declare.
3669
3670 Mon Mar 17 11:21:09 1997 Ian Lance Taylor <ian@cygnus.com>
3671
3672 * as.h (bfd_alloc_by_size_t): Don't declare.
3673 * Many files: Use xmalloc rather than bfd_alloc_by_size_t.
3674
3675 Sun Mar 16 13:49:21 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
3676
3677 * symbols.c (symbol_new): Don't call debug_verify_symchain.
3678 (symbol_append): Set sy_next and sy_previous when adding a single
3679 symbol to an empty list. Call debug_verify_symchain.
3680 (verify_symbol_chain): Use assert, not know.
3681
3682 Sat Mar 15 20:27:12 1997 Fred Fish <fnf@cygnus.com>
3683
3684 * NEWS: Note BeOS support.
3685 * configure.in: (ppc-*-beos): New target, use coff as object format.
3686 * configure: Regenerate with autoconf.
3687
3688 Sat Mar 15 19:14:02 1997 Ian Lance Taylor <ian@cygnus.com>
3689
3690 * config/tc-mips.c (md_apply_fix): Improve error message for out
3691 of range branch.
3692
3693 * Makefile.in: Add dependencies on obstack.h where needed.
3694
3695 Fri Mar 14 15:33:38 1997 Ian Lance Taylor <ian@cygnus.com>
3696
3697 * config/tc-mips.c (md_estimate_size_before_relax): Handle the
3698 case of a symbol equated to another symbol when using SVR4_PIC.
3699
3700 * Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.
3701
3702 Thu Mar 13 11:20:51 1997 Ian Lance Taylor <ian@cygnus.com>
3703
3704 * read.c (read_a_source_file): Call LISTING_NEWLINE before
3705 HANDLE_CONDITIONAL_ASSEMBLY when handling an MRI line label.
3706
3707 * config/obj-elf.c (obj_elf_data): Call md_flush_pending_output
3708 and md_elf_section_change_hook if they are defined.
3709 (obj_elf_text, obj_elf_previous): Likewise.
3710
3711 Wed Mar 12 11:40:20 1997 Ian Lance Taylor <ian@cygnus.com>
3712
3713 * config/obj-multi.h (struct elf_obj_sy): Define if
3714 OBJ_MAYBE_ELF.
3715 (OBJ_SYMFIELD_TYPE): Define as struct elf_obj_sy if
3716 OBJ_MAYBE_ELF.
3717 * config/obj-elf.h (struct elf_obj_sy): Don't define if
3718 OBJ_SYMFIELD_TYPE is defined.
3719
3720 * doc/as.texinfo (bss): Improve description of .bss section. In
3721 ELF or COFF, you are permitted to switch into the section.
3722 (Comm): Rewrite description of common symbols.
3723 (Lcomm): Mention that some targets permit a third argument.
3724
3725 Tue Mar 11 01:13:31 1997 Ian Lance Taylor <ian@cygnus.com>
3726
3727 * config/tc-ppc.c (ppc_elf_lcomm): Don't call S_CLEAR_EXTERNAL.
3728
3729 * symbols.c (colon): Change type of local to int. From Alan Modra
3730 <alan@spri.levels.unisa.edu.au>.
3731
3732 * config/tc-m88k.c (m88k_do_align): Don't use a special nop
3733 alignment if a zero fill pattern was explicitly specified.
3734 * config/tc-sh.c (sh_do_align): Likewise.
3735
3736 * read.c (equals): Always permit register names to be redefined.
3737
3738 * config/tc-mips.c (mips_fix_adjustable): Permit a reloc against a
3739 mips16 symbol to be adjusted if a symbol is being subtracted from
3740 it.
3741
3742 From Eric Youngdale <eric@andante.jic.com>:
3743 * config/obj-elf.c (obj_elf_symver): Check for duplicate or
3744 illegal symbol version names.
3745 (elf_frob_symbol): Check for external default versions.
3746
3747 Sun Mar 9 23:49:12 1997 Ian Lance Taylor <ian@cygnus.com>
3748
3749 From Eric Youngdale <eric@andante.jic.com>:
3750 * config/obj-elf.h (struct elf_obj_sy): Define.
3751 (OBJ_SYMFIELD_TYPE): Define to elf_obj_sy struct. Change all
3752 users.
3753 * config/obj-elf.c (obj_elf_symver): Just record the name.
3754 (obj_symbol_new_hook): Initialized versioned_name field.
3755 (elf_frob_symbol): If there is a versioned_name, either rename the
3756 symbol, or add an alias with that name.
3757
3758 Thu Mar 6 13:55:32 1997 Jeffrey A Law (law@cygnus.com)
3759
3760 * config/tc-mn10300.c (md_relax_table): Define.
3761 (md_convert_frag): Implement.
3762 (md_assemble): Handle relaxable operands/instructions correctly.
3763 (md_estimate_size_before_relax): Implement.
3764 * config/tc-mn10300.h (TC_GENERIC_RELAX_TABLE): Define.
3765
3766 * config/tc-mn10200.c (md_relax_table): Fix typos.
3767
3768 * config/tc-mn10300.c (md_assemble): Don't use any MN10300 specific
3769 relocs anymore. Tweak fx_offset for pc-relative relocs.
3770
3771 Wed Mar 5 15:46:16 1997 Ian Lance Taylor <ian@cygnus.com>
3772
3773 * cond.c (s_ifc): Call mri_comment_field and mri_comment_end when
3774 in MRI mode.
3775
3776 start-sanitize-tic80
3777 Tue Mar 4 19:34:21 1997 Fred Fish <fnf@cygnus.com>
3778
3779 * config/tc-tic80.c (md_pseudo_table): Add "sect" and "section"
3780 pseudo-ops.
3781 * config/tc-tic80.c (md_begin): Declare external variable
3782 coff_flags and insert an F_AR32WR bit into it.
3783
3784 end-sanitize-tic80
3785 Tue Mar 4 10:01:04 1997 Ian Lance Taylor <ian@cygnus.com>
3786
3787 * read.c (equals): Add reassign parameter. Change all callers.
3788 * read.h (equals): Update declaration.
3789
3790 Sat Mar 1 01:04:04 1997 Ian Lance Taylor <ian@cygnus.com>
3791
3792 * config/tc-mips.c (mips16_extended_frag): Don't assume that we
3793 can rely on the frag address to determine whether a frag is
3794 earlier or later.
3795
3796 Fri Feb 28 14:40:00 1997 Ian Lance Taylor <ian@cygnus.com>
3797
3798 * write.h (LOCAL_LABEL): Only define if not BFD_ASSEMBLER.
3799 (S_LOCAL_NAME): Likewise.
3800 (FAKE_LABEL_NAME): Define unconditionally.
3801 * symbols.c (colon): Call bfd_is_local_label, not LOCAL_LABEL, if
3802 BFD_ASSEMBLER.
3803 (S_IS_LOCAL): Call bfd_is_local_label_name, not LOCAL_LABEL.
3804 * config/tc-*.h: Only define LOCAL_LABEL if not BFD_ASSEMBLER.
3805 Don't define FAKE_LABEL_NAME.
3806 * config/te-ic960.h: Likewise.
3807 * config/tc-mips.h (tc_frob_file_before_adjust): Define.
3808 (mips_frob_file_before_adjust): Declare.
3809 * config/tc-mips.c (mips_frob_file_before_adjust): New function.
3810 (mips_local_label): Remove.
3811
3812 * config/te-sco386.h: Remove; not used.
3813
3814 start-sanitize-tic80
3815 Thu Feb 27 15:39:16 1997 Fred Fish <fnf@cygnus.com>
3816
3817 * config/tc-tic80 (md_pseudo_table): Add align pseudo op to do
3818 byte alignment rather than power-of-two alignment that is the
3819 GAS default.
3820
3821 end-sanitize-tic80
3822 Thu Feb 27 13:29:04 1997 Ian Lance Taylor <ian@cygnus.com>
3823
3824 * config/tc-m68k.c (md_assemble): Handle a reloc width of 'W'.
3825
3826 * gasp.c (hash_add_to_string_table): Correct misspelling in error
3827 message, and add newline.
3828 (process_file): Don't process assignments in the label if this is
3829 a equ or assign pseudo-op.
3830 (process_pseudo_op): Swap first argument to do_assign for K_ASSIGN
3831 and K_EQU, to match documentation.
3832
3833 Thu Feb 27 12:00:03 1997 Michael Meissner <meissner@cygnus.com>
3834
3835 * config/obj-coff.c (obj_coff_section): Add 'r' section attribute
3836 to denote read-only data sections.
3837
3838 Thu Feb 27 00:26:33 1997 Ian Lance Taylor <ian@cygnus.com>
3839
3840 * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags.
3841 * config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER.
3842
3843 * expr.c (operand): Simplify 0b handling. Don't treat 0b as a
3844 binary number if the next character is '+' or '-'.
3845
3846 start-sanitize-tic80
3847 Wed Feb 26 20:47:12 1997 Fred Fish <fnf@cygnus.com>
3848
3849 * config/tc-tic80.c (FLT_CHARS): Change from "dD" to "fF".
3850 (find_opcode): Match operands that can be floats.
3851 (build_insn): Handle O_big (float) expressions and build
3852 correct opcode.
3853
3854 end-sanitize-tic80
3855 Wed Feb 26 18:19:00 1997 Stan Shebs <shebs@andros.cygnus.com>
3856
3857 * configure.in (mips*-*-lnews*): New target, also make empty
3858 emulation list for this target.
3859 * configure: Update.
3860 * tc-mips.c (ECOFF_LITTLE_FORMAT): Define.
3861 (mips_target_format): Use.
3862 * te-lnews.h: New file.
3863
3864 start-sanitize-tic80
3865 Wed Feb 26 15:33:46 1997 Fred Fish <fnf@cygnus.com>
3866
3867 * config/tc-tic80.c (find_opcode, build_insn): Changes to match
3868 operands with :m or :s modifiers and generate the right opcodes
3869 for them.
3870
3871 end-sanitize-tic80
3872 Wed Feb 26 11:56:11 1997 Ian Lance Taylor <ian@cygnus.com>
3873
3874 * Makefile.in (itbl-parse.c itbl-parse.h): Use $(BISON) and
3875 $(BISONFLAGS), not $(YACC) and $(YACCFLAGS).
3876
3877 Tue Feb 25 22:02:23 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
3878
3879 * config/tc-m68k.c (instring): Useless local declaration of
3880 crack_operand removed.
3881 * expr.h (expressionS): Changed type of X_op field to operatorT if
3882 __GNUC__.
3883
3884 Tue Feb 25 13:17:27 1997 Ian Lance Taylor <ian@cygnus.com>
3885
3886 Based on patches from Robert Lipe <robertl@dgii.com>:
3887 * configure.in: Add i386coff and i386elf to emulation list.
3888 * configure: Rebuild.
3889 * as.c (i386coff, i386elf): Declare.
3890 * obj.h (coff_format_ops): Declare.
3891 * config/obj-coff.c (OBJ_HEADER): Define.
3892 (coff_obj_symbol_new_hook): Rename from obj_symbol_new_hook.
3893 (coff_obj_read_begin_hook): Rename from obj_read_begin_hook.
3894 (obj_pseudo_table): Add "version".
3895 (coff_pop_insert): New static function.
3896 (coff_sec_sym_ok_for_reloc): New static function.
3897 (no_func): New static function.
3898 (coff_format_ops): New variable.
3899 * config/obj-coff.h (coff_obj_symbol_new_hook): Declare.
3900 (obj_symbol_new_hook): Define.
3901 (coff_obj_read_begin_hook): Declare.
3902 (obj_read_begin_hook): Define.
3903 * config/tc-i386.h (i386_target_format): Declare.
3904 * config/tc-i386.c: Check OBJ_MAYBE_ELF as well as OBJ_ELF; check
3905 OUTPUT_FLAVOR when appropriate.
3906 (i386_target_format): New function.
3907 * Makefile.in (obj-coff.o): New target.
3908 (e-i386coff.o, e-i386elf.o): New targets.
3909
3910 From Stephen Williams <steve@icarus.icarus.com>:
3911 * config/tc-i960.h (TC_SYMFIELD_TYPE): Define if OBJ_COFF.
3912 (_tc_get_bal_of_call): Don't declare.
3913 (tc_get_bal_of_call): Declare as function, don't define as macro.
3914 * config/tc-i960.c (tc_set_bal_of_call): If OBJ_COFF, store balP
3915 in sy_tc field, not x_balntry field.
3916 (tc_get_bal_of_call): Rename from _tc_get_bal_of_call. Change
3917 return type to symbolS *. If OBJ_COFF, retrieve value from sy_tc
3918 field, not x_balntry field.
3919
3920 * config/obj-elf.c (obj_elf_section): Permit a .note section to
3921 have the SHF_ALLOC attribute.
3922
3923 * Makefile.in ($(OBJS)): Don't depend upon $(IT_HDRS).
3924 (TARG_CPU_DEP_mips): Depend upon $(srcdir)/itbl-ops.h.
3925 (itbl-lex.o): Depend upon itbl-parse.h.
3926
3927 * itbl-parse.y (yyerror): Change return type to int. Change to
3928 use old style function declaration.
3929
3930 * Makefile.in (itbl-lex.o): Remove -Wall.
3931 (itbl-parse.o): Likewise.
3932
3933 * cond.c (s_ifdef): If we should omit conditionals from listings,
3934 call listing_list.
3935 (s_if, s_ifc, s_endif, s_else, s_ifeqs): Likewise.
3936 * listing.c (list_info_struct): Add EDICT_NOLIST_NEXT.
3937 (listing_listing): Handle EDICT_NOLIST_NEXT.
3938 (listing_list): An argument of 2 means EDICT_NOLIST_NEXT.
3939 * listing.h (LISTING_NOCOND): Define.
3940 (LISTING_SKIP_COND): Define.
3941 * as.c (show_usage): Mention c as a suboption of -a.
3942 (parse_args): Handle c as a suboption of -a.
3943 * doc/as.texinfo: Document -alc.
3944
3945 start-sanitize-tic80
3946 Mon Feb 24 23:34:14 1997 Fred Fish <fnf@cygnus.com>
3947
3948 * config/tc-tic80.c (md_apply_fix): Handle R_ABS type fixups.
3949
3950 end-sanitize-tic80
3951 Mon Feb 24 18:27:43 1997 Eric Youngdale <eric@andante.jic.com>
3952
3953 * doc/as.texinfo: Document .symver.
3954
3955 Mon Feb 24 15:19:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
3956
3957 * config/tc-d10v.c: Change pre_defined_registers to
3958 d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
3959
3960 Mon Feb 24 10:40:45 1997 Fred Fish <fnf@cygnus.com>
3961
3962 * config/obj-coff.c: Fix typo in comment section.
3963 start-sanitize-tic80
3964 * config/tc-tic80.c (md_pseudo_table): Add entry for bss, which takes
3965 an additional alignment argument.
3966 (find_opcode): Allow O_symbol relocs for any 32 bit field, not just
3967 base relative ones.
3968 (build_insn): Handle O_symbol relocs for any 32 bit field, not just
3969 base relative ones.
3970 end-sanitize-tic80
3971
3972 Mon Feb 24 02:23:00 1997 Dawn Perchik <dawn@cygnus.com>
3973
3974 * Makefile.in: Remove dependancies on itbl-cpu.h.
3975 * as.c: Define stubs for itbl_parse and itbl_init if HAVE_ITBL_CPU
3976 is not defined.
3977
3978 Mon Feb 24 02:03:00 1997 Dawn Perchik <dawn@cygnus.com>
3979
3980 * itbl-ops.h: Include as.h.
3981
3982 Mon Feb 24 01:04:00 1997 Dawn Perchik <dawn@cygnus.com>
3983
3984 * as.c: Remove -t option.
3985 * configure, configure.in: Move itbl-cpu.h to mips specific configure.
3986 * itbl-ops.h: Include itbl-cpu.h only if HAVE_ITBL_CPU is defined.
3987 * config/tc-mips.h: Define HAVE_ITBL_CPU.
3988
3989 Sun Feb 23 18:01:00 1997 Dawn Perchik <dawn@cygnus.com>
3990
3991 * itbl-ops.c: Don't define DEBUG.
3992
3993 Sun Feb 23 17:49:00 1997 Dawn Perchik <dawn@cygnus.com>
3994
3995 * Makefile.in: Update itbl-test.c to reflect its new location.
3996
3997 Sun Feb 23 15:50:00 1997 Dawn Perchik <dawn@cygnus.com>
3998
3999 * itbl-ops.c: Add test for itbl_have_entries.
4000 * config/tc-mips.c: Remove test for itbl_have_entries.
4001 * config/tc-mips.h: Define tc_init_after_args to mips_init_after_args.
4002
4003 Sun Feb 23 18:13:19 1997 Ian Lance Taylor <ian@cygnus.com>
4004
4005 * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
4006 itbl-ops.c. Add itbl-parse.c and itbl-lex.c.
4007 (LEX, LEXFLAGS): Define.
4008 * itbl-ops.c (append_insns_as_macros): Remove bogus ASSERT.
4009
4010 Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
4011
4012 * itbl-parse.y: Fix indentation mistakes from indent program.
4013 * itbl-lex.l: Fix indentation mistakes from indent program.
4014 * itbl-ops.h: Add include for ansidecl.h.
4015 Add PARAMS around function arguments.
4016 Add declaration for itbl_have_entries.
4017 * itbl-ops.c: Add PARAMS around function arguments.
4018 * Makefile.in: Add itbl build rules.
4019 Add dependancies for itbl files to mips target.
4020 * as.c: Add itbl support.
4021 Add new option "--insttbl" for dynamically extending instruction set.
4022 * as.h: Declare insttbl_file_name;
4023 the name of file defining extensions to the basic instruction set
4024 * configure.in, configure: Add itbl-parse.o, itbl-lex.o, and
4025 itbl-ops.o to extra_objects for mips configuration.
4026 Add include file link from itbl-cpu.h to
4027 config/itbl-${target_cpu_type}.h.
4028 * config/tc-mips.c: Allow copz instructions.
4029 Add notes for future additions to the itbl support.
4030 Add debug macros.
4031 (macro): Call itbl_assemble to assemble itbl instructions.
4032 See if an unknown register is specified in an itbl entry.
4033
4034 Sat Feb 22 20:53:01 1997 Fred Fish <fnf@cygnus.com>
4035 * doc/internals.texi (CPU backend): Fix typo in md_section_align
4036 description.
4037 start-sanitize-tic80
4038 * config/tc-tic80.h (NEED_FX_R_TYPE): Define.
4039 * config/tc-tic80.c (find_opcode): Add code to support O_symbol
4040 operands.
4041 (build_insn): Grab a frag early so we can use the address in
4042 fixups. Take one's complement of BITNUM values before insertion
4043 in opcode. Add code to support O_symbol operands.
4044 (md_apply_fix): Replace unimplemented warning with implementation.
4045 (md_pcrel_from): Ditto.
4046 (tc_coff_fix2rtype): Ditto.
4047 end-sanitize-tic80
4048
4049 Fri Feb 21 14:34:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4050 start-sanitize-d30v
4051 * config/tc-d30v.c (parallel_ok): New function.
4052 * config/tc-d30v.h: Define TARGET_BYTES_BIG_ENDIAN.
4053 end-sanitize-d30v
4054 * config/tc-d10v.c (md_pcrel_from_section): Return 0 if
4055 relocation is in different section.
4056
4057 Fri Feb 21 10:08:25 1997 Jim Wilson <wilson@cygnus.com>
4058
4059 * tc-mips.c (mips_ip): If configured for an embedded ELF system,
4060 don't set the section alignment to 2**4.
4061
4062 Fri Feb 21 11:55:03 1997 Ian Lance Taylor <ian@cygnus.com>
4063
4064 * config/tc-m68k.c (line_comment_chars): Add '*'.
4065
4066 * app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define.
4067 (do_scrub_begin): Don't set lex['*'].
4068 (do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't
4069 check for LEX_IS_TWOCHAR_COMMENT_2ND. Instead, just check for
4070 a literal '*'.
4071
4072 * configure.in: Set em=svr4 for m68k-*-sysv4*.
4073 * configure: Rebuild.
4074 * config/te-svr4.h: New file.
4075 * config/tc-m68k.c (m68k_comment_chars): Only include `#' if
4076 TE_SVR4 or TE_DELTA.
4077
4078 Thu Feb 20 22:24:39 1997 Jeffrey A Law (law@cygnus.com)
4079
4080 * config/tc-mn10200.c (md_convert_frag): Create a fixup for the
4081 short conditional branch around a long unconditional branch.
4082
4083 Thu Feb 20 13:56:00 1997 Ian Lance Taylor <ian@cygnus.com>
4084
4085 * config/obj-coff.c (obj_coff_ln [both versions]): Call
4086 new_logical_line.
4087
4088 * config/tc-arm.c (fix_new_arm): Use make_expr_symbol to handle a
4089 complex expression.
4090
4091 * symbols.c (resolve_symbol_value): If both left and right
4092 operands are undefined, warn about both of them.
4093
4094 Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com>
4095
4096 Based on patches from Eric Youngdale <eric@andante.jic.com>:
4097 * config/obj-elf.c (elf_pseudo_table): Add "symver".
4098 (obj_elf_symver): New static function.
4099 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other
4100 field.
4101
4102 * write.c (relax_segment): Make type and printf format agree.
4103
4104 * read.c (get_line_sb): Don't end the line on a semicolon inside a
4105 string.
4106
4107 start-sanitize-d30v
4108 Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4109
4110 * config/tc-d30v.c, config/tc-d30v.h: New files.
4111
4112 * configure: Rebuilt.
4113
4114 * configure.in: Add case for d30v.
4115
4116 end-sanitize-d30v
4117 Sun Feb 16 17:47:29 1997 Fred Fish <fnf@cygnus.com>
4118
4119 * config/tc-alpha.h (md_operand): Define with a null expansion,
4120 like all the other targets.
4121 * doc/internals.texi (CPU backend): Add missing word in
4122 md_flush_pending_output description. Fix typo in md_convert_frag
4123 description.
4124 start-sanitize-tic80
4125 * config/tc-tic80: Minor comment additions/changes.
4126 end-sanitize-tic80
4127
4128 Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
4129
4130 * config/tc-m68k.c (LOCAL_LABEL): Macro redefined if TE_DELTA.
4131 (tc_canonicalize_symbol_name): Macro defined if TE_DELTA.
4132 * config/obj-coff.c (obj_coff_def): Use
4133 tc_canonicalize_symbol_name if defined.
4134 (obj_coff_tag, obj_coff_val): Likewise.
4135 * expr.c (operand): Reject '~' as operator if is_name_beginner.
4136
4137 Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com>
4138
4139 Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
4140 does not actually work, though:
4141 * configure.in (i386-sequent-bsd*): New target.
4142 * configure: Rebuild.
4143 * config/tc-dynix.h: New file.
4144 * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
4145
4146 * read.c (do_align): Add max parameter. Change all callers.
4147 Remove useless static variables.
4148 (s_align): New static function. Do common portion of
4149 s_align_bytes and s_align_ptwo.
4150 (s_align_bytes, s_align_ptwo): Just call s_align.
4151 * frags.c (frag_align): Add max parameter. Change all callers.
4152 (frag_align_pattern): Likewise.
4153 * frags.h (frag_align, frag_align_pattern): Update declarations.
4154 * write.c (relax_segment): Limit alignment change to fr_subtype.
4155 Fix some types to be addressT.
4156 * config/obj-coff.c (size_section): Likewise.
4157 * config/obj-ieee.c (size_section): Likewise.
4158 * config/tc-d10v.h (md_do_align): Add max parameter.
4159 * config/tc-i386.h (md_do_align): Likewise.
4160 * config/tc-m88k.h (md_do_align): Likewise.
4161 * config/tc-m88k.c (m88k_do_align): Likewise.
4162 * config/tc-sh.h (md_do_align): Likewise.
4163 * config/tc-sh.c (sh_do_align): Likewise.
4164 * as.h: Improve comments on rs_align and rs_align_code.
4165 * doc/as.texinfo: Document new alignment arguments.
4166 * doc/internals.texi (Frags): Document use of fr_subtype field for
4167 rs_align and rs_align_code.
4168
4169 Fri Feb 14 15:56:06 1997 Gavin Koch <gavin@cygnus.com>
4170
4171 * config/tc-mips.c: Changed opcode parsing.
4172
4173 Thu Feb 13 20:02:16 1997 Fred Fish <fnf@cygnus.com>
4174
4175 * config/{tc-alpha.h, tc-d10v.h, tc-generic.h, tc-i960.h,
4176 tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-vax.h, tc-w65.h}:
4177 Add default definition of zero for TARGET_BYTES_BIG_ENDIAN.
4178 * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h,
4179 tc-ppc.h, tc-sparc.h}: Move definition of TARGET_BYTES_BIG_ENDIAN
4180 to a location consistent with the rest of the target include files.
4181 * config/tc-i386.c: Remove misleading comment.
4182 * doc/internals.texi (CPU backend): Add description of function
4183 md_undefined_symbol.
4184 start-sanitize-tic80
4185 * config/tc-tic80.c: Add code to insert predefined symbols into the
4186 symbol table so they can be parsed by the standard expression parser.
4187 Remove custom code that use to parse them.
4188 * config/tc-tic80.h: Move definition of TARGET_BYTES_BIG_ENDIAN
4189 to a location consistent with the rest of the target include files.
4190 end-sanitize-tic80
4191
4192 Thu Feb 13 21:44:18 1997 Klaus Kaempf <kkaempf@progis.de>
4193
4194 * as.h: GNU c provides unlink() function.
4195
4196 Unify section handling on openVMS/Alpha:
4197 * config/tc-alpha.c(s_alpha_link): Remove.
4198 (s_alpha_section): New function.
4199 Remove case-hacking of symbols
4200 Add .code_address pseudo-op.
4201 (BFD_RELOC_ALPHA_CODEADDR): New relocation.
4202 (s_alpha_code_address): New function.
4203 (alpha_ctors_section, alpha_dtors_section): New sections for C++
4204 static constructors/destructors.
4205 Add debug code for crash debugs, to be removed when traceback code
4206 is added to object code.
4207 (s_alpha_name): New function for .name pseudo-op.
4208 (alpha_print_token): New function to print token expressions with
4209 alpha specific extensions.
4210
4211 * makefile.vms: Allow compilation with current gcc snapshot.
4212
4213 Thu Feb 13 16:29:04 1997 Fred Fish <fnf@cygnus.com>
4214
4215 * doc/Makefile.in (TEXI2DVI): Set to just name of program.
4216 (DVIPS): Set to dvips.
4217 (ps, as.ps, gasp.ps): New targets.
4218 (internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS
4219 and MAKEINFO env variables.
4220 (internals.ps): Use DVIPS macro.
4221 (clean): Remove core and backup files.
4222 (distclean): Remove temporary files from building internals.
4223 (clean-dvi): Ditto.
4224 * doc/internals.texi (Frags): Fix typo.
4225 (GAS processing): Ditto.
4226 (CPU backend): Ditto.
4227 * ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly.
4228 * mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1.
4229 * read.c: Remove ugly hack that dealt with config files not
4230 correctly defining TARGET_BYTES_BIG_ENDIAN.
4231 (target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly.
4232 * config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
4233 * config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
4234 * config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
4235 * config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
4236 * config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
4237 * config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN
4238 with TARGET_BYTES_BIG_ENDIAN defined to 0.
4239 * config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
4240 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
4241 whether it is defined or not.
4242 * config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN.
4243 * config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
4244 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
4245 whether it is defined or not.
4246 start-sanitize-tic80
4247 * config/tic80.h (TARGET_FORMAT): Define to coff-tic80.
4248 (TARGET_BYTES_BIG_ENDIAN): Define to 0.
4249 end-sanitize-tic80
4250
4251 Thu Feb 13 14:40:16 1997 Doug Evans <dje@canuck.cygnus.com>
4252
4253 * write.c (write_relocs): Correct text in as_fatal error message,
4254 bfd_perform_relocation -> bfd_install_relocation.
4255
4256 Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
4257
4258 * config/tc-m68k.c (LEX_TILDE): Define if TE_DELTA.
4259 * read.c (LEX_TILDE): Define if not defined.
4260 (lex_type): Use LEX_TILDE.
4261 * expr.c (get_symbol_end): Check first char with is_name_beginner,
4262 not is_part_of_name.
4263
4264 Thu Feb 13 11:40:58 1997 Ian Lance Taylor <ian@cygnus.com>
4265
4266 * config/tc-sparc.c (md_show_usage): Add missing backslash at end
4267 of continued line.
4268
4269 * config/tc-mips.c (mips16_extended_frag): Correct base address
4270 for an extended PC relative instruction.
4271 (md_convert_frag): Likewise.
4272
4273 * config/tc-mips.c (prev_nop_frag): New static variable.
4274 (prev_nop_frag_holds): New static variable.
4275 (prev_nop_frag_required): New static variable.
4276 (prev_nop_frag_since): New static variable.
4277 (append_insn): If we aren't reordering, and prev_nop_frag is not
4278 NULL, and we don't need any nops, then decrease the size of
4279 prev_nop_frag. Don't insert nops because of instructions in
4280 noreorder sections. Remember whether the previous instructions
4281 where in noreorder sections even when not reordering.
4282 (mips_no_prev_insn): Add preserver parameter. Change all
4283 callers. Refer prev_nop_frag variables when appropriate.
4284 (mips_emit_delays): Set up prev_nop_frag.
4285 (s_mipsset): Clear prev_nop_frag if reordering.
4286
4287 Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
4288
4289 * config/tc-mips.c (append_insn): Remove useless code which
4290 handled swapping a mips16 jump with a mips16 instruction with a
4291 reloc.
4292
4293 * config/tc-mips.c (md_parse_option): When debugging, set
4294 mips_optimize to 1, not 0.
4295
4296 * config/tc-mips.c (mips16_ip): Handle an extend operand.
4297
4298 * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks
4299 like the expression was based on `.', adjust the value of the
4300 symbol.
4301
4302 * config/tc-mips.c (append_insn): Warn about an attempt to put an
4303 extended instruction in a delay slot when not reordering.
4304 (md_convert_frag): Warn if an extended instruction appears in a
4305 delay slot.
4306
4307 * config/tc-mips.c (mips_pseudo_table): Add "insn".
4308 (s_insn): New static function.
4309 * doc/c-mips.texi: Document .insn.
4310
4311 * config/tc-mips.c (md_begin): Add the general registers to the
4312 symbol table.
4313 (mips16_ip): First parse the expression, and then see whether it
4314 came up with a register, rather than trying to first see whether
4315 we are looking at a register.
4316
4317 start-sanitize-tic80
4318 Tue Feb 11 15:13:39 1997 Fred Fish <fnf@cygnus.com>
4319
4320 * config/tc-tic80.c: Numerous changes and additions to flesh
4321 out functions that were previously just stubs, and fix some
4322 problems found using the new TIc80 testsuite cases.
4323
4324 end-sanitize-tic80
4325 Tue Feb 11 15:52:22 1997 Ian Lance Taylor <ian@cygnus.com>
4326
4327 * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
4328 (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
4329
4330 * config/tc-mips.c (append_insn): Output jump instruction as a
4331 pair of 2 byte instructions, rather than as a single 4 byte
4332 instruction.
4333
4334 start-sanitize-r5900
4335 * config/tc-mips.c (md_begin): Correct test of mips_5900.
4336 (mips_ip): Don't check INSN_ISA for a macro.
4337
4338 end-sanitize-r5900
4339 start-sanitize-r5900
4340 Fri Feb 7 11:11:06 1997 Gavin Koch <gavin@cygnus.com>
4341
4342 * config/tc-mips.c: added r5900.
4343
4344 end-sanitize-r5900
4345 Mon Feb 10 22:06:00 1997 Dawn Perchik (dawn@cygnus.com)
4346
4347 * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
4348 config/itbl-mips.h: Add copyright message and fix indentation.
4349
4350 Mon Feb 10 18:09:00 1997 Dawn Perchik (dawn@cygnus.com)
4351
4352 * itbl-ops.c: New file. Add support for dynamically read
4353 instruction registers, opcodes and formats. Build internal table
4354 for new instructions and provide callbacks for assembler and
4355 disassembler.
4356 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
4357 spec table.
4358 * itbl-ops.h: New file. Header file for itbl support.
4359 * config/itbl-mips.h: New file. Mips specific definitions for
4360 itbl support.
4361
4362 Fri Feb 7 09:52:34 1997 Jeffrey A Law (law@cygnus.com)
4363
4364 * config/tc-mn10200.c (md_assemble): If a constant operand won't
4365 fit into the constant field of a relaxable operand, then it does
4366 not match.
4367
4368 Thu Feb 6 20:08:12 1997 Jeffrey A Law (law@cygnus.com)
4369
4370 * config/tc-mn10200.c (md_estimate_size_before_relax): Treat
4371 a jsr target in a different section just like a jsr to
4372 an undefined target.
4373
4374 Thu Feb 6 16:52:57 1997 Ian Lance Taylor <ian@cygnus.com>
4375
4376 * config/tc-mips.c (mips_fix_adjustable): Don't adjust relocations
4377 against any mips16 symbols, not just externally visible ones.
4378 (md_apply_fix): Corresponding change.
4379
4380 Wed Feb 5 11:11:06 1997 Ian Lance Taylor <ian@cygnus.com>
4381
4382 * config/tc-mips.c (mips16_ip): Accept floating point registers in
4383 the operand of the exit instruction.
4384
4385 Tue Feb 4 14:12:39 1997 Ian Lance Taylor <ian@cygnus.com>
4386
4387 * symbols.c (resolve_symbol_value): If we leave an equated symbol
4388 as O_symbol, copy over the segment.
4389
4390 Mon Feb 3 12:35:54 1997 Ian Lance Taylor <ian@cygnus.com>
4391
4392 * config/tc-mips.c (md_apply_fix): If we aren't adjusting this
4393 fixup to be against the section symbol, adjust the value
4394 accordingly.
4395
4396 * symbols.c (resolve_symbol_value): Don't change X_add_number for
4397 an equated symbol.
4398 * write.c (write_relocs): Avoid looping on equated symbols.
4399 Adjust fx_offset by X_add_number for each symbol.
4400 * config/obj-coff.c (do_relocs_for): Avoid looping on equated
4401 symbols.
4402 (fixup_segment): Add a loop to track down equated symbols and
4403 adjust fx_offset appropriately.
4404
4405 Fri Jan 31 15:21:02 1997 Jeffrey A Law (law@cygnus.com)
4406
4407 * config/tc-mn10200.c (md_relax_table): Add entries to allow
4408 jmp -> bra relaxing.
4409 (md_convert_frag): Handle jmp->bra relaxing.
4410 (md_assemble): Handle jmp->bra relaxing.
4411 (md_estimate_size_before_relax): Likewise.
4412
4413 Fri Jan 31 13:15:05 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
4414
4415 * config/tc-i386.c (i386_align_code): Add comments explaining the
4416 nop instructions.
4417
4418 Fri Jan 31 10:46:14 1997 Ian Lance Taylor <ian@cygnus.com>
4419
4420 * config/tc-sparc.c (enforce_aligned_data): New static variable.
4421 (sparc_cons_align): Don't do anything unless enforce_aligned_data
4422 is set.
4423 (md_longopts): Add "enforce-aligned-data".
4424 (md_show_usage): Mention --enforce-aligned-data.
4425 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
4426 enforce-aligned-data.
4427
4428 * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long",
4429 "word", and "short".
4430 (ppc_xcoff_cons): New static function.
4431
4432 * write.c (relax_segment): Give an error if a .space symbol is
4433 common or undefined.
4434
4435 * read.c (read_a_source_file): Don't handle mri_pending_align if
4436 the handler is s_globl or s_ignore.
4437
4438 Thu Jan 30 11:46:59 1997 Fred Fish <fnf@cygnus.com>
4439
4440 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
4441 start-sanitize-tic80
4442 * config/tc-tic80.c: Many additions to previous placeholder file.
4443 * config/tc-tic80.h: Ditto.
4444 end-sanitize-tic80
4445
4446 Thu Jan 30 12:28:18 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
4447
4448 * config/tc-i386.c (i386_align_code): Improve the nop patterns.
4449
4450 Thu Jan 30 12:08:40 1997 Ian Lance Taylor <ian@cygnus.com>
4451
4452 * config/tc-mips.c (mips_fix_adjustable): New function.
4453 * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
4454 (mips_fix_adjustable): Declare.
4455
4456 Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:
4457 * read.c (read_a_source_file): After doing an mri_pending_align,
4458 adjust the line_label if there is one.
4459 (s_space): Set mri_pending_align if an odd number of bytes were
4460 output.
4461
4462 Wed Jan 29 15:31:12 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4463
4464 * config/tc-d10v.h (md_do_align): Add this hook to call
4465 d10v_cleanup() when a ".align" is detected.
4466
4467 * config/tc-d10v.c (find_opcode): Correctly calculate
4468 branch displacement when .aligns are present.
4469
4470 Wed Jan 29 09:42:11 1997 Jeffrey A Law (law@cygnus.com)
4471
4472 * config/tc-mn10200.c (md_relax_table): Define.
4473 (md_convert_frag): Implement.
4474 (md_assemble): Handle relaxable operands/instructions correctly.
4475 (md_estimate_size_before_relax): Implement.
4476 * config/tc-mn10200.h (TC_GENERIC_RELAX_TABLE): Define.
4477
4478 Tue Jan 28 15:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
4479
4480 * config/tc-mips.c (append_insn): Give an error for jumps to a
4481 misaligned address.
4482 (md_apply_fix): Make a branch to an odd address an error rather
4483 than a warning.
4484
4485 * config/tc-mips.c (md_convert_frag): If the user explicitly
4486 requested an extended opcode, pass warn as true to mips16_immed.
4487
4488 * config/tc-mips.c (mips16_ip): Handle a missing expression like
4489 an explicit 0, so that explicitly extended instructions work
4490 correctly.
4491
4492 Mon Jan 27 17:41:20 1997 Ian Lance Taylor <ian@cygnus.com>
4493
4494 * ecoff.c (ecoff_build_symbols): Don't generate a local ECOFF
4495 symbol for a common symbol.
4496
4497 Wed Jan 22 10:39:39 1997 Doug Evans <dje@canuck.cygnus.com>
4498
4499 Patch presumed to have been checked in awhile ago but wasn't.
4500 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
4501 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
4502 (relax_segment, case rs_org): Move code inside braces. Move locals
4503 target,after inside too.
4504 (relax_segment, case rs_machine_dependent): Guts moved to ...
4505 (relax_frag): New function.
4506 Call md_prepare_relax_scan if defined.
4507
4508 Mon Jan 20 10:56:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4509
4510 * config/tc-m68k.c (m68k_ip): Reject pc-relative addresses for the
4511 'p' operand specifier.
4512
4513 Mon Jan 20 10:39:36 1997 J.T. Conklin <jtc@cygnus.com>
4514
4515 * config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true for
4516 m68k family cpus which support long branch addressing modes.
4517 (m68k_ip, md_convert_frag_1, md_estimate_size_before_relax,
4518 md_create_long_jump): Use it.
4519
4520 Mon Jan 20 12:42:06 1997 Ian Lance Taylor <ian@cygnus.com>
4521
4522 * config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
4523 the .reginfo or .MIPS.options section if configured for an
4524 embedded target.
4525
4526 * config/tc-mips.c (md_begin): Don't set interlocks for
4527 mips_4650.
4528
4529 Wed Jan 15 13:51:50 1997 Ian Lance Taylor <ian@cygnus.com>
4530
4531 * read.c (read_a_source_file): Make sure the symbol ends with
4532 whitespace before checking whether the next character is '='.
4533
4534 Tue Jan 14 15:07:27 1997 Robert Lipe <robertl@dgii.com>
4535
4536 * config/tc-i386.c (sco_id): Moved from here...
4537 * config/obj-elf.c (sco_id): ...to here. Adding the identifier
4538 really is an SCO ELF specific thing, not just a SCO x86 specific
4539 thing.
4540
4541 start-sanitize-tic80
4542 Mon Jan 13 22:43:01 1997 Michael Meissner <meissner@tiktok.cygnus.com>
4543
4544 * configure.in (tic80-*-*): Don't require 'coff'.
4545 * configure: Regenerate.
4546
4547 end-sanitize-tic80
4548 Thu Jan 9 09:08:43 1997 Ian Lance Taylor <ian@cygnus.com>
4549
4550 * read.c (emit_expr): Check for overflow of a negative value
4551 correctly.
4552 * write.c (fixup_segment): Likewise.
4553 * config/obj-coff.c (fixup_segment): Likewise.
4554
4555 * config/tc-m68k.c (struct label_line): Define.
4556 (labels, current_label): New static variables.
4557 (md_assemble): Mark current_label as text, and clear it.
4558 (m68k_frob_label): New function.
4559 (m68k_flush_pending_output): New function.
4560 (m68k_frob_symbol): New function.
4561 * config/tc-m68k.h (tc_frob_label): Define.
4562 (md_flush_pending_output): Define.
4563 (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
4564 (tc_frob_coff_symbol): Likewise.
4565
4566 * read.c (read_a_source_file): When defining a macro in MRI mode,
4567 don't add the symbol to the symbol table.
4568
4569 Tue Jan 7 11:21:42 1997 Jeffrey A Law (law@cygnus.com)
4570
4571 * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
4572 here since fixup_segment doesn't (linkrelax is set).
4573 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
4574
4575 Mon Jan 6 15:19:32 1997 Jeffrey A Law (law@cygnus.com)
4576
4577 * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
4578 relocs.
4579
4580 Fri Jan 3 16:47:08 1997 Jeffrey A Law (law@cygnus.com)
4581
4582 * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type
4583 to avoid warnings with the native HP compiler.
4584 (fix_new_hppa): Similarly for the r_type argument.
4585 (pa_build_unwind_subspace, hppa_elf_mark_end_of_function): Enclose
4586 in an #if OBJ_ELF to keep gcc -Wall quiet.
4587 (md_apply_fix): Always initialize "result".
4588
4589 * config/tc-mn10200.c (md_assemble): Generate relocations.
4590
4591 Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4592
4593 * config/tc-m68k.c (s_even): Adjust the alignment of the current
4594 section.
4595
4596 Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
4597
4598 * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
4599 pass on the new file hook.
4600
4601 * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
4602 !alpha_force_relocation, as local LITERALs can be adjusted to be
4603 relative to the section.
4604
4605 Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
4606
4607 * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is
4608 defined, call it.
4609 * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
4610 aligned to odd boundary.
4611 (tc_frob_coff_symbol): Define.
4612
4613 * doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
4614
4615 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
4616
4617 * config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
4618 PCINDEX frag. From Ronald F. Guilmette <rfg@monkeys.com>.
4619
4620 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for an
4621 immediate value.
4622 (md_assemble): If the size is 'B', set fx_signed.
4623 (md_apply_fix_2): Use fx_signed when checking for overflow.
4624
4625 * write.h (struct fix): Add fx_signed field.
4626 * write.c (fix_new_internal): Initialize fx_no_overflow and
4627 fx_signed fields.
4628 (fixup_segment): Use fx_signed when checking for overflow.
4629 * config/obj-coff.c (fixup_segment): Check fx_no_overflow and
4630 fx_signed when checking for overflow.
4631
4632 Thu Jan 2 13:37:29 1997 Ian Lance Taylor <ian@cygnus.com>
4633
4634 * NOTES, NOTES.config: Removed. These are rarely, if ever,
4635 updated, and all the useful information is in doc/internals.texi.
4636
4637 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
4638 * read.c (read_a_source_file): Check for conditional operators
4639 before doing an MRI pending alignment.
4640 * config/tc-m68k.h (m68k_conditional_pseudoop): Declare.
4641 (tc_conditional_pseudop): Define.
4642 * config/tc-m68k.c (m68k_conditional_pseudop): New function.
4643 * doc/internals.texi (CPU backend): Describe
4644 tc_conditional_pseudoop.
4645
4646 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
4647 * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
4648 variable.
4649 (md_begin): Check m68k_rel32_from_cmdline before setting
4650 m68k_rel32.
4651 (m68k_mri_mode_change): Likewise.
4652 (md_longopts): Add --disp-size-default-16 and
4653 --disp-size-default-32.
4654 (md_parse_option): Handle new options.
4655 (md_show_usage): Mention new options.
4656 * doc/c-m68k.texi (M68K-Opts): Document new options.
4657
4658 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
4659 * config/tc-m68k.c (m68k_index_width_default): New static
4660 variable.
4661 (m68k_ip): Use m68k_index_width_default to set the size of a base
4662 register whose size was not given.
4663 (md_longopts): Add --base-size-default-16 and
4664 --base-size-default-32.
4665 (md_parse_option): Handle new options.
4666 (md_show_usage): Mention new options.
4667 * doc/c-m68k.texi (M68K-Opts): Document new options.
4668
4669 * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.
4670
4671 * configure.in: Recognize mips-*-linux* target.
4672 * configure: Rebuild.
4673
4674 * config/tc-mips.c (load_register): Rewrite 64 bit handling to
4675 work if valueT is only 32 bits.
4676
4677 * config/tc-mips.c: Throughout, check target_big_endian rather
4678 than byte_order.
4679 (byte_order): Remove.
4680 (mips_init_after_args): Remove.
4681 * config/tc-mips.h (LITTLE_ENDIAN, BIG_ENDIAN): Don't define.
4682 (mips_init_after_args): Don't declare.
4683 (tc_init_after_args): Don't define.
4684
4685 * config/tc-mips.h (tc_frob_after_relocs): Define if
4686 OBJ_MAYBE_ELF.
4687 (mips_elf_final_processing): Likewise.
4688 (ELF_TC_SPECIAL_SECTIONS): Likewise.
4689
4690 Tue Dec 31 15:12:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4691
4692 * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
4693 sld.{h,w} and the operand is relocatable, adjust the adend by
4694 shifting it right one bit.
4695
4696 Tue Dec 31 12:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
4697
4698 * read.c (read_a_source_file): Check mri_pending_align after
4699 checking for a macro. From Ronald F. Guilmette
4700 <rfg@monkeys.com>.
4701
4702 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
4703
4704 * config/tc-sparc.c (md_apply_fix3): Rename from md_apply_fix, and
4705 add segment argument. If OBJ_ELF, treat a relocation against a
4706 symbol in a linkonce section like a relocation against an external
4707 symbol.
4708 * config/tc-sparc.h (MD_APPLY_FIX3): Define.
4709
4710 Mon Dec 30 11:35:40 1996 Ian Lance Taylor <ian@cygnus.com>
4711
4712 * config/tc-mips.c (mips16_macro): Add case for M_ABS.
4713
4714 Fri Dec 27 22:51:51 1996 Fred Fish <fnf@cygnus.com>
4715
4716 * NOTES.config (Implementation): as.h #define's "GAS" not "gas",
4717 includes config.h instead of host.h, tc.h instead of tp.h, and
4718 targ-env.h instead of target-environment.h.
4719 Also, obj-format.h includes targ-cpu.h instead of
4720 target-processor.h.
4721 start-sanitize-tic80
4722 * configure.in (case ${generic_target}): Add tic80-*-coff entry.
4723 * configure: Rebuild with autoconf.
4724 * config/obj-coff.h (coff/tic80.h): Include if TC_TIC80 defined.
4725 (TARGET_FORMAT): Define to "coff-tic80".
4726 * config/tc-tic80.c: New file for TIc80 support.
4727 * config/tc-tic80.h: New file for TIc80 support.
4728 end-sanitize-tic80
4729
4730 Fri Dec 27 11:42:29 1996 Ian Lance Taylor <ian@cygnus.com>
4731
4732 * doc/as.texinfo (M): Mention explicitly that -M changes macro
4733 handling.
4734
4735 Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
4736
4737 * write.c (adjust_reloc_syms): If the fixup symbol has been
4738 equated to an undefined symbol, convert the fixup to being against
4739 the target symbol. Remove obsolete code handling a special case
4740 for i386 PIC.
4741
4742 Wed Dec 18 22:54:39 1996 Stan Shebs <shebs@andros.cygnus.com>
4743
4744 * mpw-make.sed: Use NewFolderRecursive for installation.
4745
4746 Wed Dec 18 16:00:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4747
4748 * config/tc-d10v.c (do_assemble): Correct previous bug fix.
4749
4750 Wed Dec 18 15:27:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4751
4752 * config/tc-d10v.c (md_assemble): Fix bug which caused
4753 second instruction in a line to be case sensitize.
4754
4755 Wed Dec 18 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
4756
4757 * config/tc-mn10200.c (mn10200_insert_operand): Don't
4758 range check operands with MN10200_OPERAND_NOCHECK set.
4759 (check_operand): Likewise.
4760
4761 Tue Dec 17 10:59:32 1996 Ian Lance Taylor <ian@cygnus.com>
4762
4763 * config/tc-mips.c: Undo part of last Friday's alignment changes.
4764 (md_begin): Always align the text section to a four byte
4765 boundary.
4766 (append_insn): Remove call to record_align.
4767
4768 * config/tc-mips.c (insn_label): Remove.
4769 (struct insn_label_list): Define.
4770 (insn_labels, free_insn_labels): New static variables.
4771 (mips_clear_insn_labels): New static function.
4772 (append_insn): Mark all mips16 text labels, and make them odd.
4773 Handle all labels after emitting a nop, not just one. Call
4774 mips_clear_insn_labels rather than just clearing insn_label.
4775 (mips_emit_delays): Add insns parameter, and use it to decide
4776 whether to mark mips16 labels. Handle all labels, not just one.
4777 Force mips16 labels to be odd. Change all callers.
4778 (mips16_immed): Don't check for an odd branch target.
4779 (md_apply_fix): Don't check mips16 mode for a branch reloc.
4780 (mips16_extended_frag): Ignore the low bit in a branch target.
4781 (md_convert_frag): Likewise.
4782 (mips_no_prev_insn): Call mips_clear_insn_labels rather than just
4783 clearing insn_label.
4784 (mips_align, mips_flush_pending_output, s_cons): Likewise.
4785 (s_float_cons, s_gpword): Likewise.
4786 (s_align): Use insn_labels rather than insn_label.
4787 (s_cons, s_float_cons, s_gpword): Likewise.
4788 (mips_frob_file_after_relocs): New function.
4789 (mips_define_label): Rewrite to add to insn_labels list.
4790 * config/tc-mips.h (tc_frob_file_after_relocs): Define.
4791 * ecoff.c (ecoff_build_symbols): If the size of a function comes
4792 out odd, increment it.
4793
4794 * config/tc-mips.c (append_insn): Only update prev_insn when not
4795 reordering if place is NULL.
4796
4797 * config/tc-mips.c (mips16_ip): Check for a missing expression
4798 when using the register indirect addressing mode.
4799
4800 Mon Dec 16 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
4801
4802 * config/tc-mn10200.c (mn10200_insert_operand): Don't
4803 check 24bit operands for overflow.
4804 (check_operand): Likewise.
4805
4806 Mon Dec 16 11:50:40 1996 Ian Lance Taylor <ian@cygnus.com>
4807
4808 * doc/as.texinfo (Section): Document how to use the .section
4809 pseudo-op for COFF and ELF.
4810
4811 Sun Dec 15 15:26:37 1996 Ian Lance Taylor <ian@cygnus.com>
4812
4813 * write.c (adjust_reloc_syms): Fix linkonce check for ELF.
4814
4815 Sat Dec 14 22:37:27 1996 Ian Lance Taylor <ian@cygnus.com>
4816
4817 * config/tc-mips.c (prev_insn_reloc_type): New static variable.
4818 (RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and
4819 store them. Adjust other RELAX_MIPS16 macros.
4820 (RELAX_MIPS16_DSLOT): Define.
4821 (RELAX_MIPS16_JAL_DSLOT): Define.
4822 (append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct
4823 handling of whether previous instruction has a fixup. Set
4824 prev_insn_reloc_type.
4825 (mips_no_prev_insn): Clear prev_insn_reloc_type.
4826 (mips16_extended_frag): Use the right base address for a PC
4827 relative add or load.
4828 (md_convert_frag): Likewise. If a PC relative add or load is
4829 used, record the alignment for the section.
4830
4831 Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com>
4832
4833 * write.c (adjust_reloc_syms): Don't reduce a reloc against a
4834 linkonce section into a reloc against the section symbol.
4835
4836 * config/tc-mips.c (mips16_macro): Remove nop instructions after
4837 branch instructions.
4838
4839 * config/tc-mips.c (md_begin): If configured for an embedded ELF
4840 system, don't set the section alignment to 2**4.
4841 (s_change_sec): Likewise.
4842 (append_insn): Call record_alignment for the section.
4843 (md_section_align): Don't align the section size for an embedded
4844 ELF system.
4845
4846 Thu Dec 12 16:40:47 1996 Ian Lance Taylor <ian@cygnus.com>
4847
4848 * write.c (adjust_reloc_syms): Make sure that symbols are
4849 resolved; expression symbols may have been skipped.
4850 * config/obj-coff.c (fixup_segment): Likewise.
4851
4852 Thu Dec 12 15:18:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4853
4854 * config/tc-ppc.c (ppc_elf_suffix): Move @plt to
4855 BFD_RELOC_24_PLT_PCREL relocation.
4856 (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL.
4857
4858 Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4859
4860 * config/tc-d10v.c (write_2_short): Remove code that called
4861 parallel_ok() when the programmer specified parallel instructions.
4862
4863 Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com)
4864
4865 * config/tc-mn10300.c (md_assemble): Update to handle endianness
4866 issues correctly.
4867
4868 * config/tc-mn10200.c (md_assemble): Opcode 0x0 is valid!
4869 * config/tc-mn10300.c (md_assemble): Likewise.
4870
4871 Tue Dec 10 11:37:14 1996 Ian Lance Taylor <ian@cygnus.com>
4872
4873 * config/tc-mips.c (append_insn): Make sure there is enough room
4874 in a frag after a mips16 instruction to switch it with a jump
4875 instruction.
4876
4877 * config/tc-mips.c (mips16_extended_frag): Give an error for an
4878 attempt to use a non absolute symbol in an extending frag.
4879
4880 Mon Dec 9 16:48:20 1996 Jeffrey A Law (law@cygnus.com)
4881
4882 * config/tc-mn10200.c: Flesh out assembler support for MN10200.
4883 * config/tc-mn10200.h: Likewise.
4884
4885 Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
4886
4887 * app.c (do_scrub_chars): At the end of a C comment, pass space to
4888 UNGET rather than PUT. Set old_state before setting state to -2.
4889
4890 * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
4891 when extending because the value is exactly maxtiny + 1.
4892
4893 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
4894 arguments, and store them. Adjust other RELAX_MIPS16 macros.
4895 (RELAX_MIPS16_USER_SMALL): Define.
4896 (RELAX_MIPS16_USER_EXT): Define.
4897 (mips16_small, mips16_ext): New static variables.
4898 (append_insn): Pass mips16_small and mips16_ext to
4899 RELAX_MIPS16_ENCODE.
4900 (mips16_ip): Set mips16_small and mips16_ext.
4901 (mips16_immed): Don't check mips16_autoextend.
4902 (mips16_extended_frag): Check USER_SMALL and USER_EXT.
4903
4904 * write.c (write_relocs): Print an error for an out of range
4905 fixup, rather than calling abort.
4906
4907 * as.c (main): Unlink the output file if there are errors while
4908 generating the fixups.
4909
4910 Fri Dec 6 18:48:13 1996 Ian Lance Taylor <ian@cygnus.com>
4911
4912 * config/tc-mips.c (mips16_extended_frag): Don't call
4913 S_GET_VALUE.
4914 (md_convert_frag): Call resolve_symbol_value before calling
4915 S_GET_VALUE, and don't add in the frag address.
4916
4917 * config/tc-mips.c (mips16_immed): Add file and line parameters,
4918 and use them when reporting errors. Change all callers.
4919
4920 Fri Dec 6 15:36:32 1996 Jeffrey A Law (law@cygnus.com)
4921
4922 * config/tc-mn10300.c: Fix various gcc -Wall warnings.
4923 Remove '$' prefixing for registers.
4924
4925 Fri Dec 6 00:55:48 1996 Martin <hunt@cygnus.com>
4926
4927 * config/tc-d10v.c (md_assemble): Check to see if prev_seg
4928 is initialized before using it.
4929 (d10v_cleanup): No longer uses its argument, so make it void.
4930
4931 * config/tc-d10v.h (d10v_cleanup): Change prototype.
4932
4933 Thu Dec 5 11:03:31 1996 Ian Lance Taylor <ian@cygnus.com>
4934
4935 * write.c (fixup_segment): Don't discard the symbol for a PC
4936 relative fixup to an absolute symbol.
4937
4938 Wed Dec 4 15:42:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4939
4940 * config/tc-d10v.c (md_assemble, d10v_cleanup): Fix bug
4941 with multiple sections.
4942
4943 Wed Dec 4 13:00:07 1996 Ian Lance Taylor <ian@cygnus.com>
4944
4945 * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
4946 no-mips-16 to no-mips16.
4947 (s_mipsset): Accept .set mips16 and .set nomips16.
4948
4949 Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4950
4951 * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer
4952 argument, and check for +/- constant following the suffix, folding
4953 it into the expression.
4954 (ppc_elf_cons): Change ppc_elf_suffix calls.
4955 (md_assemble): Ditto.
4956 (shlib): Replace boolean mrelocatable with enumeration shlib.
4957 (md_parse_option): Discriminate between PIC style shared libraries
4958 and -mrelocatable.
4959 (ppc_elf_validate_fix): Don't report warnings for PIC style shared
4960 libraries.
4961
4962 Tue Dec 3 23:18:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4963
4964 * config/tc-ppc.h ({tc,ppc}_comment_chars): Define, so that we can
4965 change the comment characters.
4966
4967 * config/tc-ppc.c (comment_chars): Delete in favor of
4968 tc_comment_chars.
4969 (ppc_{eabi,solaris}_comment_chars): Eabi and Solaris versions of
4970 comment chars.
4971 (ppc_comment_chars): Select appropriate comment chars by default.
4972 (msolaris): New flag for -m{,no-}solaris.
4973 (md_parse_option): Recognize -K pic. Add support for
4974 -m{,no-}solaris.
4975 (md_show_usage): Update.
4976 (md_begin): Do not set ELF flags if Solaris.
4977 (ppc_elf_suffix): @local sets R_PPC_LOCAL24PC relocation.
4978 (md_apply_fix3): Add support for R_PPC_LOCAL24PC.
4979
4980 Mon Dec 2 13:48:57 1996 Ian Lance Taylor <ian@cygnus.com>
4981
4982 * as.c (main): Correct handling of flag_always_generate_output.
4983
4984 Sun Dec 1 21:46:05 1996 Jeffrey A Law (law@cygnus.com)
4985
4986 * config/tc-mn10300.c (tc_gen_reloc): Get the addend from
4987 fx_offset, not fx_addnumber.
4988
4989 * config/tc-mn10300.h (tc_fix_adjustable): Don't do any
4990 reloc adjustments.
4991
4992 Sat Nov 30 17:34:48 1996 Eliot Dresselhaus <eliot@wally.edc.com>
4993
4994 * config/tc-i386.c: Correct misspelling: balenced to balanced.
4995
4996 Wed Nov 27 13:25:39 1996 Ian Lance Taylor <ian@cygnus.com>
4997
4998 * config/tc-mips.c (md_section_align): Check for an alignment of
4999 4, not an alignment of 16. Corrects August 7 patch.
5000
5001 Tue Nov 26 10:33:16 1996 Ian Lance Taylor <ian@cygnus.com>
5002
5003 * configure, conf.in: Rebuild with autoconf 2.12.
5004
5005 * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no
5006 alignment is specified.
5007
5008 Add support for mips16 (16 bit MIPS implementation):
5009 * config/tc-mips.c: Extensive additions for mips16 support, not
5010 listed here.
5011 (RELAX_OLD, RELAX_NEW): Use only 7 bits each.
5012 (insn_uses_reg): Change last parameter to an enum.
5013 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Define as 0.
5014 (md_relax_frag): Define as mips_relax_frag.
5015 (mips_relax_frag): Declare.
5016 (struct mips_cl_insn): Add use_extend and extend fields.
5017 (tc_fix_adjustable): Define.
5018 * config/obj-elf.h (S_GET_OTHER): Define.
5019 (S_SET_OTHER): Define.
5020
5021 Mon Nov 25 18:02:29 1996 J.T. Conklin <jtc@beauty.cygnus.com>
5022
5023 * config/tc-m68k.c (m68k_ip): Implement cases for new <, >, m, n,
5024 o and p operand specifiers.
5025
5026 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
5027
5028 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
5029 (relax_segment, case rs_org): Move code inside braces. Move locals
5030 target,after inside too.
5031 (relax_segment, case rs_machine_dependent): Guts moved to ...
5032 (relax_frag): New function.
5033 Call md_prepare_relax_scan if defined.
5034 * config/tc-m68k.h (md_prepare_relax_scan): Renamed from
5035 M68K_AIM_KLUDGE.
5036
5037 Mon Nov 25 08:49:36 1996 Jeffrey A Law (law@cygnus.com)
5038
5039 * config/tc-mn10300.c (address_registers): Use '$' as register
5040 prefix instead of '%'.
5041 (data_registers, other_registers, md_assemble): Likewise.
5042
5043 * config/tc-mn10300.c (address_registers): Use '%' prefix for regs.
5044 (data_registers, other_registers, md_assemble): Likewise.
5045
5046 * config/tc-mn10300.c (md_assemble): Correctly determine the
5047 correct location and type for each relocation.
5048 (md_pcrel_from): Simplify.
5049
5050 Fri Nov 22 15:42:26 1996 Ian Lance Taylor <ian@cygnus.com>
5051
5052 * config/tc-sh.c (md_convert_frag): Improve warning when branch is
5053 converted into branch around branch.
5054
5055 Thu Nov 21 11:56:11 1996 Jeffrey A Law (law@cygnus.com)
5056
5057 * config/tc-mn10300.h (DIFF_EXPR_OK): Don't define this.
5058 (tc_fix_adjustable): Don't adjust relocs against weak symbols or
5059 pc-relative relocs.
5060 * config/tc-mn10300.c (md_begin): Set linkrelax.
5061 (md_assemble): Create fixups as needed.
5062 (md_apply_fix3): Gut. It shouldn't ever get called anymore.
5063
5064 Tue Nov 19 17:48:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5065
5066 * config/tc-d10v.c (parallel_ok): When automatically converting
5067 serial ops to parallel, do not consider a branch as the first
5068 instruction.
5069
5070 Tue Nov 19 13:35:22 1996 Jeffrey A Law (law@cygnus.com)
5071
5072 * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
5073
5074 Mon Nov 18 15:26:55 1996 Jeffrey A Law (law@cygnus.com)
5075
5076 * config/tc-mn10300.c (mn10300_insert_operand): Provide prototype
5077 via PARAMS.
5078 (check_operand): Likewise.
5079
5080 Mon Nov 18 15:22:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5081
5082 * config/tc-d10v.c (parallel_ok): Branch and link instructions
5083 modify r13.
5084 (write_2_short): Call parallel_ok to check whether two short
5085 instructions the user requested execute in parallel, can be
5086 executed that way.
5087
5088 Thu Nov 14 11:17:49 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5089
5090 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't
5091 allow a branch and link in parallel with an exe instruction.
5092
5093 Fri Nov 8 13:55:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5094
5095 * doc/c-d10v.texi: Add info on @word modifier.
5096
5097 Wed Nov 6 13:46:07 1996 Jeffrey A Law (law@cygnus.com)
5098
5099 * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
5100 operands are assumed to be 32bits. Use "bits" field to hold the
5101 number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
5102 (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
5103 to be 32bits.
5104
5105 * config/tc-mn10300.c (mn10300_insert_operand): Shift low part
5106 of a MN10300_OPERAND_SPLIT operand by operand->shift.
5107
5108 * config/tc-mn10300.c (mn10300_insert_operand): Handle
5109 MN10300_OPERAND_SPLIT.
5110
5111 Tue Nov 5 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
5112
5113 * config/tc-mn10300.c (md_assemble): Insert operands into
5114 the extension part of the instruction if necessary.
5115 (mn10300_insert_operand): Accept pointer to extension word
5116 argument. Make insn a pointer argument too. Return type
5117 is now void. All callers changed.
5118
5119 Mon Nov 4 12:53:40 1996 Jeffrey A Law (law@cygnus.com)
5120
5121 * config/tc-mn10300.c (mn10300_insert_operand): Handle
5122 repeated register operands.
5123
5124 Fri Nov 1 10:42:49 1996 Ian Lance Taylor <ian@cygnus.com>
5125
5126 * doc/as.texinfo: Added section on reporting bugs.
5127
5128 * config/tc-alpha.c: Change uses of void * to PTR. Change the
5129 alpha_macro emit field to expect a const argument, and change the
5130 arg field to be const. Fix some spacing to follow the GNU
5131 standard.
5132
5133 Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu>
5134
5135 * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
5136 (pca56) and 21264 (ev6) cpus.
5137 (md_apply_fix): Private relocation types are now negative.
5138 (alpha_force_relocation): Likewise.
5139 (tc_gen_reloc): Likewise.
5140 (emit_insn): Likewise.
5141 (emit_ldXu): Do the right thing when the hardware can do byte insns.
5142 (emit_stX): Likewise.
5143 (emit_sextX): Likewise.
5144
5145 Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com>
5146
5147 * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
5148 a symbol found in a reloc.
5149
5150 * symbols.c (resolve_symbol_value): Improve the error message if
5151 an undefined symbol is used in an expression.
5152
5153 Wed Oct 30 20:15:35 1996 Ian Lance Taylor <ian@cygnus.com>
5154
5155 * doc/internals.texi: Rewrite, and add a lot of documentation.
5156 * doc/Makefile.in (internals.info): New target.
5157
5158 Wed Oct 30 14:55:57 1996 Jeffrey A Law (law@cygnus.com)
5159
5160 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
5161 against weak symbols.
5162
5163 Tue Oct 29 12:28:16 1996 Jeffrey A Law (law@cygnus.com)
5164
5165 * config/tc-v850.c (md_assemble): Don't lose for relaxable
5166 addresses like .+6.
5167
5168 * config/tc-v850.c (md_convert_frag): Make sure we insert the
5169 fixup at the right address within the frag.
5170
5171 * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
5172 to an absolute value, instead increment it as needed.
5173
5174 * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
5175 * config/tc-v850.c: Fix some indention problems.
5176 (md_relax_table): Define for D9->D99 branch displacement
5177 relaxing.
5178 (md_convert_frag): Do something useful instead of aborting.
5179 (md_estimate_size_before_relax): Likewise.
5180 (md_assemble): Note if the matching instruction has a relaxable
5181 operand. If it does, allocate frag with frag_var and don't
5182 do any fixups.
5183
5184 Mon Oct 28 10:48:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5185
5186 * config/tc-d10v.h (md_cleanup): New function. This is needed to
5187 write out any buffered instructions when a ".end" is found.
5188
5189 Mon Oct 28 10:43:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5190
5191 * read.c (read_a_source_file): New hook md_cleanup().
5192
5193 Fri Oct 25 00:01:00 1996 Ian Lance Taylor <ian@cygnus.com>
5194
5195 * write.c (fix_new_exp): Use make_expr_symbol to build an
5196 expression symbol for a complex fixup.
5197
5198 Thu Oct 24 14:31:04 1996 Jeffrey A Law (law@cygnus.com)
5199
5200 * config/tc-v850.c (v850_reloc_prefix): Several disgusting
5201 hacks to improve parsing of complex hi, lo, zda, etc
5202 expressions.
5203 (md_assemble): Don't demand and eat a trailing ')' after finding
5204 a v850 relocation prefix. Sign extend the constant in a
5205 BFD_RELOC_LO16 expression. Do eat a trailing ')' after a complete
5206 operand.
5207 (parse_cons_expression_v850): Don't eat a trailing ')' after
5208 finding a v850 relocation prefix.
5209
5210 * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
5211 (TC_CONS_FIX_NEW): Likewise.
5212 * config/tc-v850.c (parse_cons_expression_v850): New function.
5213 (cons_fix_new_v850): Likewise.
5214
5215 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
5216
5217 Wed Oct 23 18:20:29 1996 Ian Lance Taylor <ian@cygnus.com>
5218
5219 * config/tc-ppc.c (md_apply_fix3): Give a better warning message
5220 for an unknown relocation type.
5221
5222 Wed Oct 23 16:21:28 1996 Jeffrey A Law (law@cygnus.com)
5223
5224 * config/tc-v850.c (md_pseudo_table): Add .word; allocates
5225 4 bytes of space.
5226
5227 Tue Oct 22 22:01:25 1996 Jeffrey A Law (law@cygnus.com)
5228
5229 * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
5230 differently for movea & sst/sld insns.
5231
5232 Tue Oct 22 17:09:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5233
5234 * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
5235 of instructions.
5236
5237 Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com>
5238
5239 * obj.h (struct format_ops): Add frob_file_after_relocs field.
5240 * config/obj-multi.h (obj_frob_file_after_relocs): Define.
5241 * config/obj-ecoff.c (ecoff_format_ops): Initialize new
5242 frob_file_after_relocs field.
5243 * config/obj-elf.c (elf_format_ops): Likewise.
5244 * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
5245 including obj-elf.h.
5246
5247 Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com>
5248
5249 * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
5250 specially if not ELF.
5251 (md_apply_fix): Handle BFD_RELOC_64.
5252 (tc_gen_reloc): Handle BFD_RELOC_64.
5253
5254 * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
5255 relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
5256 reloc hacking).
5257
5258 * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
5259 Don't check S_GET_OTHER.
5260
5261 Fri Oct 18 14:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
5262
5263 * config/tc-mips.c (mips_ip): Accept an odd floating point
5264 register with l.s or s.s.
5265
5266 * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
5267 .type pseudo-op.
5268 (obj_aout_type): New static function.
5269
5270 Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com>
5271
5272 * Makefile.in ($(OBJS)): Depend upon libiberty.h.
5273
5274 Wed Oct 16 11:28:31 1996 Jeffrey A Law (law@cygnus.com)
5275
5276 * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
5277 and sdaoff expressions.
5278
5279 * write.c (fixup_segment): Don't add symbol value to addend if
5280 TC_V850 and OBJ_ELF.
5281 * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
5282 pc-relative fixups.
5283
5284 * config/tc-v850.c (md_pcrel_from): Undo yesterday's changes.
5285 (md_pcrel_from_section): Likewise.
5286 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Likewise.
5287
5288 Tue Oct 15 23:19:00 1996 Jeffrey A Law (law@cygnus.com)
5289
5290 * config/tc-v850.c (md_pcrel_from): Delete unused function.
5291 (md_pcrel_from_section): New function.
5292 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
5293
5294 Mon Oct 14 13:59:12 1996 Ian Lance Taylor <ian@cygnus.com>
5295
5296 * config/tc-mips.c (load_register): Add cast to offsetT when using
5297 a constant with &~.
5298
5299 Mon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu.edu>
5300
5301 * config/obj-elf.c (elf_frob_file): Move ECOFF debug processing to ...
5302 (elf_frob_file_after_relocs): ... here. New function.
5303 * config/obj-elf.h (obj_from_file_after_relocs): New macro.
5304 * write.c (write_object_file): Call *frob_after_relocs after the
5305 call to write_relocs.
5306
5307 * config/tc-alpha.c: Use new BFD_RELOC_ALPHA_ELF_LITERAL reloc.
5308
5309 * config/tc-alpha.c (load_expression): Don't SET_VALUE on the section
5310 symbol, as this messes up linking. Instead, expand the recursive call
5311 inline and change up the appropriate bits to get the 0x8000 offset
5312 in the reloc addend.
5313
5314 Thu Oct 10 17:30:31 1996 Ian Lance Taylor <ian@cygnus.com>
5315
5316 * config/tc-sparc.h (tc_fix_adjustable): Permit the difference of
5317 two symbols in the same segment to be adjusted.
5318
5319 * configure.in: Don't get confused by CPU-VENDOR-linux-gnu.
5320 * configure: Rebuild.
5321
5322 Thu Oct 10 17:22:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5323
5324 * config/tc-ppc.c (ppc_insert_operand): Change most warnings into
5325 errors.
5326 (ppc_elf_validate_fix): Ditto.
5327 (md_assemble): Ditto.
5328 (ppc_tc): Ditto.
5329 (ppc_pe_section): Ditto.
5330 (ppc_frob_symbol): Ditto.
5331
5332 Thu Oct 10 12:05:45 1996 Jeffrey A Law (law@cygnus.com)
5333
5334 * config/mn10300.c (md_assemble): Pass an extra shift count
5335 to mn10300_insert_operand based on the opcode format.
5336 (mn10300_insert_operand): Accept and use extra shift count
5337 parameter.
5338
5339 * config/tc-mn10300.c (md_assemble): Use FMT_* macros for
5340 formats rather than hard-coded constants.
5341
5342 * config/tc-mn10300.c (md_assemble): Format D5 instructions
5343 are 7 bytes long. Write out instructions in big-endian format.
5344
5345 Tue Oct 8 14:56:15 1996 Jeffrey A Law (law@cygnus.com)
5346
5347 * config/tc-mn10300.c (md_assemble): Tweak further so
5348 that all instructions are parsed correctly.
5349
5350 Tue Oct 8 13:02:21 1996 Ian Lance Taylor <ian@cygnus.com>
5351
5352 * as.h: Include libiberty.h.
5353 (xmalloc, xrealloc): Don't declare.
5354 * as.c: Don't include libiberty.h.
5355 * expr.c, read.c, stabs.c, config/obj-coff.c: Likewise.
5356 * config/tc-mips.c: Likewise.
5357 * messages.c: Likewise.
5358 (xstrerror): Don't declare.
5359 * xmalloc.c: Remove.
5360
5361 Mon Oct 7 16:53:23 1996 Jeffrey A Law (law@cygnus.com)
5362
5363 * config/tc-mn10300.h (pre_defined_registers) Remove.
5364 (system_registers, cc_names): Likewise.
5365 (address_registers, data_registers, other_registers): New register
5366 arrays.
5367 (register_name, system_register_name, cc_name): Remove.
5368 (mn10300_reloc_prefix): Likewise.
5369 (data_register_name): New function.
5370 (address_register_name, other_register_name): Likewise.
5371 (md_assemble): Rough cut at parsing operands. Remove lots of
5372 unwanted code.
5373 (md_apply_fix3): Disable for now.
5374
5375 Mon Oct 7 11:38:34 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5376
5377 * config/tc-m68k.c (select_control_regs): New function, extracted
5378 out of m68k_init_after_args.
5379 (m68k_init_after_args): Use it.
5380 (mri_chip): Use it here as well to update set of allowed control
5381 regs for movec.
5382
5383 Mon Oct 7 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
5384
5385 * config/obj-elf.c (elf_begin): New function.
5386 (obj_elf_section): Add the section symbol to the symbol table.
5387 * config/obj-elf.h (obj_begin): Define.
5388 (elf_begin): Declare.
5389 * as.c (perform_an_assembly_pass): Call obj_begin if it is
5390 defined.
5391
5392 Fri Oct 4 18:37:32 1996 Ian Lance Taylor <ian@cygnus.com>
5393
5394 * config/obj-coff.c (fixup_segment): Subtract the section address
5395 from a PC relative reloc if TC_M68K.
5396
5397 Thu Oct 3 15:15:30 1996 Ian Lance Taylor <ian@cygnus.com>
5398
5399 * config/tc-sparc.c (md_pseudo_table): Make .uahalf, .uaword, and
5400 .uaxword available even if not OBJ_ELF.
5401 (md_atof): Remove unused local variable wordP.
5402
5403 Thu Oct 3 00:16:50 1996 Jeffrey A Law (law@cygnus.com)
5404
5405 * config/tc-mn10x00.c, config/tc-mn10x00.h: New files
5406 for Matsushita MN10x00 support.
5407 * configure.in: Recognize mn10x00-*-*
5408 * configure: Rebuilt.
5409
5410 Wed Oct 2 15:54:03 1996 Klaus Kaempf <kkaempf@progis.de>
5411
5412 * obj-evax.h: move openvms definitions from here to tc-alpha.c.
5413 * tc-alpha.c: add support for vms_case_hack like in vax/vms.
5414 (load_expression): track clobbering of base reg before jmp/jsr.
5415 (s_alpha_file): pass case_hack flags and source filename via
5416 symbol table to bfd.
5417 * tc-alpha.h (TC_CONS_FIX_NEW): define
5418
5419 Tue Oct 1 16:16:01 1996 Joel Sherrill <joel@oarcorp.com>
5420
5421 * configure.in (mips-*-rtems*): New target, like mips-*-elf*.
5422 * configure: Rebuild.
5423
5424 Tue Oct 1 12:37:48 1996 Ian Lance Taylor <ian@cygnus.com>
5425
5426 * read.c (s_macro): Warn if a macro has the same name as a
5427 pseudo-op.
5428 (s_space): In m68k MRI mode, align to a word boundary.
5429 * macro.c (define_macro): Add namep parameter. Change all
5430 callers.
5431 * macro.h (define_macro): Update declaration.
5432
5433 * as.c (show_usage): Print bug report address.
5434 (parse_args): Change version printing to match current GNU
5435 standards.
5436 * gasp.c (show_usage): Print bug report address.
5437 (main): Change version printing to match current GNU standards.
5438
5439 * config/tc-m68k.c (init_table): Correct access control unit
5440 register numbers. From Ken Rose <rose@netcom.com>.
5441
5442 * config/tc-alpha.c: Add some static function prototypes.
5443 (alpha_macros): Move to top of file. Make static.
5444 (alpha_num_macros): Move to top of file.
5445
5446 Tue Oct 1 09:36:19 1996 Stu Grossman (grossman@critters.cygnus.com)
5447
5448 * tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
5449 generated by DWARF.
5450
5451 Sat Sep 28 03:38:08 1996 Ian Lance Taylor <ian@cygnus.com>
5452
5453 * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
5454 and just call sprintf_vma.
5455
5456 Thu Sep 26 16:04:11 1996 Ian Lance Taylor <ian@cygnus.com>
5457
5458 * expr.c (expr): Change >>= to >> (fix typo). (From meissner).
5459
5460 Tue Sep 24 19:05:08 1996 Ian Lance Taylor <ian@cygnus.com>
5461
5462 * read.c (float_cons): Call md_flush_pending_output if it is
5463 defined.
5464
5465 Tue Sep 24 12:22:18 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5466
5467 * config/tc-d10v.c (md_operand): Created. Allows operands to
5468 start with '#'.
5469 * config/tc-d10v.h (md_operand): Undefined.
5470
5471 Mon Sep 23 12:13:18 1996 Ian Lance Taylor <ian@cygnus.com>
5472
5473 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
5474 (md_assemble): A fixup width of '3' means a 1 byte reloc.
5475
5476 Thu Sep 19 12:21:24 1996 Ian Lance Taylor <ian@cygnus.com>
5477
5478 * config/obj-coff.c (fixup_segment): Don't adjust PC relative
5479 reloc for the i960 for a reloc in the same section. This undoes
5480 one of the two changes made Aug 19.
5481
5482 Wed Sep 18 12:11:58 1996 Ian Lance Taylor <ian@cygnus.com>
5483
5484 * config/obj-coff.c (obj_coff_endef): Both versions: Move C_STAT
5485 symbols to the position of the debugging information.
5486
5487 Mon Sep 16 11:41:40 1996 Ian Lance Taylor <ian@cygnus.com>
5488
5489 * expr.c (expr): Always use unsigned right shifts for >>.
5490
5491 Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk>
5492
5493 * config/tc-arm.c (md_apply_fix3): Update two thumb instruction
5494 slots when processing BL fixups.
5495
5496 * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
5497 on the first half of the instruction.
5498
5499 Wed Sep 11 00:09:35 1996 Ian Lance Taylor <ian@cygnus.com>
5500
5501 * ecoff.c (ecoff_stab): Create an expression symbol for a complex
5502 stabs expression, rather than giving an error.
5503
5504 * ecoff.c (ecoff_new_file): Don't do anything if we are still in
5505 the same file.
5506
5507 Tue Sep 10 11:45:37 1996 Ian Lance Taylor <ian@cygnus.com>
5508
5509 * config/tc-mips.c (append_insn): Fill in the value for a constant
5510 jump, rather than creating a reloc.
5511
5512 Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com>
5513
5514 * config/tc-mips.c (append_insn): Don't swap an instruction which
5515 sets a condition code with an instruction which uses a condition
5516 code.
5517 (mips_ip): In cases 'N' and 'M', look for $fccN rather than an
5518 immediate value.
5519
5520 * config/tc-mips.c (md_begin): Recognize r5000 for cpu.
5521 (mips_ip): Give a better error message if the ISA level is wrong.
5522 (md_parse_option): Recognize -mcpu=[v][r]5000.
5523
5524 Sat Sep 7 13:25:55 1996 James G. Smith <jsmith@cygnus.co.uk>
5525
5526 * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
5527 leading zeroes.
5528 (load_register): Ensure hi32 bits are not lost during lo32bit
5529 processing. Fix shift offset that was overflowing into the next
5530 instruction field. Add code to generate shorter sequences for
5531 constants with a single contiguous seqeuence of ones.
5532
5533 Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5534
5535 * config/tc-d10v.c (d10v_dot_word): New function to support
5536 "@word" with the word pseudo-op.
5537 (md_apply_fix3): Cleanup and changes to support correct sizes
5538 for 16 and 18-bit relocs.
5539
5540 Fri Sep 6 16:00:29 1996 Doug Evans <dje@canuck.cygnus.com>
5541
5542 * configure.in (sparc-*-aout): Set `em'.
5543 * configure: Regenerated.
5544 * config/te-sparcaout.h: New file.
5545 * config/tc-sparc.h (TARGET_BYTES_BIG_ENDIAN): Define.
5546 Ifdef TE_SPARCOUT define TARGET_FORMAT and SPARC_BIENDIAN.
5547 * config/tc-sparc.c (INSN_BIG_ENDIAN): New macro.
5548 (SPECIAL_CASE_{SETSW,SETX}): Define.
5549 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
5550 (md_begin): Delete setting of `target_big_endian'.
5551 (output_insn): New function.
5552 (md_assemble): Rewrite. Add `setx' support.
5553 (sparc_ip): Handle `0' operand char. Recognize setuw, setsw, setx
5554 special cases.
5555 (md_atof): Add little endian support.
5556 (md_number_to_chars): Likewise.
5557 (md_apply_fix): Likewise.
5558 (md_longopts): Recognize -EL,-EB ifdef SPARC_BIENDIAN.
5559 (md_parse_option): Likewise.
5560 (md_show_usage): Print -EL, -EB ifdef SPARC_BIENDIAN.
5561
5562 Thu Sep 5 13:40:29 1996 Ian Lance Taylor <ian@cygnus.com>
5563
5564 * ecoff.c (ecoff_new_file): New function.
5565 * ecoff.h (ecoff_new_file): Declare.
5566 * config/obj-ecoff.h (obj_app_file): Define.
5567
5568 Thu Sep 5 13:39:25 1996 Richard Henderson <rth@tamu.edu>
5569
5570 * config/tc-alpha.c (load_expression): Bias the .lit8 section
5571 symbol by 32k so that our 16-bit signed offset can address the
5572 entire chunk. Reported by <matt@lkg.dec.com>.
5573
5574 Wed Sep 4 10:23:20 1996 Ian Lance Taylor <ian@cygnus.com>
5575
5576 * config/tc-mips.c (load_register): Remove unused variable tmp.
5577
5578 Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
5579
5580 * config/tc-mips.c (load_register): Remove unnecessary code that
5581 was causing the high 32bits of 64bit constants to be lost.
5582
5583 Tue Sep 3 13:52:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5584
5585 * config/tc-d10v.c: Added changes to support function
5586 pointers and "@word" syntax.
5587
5588 Tue Sep 3 11:57:18 1996 Jeffrey A Law (law@cygnus.com)
5589
5590 * config/tc-v850.c: Remove commented out and #if 0'd code.
5591 (v850_reloc_prefix): Provide prototype.
5592 (postfix, get_reloc, build_insn): Remove prototypes for nonexistant
5593 functions.
5594 (md_begin, md_assemble, md_apply_fix3): Remove unused variables.
5595 (md_assemble): Add default to case statement.
5596
5597 Sat Aug 31 16:03:00 1996 Jeffrey A Law (law@cygnus.com)
5598
5599 * config/tc-v850.c (md_assemble): Compute size of the instrction
5600 from the opcode.
5601
5602 * config/tc-v850.c (md_apply_fix3): Do simple byte, short and
5603 word fixups too.
5604
5605 Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com)
5606
5607 * config/tc-v850.c (md_apply_fix3): Use little endian get/put
5608 routines to fetch/store the updated instruction from/to memory.
5609 (v850_insert_operand): If the operand has a specialized insert
5610 routine, call it.
5611
5612 Fri Aug 30 18:35:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
5613
5614 * config/tc-v850.c (reg_name_search): Align calling convention to
5615 be like identical function found in tc-ppc.c.
5616 (get_reloc): Removed.
5617 (v850_reloc_prefix): New function, parse lo(), hi() and hi0().
5618 (md_assemble): emit fixups.
5619 (md_pcrel_from): renamed from md_pcrel_from_section, emit proper
5620 displacement.
5621 (md_apply_fix3): handle fixups/relocs.
5622 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
5623
5624 Fri Aug 30 18:12:00 1996 Ian Lance Taylor <ian@cygnus.com>
5625
5626 Add SH ELF support.
5627 * configure.in (sh-*-elf*): New target.
5628 * config/tc-sh.h (TARGET_ARCH): Define.
5629 (WORKING_DOT_WORD): Define.
5630 (TC_COFF_FIX2RTYPE): Only define if OBJ_COFF.
5631 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
5632 (TC_RELOC_MANGLE, tc_coff_symbol_emit_hook): Likewise.
5633 (DO_NOT_STRIP, NEED_FX_R_TYPE, TC_KEEP_FX_OFFSET): Likewise.
5634 (TC_COFF_SIZEMACHDEP, tc_frob_file): Likewise.
5635 (SUB_SEGMENT_ALIGN): Likewise.
5636 (RELOC_32): Don't define.
5637 (tc_frob_file_before_adjust): Define if BFD_ASSEMBLER.
5638 (target_big_endian): Declare if OBJ_ELF.
5639 (TARGET_FORMAT): Define if OBJ_ELF.
5640 * config/tc-sh.c: Use BFD reloc codes instead of SH COFF reloc
5641 numbers throughout.
5642 (tc_crawl_symbol_chain): Only define if OBJ_COFF.
5643 (tc_headers_hook, tc_coff_sizemachdep): Likewise.
5644 (struct sh_count_relocs): Define.
5645 (sh_count_relocs): New static function, broken out of
5646 sh_frob_file. Add BFD_ASSEMBLER code.
5647 (sh_frob_section): Likewise.
5648 (sh_frob_file): Call sh_frob_section.
5649 (md_convert_frag): If BFD_ASSEMBLER, change type of headers, and
5650 call section_symbol rather than seg_info (seg)->dot.
5651 (md_section_align): Add OBJ_ELF version.
5652 (SWITCH_TABLE_CONS): Define.
5653 (SWITCH_TABLE): Use SWITCH_TABLE_CONS.
5654 (md_apply_fix): Change parameter types if BFD_ASSEMBLER. Only
5655 handle fx_r_type == 0 if not BFD_ASSEMBLER. Return 0 if
5656 BFD_ASSEMBLER.
5657 (struct reloc_map): Define if not BFD_ASSEMBLER.
5658 (coff_reloc_map): Likewise.
5659 (sh_coff_reloc_mangle): Use coff_reloc_map to convert fx_r_type.
5660 (tc_gen_reloc): New function if BFD_ASSEMBLER.
5661 * write.c (write_relocs): Ifdef out fx_where test which triggers
5662 inappropriately for SH ELF.
5663 (write_object_file): Call tc_frob_file_before_adjust and
5664 obj_frob_file_before_adjust if they are defined.
5665
5666 * write.c (write_object_file): Use BFD_RELOC_16, not
5667 BFD_RELOC_NONE, when calling fix_new_exp for a broken word.
5668
5669 * read.c (emit_expr): Fix conversion of byte count to BFD reloc
5670 code.
5671
5672 Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5673
5674 * config/tc-d10v.c (find_opcode): Fix problem with calculating
5675 branch sizes in across sections.
5676
5677 Fri Aug 30 00:44:13 1996 Jeffrey A Law (law@cygnus.com)
5678
5679 * config/tc-850.c (md_assemble): Handle hi() correctly. Handle
5680 hi0() too.
5681
5682 Wed Aug 28 23:11:08 1996 Jeffrey A Law (law@cygnus.com)
5683
5684 * config/tc-v850.c (md_begin): Deal with end of opcode
5685 table marker.
5686
5687 Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5688
5689 * config/tc-d10v.c (find_opcode): Fix a bug which could generate
5690 the wrong opcode for cases like st2w where there are many forms
5691 of the same instruction.
5692
5693 Tue Aug 27 13:53:22 1996 Ian Lance Taylor <ian@cygnus.com>
5694
5695 * expr.c (operand): If md_parse_name is defined, call it before
5696 calling symbol_find_or_make.
5697 * config/tc-ppc.h (md_parse_name): Define.
5698 (ppc_parse_name): Declare.
5699 * config/tc-ppc.c (reg_name_search): Add regs and regcount
5700 parameters.
5701 (register_name): Update call to reg_name_search.
5702 (cr_operand): New static variable.
5703 (cr_names): New static const array.
5704 (ppc_parse_name): New function.
5705 (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
5706 cr_operand before calling expression.
5707
5708 Tue Aug 27 09:05:50 1996 Jeffrey A Law (law@cygnus.com)
5709
5710 * config/tc-hppa.c (tc_gen_reloc): Add new argument to
5711 hppa_gen_reloc_type call.
5712
5713 Mon Aug 26 18:24:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5714
5715 * config/tc-d10v.c: Fixed ".word". Fixed problem with range checking
5716 on addresses. Improved error messages.
5717 * doc/c-d10v.texi: Added docs for register pairs.
5718
5719 Mon Aug 26 13:39:27 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5720
5721 * config/tc-d10v.c (parallel_ok): Fix bug in parallel
5722 checking code.
5723
5724 Mon Aug 26 14:38:22 1996 Ian Lance Taylor <ian@cygnus.com>
5725
5726 * ecoff.c (init_file): Initialize fMerge to 1.
5727 (add_file): Restore old file merging code, but only merge files if
5728 fMerge is set.
5729 (ecoff_directive_loc): Clear fMerge field of current file.
5730 (ecoff_generate_asm_lineno): Likewise.
5731
5732 Fri Aug 23 11:40:47 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5733
5734 * doc/c-d10v.texi: Fix typo.
5735
5736 Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
5737
5738 * config/tc-v850.c (md_assemble): Correct bit masking for
5739 hi and lo expressions.
5740
5741 * config/tc-v850.c (md_assemble): Rough cut at demanding
5742 "ep" or "r30" in sst and sld instructions.
5743 (md_apply_fix3): Don't abort. Just warn that we don't
5744 have relocs yet.
5745
5746 * config/tc-v850.c (CC_NAME_CNT): Define.
5747 (cc_name): New function.
5748 (md_assemble): Handle V850_OPERAND_CC correctly.
5749
5750 * config/tc-v850.c (md_assemble): Don't forget to initialize
5751 "insn"!
5752
5753 * config/tc-v850.c (reg_name_search): Generalize to search
5754 any given register table.
5755 (register_name): Pass appropriate table and size to reg_name_search.
5756 (system_register_name): New function.
5757 (SYSREG_NAME_CNT): Define.
5758 (md_assemble): Handle operands which are system registers.
5759
5760 * config/tc-v850.c (md_assemble): If we find a register, but the
5761 opcode doesn't want a register, then we don't have a match.
5762 (md_assemble): Get size of the instruction from the opcode table.
5763
5764 Thu Aug 22 10:20:30 1996 Ian Lance Taylor <ian@cygnus.com>
5765
5766 * configure.in: Set and substitute HLDENV.
5767 * configure: Rebuild.
5768 * Makefile.in (HLDENV): New variable.
5769 (as.new): Use $(HLDENV).
5770
5771 * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
5772 if an array dimension is not known.
5773
5774 Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5775
5776 * config/tc-d10v.c: Fix a reloc bug caused by my last change.
5777 * doc/c-d10v.texi: Cleanup.
5778
5779 Tue Aug 20 15:15:16 1996 J.T. Conklin <jtc@hippo.cygnus.com>
5780
5781 * config/tc-v850.c: New file.
5782 * config/tc-v850.h: New file.
5783 * configure (v850-*-elf): New target.
5784 * configure.in (v850-*-elf): New target.
5785
5786 Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5787
5788 * doc/c-d10v.texi: New file.
5789 * doc/all.texi: Added D10V stuff.
5790 * doc/as.texinfo: Added D10V stuff.
5791
5792 Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5793
5794 * config/tc-d10v.c: All references to defined symbols should
5795 now use the optimal instruction. .float and .double now work.
5796
5797 Mon Aug 19 14:41:36 1996 Ian Lance Taylor <ian@cygnus.com>
5798
5799 * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
5800 section address for the i960 as is done for the i386.
5801
5802 Thu Aug 15 16:37:59 1996 Stan Shebs <shebs@andros.cygnus.com>
5803
5804 * mpw-config.in: Add wildcards for config matching, add mips-*-*
5805 case, forward-include bfd/elf-bfd.h.
5806
5807 Thu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5808
5809 * config/tc-d10v.c: Add additional information to the opcode
5810 table to help determinine which instructions can be done
5811 in parallel.
5812
5813 Thu Aug 15 17:01:31 1996 James G. Smith <jsmith@cygnus.co.uk>
5814
5815 * config/tc-arm.c: Major changes to add Thumb support, with lots
5816 of change input from <rearnsha@armltd.co.uk>.
5817 Reverted to INSN_SIZE macro, rather than insn_size variable.
5818 (insns): Added ARM "bx" instruction support.
5819 (tinsns): Added Thumb instruction definition structure.
5820 (arm_tops_hsh): Added hash structure for Thumb opcodes.
5821 (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
5822 (opcode_select,s_arm,s_thumb,s_code): Added.
5823 (decode_shift): Allow upper-case RRX.
5824 (do_ldst): Simpler halfword support.
5825 (do_ldmstm): Improved.
5826 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
5827 thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
5828 do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
5829 do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
5830 do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
5831 do_t_adr): Added.
5832 (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
5833 (md_parse_option): Add support for -mthumb.
5834 (md_show_usage): Updated to reflect new command line option.
5835 (arm_data_in_code, arm_canonicalize_symbol_name): Added.
5836 * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
5837 fragment information to be held.
5838
5839 Thu Aug 15 16:12:00 1996 Richard Earnshaw (rearnsha@armltd.co.uk)
5840
5841 * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is
5842 non-null, but is a constant.
5843 (fix_new_arm): Call make_expr_symbol to make the expression symbol
5844 so that error reporting will work correctly.
5845
5846 Wed Aug 14 10:37:21 1996 Ian Lance Taylor <ian@cygnus.com>
5847
5848 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
5849 against weak symbols.
5850
5851 Tue Aug 13 17:39:24 1996 Ian Lance Taylor <ian@cygnus.com>
5852
5853 * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
5854 (ppc_force_relocation): Declare if OBJ_XCOFF.
5855 * config/tc-ppc.c (ppc_force_relocation): New function if
5856 OBJ_XCOFF.
5857
5858 Mon Aug 12 16:49:43 1996 Ian Lance Taylor <ian@cygnus.com>
5859
5860 * config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
5861
5862 Fri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5863
5864 * config/tc-d10v.c: Fix problem with relocs.
5865
5866 Fri Aug 9 14:16:14 1996 Ian Lance Taylor <ian@cygnus.com>
5867
5868 * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
5869 with nops if not in data_section or bss_section.
5870
5871 Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
5872
5873 Add support for openVMS/Alpha.
5874 * as.h (PRINTF_LIKE): Don't define if VMS, for now.
5875 * config/obj-evax.c: New file.
5876 * config/obj-evax.h: New file.
5877 * config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
5878 defined.
5879 * config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
5880 defined. Add case for bfd_target_evax_flavour.
5881 * config/vms-a-conf.h: New file.
5882 * conf-a-gas.com: New file.
5883 * configure.in: Add target alpha-*-*vms*.
5884 * configure: Rebuild.
5885 * makefile.vms: New file.
5886 * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
5887 Don't call ffs on openVMS/Alpha.
5888
5889 Wed Aug 7 14:19:03 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
5890
5891 * configure.in: Make GAS_CHECK_DECL_NEEDED include <string.h> or
5892 <strings.h> if they exist. Call GAS_CHECK_DECL_NEEDED on strstr
5893 and sbrk.
5894 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
5895 (NEED_DECLARATION_SBRK): New macro.
5896 * configure, conf.in: Rebuild.
5897 * as.h: Only include <strings.h> if HAVE_STRINGS_H.
5898 (strstr): Declare if NEED_DECLARATION_STRSTR.
5899 * as.c: If HAVE_SBRK and NEED_DECLARATION_SBRK, declare sbrk.
5900
5901 Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
5902
5903 * symbols.c (resolve_symbol_value): Handle addition or subtraction
5904 by a constant before entering the main switch. Reject attempts to
5905 apply an arithmetic function to non-absolute symbols, except for
5906 the special case of subtraction of two symbols in the same
5907 section.
5908
5909 * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
5910 not to more than a 16 byte boundary.
5911
5912 * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove
5913 #ifndef OBJ_ELF lines. From Eric Valette <valette@crf.canon.fr>.
5914 (tc_gen_reloc): If out of memory call as_fatal rather than
5915 assert. If no howto found, call as_bad_where rather than
5916 as_fatal. Change the error message slightly. Set howto to a
5917 non-NULL value in order to keep going.
5918
5919 Tue Aug 6 12:58:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5920
5921 * config/tc-d10v.c: Added code to support 32-bit fixups for stabs.
5922
5923 Tue Aug 6 11:15:26 1996 Jeffrey A Law (law@cygnus.com)
5924
5925 * config/tc-h8300.c (get_specific): New operand "size" derived
5926 from ".b", ".w" and ".l" extensions. All callers changed. If
5927 the base instruction has no operands, then use the size to
5928 determine which specific instruction to use.
5929
5930 Mon Aug 5 14:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
5931
5932 * config/tc-i960.c (mem_fmt): Call parse_expr before emit.
5933
5934 Fri Aug 2 11:23:31 1996 Ian Lance Taylor <ian@cygnus.com>
5935
5936 * config/tc-mips.c (md_section_align): Don't change addr if
5937 OBJ_ELF.
5938
5939 Thu Aug 1 23:51:52 1996 Jeffrey A Law (law@cygnus.com)
5940
5941 * config/tc-hppa.c: Revert yesterday's changes.
5942
5943 Wed Jul 31 14:46:11 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5944
5945 * config/tc-d10v.c: Disable range checking on 16-bit values.
5946
5947 Wed Jul 31 16:27:19 1996 Ian Lance Taylor <ian@cygnus.com>
5948
5949 * config/tc-m68k.c (m68k_ip): Set ok_arch for every instruction,
5950 not just the ones that don't match.
5951
5952 Wed Jul 31 11:45:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5953
5954 * config/tc-d10v.c: Fixed bugs in short relocs and range checking.
5955
5956 Wed Jul 31 15:41:42 1996 James G. Smith <jsmith@cygnus.co.uk>
5957
5958 * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
5959 pre-cursor to adding Thumb support. Also added cpu_variant flag
5960 information to each of the asm_flg structures.
5961 (md_parse_option): Updated ARM7 parsing to allow 't' for
5962 thumb/halfword support, aswell as 'm' for long multiply.
5963 (md_show_usage): Updated help message.
5964 (md_assemble): Check that instruction flags are applicated to the
5965 current cpu variant.
5966 (md_apply_fix3, tc_gen_reloc): Add BFD_RELOC_ARM_OFFSET_IMM8 and
5967 BFD_RELOC_ARM_HWLITERAL relocation support for new halfword and
5968 signextension instructions.
5969 (do_ldst): Generate halfword and signextension variants if
5970 mnemonic flags match.
5971 (ldst_extend): Do not allow shifts in the offset field of halfword
5972 or signextension instructions.
5973 (validate_offset_imm): Provide check on halfword and signextension
5974 immediate range.
5975 (add_to_lit_pool): Merge identical literal pool values.
5976
5977 Tue Jul 30 14:28:23 1996 Jeffrey A Law (law@cygnus.com)
5978
5979 * config/tc-hppa.c (selector_table): Add 'E' selector.
5980 (cons_fix_new_hppa): Don't coke on e_esel.
5981 (tc_gen_reloc, SOM version): Handle R_COMP2 when used
5982 to help generate exception handling tables.
5983 (md_apply_fix): Don't try to apply fixups with an e_esel
5984 selector.
5985 (hppa_fix_adjustable): Fixups with e_esel selectors
5986 are not adjustable.
5987
5988 Tue Jul 30 15:51:41 1996 Ian Lance Taylor <ian@cygnus.com>
5989
5990 * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte
5991 pseudo-ops.
5992
5993 Fri Jul 26 11:43:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5994
5995 * config/tc-d10v.c: Added lots of error checking. Added hacks
5996 to support accumulator shifts.
5997
5998 Fri Jul 26 11:56:08 1996 Ian Lance Taylor <ian@cygnus.com>
5999
6000 * symbols.c (S_SET_EXTERNAL): Let .weak override.
6001 (S_CLEAR_EXTERNAL): Likewise.
6002 (S_SET_WEAK): Remove error; just let .weak override.
6003
6004 Thu Jul 25 15:22:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6005
6006 * config/tc-d10v.c (md_assemble): Now handles multiline
6007 instructions.
6008
6009 Thu Jul 25 12:03:33 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6010
6011 * config/tc-d10v.c: Fix packaging bug. Added range checking.
6012 Added kludge for divs instruction. Fixed minor problem with
6013 multiple text sections.
6014 * config/tc-d10v.h (d10v_cleanup): Change prototype.
6015
6016 Tue Jul 23 10:49:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6017
6018 * config/tc-d10v.c (md_apply_fix3): Fix all instruction
6019 addresses to be right-shifted by 2.
6020
6021 Mon Jul 22 11:32:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6022
6023 * config/tc-d10v.c: Many changes to get relocs working.
6024 (register_name): No longer creates a symbol for register names.
6025 (pre_defined_registers): moved to opcodes/d10v-opc.c.
6026 (d10v_insert_operand): Now works correctly for either container.
6027 * config/tc-d10v.h (d10v_cleanup): Declare.
6028
6029 Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
6030
6031 * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
6032 BFD_RELOC_PCREL_LO16 are expected to be PC relative.
6033
6034 Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
6035
6036 * tc-alpha.c: Patches to track current minimum alignment to reduce
6037 the number of fragments created with frag_align.
6038 (alpha_current_align): New static variable.
6039 (s_alpha_text): Reset alignment to 0.
6040 (s_alpha_data, s_alpha_rdata, s_alpha_sdata): Likewise.
6041 (s_alpha_stringer, s_alpha_space): New functions.
6042 (s_alpha_cons, alpha_flush_pending_output): Remove functions.
6043 (alpha_cons_align): New function to replace both of them.
6044 (emit_insn): Only align if alpha_current_align is less than 2;
6045 reset alpha_current_align to 2.
6046 (s_alpha_gprel32): Likewise.
6047 (s_alpha_section): New function. Basically duplicate the other
6048 alpha section change hooks. Only define for ELF.
6049 (s_alpha_float_cons): Simplify alignment handling.
6050 (md_pseudo_table): Only define "rdata" and "sdata" if OBJ_ECOFF.
6051 If OBJ_ELF, define "section", "section.s", "sect", and "sect.s".
6052 Don't define the s_alpha_cons pseudo-ops. Do define
6053 s_alpha_stringer and s_alpha_space pseudo-ops.
6054 (alpha_align): Skip if less than current default alignment. Set
6055 default alignment.
6056 * tc-alpha.h (md_flush_pending_output): Remove.
6057 (md_cons_align): Add.
6058
6059 * tc-alpha.c: Add oodles of function description comments.
6060 (md_bignum_to_chars): Remove; there are no callers.
6061 (md_show_usage): Mention some more variants.
6062
6063 Thu Jul 18 15:54:54 1996 Ian Lance Taylor <ian@cygnus.com>
6064
6065 From Andrew Gierth <ANDREWG@microlise.co.uk>:
6066 * configure.in (sparc-*-sysv4*): New target.
6067 * configure: Rebuild.
6068
6069 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
6070 uaxword to use s_uacons.
6071 (sparc_no_align_cons): New static variable.
6072 (s_uacons): New static function.
6073 (sparc_cons_align): If sparc_no_align_cons is set, just clear it
6074 and return.
6075
6076 * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
6077
6078 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like Irix
6079 5 with regard to shared libraries.
6080 * configure: Rebuild.
6081
6082 * config/tc-m68k.c (m68k_ip): Use the correct length when
6083 allocating space for the unsupported architecture error message.
6084
6085 Thu Jul 18 12:57:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6086
6087 * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
6088
6089 Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6090
6091 * config/tc-d10v.c: New file.
6092 * config/tc-d10v.h: New file.
6093 * configure (d10v-*-elf): New target.
6094 * configure.in (d10v-*-elf): New target.
6095
6096 Fri Jul 12 20:54:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6097
6098 * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
6099
6100 Wed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>
6101
6102 * config/tc-alpha.c (alpha_align): Change fill parameter
6103 to a pointer. Take NULL as 0 or nop depending on section. Change
6104 all callers.
6105 (s_alpha_align): Rename local variables.
6106
6107 * doc/as.texinfo (.align): Document action of omitted
6108 fill parameter.
6109
6110 Wed Jul 10 00:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
6111
6112 * config/tc-ppc.c (md_apply_fix3): Give a useful error message
6113 when an unsupported PC relative reloc is seen, rather than calling
6114 abort.
6115
6116 * app.c (do_scrub_chars): Remove not_cpp_line local variable.
6117 Instead, check state when '#' comment is seen.
6118
6119 Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com>
6120
6121 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
6122 OBJ_MAYBE_ELF.
6123 (tc_gen_reloc): If fixup was changed to be PC relative, change
6124 reloc type accordingly. Use name of reloc in error message.
6125
6126 * as.h: Don't define const or volatile.
6127 * flonum.h: Don't define const.
6128
6129 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
6130 if fx_pcrel is set. Correct setting the addend case in the
6131 OBJ_ELF case (from Andreas Schwab
6132 <schwab@issan.informatik.uni-dortmund.de>).
6133 (md_show_usage): Correct -mfc5200 to -m5200.
6134
6135 Fri Jul 5 10:32:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6136
6137 * doc/c-m68k.texi: Document -m5200 flag.
6138 * doc/as.texinfo: Likewise.
6139
6140 * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
6141 scale factor.
6142
6143 Fri Jul 5 11:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
6144
6145 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
6146 (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
6147
6148 Thu Jul 4 11:59:46 1996 Ian Lance Taylor <ian@cygnus.com>
6149
6150 * Makefile.in (VERSION): Set to cygnus-2.7.1.
6151
6152 * Released binutils 2.7.
6153
6154 Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>
6155
6156 * config/tc-mips.c (mips_ip): Only perform range check when
6157 dealing with O_constant expressions.
6158
6159 Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6160
6161 * m68k-parse.h (m68k_register): Add new coldfile control
6162 registers.
6163
6164 * config/tc-m68k.c (mcf5200_control_regs): New variable,
6165 array of control registers for the coldfire.
6166 (cpu_of_arch): Added mcf5200.
6167 (archs): Added mcf5200.
6168 (init_table): Add new control registers.
6169 (m68k_ip): Added support for new control registers.
6170 (m68k_init_after_args): Likewise.
6171
6172 * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
6173
6174 Wed Jul 3 16:05:50 1996 Ian Lance Taylor <ian@cygnus.com>
6175
6176 * read.h (is_it_end_of_statement): Declare.
6177 * read.c (is_it_end_of_statement): Remove declaration.
6178
6179 * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
6180 within &&.
6181 (md_assemble): Fix handling of @l with an unsigned constant. Add
6182 default case to reloc switch.
6183
6184 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
6185
6186 Based on patches from Tom Quiggle <quiggle@sgi.com>:
6187 * ecoff.c (last_lineno): New static variable.
6188 (add_procedure): Set last_lineno.
6189 (ecoff_directive_loc): Likewise.
6190 (ecoff_generate_asm_lineno): Likewise.
6191 (ecoff_fix_loc): New function.
6192 * ecoff.h (ecoff_fix_loc): Declare.
6193 * config/tc-mips.c (append_insn): When inserting nops, and using
6194 ECOFF debugging, call ecoff_fix_loc.
6195
6196 Tue Jul 2 23:02:12 1996 Jeffrey A Law (law@cygnus.com)
6197
6198 * config/tc-h8300.c (build_bytes): If an operand type is
6199 marked as SRC_IN_DST retrieve it from the "destination" op.
6200
6201 Sat Jun 29 13:38:31 1996 Ian Lance Taylor <ian@cygnus.com>
6202
6203 * configure.in (arm-*-riscix*): Set emulation to riscix.
6204 * configure: Rebuild.
6205 * config/te-riscix.h: New file to define TE_RISCIX.
6206
6207 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
6208
6209 Fri Jun 28 15:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
6210
6211 * Makefile.in (config.status): Just run config.status as other
6212 tools do.
6213
6214 Fri Jun 28 11:09:38 1996 Stan Shebs <shebs@andros.cygnus.com>
6215
6216 * mpw-config.in (TARGET_OS): Add definition to conf.
6217
6218 Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>
6219
6220 * config/tc-mips.c (append_insn): Parenthesize
6221 cop_interlocks expressions.
6222
6223 Thu Jun 27 12:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
6224
6225 * listing.c (listing_print): Close the listing file if it is not
6226 stdout. Close the other files opened for the listing.
6227
6228 * config/tc-sparc.h (md_cons_align): Define.
6229 (sparc_cons_align): Declare.
6230 (HANDLE_ALIGN): Define.
6231 (sparc_handle_align): Declare.
6232 * config/tc-sparc.c (sparc_cons_align): New function.
6233 (sparc_handle_align): New function.
6234 * read.c (cons_worker): Call md_cons_align if it is defined.
6235
6236 * as.h (struct frag): Add fr_file and fr_line fields.
6237 * frags.c (frag_new): Set fr_file and fr_line.
6238 (frag_var): Likewise.
6239 (frag_variant): Likewise.
6240
6241 * as.h (struct frag): Remove unused align_mask and align_offset
6242 fields.
6243
6244 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
6245 From <uddeborg@carmen.se>.
6246
6247 Wed Jun 26 13:21:34 1996 Ian Lance Taylor <ian@cygnus.com>
6248
6249 * configure.in (mips-*-osf*): New target.
6250 * configure: Rebuild.
6251
6252 * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
6253
6254 Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>
6255
6256 * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
6257 between co-processor comparisons and branches for the VR4300.
6258
6259 Mon Jun 24 18:02:50 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6260
6261 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
6262 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
6263 (docdir): Removed.
6264 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
6265 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
6266 includedir): Use autoconf set values.
6267 (docdir): Removed.
6268
6269 Mon Jun 24 11:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
6270
6271 * listing.c (listing_eject): Don't do anything if listing is 0.
6272 (listing_list): Likewise.
6273 (listing_source_line): Likewise.
6274 (listing_title): Don't save title if listing is 0.
6275 (listing_source_file): Check listing rather than listing_tail.
6276
6277 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
6278 using shared libraries.
6279 * configure: Rebuild.
6280
6281 Fri Jun 21 18:22:23 1996 Ian Lance Taylor <ian@cygnus.com>
6282
6283 * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
6284 absolute expression if a relocation type was specified.
6285
6286 Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
6287
6288 * configure.in: Add support for *-*-rtems* configurations.
6289 * configure: Rebuild.
6290
6291 Fri Jun 21 16:01:18 1996 Richard Henderson <rth@tamu.edu>
6292
6293 * configure.in: Add alpha-*-linuxecoff* target. Use elf for
6294 alpha-*-linux* target. Force bfd_gas for alpha-*. Require
6295 opcodes library for alpha.
6296 * configure: Rebuild with autoconf 2.10.
6297 * config/tc-alpha.c: Substantial rewrite to add ELF support and
6298 use new opcode table.
6299 * config/tc-alpha.h (md_undefined_symbol): Don't define.
6300 (LOCAL_LABEL): Define differently if OBJ_ELF.
6301 (FAKE_LABEL_NAME): Define if OBJ_ELF.
6302 * config/alpha-opcode.h: Remove.
6303 * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
6304 * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
6305 include/opcode/alpha.h rather than config/alpha-opcode.h.
6306
6307 Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com>
6308
6309 * config/obj-aout.c (obj_emit_relocations): Give an error if the
6310 relocation symbol was not resolved.
6311 * config/obj-coff.c (do_relocs_for): Likewise.
6312
6313 * write.c (adjust_reloc_syms): Refetch the symbol section after
6314 calling S_GET_VALUE, since it may have changed.
6315
6316 * expr.c (struct expr_symbol_line): Define.
6317 (expr_symbol_lines): New static variable.
6318 (make_expr_symbol): Add entry to expr_symbol_lines.
6319 (expr_symbol_where): New function.
6320 * expr.h: Use extern on function declarations.
6321 (expr_symbol_where): Declare.
6322 * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
6323 rather than printing the meaningless name of an expression
6324 symbol.
6325
6326 Thu Jun 20 15:57:41 1996 Ken Raeburn <raeburn@cygnus.com>
6327
6328 * config/tc-i386.c (md_number_to_chars): Deleted.
6329 * config/tc-i386.h (md_number_to_chars): New macro.
6330
6331 * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
6332 the file.
6333 (load_symbol_address, load_expression): Use build_mem.
6334 (build_operate): New function.
6335 (emit_addq_r): Use it.
6336
6337 Wed Mar 13 22:14:14 1996 Pat Rankin <rankin@eql.caltech.edu>
6338
6339 * symbols.c (colon): #if VMS, use S_SET_OTHER to store `const_flag'.
6340
6341 Tue Mar 5 14:31:45 1996 Pat Rankin <rankin@eql.caltech.edu>
6342
6343 * config/tc-vax.h (NOP_OPCODE): Define.
6344
6345 Sun Feb 4 21:01:03 1996 Pat Rankin <rankin@eql.caltech.edu>
6346
6347 * config/obj-vms.h (S_IS_COMMON): Define.
6348 (S_IS_LOCAL): Check for \002 as well as \001.
6349 (LONGWORD_ALIGNMENT): New macro.
6350 (SUB_SEGMENT_ALIGN): Use it.
6351
6352 Fri Jan 26 17:44:09 1996 Pat Rankin <rankin@eql.caltech.edu>
6353
6354 * config/vms-conf.h: Reconcile with conf.in.
6355
6356 Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com>
6357
6358 * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
6359 defined.
6360
6361 * doc/as.texinfo: Document that any number of hex digits can
6362 follow \x.
6363
6364 * as.c (struct defsym_list): Define.
6365 (defsyms): New static variable.
6366 (parse_args): Just put --defsym arguments on defsyms list, rather
6367 than defining them.
6368 (main): Define defsyms after output file is created.
6369
6370 * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
6371 cpu32. From Eric Norum <Eric.Norum@usask.ca>.
6372
6373 * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
6374 insn_error rather than calling check_absolute_expr.
6375
6376 * as.c (emulation_name): Remove unused static variable.
6377 (default_emul_bfd_name): Add return NULL to avoid warning.
6378 * ecoff.c (ecoff_stab): Remove unused variables name and
6379 name_end.
6380 * frags.c (frag_new): Remove unused variable tmp.
6381 * hash.c (hash_grow): Parenthesize + within <<.
6382 (hash_print_statistics): Use %lu, not %d, to print unsigned
6383 long variables.
6384 * messages.c: Include "libiberty.h".
6385 (fprint_value): Add cast to avoid printf warning.
6386 (sprint_value): Likewise.
6387 * read.c: Include "ecoff.h".
6388 (emit_expr): Add casts to avoid printf warnings.
6389 * read.h: Use extern for function declarations.
6390 (pop_insert): Declare.
6391 * stabs.c: Include "ecoff.h".
6392 * subsegs.c (subseg_set_rest): Remove unused variables tmp,
6393 former_last_fragP, and new_fragP.
6394 * subsegs.h (subsegs_print_statistics): Declare.
6395 * symbols.c (debug_verify_symchain): Change macro to discard
6396 arguments.
6397 * write.c (dump_section_relocs): Likewise.
6398 * write.h: Use extern for function declarations.
6399 (write_print_statistics): Declare.
6400 * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
6401 warning.
6402 * config/e-mipself.c (mipself_bfd_name): Likewise.
6403 * config/obj-elf.h (elf_ecoff_set_ext): Declare.
6404
6405 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
6406 emit relocations against external symbols.
6407
6408 * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
6409 message if bfd_reloc_type_lookup fails, rather than calling
6410 assert.
6411
6412 * config/tc-alpha.c (alpha_force_relocation): Add
6413 BFD_RELOC_12_PCREL to switch.
6414
6415 Tue Jun 18 20:29:57 1996 Doug Evans <dje@canuck.cygnus.com>
6416
6417 * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
6418 TE_PE (Lfoo, not .Lfoo).
6419
6420 Tue Jun 18 17:13:33 1996 Ian Lance Taylor <ian@cygnus.com>
6421
6422 * read.c (s_fill): Don't warn about a zero repeat count.
6423
6424 * config/tc-mips.c (mips_ip): Don't warn about using AT as a
6425 coprocessor register.
6426
6427 * config/tc-i386.c (md_assemble): When checking the size of a
6428 register to set the size of an instruction, do a bitwise and with
6429 Reg8 and Reg16 rather than requiring the type to be exactly Reg8
6430 or Reg16.
6431
6432 Tue Jun 18 13:19:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
6433
6434 * config/tc-h8300.c (parse_reg): Tweak error messages.
6435 (build_bytes): Likewise.
6436 (skip_colonthing): Handle :32 suffix.
6437 (get_specific): Promote L_24 to L_32 if it makes a match.
6438 Don't always promote L_8 to L_16.
6439 (do_a_fix_imm): Clean up L_32 and L_24 handling.
6440
6441 * config/tc-h8300.c (Smode): New variable.
6442 (h8300hmode): Turn off Hmode.
6443 (h8300smode): New function. Turn on Smode and Hmode.
6444 (md_pseudo_table): New ".h8300s" pseudo-op.
6445 (parse_reg): Handle "exr" register.
6446 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
6447 Handle "mach" and "machl" operands for ldmac.
6448 (get_specific): Handle "stm.l" and "ldm.l".
6449 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
6450 * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
6451 (Smode): Declare.
6452
6453 Mon Jun 17 15:50:53 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6454
6455 * doc/as.texinfo: Reorder chapter of machine dependent options so
6456 that it is sorted by chip name.
6457
6458 * doc/as.texinfo: Use consistant spelling of Vax.
6459 * doc/c-vax.texi: Likewise.
6460
6461 Mon Jun 17 11:26:56 1996 Jeffrey A. Law <law@rtl.cygnus.com>
6462
6463 * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
6464 pseudo ops.
6465 (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
6466 (md_apply_fix): Likewise.
6467 (pa_try): New function.
6468 (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
6469
6470 Sun Jun 16 22:57:47 1996 Jeffrey A. Law <law@rtl.cygnus.com>
6471
6472 * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.
6473 (pa_level): New function.
6474
6475 Fri Jun 14 20:06:44 1996 Ian Lance Taylor <ian@cygnus.com>
6476
6477 * listing.c (listing_newline): Don't do anything if listing is 0.
6478
6479 Thu Jun 13 17:50:54 1996 Ian Lance Taylor <ian@cygnus.com>
6480
6481 * subsegs.c (section_symbol): If symbol_table_frozen is set, call
6482 symbol_create, not symbol_new.
6483
6484 Wed Jun 12 14:10:44 1996 Ian Lance Taylor <ian@cygnus.com>
6485
6486 * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
6487 absolute symbol unless TC_FORCE_RELOCATION returns true.
6488
6489 * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER
6490 version.
6491 (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of
6492 the symbol to a pointer. Don't set previous_file_symbol.
6493 Simplify symbol list rearrangement.
6494 (coff_frob_symbol): Don't do anything with C_FILE symbols.
6495 (coff_adjust_symtab): Don't check previous_file_symbol.
6496
6497 Mon Jun 10 14:52:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6498
6499 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
6500 directive.
6501 (md_pseudo_table): Add ppc_elf_lcomm.
6502
6503 Mon Jun 10 11:45:51 1996 Ian Lance Taylor <ian@cygnus.com>
6504
6505 * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
6506 d0{24:1},d0' works without an immediate prefix on the bit numbers.
6507 (md_begin): Add digits to alt_notend_table.
6508 (md_parse_option): Make s a const pointer.
6509
6510 * config/tc-sparc.c (md_pseudo_table): Add "empty".
6511 (s_empty): New static function.
6512
6513 * config/obj-coff.c (struct filename_list): Only define if not
6514 BFD_ASSEMBLER.
6515 (filename_list_head, filename_list_tail): Likewise.
6516 (c_section_symbol): Remove unused BFD_ASSEMBLER version.
6517 (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging
6518 flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should
6519 have a section of N_ABS rather than N_DEBUG. If we do a merge,
6520 remove the new symbol from the list.
6521 (obj_coff_endef, both versions): Call tag_insert even if there is
6522 an old symbol with the same name, if the old symbol does not
6523 happen to be a tag.
6524 (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of
6525 the SF_GET_DEBUG condition. Don't call SA_SET_SYM_ENDNDX with a
6526 symbol that will be moved to the end of the symbol list.
6527 (coff_adjust_section_syms): Always call section_symbol for .text,
6528 .data, and .bss.
6529 (coff_frob_section): Likewise. Also, remove unused variable
6530 strname.
6531
6532 * config/tc-ns32k.c (convert_iif): Call frag_grow rather than
6533 manipulating frags directly.
6534 (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is
6535 defined.
6536
6537 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
6538 whether the next character is '*' before checking whether we are
6539 at the start of a line. Permit LINE_COMMENT_START to start a
6540 comment in state 1 (seen some whitespace) as well, to match the
6541 documentation.
6542
6543 * gasp.c (do_align): Permit a fill value for .align.
6544
6545 Wed Jun 5 17:09:26 1996 Ian Lance Taylor <ian@cygnus.com>
6546
6547 * read.c (next_char_of_string): Warn if a newline is seen in the
6548 middle of a string. Call bump_line_counters when appropriate.
6549
6550 Wed Jun 5 17:08:36 1996 Richard Henderson <rth@tamu.edu>
6551
6552 * symbols.c (colon): Use LOCAL_LABEL.
6553
6554 Tue Jun 4 10:55:16 1996 Tom Tromey <tromey@csk3.cygnus.com>
6555
6556 * Makefile.in (install): Don't check to see if tooldir exists.
6557 Make $(tooldir) and $(tooldir)/bin.
6558
6559 Tue Jun 4 10:14:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6560
6561 * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
6562 default.
6563
6564 Mon Jun 3 11:34:41 1996 Ian Lance Taylor <ian@cygnus.com>
6565
6566 * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
6567 insn_error. Don't put the string "ERROR" in insn_error. Set
6568 insn_error rather than calling as_warn for an unsupported opcode.
6569
6570 Sat Jun 1 21:51:55 1996 Ian Lance Taylor <ian@cygnus.com>
6571
6572 * config/tc-mips.c (md_parse_option): Check for a 64 bit format
6573 before permitting -64.
6574 * output-file.c (output_file_create): Remove duplicate
6575 bfd_perror.
6576
6577 Fri May 31 01:08:06 1996 Ian Lance Taylor <ian@cygnus.com>
6578
6579 * config/tc-mips.c (md_begin): If -64, create a .MIPS.options
6580 section rather than a .reginfo section.
6581 (mips_elf_final_processing): If -64, write out 64 bit RegInfo
6582 information.
6583
6584 * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
6585 bit value with the high bit set.
6586
6587 Thu May 30 19:00:19 1996 Ian Lance Taylor <ian@cygnus.com>
6588
6589 * read.c (s_lcomm): Set section flags for .sbss section.
6590
6591 * config/tc-mips.c (mips_64): New static variable.
6592 (mips_target_format): If mips_64, return elf64 targets rather than
6593 elf32 ones.
6594 (md_longopts): Add "32" and "64".
6595 (md_parse_option): Handle -32 and -64.
6596 (md_show_usage): Mention -32 and -64.
6597 (cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
6598 a 4 byte one.
6599
6600 Thu May 30 10:36:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6601
6602 * config/tc-ppc.c (comment_chars): Make '!' a comment character
6603 for Solaris compatibility.
6604
6605 * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
6606 .stabd with 4 arguments into a .stabn.
6607
6608 Wed May 29 16:43:16 1996 Ian Lance Taylor <ian@cygnus.com>
6609
6610 * config/tc-mips.c (macro): When passing X_add_number to
6611 macro_build, cast it to int first.
6612
6613 Tue May 28 13:29:39 1996 Ian Lance Taylor <ian@cygnus.com>
6614
6615 * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as
6616 created by emit_expr.
6617
6618 * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call
6619 as_perror rather than assert.
6620
6621 Fri May 24 18:24:11 1996 Ian Lance Taylor <ian@cygnus.com>
6622
6623 * config/tc-mips.c (mips_ip): Mark sections created to hold
6624 floating point information as read only.
6625
6626 Fri May 24 12:07:54 1996 David Edelsohn <edelsohn@mhpcc.edu>
6627
6628 * config/tc-ppc.c (ppc_set_cpu): Change defaults to match AIX.
6629
6630 Thu May 23 17:34:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6631
6632 * read.c (potable): Add .skip as a synonym for .space.
6633
6634 * stabs.c (s_stab_generic): For PowerPC ELF, allow .stabd to take
6635 4 arguments, providing the 4th argument is 0, to allow
6636 compatibility with the Solaris assembler.
6637
6638 Thu May 16 15:51:48 1996 Ian Lance Taylor <ian@cygnus.com>
6639
6640 * config/tc-sh.h (struct sh_segment_info_type): Define.
6641 (TC_SEGMENT_INFO_TYPE): Define.
6642 (sh_frob_label): Declare.
6643 (tc_frob_label): Define.
6644 (sh_flush_pending_output): Declare.
6645 (md_flush_pending_output): Define.
6646 * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
6647 reloc before the instruction if necessary.
6648 (sh_frob_label): New function.
6649 (sh_flush_pending_output): New function.
6650 (sh_coff_frob_file): Ignore ALIGN, CODE, DATA, and LABEL relocs
6651 when looking for the reloc for the target of .uses.
6652 (md_convert_frag): Fix printf format (%0xlx to 0x%lx).
6653 (sh_force_relocation): Force CODE, DATA, and LABEL relocs to be
6654 emitted.
6655 (md_apply_fix): Ignore CODE, DATA, and LABEL relocs.
6656 (sh_coff_reloc_mangle): Force CODE, DATA, and LABEL relocs to use
6657 the absolute symbol.
6658
6659 * subsegs.h (segment_info_type): Add tc_segment_info_data field if
6660 TC_SEGMENT_INFO_TYPE is defined.
6661
6662 Wed May 15 12:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
6663
6664 * config/tc-i386.c (md_assemble): Make sure the opcode suffix
6665 matches the register size.
6666
6667 Wed May 15 08:33:37 1996 Jeffrey A Law (law@cygnus.com)
6668
6669 * config/obj-coff.c (count_entries_in_chain): Ignore Fixups with
6670 fx_done set.
6671 (do_relocs_for): Likewise.
6672 (fixup_segment): Don't just quit if linkrelax is set. Try to
6673 apply non pc-relative sym1-sym2 fixups, even if linkrelax is
6674 nonzero.
6675
6676 Fri May 10 14:16:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6677
6678 * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section
6679 relative relocations with -mrelocatable. Also allow unfixed
6680 relocs in .ex_shared.
6681
6682 Tue May 7 11:24:10 1996 Ian Lance Taylor <ian@cygnus.com>
6683
6684 * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is
6685 non-zero before assuming this is a long file name.
6686 (w_strings): Likewise.
6687 (c_dot_file_symbol): Set FNAME_OFFSET to 1 for a long file name.
6688
6689 * config/obj-coff.c (w_strings): Move declaration of i inside
6690 #ifdef block which uses it.
6691
6692 Tue May 7 00:49:58 1996 Jeffrey A Law (law@cygnus.com)
6693
6694 * config/tc-h8300.c (do_a_fix_imm): Rename last argument to
6695 "relaxmode". Output relocs which identify various relaxing
6696 possibilities for mov.[bwl] instructions.
6697 (build_bytes): Pass in a relaxing mode to do_a_fix_imm.
6698
6699 Mon May 6 15:26:28 1996 Doug Evans <dje@canuck.cygnus.com>
6700
6701 * config/tc-arm.h (TC_HANDLES_FX_DONE): Define.
6702 (MD_APPLY_FIX3): Define.
6703 * config/tc-arm.c (my_get_expression): Only watch for bad segments
6704 if OBJ_AOUT.
6705 (md_apply_fix3): Renamed from md_apply_fix.
6706 If pcrel reloc and symbol is in different section, undo effects
6707 of md_pcrel_from.
6708
6709 Sat May 4 12:49:35 1996 Jeffrey A Law (law@cygnus.com)
6710
6711 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust
6712 any reloc with an LR% or RR% field selector for SOM.
6713
6714 Sat May 4 11:26:19 1996 Ian Lance Taylor <ian@cygnus.com>
6715
6716 * Makefile.in: Add subsegs.h to appropriate TARG_CPU_DEP_*
6717 variables.
6718
6719 Fri May 3 17:58:31 1996 Ian Lance Taylor <ian@cygnus.com>
6720
6721 * config/obj-coff.c (coff_frob_symbol): Don't merge a symbol with
6722 SF_GET_STATICS set.
6723 (yank_symbols): Likewise.
6724
6725 Wed May 1 13:38:17 1996 Ian Lance Taylor <ian@cygnus.com>
6726
6727 * subsegs.h (segment_info_type): If MANY_SEGMENTS and not
6728 BFD_ASSEMBLER, add name field.
6729 * config/obj-coff.c: Include "libiberty.h".
6730 (coff_header_append): Handle long section names.
6731 (crawl_symbols): Just use the name field for the symbol name,
6732 without worrying about null byte termination.
6733 (w_strings): Handle long section names.
6734 (write_object_file): Likewise. Also, use the name field, rather
6735 than scnhdr.s_name.
6736 (obj_coff_add_segment): Permit long section names.
6737 (obj_coff_init_stab_section): Use the name field, rather than
6738 scnhdr.s_name.
6739 (adjust_stab_section): Likewise.
6740 * config/te-pe.h (COFF_LONG_SECTION_NAMES): Define.
6741
6742 * config/tc-i960.c (brtab_emit): Don't set fx_im_disp field.
6743 (mem_fmt): Likewise.
6744 (md_apply_fix): Don't check fx_im_disp field.
6745
6746 Thu Apr 25 11:39:51 1996 Ian Lance Taylor <ian@cygnus.com>
6747
6748 * configure.in: Add * after sparc*-*-vxworks.
6749 * configure: Rebuild.
6750
6751 * app.c (do_scrub_begin): If tc_comment_chars is not defined,
6752 define it to comment_chars. Use tc_comment_chars rather than
6753 comment_chars.
6754 (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
6755 * config/tc-m68k.h (tc_comment_chars): Define.
6756 (m68k_comment_chars): Declare.
6757 * config/tc-m68k.c (m68k_comment_chars): Rename from
6758 comment_chars. Change into a pointer rather than an array.
6759 (md_longopts): Add "bitwise-or".
6760 (md_parse_option): Handle OPTION_BITWISE_OR.
6761 (md_show_usage): Mention --bitwise-or.
6762 * doc/c-m68k.texi: Document --bitwise-or.
6763
6764 Wed Apr 24 11:28:38 1996 Ian Lance Taylor <ian@cygnus.com>
6765
6766 * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
6767 in 68000 mode.
6768
6769 * config/obj-coff.c (obj_coff_section): BFD_ASSEMBLER version:
6770 call demand_empty_rest_of_line. Non BFD_ASSEMBLER version:
6771 correct handling of input line pointer, and call
6772 demand_empty_rest_of_line.
6773
6774 Mon Apr 22 18:02:37 1996 Doug Evans <dje@blues.cygnus.com>
6775
6776 * config/tc-sparc.c (in_bitfield_range): New static function.
6777 (sparc_ip): New cases X,Y. Use SPARC_OPCODE_ARCH_V9_P.
6778 (md_apply_fix, cases BFD_RELOC_32_PCREL_S2,
6779 BFD_RELOC_SPARC_{WDISP16,WDISP19}): Fix undefined code.
6780 (md_apply_fix): New cases BFD_RELOC_SPARC_[56].
6781 (tc_gen_reloc): New cases BFD_RELOC_SPARC_[56].
6782
6783 Thu Apr 18 18:58:33 1996 Ian Lance Taylor <ian@cygnus.com>
6784
6785 * config/obj-coff.c: BFD_ASSEMBLER:
6786 (coff_last_bf): New static variable.
6787 (coff_frob_symbol): Set endndx of a .bf symbol.
6788 Non BFD_ASSEMBLER:
6789 (obj_coff_endef): Call SF_SET_PROCESS on a .bf symbol.
6790 (last_bfP): New static variable.
6791 (yank_symbols): Set endndx of a .bf symbol.
6792
6793 Thu Apr 18 11:53:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6794
6795 * config/tc-ppc.c (md_parse_option): Add support for Solaris's -le
6796 and -s options. Add -be for good measure.
6797
6798 Wed Apr 17 12:31:01 1996 Ian Lance Taylor <ian@cygnus.com>
6799
6800 * read.c (s_space): Support non-constant fill value. Handle fill
6801 value correctly for a size other than 1.
6802
6803 Tue Apr 16 15:17:40 1996 Doug Evans <dje@canuck.cygnus.com>
6804
6805 * config/tc-arm.c (my_get_float_expression): Update call to
6806 gen_to_words, X_PRECISION changed from 6 to 5.
6807
6808 Tue Apr 16 10:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6809
6810 * config/tc-ppc.c (register_name,reg_name_search): Move register
6811 name lookup from PE specific code to all targets. Add support for
6812 -mregnames/-mno-regnames to control whether register names are
6813 expanded or not.
6814 (md_assemble): Call register_name for all platforms.
6815 (md_parse_option): Add support for -mregnames/-mno-regnames.
6816
6817 * configure.in (powerpcle*-*-solaris): Add support.
6818 (powerpc*-*-linux): Ditto.
6819 * configure: Regenerate.
6820
6821 * config/ppc-sol.mt: New config file for PowerPC Solaris.
6822
6823 Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
6824
6825 * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
6826 be associated with a single %lo reloc.
6827
6828 * config/tc-mips.c (load_address): Cast X_add_number to valueT
6829 before comparing against MAX_GPREL_OFFSET, so that negative
6830 numbers are handled correctly.
6831 (macro): Likewise.
6832
6833 Thu Apr 11 12:39:02 1996 Ian Lance Taylor <ian@cygnus.com>
6834
6835 * config/tc-sparc.c (last_insn): New static variable.
6836 (md_assemble): Warn about putting floating point branches in a
6837 delay slot. If architecture is less than v9, insert NOP
6838 instructions between floating point instructions and floating
6839 point branches. (The SunOS assembler does both these operations.)
6840 Save the last instruction opcode.
6841 (sparc_ip): Add pinsn parameter. Change caller.
6842
6843 * config/tc-m68k.c (md_estimate_size_before_relax): Correct check
6844 for byte jump to next instruction to skip empty frags.
6845
6846 Wed Apr 10 16:48:12 1996 Ian Lance Taylor <ian@cygnus.com>
6847
6848 * config/tc-alpha.c (alpha_ip): If we are going to call emit_add64
6849 for addq with a 16 bit signed value, just emit a lda instruction
6850 instead.
6851
6852 Wed Apr 10 14:34:49 1996 Jeffrey A Law (law@cygnus.com)
6853
6854 * config/tc-h8300.c (do_a_fix_imm): Don't cut off high bits
6855 of a 32bit operand.
6856
6857 Mon Apr 8 14:42:53 1996 Ian Lance Taylor <ian@cygnus.com>
6858
6859 * configure.in: Permit --enable-shared to specify a list of
6860 directories.
6861 * configure: Rebuild.
6862
6863 Fri Apr 5 17:01:35 1996 Jeffrey A Law (law@cygnus.com)
6864
6865 * config/tc-h8300.c (get_specific): Remove some #if 0 code.
6866 (build_bytes): Remove all ABSMOV related code; it's unnecessary.
6867
6868 Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6869
6870 * config/atof-ieee.c: Fix handling of denormalized extended
6871 precision numbers and overflow/underflow detection.
6872 (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to
6873 not include the 16 bit gap in the m68k extended precision format.
6874
6875 Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
6876
6877 * configure.in: Add i386-*-freebsdelf* target; from John Polstra
6878 <jdp@polstra.com>.
6879 * configure: Rebuild.
6880
6881 Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
6882
6883 * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
6884 be accessed using the $gp register.
6885 * config/tc-mips.h (MAX_GPREL_OFFSET): Added.
6886
6887 Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com>
6888
6889 * config/tc-sparc.c (sparc_md_end): Set bfd machine number to
6890 bfd_mach_sparc_sparclet if current_architecture is sparclet.
6891
6892 Mon Apr 1 16:55:44 1996 Ian Lance Taylor <ian@cygnus.com>
6893
6894 * read.c (get_line_sb): Bump line counters based on
6895 input_line_pointer[-1], not *input_line_pointer. Don't bother to
6896 call LISTING_NEWLINE.
6897 (s_macro): Don't call demand_empty_rest_of_line.
6898 * app.c (do_scrub_chars): When handling C style comments, unget
6899 ch2 rather than ch.
6900
6901 Fri Mar 29 16:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
6902
6903 * read.h (enum linkonce_type): Define.
6904 (s_linkonce): Declare.
6905 * read.c (potable): Add "linkonce".
6906 (s_linkonce): New function.
6907 * subsegs.h (segment_info_type): Add linkonce field to
6908 MANY_SEGMENTS && ! BFD_ASSEMBLER section.
6909 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
6910 (obj_coff_pe_handle_link_once): Declare if TE_PE.
6911 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
6912 "coff/pe.h".
6913 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
6914 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
6915 entry based on the linkonce field in segment_info.
6916 * doc/as.texinfo: Document .linkonce.
6917
6918 Fri Mar 29 11:31:27 1996 J.T. Conklin (jtc@lisa.cygnus.com)
6919
6920 * doc/as.1: Changed to be recognized by catman -w on Solaris.
6921
6922 Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com>
6923
6924 * stabs.c (s_stab_generic): Call the listing functions before
6925 doing the rest of the processing, which may involve freeing the
6926 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
6927 SEPARATE_STAB_SECTIONS case.
6928
6929 * config/tc-hppa.c: Remove nested comment.
6930 (tc_gen_reloc): Move label done inside the ifdef in which it is
6931 used.
6932 (md_apply_fix): Pass pointers to correct types to libhppa.h
6933 functions. Always return a value.
6934
6935 * config/tc-mips.h (tc_frob_file): Define.
6936 (mips_frob_file): Declare.
6937 * config/tc-mips.c (struct mips_hi_fixup): Define.
6938 (mips_hi_fixup_list): New static variable.
6939 (imm_unmatched_hi): New static variable.
6940 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
6941 offset_reloc. Pass imm_unmatched_hi to append_insn.
6942 (append_insn): Add unmatched_hi parameter. If it is set, add the
6943 new fixup to mips_hi_fixup_list. Change all callers.
6944 (mips_ip): Set imm_unmatched_hi when appropriate.
6945 (mips_frob_file): New function.
6946
6947 Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com>
6948
6949 * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
6950 * configure: Regenerated.
6951
6952 Tue Mar 26 18:19:12 1996 Ian Lance Taylor <ian@cygnus.com>
6953
6954 * as.c (main): Call bfd_set_error_program_name.
6955
6956 Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com>
6957
6958 * as.h (strdup): Don't declare.
6959 * stabs.c: Include libiberty.h
6960 (get_stab_string_offset): Use xstrdup rather than strdup.
6961 (s_stab_generic): Likewise.
6962 * as.c (parse_args): Likewise.
6963 * read.c (s_mri_sect): Likewise.
6964
6965 * gasp.c (change_base): Recognize \(...) construct documented to
6966 pass through enclosed characters literally through to the output.
6967 (process_assigns): Likewise. Also, be more careful to avoid
6968 looking past the end of the buffer.
6969
6970 Thu Mar 21 13:18:43 1996 Ian Lance Taylor <ian@cygnus.com>
6971
6972 * config/tc-i386.c (md_parse_option): If OBJ_ELF, ignore -k for
6973 FreeBSD compatibility. From John Polstra <jdp@polstra.com>.
6974
6975 Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6976
6977 * doc/as.texinfo, doc/c-i960.texi: Fix typos.
6978
6979 Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
6980
6981 * config/alpha-opcode.h: Added cvtst instruction.
6982
6983 Mon Mar 18 13:12:46 1996 Ian Lance Taylor <ian@cygnus.com>
6984
6985 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab
6986 string. Extract the addend from the result of expression.
6987
6988 Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com>
6989
6990 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
6991 LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
6992 mode, change the state to 3 rather than 1.
6993
6994 Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
6995
6996 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to
6997 correspond to 11 March change.
6998
6999 Thu Mar 14 15:27:10 1996 Jeffrey A Law (law@cygnus.com)
7000
7001 * config/tc-h8300.c (build_bytes, MEMIND case): Generate
7002 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
7003
7004 Tue Mar 12 12:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
7005
7006 * configure: Rebuild with autoconf 2.8.
7007
7008 Mon Mar 11 18:57:12 1996 Ian Lance Taylor <ian@cygnus.com>
7009
7010 * config/atof-ieee.c (gen_to_words): Improve handling of
7011 X_PRECISION numbers. Based on patches from Andreas Schwab
7012 <schwab@issan.informatik.uni-dortmund.de>.
7013
7014 Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
7015
7016 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
7017 (SEG_LAST): New.
7018 * subsegs.c (MANY_SEGMENTS): Increase segment limit.
7019 * obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
7020 (do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
7021 crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
7022 SEG_E9.
7023
7024 Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
7025
7026 * config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
7027
7028 Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
7029
7030 * config/tc-hppa.c (SUBSEG_MILLI): Define.
7031 (pa_def_subspaces): Add $MILLICODE$.
7032 (pa_spaces_begin): Set section flags for $MILLICODE$.
7033
7034 Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
7035
7036 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
7037 not SHT_NOBITS. Don't tamper with flags based on type if a
7038 special section was found (revert Feb 29 change).
7039
7040 * config/tc-sh.c (sh_do_align): Only align using the nop pattern
7041 if aligning to a longword boundary or greater.
7042
7043 Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
7044
7045 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
7046
7047 Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
7048
7049 * configure.in (i386-*-cygwin32): Don't use bfd_gas.
7050 * configure: Regenerated.
7051
7052 Mon Mar 4 10:13:06 1996 Jeffrey A Law (law@cygnus.com)
7053
7054 * config/tc-hppa.c: Add default definitions for R_N0SEL and
7055 R_N1SEL since they're not defined for old versions of hpux.
7056
7057 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
7058 Set "sym_ptr_ptr" and "addend" fields to dummy values for
7059 R_N0SEL and R_N1SEL.
7060
7061 Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7062
7063 * flonum-konst.c: Add two more constants for 1e+-2048 and
7064 1e+-4096, and correct the other constants.
7065
7066 * symbols.c (resolve_symbol_value): Handle O_logical_not.
7067
7068 Thu Feb 29 13:58:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7069
7070 * config/obj-elf.c (obj_elf_section): Allow predefined section
7071 types to set the nobits type. Avoid a shadowed declaration.
7072
7073 Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
7074
7075 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
7076 reduce relocs using e_nlrsel field selectors.
7077
7078 * write.c (fix_new_exp): Don't use #elif. Some compilers
7079 don't handle it.
7080
7081 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to
7082 the selector table.
7083 (pa_chk_field_selector): Handle new field selectors for SOM.
7084
7085 Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7086
7087 * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets.
7088 * configure: Rebuild.
7089 * config/te-linux.h (LOCAL_LABELS_FB): Define.
7090 * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to
7091 "a.out-m68k-linux".
7092 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX
7093 is defined.
7094
7095 Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
7096
7097 * mpw-make.sed: Update to handle shared library support.
7098
7099 Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
7100
7101 * config/tc-sparc.c (sparc_ip): Print all architectures that support
7102 the insn on mismatch.
7103
7104 Fri Feb 23 21:44:39 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7105
7106 * configure.in: Add support for a29-coff.
7107 * configure: Rebuild.
7108
7109 Thu Feb 22 16:39:43 1996 Ian Lance Taylor <ian@cygnus.com>
7110
7111 * config/tc-sh.c (sh_coff_frob_file): Don't consider the address
7112 of the section when looking for the R_SH_USES fixup, because the
7113 frag addresses have not yet been adjusted.
7114
7115 * gdbinit.in: Set a breakpoint on as_warn_where.
7116
7117 * config/tc-mips.c (macro): Add missing arguments to macro_build
7118 omitted in last change. From Jim Wilson <wilson@cygnus.com>.
7119
7120 Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com>
7121
7122 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
7123 if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
7124
7125 Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com>
7126
7127 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.
7128
7129 Tue Feb 20 21:48:03 1996 Doug Evans <dje@charmed.cygnus.com>
7130
7131 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.
7132 (sparc_ip): Accept %asr[1..31] for v8 and %asr[%16..31] for v9.
7133 Recognize [uU] format args as sparclet cpregs.
7134
7135 Tue Feb 20 22:25:55 1996 Ian Lance Taylor <ian@cygnus.com>
7136
7137 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
7138 in bss_section.
7139
7140 Mon Feb 19 14:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
7141
7142 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
7143 well as S_IS_EXTERNAL.
7144 (tc_fix_adjustable): Likewise.
7145 * config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
7146 S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
7147 early.
7148 (tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
7149 deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
7150
7151 Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com>
7152
7153 * config/tc-sparc.c (max_architecture): Change to sparclite for
7154 32 bit arch.
7155 (default_compatible): Delete.
7156 (sparc_ffs): New function.
7157 (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
7158 (sparc_ip): Rewrite architecture match and bump logic.
7159
7160 Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com>
7161
7162 * configure.in: Check for 'do not mix' from native linker before
7163 trying to use -rpath.
7164 * configure: Rebuild.
7165
7166 Fri Feb 16 16:53:31 1996 Ian Lance Taylor <ian@cygnus.com>
7167
7168 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
7169 (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
7170 (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
7171 * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
7172 is set.
7173 (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
7174 to the symbol lnnoptr field, to get the correct file offset.
7175
7176 Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7177
7178 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
7179 symbols that are not function, file, or section symbols to be
7180 object types.
7181
7182 Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
7183
7184 * configure: Set and substitute RPATH_ENVVAR.
7185 * configure: Rebuild.
7186 * Makefile.in (RPATH_ENVVAR): New variable.
7187 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
7188
7189 * configure.in: Accept i686. From H.J. Lu <hjl@zoom.com>: i386
7190 doesn't need opcodes. If configuring shared, opcodes needs bfd.
7191 * configure: Rebuild.
7192
7193 Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
7194
7195 * read.c (s_mri_sect): Don't return '\0' in type. Set all
7196 appropriate flags in BFD section.
7197
7198 * configure.in (m68k-*-psos*): New target.
7199 * configure: Rebuild.
7200 * config/te-psos.h: New file.
7201 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
7202 is defined.
7203
7204 Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com>
7205
7206 From Alan Modra <alan@spri.levels.unisa.edu.au>:
7207 * configure.in: Remove duplicate setting of cpu_type. Check
7208 whether opcodes library is required for on all targets, not just
7209 primary one.
7210 * configure: Rebuild.
7211
7212 * config/tc-mips.c (mips_big_got): New static variable.
7213 (s_extern): Don't declare.
7214 (reg_needs_delay): New static function.
7215 (macro_build): Permit GOT/CALL_HI/LO relocs.
7216 (macro_build_lui): If place is not NULL, use the number in the
7217 expression.
7218 (load_address): Handle mips_big_got case.
7219 (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
7220 store macros.
7221 (OPTION_XGOT): Define.
7222 (md_longopts): Add "xgot" if OBJ_ELF.
7223 (md_parse_option): Handle -xgot.
7224 (md_show_usage): Mention -xgot.
7225 (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
7226 (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
7227
7228 Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7229
7230 * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
7231 the byte relocation, point it to the low byte of the word.
7232
7233 Tue Feb 13 15:31:18 1996 Ian Lance Taylor <ian@cygnus.com>
7234
7235 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
7236 * configure: Rebuild.
7237
7238 Mon Feb 12 15:53:46 1996 Doug Evans <dje@charmed.cygnus.com>
7239
7240 * configure.in: Recognize any sparc* cpu.
7241 * configure: Regenerated.
7242
7243 Mon Feb 12 15:41:21 1996 Ian Lance Taylor <ian@cygnus.com>
7244
7245 * read.c (potable): Add "mri" and ".mri".
7246 (s_mri): New function.
7247 * read.h (s_mri): Declare.
7248 * app.c (scrub_m68k_mri): New static variable.
7249 (mri_pseudo): New static variable.
7250 (do_scrub_begin): Add m68k_mri parameter. Use it rather than
7251 flag_m68k_mri. Initialize scrub_m68k_mri.
7252 (mri_state, mri_last_ch): New static variables.
7253 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
7254 fields.
7255 (app_push): Save new fields.
7256 (app_pop): Restore new fields.
7257 (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
7258 If TC_M68K, use a trivial state machine to look for occurrences of
7259 the .mri pseudo-op, and change the mode appropriately.
7260 * as.h (do_scrub_begin): Update prototype.
7261 * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
7262 do_scrub_begin.
7263 * config/tc-m68k.c (reg_prefix_optional_seen): New static
7264 variable.
7265 (m68k_mri_mode_change): New function.
7266 (md_parse_option): Set reg_prefix_optional_seen.
7267 * config/tc-m68k.h (m68k_mri_mode_change): Declare.
7268 (MRI_MODE_CHANGE): Define.
7269 * doc/as.texinfo: Document .mri pseudo-op.
7270
7271 * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
7272 comment character.
7273
7274 Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7275
7276 Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
7277 * config/m68k-parse.h (enum pic_relocation): Define.
7278 (struct m68k_exp): Add pic_reloc field.
7279 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
7280 (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
7281 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
7282 otherwise.
7283 * config/tc-m68k.c: Delete definition of NO_RELOC.
7284 (struct m68k_it): Add pic_reloc field.
7285 (add_fix): Copy over pic_reloc field.
7286 (md_pseudo_table): Interpret .align parameter as byte count.
7287 (mote_pseudo_table): Likewise.
7288 (tc_m68k_fix_adjustable): New function.
7289 (get_reloc_code): New function.
7290 (md_assemble): Use it as last argument to fix_new_exp.
7291 (md_apply_fix_2): For a relocation against a symbol don't put the
7292 addend into the data.
7293 (tc_gen_reloc): Different addend computation for OBJ_ELF.
7294 (m68k_ip): Don't relax an operand that requires pic relocation.
7295 (md_begin): Align .text, .data and .bss on 4 byte boundary by
7296 default.
7297 * write.c (fixup_segment): Don't add symbol value to addend if
7298 TC_M68K and OBJ_ELF.
7299 * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
7300 (motorola_operand): Add rule for `(zapc, EXPR)'.
7301
7302 Mon Feb 12 10:07:33 1996 David Mosberger-Tang <davidm@azstarnet.com>
7303
7304 * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
7305 *really* is permissible before the comma.
7306
7307 Mon Feb 12 00:12:13 1996 Ian Lance Taylor <ian@cygnus.com>
7308
7309 * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
7310 inserting nop instructions.
7311
7312 Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
7313
7314 * config/te-aux.h: Change include of aux.h to aux-coff.h.
7315
7316 Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
7317
7318 * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
7319 class setting for a CALLNAME symbol in COFF.
7320
7321 * read.c (potable): Pass negative numbers for new .balign[wl] and
7322 .p2align[wl] pseudo-ops.
7323 (s_align_bytes): Treat a negative argument as specifying the fill
7324 length.
7325 (s_align_ptwo): Likewise.
7326
7327 Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
7328
7329 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
7330 (do_align): Take new len parameter. Change all callers. Pass it
7331 to md_do_align.
7332 (s_align_bytes): Arg now indicates the length of the fill pattern.
7333 (s_align_ptwo): Likewise.
7334 * config/obj-coff.c (write_object_file): Pass length to
7335 md_do_align.
7336 * config/tc-i386.h (md_do_align): Take new len parameter.
7337 * config/tc-m88k.h (md_do_align): Likewise.
7338 * config/tc-m88k.c (m88k_do_align): Likewise.
7339 * config/tc-sh.h (md_do_align): Likewise.
7340 * config/tc-sh.c (sh_do_align): Likewise.
7341 * doc/as.texinfo: Document new pseudo-ops.
7342
7343 * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
7344 done in cvt_frag_to_fill.
7345
7346 * config/tc-sh.h (sh_do_align): Declare.
7347 (md_do_align): Define.
7348 * config/tc-sh.c (sh_do_align): New function.
7349
7350 * ecoff.c (ecoff_build_lineno): Don't try to store the address
7351 difference if the next address is before the current one.
7352
7353 * config/tc-m68k.c (struct m68k_cpu): Add alias field.
7354 (archs): Initialize new field.
7355 (m68k_ip): Don't list alias names when listing CPUs which support
7356 an instruction.
7357
7358 * as.c (main): Call parse_args before read_begin.
7359 * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
7360 front of generated pseudo-ops.
7361 * read.c (potable): Ignore "name".
7362 (s_app_file): Permit a single quote after the string, since one
7363 may appear in m68k MRI mode.
7364
7365 * configure.in: Check for --enable-shared. If linking against
7366 shared BFD and opcodes, fix library name on SunOS, and try to set
7367 -rpath reasonably.
7368 * configure: Rebuild.
7369
7370 Tue Feb 6 15:16:17 1996 Ian Lance Taylor <ian@cygnus.com>
7371
7372 * as.h (flag_m68k_mri): Declare.
7373 * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
7374 * Many files: For MRI syntax that is specific to the m68k MRI
7375 assembler, check flag_m68k_mri rather than flag_mri or
7376 MRI_MODE_NEEDS_PSEUDO_DOT.
7377
7378 Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com>
7379
7380 * config/tc-i960.c (ARCH_HX): Define.
7381 (arch_tab): Add HX.
7382 (targ_has_sfr): Handle ARCH_HX.
7383 (targ_has_iclass): Handle ARCH_HX.
7384 (tc_coff_fix2rtype): Add return 0 to avoid warning.
7385 (tc_headers_hook): If the architecture was specified explicitly,
7386 use it when setting the flags. Set the extern variable coff_flags
7387 rather than headers->filehdr.f_flags, since the latter is set
7388 unconditionally in obj-coff.c.
7389 (i960_handle_align): Remove unused variable fixp.
7390
7391 Support for building bfd and opcodes as shared libraries, based on
7392 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
7393 * configure.in: Set OPCODES and BFD to search directories.
7394 Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
7395 * configure: Rebuild.
7396 * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
7397 (LIBDEPS): New variable.
7398 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
7399 $(HLDFLAGS) in link.
7400 (check): Set LD_LIBRARY_PATH in the environment.
7401
7402 Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7403
7404 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
7405 .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
7406 read-only, not read/write.
7407
7408 Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
7409
7410 * Makefile.in (INSTALL_XFORM): Remove -e.
7411
7412 Fri Feb 2 12:32:15 1996 Ian Lance Taylor <ian@cygnus.com>
7413
7414 * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
7415 than comparing S_GET_SEGMENT to undefined_section.
7416 (write_object_file): Skip symbols which were equated to an
7417 undefined or common symbol.
7418 * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
7419 S_IS_COMMON rather than comparing S_GET_SEGMENT to
7420 undefined_section.
7421 (S_GET_VALUE): Likewise. Avoid recursion problems if S_IS_DEFINED
7422 or S_IS_COMMON call S_GET_VALUE.
7423 * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
7424 * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
7425 to an undefined or common symbol, convert the reloc to be against
7426 the target symbol.
7427 (obj_crawl_symbol_chain): Skip symbols which were equated to an
7428 undefined or common symbol.
7429 * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
7430 * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
7431 to an undefined or common symbol, convert the reloc to be against
7432 the target symbol.
7433 (obj_crawl_symbol_chain): Skip symbols which were equated to an
7434 undefined or common symbol.
7435 * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
7436 S_IS_COMMON rather than comparing S_GET_SEGMENT to
7437 undefined_section.
7438 (yank_symbols): Skip symbols which were equated to an undefined or
7439 common symbol.
7440
7441 Thu Feb 1 15:34:32 1996 Ian Lance Taylor <ian@cygnus.com>
7442
7443 * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
7444 * config/obj-bout.h (S_IS_LOCAL): Likewise.
7445
7446 * configure.in: Make sure we only add m68k-parse.o to
7447 ${extra_objects} once, no matter how many m68k targets have been
7448 enabled.
7449 * configure: Rebuild.
7450
7451 Wed Jan 31 18:31:46 1996 Steve Chamberlain <sac@slash.cygnus.com>
7452
7453 * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
7454 * configure: Rebuild.
7455
7456 Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
7457
7458 * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
7459 * doc/c-m68k.texi: Document .extend and .ldouble.
7460
7461 * configure.in (m68*-apple-aux*): New target.
7462 * config/te-aux.h: New file.
7463 * config/obj-coff.c (compare_external_relocs): New static function
7464 if TE_AUX.
7465 (do_relocs_for): Sort relocs if TE_AUX.
7466 (fixup_segment): If TE_AUX, store common symbol value in segment.
7467 * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
7468
7469 Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com>
7470
7471 * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
7472
7473 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
7474 BSF_FUNCTION.
7475 (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
7476 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
7477 symbol.
7478 * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
7479 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
7480 an undefined symbol and the size of a function symbol.
7481 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
7482 for all common symbols.
7483
7484 Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com>
7485
7486 * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
7487 scaling of index.
7488
7489 * expr.c (operand): Accept 0x hex constants in MRI mode if not on
7490 m68k.
7491
7492 Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com>
7493
7494 * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
7495 of object. From Ronald F. Guilmette <rfg@monkeys.com>.
7496
7497 * ecoff.c (localsym_t): Add addend field.
7498 (add_ecoff_symbol): Add addend argument. Change all callers.
7499 (coff_sym_value): Make static.
7500 (coff_sym_addend): New static variable.
7501 (ecoff_directive_def): Initialize coff_sym_addend.
7502 (ecoff_directive_val): Accept symbol + constant.
7503 (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
7504 (ecoff_build_symbols): Include the addend in the symbol value.
7505
7506 Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
7507
7508 * config/tc-ppc.c (md_assemble): Ignore overflow on
7509 BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
7510
7511 Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7512
7513 * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
7514 bytes in size, so offset appropriately in big endian mode when
7515 writing the bottom 2 bytes.
7516
7517 Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
7518
7519 * config/tc-sparc.c (default_compatible): New static local.
7520 (md_begin): Initialize it. Rewrite warn_on_bump handling.
7521 (sparc_ip): If no architecture or -bump specified, don't mark as
7522 mismatched those in default_compatible.
7523
7524 Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
7525
7526 SCO ELF support from Robert Lipe <robertl@arnet.com>:
7527 * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
7528 * configure: Rebuild.
7529 * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
7530 * config/tc-i386.c (sco_id): New function, if SCO_ELF.
7531 * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
7532 (sco_id): Declare if SCO_ELF.
7533
7534 Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
7535
7536 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
7537 ({max,warn_after}_architecture): New static locals.
7538 (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
7539 If both architecture and -bump requested, set max_architecture to max.
7540 (sparc_md_end): Simplify.
7541 (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
7542 Rewrite code to bump architecture and check for conflicts.
7543 (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
7544 with Solaris assembler.
7545 (md_parse_option): Likewise. Call sparc_opcode_lookup_arch.
7546 (md_show_usage): Update.
7547
7548 Wed Jan 24 22:11:03 1996 Doug Evans <dje@charmed.cygnus.com>
7549
7550 * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
7551
7552 Mon Jan 22 09:21:36 1996 Doug Evans <dje@charmed.cygnus.com>
7553
7554 * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
7555 #ifdef sparcv9 when choosing value.
7556 (ENV64): Delete.
7557 (md_end): Define.
7558 (sparc_md_end): Declare.
7559 * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
7560 (initial_architecture): New static local.
7561 (can_bump_v9_p): Likewise.
7562 (NO_V9): Delete all occurrences.
7563 (sparc_md_end): New function.
7564 (sparc_ip): New local v9_arg_p. Rework fp reg number test.
7565 Don't bump architecture to v9 unless can_bump_v9_p set.
7566 (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
7567 * configure.in (sparc64 target cpu): Don't set obj_format here.
7568 (SPARC_V9): Renamed from sparcv9.
7569 (sparc64-*-elf*): Define SPARC_ARCH64.
7570 * configure: Regenerated.
7571 * acconfig.h (SPARC_V9): Renamed from sparcv9.
7572 (SPARC_ARCH64): Add.
7573 * conf.in: Regenerated.
7574 * config/vmsconf.h: Update.
7575
7576 Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
7577
7578 * config/tc-mips.c (load_register): Optimise "dli" loads.
7579 (md_show_usage): add "-mcpu=vr4100" to help text.
7580
7581 Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
7582
7583 * symbols.c (resolve_symbol_value): If a symbol is equated to an
7584 undefined symbol, preserve the X_op of O_symbol.
7585 (S_GET_VALUE): Fix check to permit this case.
7586 * write.c (write_relocs): If a reloc is against an undefined
7587 symbol equated to another symbol, change the reloc to be against
7588 the latter symbol.
7589 * config/obj-coff.c (do_relocs_for): Likewise.
7590
7591 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
7592 XMC_PR.
7593
7594 Mon Jan 22 10:59:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7595
7596 * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
7597 computer is PowerPC.
7598
7599 * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
7600
7601 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
7602 mentioned in the eabi.
7603
7604 Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
7605
7606 * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
7607 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
7608
7609 Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7610
7611 * config/tc-ppc.c (mapping): Add more relocation suffixes.
7612
7613 Sun Jan 14 21:29:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7614
7615 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
7616 as a section it is ok to have unadorned -mrelocatable pointers in.
7617
7618 Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7619
7620 * config/tc-ppc.c (ppc_section*): Wrap these functions inside
7621 #ifdef OBJ_ELF.
7622
7623 Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7624
7625 * config/obj-elf.c (obj_elf_section): Add hooks so machine
7626 dependent section attributes can be handled.
7627
7628 * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
7629 macros to add support for exclude section flag and ordered section
7630 type.
7631
7632 * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
7633 functions to add support for exclude section flag and ordered
7634 section type.
7635
7636 Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
7637
7638 * subsegs.c (section_symbol): Don't try to look up the section
7639 symbol in the hash table. It should be possible to have a symbol
7640 with the same name as a section, but no connection to it.
7641
7642 * read.c (cons_worker): Only call mri_comment_end from flag_mri.
7643 From James Carlson <carlson@xylogics.com>.
7644
7645 * expr.c (operand): Skip whitespace after a close parenthesis.
7646 From James Carlson <carlson@xylogics.com>.
7647
7648 Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com>
7649
7650 * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
7651 as_warn_where for relocation overflow.
7652 (parse_reg): Accept register name only if next character is
7653 not alphanumeric.
7654
7655 Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
7656
7657 * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
7658 addresses for static variables.
7659
7660 Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7661
7662 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
7663 and xgot give the old toc16 relocation.
7664 (md_apply_fix3): Support all GOT relocations.
7665
7666 Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
7667
7668 * config/tc-mips.c (load_address): Correctly handle a constant in
7669 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
7670
7671 Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7672
7673 * config/tc-sh.c (parse_reg): Recognize SH3 registers.
7674 (get_specific): Handle A_SSR, A_SPC and A_REG_B.
7675 (build_Mbytes): Handle REG_B.
7676
7677 Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com>
7678
7679 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
7680
7681 Fri Dec 15 12:11:48 1995 Raymond Jou <rjou@mexican.cygnus.com>
7682
7683 * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
7684
7685 Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
7686
7687 * config/obj-coff.c (write_object_file): Set the s_align field to
7688 the number of bytes, rather than to the power of 2.
7689
7690 Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
7691
7692 * Makefile.in (DISTCLEAN_HERE): New variable.
7693 (distclean): Use it.
7694 (maintainer-clean): Depend upon clean-here rather than clean,
7695 distclean, and clean-info. Run make maintainer-clean in doc.
7696 Remove files listed in DISTCLEAN_HERE.
7697 * doc/Makefile.in (maintainer-clean realclean): Split out from
7698 distclean. Depend upon clean-info and distclean.
7699
7700 Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
7701
7702 * mac-as.r: Fix copyright and version strings.
7703 (cfrg): Use PROG_NAME instead of literal name.
7704
7705 Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
7706
7707 * read.c (read_a_source_file): If tc_unrecognized_line is defined,
7708 call it.
7709 * config/tc-a29k.h (tc_unrecognized_line): Define.
7710 * config/tc-a29k.c (a29k_unrecognized_line): New function.
7711 (md_operand): Handle a29k style local dollar labels.
7712
7713 Wed Dec 6 17:52:52 1995 Ian Lance Taylor <ian@cygnus.com>
7714
7715 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
7716
7717 Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
7718
7719 * read.c (s_fill): If md_flush_pending_output is defined, call
7720 it.
7721
7722 Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
7723
7724 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
7725 Treat rs_align_code like rs_align.
7726
7727 Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
7728
7729 * config/tc-arm.c (cp_address_required_here): Set pre_inc when
7730 converting an absolute address into a PC-relative one.
7731
7732 Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
7733
7734 * mpw-config.in: Don't always use te-generic.h for emulation.
7735 (powerpc-apple-macos): Use emulation te-macos.h.
7736 * mpw-make.sed (install, install-only): Edit in Mac-specific
7737 install procedure.
7738
7739 Fri Dec 1 10:59:25 1995 Ian Lance Taylor <ian@cygnus.com>
7740
7741 * configure.in: Improve message about unsupported ELF targets.
7742 * configure: Rebuild.
7743
7744 * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
7745 pattern is zero. From Manfred Hollstein.
7746
7747 Thu Nov 30 13:25:49 1995 Kim Knuttila <krk@cygnus.com>
7748
7749 * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
7750 the various idata sections, we check the name on the .section pseudo.
7751
7752 Thu Nov 30 11:23:42 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
7753
7754 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
7755 add section's paddr to add_number; compatibility to native as and
7756 ld forbids.
7757
7758 Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
7759
7760 * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
7761
7762 * hash.c (struct hash_entry): Moved here...
7763 * hash.h (struct hash_entry): ...from here.
7764
7765 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
7766 if it's already known to be null.
7767
7768 Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7769
7770 * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
7771 bit relocs converted to PC relative relocs. This turned out to
7772 add the offset from the beginning of .text twice.
7773
7774 Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com>
7775
7776 * stabs.c (s_stab_generic): In 's' case, free string from
7777 obstack.
7778
7779 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
7780 sy_name_offset.
7781 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
7782 Ditto.
7783
7784 * subsegs.h (segment_info_type): Make bitfields unsigned.
7785
7786 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
7787 and move them together. On most systems this will reduce the
7788 structure size by one word.
7789 (operatorT): Define O_max.
7790 * expr.c (expr_begin): Verify that X_op is wide enough to hold
7791 O_max.
7792
7793 * read.c (pop_insert): Print error returned by hash table
7794 insertion code.
7795
7796 * as.c (dump_statistics): Split out from main; dump some hash
7797 table stats and target-specific stats.
7798 (start_time): No longer automatic to main.
7799 (main): Set file-level start_time and call dump_statistics at
7800 exit. Exit by calling xexit.
7801 (show_usage): Make --statistics description less specific.
7802 * subsegs.c (subsegs_print_statistics): New function.
7803 * write.c (write_print_statistics): New function.
7804 (n_fixups): New static variable.
7805 (fix_new_internal): Increment it.
7806 * read.c (read_print_statistics): New function.
7807 * read.h (read_print_statistics): Declare.
7808 * symbol.c (symbol_print_statistics): New function.
7809 * symbol.h (symbol_print_statistics): Declare.
7810 * hash.c (hash_print_statistics): New function.
7811 * hash.h (hash_print_statistics): Declare.
7812 * config/tc-i386.c (i386_print_statistics): New function.
7813 * config/tc-i386.h (i386_print_statistics): Declare.
7814 (tc_print_statistics): New macro.
7815 * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
7816 exit.
7817
7818 * hash.c (DELETED): Rewrite to use a valid but unique address.
7819 (START_POWER): Reduce to 10.
7820 (enum stat_enum): New enumerator, replacing STAT_* index macros.
7821 Add new values for counting strcmp calls.
7822 (GROW_FACTOR): New macro.
7823 (hash_grow): Use GROW_FACTOR. Rewrite for quick returns instead
7824 of nesting blocks.
7825 (FULL_VALUE): New macro. Use 1/4 of table size instead of 1/2.
7826 (hash_new): Use FULL_VALUE.
7827 (struct hash_control): Definition moved here.
7828 (hash_code): Don't mask to low bits.
7829 (hash_ask): Mask returned hash code here. Check hash value before
7830 calling strcmp; count strcmp calls.
7831 * hash.h (struct hash_control): Declare, don't define, here.
7832 (HASH_STATLENGTH): Deleted.
7833 (struct hash_entry): Add field for hash code.
7834 (hash_say, hash_apply): Don't declare.
7835
7836 * hash.c (destroy): Return void.
7837 (applicatee): Ditto.
7838 (main): Fix declarations.
7839 (hash_apply): Return void. Argument `function' returns void. Put
7840 inside "#ifdef TEST".
7841 (hash_say): Define only if TEST is defined.
7842 * hash.h (hash_apply, hash_say): Declarations deleted.
7843
7844 Mon Nov 27 13:18:25 1995 Ian Lance Taylor <ian@cygnus.com>
7845
7846 * configure: Rebuild with autoconf 2.7.
7847
7848 Tue Nov 21 18:39:01 1995 Ian Lance Taylor <ian@cygnus.com>
7849
7850 * aclocal.m4 (AC_PROG_CC): Remove local definition.
7851 * configure: Rebuild with autoconf 2.6.
7852
7853 Mon Nov 20 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
7854
7855 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
7856 (ppc_stabx): Don't increment ppc_debug_name_section_size.
7857 (ppc_bc): Likewise.
7858 (ppc_frob_file): Remove.
7859 * config/tc-ppc.h (tc_frob_file): Don't define.
7860 (ppc_frob_file): Don't declare.
7861
7862 Mon Nov 20 13:37:05 1995 Ken Raeburn <raeburn@cygnus.com>
7863
7864 * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
7865 * config/alpha-opcode.h: Include one-operand variants of jmp and
7866 jsr.
7867
7868 * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
7869 with te-delta.h in 8.3 file systems.
7870 * configure.in: Adjusted.
7871
7872 Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
7873
7874 * config/tc-mips.c (s_err): Remove; just use the one in read.c.
7875
7876 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
7877 number.
7878 * expr.c (operand): Handle MRI suffixes after unadorned 0.
7879
7880 Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
7881
7882 Version 2.6 released.
7883 * Makefile.in (VERSION): Updated to 2.6.
7884
7885 * config/obj-coff.c (write_object_file): Change use of md_do_align
7886 to pass a pointer rather than a fill value, to match other uses.
7887
7888 Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
7889
7890 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
7891
7892 * as.c (main): Move md_end call to just after call to
7893 perform_an_assembly_pass. Delete cpu-specific code here.
7894 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
7895 * config/tc-arm.c (md_end): Unused function deleted.
7896 * config/tc-ns32k.c (md_end): Ditto.
7897
7898 * config/tc-i386.c (i386_align_code): New function, moved here
7899 from HANDLE_ALIGN macro.
7900 * config/tc-i386.h (HANDLE_ALIGN): Call it.
7901
7902 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
7903
7904 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
7905 before comparing
7906
7907 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
7908
7909 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
7910 multi-byte nops to avoid changing gcc. The necessary gcc change
7911 might break old assemblers.
7912
7913 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
7914
7915 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
7916 generate optimal multi-byte nop instructions for ".align n"
7917 ".align n,0x90", and aligns requiring more than 15 bytes of
7918 padding still generate multiple 0x90's as before.
7919
7920 Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
7921
7922 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
7923
7924 Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
7925
7926 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
7927 * configure: Update.
7928 * mpw-make.sed: Reorder commands to make sed happier.
7929 * config/te-macos.h: New file.
7930 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
7931
7932 Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
7933
7934 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
7935 conditional branches.
7936 (md_apply_fix): Likewise.
7937
7938 Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
7939
7940 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
7941 generate a reloc which the linker will not handle correctly. Fix
7942 overflow checking--R_IREL is 18 bits, not 17.
7943
7944 Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
7945
7946 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
7947 from a PC relative reloc if TC_A29K.
7948
7949 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
7950 code depends upon it.
7951
7952 * config/tc-a29k.c (md_operand): Handle $float, $double, and
7953 $extend. Based on code from Eric Freudenthal
7954 <freudenthal@nyu.edu>.
7955 * config/tc-a29k.h (LEX_DOLLAR): Define.
7956 * read.c (LEX_DOLLAR): Define if not defined.
7957 (lex_type): Use LEX_DOLLAR.
7958
7959 Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
7960
7961 * configure.in (a29k-nyu-sym1): New target, just like other a29k
7962 targets.
7963
7964 Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
7965
7966 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
7967
7968 Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
7969
7970 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
7971 used only by "dlltool.c".
7972
7973 Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
7974
7975 * config/tc-alpha.c: Undefine inline if not __GNUC__.
7976 (md_pseudo_table): Don't define "extern".
7977
7978 Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
7979
7980 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
7981
7982 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
7983
7984 Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
7985
7986 * macro.c (macro_expand_body): Don't warn about == with a
7987 nonexistent parameter, in case it is in a comment field.
7988
7989 * as.c (main): On TC_A29K, call macro_init with macro_alternate
7990 set to 1.
7991 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
7992 set, even if macro_alternate is set.
7993 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
7994 (sub_actual): If macro_strip_at, and kind is '@', don't look up
7995 the token unless it ended in '@'.
7996 * config/tc-a29k.c (line_separator_chars): Remove '@'.
7997 * doc/c-a29k.texi: Document macro usage on A29K.
7998
7999 Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
8000
8001 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
8002 signed word.
8003 (install_operand): Likewise.
8004
8005 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
8006
8007 Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
8008
8009 * configure.in (m88k-motorola-sysv*): New target.
8010 * configure: Rebuild.
8011 * config/te-delta88.h: New file.
8012 * config/obj-coff.c (write_object_file): Use md_do_align if it is
8013 defined.
8014 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
8015 (md_do_align): Define.
8016 * config/tc-m88k.c: Include "subsegs.h".
8017 (m88k_do_align): New function.
8018
8019 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
8020 (COFF_NOLOAD_PROBLEM): Define.
8021 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
8022
8023 Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
8024
8025 * config/tc-i386.c (md_assemble): For a jump instruction with
8026 non-constant target, require 7 available bytes in the current
8027 frag, not 6.
8028
8029 Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
8030
8031 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
8032 bfd/libelf.h.
8033
8034 Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
8035
8036 * configure.in (alpha-*-linux*): Use ecoff.
8037 * configure: Rebuild.
8038 * ecoff.c (ecoff_directive_extern): New function.
8039 (ecoff_directive_weakext): New function.
8040 (ecoff_build_symbols): Handle weak symbols.
8041 (ecoff_setup_ext): Likewise.
8042 (ecoff_frob_symbol): Warn about weak common symbols.
8043 * ecoff.h (ecoff_directive_extern): Declare.
8044 (ecoff_directive_weakext): Declare.
8045 * symbols.c (S_IS_WEAK): New function.
8046 * symbols.h (S_IS_WEAK): Declare.
8047 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
8048 "weakext".
8049 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
8050 (s_extern): Remove.
8051
8052 Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
8053
8054 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
8055
8056 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
8057 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
8058 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
8059 * config/obj-coff.c (coff_frob_symbol): Don't call
8060 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
8061 one. If OBJ_XCOFF, try to figure out whether the symbol is going
8062 to be dropped.
8063
8064 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
8065 (ppc_stab_symbol): New static variable.
8066 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
8067 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
8068 sy_tc.real_name to the stab string.
8069 (ppc_bc, ppc_ec): New static functions.
8070 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
8071 do anything.
8072 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
8073 suffix.
8074 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
8075 entries.
8076
8077 * input-scrub.c (input_scrub_push): Reset sb_index.
8078
8079 Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
8080
8081 * listing.c (listing_newline): Don't create a frag in the absolute
8082 section.
8083
8084 Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
8085
8086 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
8087 (ppc_csect): Move most of the code to ppc_change_csect, and call
8088 it.
8089 (ppc_change_csect): New static function, taken from ppc_csect.
8090 (ppc_section): New static function.
8091 (ppc_saw_abs): New static varable.
8092 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
8093 a symbol has no csect.
8094 (ppc_adjust_symtab): New function.
8095 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
8096 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
8097
8098 * write.c (write_object_file): If tc_adjust_symtab is defined,
8099 call it just before the call to obj_adjust_symtab.
8100
8101 * symbols.c (symbol_find_or_make): Change name to be const.
8102 * symbols.h (symbol_find_or_make): Update declaration.
8103
8104 Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
8105
8106 * doc/as.texinfo (Align): Mention SH.
8107 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
8108 .align value.
8109 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
8110 (Z8000 Directives, even): Don't give numeric align value, instead
8111 explain behavior.
8112
8113 Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
8114
8115 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
8116 instruction.
8117
8118 Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8119
8120 * Makefile.in (diststuff): Also make info.
8121 (maintainer-clean realclean): Also make clean-info.
8122
8123 Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
8124
8125 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
8126 (pa_subspace): For ".nsubspa", always create a new subspace
8127 with the given attributes, even if one already exists with the
8128 same name.
8129
8130 Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8131
8132 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
8133 TC_FORCE_RELOCATION, taking an additional section argument. If
8134 the section of the target symbol is not the same as the current
8135 section, always force the relocation to be used.
8136 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
8137
8138 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
8139 md_pcrel_from function, taking an additional section argument.
8140 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
8141
8142 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
8143 older TC_FORCE_RELOCATION if not defined.
8144 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
8145 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
8146 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
8147 TC_FORCE_RELOCATION.
8148
8149 Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
8150
8151 * input-scrub.c (as_where): Set name to null pointer if we don't
8152 have a file name.
8153 * messages.c (identify): Only print filename if non-null.
8154 (as_show_where): Ditto, for line number too.
8155 (as_warn_internal, as_bad_internal): Ditto.
8156
8157 * input-file.c (input_file_open): If the input file can't be
8158 opened, consider it an error.
8159
8160 Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
8161
8162 * config/tc-mips.c: Added mips_4100 control, and support for
8163 accepting the 4100 as a MIPS architecture variant (md_begin,
8164 macro_build, mips_ip, md_parse_option). Adding suitable
8165 command-line OPTIONs, and updating the help text (md_show_usage).
8166
8167 Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
8168
8169 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
8170 BFD_ASSEMBLER is defined.
8171
8172 * Use one active frag and one obstack per frag chain:
8173 * frags.c (frags): Variable deleted.
8174 (frag_alloc): New function.
8175 (frag_grow, frag_more, frag_variant, frag_now_fix,
8176 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
8177 frags variable.
8178 (frag_new): Ditto. Verify that frch_last and frag_now match on
8179 entry and exit, and that old frag_now has non-zero type. Replace
8180 "know" uses with "assert". Use frag_alloc instead of mucking with
8181 obstack alignment.
8182 * frags.h (frags): Declaration deleted.
8183 * subsegs.h (struct frchain): Add new field frch_frag_now.
8184 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
8185 variables.
8186 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
8187 give it any stricter alignment than frchainS structures need. Do
8188 not initialize frags obstack. Set frag_now to point to
8189 dummy_obstack. Initialize absolute_frchain.
8190 (subseg_set_rest): Save and restore frag_now in frch_frag_now
8191 field of frchainS. Don't create new frags on section switch, and
8192 use frag_alloc when creating a new frag chain. For absolute
8193 section, set frchain_now to absolute_frchain. Verify that
8194 frch_last and frag_now match on entry and exit. Initialize
8195 per-chain obstack, and under gcc, set required alignment to that
8196 needed by fragS structure.
8197
8198 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
8199
8200 * stabs.c (get_stab_string_offset): Only copy input string if a
8201 fresh copy is needed, not if the section already exists.
8202 (s_stab_generic): Cache stab section name to bypass lookups, since
8203 usually it will match. Could be made faster still by changing the
8204 memory allocation rules.
8205 (s_xstab): Cache section name to bypass repeated string
8206 allocation.
8207
8208 * frags.c (frag_new): Deleted register declarations.
8209
8210 * listing.c (frag_now): Don't declare.
8211
8212 * as.c (chunksize): New variable.
8213 (debug_memory): New variable.
8214 (main): If debug_memory is set, reduce chunksize and
8215 _bfd_chunksize.
8216 * as.h (chunksize): Declare it.
8217 * read.c (read_begin): Use it.
8218
8219 * config/tc-alpha.c (md_shortopts): Include 'g'.
8220 (md_parse_option): Ignore it.
8221
8222 * Makefile.in (distclean): Remove Makefile and config.status from
8223 testsuite directory.
8224 (clean-here): Don't delete testsuite. Instead, delete only the
8225 files within it that would be generated by running tests.
8226
8227 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
8228 frag_now_fix instead of accessing obstack info directly.
8229 * config/tc-arm.c (s_ltorg): Ditto.
8230 (md_assemble): Ditto.
8231
8232 * config/tc-i386.c (md_assemble): Call frag_grow instead of
8233 obstack_room.
8234
8235 Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
8236
8237 * stabs.c (aout_process_stab): Insert debug symbol into symbol
8238 chain after parsing value expression, if any, to avoid separating
8239 continued .stabs lines.
8240
8241 Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
8242
8243 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
8244 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
8245
8246 Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
8247
8248 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
8249 -mcom support and PPC_OPCODE_ANY for -many.
8250 (md_parse_option): Ditto.
8251 (ppc_arch): Ditto.
8252 (md_begin): For duplicate instructions, print all duplicates
8253 before aborting.
8254
8255 Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
8256
8257 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
8258 common mode operation.
8259 (md_show_usage): Add -mcom to usage message.
8260
8261 Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
8262
8263 * expr.c (op_rank): Add O_symbol_rva.
8264 * expr.h (operatorT): Add O_symbol_rva.
8265 * read.c (cons_worker): Set O_symbol_rva when necessary.
8266 * write.c (fix_new_exp): Understand O_symbol_rva.
8267
8268 Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
8269
8270 * config/tc-mips.c: Correct s_cons arguments. From Michael
8271 Joosten <joost@ori.cadlab.de>.
8272
8273 Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
8274
8275 * config/tc-ppc.c (ppc_macro): Make count unsigned.
8276 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
8277 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
8278 the fix_line field.
8279 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
8280 make non-static. Change all users.
8281 * config/obj-coff.h (coff_n_line_nos): Declare.
8282
8283 Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
8284
8285 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8286
8287 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
8288
8289 * config/obj-elf.c (obj_elf_common): Convert specified byte
8290 alignment to power of two. Set size of local bss symbol.
8291
8292 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
8293
8294 Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
8295
8296 * sb.c, macro.c: Decide whether to include <string.h> or
8297 <strings.h> just as as.h does.
8298
8299 Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
8300
8301 * Makefile.in (site.exp): Fix setting of $srcdir.
8302
8303 * config/tc-arm.c (md_atof): Fix little-endian output.
8304 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
8305 all coff targets.
8306
8307 Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
8308
8309 * doc/as.texinfo: Split out the NS32k family documentation,
8310 despite its being commented out for now.
8311 * doc/c-ns32k.texi: New file.
8312
8313 * sb.c, macro.c: Include string.h.
8314
8315 * Makefile.in (comparison): Only check *.o; we don't care if
8316 timestamps inserted by the native linker differ.
8317
8318 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
8319 if alignment stricter than 4 bytes is requested; in that case,
8320 align to a 4-byte boundary first.
8321
8322 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
8323
8324 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
8325 uninitialized" warning for `Max_Source_Offset'.
8326
8327 Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
8328
8329 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
8330 qualifiers and detect errors if present.
8331 (md_assemble): Add call to parse_toc_entry. Also added some support
8332 for the [tocv] qualifier.
8333 (ppc_pe_tocd): New function to support data in the toc section.
8334
8335 Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
8336
8337 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
8338 an absolute symbol.
8339
8340 Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
8341
8342 * config/tc-m68k.c (isword): Accept all values from -65536 to
8343 +65535, so ~VAL will not be rejected.
8344
8345 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
8346 skip characters after the pseudo-op.
8347 (s_else): Likewise.
8348 * read.c (get_line_sb): Don't look past buffer_limit.
8349 (s_include): In MRI mode, skip characters after the file name.
8350
8351 Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
8352
8353 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
8354 periods in register names.
8355
8356 For older changes see ChangeLog.1.
This page took 0.214731 seconds and 4 git commands to generate.