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