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