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