revert earlier patch to set prev_insn_valid when not reordering
[binutils-gdb.git] / gas / ChangeLog
1 Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
2
3 * config/tc-mips.c (md_parse_option): When debugging, set
4 mips_optimize to 1, not 0.
5
6 * config/tc-mips.c (mips16_ip): Handle an extend operand.
7
8 * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks
9 like the expression was based on `.', adjust the value of the
10 symbol.
11
12 * config/tc-mips.c (append_insn): Warn about an attempt to put an
13 extended instruction in a delay slot when not reordering.
14 (md_convert_frag): Warn if an extended instruction appears in a
15 delay slot.
16
17 * config/tc-mips.c (mips_pseudo_table): Add "insn".
18 (s_insn): New static function.
19 * doc/c-mips.texi: Document .insn.
20
21 * config/tc-mips.c (md_begin): Add the general registers to the
22 symbol table.
23 (mips16_ip): First parse the expression, and then see whether it
24 came up with a register, rather than trying to first see whether
25 we are looking at a register.
26
27 start-sanitize-tic80
28 Tue Feb 11 15:13:39 1997 Fred Fish <fnf@cygnus.com>
29
30 * config/tc-tic80.c: Numerous changes and additions to flesh
31 out functions that were previously just stubs, and fix some
32 problems found using the new TIc80 testsuite cases.
33
34 end-sanitize-tic80
35 Tue Feb 11 15:52:22 1997 Ian Lance Taylor <ian@cygnus.com>
36
37 * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
38 (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
39
40 * config/tc-mips.c (append_insn): Output jump instruction as a
41 pair of 2 byte instructions, rather than as a single 4 byte
42 instruction.
43
44 start-sanitize-r5900
45 * config/tc-mips.c (md_begin): Correct test of mips_5900.
46 (mips_ip): Don't check INSN_ISA for a macro.
47
48 end-sanitize-r5900
49 start-sanitize-r5900
50 Fri Feb 7 11:11:06 1997 Gavin Koch <gavin@cygnus.com>
51
52 * config/tc-mips.c: added r5900.
53
54 end-sanitize-r5900
55 Mon Feb 10 22:06:00 1997 Dawn Perchik (dawn@cygnus.com)
56
57 * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
58 config/itbl-mips.h: Add copyright message and fix indentation.
59
60 Mon Feb 10 18:09:00 1997 Dawn Perchik (dawn@cygnus.com)
61
62 * itbl-ops.c: New file. Add support for dynamically read
63 instruction registers, opcodes and formats. Build internal table
64 for new instructions and provide callbacks for assembler and
65 disassembler.
66 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
67 spec table.
68 * itbl-ops.h: New file. Header file for itbl support.
69 * config/itbl-mips.h: New file. Mips specific definitions for
70 itbl support.
71
72 Fri Feb 7 09:52:34 1997 Jeffrey A Law (law@cygnus.com)
73
74 * config/tc-mn10200.c (md_assemble): If a constant operand won't
75 fit into the constant field of a relaxable operand, then it does
76 not match.
77
78 Thu Feb 6 20:08:12 1997 Jeffrey A Law (law@cygnus.com)
79
80 * config/tc-mn10200.c (md_estimate_size_before_relax): Treat
81 a jsr target in a different section just like a jsr to
82 an undefined target.
83
84 Thu Feb 6 16:52:57 1997 Ian Lance Taylor <ian@cygnus.com>
85
86 * config/tc-mips.c (mips_fix_adjustable): Don't adjust relocations
87 against any mips16 symbols, not just externally visible ones.
88 (md_apply_fix): Corresponding change.
89
90 Wed Feb 5 11:11:06 1997 Ian Lance Taylor <ian@cygnus.com>
91
92 * config/tc-mips.c (mips16_ip): Accept floating point registers in
93 the operand of the exit instruction.
94
95 Tue Feb 4 14:12:39 1997 Ian Lance Taylor <ian@cygnus.com>
96
97 * symbols.c (resolve_symbol_value): If we leave an equated symbol
98 as O_symbol, copy over the segment.
99
100 Mon Feb 3 12:35:54 1997 Ian Lance Taylor <ian@cygnus.com>
101
102 * config/tc-mips.c (md_apply_fix): If we aren't adjusting this
103 fixup to be against the section symbol, adjust the value
104 accordingly.
105
106 * symbols.c (resolve_symbol_value): Don't change X_add_number for
107 an equated symbol.
108 * write.c (write_relocs): Avoid looping on equated symbols.
109 Adjust fx_offset by X_add_number for each symbol.
110 * config/obj-coff.c (do_relocs_for): Avoid looping on equated
111 symbols.
112 (fixup_segment): Add a loop to track down equated symbols and
113 adjust fx_offset appropriately.
114
115 Fri Jan 31 15:21:02 1997 Jeffrey A Law (law@cygnus.com)
116
117 * config/tc-mn10200.c (md_relax_table): Add entries to allow
118 jmp -> bra relaxing.
119 (md_convert_frag): Handle jmp->bra relaxing.
120 (md_assemble): Handle jmp->bra relaxing.
121 (md_estimate_size_before_relax): Likewise.
122
123 Fri Jan 31 13:15:05 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
124
125 * config/tc-i386.c (i386_align_code): Add comments explaining the
126 nop instructions.
127
128 Fri Jan 31 10:46:14 1997 Ian Lance Taylor <ian@cygnus.com>
129
130 * config/tc-sparc.c (enforce_aligned_data): New static variable.
131 (sparc_cons_align): Don't do anything unless enforce_aligned_data
132 is set.
133 (md_longopts): Add "enforce-aligned-data".
134 (md_show_usage): Mention --enforce-aligned-data.
135 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
136 enforce-aligned-data.
137
138 * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long",
139 "word", and "short".
140 (ppc_xcoff_cons): New static function.
141
142 * write.c (relax_segment): Give an error if a .space symbol is
143 common or undefined.
144
145 * read.c (read_a_source_file): Don't handle mri_pending_align if
146 the handler is s_globl or s_ignore.
147
148 Thu Jan 30 11:46:59 1997 Fred Fish <fnf@cygnus.com>
149
150 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
151 start-sanitize-tic80
152 * config/tc-tic80.c: Many additions to previous placeholder file.
153 * config/tc-tic80.h: Ditto.
154 end-sanitize-tic80
155
156 Thu Jan 30 12:28:18 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
157
158 * config/tc-i386.c (i386_align_code): Improve the nop patterns.
159
160 Thu Jan 30 12:08:40 1997 Ian Lance Taylor <ian@cygnus.com>
161
162 * config/tc-mips.c (mips_fix_adjustable): New function.
163 * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
164 (mips_fix_adjustable): Declare.
165
166 Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:
167 * read.c (read_a_source_file): After doing an mri_pending_align,
168 adjust the line_label if there is one.
169 (s_space): Set mri_pending_align if an odd number of bytes were
170 output.
171
172 start-sanitize-d10v
173 Wed Jan 29 15:31:12 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
174
175 * config/tc-d10v.h (md_do_align): Add this hook to call
176 d10v_cleanup() when a ".align" is detected. Fixes PR11487.
177
178 * config/tc-d10v.c (find_opcode): Correctly calculate
179 branch displacement when .aligns are present.
180
181 end-sanitize-d10v
182 Wed Jan 29 09:42:11 1997 Jeffrey A Law (law@cygnus.com)
183
184 * config/tc-mn10200.c (md_relax_table): Define.
185 (md_convert_frag): Implement.
186 (md_assemble): Handle relaxable operands/instructions correctly.
187 (md_estimate_size_before_relax): Implement.
188 * config/tc-mn10200.h (TC_GENERIC_RELAX_TABLE): Define.
189
190 Tue Jan 28 15:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
191
192 * config/tc-mips.c (append_insn): Give an error for jumps to a
193 misaligned address.
194 (md_apply_fix): Make a branch to an odd address an error rather
195 than a warning.
196
197 * config/tc-mips.c (md_convert_frag): If the user explicitly
198 requested an extended opcode, pass warn as true to mips16_immed.
199
200 * config/tc-mips.c (mips16_ip): Handle a missing expression like
201 an explicit 0, so that explicitly extended instructions work
202 correctly.
203
204 Mon Jan 27 17:41:20 1997 Ian Lance Taylor <ian@cygnus.com>
205
206 * ecoff.c (ecoff_build_symbols): Don't generate a local ECOFF
207 symbol for a common symbol.
208
209 Wed Jan 22 10:39:39 1997 Doug Evans <dje@canuck.cygnus.com>
210
211 Patch presumed to have been checked in awhile ago but wasn't.
212 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
213 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
214 (relax_segment, case rs_org): Move code inside braces. Move locals
215 target,after inside too.
216 (relax_segment, case rs_machine_dependent): Guts moved to ...
217 (relax_frag): New function.
218 Call md_prepare_relax_scan if defined.
219
220 Mon Jan 20 10:56:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
221
222 * config/tc-m68k.c (m68k_ip): Reject pc-relative addresses for the
223 'p' operand specifier.
224
225 Mon Jan 20 10:39:36 1997 J.T. Conklin <jtc@cygnus.com>
226
227 * config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true for
228 m68k family cpus which support long branch addressing modes.
229 (m68k_ip, md_convert_frag_1, md_estimate_size_before_relax,
230 md_create_long_jump): Use it.
231
232 Mon Jan 20 12:42:06 1997 Ian Lance Taylor <ian@cygnus.com>
233
234 * config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
235 the .reginfo or .MIPS.options section if configured for an
236 embedded target.
237
238 * config/tc-mips.c (md_begin): Don't set interlocks for
239 mips_4650.
240
241 Wed Jan 15 13:51:50 1997 Ian Lance Taylor <ian@cygnus.com>
242
243 * read.c (read_a_source_file): Make sure the symbol ends with
244 whitespace before checking whether the next character is '='.
245
246 Tue Jan 14 15:07:27 1997 Robert Lipe <robertl@dgii.com>
247
248 * config/tc-i386.c (sco_id): Moved from here...
249 * config/obj-elf.c (sco_id): ...to here. Adding the identifier
250 really is an SCO ELF specific thing, not just a SCO x86 specific
251 thing.
252
253 start-sanitize-tic80
254 Mon Jan 13 22:43:01 1997 Michael Meissner <meissner@tiktok.cygnus.com>
255
256 * configure.in (tic80-*-*): Don't require 'coff'.
257 * configure: Regenerate.
258
259 end-sanitize-tic80
260 Thu Jan 9 09:08:43 1997 Ian Lance Taylor <ian@cygnus.com>
261
262 * read.c (emit_expr): Check for overflow of a negative value
263 correctly.
264 * write.c (fixup_segment): Likewise.
265 * config/obj-coff.c (fixup_segment): Likewise.
266
267 * config/tc-m68k.c (struct label_line): Define.
268 (labels, current_label): New static variables.
269 (md_assemble): Mark current_label as text, and clear it.
270 (m68k_frob_label): New function.
271 (m68k_flush_pending_output): New function.
272 (m68k_frob_symbol): New function.
273 * config/tc-m68k.h (tc_frob_label): Define.
274 (md_flush_pending_output): Define.
275 (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
276 (tc_frob_coff_symbol): Likewise.
277
278 * read.c (read_a_source_file): When defining a macro in MRI mode,
279 don't add the symbol to the symbol table.
280
281 Tue Jan 7 11:21:42 1997 Jeffrey A Law (law@cygnus.com)
282
283 * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
284 here since fixup_segment doesn't (linkrelax is set).
285 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
286
287 Mon Jan 6 15:19:32 1997 Jeffrey A Law (law@cygnus.com)
288
289 * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
290 relocs.
291
292 Fri Jan 3 16:47:08 1997 Jeffrey A Law (law@cygnus.com)
293
294 * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type
295 to avoid warnings with the native HP compiler.
296 (fix_new_hppa): Similarly for the r_type argument.
297 (pa_build_unwind_subspace, hppa_elf_mark_end_of_function): Enclose
298 in an #if OBJ_ELF to keep gcc -Wall quiet.
299 (md_apply_fix): Always initialize "result".
300
301 * config/tc-mn10200.c (md_assemble): Generate relocations.
302
303 Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
304
305 * config/tc-m68k.c (s_even): Adjust the alignment of the current
306 section.
307
308 Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
309
310 * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
311 pass on the new file hook.
312
313 * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
314 !alpha_force_relocation, as local LITERALs can be adjusted to be
315 relative to the section.
316
317 Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
318
319 * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is
320 defined, call it.
321 * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
322 aligned to odd boundary.
323 (tc_frob_coff_symbol): Define.
324
325 * doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
326
327 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
328
329 * config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
330 PCINDEX frag. From Ronald F. Guilmette <rfg@monkeys.com>.
331
332 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for an
333 immediate value.
334 (md_assemble): If the size is 'B', set fx_signed.
335 (md_apply_fix_2): Use fx_signed when checking for overflow.
336
337 * write.h (struct fix): Add fx_signed field.
338 * write.c (fix_new_internal): Initialize fx_no_overflow and
339 fx_signed fields.
340 (fixup_segment): Use fx_signed when checking for overflow.
341 * config/obj-coff.c (fixup_segment): Check fx_no_overflow and
342 fx_signed when checking for overflow.
343
344 Thu Jan 2 13:37:29 1997 Ian Lance Taylor <ian@cygnus.com>
345
346 * NOTES, NOTES.config: Removed. These are rarely, if ever,
347 updated, and all the useful information is in doc/internals.texi.
348
349 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
350 * read.c (read_a_source_file): Check for conditional operators
351 before doing an MRI pending alignment.
352 * config/tc-m68k.h (m68k_conditional_pseudoop): Declare.
353 (tc_conditional_pseudop): Define.
354 * config/tc-m68k.c (m68k_conditional_pseudop): New function.
355 * doc/internals.texi (CPU backend): Describe
356 tc_conditional_pseudoop.
357
358 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
359 * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
360 variable.
361 (md_begin): Check m68k_rel32_from_cmdline before setting
362 m68k_rel32.
363 (m68k_mri_mode_change): Likewise.
364 (md_longopts): Add --disp-size-default-16 and
365 --disp-size-default-32.
366 (md_parse_option): Handle new options.
367 (md_show_usage): Mention new options.
368 * doc/c-m68k.texi (M68K-Opts): Document new options.
369
370 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
371 * config/tc-m68k.c (m68k_index_width_default): New static
372 variable.
373 (m68k_ip): Use m68k_index_width_default to set the size of a base
374 register whose size was not given.
375 (md_longopts): Add --base-size-default-16 and
376 --base-size-default-32.
377 (md_parse_option): Handle new options.
378 (md_show_usage): Mention new options.
379 * doc/c-m68k.texi (M68K-Opts): Document new options.
380
381 * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.
382
383 * configure.in: Recognize mips-*-linux* target.
384 * configure: Rebuild.
385
386 * config/tc-mips.c (load_register): Rewrite 64 bit handling to
387 work if valueT is only 32 bits.
388
389 * config/tc-mips.c: Throughout, check target_big_endian rather
390 than byte_order.
391 (byte_order): Remove.
392 (mips_init_after_args): Remove.
393 * config/tc-mips.h (LITTLE_ENDIAN, BIG_ENDIAN): Don't define.
394 (mips_init_after_args): Don't declare.
395 (tc_init_after_args): Don't define.
396
397 * config/tc-mips.h (tc_frob_after_relocs): Define if
398 OBJ_MAYBE_ELF.
399 (mips_elf_final_processing): Likewise.
400 (ELF_TC_SPECIAL_SECTIONS): Likewise.
401
402 start-sanitize-v850
403 Tue Dec 31 15:12:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
404
405 * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
406 sld.{h,w} and the operand is relocatable, adjust the adend by
407 shifting it right one bit.
408
409 end-sanitize-v850
410 Tue Dec 31 12:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
411
412 * read.c (read_a_source_file): Check mri_pending_align after
413 checking for a macro. From Ronald F. Guilmette
414 <rfg@monkeys.com>.
415
416 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
417
418 * config/tc-sparc.c (md_apply_fix3): Rename from md_apply_fix, and
419 add segment argument. If OBJ_ELF, treat a relocation against a
420 symbol in a linkonce section like a relocation against an external
421 symbol.
422 * config/tc-sparc.h (MD_APPLY_FIX3): Define.
423
424 Mon Dec 30 11:35:40 1996 Ian Lance Taylor <ian@cygnus.com>
425
426 * config/tc-mips.c (mips16_macro): Add case for M_ABS.
427
428 Fri Dec 27 22:51:51 1996 Fred Fish <fnf@cygnus.com>
429
430 * NOTES.config (Implementation): as.h #define's "GAS" not "gas",
431 includes config.h instead of host.h, tc.h instead of tp.h, and
432 targ-env.h instead of target-environment.h.
433 Also, obj-format.h includes targ-cpu.h instead of
434 target-processor.h.
435 start-sanitize-tic80
436 * configure.in (case ${generic_target}): Add tic80-*-coff entry.
437 * configure: Rebuild with autoconf.
438 * config/obj-coff.h (coff/tic80.h): Include if TC_TIC80 defined.
439 (TARGET_FORMAT): Define to "coff-tic80".
440 * config/tc-tic80.c: New file for TIc80 support.
441 * config/tc-tic80.h: New file for TIc80 support.
442 end-sanitize-tic80
443
444 Fri Dec 27 11:42:29 1996 Ian Lance Taylor <ian@cygnus.com>
445
446 * doc/as.texinfo (M): Mention explicitly that -M changes macro
447 handling.
448
449 Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
450
451 * write.c (adjust_reloc_syms): If the fixup symbol has been
452 equated to an undefined symbol, convert the fixup to being against
453 the target symbol. Remove obsolete code handling a special case
454 for i386 PIC.
455
456 Wed Dec 18 22:54:39 1996 Stan Shebs <shebs@andros.cygnus.com>
457
458 * mpw-make.sed: Use NewFolderRecursive for installation.
459
460 start-sanitize-d10v
461 Wed Dec 18 16:00:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
462
463 * config/tc-d10v.c (do_assemble): Correct previous bug fix.
464
465 Wed Dec 18 15:27:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
466
467 * config/tc-d10v.c (md_assemble): Fix bug which caused
468 second instruction in a line to be case sensitize. PR11312
469
470 end-sanitize-d10v
471 Wed Dec 18 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
472
473 * config/tc-mn10200.c (mn10200_insert_operand): Don't
474 range check operands with MN10200_OPERAND_NOCHECK set.
475 (check_operand): Likewise.
476
477 Tue Dec 17 10:59:32 1996 Ian Lance Taylor <ian@cygnus.com>
478
479 * config/tc-mips.c: Undo part of last Friday's alignment changes.
480 (md_begin): Always align the text section to a four byte
481 boundary.
482 (append_insn): Remove call to record_align.
483
484 * config/tc-mips.c (insn_label): Remove.
485 (struct insn_label_list): Define.
486 (insn_labels, free_insn_labels): New static variables.
487 (mips_clear_insn_labels): New static function.
488 (append_insn): Mark all mips16 text labels, and make them odd.
489 Handle all labels after emitting a nop, not just one. Call
490 mips_clear_insn_labels rather than just clearing insn_label.
491 (mips_emit_delays): Add insns parameter, and use it to decide
492 whether to mark mips16 labels. Handle all labels, not just one.
493 Force mips16 labels to be odd. Change all callers.
494 (mips16_immed): Don't check for an odd branch target.
495 (md_apply_fix): Don't check mips16 mode for a branch reloc.
496 (mips16_extended_frag): Ignore the low bit in a branch target.
497 (md_convert_frag): Likewise.
498 (mips_no_prev_insn): Call mips_clear_insn_labels rather than just
499 clearing insn_label.
500 (mips_align, mips_flush_pending_output, s_cons): Likewise.
501 (s_float_cons, s_gpword): Likewise.
502 (s_align): Use insn_labels rather than insn_label.
503 (s_cons, s_float_cons, s_gpword): Likewise.
504 (mips_frob_file_after_relocs): New function.
505 (mips_define_label): Rewrite to add to insn_labels list.
506 * config/tc-mips.h (tc_frob_file_after_relocs): Define.
507 * ecoff.c (ecoff_build_symbols): If the size of a function comes
508 out odd, increment it.
509
510 * config/tc-mips.c (append_insn): Only update prev_insn when not
511 reordering if place is NULL.
512
513 * config/tc-mips.c (mips16_ip): Check for a missing expression
514 when using the register indirect addressing mode.
515
516 Mon Dec 16 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
517
518 * config/tc-mn10200.c (mn10200_insert_operand): Don't
519 check 24bit operands for overflow.
520 (check_operand): Likewise.
521
522 Mon Dec 16 11:50:40 1996 Ian Lance Taylor <ian@cygnus.com>
523
524 * doc/as.texinfo (Section): Document how to use the .section
525 pseudo-op for COFF and ELF.
526
527 Sun Dec 15 15:26:37 1996 Ian Lance Taylor <ian@cygnus.com>
528
529 * write.c (adjust_reloc_syms): Fix linkonce check for ELF.
530
531 Sat Dec 14 22:37:27 1996 Ian Lance Taylor <ian@cygnus.com>
532
533 * config/tc-mips.c (prev_insn_reloc_type): New static variable.
534 (RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and
535 store them. Adjust other RELAX_MIPS16 macros.
536 (RELAX_MIPS16_DSLOT): Define.
537 (RELAX_MIPS16_JAL_DSLOT): Define.
538 (append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct
539 handling of whether previous instruction has a fixup. Set
540 prev_insn_reloc_type.
541 (mips_no_prev_insn): Clear prev_insn_reloc_type.
542 (mips16_extended_frag): Use the right base address for a PC
543 relative add or load.
544 (md_convert_frag): Likewise. If a PC relative add or load is
545 used, record the alignment for the section.
546
547 Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com>
548
549 * write.c (adjust_reloc_syms): Don't reduce a reloc against a
550 linkonce section into a reloc against the section symbol.
551
552 * config/tc-mips.c (mips16_macro): Remove nop instructions after
553 branch instructions.
554
555 * config/tc-mips.c (md_begin): If configured for an embedded ELF
556 system, don't set the section alignment to 2**4.
557 (s_change_sec): Likewise.
558 (append_insn): Call record_alignment for the section.
559 (md_section_align): Don't align the section size for an embedded
560 ELF system.
561
562 Thu Dec 12 16:40:47 1996 Ian Lance Taylor <ian@cygnus.com>
563
564 * write.c (adjust_reloc_syms): Make sure that symbols are
565 resolved; expression symbols may have been skipped.
566 * config/obj-coff.c (fixup_segment): Likewise.
567
568 Thu Dec 12 15:18:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
569
570 * config/tc-ppc.c (ppc_elf_suffix): Move @plt to
571 BFD_RELOC_24_PLT_PCREL relocation.
572 (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL.
573
574 start-sanitize-d10v
575 Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
576
577 * config/tc-d10v.c (write_2_short): Remove code that called
578 parallel_ok() when the programmer specified parallel instructions.
579
580 end-sanitize-d10v
581 Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com)
582
583 * config/tc-mn10300.c (md_assemble): Update to handle endianness
584 issues correctly.
585
586 * config/tc-mn10200.c (md_assemble): Opcode 0x0 is valid!
587 * config/tc-mn10300.c (md_assemble): Likewise.
588
589 Tue Dec 10 11:37:14 1996 Ian Lance Taylor <ian@cygnus.com>
590
591 * config/tc-mips.c (append_insn): Make sure there is enough room
592 in a frag after a mips16 instruction to switch it with a jump
593 instruction.
594
595 * config/tc-mips.c (mips16_extended_frag): Give an error for an
596 attempt to use a non absolute symbol in an extending frag.
597
598 Mon Dec 9 16:48:20 1996 Jeffrey A Law (law@cygnus.com)
599
600 * config/tc-mn10200.c: Flesh out assembler support for MN10200.
601 * config/tc-mn10200.h: Likewise.
602
603 Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
604
605 * app.c (do_scrub_chars): At the end of a C comment, pass space to
606 UNGET rather than PUT. Set old_state before setting state to -2.
607
608 * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
609 when extending because the value is exactly maxtiny + 1.
610
611 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
612 arguments, and store them. Adjust other RELAX_MIPS16 macros.
613 (RELAX_MIPS16_USER_SMALL): Define.
614 (RELAX_MIPS16_USER_EXT): Define.
615 (mips16_small, mips16_ext): New static variables.
616 (append_insn): Pass mips16_small and mips16_ext to
617 RELAX_MIPS16_ENCODE.
618 (mips16_ip): Set mips16_small and mips16_ext.
619 (mips16_immed): Don't check mips16_autoextend.
620 (mips16_extended_frag): Check USER_SMALL and USER_EXT.
621
622 * write.c (write_relocs): Print an error for an out of range
623 fixup, rather than calling abort.
624
625 * as.c (main): Unlink the output file if there are errors while
626 generating the fixups.
627
628 Fri Dec 6 18:48:13 1996 Ian Lance Taylor <ian@cygnus.com>
629
630 * config/tc-mips.c (mips16_extended_frag): Don't call
631 S_GET_VALUE.
632 (md_convert_frag): Call resolve_symbol_value before calling
633 S_GET_VALUE, and don't add in the frag address.
634
635 * config/tc-mips.c (mips16_immed): Add file and line parameters,
636 and use them when reporting errors. Change all callers.
637
638 Fri Dec 6 15:36:32 1996 Jeffrey A Law (law@cygnus.com)
639
640 * config/tc-mn10300.c: Fix various gcc -Wall warnings.
641 Remove '$' prefixing for registers.
642
643 start-sanitize-d10v
644 Fri Dec 6 00:55:48 1996 Martin <hunt@cygnus.com>
645
646 * config/tc-d10v.c (md_assemble): Check to see if prev_seg
647 is initialized before using it.
648 (d10v_cleanup): No longer uses its argument, so make it void.
649
650 * config/tc-d10v.h (d10v_cleanup): Change prototype.
651
652 end-sanitize-d10v
653 Thu Dec 5 11:03:31 1996 Ian Lance Taylor <ian@cygnus.com>
654
655 * write.c (fixup_segment): Don't discard the symbol for a PC
656 relative fixup to an absolute symbol.
657
658 start-sanitize-d10v
659 Wed Dec 4 15:42:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
660
661 * config/tc-d10v.c (md_assemble, d10v_cleanup): Fix bug
662 with multiple sections.
663
664 end-sanitize-d10v
665 Wed Dec 4 13:00:07 1996 Ian Lance Taylor <ian@cygnus.com>
666
667 * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
668 no-mips-16 to no-mips16.
669 (s_mipsset): Accept .set mips16 and .set nomips16.
670
671 Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
672
673 * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer
674 argument, and check for +/- constant following the suffix, folding
675 it into the expression.
676 (ppc_elf_cons): Change ppc_elf_suffix calls.
677 (md_assemble): Ditto.
678 (shlib): Replace boolean mrelocatable with enumeration shlib.
679 (md_parse_option): Discriminate between PIC style shared libraries
680 and -mrelocatable.
681 (ppc_elf_validate_fix): Don't report warnings for PIC style shared
682 libraries.
683
684 Tue Dec 3 23:18:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
685
686 * config/tc-ppc.h ({tc,ppc}_comment_chars): Define, so that we can
687 change the comment characters.
688
689 * config/tc-ppc.c (comment_chars): Delete in favor of
690 tc_comment_chars.
691 (ppc_{eabi,solaris}_comment_chars): Eabi and Solaris versions of
692 comment chars.
693 (ppc_comment_chars): Select appropriate comment chars by default.
694 (msolaris): New flag for -m{,no-}solaris.
695 (md_parse_option): Recognize -K pic. Add support for
696 -m{,no-}solaris.
697 (md_show_usage): Update.
698 (md_begin): Do not set ELF flags if Solaris.
699 (ppc_elf_suffix): @local sets R_PPC_LOCAL24PC relocation.
700 (md_apply_fix3): Add support for R_PPC_LOCAL24PC.
701
702 Mon Dec 2 13:48:57 1996 Ian Lance Taylor <ian@cygnus.com>
703
704 * as.c (main): Correct handling of flag_always_generate_output.
705
706 Sun Dec 1 21:46:05 1996 Jeffrey A Law (law@cygnus.com)
707
708 * config/tc-mn10300.c (tc_gen_reloc): Get the addend from
709 fx_offset, not fx_addnumber.
710
711 * config/tc-mn10300.h (tc_fix_adjustable): Don't do any
712 reloc adjustments.
713
714 Sat Nov 30 17:34:48 1996 Eliot Dresselhaus <eliot@wally.edc.com>
715
716 * config/tc-i386.c: Correct misspelling: balenced to balanced.
717
718 Wed Nov 27 13:25:39 1996 Ian Lance Taylor <ian@cygnus.com>
719
720 * config/tc-mips.c (md_section_align): Check for an alignment of
721 4, not an alignment of 16. Corrects August 7 patch.
722
723 Tue Nov 26 10:33:16 1996 Ian Lance Taylor <ian@cygnus.com>
724
725 * configure, conf.in: Rebuild with autoconf 2.12.
726
727 * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no
728 alignment is specified.
729
730 Add support for mips16 (16 bit MIPS implementation):
731 * config/tc-mips.c: Extensive additions for mips16 support, not
732 listed here.
733 (RELAX_OLD, RELAX_NEW): Use only 7 bits each.
734 (insn_uses_reg): Change last parameter to an enum.
735 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Define as 0.
736 (md_relax_frag): Define as mips_relax_frag.
737 (mips_relax_frag): Declare.
738 (struct mips_cl_insn): Add use_extend and extend fields.
739 (tc_fix_adjustable): Define.
740 * config/obj-elf.h (S_GET_OTHER): Define.
741 (S_SET_OTHER): Define.
742
743 Mon Nov 25 18:02:29 1996 J.T. Conklin <jtc@beauty.cygnus.com>
744
745 * config/tc-m68k.c (m68k_ip): Implement cases for new <, >, m, n,
746 o and p operand specifiers.
747
748 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
749
750 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
751 (relax_segment, case rs_org): Move code inside braces. Move locals
752 target,after inside too.
753 (relax_segment, case rs_machine_dependent): Guts moved to ...
754 (relax_frag): New function.
755 Call md_prepare_relax_scan if defined.
756 * config/tc-m68k.h (md_prepare_relax_scan): Renamed from
757 M68K_AIM_KLUDGE.
758
759 Mon Nov 25 08:49:36 1996 Jeffrey A Law (law@cygnus.com)
760
761 * config/tc-mn10300.c (address_registers): Use '$' as register
762 prefix instead of '%'.
763 (data_registers, other_registers, md_assemble): Likewise.
764
765 * config/tc-mn10300.c (address_registers): Use '%' prefix for regs.
766 (data_registers, other_registers, md_assemble): Likewise.
767
768 * config/tc-mn10300.c (md_assemble): Correctly determine the
769 correct location and type for each relocation.
770 (md_pcrel_from): Simplify.
771
772 Fri Nov 22 15:42:26 1996 Ian Lance Taylor <ian@cygnus.com>
773
774 * config/tc-sh.c (md_convert_frag): Improve warning when branch is
775 converted into branch around branch.
776
777 Thu Nov 21 11:56:11 1996 Jeffrey A Law (law@cygnus.com)
778
779 * config/tc-mn10300.h (DIFF_EXPR_OK): Don't define this.
780 (tc_fix_adjustable): Don't adjust relocs against weak symbols or
781 pc-relative relocs.
782 * config/tc-mn10300.c (md_begin): Set linkrelax.
783 (md_assemble): Create fixups as needed.
784 (md_apply_fix3): Gut. It shouldn't ever get called anymore.
785
786 start-sanitize-d10v
787 Tue Nov 19 17:48:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
788
789 * config/tc-d10v.c (parallel_ok): When automatically converting
790 serial ops to parallel, do not consider a branch as the first
791 instruction.
792
793 end-sanitize-d10v
794 Tue Nov 19 13:35:22 1996 Jeffrey A Law (law@cygnus.com)
795
796 * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
797
798 Mon Nov 18 15:26:55 1996 Jeffrey A Law (law@cygnus.com)
799
800 * config/tc-mn10300.c (mn10300_insert_operand): Provide prototype
801 via PARAMS.
802 (check_operand): Likewise.
803
804 start-sanitize-d10v
805 Mon Nov 18 15:22:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
806
807 * config/tc-d10v.c (parallel_ok): Branch and link instructions
808 modify r13.
809 (write_2_short): Call parallel_ok to check whether two short
810 instructions the user requested execute in parallel, can be
811 executed that way.
812
813 Thu Nov 14 11:17:49 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
814
815 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't
816 allow a branch and link in parallel with an exe instruction.
817
818 Fri Nov 8 13:55:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
819
820 * doc/c-d10v.texi: Add info on @word modifier.
821
822 end-sanitize-d10v
823 Wed Nov 6 13:46:07 1996 Jeffrey A Law (law@cygnus.com)
824
825 * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
826 operands are assumed to be 32bits. Use "bits" field to hold the
827 number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
828 (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
829 to be 32bits.
830
831 * config/tc-mn10300.c (mn10300_insert_operand): Shift low part
832 of a MN10300_OPERAND_SPLIT operand by operand->shift.
833
834 * config/tc-mn10300.c (mn10300_insert_operand): Handle
835 MN10300_OPERAND_SPLIT.
836
837 Tue Nov 5 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
838
839 * config/tc-mn10300.c (md_assemble): Insert operands into
840 the extension part of the instruction if necessary.
841 (mn10300_insert_operand): Accept pointer to extension word
842 argument. Make insn a pointer argument too. Return type
843 is now void. All callers changed.
844
845 Mon Nov 4 12:53:40 1996 Jeffrey A Law (law@cygnus.com)
846
847 * config/tc-mn10300.c (mn10300_insert_operand): Handle
848 repeated register operands.
849
850 Fri Nov 1 10:42:49 1996 Ian Lance Taylor <ian@cygnus.com>
851
852 * doc/as.texinfo: Added section on reporting bugs.
853
854 * config/tc-alpha.c: Change uses of void * to PTR. Change the
855 alpha_macro emit field to expect a const argument, and change the
856 arg field to be const. Fix some spacing to follow the GNU
857 standard.
858
859 Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu>
860
861 * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
862 (pca56) and 21264 (ev6) cpus.
863 (md_apply_fix): Private relocation types are now negative.
864 (alpha_force_relocation): Likewise.
865 (tc_gen_reloc): Likewise.
866 (emit_insn): Likewise.
867 (emit_ldXu): Do the right thing when the hardware can do byte insns.
868 (emit_stX): Likewise.
869 (emit_sextX): Likewise.
870
871 Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com>
872
873 * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
874 a symbol found in a reloc.
875
876 * symbols.c (resolve_symbol_value): Improve the error message if
877 an undefined symbol is used in an expression.
878
879 Wed Oct 30 20:15:35 1996 Ian Lance Taylor <ian@cygnus.com>
880
881 * doc/internals.texi: Rewrite, and add a lot of documentation.
882 * doc/Makefile.in (internals.info): New target.
883
884 start-sanitize-v850
885 Wed Oct 30 14:55:57 1996 Jeffrey A Law (law@cygnus.com)
886
887 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
888 against weak symbols.
889
890 Tue Oct 29 12:28:16 1996 Jeffrey A Law (law@cygnus.com)
891
892 * config/tc-v850.c (md_assemble): Don't lose for relaxable
893 addresses like .+6.
894
895 * config/tc-v850.c (md_convert_frag): Make sure we insert the
896 fixup at the right address within the frag.
897
898 * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
899 to an absolute value, instead increment it as needed.
900
901 * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
902 * config/tc-v850.c: Fix some indention problems.
903 (md_relax_table): Define for D9->D99 branch displacement
904 relaxing.
905 (md_convert_frag): Do something useful instead of aborting.
906 (md_estimate_size_before_relax): Likewise.
907 (md_assemble): Note if the matching instruction has a relaxable
908 operand. If it does, allocate frag with frag_var and don't
909 do any fixups.
910
911 end-sanitize-v850
912 start-sanitize-d10v
913 Mon Oct 28 10:48:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
914
915 * config/tc-d10v.h (md_cleanup): New function. This is needed to
916 write out any buffered instructions when a ".end" is found.
917
918 end-sanitize-d10v
919 Mon Oct 28 10:43:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
920
921 * read.c (read_a_source_file): New hook md_cleanup().
922
923 Fri Oct 25 00:01:00 1996 Ian Lance Taylor <ian@cygnus.com>
924
925 * write.c (fix_new_exp): Use make_expr_symbol to build an
926 expression symbol for a complex fixup.
927
928 start-sanitize-v850
929 Thu Oct 24 14:31:04 1996 Jeffrey A Law (law@cygnus.com)
930
931 * config/tc-v850.c (v850_reloc_prefix): Several disgusting
932 hacks to improve parsing of complex hi, lo, zda, etc
933 expressions.
934 (md_assemble): Don't demand and eat a trailing ')' after finding
935 a v850 relocation prefix. Sign extend the constant in a
936 BFD_RELOC_LO16 expression. Do eat a trailing ')' after a complete
937 operand.
938 (parse_cons_expression_v850): Don't eat a trailing ')' after
939 finding a v850 relocation prefix.
940
941 * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
942 (TC_CONS_FIX_NEW): Likewise.
943 * config/tc-v850.c (parse_cons_expression_v850): New function.
944 (cons_fix_new_v850): Likewise.
945
946 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
947
948 end-sanitize-v850
949 Wed Oct 23 18:20:29 1996 Ian Lance Taylor <ian@cygnus.com>
950
951 * config/tc-ppc.c (md_apply_fix3): Give a better warning message
952 for an unknown relocation type.
953
954 start-sanitize-v850
955 Wed Oct 23 16:21:28 1996 Jeffrey A Law (law@cygnus.com)
956
957 * config/tc-v850.c (md_pseudo_table): Add .word; allocates
958 4 bytes of space.
959
960 Tue Oct 22 22:01:25 1996 Jeffrey A Law (law@cygnus.com)
961
962 * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
963 differently for movea & sst/sld insns.
964
965 end-sanitize-v850
966 start-sanitize-d10v
967 Tue Oct 22 17:09:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
968
969 * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
970 of instructions.
971
972 end-sanitize-d10v
973 Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com>
974
975 * obj.h (struct format_ops): Add frob_file_after_relocs field.
976 * config/obj-multi.h (obj_frob_file_after_relocs): Define.
977 * config/obj-ecoff.c (ecoff_format_ops): Initialize new
978 frob_file_after_relocs field.
979 * config/obj-elf.c (elf_format_ops): Likewise.
980 * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
981 including obj-elf.h.
982
983 Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com>
984
985 * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
986 specially if not ELF.
987 (md_apply_fix): Handle BFD_RELOC_64.
988 (tc_gen_reloc): Handle BFD_RELOC_64.
989
990 * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
991 relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
992 reloc hacking).
993
994 * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
995 Don't check S_GET_OTHER.
996
997 Fri Oct 18 14:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
998
999 * config/tc-mips.c (mips_ip): Accept an odd floating point
1000 register with l.s or s.s.
1001
1002 * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
1003 .type pseudo-op.
1004 (obj_aout_type): New static function.
1005
1006 Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com>
1007
1008 * Makefile.in ($(OBJS)): Depend upon libiberty.h.
1009
1010 start-sanitize-v850
1011 Wed Oct 16 11:28:31 1996 Jeffrey A Law (law@cygnus.com)
1012
1013 * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
1014 and sdaoff expressions.
1015
1016 * write.c (fixup_segment): Don't add symbol value to addend if
1017 TC_V850 and OBJ_ELF.
1018 * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
1019 pc-relative fixups.
1020
1021 * config/tc-v850.c (md_pcrel_from): Undo yesterday's changes.
1022 (md_pcrel_from_section): Likewise.
1023 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Likewise.
1024
1025 Tue Oct 15 23:19:00 1996 Jeffrey A Law (law@cygnus.com)
1026
1027 * config/tc-v850.c (md_pcrel_from): Delete unused function.
1028 (md_pcrel_from_section): New function.
1029 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
1030
1031 end-sanitize-v850
1032 Mon Oct 14 13:59:12 1996 Ian Lance Taylor <ian@cygnus.com>
1033
1034 * config/tc-mips.c (load_register): Add cast to offsetT when using
1035 a constant with &~.
1036
1037 Mon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu.edu>
1038
1039 * config/obj-elf.c (elf_frob_file): Move ECOFF debug processing to ...
1040 (elf_frob_file_after_relocs): ... here. New function.
1041 * config/obj-elf.h (obj_from_file_after_relocs): New macro.
1042 * write.c (write_object_file): Call *frob_after_relocs after the
1043 call to write_relocs.
1044
1045 * config/tc-alpha.c: Use new BFD_RELOC_ALPHA_ELF_LITERAL reloc.
1046
1047 * config/tc-alpha.c (load_expression): Don't SET_VALUE on the section
1048 symbol, as this messes up linking. Instead, expand the recursive call
1049 inline and change up the appropriate bits to get the 0x8000 offset
1050 in the reloc addend.
1051
1052 Thu Oct 10 17:30:31 1996 Ian Lance Taylor <ian@cygnus.com>
1053
1054 * config/tc-sparc.h (tc_fix_adjustable): Permit the difference of
1055 two symbols in the same segment to be adjusted.
1056
1057 * configure.in: Don't get confused by CPU-VENDOR-linux-gnu.
1058 * configure: Rebuild.
1059
1060 Thu Oct 10 17:22:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1061
1062 * config/tc-ppc.c (ppc_insert_operand): Change most warnings into
1063 errors.
1064 (ppc_elf_validate_fix): Ditto.
1065 (md_assemble): Ditto.
1066 (ppc_tc): Ditto.
1067 (ppc_pe_section): Ditto.
1068 (ppc_frob_symbol): Ditto.
1069
1070 Thu Oct 10 12:05:45 1996 Jeffrey A Law (law@cygnus.com)
1071
1072 * config/mn10300.c (md_assemble): Pass an extra shift count
1073 to mn10300_insert_operand based on the opcode format.
1074 (mn10300_insert_operand): Accept and use extra shift count
1075 parameter.
1076
1077 * config/tc-mn10300.c (md_assemble): Use FMT_* macros for
1078 formats rather than hard-coded constants.
1079
1080 * config/tc-mn10300.c (md_assemble): Format D5 instructions
1081 are 7 bytes long. Write out instructions in big-endian format.
1082
1083 Tue Oct 8 14:56:15 1996 Jeffrey A Law (law@cygnus.com)
1084
1085 * config/tc-mn10300.c (md_assemble): Tweak further so
1086 that all instructions are parsed correctly.
1087
1088 Tue Oct 8 13:02:21 1996 Ian Lance Taylor <ian@cygnus.com>
1089
1090 * as.h: Include libiberty.h.
1091 (xmalloc, xrealloc): Don't declare.
1092 * as.c: Don't include libiberty.h.
1093 * expr.c, read.c, stabs.c, config/obj-coff.c: Likewise.
1094 * config/tc-mips.c: Likewise.
1095 * messages.c: Likewise.
1096 (xstrerror): Don't declare.
1097 * xmalloc.c: Remove.
1098
1099 Mon Oct 7 16:53:23 1996 Jeffrey A Law (law@cygnus.com)
1100
1101 * config/tc-mn10300.h (pre_defined_registers) Remove.
1102 (system_registers, cc_names): Likewise.
1103 (address_registers, data_registers, other_registers): New register
1104 arrays.
1105 (register_name, system_register_name, cc_name): Remove.
1106 (mn10300_reloc_prefix): Likewise.
1107 (data_register_name): New function.
1108 (address_register_name, other_register_name): Likewise.
1109 (md_assemble): Rough cut at parsing operands. Remove lots of
1110 unwanted code.
1111 (md_apply_fix3): Disable for now.
1112
1113 Mon Oct 7 11:38:34 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1114
1115 * config/tc-m68k.c (select_control_regs): New function, extracted
1116 out of m68k_init_after_args.
1117 (m68k_init_after_args): Use it.
1118 (mri_chip): Use it here as well to update set of allowed control
1119 regs for movec.
1120
1121 Mon Oct 7 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
1122
1123 * config/obj-elf.c (elf_begin): New function.
1124 (obj_elf_section): Add the section symbol to the symbol table.
1125 * config/obj-elf.h (obj_begin): Define.
1126 (elf_begin): Declare.
1127 * as.c (perform_an_assembly_pass): Call obj_begin if it is
1128 defined.
1129
1130 Fri Oct 4 18:37:32 1996 Ian Lance Taylor <ian@cygnus.com>
1131
1132 * config/obj-coff.c (fixup_segment): Subtract the section address
1133 from a PC relative reloc if TC_M68K.
1134
1135 Thu Oct 3 15:15:30 1996 Ian Lance Taylor <ian@cygnus.com>
1136
1137 * config/tc-sparc.c (md_pseudo_table): Make .uahalf, .uaword, and
1138 .uaxword available even if not OBJ_ELF.
1139 (md_atof): Remove unused local variable wordP.
1140
1141 Thu Oct 3 00:16:50 1996 Jeffrey A Law (law@cygnus.com)
1142
1143 * config/tc-mn10x00.c, config/tc-mn10x00.h: New files
1144 for Matsushita MN10x00 support.
1145 * configure.in: Recognize mn10x00-*-*
1146 * configure: Rebuilt.
1147
1148 Wed Oct 2 15:54:03 1996 Klaus Kaempf <kkaempf@progis.de>
1149
1150 * obj-evax.h: move openvms definitions from here to tc-alpha.c.
1151 * tc-alpha.c: add support for vms_case_hack like in vax/vms.
1152 (load_expression): track clobbering of base reg before jmp/jsr.
1153 (s_alpha_file): pass case_hack flags and source filename via
1154 symbol table to bfd.
1155 * tc-alpha.h (TC_CONS_FIX_NEW): define
1156
1157 Tue Oct 1 16:16:01 1996 Joel Sherrill <joel@oarcorp.com>
1158
1159 * configure.in (mips-*-rtems*): New target, like mips-*-elf*.
1160 * configure: Rebuild.
1161
1162 Tue Oct 1 12:37:48 1996 Ian Lance Taylor <ian@cygnus.com>
1163
1164 * read.c (s_macro): Warn if a macro has the same name as a
1165 pseudo-op.
1166 (s_space): In m68k MRI mode, align to a word boundary.
1167 * macro.c (define_macro): Add namep parameter. Change all
1168 callers.
1169 * macro.h (define_macro): Update declaration.
1170
1171 * as.c (show_usage): Print bug report address.
1172 (parse_args): Change version printing to match current GNU
1173 standards.
1174 * gasp.c (show_usage): Print bug report address.
1175 (main): Change version printing to match current GNU standards.
1176
1177 * config/tc-m68k.c (init_table): Correct access control unit
1178 register numbers. From Ken Rose <rose@netcom.com>.
1179
1180 * config/tc-alpha.c: Add some static function prototypes.
1181 (alpha_macros): Move to top of file. Make static.
1182 (alpha_num_macros): Move to top of file.
1183
1184 start-sanitize-v850
1185 Tue Oct 1 09:36:19 1996 Stu Grossman (grossman@critters.cygnus.com)
1186
1187 * tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
1188 generated by DWARF.
1189
1190 end-sanitize-v850
1191 Sat Sep 28 03:38:08 1996 Ian Lance Taylor <ian@cygnus.com>
1192
1193 * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
1194 and just call sprintf_vma.
1195
1196 Thu Sep 26 16:04:11 1996 Ian Lance Taylor <ian@cygnus.com>
1197
1198 * expr.c (expr): Change >>= to >> (fix typo). (From meissner).
1199
1200 Tue Sep 24 19:05:08 1996 Ian Lance Taylor <ian@cygnus.com>
1201
1202 * read.c (float_cons): Call md_flush_pending_output if it is
1203 defined.
1204
1205 start-sanitize-d10v
1206 Tue Sep 24 12:22:18 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1207
1208 * config/tc-d10v.c (md_operand): Created. Allows operands to
1209 start with '#'.
1210 * config/tc-d10v.h (md_operand): Undefined.
1211
1212 end-sanitize-d10v
1213 Mon Sep 23 12:13:18 1996 Ian Lance Taylor <ian@cygnus.com>
1214
1215 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
1216 (md_assemble): A fixup width of '3' means a 1 byte reloc.
1217
1218 Thu Sep 19 12:21:24 1996 Ian Lance Taylor <ian@cygnus.com>
1219
1220 * config/obj-coff.c (fixup_segment): Don't adjust PC relative
1221 reloc for the i960 for a reloc in the same section. This undoes
1222 one of the two changes made Aug 19.
1223
1224 Wed Sep 18 12:11:58 1996 Ian Lance Taylor <ian@cygnus.com>
1225
1226 * config/obj-coff.c (obj_coff_endef): Both versions: Move C_STAT
1227 symbols to the position of the debugging information.
1228
1229 Mon Sep 16 11:41:40 1996 Ian Lance Taylor <ian@cygnus.com>
1230
1231 * expr.c (expr): Always use unsigned right shifts for >>.
1232
1233 Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk>
1234
1235 * config/tc-arm.c (md_apply_fix3): Update two thumb instruction
1236 slots when processing BL fixups.
1237
1238 * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
1239 on the first half of the instruction.
1240
1241 Wed Sep 11 00:09:35 1996 Ian Lance Taylor <ian@cygnus.com>
1242
1243 * ecoff.c (ecoff_stab): Create an expression symbol for a complex
1244 stabs expression, rather than giving an error.
1245
1246 * ecoff.c (ecoff_new_file): Don't do anything if we are still in
1247 the same file.
1248
1249 Tue Sep 10 11:45:37 1996 Ian Lance Taylor <ian@cygnus.com>
1250
1251 * config/tc-mips.c (append_insn): Fill in the value for a constant
1252 jump, rather than creating a reloc.
1253
1254 Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com>
1255
1256 * config/tc-mips.c (append_insn): Don't swap an instruction which
1257 sets a condition code with an instruction which uses a condition
1258 code.
1259 (mips_ip): In cases 'N' and 'M', look for $fccN rather than an
1260 immediate value.
1261
1262 * config/tc-mips.c (md_begin): Recognize r5000 for cpu.
1263 (mips_ip): Give a better error message if the ISA level is wrong.
1264 (md_parse_option): Recognize -mcpu=[v][r]5000.
1265
1266 Sat Sep 7 13:25:55 1996 James G. Smith <jsmith@cygnus.co.uk>
1267
1268 * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
1269 leading zeroes.
1270 (load_register): Ensure hi32 bits are not lost during lo32bit
1271 processing. Fix shift offset that was overflowing into the next
1272 instruction field. Add code to generate shorter sequences for
1273 constants with a single contiguous seqeuence of ones.
1274
1275 start-sanitize-d10v
1276 Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1277
1278 * config/tc-d10v.c (d10v_dot_word): New function to support
1279 "@word" with the word pseudo-op.
1280 (md_apply_fix3): Cleanup and changes to support correct sizes
1281 for 16 and 18-bit relocs.
1282
1283 end-sanitize-d10v
1284 Fri Sep 6 16:00:29 1996 Doug Evans <dje@canuck.cygnus.com>
1285
1286 * configure.in (sparc-*-aout): Set `em'.
1287 * configure: Regenerated.
1288 * config/te-sparcaout.h: New file.
1289 * config/tc-sparc.h (TARGET_BYTES_BIG_ENDIAN): Define.
1290 Ifdef TE_SPARCOUT define TARGET_FORMAT and SPARC_BIENDIAN.
1291 * config/tc-sparc.c (INSN_BIG_ENDIAN): New macro.
1292 (SPECIAL_CASE_{SETSW,SETX}): Define.
1293 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
1294 (md_begin): Delete setting of `target_big_endian'.
1295 (output_insn): New function.
1296 (md_assemble): Rewrite. Add `setx' support.
1297 (sparc_ip): Handle `0' operand char. Recognize setuw, setsw, setx
1298 special cases.
1299 (md_atof): Add little endian support.
1300 (md_number_to_chars): Likewise.
1301 (md_apply_fix): Likewise.
1302 (md_longopts): Recognize -EL,-EB ifdef SPARC_BIENDIAN.
1303 (md_parse_option): Likewise.
1304 (md_show_usage): Print -EL, -EB ifdef SPARC_BIENDIAN.
1305
1306 Thu Sep 5 13:40:29 1996 Ian Lance Taylor <ian@cygnus.com>
1307
1308 * ecoff.c (ecoff_new_file): New function.
1309 * ecoff.h (ecoff_new_file): Declare.
1310 * config/obj-ecoff.h (obj_app_file): Define.
1311
1312 Thu Sep 5 13:39:25 1996 Richard Henderson <rth@tamu.edu>
1313
1314 * config/tc-alpha.c (load_expression): Bias the .lit8 section
1315 symbol by 32k so that our 16-bit signed offset can address the
1316 entire chunk. Reported by <matt@lkg.dec.com>.
1317
1318 Wed Sep 4 10:23:20 1996 Ian Lance Taylor <ian@cygnus.com>
1319
1320 * config/tc-mips.c (load_register): Remove unused variable tmp.
1321
1322 Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
1323
1324 * config/tc-mips.c (load_register): Remove unnecessary code that
1325 was causing the high 32bits of 64bit constants to be lost.
1326
1327 start-sanitize-d10v
1328 Tue Sep 3 13:52:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1329
1330 * config/tc-d10v.c: Added changes to support function
1331 pointers and "@word" syntax.
1332
1333 end-sanitize-d10v
1334 start-sanitize-v850
1335 Tue Sep 3 11:57:18 1996 Jeffrey A Law (law@cygnus.com)
1336
1337 * config/tc-v850.c: Remove commented out and #if 0'd code.
1338 (v850_reloc_prefix): Provide prototype.
1339 (postfix, get_reloc, build_insn): Remove prototypes for nonexistant
1340 functions.
1341 (md_begin, md_assemble, md_apply_fix3): Remove unused variables.
1342 (md_assemble): Add default to case statement.
1343
1344 Sat Aug 31 16:03:00 1996 Jeffrey A Law (law@cygnus.com)
1345
1346 * config/tc-v850.c (md_assemble): Compute size of the instrction
1347 from the opcode.
1348
1349 * config/tc-v850.c (md_apply_fix3): Do simple byte, short and
1350 word fixups too.
1351
1352 Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com)
1353
1354 * config/tc-v850.c (md_apply_fix3): Use little endian get/put
1355 routines to fetch/store the updated instruction from/to memory.
1356 (v850_insert_operand): If the operand has a specialized insert
1357 routine, call it.
1358
1359 Fri Aug 30 18:35:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
1360
1361 * config/tc-v850.c (reg_name_search): Align calling convention to
1362 be like identical function found in tc-ppc.c.
1363 (get_reloc): Removed.
1364 (v850_reloc_prefix): New function, parse lo(), hi() and hi0().
1365 (md_assemble): emit fixups.
1366 (md_pcrel_from): renamed from md_pcrel_from_section, emit proper
1367 displacement.
1368 (md_apply_fix3): handle fixups/relocs.
1369 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
1370
1371 end-sanitize-v850
1372 Fri Aug 30 18:12:00 1996 Ian Lance Taylor <ian@cygnus.com>
1373
1374 Add SH ELF support.
1375 * configure.in (sh-*-elf*): New target.
1376 * config/tc-sh.h (TARGET_ARCH): Define.
1377 (WORKING_DOT_WORD): Define.
1378 (TC_COFF_FIX2RTYPE): Only define if OBJ_COFF.
1379 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
1380 (TC_RELOC_MANGLE, tc_coff_symbol_emit_hook): Likewise.
1381 (DO_NOT_STRIP, NEED_FX_R_TYPE, TC_KEEP_FX_OFFSET): Likewise.
1382 (TC_COFF_SIZEMACHDEP, tc_frob_file): Likewise.
1383 (SUB_SEGMENT_ALIGN): Likewise.
1384 (RELOC_32): Don't define.
1385 (tc_frob_file_before_adjust): Define if BFD_ASSEMBLER.
1386 (target_big_endian): Declare if OBJ_ELF.
1387 (TARGET_FORMAT): Define if OBJ_ELF.
1388 * config/tc-sh.c: Use BFD reloc codes instead of SH COFF reloc
1389 numbers throughout.
1390 (tc_crawl_symbol_chain): Only define if OBJ_COFF.
1391 (tc_headers_hook, tc_coff_sizemachdep): Likewise.
1392 (struct sh_count_relocs): Define.
1393 (sh_count_relocs): New static function, broken out of
1394 sh_frob_file. Add BFD_ASSEMBLER code.
1395 (sh_frob_section): Likewise.
1396 (sh_frob_file): Call sh_frob_section.
1397 (md_convert_frag): If BFD_ASSEMBLER, change type of headers, and
1398 call section_symbol rather than seg_info (seg)->dot.
1399 (md_section_align): Add OBJ_ELF version.
1400 (SWITCH_TABLE_CONS): Define.
1401 (SWITCH_TABLE): Use SWITCH_TABLE_CONS.
1402 (md_apply_fix): Change parameter types if BFD_ASSEMBLER. Only
1403 handle fx_r_type == 0 if not BFD_ASSEMBLER. Return 0 if
1404 BFD_ASSEMBLER.
1405 (struct reloc_map): Define if not BFD_ASSEMBLER.
1406 (coff_reloc_map): Likewise.
1407 (sh_coff_reloc_mangle): Use coff_reloc_map to convert fx_r_type.
1408 (tc_gen_reloc): New function if BFD_ASSEMBLER.
1409 * write.c (write_relocs): Ifdef out fx_where test which triggers
1410 inappropriately for SH ELF.
1411 (write_object_file): Call tc_frob_file_before_adjust and
1412 obj_frob_file_before_adjust if they are defined.
1413
1414 * write.c (write_object_file): Use BFD_RELOC_16, not
1415 BFD_RELOC_NONE, when calling fix_new_exp for a broken word.
1416
1417 * read.c (emit_expr): Fix conversion of byte count to BFD reloc
1418 code.
1419
1420 start-sanitize-d10v
1421 Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1422
1423 * config/tc-d10v.c (find_opcode): Fix problem with calculating
1424 branch sizes in across sections.
1425
1426 end-sanitize-d10v
1427 start-sanitize-v850
1428 Fri Aug 30 00:44:13 1996 Jeffrey A Law (law@cygnus.com)
1429
1430 * config/tc-850.c (md_assemble): Handle hi() correctly. Handle
1431 hi0() too.
1432
1433 Wed Aug 28 23:11:08 1996 Jeffrey A Law (law@cygnus.com)
1434
1435 * config/tc-v850.c (md_begin): Deal with end of opcode
1436 table marker.
1437
1438 end-sanitize-v850
1439 start-sanitize-d10v
1440 Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1441
1442 * config/tc-d10v.c (find_opcode): Fix a bug which could generate
1443 the wrong opcode for cases like st2w where there are many forms
1444 of the same instruction.
1445
1446 end-sanitize-d10v
1447 Tue Aug 27 13:53:22 1996 Ian Lance Taylor <ian@cygnus.com>
1448
1449 * expr.c (operand): If md_parse_name is defined, call it before
1450 calling symbol_find_or_make.
1451 * config/tc-ppc.h (md_parse_name): Define.
1452 (ppc_parse_name): Declare.
1453 * config/tc-ppc.c (reg_name_search): Add regs and regcount
1454 parameters.
1455 (register_name): Update call to reg_name_search.
1456 (cr_operand): New static variable.
1457 (cr_names): New static const array.
1458 (ppc_parse_name): New function.
1459 (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
1460 cr_operand before calling expression.
1461
1462 Tue Aug 27 09:05:50 1996 Jeffrey A Law (law@cygnus.com)
1463
1464 * config/tc-hppa.c (tc_gen_reloc): Add new argument to
1465 hppa_gen_reloc_type call.
1466
1467 start-sanitize-d10v
1468 Mon Aug 26 18:24:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1469
1470 * config/tc-d10v.c: Fixed ".word". Fixed problem with range checking
1471 on addresses. Improved error messages.
1472 * doc/c-d10v.texi: Added docs for register pairs.
1473
1474 Mon Aug 26 13:39:27 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1475
1476 * config/tc-d10v.c (parallel_ok): Fix bug in parallel
1477 checking code.
1478
1479 end-sanitize-d10v
1480 Mon Aug 26 14:38:22 1996 Ian Lance Taylor <ian@cygnus.com>
1481
1482 * ecoff.c (init_file): Initialize fMerge to 1.
1483 (add_file): Restore old file merging code, but only merge files if
1484 fMerge is set.
1485 (ecoff_directive_loc): Clear fMerge field of current file.
1486 (ecoff_generate_asm_lineno): Likewise.
1487
1488 start-sanitize-d10v
1489 Fri Aug 23 11:40:47 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1490
1491 * doc/c-d10v.texi: Fix typo.
1492
1493 end-sanitize-d10v
1494 start-sanitize-v850
1495 Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
1496
1497 * config/tc-v850.c (md_assemble): Correct bit masking for
1498 hi and lo expressions.
1499
1500 * config/tc-v850.c (md_assemble): Rough cut at demanding
1501 "ep" or "r30" in sst and sld instructions.
1502 (md_apply_fix3): Don't abort. Just warn that we don't
1503 have relocs yet.
1504
1505 * config/tc-v850.c (CC_NAME_CNT): Define.
1506 (cc_name): New function.
1507 (md_assemble): Handle V850_OPERAND_CC correctly.
1508
1509 * config/tc-v850.c (md_assemble): Don't forget to initialize
1510 "insn"!
1511
1512 * config/tc-v850.c (reg_name_search): Generalize to search
1513 any given register table.
1514 (register_name): Pass appropriate table and size to reg_name_search.
1515 (system_register_name): New function.
1516 (SYSREG_NAME_CNT): Define.
1517 (md_assemble): Handle operands which are system registers.
1518
1519 * config/tc-v850.c (md_assemble): If we find a register, but the
1520 opcode doesn't want a register, then we don't have a match.
1521 (md_assemble): Get size of the instruction from the opcode table.
1522
1523 end-sanitize-v850
1524 Thu Aug 22 10:20:30 1996 Ian Lance Taylor <ian@cygnus.com>
1525
1526 * configure.in: Set and substitute HLDENV.
1527 * configure: Rebuild.
1528 * Makefile.in (HLDENV): New variable.
1529 (as.new): Use $(HLDENV).
1530
1531 * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
1532 if an array dimension is not known.
1533
1534 start-sanitize-d10v
1535 Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1536
1537 * config/tc-d10v.c: Fix a reloc bug caused by my last change.
1538 * doc/c-d10v.texi: Cleanup.
1539
1540 end-sanitize-d10v
1541 start-sanitize-v850
1542 Tue Aug 20 15:15:16 1996 J.T. Conklin <jtc@hippo.cygnus.com>
1543
1544 * config/tc-v850.c: New file.
1545 * config/tc-v850.h: New file.
1546 * configure (v850-*-elf): New target.
1547 * configure.in (v850-*-elf): New target.
1548
1549 end-sanitize-v850
1550 start-sanitize-d10v
1551 Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1552
1553 * doc/c-d10v.texi: New file.
1554 * doc/all.texi: Added D10V stuff.
1555 * doc/as.texinfo: Added D10V stuff.
1556
1557 Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1558
1559 * config/tc-d10v.c: All references to defined symbols should
1560 now use the optimal instruction. .float and .double now work.
1561
1562 end-sanitize-d10v
1563 Mon Aug 19 14:41:36 1996 Ian Lance Taylor <ian@cygnus.com>
1564
1565 * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
1566 section address for the i960 as is done for the i386.
1567
1568 Thu Aug 15 16:37:59 1996 Stan Shebs <shebs@andros.cygnus.com>
1569
1570 * mpw-config.in: Add wildcards for config matching, add mips-*-*
1571 case, forward-include bfd/elf-bfd.h.
1572
1573 start-sanitize-d10v
1574 Thu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1575
1576 * config/tc-d10v.c: Add additional information to the opcode
1577 table to help determinine which instructions can be done
1578 in parallel.
1579
1580 end-sanitize-d10v
1581 Thu Aug 15 17:01:31 1996 James G. Smith <jsmith@cygnus.co.uk>
1582
1583 * config/tc-arm.c: Major changes to add Thumb support, with lots
1584 of change input from <rearnsha@armltd.co.uk>.
1585 Reverted to INSN_SIZE macro, rather than insn_size variable.
1586 (insns): Added ARM "bx" instruction support.
1587 (tinsns): Added Thumb instruction definition structure.
1588 (arm_tops_hsh): Added hash structure for Thumb opcodes.
1589 (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
1590 (opcode_select,s_arm,s_thumb,s_code): Added.
1591 (decode_shift): Allow upper-case RRX.
1592 (do_ldst): Simpler halfword support.
1593 (do_ldmstm): Improved.
1594 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
1595 thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
1596 do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
1597 do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
1598 do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
1599 do_t_adr): Added.
1600 (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
1601 (md_parse_option): Add support for -mthumb.
1602 (md_show_usage): Updated to reflect new command line option.
1603 (arm_data_in_code, arm_canonicalize_symbol_name): Added.
1604 * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
1605 fragment information to be held.
1606
1607 Thu Aug 15 16:12:00 1996 Richard Earnshaw (rearnsha@armltd.co.uk)
1608
1609 * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is
1610 non-null, but is a constant.
1611 (fix_new_arm): Call make_expr_symbol to make the expression symbol
1612 so that error reporting will work correctly.
1613
1614 Wed Aug 14 10:37:21 1996 Ian Lance Taylor <ian@cygnus.com>
1615
1616 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
1617 against weak symbols.
1618
1619 Tue Aug 13 17:39:24 1996 Ian Lance Taylor <ian@cygnus.com>
1620
1621 * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
1622 (ppc_force_relocation): Declare if OBJ_XCOFF.
1623 * config/tc-ppc.c (ppc_force_relocation): New function if
1624 OBJ_XCOFF.
1625
1626 Mon Aug 12 16:49:43 1996 Ian Lance Taylor <ian@cygnus.com>
1627
1628 * config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
1629
1630 start-sanitize-d10v
1631 Fri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1632
1633 * config/tc-d10v.c: Fix problem with relocs.
1634
1635 end-sanitize-d10v
1636 Fri Aug 9 14:16:14 1996 Ian Lance Taylor <ian@cygnus.com>
1637
1638 * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
1639 with nops if not in data_section or bss_section.
1640
1641 Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
1642
1643 Add support for openVMS/Alpha.
1644 * as.h (PRINTF_LIKE): Don't define if VMS, for now.
1645 * config/obj-evax.c: New file.
1646 * config/obj-evax.h: New file.
1647 * config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
1648 defined.
1649 * config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
1650 defined. Add case for bfd_target_evax_flavour.
1651 * config/vms-a-conf.h: New file.
1652 * conf-a-gas.com: New file.
1653 * configure.in: Add target alpha-*-*vms*.
1654 * configure: Rebuild.
1655 * makefile.vms: New file.
1656 * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
1657 Don't call ffs on openVMS/Alpha.
1658
1659 Wed Aug 7 14:19:03 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
1660
1661 * configure.in: Make GAS_CHECK_DECL_NEEDED include <string.h> or
1662 <strings.h> if they exist. Call GAS_CHECK_DECL_NEEDED on strstr
1663 and sbrk.
1664 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
1665 (NEED_DECLARATION_SBRK): New macro.
1666 * configure, conf.in: Rebuild.
1667 * as.h: Only include <strings.h> if HAVE_STRINGS_H.
1668 (strstr): Declare if NEED_DECLARATION_STRSTR.
1669 * as.c: If HAVE_SBRK and NEED_DECLARATION_SBRK, declare sbrk.
1670
1671 Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
1672
1673 * symbols.c (resolve_symbol_value): Handle addition or subtraction
1674 by a constant before entering the main switch. Reject attempts to
1675 apply an arithmetic function to non-absolute symbols, except for
1676 the special case of subtraction of two symbols in the same
1677 section.
1678
1679 * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
1680 not to more than a 16 byte boundary.
1681
1682 * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove
1683 #ifndef OBJ_ELF lines. From Eric Valette <valette@crf.canon.fr>.
1684 (tc_gen_reloc): If out of memory call as_fatal rather than
1685 assert. If no howto found, call as_bad_where rather than
1686 as_fatal. Change the error message slightly. Set howto to a
1687 non-NULL value in order to keep going.
1688
1689 start-sanitize-d10v
1690 Tue Aug 6 12:58:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1691
1692 * config/tc-d10v.c: Added code to support 32-bit fixups for stabs.
1693
1694 end-sanitize-d10v
1695 Tue Aug 6 11:15:26 1996 Jeffrey A Law (law@cygnus.com)
1696
1697 * config/tc-h8300.c (get_specific): New operand "size" derived
1698 from ".b", ".w" and ".l" extensions. All callers changed. If
1699 the base instruction has no operands, then use the size to
1700 determine which specific instruction to use.
1701
1702 Mon Aug 5 14:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
1703
1704 * config/tc-i960.c (mem_fmt): Call parse_expr before emit.
1705
1706 Fri Aug 2 11:23:31 1996 Ian Lance Taylor <ian@cygnus.com>
1707
1708 * config/tc-mips.c (md_section_align): Don't change addr if
1709 OBJ_ELF.
1710
1711 Thu Aug 1 23:51:52 1996 Jeffrey A Law (law@cygnus.com)
1712
1713 * config/tc-hppa.c: Revert yesterday's changes.
1714
1715 start-sanitize-d10v
1716 Wed Jul 31 14:46:11 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1717
1718 * config/tc-d10v.c: Disable range checking on 16-bit values.
1719
1720 end-sanitize-d10v
1721 Wed Jul 31 16:27:19 1996 Ian Lance Taylor <ian@cygnus.com>
1722
1723 * config/tc-m68k.c (m68k_ip): Set ok_arch for every instruction,
1724 not just the ones that don't match.
1725
1726 start-sanitize-d10v
1727 Wed Jul 31 11:45:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1728
1729 * config/tc-d10v.c: Fixed bugs in short relocs and range checking.
1730
1731 end-sanitize-d10v
1732 Wed Jul 31 15:41:42 1996 James G. Smith <jsmith@cygnus.co.uk>
1733
1734 * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
1735 pre-cursor to adding Thumb support. Also added cpu_variant flag
1736 information to each of the asm_flg structures.
1737 (md_parse_option): Updated ARM7 parsing to allow 't' for
1738 thumb/halfword support, aswell as 'm' for long multiply.
1739 (md_show_usage): Updated help message.
1740 (md_assemble): Check that instruction flags are applicated to the
1741 current cpu variant.
1742 (md_apply_fix3, tc_gen_reloc): Add BFD_RELOC_ARM_OFFSET_IMM8 and
1743 BFD_RELOC_ARM_HWLITERAL relocation support for new halfword and
1744 signextension instructions.
1745 (do_ldst): Generate halfword and signextension variants if
1746 mnemonic flags match.
1747 (ldst_extend): Do not allow shifts in the offset field of halfword
1748 or signextension instructions.
1749 (validate_offset_imm): Provide check on halfword and signextension
1750 immediate range.
1751 (add_to_lit_pool): Merge identical literal pool values.
1752
1753 Tue Jul 30 14:28:23 1996 Jeffrey A Law (law@cygnus.com)
1754
1755 * config/tc-hppa.c (selector_table): Add 'E' selector.
1756 (cons_fix_new_hppa): Don't coke on e_esel.
1757 (tc_gen_reloc, SOM version): Handle R_COMP2 when used
1758 to help generate exception handling tables.
1759 (md_apply_fix): Don't try to apply fixups with an e_esel
1760 selector.
1761 (hppa_fix_adjustable): Fixups with e_esel selectors
1762 are not adjustable.
1763
1764 Tue Jul 30 15:51:41 1996 Ian Lance Taylor <ian@cygnus.com>
1765
1766 * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte
1767 pseudo-ops.
1768
1769 start-sanitize-d10v
1770 Fri Jul 26 11:43:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1771
1772 * config/tc-d10v.c: Added lots of error checking. Added hacks
1773 to support accumulator shifts.
1774
1775 end-sanitize-d10v
1776 Fri Jul 26 11:56:08 1996 Ian Lance Taylor <ian@cygnus.com>
1777
1778 * symbols.c (S_SET_EXTERNAL): Let .weak override.
1779 (S_CLEAR_EXTERNAL): Likewise.
1780 (S_SET_WEAK): Remove error; just let .weak override.
1781
1782 start-sanitize-d10v
1783 Thu Jul 25 15:22:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1784
1785 * config/tc-d10v.c (md_assemble): Now handles multiline
1786 instructions.
1787
1788 Thu Jul 25 12:03:33 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1789
1790 * config/tc-d10v.c: Fix packaging bug. Added range checking.
1791 Added kludge for divs instruction. Fixed minor problem with
1792 multiple text sections.
1793 * config/tc-d10v.h (d10v_cleanup): Change prototype.
1794
1795 Tue Jul 23 10:49:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1796
1797 * config/tc-d10v.c (md_apply_fix3): Fix all instruction
1798 addresses to be right-shifted by 2.
1799
1800 Mon Jul 22 11:32:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1801
1802 * config/tc-d10v.c: Many changes to get relocs working.
1803 (register_name): No longer creates a symbol for register names.
1804 (pre_defined_registers): moved to opcodes/d10v-opc.c.
1805 (d10v_insert_operand): Now works correctly for either container.
1806 * config/tc-d10v.h (d10v_cleanup): Declare.
1807
1808 end-sanitize-d10v
1809 Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
1810
1811 * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
1812 BFD_RELOC_PCREL_LO16 are expected to be PC relative.
1813
1814 Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
1815
1816 * tc-alpha.c: Patches to track current minimum alignment to reduce
1817 the number of fragments created with frag_align.
1818 (alpha_current_align): New static variable.
1819 (s_alpha_text): Reset alignment to 0.
1820 (s_alpha_data, s_alpha_rdata, s_alpha_sdata): Likewise.
1821 (s_alpha_stringer, s_alpha_space): New functions.
1822 (s_alpha_cons, alpha_flush_pending_output): Remove functions.
1823 (alpha_cons_align): New function to replace both of them.
1824 (emit_insn): Only align if alpha_current_align is less than 2;
1825 reset alpha_current_align to 2.
1826 (s_alpha_gprel32): Likewise.
1827 (s_alpha_section): New function. Basically duplicate the other
1828 alpha section change hooks. Only define for ELF.
1829 (s_alpha_float_cons): Simplify alignment handling.
1830 (md_pseudo_table): Only define "rdata" and "sdata" if OBJ_ECOFF.
1831 If OBJ_ELF, define "section", "section.s", "sect", and "sect.s".
1832 Don't define the s_alpha_cons pseudo-ops. Do define
1833 s_alpha_stringer and s_alpha_space pseudo-ops.
1834 (alpha_align): Skip if less than current default alignment. Set
1835 default alignment.
1836 * tc-alpha.h (md_flush_pending_output): Remove.
1837 (md_cons_align): Add.
1838
1839 * tc-alpha.c: Add oodles of function description comments.
1840 (md_bignum_to_chars): Remove; there are no callers.
1841 (md_show_usage): Mention some more variants.
1842
1843 Thu Jul 18 15:54:54 1996 Ian Lance Taylor <ian@cygnus.com>
1844
1845 From Andrew Gierth <ANDREWG@microlise.co.uk>:
1846 * configure.in (sparc-*-sysv4*): New target.
1847 * configure: Rebuild.
1848
1849 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
1850 uaxword to use s_uacons.
1851 (sparc_no_align_cons): New static variable.
1852 (s_uacons): New static function.
1853 (sparc_cons_align): If sparc_no_align_cons is set, just clear it
1854 and return.
1855
1856 * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
1857
1858 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like Irix
1859 5 with regard to shared libraries.
1860 * configure: Rebuild.
1861
1862 * config/tc-m68k.c (m68k_ip): Use the correct length when
1863 allocating space for the unsupported architecture error message.
1864
1865 start-sanitize-d10v
1866 Thu Jul 18 12:57:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1867
1868 * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
1869
1870 Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1871
1872 * config/tc-d10v.c: New file.
1873 * config/tc-d10v.h: New file.
1874 * configure (d10v-*-elf): New target.
1875 * configure.in (d10v-*-elf): New target.
1876 end-sanitize-d10v
1877
1878 Fri Jul 12 20:54:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1879
1880 * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
1881
1882 Wed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>
1883
1884 * config/tc-alpha.c (alpha_align): Change fill parameter
1885 to a pointer. Take NULL as 0 or nop depending on section. Change
1886 all callers.
1887 (s_alpha_align): Rename local variables.
1888
1889 * doc/as.texinfo (.align): Document action of omitted
1890 fill parameter.
1891
1892 Wed Jul 10 00:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
1893
1894 * config/tc-ppc.c (md_apply_fix3): Give a useful error message
1895 when an unsupported PC relative reloc is seen, rather than calling
1896 abort.
1897
1898 * app.c (do_scrub_chars): Remove not_cpp_line local variable.
1899 Instead, check state when '#' comment is seen.
1900
1901 Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com>
1902
1903 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
1904 OBJ_MAYBE_ELF.
1905 (tc_gen_reloc): If fixup was changed to be PC relative, change
1906 reloc type accordingly. Use name of reloc in error message.
1907
1908 * as.h: Don't define const or volatile.
1909 * flonum.h: Don't define const.
1910
1911 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
1912 if fx_pcrel is set. Correct setting the addend case in the
1913 OBJ_ELF case (from Andreas Schwab
1914 <schwab@issan.informatik.uni-dortmund.de>).
1915 (md_show_usage): Correct -mfc5200 to -m5200.
1916
1917 Fri Jul 5 10:32:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1918
1919 * doc/c-m68k.texi: Document -m5200 flag.
1920 * doc/as.texinfo: Likewise.
1921
1922 * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
1923 scale factor.
1924
1925 Fri Jul 5 11:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
1926
1927 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
1928 (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
1929
1930 Thu Jul 4 11:59:46 1996 Ian Lance Taylor <ian@cygnus.com>
1931
1932 * Makefile.in (VERSION): Set to cygnus-2.7.1.
1933
1934 * Released binutils 2.7.
1935
1936 Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>
1937
1938 * config/tc-mips.c (mips_ip): Only perform range check when
1939 dealing with O_constant expressions.
1940
1941 Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1942
1943 * m68k-parse.h (m68k_register): Add new coldfile control
1944 registers.
1945
1946 * config/tc-m68k.c (mcf5200_control_regs): New variable,
1947 array of control registers for the coldfire.
1948 (cpu_of_arch): Added mcf5200.
1949 (archs): Added mcf5200.
1950 (init_table): Add new control registers.
1951 (m68k_ip): Added support for new control registers.
1952 (m68k_init_after_args): Likewise.
1953
1954 * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
1955
1956 Wed Jul 3 16:05:50 1996 Ian Lance Taylor <ian@cygnus.com>
1957
1958 * read.h (is_it_end_of_statement): Declare.
1959 * read.c (is_it_end_of_statement): Remove declaration.
1960
1961 * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
1962 within &&.
1963 (md_assemble): Fix handling of @l with an unsigned constant. Add
1964 default case to reloc switch.
1965
1966 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
1967
1968 Based on patches from Tom Quiggle <quiggle@sgi.com>:
1969 * ecoff.c (last_lineno): New static variable.
1970 (add_procedure): Set last_lineno.
1971 (ecoff_directive_loc): Likewise.
1972 (ecoff_generate_asm_lineno): Likewise.
1973 (ecoff_fix_loc): New function.
1974 * ecoff.h (ecoff_fix_loc): Declare.
1975 * config/tc-mips.c (append_insn): When inserting nops, and using
1976 ECOFF debugging, call ecoff_fix_loc.
1977
1978 Tue Jul 2 23:02:12 1996 Jeffrey A Law (law@cygnus.com)
1979
1980 * config/tc-h8300.c (build_bytes): If an operand type is
1981 marked as SRC_IN_DST retrieve it from the "destination" op.
1982
1983 Sat Jun 29 13:38:31 1996 Ian Lance Taylor <ian@cygnus.com>
1984
1985 * configure.in (arm-*-riscix*): Set emulation to riscix.
1986 * configure: Rebuild.
1987 * config/te-riscix.h: New file to define TE_RISCIX.
1988
1989 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
1990
1991 Fri Jun 28 15:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
1992
1993 * Makefile.in (config.status): Just run config.status as other
1994 tools do.
1995
1996 Fri Jun 28 11:09:38 1996 Stan Shebs <shebs@andros.cygnus.com>
1997
1998 * mpw-config.in (TARGET_OS): Add definition to conf.
1999
2000 Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>
2001
2002 * config/tc-mips.c (append_insn): Parenthesize
2003 cop_interlocks expressions.
2004
2005 Thu Jun 27 12:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
2006
2007 * listing.c (listing_print): Close the listing file if it is not
2008 stdout. Close the other files opened for the listing.
2009
2010 * config/tc-sparc.h (md_cons_align): Define.
2011 (sparc_cons_align): Declare.
2012 (HANDLE_ALIGN): Define.
2013 (sparc_handle_align): Declare.
2014 * config/tc-sparc.c (sparc_cons_align): New function.
2015 (sparc_handle_align): New function.
2016 * read.c (cons_worker): Call md_cons_align if it is defined.
2017
2018 * as.h (struct frag): Add fr_file and fr_line fields.
2019 * frags.c (frag_new): Set fr_file and fr_line.
2020 (frag_var): Likewise.
2021 (frag_variant): Likewise.
2022
2023 * as.h (struct frag): Remove unused align_mask and align_offset
2024 fields.
2025
2026 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
2027 From <uddeborg@carmen.se>.
2028
2029 Wed Jun 26 13:21:34 1996 Ian Lance Taylor <ian@cygnus.com>
2030
2031 * configure.in (mips-*-osf*): New target.
2032 * configure: Rebuild.
2033
2034 * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
2035
2036 Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>
2037
2038 * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
2039 between co-processor comparisons and branches for the VR4300.
2040
2041 Mon Jun 24 18:02:50 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2042
2043 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
2044 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
2045 (docdir): Removed.
2046 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2047 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
2048 includedir): Use autoconf set values.
2049 (docdir): Removed.
2050
2051 Mon Jun 24 11:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
2052
2053 * listing.c (listing_eject): Don't do anything if listing is 0.
2054 (listing_list): Likewise.
2055 (listing_source_line): Likewise.
2056 (listing_title): Don't save title if listing is 0.
2057 (listing_source_file): Check listing rather than listing_tail.
2058
2059 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
2060 using shared libraries.
2061 * configure: Rebuild.
2062
2063 Fri Jun 21 18:22:23 1996 Ian Lance Taylor <ian@cygnus.com>
2064
2065 * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
2066 absolute expression if a relocation type was specified.
2067
2068 Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
2069
2070 * configure.in: Add support for *-*-rtems* configurations.
2071 * configure: Rebuild.
2072
2073 Fri Jun 21 16:01:18 1996 Richard Henderson <rth@tamu.edu>
2074
2075 * configure.in: Add alpha-*-linuxecoff* target. Use elf for
2076 alpha-*-linux* target. Force bfd_gas for alpha-*. Require
2077 opcodes library for alpha.
2078 * configure: Rebuild with autoconf 2.10.
2079 * config/tc-alpha.c: Substantial rewrite to add ELF support and
2080 use new opcode table.
2081 * config/tc-alpha.h (md_undefined_symbol): Don't define.
2082 (LOCAL_LABEL): Define differently if OBJ_ELF.
2083 (FAKE_LABEL_NAME): Define if OBJ_ELF.
2084 * config/alpha-opcode.h: Remove.
2085 * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
2086 * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
2087 include/opcode/alpha.h rather than config/alpha-opcode.h.
2088
2089 Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com>
2090
2091 * config/obj-aout.c (obj_emit_relocations): Give an error if the
2092 relocation symbol was not resolved.
2093 * config/obj-coff.c (do_relocs_for): Likewise.
2094
2095 * write.c (adjust_reloc_syms): Refetch the symbol section after
2096 calling S_GET_VALUE, since it may have changed.
2097
2098 * expr.c (struct expr_symbol_line): Define.
2099 (expr_symbol_lines): New static variable.
2100 (make_expr_symbol): Add entry to expr_symbol_lines.
2101 (expr_symbol_where): New function.
2102 * expr.h: Use extern on function declarations.
2103 (expr_symbol_where): Declare.
2104 * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
2105 rather than printing the meaningless name of an expression
2106 symbol.
2107
2108 Thu Jun 20 15:57:41 1996 Ken Raeburn <raeburn@cygnus.com>
2109
2110 * config/tc-i386.c (md_number_to_chars): Deleted.
2111 * config/tc-i386.h (md_number_to_chars): New macro.
2112
2113 * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
2114 the file.
2115 (load_symbol_address, load_expression): Use build_mem.
2116 (build_operate): New function.
2117 (emit_addq_r): Use it.
2118
2119 Wed Mar 13 22:14:14 1996 Pat Rankin <rankin@eql.caltech.edu>
2120
2121 * symbols.c (colon): #if VMS, use S_SET_OTHER to store `const_flag'.
2122
2123 Tue Mar 5 14:31:45 1996 Pat Rankin <rankin@eql.caltech.edu>
2124
2125 * config/tc-vax.h (NOP_OPCODE): Define.
2126
2127 Sun Feb 4 21:01:03 1996 Pat Rankin <rankin@eql.caltech.edu>
2128
2129 * config/obj-vms.h (S_IS_COMMON): Define.
2130 (S_IS_LOCAL): Check for \002 as well as \001.
2131 (LONGWORD_ALIGNMENT): New macro.
2132 (SUB_SEGMENT_ALIGN): Use it.
2133
2134 Fri Jan 26 17:44:09 1996 Pat Rankin <rankin@eql.caltech.edu>
2135
2136 * config/vms-conf.h: Reconcile with conf.in.
2137
2138 Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com>
2139
2140 * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
2141 defined.
2142
2143 * doc/as.texinfo: Document that any number of hex digits can
2144 follow \x.
2145
2146 * as.c (struct defsym_list): Define.
2147 (defsyms): New static variable.
2148 (parse_args): Just put --defsym arguments on defsyms list, rather
2149 than defining them.
2150 (main): Define defsyms after output file is created.
2151
2152 * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
2153 cpu32. From Eric Norum <Eric.Norum@usask.ca>.
2154
2155 * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
2156 insn_error rather than calling check_absolute_expr.
2157
2158 * as.c (emulation_name): Remove unused static variable.
2159 (default_emul_bfd_name): Add return NULL to avoid warning.
2160 * ecoff.c (ecoff_stab): Remove unused variables name and
2161 name_end.
2162 * frags.c (frag_new): Remove unused variable tmp.
2163 * hash.c (hash_grow): Parenthesize + within <<.
2164 (hash_print_statistics): Use %lu, not %d, to print unsigned
2165 long variables.
2166 * messages.c: Include "libiberty.h".
2167 (fprint_value): Add cast to avoid printf warning.
2168 (sprint_value): Likewise.
2169 * read.c: Include "ecoff.h".
2170 (emit_expr): Add casts to avoid printf warnings.
2171 * read.h: Use extern for function declarations.
2172 (pop_insert): Declare.
2173 * stabs.c: Include "ecoff.h".
2174 * subsegs.c (subseg_set_rest): Remove unused variables tmp,
2175 former_last_fragP, and new_fragP.
2176 * subsegs.h (subsegs_print_statistics): Declare.
2177 * symbols.c (debug_verify_symchain): Change macro to discard
2178 arguments.
2179 * write.c (dump_section_relocs): Likewise.
2180 * write.h: Use extern for function declarations.
2181 (write_print_statistics): Declare.
2182 * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
2183 warning.
2184 * config/e-mipself.c (mipself_bfd_name): Likewise.
2185 * config/obj-elf.h (elf_ecoff_set_ext): Declare.
2186
2187 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
2188 emit relocations against external symbols.
2189
2190 * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
2191 message if bfd_reloc_type_lookup fails, rather than calling
2192 assert.
2193
2194 * config/tc-alpha.c (alpha_force_relocation): Add
2195 BFD_RELOC_12_PCREL to switch.
2196
2197 Tue Jun 18 20:29:57 1996 Doug Evans <dje@canuck.cygnus.com>
2198
2199 * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
2200 TE_PE (Lfoo, not .Lfoo).
2201
2202 Tue Jun 18 17:13:33 1996 Ian Lance Taylor <ian@cygnus.com>
2203
2204 * read.c (s_fill): Don't warn about a zero repeat count.
2205
2206 * config/tc-mips.c (mips_ip): Don't warn about using AT as a
2207 coprocessor register.
2208
2209 * config/tc-i386.c (md_assemble): When checking the size of a
2210 register to set the size of an instruction, do a bitwise and with
2211 Reg8 and Reg16 rather than requiring the type to be exactly Reg8
2212 or Reg16.
2213
2214 Tue Jun 18 13:19:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2215
2216 * config/tc-h8300.c (parse_reg): Tweak error messages.
2217 (build_bytes): Likewise.
2218 (skip_colonthing): Handle :32 suffix.
2219 (get_specific): Promote L_24 to L_32 if it makes a match.
2220 Don't always promote L_8 to L_16.
2221 (do_a_fix_imm): Clean up L_32 and L_24 handling.
2222
2223 * config/tc-h8300.c (Smode): New variable.
2224 (h8300hmode): Turn off Hmode.
2225 (h8300smode): New function. Turn on Smode and Hmode.
2226 (md_pseudo_table): New ".h8300s" pseudo-op.
2227 (parse_reg): Handle "exr" register.
2228 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
2229 Handle "mach" and "machl" operands for ldmac.
2230 (get_specific): Handle "stm.l" and "ldm.l".
2231 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
2232 * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
2233 (Smode): Declare.
2234
2235 Mon Jun 17 15:50:53 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2236
2237 * doc/as.texinfo: Reorder chapter of machine dependent options so
2238 that it is sorted by chip name.
2239
2240 * doc/as.texinfo: Use consistant spelling of Vax.
2241 * doc/c-vax.texi: Likewise.
2242
2243 Mon Jun 17 11:26:56 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2244
2245 * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
2246 pseudo ops.
2247 (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
2248 (md_apply_fix): Likewise.
2249 (pa_try): New function.
2250 (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
2251
2252 Sun Jun 16 22:57:47 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2253
2254 * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.
2255 (pa_level): New function.
2256
2257 Fri Jun 14 20:06:44 1996 Ian Lance Taylor <ian@cygnus.com>
2258
2259 * listing.c (listing_newline): Don't do anything if listing is 0.
2260
2261 Thu Jun 13 17:50:54 1996 Ian Lance Taylor <ian@cygnus.com>
2262
2263 * subsegs.c (section_symbol): If symbol_table_frozen is set, call
2264 symbol_create, not symbol_new.
2265
2266 Wed Jun 12 14:10:44 1996 Ian Lance Taylor <ian@cygnus.com>
2267
2268 * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
2269 absolute symbol unless TC_FORCE_RELOCATION returns true.
2270
2271 * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER
2272 version.
2273 (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of
2274 the symbol to a pointer. Don't set previous_file_symbol.
2275 Simplify symbol list rearrangement.
2276 (coff_frob_symbol): Don't do anything with C_FILE symbols.
2277 (coff_adjust_symtab): Don't check previous_file_symbol.
2278
2279 Mon Jun 10 14:52:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2280
2281 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
2282 directive.
2283 (md_pseudo_table): Add ppc_elf_lcomm.
2284
2285 Mon Jun 10 11:45:51 1996 Ian Lance Taylor <ian@cygnus.com>
2286
2287 * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
2288 d0{24:1},d0' works without an immediate prefix on the bit numbers.
2289 (md_begin): Add digits to alt_notend_table.
2290 (md_parse_option): Make s a const pointer.
2291
2292 * config/tc-sparc.c (md_pseudo_table): Add "empty".
2293 (s_empty): New static function.
2294
2295 * config/obj-coff.c (struct filename_list): Only define if not
2296 BFD_ASSEMBLER.
2297 (filename_list_head, filename_list_tail): Likewise.
2298 (c_section_symbol): Remove unused BFD_ASSEMBLER version.
2299 (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging
2300 flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should
2301 have a section of N_ABS rather than N_DEBUG. If we do a merge,
2302 remove the new symbol from the list.
2303 (obj_coff_endef, both versions): Call tag_insert even if there is
2304 an old symbol with the same name, if the old symbol does not
2305 happen to be a tag.
2306 (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of
2307 the SF_GET_DEBUG condition. Don't call SA_SET_SYM_ENDNDX with a
2308 symbol that will be moved to the end of the symbol list.
2309 (coff_adjust_section_syms): Always call section_symbol for .text,
2310 .data, and .bss.
2311 (coff_frob_section): Likewise. Also, remove unused variable
2312 strname.
2313
2314 * config/tc-ns32k.c (convert_iif): Call frag_grow rather than
2315 manipulating frags directly.
2316 (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is
2317 defined.
2318
2319 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
2320 whether the next character is '*' before checking whether we are
2321 at the start of a line. Permit LINE_COMMENT_START to start a
2322 comment in state 1 (seen some whitespace) as well, to match the
2323 documentation.
2324
2325 * gasp.c (do_align): Permit a fill value for .align.
2326
2327 Wed Jun 5 17:09:26 1996 Ian Lance Taylor <ian@cygnus.com>
2328
2329 * read.c (next_char_of_string): Warn if a newline is seen in the
2330 middle of a string. Call bump_line_counters when appropriate.
2331
2332 Wed Jun 5 17:08:36 1996 Richard Henderson <rth@tamu.edu>
2333
2334 * symbols.c (colon): Use LOCAL_LABEL.
2335
2336 Tue Jun 4 10:55:16 1996 Tom Tromey <tromey@csk3.cygnus.com>
2337
2338 * Makefile.in (install): Don't check to see if tooldir exists.
2339 Make $(tooldir) and $(tooldir)/bin.
2340
2341 Tue Jun 4 10:14:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2342
2343 * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
2344 default.
2345
2346 Mon Jun 3 11:34:41 1996 Ian Lance Taylor <ian@cygnus.com>
2347
2348 * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
2349 insn_error. Don't put the string "ERROR" in insn_error. Set
2350 insn_error rather than calling as_warn for an unsupported opcode.
2351
2352 Sat Jun 1 21:51:55 1996 Ian Lance Taylor <ian@cygnus.com>
2353
2354 * config/tc-mips.c (md_parse_option): Check for a 64 bit format
2355 before permitting -64.
2356 * output-file.c (output_file_create): Remove duplicate
2357 bfd_perror.
2358
2359 Fri May 31 01:08:06 1996 Ian Lance Taylor <ian@cygnus.com>
2360
2361 * config/tc-mips.c (md_begin): If -64, create a .MIPS.options
2362 section rather than a .reginfo section.
2363 (mips_elf_final_processing): If -64, write out 64 bit RegInfo
2364 information.
2365
2366 * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
2367 bit value with the high bit set.
2368
2369 Thu May 30 19:00:19 1996 Ian Lance Taylor <ian@cygnus.com>
2370
2371 * read.c (s_lcomm): Set section flags for .sbss section.
2372
2373 * config/tc-mips.c (mips_64): New static variable.
2374 (mips_target_format): If mips_64, return elf64 targets rather than
2375 elf32 ones.
2376 (md_longopts): Add "32" and "64".
2377 (md_parse_option): Handle -32 and -64.
2378 (md_show_usage): Mention -32 and -64.
2379 (cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
2380 a 4 byte one.
2381
2382 Thu May 30 10:36:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2383
2384 * config/tc-ppc.c (comment_chars): Make '!' a comment character
2385 for Solaris compatibility.
2386
2387 * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
2388 .stabd with 4 arguments into a .stabn.
2389
2390 Wed May 29 16:43:16 1996 Ian Lance Taylor <ian@cygnus.com>
2391
2392 * config/tc-mips.c (macro): When passing X_add_number to
2393 macro_build, cast it to int first.
2394
2395 Tue May 28 13:29:39 1996 Ian Lance Taylor <ian@cygnus.com>
2396
2397 * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as
2398 created by emit_expr.
2399
2400 * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call
2401 as_perror rather than assert.
2402
2403 Fri May 24 18:24:11 1996 Ian Lance Taylor <ian@cygnus.com>
2404
2405 * config/tc-mips.c (mips_ip): Mark sections created to hold
2406 floating point information as read only.
2407
2408 Fri May 24 12:07:54 1996 David Edelsohn <edelsohn@mhpcc.edu>
2409
2410 * config/tc-ppc.c (ppc_set_cpu): Change defaults to match AIX.
2411
2412 Thu May 23 17:34:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2413
2414 * read.c (potable): Add .skip as a synonym for .space.
2415
2416 * stabs.c (s_stab_generic): For PowerPC ELF, allow .stabd to take
2417 4 arguments, providing the 4th argument is 0, to allow
2418 compatibility with the Solaris assembler.
2419
2420 Thu May 16 15:51:48 1996 Ian Lance Taylor <ian@cygnus.com>
2421
2422 * config/tc-sh.h (struct sh_segment_info_type): Define.
2423 (TC_SEGMENT_INFO_TYPE): Define.
2424 (sh_frob_label): Declare.
2425 (tc_frob_label): Define.
2426 (sh_flush_pending_output): Declare.
2427 (md_flush_pending_output): Define.
2428 * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
2429 reloc before the instruction if necessary.
2430 (sh_frob_label): New function.
2431 (sh_flush_pending_output): New function.
2432 (sh_coff_frob_file): Ignore ALIGN, CODE, DATA, and LABEL relocs
2433 when looking for the reloc for the target of .uses.
2434 (md_convert_frag): Fix printf format (%0xlx to 0x%lx).
2435 (sh_force_relocation): Force CODE, DATA, and LABEL relocs to be
2436 emitted.
2437 (md_apply_fix): Ignore CODE, DATA, and LABEL relocs.
2438 (sh_coff_reloc_mangle): Force CODE, DATA, and LABEL relocs to use
2439 the absolute symbol.
2440
2441 * subsegs.h (segment_info_type): Add tc_segment_info_data field if
2442 TC_SEGMENT_INFO_TYPE is defined.
2443
2444 Wed May 15 12:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
2445
2446 * config/tc-i386.c (md_assemble): Make sure the opcode suffix
2447 matches the register size.
2448
2449 Wed May 15 08:33:37 1996 Jeffrey A Law (law@cygnus.com)
2450
2451 * config/obj-coff.c (count_entries_in_chain): Ignore Fixups with
2452 fx_done set.
2453 (do_relocs_for): Likewise.
2454 (fixup_segment): Don't just quit if linkrelax is set. Try to
2455 apply non pc-relative sym1-sym2 fixups, even if linkrelax is
2456 nonzero.
2457
2458 Fri May 10 14:16:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2459
2460 * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section
2461 relative relocations with -mrelocatable. Also allow unfixed
2462 relocs in .ex_shared.
2463
2464 Tue May 7 11:24:10 1996 Ian Lance Taylor <ian@cygnus.com>
2465
2466 * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is
2467 non-zero before assuming this is a long file name.
2468 (w_strings): Likewise.
2469 (c_dot_file_symbol): Set FNAME_OFFSET to 1 for a long file name.
2470
2471 * config/obj-coff.c (w_strings): Move declaration of i inside
2472 #ifdef block which uses it.
2473
2474 Tue May 7 00:49:58 1996 Jeffrey A Law (law@cygnus.com)
2475
2476 * config/tc-h8300.c (do_a_fix_imm): Rename last argument to
2477 "relaxmode". Output relocs which identify various relaxing
2478 possibilities for mov.[bwl] instructions.
2479 (build_bytes): Pass in a relaxing mode to do_a_fix_imm.
2480
2481 Mon May 6 15:26:28 1996 Doug Evans <dje@canuck.cygnus.com>
2482
2483 * config/tc-arm.h (TC_HANDLES_FX_DONE): Define.
2484 (MD_APPLY_FIX3): Define.
2485 * config/tc-arm.c (my_get_expression): Only watch for bad segments
2486 if OBJ_AOUT.
2487 (md_apply_fix3): Renamed from md_apply_fix.
2488 If pcrel reloc and symbol is in different section, undo effects
2489 of md_pcrel_from.
2490
2491 Sat May 4 12:49:35 1996 Jeffrey A Law (law@cygnus.com)
2492
2493 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust
2494 any reloc with an LR% or RR% field selector for SOM.
2495
2496 Sat May 4 11:26:19 1996 Ian Lance Taylor <ian@cygnus.com>
2497
2498 * Makefile.in: Add subsegs.h to appropriate TARG_CPU_DEP_*
2499 variables.
2500
2501 Fri May 3 17:58:31 1996 Ian Lance Taylor <ian@cygnus.com>
2502
2503 * config/obj-coff.c (coff_frob_symbol): Don't merge a symbol with
2504 SF_GET_STATICS set.
2505 (yank_symbols): Likewise.
2506
2507 Wed May 1 13:38:17 1996 Ian Lance Taylor <ian@cygnus.com>
2508
2509 * subsegs.h (segment_info_type): If MANY_SEGMENTS and not
2510 BFD_ASSEMBLER, add name field.
2511 * config/obj-coff.c: Include "libiberty.h".
2512 (coff_header_append): Handle long section names.
2513 (crawl_symbols): Just use the name field for the symbol name,
2514 without worrying about null byte termination.
2515 (w_strings): Handle long section names.
2516 (write_object_file): Likewise. Also, use the name field, rather
2517 than scnhdr.s_name.
2518 (obj_coff_add_segment): Permit long section names.
2519 (obj_coff_init_stab_section): Use the name field, rather than
2520 scnhdr.s_name.
2521 (adjust_stab_section): Likewise.
2522 * config/te-pe.h (COFF_LONG_SECTION_NAMES): Define.
2523
2524 * config/tc-i960.c (brtab_emit): Don't set fx_im_disp field.
2525 (mem_fmt): Likewise.
2526 (md_apply_fix): Don't check fx_im_disp field.
2527
2528 Thu Apr 25 11:39:51 1996 Ian Lance Taylor <ian@cygnus.com>
2529
2530 * configure.in: Add * after sparc*-*-vxworks.
2531 * configure: Rebuild.
2532
2533 * app.c (do_scrub_begin): If tc_comment_chars is not defined,
2534 define it to comment_chars. Use tc_comment_chars rather than
2535 comment_chars.
2536 (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
2537 * config/tc-m68k.h (tc_comment_chars): Define.
2538 (m68k_comment_chars): Declare.
2539 * config/tc-m68k.c (m68k_comment_chars): Rename from
2540 comment_chars. Change into a pointer rather than an array.
2541 (md_longopts): Add "bitwise-or".
2542 (md_parse_option): Handle OPTION_BITWISE_OR.
2543 (md_show_usage): Mention --bitwise-or.
2544 * doc/c-m68k.texi: Document --bitwise-or.
2545
2546 Wed Apr 24 11:28:38 1996 Ian Lance Taylor <ian@cygnus.com>
2547
2548 * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
2549 in 68000 mode.
2550
2551 * config/obj-coff.c (obj_coff_section): BFD_ASSEMBLER version:
2552 call demand_empty_rest_of_line. Non BFD_ASSEMBLER version:
2553 correct handling of input line pointer, and call
2554 demand_empty_rest_of_line.
2555
2556 Mon Apr 22 18:02:37 1996 Doug Evans <dje@blues.cygnus.com>
2557
2558 * config/tc-sparc.c (in_bitfield_range): New static function.
2559 (sparc_ip): New cases X,Y. Use SPARC_OPCODE_ARCH_V9_P.
2560 (md_apply_fix, cases BFD_RELOC_32_PCREL_S2,
2561 BFD_RELOC_SPARC_{WDISP16,WDISP19}): Fix undefined code.
2562 (md_apply_fix): New cases BFD_RELOC_SPARC_[56].
2563 (tc_gen_reloc): New cases BFD_RELOC_SPARC_[56].
2564
2565 Thu Apr 18 18:58:33 1996 Ian Lance Taylor <ian@cygnus.com>
2566
2567 * config/obj-coff.c: BFD_ASSEMBLER:
2568 (coff_last_bf): New static variable.
2569 (coff_frob_symbol): Set endndx of a .bf symbol.
2570 Non BFD_ASSEMBLER:
2571 (obj_coff_endef): Call SF_SET_PROCESS on a .bf symbol.
2572 (last_bfP): New static variable.
2573 (yank_symbols): Set endndx of a .bf symbol.
2574
2575 Thu Apr 18 11:53:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2576
2577 * config/tc-ppc.c (md_parse_option): Add support for Solaris's -le
2578 and -s options. Add -be for good measure.
2579
2580 Wed Apr 17 12:31:01 1996 Ian Lance Taylor <ian@cygnus.com>
2581
2582 * read.c (s_space): Support non-constant fill value. Handle fill
2583 value correctly for a size other than 1.
2584
2585 Tue Apr 16 15:17:40 1996 Doug Evans <dje@canuck.cygnus.com>
2586
2587 * config/tc-arm.c (my_get_float_expression): Update call to
2588 gen_to_words, X_PRECISION changed from 6 to 5.
2589
2590 Tue Apr 16 10:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2591
2592 * config/tc-ppc.c (register_name,reg_name_search): Move register
2593 name lookup from PE specific code to all targets. Add support for
2594 -mregnames/-mno-regnames to control whether register names are
2595 expanded or not.
2596 (md_assemble): Call register_name for all platforms.
2597 (md_parse_option): Add support for -mregnames/-mno-regnames.
2598
2599 * configure.in (powerpcle*-*-solaris): Add support.
2600 (powerpc*-*-linux): Ditto.
2601 * configure: Regenerate.
2602
2603 * config/ppc-sol.mt: New config file for PowerPC Solaris.
2604
2605 Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
2606
2607 * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
2608 be associated with a single %lo reloc.
2609
2610 * config/tc-mips.c (load_address): Cast X_add_number to valueT
2611 before comparing against MAX_GPREL_OFFSET, so that negative
2612 numbers are handled correctly.
2613 (macro): Likewise.
2614
2615 Thu Apr 11 12:39:02 1996 Ian Lance Taylor <ian@cygnus.com>
2616
2617 * config/tc-sparc.c (last_insn): New static variable.
2618 (md_assemble): Warn about putting floating point branches in a
2619 delay slot. If architecture is less than v9, insert NOP
2620 instructions between floating point instructions and floating
2621 point branches. (The SunOS assembler does both these operations.)
2622 Save the last instruction opcode.
2623 (sparc_ip): Add pinsn parameter. Change caller.
2624
2625 * config/tc-m68k.c (md_estimate_size_before_relax): Correct check
2626 for byte jump to next instruction to skip empty frags.
2627
2628 Wed Apr 10 16:48:12 1996 Ian Lance Taylor <ian@cygnus.com>
2629
2630 * config/tc-alpha.c (alpha_ip): If we are going to call emit_add64
2631 for addq with a 16 bit signed value, just emit a lda instruction
2632 instead.
2633
2634 Wed Apr 10 14:34:49 1996 Jeffrey A Law (law@cygnus.com)
2635
2636 * config/tc-h8300.c (do_a_fix_imm): Don't cut off high bits
2637 of a 32bit operand.
2638
2639 Mon Apr 8 14:42:53 1996 Ian Lance Taylor <ian@cygnus.com>
2640
2641 * configure.in: Permit --enable-shared to specify a list of
2642 directories.
2643 * configure: Rebuild.
2644
2645 Fri Apr 5 17:01:35 1996 Jeffrey A Law (law@cygnus.com)
2646
2647 * config/tc-h8300.c (get_specific): Remove some #if 0 code.
2648 (build_bytes): Remove all ABSMOV related code; it's unnecessary.
2649
2650 Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2651
2652 * config/atof-ieee.c: Fix handling of denormalized extended
2653 precision numbers and overflow/underflow detection.
2654 (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to
2655 not include the 16 bit gap in the m68k extended precision format.
2656
2657 Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
2658
2659 * configure.in: Add i386-*-freebsdelf* target; from John Polstra
2660 <jdp@polstra.com>.
2661 * configure: Rebuild.
2662
2663 Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
2664
2665 * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
2666 be accessed using the $gp register.
2667 * config/tc-mips.h (MAX_GPREL_OFFSET): Added.
2668
2669 Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com>
2670
2671 * config/tc-sparc.c (sparc_md_end): Set bfd machine number to
2672 bfd_mach_sparc_sparclet if current_architecture is sparclet.
2673
2674 Mon Apr 1 16:55:44 1996 Ian Lance Taylor <ian@cygnus.com>
2675
2676 * read.c (get_line_sb): Bump line counters based on
2677 input_line_pointer[-1], not *input_line_pointer. Don't bother to
2678 call LISTING_NEWLINE.
2679 (s_macro): Don't call demand_empty_rest_of_line.
2680 * app.c (do_scrub_chars): When handling C style comments, unget
2681 ch2 rather than ch.
2682
2683 Fri Mar 29 16:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
2684
2685 * read.h (enum linkonce_type): Define.
2686 (s_linkonce): Declare.
2687 * read.c (potable): Add "linkonce".
2688 (s_linkonce): New function.
2689 * subsegs.h (segment_info_type): Add linkonce field to
2690 MANY_SEGMENTS && ! BFD_ASSEMBLER section.
2691 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
2692 (obj_coff_pe_handle_link_once): Declare if TE_PE.
2693 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
2694 "coff/pe.h".
2695 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
2696 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
2697 entry based on the linkonce field in segment_info.
2698 * doc/as.texinfo: Document .linkonce.
2699
2700 Fri Mar 29 11:31:27 1996 J.T. Conklin (jtc@lisa.cygnus.com)
2701
2702 * doc/as.1: Changed to be recognized by catman -w on Solaris.
2703
2704 Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com>
2705
2706 * stabs.c (s_stab_generic): Call the listing functions before
2707 doing the rest of the processing, which may involve freeing the
2708 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
2709 SEPARATE_STAB_SECTIONS case.
2710
2711 * config/tc-hppa.c: Remove nested comment.
2712 (tc_gen_reloc): Move label done inside the ifdef in which it is
2713 used.
2714 (md_apply_fix): Pass pointers to correct types to libhppa.h
2715 functions. Always return a value.
2716
2717 * config/tc-mips.h (tc_frob_file): Define.
2718 (mips_frob_file): Declare.
2719 * config/tc-mips.c (struct mips_hi_fixup): Define.
2720 (mips_hi_fixup_list): New static variable.
2721 (imm_unmatched_hi): New static variable.
2722 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
2723 offset_reloc. Pass imm_unmatched_hi to append_insn.
2724 (append_insn): Add unmatched_hi parameter. If it is set, add the
2725 new fixup to mips_hi_fixup_list. Change all callers.
2726 (mips_ip): Set imm_unmatched_hi when appropriate.
2727 (mips_frob_file): New function.
2728
2729 Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com>
2730
2731 * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
2732 * configure: Regenerated.
2733
2734 Tue Mar 26 18:19:12 1996 Ian Lance Taylor <ian@cygnus.com>
2735
2736 * as.c (main): Call bfd_set_error_program_name.
2737
2738 Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com>
2739
2740 * as.h (strdup): Don't declare.
2741 * stabs.c: Include libiberty.h
2742 (get_stab_string_offset): Use xstrdup rather than strdup.
2743 (s_stab_generic): Likewise.
2744 * as.c (parse_args): Likewise.
2745 * read.c (s_mri_sect): Likewise.
2746
2747 * gasp.c (change_base): Recognize \(...) construct documented to
2748 pass through enclosed characters literally through to the output.
2749 (process_assigns): Likewise. Also, be more careful to avoid
2750 looking past the end of the buffer.
2751
2752 Thu Mar 21 13:18:43 1996 Ian Lance Taylor <ian@cygnus.com>
2753
2754 * config/tc-i386.c (md_parse_option): If OBJ_ELF, ignore -k for
2755 FreeBSD compatibility. From John Polstra <jdp@polstra.com>.
2756
2757 Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2758
2759 * doc/as.texinfo, doc/c-i960.texi: Fix typos.
2760
2761 Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
2762
2763 * config/alpha-opcode.h: Added cvtst instruction.
2764
2765 Mon Mar 18 13:12:46 1996 Ian Lance Taylor <ian@cygnus.com>
2766
2767 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab
2768 string. Extract the addend from the result of expression.
2769
2770 Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com>
2771
2772 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
2773 LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
2774 mode, change the state to 3 rather than 1.
2775
2776 Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
2777
2778 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to
2779 correspond to 11 March change.
2780
2781 Thu Mar 14 15:27:10 1996 Jeffrey A Law (law@cygnus.com)
2782
2783 * config/tc-h8300.c (build_bytes, MEMIND case): Generate
2784 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
2785
2786 Tue Mar 12 12:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
2787
2788 * configure: Rebuild with autoconf 2.8.
2789
2790 Mon Mar 11 18:57:12 1996 Ian Lance Taylor <ian@cygnus.com>
2791
2792 * config/atof-ieee.c (gen_to_words): Improve handling of
2793 X_PRECISION numbers. Based on patches from Andreas Schwab
2794 <schwab@issan.informatik.uni-dortmund.de>.
2795
2796 Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
2797
2798 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
2799 (SEG_LAST): New.
2800 * subsegs.c (MANY_SEGMENTS): Increase segment limit.
2801 * obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
2802 (do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
2803 crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
2804 SEG_E9.
2805
2806 Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
2807
2808 * config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
2809
2810 Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
2811
2812 * config/tc-hppa.c (SUBSEG_MILLI): Define.
2813 (pa_def_subspaces): Add $MILLICODE$.
2814 (pa_spaces_begin): Set section flags for $MILLICODE$.
2815
2816 Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
2817
2818 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
2819 not SHT_NOBITS. Don't tamper with flags based on type if a
2820 special section was found (revert Feb 29 change).
2821
2822 * config/tc-sh.c (sh_do_align): Only align using the nop pattern
2823 if aligning to a longword boundary or greater.
2824
2825 Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
2826
2827 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
2828
2829 Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
2830
2831 * configure.in (i386-*-cygwin32): Don't use bfd_gas.
2832 * configure: Regenerated.
2833
2834 Mon Mar 4 10:13:06 1996 Jeffrey A Law (law@cygnus.com)
2835
2836 * config/tc-hppa.c: Add default definitions for R_N0SEL and
2837 R_N1SEL since they're not defined for old versions of hpux.
2838
2839 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
2840 Set "sym_ptr_ptr" and "addend" fields to dummy values for
2841 R_N0SEL and R_N1SEL.
2842
2843 Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2844
2845 * flonum-konst.c: Add two more constants for 1e+-2048 and
2846 1e+-4096, and correct the other constants.
2847
2848 * symbols.c (resolve_symbol_value): Handle O_logical_not.
2849
2850 Thu Feb 29 13:58:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2851
2852 * config/obj-elf.c (obj_elf_section): Allow predefined section
2853 types to set the nobits type. Avoid a shadowed declaration.
2854
2855 Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
2856
2857 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
2858 reduce relocs using e_nlrsel field selectors.
2859
2860 * write.c (fix_new_exp): Don't use #elif. Some compilers
2861 don't handle it.
2862
2863 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to
2864 the selector table.
2865 (pa_chk_field_selector): Handle new field selectors for SOM.
2866
2867 Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2868
2869 * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets.
2870 * configure: Rebuild.
2871 * config/te-linux.h (LOCAL_LABELS_FB): Define.
2872 * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to
2873 "a.out-m68k-linux".
2874 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX
2875 is defined.
2876
2877 Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
2878
2879 * mpw-make.sed: Update to handle shared library support.
2880
2881 Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
2882
2883 * config/tc-sparc.c (sparc_ip): Print all architectures that support
2884 the insn on mismatch.
2885
2886 Fri Feb 23 21:44:39 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2887
2888 * configure.in: Add support for a29-coff.
2889 * configure: Rebuild.
2890
2891 Thu Feb 22 16:39:43 1996 Ian Lance Taylor <ian@cygnus.com>
2892
2893 * config/tc-sh.c (sh_coff_frob_file): Don't consider the address
2894 of the section when looking for the R_SH_USES fixup, because the
2895 frag addresses have not yet been adjusted.
2896
2897 * gdbinit.in: Set a breakpoint on as_warn_where.
2898
2899 * config/tc-mips.c (macro): Add missing arguments to macro_build
2900 omitted in last change. From Jim Wilson <wilson@cygnus.com>.
2901
2902 Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com>
2903
2904 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
2905 if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
2906
2907 Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com>
2908
2909 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.
2910
2911 Tue Feb 20 21:48:03 1996 Doug Evans <dje@charmed.cygnus.com>
2912
2913 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.
2914 (sparc_ip): Accept %asr[1..31] for v8 and %asr[%16..31] for v9.
2915 Recognize [uU] format args as sparclet cpregs.
2916
2917 Tue Feb 20 22:25:55 1996 Ian Lance Taylor <ian@cygnus.com>
2918
2919 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
2920 in bss_section.
2921
2922 Mon Feb 19 14:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
2923
2924 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
2925 well as S_IS_EXTERNAL.
2926 (tc_fix_adjustable): Likewise.
2927 * config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
2928 S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
2929 early.
2930 (tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
2931 deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
2932
2933 Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com>
2934
2935 * config/tc-sparc.c (max_architecture): Change to sparclite for
2936 32 bit arch.
2937 (default_compatible): Delete.
2938 (sparc_ffs): New function.
2939 (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
2940 (sparc_ip): Rewrite architecture match and bump logic.
2941
2942 Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com>
2943
2944 * configure.in: Check for 'do not mix' from native linker before
2945 trying to use -rpath.
2946 * configure: Rebuild.
2947
2948 Fri Feb 16 16:53:31 1996 Ian Lance Taylor <ian@cygnus.com>
2949
2950 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
2951 (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
2952 (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
2953 * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
2954 is set.
2955 (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
2956 to the symbol lnnoptr field, to get the correct file offset.
2957
2958 Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2959
2960 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
2961 symbols that are not function, file, or section symbols to be
2962 object types.
2963
2964 Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
2965
2966 * configure: Set and substitute RPATH_ENVVAR.
2967 * configure: Rebuild.
2968 * Makefile.in (RPATH_ENVVAR): New variable.
2969 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
2970
2971 * configure.in: Accept i686. From H.J. Lu <hjl@zoom.com>: i386
2972 doesn't need opcodes. If configuring shared, opcodes needs bfd.
2973 * configure: Rebuild.
2974
2975 Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
2976
2977 * read.c (s_mri_sect): Don't return '\0' in type. Set all
2978 appropriate flags in BFD section.
2979
2980 * configure.in (m68k-*-psos*): New target.
2981 * configure: Rebuild.
2982 * config/te-psos.h: New file.
2983 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
2984 is defined.
2985
2986 Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com>
2987
2988 From Alan Modra <alan@spri.levels.unisa.edu.au>:
2989 * configure.in: Remove duplicate setting of cpu_type. Check
2990 whether opcodes library is required for on all targets, not just
2991 primary one.
2992 * configure: Rebuild.
2993
2994 * config/tc-mips.c (mips_big_got): New static variable.
2995 (s_extern): Don't declare.
2996 (reg_needs_delay): New static function.
2997 (macro_build): Permit GOT/CALL_HI/LO relocs.
2998 (macro_build_lui): If place is not NULL, use the number in the
2999 expression.
3000 (load_address): Handle mips_big_got case.
3001 (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
3002 store macros.
3003 (OPTION_XGOT): Define.
3004 (md_longopts): Add "xgot" if OBJ_ELF.
3005 (md_parse_option): Handle -xgot.
3006 (md_show_usage): Mention -xgot.
3007 (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
3008 (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
3009
3010 Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3011
3012 * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
3013 the byte relocation, point it to the low byte of the word.
3014
3015 Tue Feb 13 15:31:18 1996 Ian Lance Taylor <ian@cygnus.com>
3016
3017 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
3018 * configure: Rebuild.
3019
3020 Mon Feb 12 15:53:46 1996 Doug Evans <dje@charmed.cygnus.com>
3021
3022 * configure.in: Recognize any sparc* cpu.
3023 * configure: Regenerated.
3024
3025 Mon Feb 12 15:41:21 1996 Ian Lance Taylor <ian@cygnus.com>
3026
3027 * read.c (potable): Add "mri" and ".mri".
3028 (s_mri): New function.
3029 * read.h (s_mri): Declare.
3030 * app.c (scrub_m68k_mri): New static variable.
3031 (mri_pseudo): New static variable.
3032 (do_scrub_begin): Add m68k_mri parameter. Use it rather than
3033 flag_m68k_mri. Initialize scrub_m68k_mri.
3034 (mri_state, mri_last_ch): New static variables.
3035 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
3036 fields.
3037 (app_push): Save new fields.
3038 (app_pop): Restore new fields.
3039 (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
3040 If TC_M68K, use a trivial state machine to look for occurrences of
3041 the .mri pseudo-op, and change the mode appropriately.
3042 * as.h (do_scrub_begin): Update prototype.
3043 * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
3044 do_scrub_begin.
3045 * config/tc-m68k.c (reg_prefix_optional_seen): New static
3046 variable.
3047 (m68k_mri_mode_change): New function.
3048 (md_parse_option): Set reg_prefix_optional_seen.
3049 * config/tc-m68k.h (m68k_mri_mode_change): Declare.
3050 (MRI_MODE_CHANGE): Define.
3051 * doc/as.texinfo: Document .mri pseudo-op.
3052
3053 * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
3054 comment character.
3055
3056 Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3057
3058 Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
3059 * config/m68k-parse.h (enum pic_relocation): Define.
3060 (struct m68k_exp): Add pic_reloc field.
3061 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
3062 (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
3063 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
3064 otherwise.
3065 * config/tc-m68k.c: Delete definition of NO_RELOC.
3066 (struct m68k_it): Add pic_reloc field.
3067 (add_fix): Copy over pic_reloc field.
3068 (md_pseudo_table): Interpret .align parameter as byte count.
3069 (mote_pseudo_table): Likewise.
3070 (tc_m68k_fix_adjustable): New function.
3071 (get_reloc_code): New function.
3072 (md_assemble): Use it as last argument to fix_new_exp.
3073 (md_apply_fix_2): For a relocation against a symbol don't put the
3074 addend into the data.
3075 (tc_gen_reloc): Different addend computation for OBJ_ELF.
3076 (m68k_ip): Don't relax an operand that requires pic relocation.
3077 (md_begin): Align .text, .data and .bss on 4 byte boundary by
3078 default.
3079 * write.c (fixup_segment): Don't add symbol value to addend if
3080 TC_M68K and OBJ_ELF.
3081 * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
3082 (motorola_operand): Add rule for `(zapc, EXPR)'.
3083
3084 Mon Feb 12 10:07:33 1996 David Mosberger-Tang <davidm@azstarnet.com>
3085
3086 * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
3087 *really* is permissible before the comma.
3088
3089 Mon Feb 12 00:12:13 1996 Ian Lance Taylor <ian@cygnus.com>
3090
3091 * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
3092 inserting nop instructions.
3093
3094 Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
3095
3096 * config/te-aux.h: Change include of aux.h to aux-coff.h.
3097
3098 Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
3099
3100 * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
3101 class setting for a CALLNAME symbol in COFF.
3102
3103 * read.c (potable): Pass negative numbers for new .balign[wl] and
3104 .p2align[wl] pseudo-ops.
3105 (s_align_bytes): Treat a negative argument as specifying the fill
3106 length.
3107 (s_align_ptwo): Likewise.
3108
3109 Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
3110
3111 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
3112 (do_align): Take new len parameter. Change all callers. Pass it
3113 to md_do_align.
3114 (s_align_bytes): Arg now indicates the length of the fill pattern.
3115 (s_align_ptwo): Likewise.
3116 * config/obj-coff.c (write_object_file): Pass length to
3117 md_do_align.
3118 * config/tc-i386.h (md_do_align): Take new len parameter.
3119 * config/tc-m88k.h (md_do_align): Likewise.
3120 * config/tc-m88k.c (m88k_do_align): Likewise.
3121 * config/tc-sh.h (md_do_align): Likewise.
3122 * config/tc-sh.c (sh_do_align): Likewise.
3123 * doc/as.texinfo: Document new pseudo-ops.
3124
3125 * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
3126 done in cvt_frag_to_fill.
3127
3128 * config/tc-sh.h (sh_do_align): Declare.
3129 (md_do_align): Define.
3130 * config/tc-sh.c (sh_do_align): New function.
3131
3132 * ecoff.c (ecoff_build_lineno): Don't try to store the address
3133 difference if the next address is before the current one.
3134
3135 * config/tc-m68k.c (struct m68k_cpu): Add alias field.
3136 (archs): Initialize new field.
3137 (m68k_ip): Don't list alias names when listing CPUs which support
3138 an instruction.
3139
3140 * as.c (main): Call parse_args before read_begin.
3141 * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
3142 front of generated pseudo-ops.
3143 * read.c (potable): Ignore "name".
3144 (s_app_file): Permit a single quote after the string, since one
3145 may appear in m68k MRI mode.
3146
3147 * configure.in: Check for --enable-shared. If linking against
3148 shared BFD and opcodes, fix library name on SunOS, and try to set
3149 -rpath reasonably.
3150 * configure: Rebuild.
3151
3152 Tue Feb 6 15:16:17 1996 Ian Lance Taylor <ian@cygnus.com>
3153
3154 * as.h (flag_m68k_mri): Declare.
3155 * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
3156 * Many files: For MRI syntax that is specific to the m68k MRI
3157 assembler, check flag_m68k_mri rather than flag_mri or
3158 MRI_MODE_NEEDS_PSEUDO_DOT.
3159
3160 Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com>
3161
3162 * config/tc-i960.c (ARCH_HX): Define.
3163 (arch_tab): Add HX.
3164 (targ_has_sfr): Handle ARCH_HX.
3165 (targ_has_iclass): Handle ARCH_HX.
3166 (tc_coff_fix2rtype): Add return 0 to avoid warning.
3167 (tc_headers_hook): If the architecture was specified explicitly,
3168 use it when setting the flags. Set the extern variable coff_flags
3169 rather than headers->filehdr.f_flags, since the latter is set
3170 unconditionally in obj-coff.c.
3171 (i960_handle_align): Remove unused variable fixp.
3172
3173 Support for building bfd and opcodes as shared libraries, based on
3174 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
3175 * configure.in: Set OPCODES and BFD to search directories.
3176 Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
3177 * configure: Rebuild.
3178 * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
3179 (LIBDEPS): New variable.
3180 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
3181 $(HLDFLAGS) in link.
3182 (check): Set LD_LIBRARY_PATH in the environment.
3183
3184 Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
3185
3186 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
3187 .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
3188 read-only, not read/write.
3189
3190 Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
3191
3192 * Makefile.in (INSTALL_XFORM): Remove -e.
3193
3194 Fri Feb 2 12:32:15 1996 Ian Lance Taylor <ian@cygnus.com>
3195
3196 * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
3197 than comparing S_GET_SEGMENT to undefined_section.
3198 (write_object_file): Skip symbols which were equated to an
3199 undefined or common symbol.
3200 * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
3201 S_IS_COMMON rather than comparing S_GET_SEGMENT to
3202 undefined_section.
3203 (S_GET_VALUE): Likewise. Avoid recursion problems if S_IS_DEFINED
3204 or S_IS_COMMON call S_GET_VALUE.
3205 * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
3206 * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
3207 to an undefined or common symbol, convert the reloc to be against
3208 the target symbol.
3209 (obj_crawl_symbol_chain): Skip symbols which were equated to an
3210 undefined or common symbol.
3211 * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
3212 * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
3213 to an undefined or common symbol, convert the reloc to be against
3214 the target symbol.
3215 (obj_crawl_symbol_chain): Skip symbols which were equated to an
3216 undefined or common symbol.
3217 * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
3218 S_IS_COMMON rather than comparing S_GET_SEGMENT to
3219 undefined_section.
3220 (yank_symbols): Skip symbols which were equated to an undefined or
3221 common symbol.
3222
3223 Thu Feb 1 15:34:32 1996 Ian Lance Taylor <ian@cygnus.com>
3224
3225 * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
3226 * config/obj-bout.h (S_IS_LOCAL): Likewise.
3227
3228 * configure.in: Make sure we only add m68k-parse.o to
3229 ${extra_objects} once, no matter how many m68k targets have been
3230 enabled.
3231 * configure: Rebuild.
3232
3233 Wed Jan 31 18:31:46 1996 Steve Chamberlain <sac@slash.cygnus.com>
3234
3235 * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
3236 * configure: Rebuild.
3237
3238 Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
3239
3240 * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
3241 * doc/c-m68k.texi: Document .extend and .ldouble.
3242
3243 * configure.in (m68*-apple-aux*): New target.
3244 * config/te-aux.h: New file.
3245 * config/obj-coff.c (compare_external_relocs): New static function
3246 if TE_AUX.
3247 (do_relocs_for): Sort relocs if TE_AUX.
3248 (fixup_segment): If TE_AUX, store common symbol value in segment.
3249 * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
3250
3251 Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com>
3252
3253 * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
3254
3255 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
3256 BSF_FUNCTION.
3257 (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
3258 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
3259 symbol.
3260 * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
3261 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
3262 an undefined symbol and the size of a function symbol.
3263 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
3264 for all common symbols.
3265
3266 Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com>
3267
3268 * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
3269 scaling of index.
3270
3271 * expr.c (operand): Accept 0x hex constants in MRI mode if not on
3272 m68k.
3273
3274 Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com>
3275
3276 * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
3277 of object. From Ronald F. Guilmette <rfg@monkeys.com>.
3278
3279 * ecoff.c (localsym_t): Add addend field.
3280 (add_ecoff_symbol): Add addend argument. Change all callers.
3281 (coff_sym_value): Make static.
3282 (coff_sym_addend): New static variable.
3283 (ecoff_directive_def): Initialize coff_sym_addend.
3284 (ecoff_directive_val): Accept symbol + constant.
3285 (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
3286 (ecoff_build_symbols): Include the addend in the symbol value.
3287
3288 Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
3289
3290 * config/tc-ppc.c (md_assemble): Ignore overflow on
3291 BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
3292
3293 Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3294
3295 * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
3296 bytes in size, so offset appropriately in big endian mode when
3297 writing the bottom 2 bytes.
3298
3299 Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
3300
3301 * config/tc-sparc.c (default_compatible): New static local.
3302 (md_begin): Initialize it. Rewrite warn_on_bump handling.
3303 (sparc_ip): If no architecture or -bump specified, don't mark as
3304 mismatched those in default_compatible.
3305
3306 Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
3307
3308 SCO ELF support from Robert Lipe <robertl@arnet.com>:
3309 * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
3310 * configure: Rebuild.
3311 * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
3312 * config/tc-i386.c (sco_id): New function, if SCO_ELF.
3313 * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
3314 (sco_id): Declare if SCO_ELF.
3315
3316 Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
3317
3318 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
3319 ({max,warn_after}_architecture): New static locals.
3320 (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
3321 If both architecture and -bump requested, set max_architecture to max.
3322 (sparc_md_end): Simplify.
3323 (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
3324 Rewrite code to bump architecture and check for conflicts.
3325 (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
3326 with Solaris assembler.
3327 (md_parse_option): Likewise. Call sparc_opcode_lookup_arch.
3328 (md_show_usage): Update.
3329
3330 Wed Jan 24 22:11:03 1996 Doug Evans <dje@charmed.cygnus.com>
3331
3332 * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
3333
3334 Mon Jan 22 09:21:36 1996 Doug Evans <dje@charmed.cygnus.com>
3335
3336 * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
3337 #ifdef sparcv9 when choosing value.
3338 (ENV64): Delete.
3339 (md_end): Define.
3340 (sparc_md_end): Declare.
3341 * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
3342 (initial_architecture): New static local.
3343 (can_bump_v9_p): Likewise.
3344 (NO_V9): Delete all occurrences.
3345 (sparc_md_end): New function.
3346 (sparc_ip): New local v9_arg_p. Rework fp reg number test.
3347 Don't bump architecture to v9 unless can_bump_v9_p set.
3348 (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
3349 * configure.in (sparc64 target cpu): Don't set obj_format here.
3350 (SPARC_V9): Renamed from sparcv9.
3351 (sparc64-*-elf*): Define SPARC_ARCH64.
3352 * configure: Regenerated.
3353 * acconfig.h (SPARC_V9): Renamed from sparcv9.
3354 (SPARC_ARCH64): Add.
3355 * conf.in: Regenerated.
3356 * config/vmsconf.h: Update.
3357
3358 Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
3359
3360 * config/tc-mips.c (load_register): Optimise "dli" loads.
3361 (md_show_usage): add "-mcpu=vr4100" to help text.
3362
3363 Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
3364
3365 * symbols.c (resolve_symbol_value): If a symbol is equated to an
3366 undefined symbol, preserve the X_op of O_symbol.
3367 (S_GET_VALUE): Fix check to permit this case.
3368 * write.c (write_relocs): If a reloc is against an undefined
3369 symbol equated to another symbol, change the reloc to be against
3370 the latter symbol.
3371 * config/obj-coff.c (do_relocs_for): Likewise.
3372
3373 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
3374 XMC_PR.
3375
3376 Mon Jan 22 10:59:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3377
3378 * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
3379 computer is PowerPC.
3380
3381 * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
3382
3383 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
3384 mentioned in the eabi.
3385
3386 Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
3387
3388 * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
3389 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
3390
3391 Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3392
3393 * config/tc-ppc.c (mapping): Add more relocation suffixes.
3394
3395 Sun Jan 14 21:29:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3396
3397 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
3398 as a section it is ok to have unadorned -mrelocatable pointers in.
3399
3400 Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3401
3402 * config/tc-ppc.c (ppc_section*): Wrap these functions inside
3403 #ifdef OBJ_ELF.
3404
3405 Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3406
3407 * config/obj-elf.c (obj_elf_section): Add hooks so machine
3408 dependent section attributes can be handled.
3409
3410 * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
3411 macros to add support for exclude section flag and ordered section
3412 type.
3413
3414 * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
3415 functions to add support for exclude section flag and ordered
3416 section type.
3417
3418 Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
3419
3420 * subsegs.c (section_symbol): Don't try to look up the section
3421 symbol in the hash table. It should be possible to have a symbol
3422 with the same name as a section, but no connection to it.
3423
3424 * read.c (cons_worker): Only call mri_comment_end from flag_mri.
3425 From James Carlson <carlson@xylogics.com>.
3426
3427 * expr.c (operand): Skip whitespace after a close parenthesis.
3428 From James Carlson <carlson@xylogics.com>.
3429
3430 Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com>
3431
3432 * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
3433 as_warn_where for relocation overflow.
3434 (parse_reg): Accept register name only if next character is
3435 not alphanumeric.
3436
3437 Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
3438
3439 * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
3440 addresses for static variables.
3441
3442 Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3443
3444 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
3445 and xgot give the old toc16 relocation.
3446 (md_apply_fix3): Support all GOT relocations.
3447
3448 Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
3449
3450 * config/tc-mips.c (load_address): Correctly handle a constant in
3451 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
3452
3453 Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3454
3455 * config/tc-sh.c (parse_reg): Recognize SH3 registers.
3456 (get_specific): Handle A_SSR, A_SPC and A_REG_B.
3457 (build_Mbytes): Handle REG_B.
3458
3459 Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com>
3460
3461 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
3462
3463 Fri Dec 15 12:11:48 1995 Raymond Jou <rjou@mexican.cygnus.com>
3464
3465 * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
3466
3467 Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
3468
3469 * config/obj-coff.c (write_object_file): Set the s_align field to
3470 the number of bytes, rather than to the power of 2.
3471
3472 Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
3473
3474 * Makefile.in (DISTCLEAN_HERE): New variable.
3475 (distclean): Use it.
3476 (maintainer-clean): Depend upon clean-here rather than clean,
3477 distclean, and clean-info. Run make maintainer-clean in doc.
3478 Remove files listed in DISTCLEAN_HERE.
3479 * doc/Makefile.in (maintainer-clean realclean): Split out from
3480 distclean. Depend upon clean-info and distclean.
3481
3482 Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
3483
3484 * mac-as.r: Fix copyright and version strings.
3485 (cfrg): Use PROG_NAME instead of literal name.
3486
3487 Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
3488
3489 * read.c (read_a_source_file): If tc_unrecognized_line is defined,
3490 call it.
3491 * config/tc-a29k.h (tc_unrecognized_line): Define.
3492 * config/tc-a29k.c (a29k_unrecognized_line): New function.
3493 (md_operand): Handle a29k style local dollar labels.
3494
3495 Wed Dec 6 17:52:52 1995 Ian Lance Taylor <ian@cygnus.com>
3496
3497 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
3498
3499 Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
3500
3501 * read.c (s_fill): If md_flush_pending_output is defined, call
3502 it.
3503
3504 Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
3505
3506 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
3507 Treat rs_align_code like rs_align.
3508
3509 Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
3510
3511 * config/tc-arm.c (cp_address_required_here): Set pre_inc when
3512 converting an absolute address into a PC-relative one.
3513
3514 Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
3515
3516 * mpw-config.in: Don't always use te-generic.h for emulation.
3517 (powerpc-apple-macos): Use emulation te-macos.h.
3518 start-sanitize-gm
3519 (mips-gm-magic): New configuration.
3520 end-sanitize-gm
3521 * mpw-make.sed (install, install-only): Edit in Mac-specific
3522 install procedure.
3523
3524 Fri Dec 1 10:59:25 1995 Ian Lance Taylor <ian@cygnus.com>
3525
3526 * configure.in: Improve message about unsupported ELF targets.
3527 * configure: Rebuild.
3528
3529 * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
3530 pattern is zero. From Manfred Hollstein.
3531
3532 Thu Nov 30 13:25:49 1995 Kim Knuttila <krk@cygnus.com>
3533
3534 * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
3535 the various idata sections, we check the name on the .section pseudo.
3536
3537 Thu Nov 30 11:23:42 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
3538
3539 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
3540 add section's paddr to add_number; compatibility to native as and
3541 ld forbids.
3542
3543 Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
3544
3545 * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
3546
3547 * hash.c (struct hash_entry): Moved here...
3548 * hash.h (struct hash_entry): ...from here.
3549
3550 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
3551 if it's already known to be null.
3552
3553 Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3554
3555 * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
3556 bit relocs converted to PC relative relocs. This turned out to
3557 add the offset from the beginning of .text twice.
3558
3559 Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com>
3560
3561 * stabs.c (s_stab_generic): In 's' case, free string from
3562 obstack.
3563
3564 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
3565 sy_name_offset.
3566 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
3567 Ditto.
3568
3569 * subsegs.h (segment_info_type): Make bitfields unsigned.
3570
3571 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
3572 and move them together. On most systems this will reduce the
3573 structure size by one word.
3574 (operatorT): Define O_max.
3575 * expr.c (expr_begin): Verify that X_op is wide enough to hold
3576 O_max.
3577
3578 * read.c (pop_insert): Print error returned by hash table
3579 insertion code.
3580
3581 * as.c (dump_statistics): Split out from main; dump some hash
3582 table stats and target-specific stats.
3583 (start_time): No longer automatic to main.
3584 (main): Set file-level start_time and call dump_statistics at
3585 exit. Exit by calling xexit.
3586 (show_usage): Make --statistics description less specific.
3587 * subsegs.c (subsegs_print_statistics): New function.
3588 * write.c (write_print_statistics): New function.
3589 (n_fixups): New static variable.
3590 (fix_new_internal): Increment it.
3591 * read.c (read_print_statistics): New function.
3592 * read.h (read_print_statistics): Declare.
3593 * symbol.c (symbol_print_statistics): New function.
3594 * symbol.h (symbol_print_statistics): Declare.
3595 * hash.c (hash_print_statistics): New function.
3596 * hash.h (hash_print_statistics): Declare.
3597 * config/tc-i386.c (i386_print_statistics): New function.
3598 * config/tc-i386.h (i386_print_statistics): Declare.
3599 (tc_print_statistics): New macro.
3600 * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
3601 exit.
3602
3603 * hash.c (DELETED): Rewrite to use a valid but unique address.
3604 (START_POWER): Reduce to 10.
3605 (enum stat_enum): New enumerator, replacing STAT_* index macros.
3606 Add new values for counting strcmp calls.
3607 (GROW_FACTOR): New macro.
3608 (hash_grow): Use GROW_FACTOR. Rewrite for quick returns instead
3609 of nesting blocks.
3610 (FULL_VALUE): New macro. Use 1/4 of table size instead of 1/2.
3611 (hash_new): Use FULL_VALUE.
3612 (struct hash_control): Definition moved here.
3613 (hash_code): Don't mask to low bits.
3614 (hash_ask): Mask returned hash code here. Check hash value before
3615 calling strcmp; count strcmp calls.
3616 * hash.h (struct hash_control): Declare, don't define, here.
3617 (HASH_STATLENGTH): Deleted.
3618 (struct hash_entry): Add field for hash code.
3619 (hash_say, hash_apply): Don't declare.
3620
3621 * hash.c (destroy): Return void.
3622 (applicatee): Ditto.
3623 (main): Fix declarations.
3624 (hash_apply): Return void. Argument `function' returns void. Put
3625 inside "#ifdef TEST".
3626 (hash_say): Define only if TEST is defined.
3627 * hash.h (hash_apply, hash_say): Declarations deleted.
3628
3629 Mon Nov 27 13:18:25 1995 Ian Lance Taylor <ian@cygnus.com>
3630
3631 * configure: Rebuild with autoconf 2.7.
3632
3633 Tue Nov 21 18:39:01 1995 Ian Lance Taylor <ian@cygnus.com>
3634
3635 * aclocal.m4 (AC_PROG_CC): Remove local definition.
3636 * configure: Rebuild with autoconf 2.6.
3637
3638 Mon Nov 20 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
3639
3640 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
3641 (ppc_stabx): Don't increment ppc_debug_name_section_size.
3642 (ppc_bc): Likewise.
3643 (ppc_frob_file): Remove.
3644 * config/tc-ppc.h (tc_frob_file): Don't define.
3645 (ppc_frob_file): Don't declare.
3646
3647 Mon Nov 20 13:37:05 1995 Ken Raeburn <raeburn@cygnus.com>
3648
3649 * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
3650 * config/alpha-opcode.h: Include one-operand variants of jmp and
3651 jsr.
3652
3653 * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
3654 with te-delta.h in 8.3 file systems.
3655 * configure.in: Adjusted.
3656
3657 Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
3658
3659 * config/tc-mips.c (s_err): Remove; just use the one in read.c.
3660
3661 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
3662 number.
3663 * expr.c (operand): Handle MRI suffixes after unadorned 0.
3664
3665 Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
3666
3667 Version 2.6 released.
3668 * Makefile.in (VERSION): Updated to 2.6.
3669
3670 * config/obj-coff.c (write_object_file): Change use of md_do_align
3671 to pass a pointer rather than a fill value, to match other uses.
3672
3673 Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
3674
3675 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
3676
3677 * as.c (main): Move md_end call to just after call to
3678 perform_an_assembly_pass. Delete cpu-specific code here.
3679 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
3680 * config/tc-arm.c (md_end): Unused function deleted.
3681 * config/tc-ns32k.c (md_end): Ditto.
3682
3683 * config/tc-i386.c (i386_align_code): New function, moved here
3684 from HANDLE_ALIGN macro.
3685 * config/tc-i386.h (HANDLE_ALIGN): Call it.
3686
3687 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
3688
3689 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
3690 before comparing
3691
3692 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
3693
3694 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
3695 multi-byte nops to avoid changing gcc. The necessary gcc change
3696 might break old assemblers.
3697
3698 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
3699
3700 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
3701 generate optimal multi-byte nop instructions for ".align n"
3702 ".align n,0x90", and aligns requiring more than 15 bytes of
3703 padding still generate multiple 0x90's as before.
3704
3705 Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
3706
3707 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
3708
3709 Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
3710
3711 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
3712 * configure: Update.
3713 * mpw-make.sed: Reorder commands to make sed happier.
3714 * config/te-macos.h: New file.
3715 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
3716
3717 Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
3718
3719 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
3720 conditional branches.
3721 (md_apply_fix): Likewise.
3722
3723 Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
3724
3725 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
3726 generate a reloc which the linker will not handle correctly. Fix
3727 overflow checking--R_IREL is 18 bits, not 17.
3728
3729 Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
3730
3731 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
3732 from a PC relative reloc if TC_A29K.
3733
3734 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
3735 code depends upon it.
3736
3737 * config/tc-a29k.c (md_operand): Handle $float, $double, and
3738 $extend. Based on code from Eric Freudenthal
3739 <freudenthal@nyu.edu>.
3740 * config/tc-a29k.h (LEX_DOLLAR): Define.
3741 * read.c (LEX_DOLLAR): Define if not defined.
3742 (lex_type): Use LEX_DOLLAR.
3743
3744 Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
3745
3746 * configure.in (a29k-nyu-sym1): New target, just like other a29k
3747 targets.
3748
3749 Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
3750
3751 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
3752
3753 Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
3754
3755 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
3756 used only by "dlltool.c".
3757
3758 Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
3759
3760 * config/tc-alpha.c: Undefine inline if not __GNUC__.
3761 (md_pseudo_table): Don't define "extern".
3762
3763 Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
3764
3765 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
3766
3767 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
3768
3769 Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
3770
3771 * macro.c (macro_expand_body): Don't warn about == with a
3772 nonexistent parameter, in case it is in a comment field.
3773
3774 * as.c (main): On TC_A29K, call macro_init with macro_alternate
3775 set to 1.
3776 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
3777 set, even if macro_alternate is set.
3778 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
3779 (sub_actual): If macro_strip_at, and kind is '@', don't look up
3780 the token unless it ended in '@'.
3781 * config/tc-a29k.c (line_separator_chars): Remove '@'.
3782 * doc/c-a29k.texi: Document macro usage on A29K.
3783
3784 Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
3785
3786 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
3787 signed word.
3788 (install_operand): Likewise.
3789
3790 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
3791
3792 Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
3793
3794 * configure.in (m88k-motorola-sysv*): New target.
3795 * configure: Rebuild.
3796 * config/te-delta88.h: New file.
3797 * config/obj-coff.c (write_object_file): Use md_do_align if it is
3798 defined.
3799 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
3800 (md_do_align): Define.
3801 * config/tc-m88k.c: Include "subsegs.h".
3802 (m88k_do_align): New function.
3803
3804 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
3805 (COFF_NOLOAD_PROBLEM): Define.
3806 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
3807
3808 Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
3809
3810 * config/tc-i386.c (md_assemble): For a jump instruction with
3811 non-constant target, require 7 available bytes in the current
3812 frag, not 6.
3813
3814 Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
3815
3816 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
3817 bfd/libelf.h.
3818
3819 Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
3820
3821 * configure.in (alpha-*-linux*): Use ecoff.
3822 * configure: Rebuild.
3823 * ecoff.c (ecoff_directive_extern): New function.
3824 (ecoff_directive_weakext): New function.
3825 (ecoff_build_symbols): Handle weak symbols.
3826 (ecoff_setup_ext): Likewise.
3827 (ecoff_frob_symbol): Warn about weak common symbols.
3828 * ecoff.h (ecoff_directive_extern): Declare.
3829 (ecoff_directive_weakext): Declare.
3830 * symbols.c (S_IS_WEAK): New function.
3831 * symbols.h (S_IS_WEAK): Declare.
3832 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
3833 "weakext".
3834 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
3835 (s_extern): Remove.
3836
3837 Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
3838
3839 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
3840
3841 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
3842 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
3843 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
3844 * config/obj-coff.c (coff_frob_symbol): Don't call
3845 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
3846 one. If OBJ_XCOFF, try to figure out whether the symbol is going
3847 to be dropped.
3848
3849 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
3850 (ppc_stab_symbol): New static variable.
3851 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
3852 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
3853 sy_tc.real_name to the stab string.
3854 (ppc_bc, ppc_ec): New static functions.
3855 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
3856 do anything.
3857 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
3858 suffix.
3859 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
3860 entries.
3861
3862 * input-scrub.c (input_scrub_push): Reset sb_index.
3863
3864 Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
3865
3866 * listing.c (listing_newline): Don't create a frag in the absolute
3867 section.
3868
3869 Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
3870
3871 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
3872 (ppc_csect): Move most of the code to ppc_change_csect, and call
3873 it.
3874 (ppc_change_csect): New static function, taken from ppc_csect.
3875 (ppc_section): New static function.
3876 (ppc_saw_abs): New static varable.
3877 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
3878 a symbol has no csect.
3879 (ppc_adjust_symtab): New function.
3880 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
3881 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
3882
3883 * write.c (write_object_file): If tc_adjust_symtab is defined,
3884 call it just before the call to obj_adjust_symtab.
3885
3886 * symbols.c (symbol_find_or_make): Change name to be const.
3887 * symbols.h (symbol_find_or_make): Update declaration.
3888
3889 Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
3890
3891 * doc/as.texinfo (Align): Mention SH.
3892 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
3893 .align value.
3894 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
3895 (Z8000 Directives, even): Don't give numeric align value, instead
3896 explain behavior.
3897
3898 Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
3899
3900 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
3901 instruction.
3902
3903 Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
3904
3905 * Makefile.in (diststuff): Also make info.
3906 (maintainer-clean realclean): Also make clean-info.
3907
3908 Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
3909
3910 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
3911 (pa_subspace): For ".nsubspa", always create a new subspace
3912 with the given attributes, even if one already exists with the
3913 same name.
3914
3915 Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3916
3917 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
3918 TC_FORCE_RELOCATION, taking an additional section argument. If
3919 the section of the target symbol is not the same as the current
3920 section, always force the relocation to be used.
3921 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
3922
3923 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
3924 md_pcrel_from function, taking an additional section argument.
3925 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
3926
3927 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
3928 older TC_FORCE_RELOCATION if not defined.
3929 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
3930 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
3931 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
3932 TC_FORCE_RELOCATION.
3933
3934 Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
3935
3936 * input-scrub.c (as_where): Set name to null pointer if we don't
3937 have a file name.
3938 * messages.c (identify): Only print filename if non-null.
3939 (as_show_where): Ditto, for line number too.
3940 (as_warn_internal, as_bad_internal): Ditto.
3941
3942 * input-file.c (input_file_open): If the input file can't be
3943 opened, consider it an error.
3944
3945 Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
3946
3947 * config/tc-mips.c: Added mips_4100 control, and support for
3948 accepting the 4100 as a MIPS architecture variant (md_begin,
3949 macro_build, mips_ip, md_parse_option). Adding suitable
3950 command-line OPTIONs, and updating the help text (md_show_usage).
3951
3952 Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
3953
3954 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
3955 BFD_ASSEMBLER is defined.
3956
3957 * Use one active frag and one obstack per frag chain:
3958 * frags.c (frags): Variable deleted.
3959 (frag_alloc): New function.
3960 (frag_grow, frag_more, frag_variant, frag_now_fix,
3961 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
3962 frags variable.
3963 (frag_new): Ditto. Verify that frch_last and frag_now match on
3964 entry and exit, and that old frag_now has non-zero type. Replace
3965 "know" uses with "assert". Use frag_alloc instead of mucking with
3966 obstack alignment.
3967 * frags.h (frags): Declaration deleted.
3968 * subsegs.h (struct frchain): Add new field frch_frag_now.
3969 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
3970 variables.
3971 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
3972 give it any stricter alignment than frchainS structures need. Do
3973 not initialize frags obstack. Set frag_now to point to
3974 dummy_obstack. Initialize absolute_frchain.
3975 (subseg_set_rest): Save and restore frag_now in frch_frag_now
3976 field of frchainS. Don't create new frags on section switch, and
3977 use frag_alloc when creating a new frag chain. For absolute
3978 section, set frchain_now to absolute_frchain. Verify that
3979 frch_last and frag_now match on entry and exit. Initialize
3980 per-chain obstack, and under gcc, set required alignment to that
3981 needed by fragS structure.
3982
3983 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
3984
3985 * stabs.c (get_stab_string_offset): Only copy input string if a
3986 fresh copy is needed, not if the section already exists.
3987 (s_stab_generic): Cache stab section name to bypass lookups, since
3988 usually it will match. Could be made faster still by changing the
3989 memory allocation rules.
3990 (s_xstab): Cache section name to bypass repeated string
3991 allocation.
3992
3993 * frags.c (frag_new): Deleted register declarations.
3994
3995 * listing.c (frag_now): Don't declare.
3996
3997 * as.c (chunksize): New variable.
3998 (debug_memory): New variable.
3999 (main): If debug_memory is set, reduce chunksize and
4000 _bfd_chunksize.
4001 * as.h (chunksize): Declare it.
4002 * read.c (read_begin): Use it.
4003
4004 * config/tc-alpha.c (md_shortopts): Include 'g'.
4005 (md_parse_option): Ignore it.
4006
4007 * Makefile.in (distclean): Remove Makefile and config.status from
4008 testsuite directory.
4009 (clean-here): Don't delete testsuite. Instead, delete only the
4010 files within it that would be generated by running tests.
4011
4012 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
4013 frag_now_fix instead of accessing obstack info directly.
4014 * config/tc-arm.c (s_ltorg): Ditto.
4015 (md_assemble): Ditto.
4016
4017 * config/tc-i386.c (md_assemble): Call frag_grow instead of
4018 obstack_room.
4019
4020 Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
4021
4022 * stabs.c (aout_process_stab): Insert debug symbol into symbol
4023 chain after parsing value expression, if any, to avoid separating
4024 continued .stabs lines.
4025
4026 Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
4027
4028 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
4029 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
4030
4031 Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
4032
4033 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
4034 -mcom support and PPC_OPCODE_ANY for -many.
4035 (md_parse_option): Ditto.
4036 (ppc_arch): Ditto.
4037 (md_begin): For duplicate instructions, print all duplicates
4038 before aborting.
4039
4040 Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
4041
4042 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
4043 common mode operation.
4044 (md_show_usage): Add -mcom to usage message.
4045
4046 Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
4047
4048 * expr.c (op_rank): Add O_symbol_rva.
4049 * expr.h (operatorT): Add O_symbol_rva.
4050 * read.c (cons_worker): Set O_symbol_rva when necessary.
4051 * write.c (fix_new_exp): Understand O_symbol_rva.
4052
4053 Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
4054
4055 * config/tc-mips.c: Correct s_cons arguments. From Michael
4056 Joosten <joost@ori.cadlab.de>.
4057
4058 Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
4059
4060 * config/tc-ppc.c (ppc_macro): Make count unsigned.
4061 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
4062 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
4063 the fix_line field.
4064 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
4065 make non-static. Change all users.
4066 * config/obj-coff.h (coff_n_line_nos): Declare.
4067
4068 Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
4069
4070 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4071
4072 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
4073
4074 * config/obj-elf.c (obj_elf_common): Convert specified byte
4075 alignment to power of two. Set size of local bss symbol.
4076
4077 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
4078
4079 Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
4080
4081 * sb.c, macro.c: Decide whether to include <string.h> or
4082 <strings.h> just as as.h does.
4083
4084 Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
4085
4086 * Makefile.in (site.exp): Fix setting of $srcdir.
4087
4088 * config/tc-arm.c (md_atof): Fix little-endian output.
4089 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
4090 all coff targets.
4091
4092 Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
4093
4094 * doc/as.texinfo: Split out the NS32k family documentation,
4095 despite its being commented out for now.
4096 * doc/c-ns32k.texi: New file.
4097
4098 * sb.c, macro.c: Include string.h.
4099
4100 * Makefile.in (comparison): Only check *.o; we don't care if
4101 timestamps inserted by the native linker differ.
4102
4103 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
4104 if alignment stricter than 4 bytes is requested; in that case,
4105 align to a 4-byte boundary first.
4106
4107 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
4108
4109 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
4110 uninitialized" warning for `Max_Source_Offset'.
4111
4112 Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
4113
4114 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
4115 qualifiers and detect errors if present.
4116 (md_assemble): Add call to parse_toc_entry. Also added some support
4117 for the [tocv] qualifier.
4118 (ppc_pe_tocd): New function to support data in the toc section.
4119
4120 Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
4121
4122 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
4123 an absolute symbol.
4124
4125 Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
4126
4127 * config/tc-m68k.c (isword): Accept all values from -65536 to
4128 +65535, so ~VAL will not be rejected.
4129
4130 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
4131 skip characters after the pseudo-op.
4132 (s_else): Likewise.
4133 * read.c (get_line_sb): Don't look past buffer_limit.
4134 (s_include): In MRI mode, skip characters after the file name.
4135
4136 Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
4137
4138 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
4139 periods in register names.
4140
4141 For older changes see ChangeLog.1.