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