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