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