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