* Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
7b9f3d46
ILT
1Sun Feb 23 18:13:19 1997 Ian Lance Taylor <ian@cygnus.com>
2
3 * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
4 itbl-ops.c. Add itbl-parse.c and itbl-lex.c.
5 (LEX, LEXFLAGS): Define.
6 * itbl-ops.c (append_insns_as_macros): Remove bogus ASSERT.
7
efec4a28
DP
8Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
9
10 * itbl-parse.y: Fix indentation mistakes from indent program.
11 * itbl-lex.l: Fix indentation mistakes from indent program.
12 * itbl-ops.h: Add include for ansidecl.h.
13 Add PARAMS around function arguments.
14 Add declaration for itbl_have_entries.
15 * itbl-ops.c: Add PARAMS around function arguments.
16 * Makefile.in: Add itbl build rules.
17 Add dependancies for itbl files to mips target.
18 * as.c: Add itbl support.
19 Add new option "--insttbl" for dynamically extending instruction set.
20 * as.h: Declare insttbl_file_name;
21 the name of file defining extensions to the basic instruction set
22 * configure.in, configure: Add itbl-parse.o, itbl-lex.o, and
23 itbl-ops.o to extra_objects for mips configuration.
24 Add include file link from itbl-cpu.h to
25 config/itbl-${target_cpu_type}.h.
26 * config/tc-mips.c: Allow copz instructions.
27 Add notes for future additions to the itbl support.
28 Add debug macros.
29 (macro): Call itbl_assemble to assemble itbl instructions.
30 See if an unknown register is specified in an itbl entry.
31
d160b69e
FF
32Sat Feb 22 20:53:01 1997 Fred Fish <fnf@cygnus.com>
33 * doc/internals.texi (CPU backend): Fix typo in md_section_align
34 description.
35start-sanitize-tic80
36 * config/tc-tic80.h (NEED_FX_R_TYPE): Define.
37 * config/tc-tic80.c (find_opcode): Add code to support O_symbol
38 operands.
39 (build_insn): Grab a frag early so we can use the address in
40 fixups. Take one's complement of BITNUM values before insertion
41 in opcode. Add code to support O_symbol operands.
42 (md_apply_fix): Replace unimplemented warning with implementation.
43 (md_pcrel_from): Ditto.
44 (tc_coff_fix2rtype): Ditto.
45end-sanitize-tic80
46
09d9ef26 47Fri Feb 21 14:34:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1b524697
MH
48start-sanitize-d30v
49 * config/tc-d30v.c (parallel_ok): New function.
50 * config/tc-d30v.h: Define TARGET_BYTES_BIG_ENDIAN.
51end-sanitize-d30v
09d9ef26
MH
52 * config/tc-d10v.c (md_pcrel_from_section): Return 0 if
53 relocation is in different section. Fixes PR11574.
54
e2e5acfa
JW
55Fri Feb 21 10:08:25 1997 Jim Wilson <wilson@cygnus.com>
56
57 * tc-mips.c (mips_ip): If configured for an embedded ELF system,
58 don't set the section alignment to 2**4.
59
fee3e248
ILT
60Fri Feb 21 11:55:03 1997 Ian Lance Taylor <ian@cygnus.com>
61
b2f7cdd0
ILT
62 * config/tc-m68k.c (line_comment_chars): Add '*'.
63
830ce631
ILT
64 * app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define.
65 (do_scrub_begin): Don't set lex['*'].
66 (do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't
67 check for LEX_IS_TWOCHAR_COMMENT_2ND. Instead, just check for
68 a literal '*'.
69
fee3e248
ILT
70 * configure.in: Set em=svr4 for m68k-*-sysv4*.
71 * configure: Rebuild.
72 * config/te-svr4.h: New file.
73 * config/tc-m68k.c (m68k_comment_chars): Only include `#' if
74 TE_SVR4 or TE_DELTA.
75
48242b28
JL
76Thu Feb 20 22:24:39 1997 Jeffrey A Law (law@cygnus.com)
77
78 * config/tc-mn10200.c (md_convert_frag): Create a fixup for the
79 short conditional branch around a long unconditional branch.
80
1af411e1
ILT
81Thu Feb 20 13:56:00 1997 Ian Lance Taylor <ian@cygnus.com>
82
64c5df8d
ILT
83 * config/obj-coff.c (obj_coff_ln [both versions]): Call
84 new_logical_line.
85
1af411e1
ILT
86 * config/tc-arm.c (fix_new_arm): Use make_expr_symbol to handle a
87 complex expression.
88
89 * symbols.c (resolve_symbol_value): If both left and right
90 operands are undefined, warn about both of them.
91
78673fc6
ILT
92Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com>
93
dd7feeb5
ILT
94 Based on patches from Eric Youngdale <eric@andante.jic.com>:
95 * config/obj-elf.c (elf_pseudo_table): Add "symver".
96 (obj_elf_symver): New static function.
97 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other
98 field.
99
100 * write.c (relax_segment): Make type and printf format agree.
101
78673fc6
ILT
102 * read.c (get_line_sb): Don't end the line on a semicolon inside a
103 string.
104
14f23c28
MH
105start-sanitize-d30v
106Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
107
108 * config/tc-d30v.c, config/tc-d30v.h: New files.
109
110 * configure: Rebuilt.
111
112 * configure.in: Add case for d30v.
113
114end-sanitize-d30v
115Sun Feb 16 17:47:29 1997 Fred Fish <fnf@toadfish.ninemoons.com>
116
117 * config/tc-alpha.h (md_operand): Define with a null expansion,
118 like all the other targets.
119 * doc/internals.texi (CPU backend): Add missing word in
120 md_flush_pending_output description. Fix typo in md_convert_frag
121 description.
122start-sanitize-tic80
123 * config/tc-tic80: Minor comment additions/changes.
124end-sanitize-tic80
125
b253dcff
ILT
126Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
127
128 * config/tc-m68k.c (LOCAL_LABEL): Macro redefined if TE_DELTA.
129 (tc_canonicalize_symbol_name): Macro defined if TE_DELTA.
130 * config/obj-coff.c (obj_coff_def): Use
131 tc_canonicalize_symbol_name if defined.
132 (obj_coff_tag, obj_coff_val): Likewise.
133 * expr.c (operand): Reject '~' as operator if is_name_beginner.
134
d7bf6158
ILT
135Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com>
136
f5ed78de
ILT
137 Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
138 does not actually work, though:
139 * configure.in (i386-sequent-bsd*): New target.
140 * configure: Rebuild.
141 * config/tc-dynix.h: New file.
142 * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
143
d7bf6158
ILT
144 * read.c (do_align): Add max parameter. Change all callers.
145 Remove useless static variables.
146 (s_align): New static function. Do common portion of
147 s_align_bytes and s_align_ptwo.
148 (s_align_bytes, s_align_ptwo): Just call s_align.
149 * frags.c (frag_align): Add max parameter. Change all callers.
150 (frag_align_pattern): Likewise.
151 * frags.h (frag_align, frag_align_pattern): Update declarations.
152 * write.c (relax_segment): Limit alignment change to fr_subtype.
153 Fix some types to be addressT.
154 * config/obj-coff.c (size_section): Likewise.
155 * config/obj-ieee.c (size_section): Likewise.
156 * config/tc-d10v.h (md_do_align): Add max parameter.
157 * config/tc-i386.h (md_do_align): Likewise.
158 * config/tc-m88k.h (md_do_align): Likewise.
159 * config/tc-m88k.c (m88k_do_align): Likewise.
160 * config/tc-sh.h (md_do_align): Likewise.
161 * config/tc-sh.c (sh_do_align): Likewise.
162 * as.h: Improve comments on rs_align and rs_align_code.
163 * doc/as.texinfo: Document new alignment arguments.
164 * doc/internals.texi (Frags): Document use of fr_subtype field for
165 rs_align and rs_align_code.
166
167Fri Feb 14 15:56:06 1997 Gavin Koch <gavin@cygnus.com>
168
169 * config/tc-mips.c: Changed opcode parsing.
170
16171d71
FF
171Thu Feb 13 20:02:16 1997 Fred Fish <fnf@cygnus.com>
172
173 * config/{tc-alpha.h, tc-arc.h, tc-d10v.h, tc-generic.h, tc-i960.h,
174 tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-v850.h, tc-vax.h, tc-w65.h}:
175 Add default definition of zero for TARGET_BYTES_BIG_ENDIAN.
176 * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h,
177 tc-ppc.h, tc-sparc.h}: Move definition of TARGET_BYTES_BIG_ENDIAN
178 to a location consistent with the rest of the target include files.
179 * config/tc-i386.c: Remove misleading comment.
180 * doc/internals.texi (CPU backend): Add description of function
181 md_undefined_symbol.
182start-sanitize-tic80
183 * config/tc-tic80.c: Add code to insert predefined symbols into the
184 symbol table so they can be parsed by the standard expression parser.
185 Remove custom code that use to parse them.
186 * config/tc-tic80.h: Move definition of TARGET_BYTES_BIG_ENDIAN
187 to a location consistent with the rest of the target include files.
188end-sanitize-tic80
189
9f13ead9
ILT
190Thu Feb 13 21:44:18 1997 Klaus Kaempf <kkaempf@progis.de>
191
192 * as.h: GNU c provides unlink() function.
193
194 Unify section handling on openVMS/Alpha:
195 * config/tc-alpha.c(s_alpha_link): Remove.
196 (s_alpha_section): New function.
197 Remove case-hacking of symbols
198 Add .code_address pseudo-op.
199 (BFD_RELOC_ALPHA_CODEADDR): New relocation.
200 (s_alpha_code_address): New function.
201 (alpha_ctors_section, alpha_dtors_section): New sections for C++
202 static constructors/destructors.
203 Add debug code for crash debugs, to be removed when traceback code
204 is added to object code.
205 (s_alpha_name): New function for .name pseudo-op.
206 (alpha_print_token): New function to print token expressions with
207 alpha specific extensions.
208
209 * makefile.vms: Allow compilation with current gcc snapshot.
210
af16e411
FF
211Thu Feb 13 16:29:04 1997 Fred Fish <fnf@cygnus.com>
212
213 * doc/Makefile.in (TEXI2DVI): Set to just name of program.
214 (DVIPS): Set to dvips.
215 (ps, as.ps, gasp.ps): New targets.
216 (internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS
217 and MAKEINFO env variables.
218 (internals.ps): Use DVIPS macro.
219 (clean): Remove core and backup files.
220 (distclean): Remove temporary files from building internals.
221 (clean-dvi): Ditto.
222 * doc/internals.texi (Frags): Fix typo.
223 (GAS processing): Ditto.
224 (CPU backend): Ditto.
225 * ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly.
226 * mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1.
227 * read.c: Remove ugly hack that dealt with config files not
228 correctly defining TARGET_BYTES_BIG_ENDIAN.
229 (target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly.
230 * config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
231 * config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
232 * config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
233 * config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
234 * config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
235 * config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN
236 with TARGET_BYTES_BIG_ENDIAN defined to 0.
237 * config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
238 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
239 whether it is defined or not.
240 * config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN.
241 * config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
242 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
243 whether it is defined or not.
244start-sanitize-tic80
245 * config/tic80.h (TARGET_FORMAT): Define to coff-tic80.
246 (TARGET_BYTES_BIG_ENDIAN): Define to 0.
247end-sanitize-tic80
248
89b41978
DE
249Thu Feb 13 14:40:16 1997 Doug Evans <dje@canuck.cygnus.com>
250
251 * write.c (write_relocs): Correct text in as_fatal error message,
252 bfd_perform_relocation -> bfd_install_relocation.
253
151c3ec0
ILT
254Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
255
256 * config/tc-m68k.c (LEX_TILDE): Define if TE_DELTA.
257 * read.c (LEX_TILDE): Define if not defined.
258 (lex_type): Use LEX_TILDE.
259 * expr.c (get_symbol_end): Check first char with is_name_beginner,
260 not is_part_of_name.
261
4a1cb507
ILT
262Thu Feb 13 11:40:58 1997 Ian Lance Taylor <ian@cygnus.com>
263
3de9d78c
ILT
264 * config/tc-sparc.c (md_show_usage): Add missing backslash at end
265 of continued line.
266
319305a7
ILT
267 * config/tc-mips.c (mips16_extended_frag): Correct base address
268 for an extended PC relative instruction.
269 (md_convert_frag): Likewise.
270
4a1cb507
ILT
271 * config/tc-mips.c (prev_nop_frag): New static variable.
272 (prev_nop_frag_holds): New static variable.
273 (prev_nop_frag_required): New static variable.
274 (prev_nop_frag_since): New static variable.
275 (append_insn): If we aren't reordering, and prev_nop_frag is not
276 NULL, and we don't need any nops, then decrease the size of
277 prev_nop_frag. Don't insert nops because of instructions in
278 noreorder sections. Remember whether the previous instructions
279 where in noreorder sections even when not reordering.
280 (mips_no_prev_insn): Add preserver parameter. Change all
281 callers. Refer prev_nop_frag variables when appropriate.
282 (mips_emit_delays): Set up prev_nop_frag.
283 (s_mipsset): Clear prev_nop_frag if reordering.
284
ebf28372
ILT
285Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
286
9cd4e6cc
ILT
287 * config/tc-mips.c (append_insn): Remove useless code which
288 handled swapping a mips16 jump with a mips16 instruction with a
289 reloc.
290
05874c2e
ILT
291 * config/tc-mips.c (md_parse_option): When debugging, set
292 mips_optimize to 1, not 0.
293
56bb6eee
ILT
294 * config/tc-mips.c (mips16_ip): Handle an extend operand.
295
eb17f56c
ILT
296 * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks
297 like the expression was based on `.', adjust the value of the
298 symbol.
299
035936da 300 * config/tc-mips.c (append_insn): Warn about an attempt to put an
c0df26bb 301 extended instruction in a delay slot when not reordering.
035936da
ILT
302 (md_convert_frag): Warn if an extended instruction appears in a
303 delay slot.
304
ed3eb786
ILT
305 * config/tc-mips.c (mips_pseudo_table): Add "insn".
306 (s_insn): New static function.
307 * doc/c-mips.texi: Document .insn.
308
ebf28372
ILT
309 * config/tc-mips.c (md_begin): Add the general registers to the
310 symbol table.
311 (mips16_ip): First parse the expression, and then see whether it
312 came up with a register, rather than trying to first see whether
313 we are looking at a register.
314
11e08196
FF
315start-sanitize-tic80
316Tue Feb 11 15:13:39 1997 Fred Fish <fnf@cygnus.com>
317
318 * config/tc-tic80.c: Numerous changes and additions to flesh
319 out functions that were previously just stubs, and fix some
320 problems found using the new TIc80 testsuite cases.
321
322end-sanitize-tic80
16262668
ILT
323Tue Feb 11 15:52:22 1997 Ian Lance Taylor <ian@cygnus.com>
324
325 * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
326 (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
327
328 * config/tc-mips.c (append_insn): Output jump instruction as a
329 pair of 2 byte instructions, rather than as a single 4 byte
330 instruction.
331
332start-sanitize-r5900
333 * config/tc-mips.c (md_begin): Correct test of mips_5900.
334 (mips_ip): Don't check INSN_ISA for a macro.
335
336end-sanitize-r5900
276c2d7d
GRK
337start-sanitize-r5900
338Fri Feb 7 11:11:06 1997 Gavin Koch <gavin@cygnus.com>
339
340 * config/tc-mips.c: added r5900.
341
342end-sanitize-r5900
c6745073
DP
343Mon Feb 10 22:06:00 1997 Dawn Perchik (dawn@cygnus.com)
344
345 * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
346 config/itbl-mips.h: Add copyright message and fix indentation.
347
8e5c905e
DP
348Mon Feb 10 18:09:00 1997 Dawn Perchik (dawn@cygnus.com)
349
350 * itbl-ops.c: New file. Add support for dynamically read
351 instruction registers, opcodes and formats. Build internal table
352 for new instructions and provide callbacks for assembler and
353 disassembler.
354 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
355 spec table.
356 * itbl-ops.h: New file. Header file for itbl support.
357 * config/itbl-mips.h: New file. Mips specific definitions for
358 itbl support.
359
a7355c4d
JL
360Fri Feb 7 09:52:34 1997 Jeffrey A Law (law@cygnus.com)
361
362 * config/tc-mn10200.c (md_assemble): If a constant operand won't
363 fit into the constant field of a relaxable operand, then it does
364 not match.
365
e58035e3
JL
366Thu Feb 6 20:08:12 1997 Jeffrey A Law (law@cygnus.com)
367
368 * config/tc-mn10200.c (md_estimate_size_before_relax): Treat
369 a jsr target in a different section just like a jsr to
370 an undefined target.
371
6927c24d
ILT
372Thu Feb 6 16:52:57 1997 Ian Lance Taylor <ian@cygnus.com>
373
374 * config/tc-mips.c (mips_fix_adjustable): Don't adjust relocations
375 against any mips16 symbols, not just externally visible ones.
376 (md_apply_fix): Corresponding change.
377
c9167640
ILT
378Wed Feb 5 11:11:06 1997 Ian Lance Taylor <ian@cygnus.com>
379
380 * config/tc-mips.c (mips16_ip): Accept floating point registers in
381 the operand of the exit instruction.
382
76801700
ILT
383Tue Feb 4 14:12:39 1997 Ian Lance Taylor <ian@cygnus.com>
384
385 * symbols.c (resolve_symbol_value): If we leave an equated symbol
386 as O_symbol, copy over the segment.
387
3569064f
ILT
388Mon Feb 3 12:35:54 1997 Ian Lance Taylor <ian@cygnus.com>
389
1748b9d8
ILT
390 * config/tc-mips.c (md_apply_fix): If we aren't adjusting this
391 fixup to be against the section symbol, adjust the value
392 accordingly.
393
3569064f
ILT
394 * symbols.c (resolve_symbol_value): Don't change X_add_number for
395 an equated symbol.
396 * write.c (write_relocs): Avoid looping on equated symbols.
397 Adjust fx_offset by X_add_number for each symbol.
398 * config/obj-coff.c (do_relocs_for): Avoid looping on equated
399 symbols.
400 (fixup_segment): Add a loop to track down equated symbols and
401 adjust fx_offset appropriately.
402
f5d7f6fb
JL
403Fri Jan 31 15:21:02 1997 Jeffrey A Law (law@cygnus.com)
404
405 * config/tc-mn10200.c (md_relax_table): Add entries to allow
406 jmp -> bra relaxing.
407 (md_convert_frag): Handle jmp->bra relaxing.
408 (md_assemble): Handle jmp->bra relaxing.
409 (md_estimate_size_before_relax): Likewise.
410
fb50cd4e
ILT
411Fri Jan 31 13:15:05 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
412
413 * config/tc-i386.c (i386_align_code): Add comments explaining the
414 nop instructions.
415
a75abb6f
ILT
416Fri Jan 31 10:46:14 1997 Ian Lance Taylor <ian@cygnus.com>
417
2b063e6d
ILT
418 * config/tc-sparc.c (enforce_aligned_data): New static variable.
419 (sparc_cons_align): Don't do anything unless enforce_aligned_data
420 is set.
421 (md_longopts): Add "enforce-aligned-data".
422 (md_show_usage): Mention --enforce-aligned-data.
423 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
424 enforce-aligned-data.
425
fbd929fd
ILT
426 * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long",
427 "word", and "short".
428 (ppc_xcoff_cons): New static function.
429
a75abb6f
ILT
430 * write.c (relax_segment): Give an error if a .space symbol is
431 common or undefined.
432
433 * read.c (read_a_source_file): Don't handle mri_pending_align if
434 the handler is s_globl or s_ignore.
435
f1ce6af4
FF
436Thu Jan 30 11:46:59 1997 Fred Fish <fnf@cygnus.com>
437
438 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
439start-sanitize-tic80
440 * config/tc-tic80.c: Many additions to previous placeholder file.
441 * config/tc-tic80.h: Ditto.
442end-sanitize-tic80
443
0b476c53
ILT
444Thu Jan 30 12:28:18 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
445
446 * config/tc-i386.c (i386_align_code): Improve the nop patterns.
447
a6b200da
ILT
448Thu Jan 30 12:08:40 1997 Ian Lance Taylor <ian@cygnus.com>
449
0d7f9025
ILT
450 * config/tc-mips.c (mips_fix_adjustable): New function.
451 * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
452 (mips_fix_adjustable): Declare.
453
a6b200da
ILT
454 Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:
455 * read.c (read_a_source_file): After doing an mri_pending_align,
456 adjust the line_label if there is one.
457 (s_space): Set mri_pending_align if an odd number of bytes were
458 output.
459
9073144e
MH
460Wed Jan 29 15:31:12 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
461
462 * config/tc-d10v.h (md_do_align): Add this hook to call
463 d10v_cleanup() when a ".align" is detected. Fixes PR11487.
464
465 * config/tc-d10v.c (find_opcode): Correctly calculate
466 branch displacement when .aligns are present.
467
33a4c28d
JL
468Wed Jan 29 09:42:11 1997 Jeffrey A Law (law@cygnus.com)
469
470 * config/tc-mn10200.c (md_relax_table): Define.
471 (md_convert_frag): Implement.
472 (md_assemble): Handle relaxable operands/instructions correctly.
473 (md_estimate_size_before_relax): Implement.
474 * config/tc-mn10200.h (TC_GENERIC_RELAX_TABLE): Define.
475
645cb4dc
ILT
476Tue Jan 28 15:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
477
39bb58e0
ILT
478 * config/tc-mips.c (append_insn): Give an error for jumps to a
479 misaligned address.
480 (md_apply_fix): Make a branch to an odd address an error rather
481 than a warning.
3b320c48 482
31a2c6ff
ILT
483 * config/tc-mips.c (md_convert_frag): If the user explicitly
484 requested an extended opcode, pass warn as true to mips16_immed.
485
645cb4dc
ILT
486 * config/tc-mips.c (mips16_ip): Handle a missing expression like
487 an explicit 0, so that explicitly extended instructions work
488 correctly.
489
0192b099
ILT
490Mon Jan 27 17:41:20 1997 Ian Lance Taylor <ian@cygnus.com>
491
492 * ecoff.c (ecoff_build_symbols): Don't generate a local ECOFF
493 symbol for a common symbol.
494
f7ab9441
DE
495Wed Jan 22 10:39:39 1997 Doug Evans <dje@canuck.cygnus.com>
496
497 Patch presumed to have been checked in awhile ago but wasn't.
498 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
499 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
500 (relax_segment, case rs_org): Move code inside braces. Move locals
501 target,after inside too.
502 (relax_segment, case rs_machine_dependent): Guts moved to ...
503 (relax_frag): New function.
504 Call md_prepare_relax_scan if defined.
505
0ce48081
C
506Mon Jan 20 10:56:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
507
508 * config/tc-m68k.c (m68k_ip): Reject pc-relative addresses for the
509 'p' operand specifier.
510
511Mon Jan 20 10:39:36 1997 J.T. Conklin <jtc@cygnus.com>
ffecfc8b
C
512
513 * config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true for
514 m68k family cpus which support long branch addressing modes.
515 (m68k_ip, md_convert_frag_1, md_estimate_size_before_relax,
516 md_create_long_jump): Use it.
517
c36a90ef
ILT
518Mon Jan 20 12:42:06 1997 Ian Lance Taylor <ian@cygnus.com>
519
b3a64736
ILT
520 * config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
521 the .reginfo or .MIPS.options section if configured for an
522 embedded target.
523
c36a90ef
ILT
524 * config/tc-mips.c (md_begin): Don't set interlocks for
525 mips_4650.
526
ad423373
ILT
527Wed Jan 15 13:51:50 1997 Ian Lance Taylor <ian@cygnus.com>
528
529 * read.c (read_a_source_file): Make sure the symbol ends with
530 whitespace before checking whether the next character is '='.
531
03b24037
ILT
532Tue Jan 14 15:07:27 1997 Robert Lipe <robertl@dgii.com>
533
534 * config/tc-i386.c (sco_id): Moved from here...
535 * config/obj-elf.c (sco_id): ...to here. Adding the identifier
536 really is an SCO ELF specific thing, not just a SCO x86 specific
537 thing.
538
4af93ad0
MM
539start-sanitize-tic80
540Mon Jan 13 22:43:01 1997 Michael Meissner <meissner@tiktok.cygnus.com>
541
542 * configure.in (tic80-*-*): Don't require 'coff'.
543 * configure: Regenerate.
544
545end-sanitize-tic80
8ff75001
ILT
546Thu Jan 9 09:08:43 1997 Ian Lance Taylor <ian@cygnus.com>
547
6468dabd
ILT
548 * read.c (emit_expr): Check for overflow of a negative value
549 correctly.
550 * write.c (fixup_segment): Likewise.
551 * config/obj-coff.c (fixup_segment): Likewise.
552
d703b5a7
ILT
553 * config/tc-m68k.c (struct label_line): Define.
554 (labels, current_label): New static variables.
555 (md_assemble): Mark current_label as text, and clear it.
556 (m68k_frob_label): New function.
557 (m68k_flush_pending_output): New function.
558 (m68k_frob_symbol): New function.
559 * config/tc-m68k.h (tc_frob_label): Define.
560 (md_flush_pending_output): Define.
561 (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
562 (tc_frob_coff_symbol): Likewise.
563
8ff75001
ILT
564 * read.c (read_a_source_file): When defining a macro in MRI mode,
565 don't add the symbol to the symbol table.
566
78998629
JL
567Tue Jan 7 11:21:42 1997 Jeffrey A Law (law@cygnus.com)
568
569 * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
570 here since fixup_segment doesn't (linkrelax is set).
571 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
572
62b2acba
JL
573Mon Jan 6 15:19:32 1997 Jeffrey A Law (law@cygnus.com)
574
575 * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
576 relocs.
577
ac866582
JL
578Fri Jan 3 16:47:08 1997 Jeffrey A Law (law@cygnus.com)
579
62b2acba 580 * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type
ac866582
JL
581 to avoid warnings with the native HP compiler.
582 (fix_new_hppa): Similarly for the r_type argument.
583 (pa_build_unwind_subspace, hppa_elf_mark_end_of_function): Enclose
584 in an #if OBJ_ELF to keep gcc -Wall quiet.
585 (md_apply_fix): Always initialize "result".
586
587 * config/tc-mn10200.c (md_assemble): Generate relocations.
588
79811f6f
ILT
589Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
590
591 * config/tc-m68k.c (s_even): Adjust the alignment of the current
592 section.
593
ba8f9c09
ILT
594Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
595
596 * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
597 pass on the new file hook.
598
599 * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
600 !alpha_force_relocation, as local LITERALs can be adjusted to be
601 relative to the section.
602
a78bc551
ILT
603Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
604
9f94df38
ILT
605 * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is
606 defined, call it.
3df036e9 607 * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
9f94df38
ILT
608 aligned to odd boundary.
609 (tc_frob_coff_symbol): Define.
610
039d5a60
ILT
611 * doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
612
7b0688df
ILT
613 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
614
2156d0d7
ILT
615 * config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
616 PCINDEX frag. From Ronald F. Guilmette <rfg@monkeys.com>.
617
a78bc551
ILT
618 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for an
619 immediate value.
620 (md_assemble): If the size is 'B', set fx_signed.
621 (md_apply_fix_2): Use fx_signed when checking for overflow.
622
623 * write.h (struct fix): Add fx_signed field.
624 * write.c (fix_new_internal): Initialize fx_no_overflow and
625 fx_signed fields.
626 (fixup_segment): Use fx_signed when checking for overflow.
627 * config/obj-coff.c (fixup_segment): Check fx_no_overflow and
628 fx_signed when checking for overflow.
629
b9129c6f
ILT
630Thu Jan 2 13:37:29 1997 Ian Lance Taylor <ian@cygnus.com>
631
0abdf280
ILT
632 * NOTES, NOTES.config: Removed. These are rarely, if ever,
633 updated, and all the useful information is in doc/internals.texi.
634
a986926b
ILT
635 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
636 * read.c (read_a_source_file): Check for conditional operators
637 before doing an MRI pending alignment.
638 * config/tc-m68k.h (m68k_conditional_pseudoop): Declare.
639 (tc_conditional_pseudop): Define.
640 * config/tc-m68k.c (m68k_conditional_pseudop): New function.
641 * doc/internals.texi (CPU backend): Describe
642 tc_conditional_pseudoop.
643
924160b0
ILT
644 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
645 * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
646 variable.
647 (md_begin): Check m68k_rel32_from_cmdline before setting
648 m68k_rel32.
649 (m68k_mri_mode_change): Likewise.
650 (md_longopts): Add --disp-size-default-16 and
651 --disp-size-default-32.
652 (md_parse_option): Handle new options.
653 (md_show_usage): Mention new options.
654 * doc/c-m68k.texi (M68K-Opts): Document new options.
655
b4d51f3d
ILT
656 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
657 * config/tc-m68k.c (m68k_index_width_default): New static
658 variable.
659 (m68k_ip): Use m68k_index_width_default to set the size of a base
660 register whose size was not given.
661 (md_longopts): Add --base-size-default-16 and
662 --base-size-default-32.
663 (md_parse_option): Handle new options.
664 (md_show_usage): Mention new options.
665 * doc/c-m68k.texi (M68K-Opts): Document new options.
666
103e1158
ILT
667 * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.
668
e16b9537
ILT
669 * configure.in: Recognize mips-*-linux* target.
670 * configure: Rebuild.
671
a162a490
ILT
672 * config/tc-mips.c (load_register): Rewrite 64 bit handling to
673 work if valueT is only 32 bits.
674
b9129c6f
ILT
675 * config/tc-mips.c: Throughout, check target_big_endian rather
676 than byte_order.
677 (byte_order): Remove.
678 (mips_init_after_args): Remove.
679 * config/tc-mips.h (LITTLE_ENDIAN, BIG_ENDIAN): Don't define.
680 (mips_init_after_args): Don't declare.
681 (tc_init_after_args): Don't define.
682
683 * config/tc-mips.h (tc_frob_after_relocs): Define if
684 OBJ_MAYBE_ELF.
685 (mips_elf_final_processing): Likewise.
686 (ELF_TC_SPECIAL_SECTIONS): Likewise.
687
6e7d5462
MM
688start-sanitize-v850
689Tue Dec 31 15:12:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
690
691 * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
692 sld.{h,w} and the operand is relocatable, adjust the adend by
693 shifting it right one bit.
694
695end-sanitize-v850
38fc0ba6
ILT
696Tue Dec 31 12:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
697
20868ec6
ILT
698 * read.c (read_a_source_file): Check mri_pending_align after
699 checking for a macro. From Ronald F. Guilmette
700 <rfg@monkeys.com>.
701
6ded6615
ILT
702 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
703
38fc0ba6
ILT
704 * config/tc-sparc.c (md_apply_fix3): Rename from md_apply_fix, and
705 add segment argument. If OBJ_ELF, treat a relocation against a
706 symbol in a linkonce section like a relocation against an external
707 symbol.
708 * config/tc-sparc.h (MD_APPLY_FIX3): Define.
709
18e0764d
ILT
710Mon Dec 30 11:35:40 1996 Ian Lance Taylor <ian@cygnus.com>
711
712 * config/tc-mips.c (mips16_macro): Add case for M_ABS.
713
64556643
FF
714Fri Dec 27 22:51:51 1996 Fred Fish <fnf@cygnus.com>
715
716 * NOTES.config (Implementation): as.h #define's "GAS" not "gas",
717 includes config.h instead of host.h, tc.h instead of tp.h, and
718 targ-env.h instead of target-environment.h.
719 Also, obj-format.h includes targ-cpu.h instead of
720 target-processor.h.
721start-sanitize-tic80
722 * configure.in (case ${generic_target}): Add tic80-*-coff entry.
723 * configure: Rebuild with autoconf.
724 * config/obj-coff.h (coff/tic80.h): Include if TC_TIC80 defined.
725 (TARGET_FORMAT): Define to "coff-tic80".
726 * config/tc-tic80.c: New file for TIc80 support.
727 * config/tc-tic80.h: New file for TIc80 support.
728end-sanitize-tic80
729
7d99e8af
ILT
730Fri Dec 27 11:42:29 1996 Ian Lance Taylor <ian@cygnus.com>
731
732 * doc/as.texinfo (M): Mention explicitly that -M changes macro
733 handling.
734
9c199842
ILT
735Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
736
737 * write.c (adjust_reloc_syms): If the fixup symbol has been
738 equated to an undefined symbol, convert the fixup to being against
739 the target symbol. Remove obsolete code handling a special case
740 for i386 PIC.
741
51cd0ae7
SS
742Wed Dec 18 22:54:39 1996 Stan Shebs <shebs@andros.cygnus.com>
743
744 * mpw-make.sed: Use NewFolderRecursive for installation.
745
cb07aaeb
MH
746Wed Dec 18 16:00:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
747
748 * config/tc-d10v.c (do_assemble): Correct previous bug fix.
749
575453fb
MH
750Wed Dec 18 15:27:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
751
752 * config/tc-d10v.c (md_assemble): Fix bug which caused
753 second instruction in a line to be case sensitize. PR11312
754
5545556d
JL
755Wed Dec 18 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
756
757 * config/tc-mn10200.c (mn10200_insert_operand): Don't
758 range check operands with MN10200_OPERAND_NOCHECK set.
759 (check_operand): Likewise.
760
c0dea495
ILT
761Tue Dec 17 10:59:32 1996 Ian Lance Taylor <ian@cygnus.com>
762
f5e38044
ILT
763 * config/tc-mips.c: Undo part of last Friday's alignment changes.
764 (md_begin): Always align the text section to a four byte
765 boundary.
766 (append_insn): Remove call to record_align.
767
fbcfacb7
ILT
768 * config/tc-mips.c (insn_label): Remove.
769 (struct insn_label_list): Define.
770 (insn_labels, free_insn_labels): New static variables.
771 (mips_clear_insn_labels): New static function.
772 (append_insn): Mark all mips16 text labels, and make them odd.
773 Handle all labels after emitting a nop, not just one. Call
774 mips_clear_insn_labels rather than just clearing insn_label.
775 (mips_emit_delays): Add insns parameter, and use it to decide
776 whether to mark mips16 labels. Handle all labels, not just one.
777 Force mips16 labels to be odd. Change all callers.
778 (mips16_immed): Don't check for an odd branch target.
779 (md_apply_fix): Don't check mips16 mode for a branch reloc.
780 (mips16_extended_frag): Ignore the low bit in a branch target.
781 (md_convert_frag): Likewise.
782 (mips_no_prev_insn): Call mips_clear_insn_labels rather than just
783 clearing insn_label.
784 (mips_align, mips_flush_pending_output, s_cons): Likewise.
785 (s_float_cons, s_gpword): Likewise.
786 (s_align): Use insn_labels rather than insn_label.
787 (s_cons, s_float_cons, s_gpword): Likewise.
788 (mips_frob_file_after_relocs): New function.
789 (mips_define_label): Rewrite to add to insn_labels list.
790 * config/tc-mips.h (tc_frob_file_after_relocs): Define.
791 * ecoff.c (ecoff_build_symbols): If the size of a function comes
792 out odd, increment it.
793
794 * config/tc-mips.c (append_insn): Only update prev_insn when not
795 reordering if place is NULL.
796
c0dea495
ILT
797 * config/tc-mips.c (mips16_ip): Check for a missing expression
798 when using the register indirect addressing mode.
799
d4ba37af
JL
800Mon Dec 16 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
801
802 * config/tc-mn10200.c (mn10200_insert_operand): Don't
803 check 24bit operands for overflow.
804 (check_operand): Likewise.
805
868c3513
ILT
806Mon Dec 16 11:50:40 1996 Ian Lance Taylor <ian@cygnus.com>
807
808 * doc/as.texinfo (Section): Document how to use the .section
809 pseudo-op for COFF and ELF.
810
6259c65f
ILT
811Sun Dec 15 15:26:37 1996 Ian Lance Taylor <ian@cygnus.com>
812
813 * write.c (adjust_reloc_syms): Fix linkonce check for ELF.
814
a677feeb
ILT
815Sat Dec 14 22:37:27 1996 Ian Lance Taylor <ian@cygnus.com>
816
817 * config/tc-mips.c (prev_insn_reloc_type): New static variable.
818 (RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and
819 store them. Adjust other RELAX_MIPS16 macros.
820 (RELAX_MIPS16_DSLOT): Define.
821 (RELAX_MIPS16_JAL_DSLOT): Define.
822 (append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct
823 handling of whether previous instruction has a fixup. Set
824 prev_insn_reloc_type.
825 (mips_no_prev_insn): Clear prev_insn_reloc_type.
826 (mips16_extended_frag): Use the right base address for a PC
827 relative add or load.
828 (md_convert_frag): Likewise. If a PC relative add or load is
829 used, record the alignment for the section.
830
08e17202
ILT
831Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com>
832
54815b9a
ILT
833 * write.c (adjust_reloc_syms): Don't reduce a reloc against a
834 linkonce section into a reloc against the section symbol.
835
8a8121d5
ILT
836 * config/tc-mips.c (mips16_macro): Remove nop instructions after
837 branch instructions.
838
08e17202
ILT
839 * config/tc-mips.c (md_begin): If configured for an embedded ELF
840 system, don't set the section alignment to 2**4.
841 (s_change_sec): Likewise.
842 (append_insn): Call record_alignment for the section.
843 (md_section_align): Don't align the section size for an embedded
844 ELF system.
845
73d25784
ILT
846Thu Dec 12 16:40:47 1996 Ian Lance Taylor <ian@cygnus.com>
847
848 * write.c (adjust_reloc_syms): Make sure that symbols are
849 resolved; expression symbols may have been skipped.
8dd6fde3 850 * config/obj-coff.c (fixup_segment): Likewise.
73d25784 851
a460cd78
MM
852Thu Dec 12 15:18:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
853
854 * config/tc-ppc.c (ppc_elf_suffix): Move @plt to
855 BFD_RELOC_24_PLT_PCREL relocation.
856 (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL.
857
60b43c4b
MH
858Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
859
860 * config/tc-d10v.c (write_2_short): Remove code that called
861 parallel_ok() when the programmer specified parallel instructions.
862
42aa2435
JL
863Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com)
864
a460cd78
MM
865 * config/tc-mn10300.c (md_assemble): Update to handle endianness
866 issues correctly.
867
42aa2435
JL
868 * config/tc-mn10200.c (md_assemble): Opcode 0x0 is valid!
869 * config/tc-mn10300.c (md_assemble): Likewise.
870
41a0ed22
ILT
871Tue Dec 10 11:37:14 1996 Ian Lance Taylor <ian@cygnus.com>
872
9b2ac029
ILT
873 * config/tc-mips.c (append_insn): Make sure there is enough room
874 in a frag after a mips16 instruction to switch it with a jump
875 instruction.
876
41a0ed22
ILT
877 * config/tc-mips.c (mips16_extended_frag): Give an error for an
878 attempt to use a non absolute symbol in an extending frag.
879
dc1f8a21
JL
880Mon Dec 9 16:48:20 1996 Jeffrey A Law (law@cygnus.com)
881
882 * config/tc-mn10200.c: Flesh out assembler support for MN10200.
883 * config/tc-mn10200.h: Likewise.
884
102633ce
ILT
885Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
886
a7dd20e8
ILT
887 * app.c (do_scrub_chars): At the end of a C comment, pass space to
888 UNGET rather than PUT. Set old_state before setting state to -2.
889
559c664a
ILT
890 * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
891 when extending because the value is exactly maxtiny + 1.
892
8728fa92
ILT
893 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
894 arguments, and store them. Adjust other RELAX_MIPS16 macros.
895 (RELAX_MIPS16_USER_SMALL): Define.
896 (RELAX_MIPS16_USER_EXT): Define.
897 (mips16_small, mips16_ext): New static variables.
898 (append_insn): Pass mips16_small and mips16_ext to
899 RELAX_MIPS16_ENCODE.
900 (mips16_ip): Set mips16_small and mips16_ext.
901 (mips16_immed): Don't check mips16_autoextend.
902 (mips16_extended_frag): Check USER_SMALL and USER_EXT.
903
102633ce
ILT
904 * write.c (write_relocs): Print an error for an out of range
905 fixup, rather than calling abort.
906
907 * as.c (main): Unlink the output file if there are errors while
908 generating the fixups.
909
15e69f98
ILT
910Fri Dec 6 18:48:13 1996 Ian Lance Taylor <ian@cygnus.com>
911
f74ba7a3
ILT
912 * config/tc-mips.c (mips16_extended_frag): Don't call
913 S_GET_VALUE.
914 (md_convert_frag): Call resolve_symbol_value before calling
915 S_GET_VALUE, and don't add in the frag address.
916
15e69f98
ILT
917 * config/tc-mips.c (mips16_immed): Add file and line parameters,
918 and use them when reporting errors. Change all callers.
919
ca82e4eb
JL
920Fri Dec 6 15:36:32 1996 Jeffrey A Law (law@cygnus.com)
921
922 * config/tc-mn10300.c: Fix various gcc -Wall warnings.
923 Remove '$' prefixing for registers.
924
f787a8d9 925Fri Dec 6 00:55:48 1996 Martin <hunt@cygnus.com>
6cc03ed3 926
f787a8d9
MH
927 * config/tc-d10v.c (md_assemble): Check to see if prev_seg
928 is initialized before using it.
929 (d10v_cleanup): No longer uses its argument, so make it void.
6cc03ed3 930
f787a8d9
MH
931 * config/tc-d10v.h (d10v_cleanup): Change prototype.
932
00a69b89
ILT
933Thu Dec 5 11:03:31 1996 Ian Lance Taylor <ian@cygnus.com>
934
935 * write.c (fixup_segment): Don't discard the symbol for a PC
936 relative fixup to an absolute symbol.
937
996bee90
MH
938Wed Dec 4 15:42:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
939
940 * config/tc-d10v.c (md_assemble, d10v_cleanup): Fix bug
941 with multiple sections.
942
943321c0
ILT
943Wed Dec 4 13:00:07 1996 Ian Lance Taylor <ian@cygnus.com>
944
945 * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
946 no-mips-16 to no-mips16.
947 (s_mipsset): Accept .set mips16 and .set nomips16.
948
8b1e9f12
MM
949Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
950
951 * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer
952 argument, and check for +/- constant following the suffix, folding
953 it into the expression.
954 (ppc_elf_cons): Change ppc_elf_suffix calls.
955 (md_assemble): Ditto.
956 (shlib): Replace boolean mrelocatable with enumeration shlib.
957 (md_parse_option): Discriminate between PIC style shared libraries
958 and -mrelocatable.
959 (ppc_elf_validate_fix): Don't report warnings for PIC style shared
960 libraries.
961
b61802e7
MM
962Tue Dec 3 23:18:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
963
964 * config/tc-ppc.h ({tc,ppc}_comment_chars): Define, so that we can
965 change the comment characters.
966
967 * config/tc-ppc.c (comment_chars): Delete in favor of
968 tc_comment_chars.
969 (ppc_{eabi,solaris}_comment_chars): Eabi and Solaris versions of
970 comment chars.
971 (ppc_comment_chars): Select appropriate comment chars by default.
972 (msolaris): New flag for -m{,no-}solaris.
973 (md_parse_option): Recognize -K pic. Add support for
974 -m{,no-}solaris.
975 (md_show_usage): Update.
976 (md_begin): Do not set ELF flags if Solaris.
977 (ppc_elf_suffix): @local sets R_PPC_LOCAL24PC relocation.
978 (md_apply_fix3): Add support for R_PPC_LOCAL24PC.
979
980Mon Dec 2 13:48:57 1996 Ian Lance Taylor <ian@cygnus.com>
981
982 * as.c (main): Correct handling of flag_always_generate_output.
983
5840a0e5
JL
984Sun Dec 1 21:46:05 1996 Jeffrey A Law (law@cygnus.com)
985
a9f2e3e2
JL
986 * config/tc-mn10300.c (tc_gen_reloc): Get the addend from
987 fx_offset, not fx_addnumber.
988
5840a0e5
JL
989 * config/tc-mn10300.h (tc_fix_adjustable): Don't do any
990 reloc adjustments.
991
b608274a
ILT
992Sat Nov 30 17:34:48 1996 Eliot Dresselhaus <eliot@wally.edc.com>
993
994 * config/tc-i386.c: Correct misspelling: balenced to balanced.
995
caeea0b4
ILT
996Wed Nov 27 13:25:39 1996 Ian Lance Taylor <ian@cygnus.com>
997
998 * config/tc-mips.c (md_section_align): Check for an alignment of
999 4, not an alignment of 16. Corrects August 7 patch.
1000
cc5703cd
ILT
1001Tue Nov 26 10:33:16 1996 Ian Lance Taylor <ian@cygnus.com>
1002
775c64a9
ILT
1003 * configure, conf.in: Rebuild with autoconf 2.12.
1004
c830c9ea
ILT
1005 * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no
1006 alignment is specified.
1007
cc5703cd
ILT
1008 Add support for mips16 (16 bit MIPS implementation):
1009 * config/tc-mips.c: Extensive additions for mips16 support, not
1010 listed here.
1011 (RELAX_OLD, RELAX_NEW): Use only 7 bits each.
1012 (insn_uses_reg): Change last parameter to an enum.
1013 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Define as 0.
1014 (md_relax_frag): Define as mips_relax_frag.
1015 (mips_relax_frag): Declare.
1016 (struct mips_cl_insn): Add use_extend and extend fields.
1017 (tc_fix_adjustable): Define.
1018 * config/obj-elf.h (S_GET_OTHER): Define.
1019 (S_SET_OTHER): Define.
1020
3ab410cd
C
1021Mon Nov 25 18:02:29 1996 J.T. Conklin <jtc@beauty.cygnus.com>
1022
1023 * config/tc-m68k.c (m68k_ip): Implement cases for new <, >, m, n,
1024 o and p operand specifiers.
1025
a0a2af4f
DE
1026Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
1027
1028 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
1029 (relax_segment, case rs_org): Move code inside braces. Move locals
1030 target,after inside too.
1031 (relax_segment, case rs_machine_dependent): Guts moved to ...
1032 (relax_frag): New function.
1033 Call md_prepare_relax_scan if defined.
1034 * config/tc-m68k.h (md_prepare_relax_scan): Renamed from
1035 M68K_AIM_KLUDGE.
1036
0671e7f6
JL
1037Mon Nov 25 08:49:36 1996 Jeffrey A Law (law@cygnus.com)
1038
a0a2af4f
DE
1039 * config/tc-mn10300.c (address_registers): Use '$' as register
1040 prefix instead of '%'.
1041 (data_registers, other_registers, md_assemble): Likewise.
1042
f98905f1
JL
1043 * config/tc-mn10300.c (address_registers): Use '%' prefix for regs.
1044 (data_registers, other_registers, md_assemble): Likewise.
1045
0671e7f6
JL
1046 * config/tc-mn10300.c (md_assemble): Correctly determine the
1047 correct location and type for each relocation.
1048 (md_pcrel_from): Simplify.
1049
5895d3f2
ILT
1050Fri Nov 22 15:42:26 1996 Ian Lance Taylor <ian@cygnus.com>
1051
1052 * config/tc-sh.c (md_convert_frag): Improve warning when branch is
1053 converted into branch around branch.
1054
d9a9c18f
JL
1055Thu Nov 21 11:56:11 1996 Jeffrey A Law (law@cygnus.com)
1056
1057 * config/tc-mn10300.h (DIFF_EXPR_OK): Don't define this.
1058 (tc_fix_adjustable): Don't adjust relocs against weak symbols or
1059 pc-relative relocs.
1060 * config/tc-mn10300.c (md_begin): Set linkrelax.
1061 (md_assemble): Create fixups as needed.
1062 (md_apply_fix3): Gut. It shouldn't ever get called anymore.
1063
5e9b714f
MM
1064Tue Nov 19 17:48:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1065
1066 * config/tc-d10v.c (parallel_ok): When automatically converting
1067 serial ops to parallel, do not consider a branch as the first
1068 instruction.
1069
7f02192d
JL
1070Tue Nov 19 13:35:22 1996 Jeffrey A Law (law@cygnus.com)
1071
1072 * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
1073
43d695a1
JL
1074Mon Nov 18 15:26:55 1996 Jeffrey A Law (law@cygnus.com)
1075
1076 * config/tc-mn10300.c (mn10300_insert_operand): Provide prototype
1077 via PARAMS.
1078 (check_operand): Likewise.
1079
228835a9
MM
1080Mon Nov 18 15:22:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1081
1082 * config/tc-d10v.c (parallel_ok): Branch and link instructions
1083 modify r13.
ec5e212b
MM
1084 (write_2_short): Call parallel_ok to check whether two short
1085 instructions the user requested execute in parallel, can be
1086 executed that way.
228835a9 1087
edb89bfc
MH
1088Thu Nov 14 11:17:49 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1089
1090 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't
1091 allow a branch and link in parallel with an exe instruction.
1092
1093Fri Nov 8 13:55:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1094
1095 * doc/c-d10v.texi: Add info on @word modifier.
1096
cdde2f5c 1097Wed Nov 6 13:46:07 1996 Jeffrey A Law (law@cygnus.com)
efba8af0
JL
1098
1099 * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
1100 operands are assumed to be 32bits. Use "bits" field to hold the
1101 number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
1102 (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
1103 to be 32bits.
cdde2f5c 1104
bdd91d4f
JL
1105 * config/tc-mn10300.c (mn10300_insert_operand): Shift low part
1106 of a MN10300_OPERAND_SPLIT operand by operand->shift.
1107
cdde2f5c
JL
1108 * config/tc-mn10300.c (mn10300_insert_operand): Handle
1109 MN10300_OPERAND_SPLIT.
1110
bfe5059c
JL
1111Tue Nov 5 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
1112
1113 * config/tc-mn10300.c (md_assemble): Insert operands into
1114 the extension part of the instruction if necessary.
1115 (mn10300_insert_operand): Accept pointer to extension word
1116 argument. Make insn a pointer argument too. Return type
1117 is now void. All callers changed.
1118
68328dc6
JL
1119Mon Nov 4 12:53:40 1996 Jeffrey A Law (law@cygnus.com)
1120
1121 * config/tc-mn10300.c (mn10300_insert_operand): Handle
1122 repeated register operands.
1123
9af40217
ILT
1124Fri Nov 1 10:42:49 1996 Ian Lance Taylor <ian@cygnus.com>
1125
9a5acea8
ILT
1126 * doc/as.texinfo: Added section on reporting bugs.
1127
9af40217
ILT
1128 * config/tc-alpha.c: Change uses of void * to PTR. Change the
1129 alpha_macro emit field to expect a const argument, and change the
1130 arg field to be const. Fix some spacing to follow the GNU
1131 standard.
1132
1133Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu>
1134
1135 * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
1136 (pca56) and 21264 (ev6) cpus.
1137 (md_apply_fix): Private relocation types are now negative.
1138 (alpha_force_relocation): Likewise.
1139 (tc_gen_reloc): Likewise.
1140 (emit_insn): Likewise.
1141 (emit_ldXu): Do the right thing when the hardware can do byte insns.
1142 (emit_stX): Likewise.
1143 (emit_sextX): Likewise.
1144
527dc0c9
ILT
1145Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com>
1146
1147 * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
1148 a symbol found in a reloc.
1149
1150 * symbols.c (resolve_symbol_value): Improve the error message if
1151 an undefined symbol is used in an expression.
1152
fe7e5bdf
ILT
1153Wed Oct 30 20:15:35 1996 Ian Lance Taylor <ian@cygnus.com>
1154
1155 * doc/internals.texi: Rewrite, and add a lot of documentation.
1156 * doc/Makefile.in (internals.info): New target.
1157
a334533c 1158start-sanitize-v850
193e4197
JL
1159Wed Oct 30 14:55:57 1996 Jeffrey A Law (law@cygnus.com)
1160
1161 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
1162 against weak symbols.
1163
a334533c
JL
1164Tue Oct 29 12:28:16 1996 Jeffrey A Law (law@cygnus.com)
1165
baf385b5
JL
1166 * config/tc-v850.c (md_assemble): Don't lose for relaxable
1167 addresses like .+6.
1168
2385d90a
JL
1169 * config/tc-v850.c (md_convert_frag): Make sure we insert the
1170 fixup at the right address within the frag.
1171
bc49fab8
JL
1172 * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
1173 to an absolute value, instead increment it as needed.
1174
a334533c
JL
1175 * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
1176 * config/tc-v850.c: Fix some indention problems.
1177 (md_relax_table): Define for D9->D99 branch displacement
1178 relaxing.
1179 (md_convert_frag): Do something useful instead of aborting.
1180 (md_estimate_size_before_relax): Likewise.
1181 (md_assemble): Note if the matching instruction has a relaxable
1182 operand. If it does, allocate frag with frag_var and don't
1183 do any fixups.
1184
1185end-sanitize-v850
a334533c
JL
1186Mon Oct 28 10:48:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1187
1188 * config/tc-d10v.h (md_cleanup): New function. This is needed to
1189 write out any buffered instructions when a ".end" is found.
1190
9051e56f
MH
1191Mon Oct 28 10:43:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1192
1193 * read.c (read_a_source_file): New hook md_cleanup().
1194
07f9de2a
ILT
1195Fri Oct 25 00:01:00 1996 Ian Lance Taylor <ian@cygnus.com>
1196
1197 * write.c (fix_new_exp): Use make_expr_symbol to build an
1198 expression symbol for a complex fixup.
1199
3723a1a9
JL
1200start-sanitize-v850
1201Thu Oct 24 14:31:04 1996 Jeffrey A Law (law@cygnus.com)
1202
d3bbd9dc
JL
1203 * config/tc-v850.c (v850_reloc_prefix): Several disgusting
1204 hacks to improve parsing of complex hi, lo, zda, etc
1205 expressions.
1206 (md_assemble): Don't demand and eat a trailing ')' after finding
1207 a v850 relocation prefix. Sign extend the constant in a
1208 BFD_RELOC_LO16 expression. Do eat a trailing ')' after a complete
1209 operand.
1210 (parse_cons_expression_v850): Don't eat a trailing ')' after
1211 finding a v850 relocation prefix.
1212
10fba7f1
JL
1213 * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
1214 (TC_CONS_FIX_NEW): Likewise.
1215 * config/tc-v850.c (parse_cons_expression_v850): New function.
1216 (cons_fix_new_v850): Likewise.
1217
3723a1a9
JL
1218 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
1219
1220end-sanitize-v850
20fbbb59
ILT
1221Wed Oct 23 18:20:29 1996 Ian Lance Taylor <ian@cygnus.com>
1222
1223 * config/tc-ppc.c (md_apply_fix3): Give a better warning message
1224 for an unknown relocation type.
1225
8ea15b86 1226start-sanitize-v850
7e96935e
JL
1227Wed Oct 23 16:21:28 1996 Jeffrey A Law (law@cygnus.com)
1228
1229 * config/tc-v850.c (md_pseudo_table): Add .word; allocates
1230 4 bytes of space.
1231
8ea15b86
JL
1232Tue Oct 22 22:01:25 1996 Jeffrey A Law (law@cygnus.com)
1233
1234 * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
1235 differently for movea & sst/sld insns.
1236
1237end-sanitize-v850
39176dfe
MM
1238Tue Oct 22 17:09:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1239
1240 * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
1241 of instructions.
1242
87dd0a93
ILT
1243Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com>
1244
1245 * obj.h (struct format_ops): Add frob_file_after_relocs field.
1246 * config/obj-multi.h (obj_frob_file_after_relocs): Define.
1247 * config/obj-ecoff.c (ecoff_format_ops): Initialize new
1248 frob_file_after_relocs field.
1249 * config/obj-elf.c (elf_format_ops): Likewise.
1250 * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
1251 including obj-elf.h.
1252
d12d1f6c
ILT
1253Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com>
1254
bf39474f
ILT
1255 * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
1256 specially if not ELF.
1257 (md_apply_fix): Handle BFD_RELOC_64.
1258 (tc_gen_reloc): Handle BFD_RELOC_64.
1259
3030e864
ILT
1260 * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
1261 relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
1262 reloc hacking).
1263
d12d1f6c
ILT
1264 * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
1265 Don't check S_GET_OTHER.
1266
b70795e9
ILT
1267Fri Oct 18 14:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
1268
538034cf
ILT
1269 * config/tc-mips.c (mips_ip): Accept an odd floating point
1270 register with l.s or s.s.
1271
b70795e9
ILT
1272 * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
1273 .type pseudo-op.
1274 (obj_aout_type): New static function.
1275
b9d55d96
ILT
1276Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com>
1277
1278 * Makefile.in ($(OBJS)): Depend upon libiberty.h.
1279
f964b01d 1280start-sanitize-v850
0f8e50bb
JL
1281Wed Oct 16 11:28:31 1996 Jeffrey A Law (law@cygnus.com)
1282
548ddc71
JL
1283 * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
1284 and sdaoff expressions.
1285
0f8e50bb
JL
1286 * write.c (fixup_segment): Don't add symbol value to addend if
1287 TC_V850 and OBJ_ELF.
1288 * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
1289 pc-relative fixups.
1290
1291 * config/tc-v850.c (md_pcrel_from): Undo yesterday's changes.
1292 (md_pcrel_from_section): Likewise.
1293 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Likewise.
1294
1295Tue Oct 15 23:19:00 1996 Jeffrey A Law (law@cygnus.com)
f964b01d
JL
1296
1297 * config/tc-v850.c (md_pcrel_from): Delete unused function.
1298 (md_pcrel_from_section): New function.
1299 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
1300
1301end-sanitize-v850
0267c6c9
ILT
1302Mon Oct 14 13:59:12 1996 Ian Lance Taylor <ian@cygnus.com>
1303
1304 * config/tc-mips.c (load_register): Add cast to offsetT when using
1305 a constant with &~.
1306
5d0cd0b8
ILT
1307Mon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu.edu>
1308
1309 * config/obj-elf.c (elf_frob_file): Move ECOFF debug processing to ...
1310 (elf_frob_file_after_relocs): ... here. New function.
1311 * config/obj-elf.h (obj_from_file_after_relocs): New macro.
1312 * write.c (write_object_file): Call *frob_after_relocs after the
1313 call to write_relocs.
1314
1315 * config/tc-alpha.c: Use new BFD_RELOC_ALPHA_ELF_LITERAL reloc.
1316
1317 * config/tc-alpha.c (load_expression): Don't SET_VALUE on the section
1318 symbol, as this messes up linking. Instead, expand the recursive call
1319 inline and change up the appropriate bits to get the 0x8000 offset
1320 in the reloc addend.
1321
914f8998
ILT
1322Thu Oct 10 17:30:31 1996 Ian Lance Taylor <ian@cygnus.com>
1323
1491f2ea
ILT
1324 * config/tc-sparc.h (tc_fix_adjustable): Permit the difference of
1325 two symbols in the same segment to be adjusted.
1326
914f8998
ILT
1327 * configure.in: Don't get confused by CPU-VENDOR-linux-gnu.
1328 * configure: Rebuild.
1329
f8a011cf
MM
1330Thu Oct 10 17:22:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1331
1332 * config/tc-ppc.c (ppc_insert_operand): Change most warnings into
1333 errors.
1334 (ppc_elf_validate_fix): Ditto.
1335 (md_assemble): Ditto.
1336 (ppc_tc): Ditto.
1337 (ppc_pe_section): Ditto.
1338 (ppc_frob_symbol): Ditto.
1339
1c3ae169
JL
1340Thu Oct 10 12:05:45 1996 Jeffrey A Law (law@cygnus.com)
1341
3ab9337b
JL
1342 * config/mn10300.c (md_assemble): Pass an extra shift count
1343 to mn10300_insert_operand based on the opcode format.
1344 (mn10300_insert_operand): Accept and use extra shift count
1345 parameter.
1346
778c521b
JL
1347 * config/tc-mn10300.c (md_assemble): Use FMT_* macros for
1348 formats rather than hard-coded constants.
1349
1c3ae169
JL
1350 * config/tc-mn10300.c (md_assemble): Format D5 instructions
1351 are 7 bytes long. Write out instructions in big-endian format.
1352
a6be605a
JL
1353Tue Oct 8 14:56:15 1996 Jeffrey A Law (law@cygnus.com)
1354
1c3ae169 1355 * config/tc-mn10300.c (md_assemble): Tweak further so
a6be605a
JL
1356 that all instructions are parsed correctly.
1357
5e1e8f23
ILT
1358Tue Oct 8 13:02:21 1996 Ian Lance Taylor <ian@cygnus.com>
1359
1360 * as.h: Include libiberty.h.
1361 (xmalloc, xrealloc): Don't declare.
1362 * as.c: Don't include libiberty.h.
1363 * expr.c, read.c, stabs.c, config/obj-coff.c: Likewise.
1364 * config/tc-mips.c: Likewise.
1365 * messages.c: Likewise.
1366 (xstrerror): Don't declare.
1367 * xmalloc.c: Remove.
1368
1217102f
JL
1369Mon Oct 7 16:53:23 1996 Jeffrey A Law (law@cygnus.com)
1370
1371 * config/tc-mn10300.h (pre_defined_registers) Remove.
1372 (system_registers, cc_names): Likewise.
1373 (address_registers, data_registers, other_registers): New register
1374 arrays.
1375 (register_name, system_register_name, cc_name): Remove.
1376 (mn10300_reloc_prefix): Likewise.
1377 (data_register_name): New function.
1378 (address_register_name, other_register_name): Likewise.
1379 (md_assemble): Rough cut at parsing operands. Remove lots of
1380 unwanted code.
1381 (md_apply_fix3): Disable for now.
1382
99e3ccb6
ILT
1383Mon Oct 7 11:38:34 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1384
1385 * config/tc-m68k.c (select_control_regs): New function, extracted
1386 out of m68k_init_after_args.
1387 (m68k_init_after_args): Use it.
1388 (mri_chip): Use it here as well to update set of allowed control
1389 regs for movec.
1390
0bd28bc4
ILT
1391Mon Oct 7 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
1392
1393 * config/obj-elf.c (elf_begin): New function.
1394 (obj_elf_section): Add the section symbol to the symbol table.
1395 * config/obj-elf.h (obj_begin): Define.
1396 (elf_begin): Declare.
1397 * as.c (perform_an_assembly_pass): Call obj_begin if it is
1398 defined.
1399
eb0dafdc
ILT
1400Fri Oct 4 18:37:32 1996 Ian Lance Taylor <ian@cygnus.com>
1401
1402 * config/obj-coff.c (fixup_segment): Subtract the section address
1403 from a PC relative reloc if TC_M68K.
1404
76f841e6
ILT
1405Thu Oct 3 15:15:30 1996 Ian Lance Taylor <ian@cygnus.com>
1406
1407 * config/tc-sparc.c (md_pseudo_table): Make .uahalf, .uaword, and
1408 .uaxword available even if not OBJ_ELF.
1409 (md_atof): Remove unused local variable wordP.
1410
0f91d763
JL
1411Thu Oct 3 00:16:50 1996 Jeffrey A Law (law@cygnus.com)
1412
1413 * config/tc-mn10x00.c, config/tc-mn10x00.h: New files
1414 for Matsushita MN10x00 support.
1415 * configure.in: Recognize mn10x00-*-*
1416 * configure: Rebuilt.
1417
7c328bc7
ILT
1418Wed Oct 2 15:54:03 1996 Klaus Kaempf <kkaempf@progis.de>
1419
1420 * obj-evax.h: move openvms definitions from here to tc-alpha.c.
1421 * tc-alpha.c: add support for vms_case_hack like in vax/vms.
1422 (load_expression): track clobbering of base reg before jmp/jsr.
1423 (s_alpha_file): pass case_hack flags and source filename via
1424 symbol table to bfd.
1425 * tc-alpha.h (TC_CONS_FIX_NEW): define
1426
fed13a5e
ILT
1427Tue Oct 1 16:16:01 1996 Joel Sherrill <joel@oarcorp.com>
1428
1429 * configure.in (mips-*-rtems*): New target, like mips-*-elf*.
1430 * configure: Rebuild.
1431
ffef69a3
ILT
1432Tue Oct 1 12:37:48 1996 Ian Lance Taylor <ian@cygnus.com>
1433
a69e5977
ILT
1434 * read.c (s_macro): Warn if a macro has the same name as a
1435 pseudo-op.
1436 (s_space): In m68k MRI mode, align to a word boundary.
1437 * macro.c (define_macro): Add namep parameter. Change all
1438 callers.
1439 * macro.h (define_macro): Update declaration.
1440
bfc94743
ILT
1441 * as.c (show_usage): Print bug report address.
1442 (parse_args): Change version printing to match current GNU
1443 standards.
1444 * gasp.c (show_usage): Print bug report address.
1445 (main): Change version printing to match current GNU standards.
1446
0b810a6e
ILT
1447 * config/tc-m68k.c (init_table): Correct access control unit
1448 register numbers. From Ken Rose <rose@netcom.com>.
1449
ffef69a3
ILT
1450 * config/tc-alpha.c: Add some static function prototypes.
1451 (alpha_macros): Move to top of file. Make static.
1452 (alpha_num_macros): Move to top of file.
1453
8940a583
SG
1454start-sanitize-v850
1455Tue Oct 1 09:36:19 1996 Stu Grossman (grossman@critters.cygnus.com)
1456
1457 * tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
1458 generated by DWARF.
1459
1460end-sanitize-v850
1461Sat Sep 28 03:38:08 1996 Ian Lance Taylor <ian@cygnus.com>
1462
1463 * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
1464 and just call sprintf_vma.
1465
4fc2c99a
ILT
1466Thu Sep 26 16:04:11 1996 Ian Lance Taylor <ian@cygnus.com>
1467
1468 * expr.c (expr): Change >>= to >> (fix typo). (From meissner).
1469
97f8e6ff
ILT
1470Tue Sep 24 19:05:08 1996 Ian Lance Taylor <ian@cygnus.com>
1471
1472 * read.c (float_cons): Call md_flush_pending_output if it is
1473 defined.
1474
97f8e6ff
ILT
1475Tue Sep 24 12:22:18 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1476
1477 * config/tc-d10v.c (md_operand): Created. Allows operands to
1478 start with '#'.
1479 * config/tc-d10v.h (md_operand): Undefined.
1480
6e4f3f09
ILT
1481Mon Sep 23 12:13:18 1996 Ian Lance Taylor <ian@cygnus.com>
1482
1483 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
1484 (md_assemble): A fixup width of '3' means a 1 byte reloc.
1485
72f70020
ILT
1486Thu Sep 19 12:21:24 1996 Ian Lance Taylor <ian@cygnus.com>
1487
1488 * config/obj-coff.c (fixup_segment): Don't adjust PC relative
1489 reloc for the i960 for a reloc in the same section. This undoes
1490 one of the two changes made Aug 19.
1491
ab299844
ILT
1492Wed Sep 18 12:11:58 1996 Ian Lance Taylor <ian@cygnus.com>
1493
1494 * config/obj-coff.c (obj_coff_endef): Both versions: Move C_STAT
1495 symbols to the position of the debugging information.
1496
15405999
ILT
1497Mon Sep 16 11:41:40 1996 Ian Lance Taylor <ian@cygnus.com>
1498
1499 * expr.c (expr): Always use unsigned right shifts for >>.
1500
f17be658
JSC
1501Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk>
1502
1503 * config/tc-arm.c (md_apply_fix3): Update two thumb instruction
1504 slots when processing BL fixups.
1505
1506 * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
1507 on the first half of the instruction.
1508
475c826b
ILT
1509Wed Sep 11 00:09:35 1996 Ian Lance Taylor <ian@cygnus.com>
1510
1decafee
ILT
1511 * ecoff.c (ecoff_stab): Create an expression symbol for a complex
1512 stabs expression, rather than giving an error.
1513
475c826b
ILT
1514 * ecoff.c (ecoff_new_file): Don't do anything if we are still in
1515 the same file.
1516
8a3bdc3d
ILT
1517Tue Sep 10 11:45:37 1996 Ian Lance Taylor <ian@cygnus.com>
1518
1519 * config/tc-mips.c (append_insn): Fill in the value for a constant
1520 jump, rather than creating a reloc.
1521
517078c1
ILT
1522Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com>
1523
d31a3f5e
ILT
1524 * config/tc-mips.c (append_insn): Don't swap an instruction which
1525 sets a condition code with an instruction which uses a condition
1526 code.
1527 (mips_ip): In cases 'N' and 'M', look for $fccN rather than an
1528 immediate value.
1529
ca296aab 1530 * config/tc-mips.c (md_begin): Recognize r5000 for cpu.
517078c1
ILT
1531 (mips_ip): Give a better error message if the ISA level is wrong.
1532 (md_parse_option): Recognize -mcpu=[v][r]5000.
1533
1534Sat Sep 7 13:25:55 1996 James G. Smith <jsmith@cygnus.co.uk>
1535
1536 * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
1537 leading zeroes.
1538 (load_register): Ensure hi32 bits are not lost during lo32bit
1539 processing. Fix shift offset that was overflowing into the next
1540 instruction field. Add code to generate shorter sequences for
1541 constants with a single contiguous seqeuence of ones.
1542
5e6c6406
MH
1543Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1544
1545 * config/tc-d10v.c (d10v_dot_word): New function to support
1546 "@word" with the word pseudo-op.
1547 (md_apply_fix3): Cleanup and changes to support correct sizes
1548 for 16 and 18-bit relocs.
1549
df4021c1
DE
1550Fri Sep 6 16:00:29 1996 Doug Evans <dje@canuck.cygnus.com>
1551
1552 * configure.in (sparc-*-aout): Set `em'.
1553 * configure: Regenerated.
1554 * config/te-sparcaout.h: New file.
1555 * config/tc-sparc.h (TARGET_BYTES_BIG_ENDIAN): Define.
1556 Ifdef TE_SPARCOUT define TARGET_FORMAT and SPARC_BIENDIAN.
1557 * config/tc-sparc.c (INSN_BIG_ENDIAN): New macro.
1558 (SPECIAL_CASE_{SETSW,SETX}): Define.
1559 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
1560 (md_begin): Delete setting of `target_big_endian'.
1561 (output_insn): New function.
1562 (md_assemble): Rewrite. Add `setx' support.
1563 (sparc_ip): Handle `0' operand char. Recognize setuw, setsw, setx
1564 special cases.
1565 (md_atof): Add little endian support.
1566 (md_number_to_chars): Likewise.
1567 (md_apply_fix): Likewise.
1568 (md_longopts): Recognize -EL,-EB ifdef SPARC_BIENDIAN.
1569 (md_parse_option): Likewise.
1570 (md_show_usage): Print -EL, -EB ifdef SPARC_BIENDIAN.
1571
cfc71c6d
ILT
1572Thu Sep 5 13:40:29 1996 Ian Lance Taylor <ian@cygnus.com>
1573
1574 * ecoff.c (ecoff_new_file): New function.
1575 * ecoff.h (ecoff_new_file): Declare.
1576 * config/obj-ecoff.h (obj_app_file): Define.
1577
1578Thu Sep 5 13:39:25 1996 Richard Henderson <rth@tamu.edu>
1579
1580 * config/tc-alpha.c (load_expression): Bias the .lit8 section
1581 symbol by 32k so that our 16-bit signed offset can address the
1582 entire chunk. Reported by <matt@lkg.dec.com>.
1583
711254da
ILT
1584Wed Sep 4 10:23:20 1996 Ian Lance Taylor <ian@cygnus.com>
1585
1586 * config/tc-mips.c (load_register): Remove unused variable tmp.
1587
1b68deb5
JSC
1588Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
1589
1590 * config/tc-mips.c (load_register): Remove unnecessary code that
1591 was causing the high 32bits of 64bit constants to be lost.
1592
1b68deb5
JSC
1593Tue Sep 3 13:52:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1594
1595 * config/tc-d10v.c: Added changes to support function
1596 pointers and "@word" syntax.
1597
c84615bc 1598start-sanitize-v850
05fd83ed
JL
1599Tue Sep 3 11:57:18 1996 Jeffrey A Law (law@cygnus.com)
1600
1601 * config/tc-v850.c: Remove commented out and #if 0'd code.
1602 (v850_reloc_prefix): Provide prototype.
1603 (postfix, get_reloc, build_insn): Remove prototypes for nonexistant
1604 functions.
1605 (md_begin, md_assemble, md_apply_fix3): Remove unused variables.
1606 (md_assemble): Add default to case statement.
1607
270fd2ad
JL
1608Sat Aug 31 16:03:00 1996 Jeffrey A Law (law@cygnus.com)
1609
1610 * config/tc-v850.c (md_assemble): Compute size of the instrction
1611 from the opcode.
74dd0c07 1612
2d56269e
JL
1613 * config/tc-v850.c (md_apply_fix3): Do simple byte, short and
1614 word fixups too.
1615
270fd2ad
JL
1616Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com)
1617
74dd0c07
JL
1618 * config/tc-v850.c (md_apply_fix3): Use little endian get/put
1619 routines to fetch/store the updated instruction from/to memory.
1620 (v850_insert_operand): If the operand has a specialized insert
1621 routine, call it.
1622
c84615bc
C
1623Fri Aug 30 18:35:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
1624
1625 * config/tc-v850.c (reg_name_search): Align calling convention to
1626 be like identical function found in tc-ppc.c.
1627 (get_reloc): Removed.
1628 (v850_reloc_prefix): New function, parse lo(), hi() and hi0().
1629 (md_assemble): emit fixups.
1630 (md_pcrel_from): renamed from md_pcrel_from_section, emit proper
1631 displacement.
1632 (md_apply_fix3): handle fixups/relocs.
1633 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
1634
1635end-sanitize-v850
0f616818
ILT
1636Fri Aug 30 18:12:00 1996 Ian Lance Taylor <ian@cygnus.com>
1637
1638 Add SH ELF support.
1639 * configure.in (sh-*-elf*): New target.
1640 * config/tc-sh.h (TARGET_ARCH): Define.
1641 (WORKING_DOT_WORD): Define.
1642 (TC_COFF_FIX2RTYPE): Only define if OBJ_COFF.
1643 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
1644 (TC_RELOC_MANGLE, tc_coff_symbol_emit_hook): Likewise.
1645 (DO_NOT_STRIP, NEED_FX_R_TYPE, TC_KEEP_FX_OFFSET): Likewise.
1646 (TC_COFF_SIZEMACHDEP, tc_frob_file): Likewise.
1647 (SUB_SEGMENT_ALIGN): Likewise.
1648 (RELOC_32): Don't define.
1649 (tc_frob_file_before_adjust): Define if BFD_ASSEMBLER.
1650 (target_big_endian): Declare if OBJ_ELF.
1651 (TARGET_FORMAT): Define if OBJ_ELF.
1652 * config/tc-sh.c: Use BFD reloc codes instead of SH COFF reloc
1653 numbers throughout.
1654 (tc_crawl_symbol_chain): Only define if OBJ_COFF.
1655 (tc_headers_hook, tc_coff_sizemachdep): Likewise.
1656 (struct sh_count_relocs): Define.
1657 (sh_count_relocs): New static function, broken out of
1658 sh_frob_file. Add BFD_ASSEMBLER code.
1659 (sh_frob_section): Likewise.
1660 (sh_frob_file): Call sh_frob_section.
1661 (md_convert_frag): If BFD_ASSEMBLER, change type of headers, and
1662 call section_symbol rather than seg_info (seg)->dot.
1663 (md_section_align): Add OBJ_ELF version.
1664 (SWITCH_TABLE_CONS): Define.
1665 (SWITCH_TABLE): Use SWITCH_TABLE_CONS.
1666 (md_apply_fix): Change parameter types if BFD_ASSEMBLER. Only
1667 handle fx_r_type == 0 if not BFD_ASSEMBLER. Return 0 if
1668 BFD_ASSEMBLER.
1669 (struct reloc_map): Define if not BFD_ASSEMBLER.
1670 (coff_reloc_map): Likewise.
1671 (sh_coff_reloc_mangle): Use coff_reloc_map to convert fx_r_type.
1672 (tc_gen_reloc): New function if BFD_ASSEMBLER.
1673 * write.c (write_relocs): Ifdef out fx_where test which triggers
1674 inappropriately for SH ELF.
1675 (write_object_file): Call tc_frob_file_before_adjust and
1676 obj_frob_file_before_adjust if they are defined.
1677
1678 * write.c (write_object_file): Use BFD_RELOC_16, not
1679 BFD_RELOC_NONE, when calling fix_new_exp for a broken word.
1680
1681 * read.c (emit_expr): Fix conversion of byte count to BFD reloc
1682 code.
1683
20dbcd5c
MH
1684Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1685
1686 * config/tc-d10v.c (find_opcode): Fix problem with calculating
1687 branch sizes in across sections.
1688
05631de2
JL
1689start-sanitize-v850
1690Fri Aug 30 00:44:13 1996 Jeffrey A Law (law@cygnus.com)
1691
1692 * config/tc-850.c (md_assemble): Handle hi() correctly. Handle
1693 hi0() too.
1694
1695Wed Aug 28 23:11:08 1996 Jeffrey A Law (law@cygnus.com)
1696
1697 * config/tc-v850.c (md_begin): Deal with end of opcode
1698 table marker.
1699
1700end-sanitize-v850
e592d28f
MH
1701Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1702
1703 * config/tc-d10v.c (find_opcode): Fix a bug which could generate
1704 the wrong opcode for cases like st2w where there are many forms
1705 of the same instruction.
1706
6fce31a6
ILT
1707Tue Aug 27 13:53:22 1996 Ian Lance Taylor <ian@cygnus.com>
1708
1709 * expr.c (operand): If md_parse_name is defined, call it before
1710 calling symbol_find_or_make.
1711 * config/tc-ppc.h (md_parse_name): Define.
1712 (ppc_parse_name): Declare.
1713 * config/tc-ppc.c (reg_name_search): Add regs and regcount
1714 parameters.
1715 (register_name): Update call to reg_name_search.
1716 (cr_operand): New static variable.
1717 (cr_names): New static const array.
1718 (ppc_parse_name): New function.
1719 (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
1720 cr_operand before calling expression.
1721
a58b037a
JL
1722Tue Aug 27 09:05:50 1996 Jeffrey A Law (law@cygnus.com)
1723
1724 * config/tc-hppa.c (tc_gen_reloc): Add new argument to
1725 hppa_gen_reloc_type call.
1726
3017263b
MH
1727Mon Aug 26 18:24:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1728
1729 * config/tc-d10v.c: Fixed ".word". Fixed problem with range checking
1730 on addresses. Improved error messages.
1731 * doc/c-d10v.texi: Added docs for register pairs.
1732
f9085532
MH
1733Mon Aug 26 13:39:27 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1734
1735 * config/tc-d10v.c (parallel_ok): Fix bug in parallel
1736 checking code.
1737
58275724
ILT
1738Mon Aug 26 14:38:22 1996 Ian Lance Taylor <ian@cygnus.com>
1739
1740 * ecoff.c (init_file): Initialize fMerge to 1.
1741 (add_file): Restore old file merging code, but only merge files if
1742 fMerge is set.
1743 (ecoff_directive_loc): Clear fMerge field of current file.
1744 (ecoff_generate_asm_lineno): Likewise.
1745
b1c28263
MH
1746Fri Aug 23 11:40:47 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1747
1748 * doc/c-d10v.texi: Fix typo.
1749
c9a32d6c
JL
1750start-sanitize-v850
1751Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
1752
58275724
ILT
1753 * config/tc-v850.c (md_assemble): Correct bit masking for
1754 hi and lo expressions.
1755
88b47a85
JL
1756 * config/tc-v850.c (md_assemble): Rough cut at demanding
1757 "ep" or "r30" in sst and sld instructions.
1758 (md_apply_fix3): Don't abort. Just warn that we don't
1759 have relocs yet.
1760
c9f1b2d9
JL
1761 * config/tc-v850.c (CC_NAME_CNT): Define.
1762 (cc_name): New function.
1763 (md_assemble): Handle V850_OPERAND_CC correctly.
1764
d5974c57
JL
1765 * config/tc-v850.c (md_assemble): Don't forget to initialize
1766 "insn"!
1767
0e8f9bd1
JL
1768 * config/tc-v850.c (reg_name_search): Generalize to search
1769 any given register table.
1770 (register_name): Pass appropriate table and size to reg_name_search.
1771 (system_register_name): New function.
1772 (SYSREG_NAME_CNT): Define.
1773 (md_assemble): Handle operands which are system registers.
1774
c9a32d6c
JL
1775 * config/tc-v850.c (md_assemble): If we find a register, but the
1776 opcode doesn't want a register, then we don't have a match.
1777 (md_assemble): Get size of the instruction from the opcode table.
1778
1779end-sanitize-v850
eeef602f
ILT
1780Thu Aug 22 10:20:30 1996 Ian Lance Taylor <ian@cygnus.com>
1781
8ee90d35
ILT
1782 * configure.in: Set and substitute HLDENV.
1783 * configure: Rebuild.
1784 * Makefile.in (HLDENV): New variable.
1785 (as.new): Use $(HLDENV).
1786
eeef602f
ILT
1787 * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
1788 if an array dimension is not known.
1789
6be9ec8d
MH
1790Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1791
1792 * config/tc-d10v.c: Fix a reloc bug caused by my last change.
1793 * doc/c-d10v.texi: Cleanup.
1794
c6aa56bc
C
1795start-sanitize-v850
1796Tue Aug 20 15:15:16 1996 J.T. Conklin <jtc@hippo.cygnus.com>
1797
1798 * config/tc-v850.c: New file.
1799 * config/tc-v850.h: New file.
1800 * configure (v850-*-elf): New target.
1801 * configure.in (v850-*-elf): New target.
1802
1803end-sanitize-v850
2c2e5626
MH
1804Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1805
1806 * doc/c-d10v.texi: New file.
1807 * doc/all.texi: Added D10V stuff.
1808 * doc/as.texinfo: Added D10V stuff.
1809
ab457c4c
MH
1810Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1811
1812 * config/tc-d10v.c: All references to defined symbols should
1813 now use the optimal instruction. .float and .double now work.
1814
d4e1b0be
ILT
1815Mon Aug 19 14:41:36 1996 Ian Lance Taylor <ian@cygnus.com>
1816
1817 * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
1818 section address for the i960 as is done for the i386.
1819
1820Thu Aug 15 16:37:59 1996 Stan Shebs <shebs@andros.cygnus.com>
1821
1822 * mpw-config.in: Add wildcards for config matching, add mips-*-*
1823 case, forward-include bfd/elf-bfd.h.
1824
b98b04ea
MH
1825Thu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1826
1827 * config/tc-d10v.c: Add additional information to the opcode
1828 table to help determinine which instructions can be done
1829 in parallel.
1830
b98b04ea
MH
1831Thu Aug 15 17:01:31 1996 James G. Smith <jsmith@cygnus.co.uk>
1832
1833 * config/tc-arm.c: Major changes to add Thumb support, with lots
1834 of change input from <rearnsha@armltd.co.uk>.
1835 Reverted to INSN_SIZE macro, rather than insn_size variable.
1836 (insns): Added ARM "bx" instruction support.
1837 (tinsns): Added Thumb instruction definition structure.
1838 (arm_tops_hsh): Added hash structure for Thumb opcodes.
1839 (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
1840 (opcode_select,s_arm,s_thumb,s_code): Added.
1841 (decode_shift): Allow upper-case RRX.
1842 (do_ldst): Simpler halfword support.
1843 (do_ldmstm): Improved.
1844 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
1845 thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
1846 do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
1847 do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
1848 do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
1849 do_t_adr): Added.
1850 (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
1851 (md_parse_option): Add support for -mthumb.
1852 (md_show_usage): Updated to reflect new command line option.
1853 (arm_data_in_code, arm_canonicalize_symbol_name): Added.
1854 * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
1855 fragment information to be held.
1856
1857Thu Aug 15 16:12:00 1996 Richard Earnshaw (rearnsha@armltd.co.uk)
1858
1859 * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is
1860 non-null, but is a constant.
1861 (fix_new_arm): Call make_expr_symbol to make the expression symbol
1862 so that error reporting will work correctly.
1863
126436a8
ILT
1864Wed Aug 14 10:37:21 1996 Ian Lance Taylor <ian@cygnus.com>
1865
1866 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
1867 against weak symbols.
1868
0e94336e
ILT
1869Tue Aug 13 17:39:24 1996 Ian Lance Taylor <ian@cygnus.com>
1870
1871 * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
1872 (ppc_force_relocation): Declare if OBJ_XCOFF.
1873 * config/tc-ppc.c (ppc_force_relocation): New function if
1874 OBJ_XCOFF.
1875
817e4f75
ILT
1876Mon Aug 12 16:49:43 1996 Ian Lance Taylor <ian@cygnus.com>
1877
1878 * config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
1879
f494d503
MH
1880Fri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1881
1882 * config/tc-d10v.c: Fix problem with relocs.
1883
8d07d2c9
ILT
1884Fri Aug 9 14:16:14 1996 Ian Lance Taylor <ian@cygnus.com>
1885
1886 * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
1887 with nops if not in data_section or bss_section.
1888
f649d525
ILT
1889Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
1890
1891 Add support for openVMS/Alpha.
1892 * as.h (PRINTF_LIKE): Don't define if VMS, for now.
1893 * config/obj-evax.c: New file.
1894 * config/obj-evax.h: New file.
1895 * config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
1896 defined.
1897 * config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
1898 defined. Add case for bfd_target_evax_flavour.
1899 * config/vms-a-conf.h: New file.
1900 * conf-a-gas.com: New file.
1901 * configure.in: Add target alpha-*-*vms*.
1902 * configure: Rebuild.
1903 * makefile.vms: New file.
1904 * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
1905 Don't call ffs on openVMS/Alpha.
1906
5cece526
ILT
1907Wed Aug 7 14:19:03 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
1908
1909 * configure.in: Make GAS_CHECK_DECL_NEEDED include <string.h> or
1910 <strings.h> if they exist. Call GAS_CHECK_DECL_NEEDED on strstr
1911 and sbrk.
1912 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
1913 (NEED_DECLARATION_SBRK): New macro.
1914 * configure, conf.in: Rebuild.
1915 * as.h: Only include <strings.h> if HAVE_STRINGS_H.
1916 (strstr): Declare if NEED_DECLARATION_STRSTR.
1917 * as.c: If HAVE_SBRK and NEED_DECLARATION_SBRK, declare sbrk.
1918
e592f0e6
ILT
1919Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
1920
d10df990
ILT
1921 * symbols.c (resolve_symbol_value): Handle addition or subtraction
1922 by a constant before entering the main switch. Reject attempts to
1923 apply an arithmetic function to non-absolute symbols, except for
1924 the special case of subtraction of two symbols in the same
1925 section.
1926
cf32394d
ILT
1927 * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
1928 not to more than a 16 byte boundary.
1929
e592f0e6
ILT
1930 * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove
1931 #ifndef OBJ_ELF lines. From Eric Valette <valette@crf.canon.fr>.
1932 (tc_gen_reloc): If out of memory call as_fatal rather than
1933 assert. If no howto found, call as_bad_where rather than
1934 as_fatal. Change the error message slightly. Set howto to a
1935 non-NULL value in order to keep going.
1936
5d9a99a7
MH
1937Tue Aug 6 12:58:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1938
1939 * config/tc-d10v.c: Added code to support 32-bit fixups for stabs.
1940
6a8e0036
JL
1941Tue Aug 6 11:15:26 1996 Jeffrey A Law (law@cygnus.com)
1942
1943 * config/tc-h8300.c (get_specific): New operand "size" derived
1944 from ".b", ".w" and ".l" extensions. All callers changed. If
1945 the base instruction has no operands, then use the size to
1946 determine which specific instruction to use.
1947
3d7b0c49
ILT
1948Mon Aug 5 14:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
1949
1950 * config/tc-i960.c (mem_fmt): Call parse_expr before emit.
1951
10a14e36
ILT
1952Fri Aug 2 11:23:31 1996 Ian Lance Taylor <ian@cygnus.com>
1953
1954 * config/tc-mips.c (md_section_align): Don't change addr if
1955 OBJ_ELF.
1956
470a679c
JL
1957Thu Aug 1 23:51:52 1996 Jeffrey A Law (law@cygnus.com)
1958
1959 * config/tc-hppa.c: Revert yesterday's changes.
1960
b5cf6779
MH
1961Wed Jul 31 14:46:11 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1962
1963 * config/tc-d10v.c: Disable range checking on 16-bit values.
1964
159eb3c0
ILT
1965Wed Jul 31 16:27:19 1996 Ian Lance Taylor <ian@cygnus.com>
1966
1967 * config/tc-m68k.c (m68k_ip): Set ok_arch for every instruction,
1968 not just the ones that don't match.
1969
37e05f64
MH
1970Wed Jul 31 11:45:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1971
1972 * config/tc-d10v.c: Fixed bugs in short relocs and range checking.
1973
c479fc62
JSC
1974Wed Jul 31 15:41:42 1996 James G. Smith <jsmith@cygnus.co.uk>
1975
1976 * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
1977 pre-cursor to adding Thumb support. Also added cpu_variant flag
1978 information to each of the asm_flg structures.
1979 (md_parse_option): Updated ARM7 parsing to allow 't' for
1980 thumb/halfword support, aswell as 'm' for long multiply.
1981 (md_show_usage): Updated help message.
1982 (md_assemble): Check that instruction flags are applicated to the
1983 current cpu variant.
1984 (md_apply_fix3, tc_gen_reloc): Add BFD_RELOC_ARM_OFFSET_IMM8 and
1985 BFD_RELOC_ARM_HWLITERAL relocation support for new halfword and
1986 signextension instructions.
1987 (do_ldst): Generate halfword and signextension variants if
1988 mnemonic flags match.
1989 (ldst_extend): Do not allow shifts in the offset field of halfword
1990 or signextension instructions.
1991 (validate_offset_imm): Provide check on halfword and signextension
1992 immediate range.
1993 (add_to_lit_pool): Merge identical literal pool values.
1994
448b5aad
JL
1995Tue Jul 30 14:28:23 1996 Jeffrey A Law (law@cygnus.com)
1996
1997 * config/tc-hppa.c (selector_table): Add 'E' selector.
1998 (cons_fix_new_hppa): Don't coke on e_esel.
1999 (tc_gen_reloc, SOM version): Handle R_COMP2 when used
2000 to help generate exception handling tables.
2001 (md_apply_fix): Don't try to apply fixups with an e_esel
2002 selector.
2003 (hppa_fix_adjustable): Fixups with e_esel selectors
2004 are not adjustable.
2005
8dfb05cc
ILT
2006Tue Jul 30 15:51:41 1996 Ian Lance Taylor <ian@cygnus.com>
2007
2008 * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte
2009 pseudo-ops.
2010
8544dc03
MH
2011Fri Jul 26 11:43:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2012
2013 * config/tc-d10v.c: Added lots of error checking. Added hacks
2014 to support accumulator shifts.
2015
5ca547dc
ILT
2016Fri Jul 26 11:56:08 1996 Ian Lance Taylor <ian@cygnus.com>
2017
2018 * symbols.c (S_SET_EXTERNAL): Let .weak override.
2019 (S_CLEAR_EXTERNAL): Likewise.
2020 (S_SET_WEAK): Remove error; just let .weak override.
2021
35ad20a1
MH
2022Thu Jul 25 15:22:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2023
2024 * config/tc-d10v.c (md_assemble): Now handles multiline
2025 instructions.
2026
7c096652
MH
2027Thu Jul 25 12:03:33 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2028
2029 * config/tc-d10v.c: Fix packaging bug. Added range checking.
2030 Added kludge for divs instruction. Fixed minor problem with
2031 multiple text sections.
35ad20a1
MH
2032 * config/tc-d10v.h (d10v_cleanup): Change prototype.
2033
93050391
MH
2034Tue Jul 23 10:49:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2035
2036 * config/tc-d10v.c (md_apply_fix3): Fix all instruction
2037 addresses to be right-shifted by 2.
2038
0ef32559
MH
2039Mon Jul 22 11:32:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2040
2041 * config/tc-d10v.c: Many changes to get relocs working.
2042 (register_name): No longer creates a symbol for register names.
2043 (pre_defined_registers): moved to opcodes/d10v-opc.c.
2044 (d10v_insert_operand): Now works correctly for either container.
2045 * config/tc-d10v.h (d10v_cleanup): Declare.
2046
97aca1bc
ILT
2047Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
2048
2049 * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
2050 BFD_RELOC_PCREL_LO16 are expected to be PC relative.
2051
6543a7fb
ILT
2052Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
2053
2054 * tc-alpha.c: Patches to track current minimum alignment to reduce
2055 the number of fragments created with frag_align.
2056 (alpha_current_align): New static variable.
2057 (s_alpha_text): Reset alignment to 0.
2058 (s_alpha_data, s_alpha_rdata, s_alpha_sdata): Likewise.
2059 (s_alpha_stringer, s_alpha_space): New functions.
2060 (s_alpha_cons, alpha_flush_pending_output): Remove functions.
2061 (alpha_cons_align): New function to replace both of them.
2062 (emit_insn): Only align if alpha_current_align is less than 2;
2063 reset alpha_current_align to 2.
2064 (s_alpha_gprel32): Likewise.
2065 (s_alpha_section): New function. Basically duplicate the other
2066 alpha section change hooks. Only define for ELF.
2067 (s_alpha_float_cons): Simplify alignment handling.
2068 (md_pseudo_table): Only define "rdata" and "sdata" if OBJ_ECOFF.
2069 If OBJ_ELF, define "section", "section.s", "sect", and "sect.s".
2070 Don't define the s_alpha_cons pseudo-ops. Do define
2071 s_alpha_stringer and s_alpha_space pseudo-ops.
2072 (alpha_align): Skip if less than current default alignment. Set
2073 default alignment.
2074 * tc-alpha.h (md_flush_pending_output): Remove.
2075 (md_cons_align): Add.
2076
2077 * tc-alpha.c: Add oodles of function description comments.
2078 (md_bignum_to_chars): Remove; there are no callers.
2079 (md_show_usage): Mention some more variants.
2080
091221ce
ILT
2081Thu Jul 18 15:54:54 1996 Ian Lance Taylor <ian@cygnus.com>
2082
0b27ea39
ILT
2083 From Andrew Gierth <ANDREWG@microlise.co.uk>:
2084 * configure.in (sparc-*-sysv4*): New target.
2085 * configure: Rebuild.
2086
8dd07a84
ILT
2087 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
2088 uaxword to use s_uacons.
2089 (sparc_no_align_cons): New static variable.
2090 (s_uacons): New static function.
2091 (sparc_cons_align): If sparc_no_align_cons is set, just clear it
2092 and return.
2093
2094 * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
2095
cbe7dccb
ILT
2096 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like Irix
2097 5 with regard to shared libraries.
2098 * configure: Rebuild.
2099
091221ce
ILT
2100 * config/tc-m68k.c (m68k_ip): Use the correct length when
2101 allocating space for the unsupported architecture error message.
2102
05a8bf33
MM
2103Thu Jul 18 12:57:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2104
2105 * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
2106
2107Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7be9a312
MH
2108
2109 * config/tc-d10v.c: New file.
2110 * config/tc-d10v.h: New file.
2111 * configure (d10v-*-elf): New target.
2112 * configure.in (d10v-*-elf): New target.
7be9a312 2113
10c9620d
MM
2114Fri Jul 12 20:54:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2115
2116 * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
2117
0ee09671
ILT
2118Wed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>
2119
2120 * config/tc-alpha.c (alpha_align): Change fill parameter
2121 to a pointer. Take NULL as 0 or nop depending on section. Change
2122 all callers.
2123 (s_alpha_align): Rename local variables.
2124
2125 * doc/as.texinfo (.align): Document action of omitted
2126 fill parameter.
2127
3128726c
ILT
2128Wed Jul 10 00:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
2129
2130 * config/tc-ppc.c (md_apply_fix3): Give a useful error message
2131 when an unsupported PC relative reloc is seen, rather than calling
2132 abort.
2133
2134 * app.c (do_scrub_chars): Remove not_cpp_line local variable.
2135 Instead, check state when '#' comment is seen.
2136
7f003b7f
ILT
2137Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com>
2138
a8aed9dd
ILT
2139 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
2140 OBJ_MAYBE_ELF.
2141 (tc_gen_reloc): If fixup was changed to be PC relative, change
2142 reloc type accordingly. Use name of reloc in error message.
2143
a5a78175
ILT
2144 * as.h: Don't define const or volatile.
2145 * flonum.h: Don't define const.
2146
7f003b7f
ILT
2147 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
2148 if fx_pcrel is set. Correct setting the addend case in the
2149 OBJ_ELF case (from Andreas Schwab
2150 <schwab@issan.informatik.uni-dortmund.de>).
2151 (md_show_usage): Correct -mfc5200 to -m5200.
2152
8d20a0a8
C
2153Fri Jul 5 10:32:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2154
910d7df2
C
2155 * doc/c-m68k.texi: Document -m5200 flag.
2156 * doc/as.texinfo: Likewise.
2157
8d20a0a8
C
2158 * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
2159 scale factor.
2160
c0b34702
ILT
2161Fri Jul 5 11:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
2162
2163 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
2164 (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
2165
45c85bcb
ILT
2166Thu Jul 4 11:59:46 1996 Ian Lance Taylor <ian@cygnus.com>
2167
6624477c
ILT
2168 * Makefile.in (VERSION): Set to cygnus-2.7.1.
2169
45c85bcb
ILT
2170 * Released binutils 2.7.
2171
fc636a52
JSC
2172Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>
2173
2174 * config/tc-mips.c (mips_ip): Only perform range check when
2175 dealing with O_constant expressions.
2176
d41d2ccc
C
2177Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2178
2179 * m68k-parse.h (m68k_register): Add new coldfile control
2180 registers.
2181
2182 * config/tc-m68k.c (mcf5200_control_regs): New variable,
2183 array of control registers for the coldfire.
2184 (cpu_of_arch): Added mcf5200.
2185 (archs): Added mcf5200.
2186 (init_table): Add new control registers.
2187 (m68k_ip): Added support for new control registers.
2188 (m68k_init_after_args): Likewise.
2189
2190 * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
2191
5af96dce
ILT
2192Wed Jul 3 16:05:50 1996 Ian Lance Taylor <ian@cygnus.com>
2193
c5d8f96e
ILT
2194 * read.h (is_it_end_of_statement): Declare.
2195 * read.c (is_it_end_of_statement): Remove declaration.
2196
2197 * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
2198 within &&.
2199 (md_assemble): Fix handling of @l with an unsigned constant. Add
2200 default case to reloc switch.
2201
ac76c7e9
ILT
2202 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
2203
5af96dce
ILT
2204 Based on patches from Tom Quiggle <quiggle@sgi.com>:
2205 * ecoff.c (last_lineno): New static variable.
2206 (add_procedure): Set last_lineno.
2207 (ecoff_directive_loc): Likewise.
2208 (ecoff_generate_asm_lineno): Likewise.
2209 (ecoff_fix_loc): New function.
2210 * ecoff.h (ecoff_fix_loc): Declare.
2211 * config/tc-mips.c (append_insn): When inserting nops, and using
2212 ECOFF debugging, call ecoff_fix_loc.
2213
b9bddc84
JL
2214Tue Jul 2 23:02:12 1996 Jeffrey A Law (law@cygnus.com)
2215
2216 * config/tc-h8300.c (build_bytes): If an operand type is
2217 marked as SRC_IN_DST retrieve it from the "destination" op.
2218
379c2fb4
ILT
2219Sat Jun 29 13:38:31 1996 Ian Lance Taylor <ian@cygnus.com>
2220
69c1de90
ILT
2221 * configure.in (arm-*-riscix*): Set emulation to riscix.
2222 * configure: Rebuild.
2223 * config/te-riscix.h: New file to define TE_RISCIX.
2224
379c2fb4
ILT
2225 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
2226
2227Fri Jun 28 15:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
2228
2229 * Makefile.in (config.status): Just run config.status as other
2230 tools do.
2231
c611cd82
SS
2232Fri Jun 28 11:09:38 1996 Stan Shebs <shebs@andros.cygnus.com>
2233
2234 * mpw-config.in (TARGET_OS): Add definition to conf.
2235
fbf011f2
ILT
2236Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>
2237
2238 * config/tc-mips.c (append_insn): Parenthesize
2239 cop_interlocks expressions.
2240
2241Thu Jun 27 12:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
2242
2243 * listing.c (listing_print): Close the listing file if it is not
2244 stdout. Close the other files opened for the listing.
681dbbc0
ILT
2245
2246 * config/tc-sparc.h (md_cons_align): Define.
2247 (sparc_cons_align): Declare.
2248 (HANDLE_ALIGN): Define.
2249 (sparc_handle_align): Declare.
2250 * config/tc-sparc.c (sparc_cons_align): New function.
2251 (sparc_handle_align): New function.
2252 * read.c (cons_worker): Call md_cons_align if it is defined.
2253
2254 * as.h (struct frag): Add fr_file and fr_line fields.
2255 * frags.c (frag_new): Set fr_file and fr_line.
2256 (frag_var): Likewise.
2257 (frag_variant): Likewise.
2258
7e027ce6
ILT
2259 * as.h (struct frag): Remove unused align_mask and align_offset
2260 fields.
2261
f9b990cd
ILT
2262 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
2263 From <uddeborg@carmen.se>.
2264
9b4b98bd
ILT
2265Wed Jun 26 13:21:34 1996 Ian Lance Taylor <ian@cygnus.com>
2266
67b48b58
ILT
2267 * configure.in (mips-*-osf*): New target.
2268 * configure: Rebuild.
2269
9b4b98bd
ILT
2270 * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
2271
344a8d61
JSC
2272Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>
2273
2274 * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
2275 between co-processor comparisons and branches for the VR4300.
2276
1c94de4d
JM
2277Mon Jun 24 18:02:50 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2278
2279 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
2280 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
2281 (docdir): Removed.
2282 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2283 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
2284 includedir): Use autoconf set values.
2285 (docdir): Removed.
2286
b290fd25
ILT
2287Mon Jun 24 11:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
2288
1c94de4d
JM
2289 * listing.c (listing_eject): Don't do anything if listing is 0.
2290 (listing_list): Likewise.
2291 (listing_source_line): Likewise.
2292 (listing_title): Don't save title if listing is 0.
2293 (listing_source_file): Check listing rather than listing_tail.
2294
b290fd25
ILT
2295 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
2296 using shared libraries.
2297 * configure: Rebuild.
2298
2299Fri Jun 21 18:22:23 1996 Ian Lance Taylor <ian@cygnus.com>
2300
2301 * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
2302 absolute expression if a relocation type was specified.
2303
644edced
ILT
2304Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
2305
2306 * configure.in: Add support for *-*-rtems* configurations.
2307 * configure: Rebuild.
2308
df586de2
ILT
2309Fri Jun 21 16:01:18 1996 Richard Henderson <rth@tamu.edu>
2310
2311 * configure.in: Add alpha-*-linuxecoff* target. Use elf for
2312 alpha-*-linux* target. Force bfd_gas for alpha-*. Require
2313 opcodes library for alpha.
2314 * configure: Rebuild with autoconf 2.10.
2315 * config/tc-alpha.c: Substantial rewrite to add ELF support and
2316 use new opcode table.
2317 * config/tc-alpha.h (md_undefined_symbol): Don't define.
2318 (LOCAL_LABEL): Define differently if OBJ_ELF.
2319 (FAKE_LABEL_NAME): Define if OBJ_ELF.
2320 * config/alpha-opcode.h: Remove.
2321 * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
2322 * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
2323 include/opcode/alpha.h rather than config/alpha-opcode.h.
2324
7ca8e36e
ILT
2325Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com>
2326
edec3111
ILT
2327 * config/obj-aout.c (obj_emit_relocations): Give an error if the
2328 relocation symbol was not resolved.
2329 * config/obj-coff.c (do_relocs_for): Likewise.
2330
7ca8e36e
ILT
2331 * write.c (adjust_reloc_syms): Refetch the symbol section after
2332 calling S_GET_VALUE, since it may have changed.
2333
2334 * expr.c (struct expr_symbol_line): Define.
2335 (expr_symbol_lines): New static variable.
2336 (make_expr_symbol): Add entry to expr_symbol_lines.
2337 (expr_symbol_where): New function.
2338 * expr.h: Use extern on function declarations.
2339 (expr_symbol_where): Declare.
2340 * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
2341 rather than printing the meaningless name of an expression
2342 symbol.
2343
214f540d
KR
2344Thu Jun 20 15:57:41 1996 Ken Raeburn <raeburn@cygnus.com>
2345
2346 * config/tc-i386.c (md_number_to_chars): Deleted.
2347 * config/tc-i386.h (md_number_to_chars): New macro.
2348
2349 * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
2350 the file.
2351 (load_symbol_address, load_expression): Use build_mem.
2352 (build_operate): New function.
2353 (emit_addq_r): Use it.
2354
2355 Wed Mar 13 22:14:14 1996 Pat Rankin <rankin@eql.caltech.edu>
2356
2357 * symbols.c (colon): #if VMS, use S_SET_OTHER to store `const_flag'.
2358
2359 Tue Mar 5 14:31:45 1996 Pat Rankin <rankin@eql.caltech.edu>
2360
2361 * config/tc-vax.h (NOP_OPCODE): Define.
2362
2363 Sun Feb 4 21:01:03 1996 Pat Rankin <rankin@eql.caltech.edu>
2364
2365 * config/obj-vms.h (S_IS_COMMON): Define.
2366 (S_IS_LOCAL): Check for \002 as well as \001.
2367 (LONGWORD_ALIGNMENT): New macro.
2368 (SUB_SEGMENT_ALIGN): Use it.
2369
2370 Fri Jan 26 17:44:09 1996 Pat Rankin <rankin@eql.caltech.edu>
2371
2372 * config/vms-conf.h: Reconcile with conf.in.
2373
7b9b1eb2
ILT
2374Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com>
2375
793f9558
ILT
2376 * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
2377 defined.
2378
84577dde
ILT
2379 * doc/as.texinfo: Document that any number of hex digits can
2380 follow \x.
2381
0d6cae1e
ILT
2382 * as.c (struct defsym_list): Define.
2383 (defsyms): New static variable.
2384 (parse_args): Just put --defsym arguments on defsyms list, rather
2385 than defining them.
2386 (main): Define defsyms after output file is created.
2387
6e3f7f1b
ILT
2388 * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
2389 cpu32. From Eric Norum <Eric.Norum@usask.ca>.
2390
8095b665
ILT
2391 * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
2392 insn_error rather than calling check_absolute_expr.
2393
2394 * as.c (emulation_name): Remove unused static variable.
2395 (default_emul_bfd_name): Add return NULL to avoid warning.
2396 * ecoff.c (ecoff_stab): Remove unused variables name and
2397 name_end.
2398 * frags.c (frag_new): Remove unused variable tmp.
2399 * hash.c (hash_grow): Parenthesize + within <<.
2400 (hash_print_statistics): Use %lu, not %d, to print unsigned
2401 long variables.
2402 * messages.c: Include "libiberty.h".
2403 (fprint_value): Add cast to avoid printf warning.
2404 (sprint_value): Likewise.
2405 * read.c: Include "ecoff.h".
2406 (emit_expr): Add casts to avoid printf warnings.
2407 * read.h: Use extern for function declarations.
2408 (pop_insert): Declare.
2409 * stabs.c: Include "ecoff.h".
2410 * subsegs.c (subseg_set_rest): Remove unused variables tmp,
2411 former_last_fragP, and new_fragP.
2412 * subsegs.h (subsegs_print_statistics): Declare.
2413 * symbols.c (debug_verify_symchain): Change macro to discard
2414 arguments.
2415 * write.c (dump_section_relocs): Likewise.
2416 * write.h: Use extern for function declarations.
2417 (write_print_statistics): Declare.
2418 * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
2419 warning.
2420 * config/e-mipself.c (mipself_bfd_name): Likewise.
2421 * config/obj-elf.h (elf_ecoff_set_ext): Declare.
2422
9ee759fc
ILT
2423 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
2424 emit relocations against external symbols.
2425
faa3f539
ILT
2426 * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
2427 message if bfd_reloc_type_lookup fails, rather than calling
2428 assert.
2429
7b9b1eb2
ILT
2430 * config/tc-alpha.c (alpha_force_relocation): Add
2431 BFD_RELOC_12_PCREL to switch.
2432
2433Tue Jun 18 20:29:57 1996 Doug Evans <dje@canuck.cygnus.com>
2434
2435 * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
2436 TE_PE (Lfoo, not .Lfoo).
2437
d9453233
ILT
2438Tue Jun 18 17:13:33 1996 Ian Lance Taylor <ian@cygnus.com>
2439
24b018ee
ILT
2440 * read.c (s_fill): Don't warn about a zero repeat count.
2441
c674dcaa
ILT
2442 * config/tc-mips.c (mips_ip): Don't warn about using AT as a
2443 coprocessor register.
2444
d9453233
ILT
2445 * config/tc-i386.c (md_assemble): When checking the size of a
2446 register to set the size of an instruction, do a bitwise and with
2447 Reg8 and Reg16 rather than requiring the type to be exactly Reg8
2448 or Reg16.
2449
3d0afe12
JL
2450Tue Jun 18 13:19:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2451
2452 * config/tc-h8300.c (parse_reg): Tweak error messages.
2453 (build_bytes): Likewise.
2454 (skip_colonthing): Handle :32 suffix.
2455 (get_specific): Promote L_24 to L_32 if it makes a match.
2456 Don't always promote L_8 to L_16.
2457 (do_a_fix_imm): Clean up L_32 and L_24 handling.
2458
3d0afe12
JL
2459 * config/tc-h8300.c (Smode): New variable.
2460 (h8300hmode): Turn off Hmode.
2461 (h8300smode): New function. Turn on Smode and Hmode.
2462 (md_pseudo_table): New ".h8300s" pseudo-op.
2463 (parse_reg): Handle "exr" register.
2464 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
2465 Handle "mach" and "machl" operands for ldmac.
2466 (get_specific): Handle "stm.l" and "ldm.l".
2467 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
2468 * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
2469 (Smode): Declare.
2470
370181a2
C
2471Mon Jun 17 15:50:53 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2472
2473 * doc/as.texinfo: Reorder chapter of machine dependent options so
2474 that it is sorted by chip name.
2475
2476 * doc/as.texinfo: Use consistant spelling of Vax.
2477 * doc/c-vax.texi: Likewise.
2478
02d4dd87
JL
2479Mon Jun 17 11:26:56 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2480
2481 * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
2482 pseudo ops.
2483 (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
2484 (md_apply_fix): Likewise.
2485 (pa_try): New function.
2486 (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
2487
b81231b7
JL
2488Sun Jun 16 22:57:47 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2489
2490 * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.
2491 (pa_level): New function.
2492
fe8d0ff3
ILT
2493Fri Jun 14 20:06:44 1996 Ian Lance Taylor <ian@cygnus.com>
2494
2495 * listing.c (listing_newline): Don't do anything if listing is 0.
2496
2497Thu Jun 13 17:50:54 1996 Ian Lance Taylor <ian@cygnus.com>
2498
2499 * subsegs.c (section_symbol): If symbol_table_frozen is set, call
2500 symbol_create, not symbol_new.
2501
9bec2a42
ILT
2502Wed Jun 12 14:10:44 1996 Ian Lance Taylor <ian@cygnus.com>
2503
2504 * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
2505 absolute symbol unless TC_FORCE_RELOCATION returns true.
2506
2507 * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER
2508 version.
2509 (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of
2510 the symbol to a pointer. Don't set previous_file_symbol.
2511 Simplify symbol list rearrangement.
2512 (coff_frob_symbol): Don't do anything with C_FILE symbols.
2513 (coff_adjust_symtab): Don't check previous_file_symbol.
2514
c992cf9b
MM
2515Mon Jun 10 14:52:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2516
2517 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
2518 directive.
2519 (md_pseudo_table): Add ppc_elf_lcomm.
2520
1ba76615 2521Mon Jun 10 11:45:51 1996 Ian Lance Taylor <ian@cygnus.com>
92e61d31
ILT
2522
2523 * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
2524 d0{24:1},d0' works without an immediate prefix on the bit numbers.
2525 (md_begin): Add digits to alt_notend_table.
2526 (md_parse_option): Make s a const pointer.
1ba76615 2527
b91e85c2
ILT
2528 * config/tc-sparc.c (md_pseudo_table): Add "empty".
2529 (s_empty): New static function.
2530
e789e620
ILT
2531 * config/obj-coff.c (struct filename_list): Only define if not
2532 BFD_ASSEMBLER.
2533 (filename_list_head, filename_list_tail): Likewise.
2534 (c_section_symbol): Remove unused BFD_ASSEMBLER version.
2535 (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging
2536 flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should
2537 have a section of N_ABS rather than N_DEBUG. If we do a merge,
2538 remove the new symbol from the list.
2539 (obj_coff_endef, both versions): Call tag_insert even if there is
2540 an old symbol with the same name, if the old symbol does not
2541 happen to be a tag.
2542 (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of
2543 the SF_GET_DEBUG condition. Don't call SA_SET_SYM_ENDNDX with a
2544 symbol that will be moved to the end of the symbol list.
2545 (coff_adjust_section_syms): Always call section_symbol for .text,
2546 .data, and .bss.
2547 (coff_frob_section): Likewise. Also, remove unused variable
2548 strname.
2549
0670452e
ILT
2550 * config/tc-ns32k.c (convert_iif): Call frag_grow rather than
2551 manipulating frags directly.
2552 (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is
2553 defined.
2554
41822c41
ILT
2555 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
2556 whether the next character is '*' before checking whether we are
2557 at the start of a line. Permit LINE_COMMENT_START to start a
2558 comment in state 1 (seen some whitespace) as well, to match the
2559 documentation.
2560
1ba76615
ILT
2561 * gasp.c (do_align): Permit a fill value for .align.
2562
ed381b67
JW
2563Wed Jun 5 17:09:26 1996 Ian Lance Taylor <ian@cygnus.com>
2564
2565 * read.c (next_char_of_string): Warn if a newline is seen in the
2566 middle of a string. Call bump_line_counters when appropriate.
2567
2568Wed Jun 5 17:08:36 1996 Richard Henderson <rth@tamu.edu>
2569
2570 * symbols.c (colon): Use LOCAL_LABEL.
2571
2c7aeec6
TT
2572Tue Jun 4 10:55:16 1996 Tom Tromey <tromey@csk3.cygnus.com>
2573
2574 * Makefile.in (install): Don't check to see if tooldir exists.
2575 Make $(tooldir) and $(tooldir)/bin.
2576
527b8324
MM
2577Tue Jun 4 10:14:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2578
2579 * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
2580 default.
2581
3b426f5a
ILT
2582Mon Jun 3 11:34:41 1996 Ian Lance Taylor <ian@cygnus.com>
2583
2584 * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
2585 insn_error. Don't put the string "ERROR" in insn_error. Set
2586 insn_error rather than calling as_warn for an unsupported opcode.
2587
9c44af60
ILT
2588Sat Jun 1 21:51:55 1996 Ian Lance Taylor <ian@cygnus.com>
2589
2590 * config/tc-mips.c (md_parse_option): Check for a 64 bit format
2591 before permitting -64.
2592 * output-file.c (output_file_create): Remove duplicate
2593 bfd_perror.
2594
98bfd087
ILT
2595Fri May 31 01:08:06 1996 Ian Lance Taylor <ian@cygnus.com>
2596
87178180
ILT
2597 * config/tc-mips.c (md_begin): If -64, create a .MIPS.options
2598 section rather than a .reginfo section.
2599 (mips_elf_final_processing): If -64, write out 64 bit RegInfo
2600 information.
2601
98bfd087
ILT
2602 * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
2603 bit value with the high bit set.
2604
b95bee13
ILT
2605Thu May 30 19:00:19 1996 Ian Lance Taylor <ian@cygnus.com>
2606
2607 * read.c (s_lcomm): Set section flags for .sbss section.
2608
2609 * config/tc-mips.c (mips_64): New static variable.
2610 (mips_target_format): If mips_64, return elf64 targets rather than
2611 elf32 ones.
2612 (md_longopts): Add "32" and "64".
2613 (md_parse_option): Handle -32 and -64.
2614 (md_show_usage): Mention -32 and -64.
2615 (cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
2616 a 4 byte one.
2617
1facd5f0
MM
2618Thu May 30 10:36:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2619
98bfd087
ILT
2620 * config/tc-ppc.c (comment_chars): Make '!' a comment character
2621 for Solaris compatibility.
d0e1c803 2622
1facd5f0
MM
2623 * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
2624 .stabd with 4 arguments into a .stabn.
2625
a40aee38
ILT
2626Wed May 29 16:43:16 1996 Ian Lance Taylor <ian@cygnus.com>
2627
2628 * config/tc-mips.c (macro): When passing X_add_number to
2629 macro_build, cast it to int first.
2630
943bdfdc
ILT
2631Tue May 28 13:29:39 1996 Ian Lance Taylor <ian@cygnus.com>
2632
54388b85
ILT
2633 * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as
2634 created by emit_expr.
2635
943bdfdc
ILT
2636 * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call
2637 as_perror rather than assert.
2638
9b61d62b
ILT
2639Fri May 24 18:24:11 1996 Ian Lance Taylor <ian@cygnus.com>
2640
2641 * config/tc-mips.c (mips_ip): Mark sections created to hold
2642 floating point information as read only.
2643
e30c0076
MM
2644Fri May 24 12:07:54 1996 David Edelsohn <edelsohn@mhpcc.edu>
2645
2646 * config/tc-ppc.c (ppc_set_cpu): Change defaults to match AIX.
2647
63cafcef
MM
2648Thu May 23 17:34:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2649
adeab39b
MM
2650 * read.c (potable): Add .skip as a synonym for .space.
2651
63cafcef
MM
2652 * stabs.c (s_stab_generic): For PowerPC ELF, allow .stabd to take
2653 4 arguments, providing the 4th argument is 0, to allow
2654 compatibility with the Solaris assembler.
2655
2656Thu May 16 15:51:48 1996 Ian Lance Taylor <ian@cygnus.com>
2657
2658 * config/tc-sh.h (struct sh_segment_info_type): Define.
2659 (TC_SEGMENT_INFO_TYPE): Define.
2660 (sh_frob_label): Declare.
2661 (tc_frob_label): Define.
2662 (sh_flush_pending_output): Declare.
2663 (md_flush_pending_output): Define.
2664 * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
2665 reloc before the instruction if necessary.
2666 (sh_frob_label): New function.
2667 (sh_flush_pending_output): New function.
2668 (sh_coff_frob_file): Ignore ALIGN, CODE, DATA, and LABEL relocs
2669 when looking for the reloc for the target of .uses.
2670 (md_convert_frag): Fix printf format (%0xlx to 0x%lx).
2671 (sh_force_relocation): Force CODE, DATA, and LABEL relocs to be
2672 emitted.
2673 (md_apply_fix): Ignore CODE, DATA, and LABEL relocs.
2674 (sh_coff_reloc_mangle): Force CODE, DATA, and LABEL relocs to use
2675 the absolute symbol.
2676
2677 * subsegs.h (segment_info_type): Add tc_segment_info_data field if
2678 TC_SEGMENT_INFO_TYPE is defined.
2679
3ea36b53
ILT
2680Wed May 15 12:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
2681
2682 * config/tc-i386.c (md_assemble): Make sure the opcode suffix
2683 matches the register size.
2684
ecb9b1ca
JL
2685Wed May 15 08:33:37 1996 Jeffrey A Law (law@cygnus.com)
2686
2687 * config/obj-coff.c (count_entries_in_chain): Ignore Fixups with
2688 fx_done set.
2689 (do_relocs_for): Likewise.
2690 (fixup_segment): Don't just quit if linkrelax is set. Try to
2691 apply non pc-relative sym1-sym2 fixups, even if linkrelax is
2692 nonzero.
2693
f122568e
MM
2694Fri May 10 14:16:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2695
2696 * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section
2697 relative relocations with -mrelocatable. Also allow unfixed
2698 relocs in .ex_shared.
2699
6648d3ae
ILT
2700Tue May 7 11:24:10 1996 Ian Lance Taylor <ian@cygnus.com>
2701
2702 * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is
2703 non-zero before assuming this is a long file name.
2704 (w_strings): Likewise.
2705 (c_dot_file_symbol): Set FNAME_OFFSET to 1 for a long file name.
2706
2707 * config/obj-coff.c (w_strings): Move declaration of i inside
2708 #ifdef block which uses it.
2709
c47fc401
JL
2710Tue May 7 00:49:58 1996 Jeffrey A Law (law@cygnus.com)
2711
2712 * config/tc-h8300.c (do_a_fix_imm): Rename last argument to
2713 "relaxmode". Output relocs which identify various relaxing
2714 possibilities for mov.[bwl] instructions.
2715 (build_bytes): Pass in a relaxing mode to do_a_fix_imm.
2716
9ea82743
DE
2717Mon May 6 15:26:28 1996 Doug Evans <dje@canuck.cygnus.com>
2718
2719 * config/tc-arm.h (TC_HANDLES_FX_DONE): Define.
2720 (MD_APPLY_FIX3): Define.
2721 * config/tc-arm.c (my_get_expression): Only watch for bad segments
2722 if OBJ_AOUT.
2723 (md_apply_fix3): Renamed from md_apply_fix.
2724 If pcrel reloc and symbol is in different section, undo effects
2725 of md_pcrel_from.
2726
ab7db73b
JL
2727Sat May 4 12:49:35 1996 Jeffrey A Law (law@cygnus.com)
2728
2729 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust
2730 any reloc with an LR% or RR% field selector for SOM.
2731
c9324fcd
ILT
2732Sat May 4 11:26:19 1996 Ian Lance Taylor <ian@cygnus.com>
2733
2734 * Makefile.in: Add subsegs.h to appropriate TARG_CPU_DEP_*
2735 variables.
2736
d4d7d98c
ILT
2737Fri May 3 17:58:31 1996 Ian Lance Taylor <ian@cygnus.com>
2738
2739 * config/obj-coff.c (coff_frob_symbol): Don't merge a symbol with
2740 SF_GET_STATICS set.
2741 (yank_symbols): Likewise.
2742
8fe2ec52
ILT
2743Wed May 1 13:38:17 1996 Ian Lance Taylor <ian@cygnus.com>
2744
7681eb9d
ILT
2745 * subsegs.h (segment_info_type): If MANY_SEGMENTS and not
2746 BFD_ASSEMBLER, add name field.
ba97ba7e
ILT
2747 * config/obj-coff.c: Include "libiberty.h".
2748 (coff_header_append): Handle long section names.
7681eb9d
ILT
2749 (crawl_symbols): Just use the name field for the symbol name,
2750 without worrying about null byte termination.
2751 (w_strings): Handle long section names.
2752 (write_object_file): Likewise. Also, use the name field, rather
2753 than scnhdr.s_name.
2754 (obj_coff_add_segment): Permit long section names.
2755 (obj_coff_init_stab_section): Use the name field, rather than
2756 scnhdr.s_name.
2757 (adjust_stab_section): Likewise.
2758 * config/te-pe.h (COFF_LONG_SECTION_NAMES): Define.
2759
8fe2ec52
ILT
2760 * config/tc-i960.c (brtab_emit): Don't set fx_im_disp field.
2761 (mem_fmt): Likewise.
2762 (md_apply_fix): Don't check fx_im_disp field.
2763
556829bc
ILT
2764Thu Apr 25 11:39:51 1996 Ian Lance Taylor <ian@cygnus.com>
2765
f9e36fc6
ILT
2766 * configure.in: Add * after sparc*-*-vxworks.
2767 * configure: Rebuild.
2768
556829bc
ILT
2769 * app.c (do_scrub_begin): If tc_comment_chars is not defined,
2770 define it to comment_chars. Use tc_comment_chars rather than
2771 comment_chars.
2772 (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
2773 * config/tc-m68k.h (tc_comment_chars): Define.
2774 (m68k_comment_chars): Declare.
2775 * config/tc-m68k.c (m68k_comment_chars): Rename from
2776 comment_chars. Change into a pointer rather than an array.
2777 (md_longopts): Add "bitwise-or".
2778 (md_parse_option): Handle OPTION_BITWISE_OR.
2779 (md_show_usage): Mention --bitwise-or.
2780 * doc/c-m68k.texi: Document --bitwise-or.
2781
116bf30f
ILT
2782Wed Apr 24 11:28:38 1996 Ian Lance Taylor <ian@cygnus.com>
2783
912e4245
ILT
2784 * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
2785 in 68000 mode.
2786
116bf30f
ILT
2787 * config/obj-coff.c (obj_coff_section): BFD_ASSEMBLER version:
2788 call demand_empty_rest_of_line. Non BFD_ASSEMBLER version:
2789 correct handling of input line pointer, and call
2790 demand_empty_rest_of_line.
2791
58c9a12b
DE
2792Mon Apr 22 18:02:37 1996 Doug Evans <dje@blues.cygnus.com>
2793
2794 * config/tc-sparc.c (in_bitfield_range): New static function.
2795 (sparc_ip): New cases X,Y. Use SPARC_OPCODE_ARCH_V9_P.
2796 (md_apply_fix, cases BFD_RELOC_32_PCREL_S2,
2797 BFD_RELOC_SPARC_{WDISP16,WDISP19}): Fix undefined code.
2798 (md_apply_fix): New cases BFD_RELOC_SPARC_[56].
2799 (tc_gen_reloc): New cases BFD_RELOC_SPARC_[56].
2800
ff406bd3
ILT
2801Thu Apr 18 18:58:33 1996 Ian Lance Taylor <ian@cygnus.com>
2802
2803 * config/obj-coff.c: BFD_ASSEMBLER:
2804 (coff_last_bf): New static variable.
2805 (coff_frob_symbol): Set endndx of a .bf symbol.
2806 Non BFD_ASSEMBLER:
2807 (obj_coff_endef): Call SF_SET_PROCESS on a .bf symbol.
2808 (last_bfP): New static variable.
2809 (yank_symbols): Set endndx of a .bf symbol.
2810
47d12b2c
MM
2811Thu Apr 18 11:53:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2812
2813 * config/tc-ppc.c (md_parse_option): Add support for Solaris's -le
2814 and -s options. Add -be for good measure.
2815
3ce7f41a
ILT
2816Wed Apr 17 12:31:01 1996 Ian Lance Taylor <ian@cygnus.com>
2817
2818 * read.c (s_space): Support non-constant fill value. Handle fill
2819 value correctly for a size other than 1.
2820
865447db
DE
2821Tue Apr 16 15:17:40 1996 Doug Evans <dje@canuck.cygnus.com>
2822
2823 * config/tc-arm.c (my_get_float_expression): Update call to
2824 gen_to_words, X_PRECISION changed from 6 to 5.
2825
159e6ef8
MM
2826Tue Apr 16 10:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2827
2828 * config/tc-ppc.c (register_name,reg_name_search): Move register
2829 name lookup from PE specific code to all targets. Add support for
2830 -mregnames/-mno-regnames to control whether register names are
2831 expanded or not.
2832 (md_assemble): Call register_name for all platforms.
2833 (md_parse_option): Add support for -mregnames/-mno-regnames.
2834
2835 * configure.in (powerpcle*-*-solaris): Add support.
2836 (powerpc*-*-linux): Ditto.
2837 * configure: Regenerate.
2838
2839 * config/ppc-sol.mt: New config file for PowerPC Solaris.
2840
7a15a226
ILT
2841Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
2842
aa9e2dbe
ILT
2843 * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
2844 be associated with a single %lo reloc.
2845
7a15a226
ILT
2846 * config/tc-mips.c (load_address): Cast X_add_number to valueT
2847 before comparing against MAX_GPREL_OFFSET, so that negative
2848 numbers are handled correctly.
2849 (macro): Likewise.
2850
65feb78d
ILT
2851Thu Apr 11 12:39:02 1996 Ian Lance Taylor <ian@cygnus.com>
2852
ed94c2b8
ILT
2853 * config/tc-sparc.c (last_insn): New static variable.
2854 (md_assemble): Warn about putting floating point branches in a
2855 delay slot. If architecture is less than v9, insert NOP
2856 instructions between floating point instructions and floating
2857 point branches. (The SunOS assembler does both these operations.)
2858 Save the last instruction opcode.
2859 (sparc_ip): Add pinsn parameter. Change caller.
2860
65feb78d
ILT
2861 * config/tc-m68k.c (md_estimate_size_before_relax): Correct check
2862 for byte jump to next instruction to skip empty frags.
2863
456c301f
ILT
2864Wed Apr 10 16:48:12 1996 Ian Lance Taylor <ian@cygnus.com>
2865
2866 * config/tc-alpha.c (alpha_ip): If we are going to call emit_add64
2867 for addq with a 16 bit signed value, just emit a lda instruction
2868 instead.
2869
b3ed89e8
JL
2870Wed Apr 10 14:34:49 1996 Jeffrey A Law (law@cygnus.com)
2871
2872 * config/tc-h8300.c (do_a_fix_imm): Don't cut off high bits
2873 of a 32bit operand.
2874
b4cb4ea2
ILT
2875Mon Apr 8 14:42:53 1996 Ian Lance Taylor <ian@cygnus.com>
2876
2877 * configure.in: Permit --enable-shared to specify a list of
2878 directories.
2879 * configure: Rebuild.
2880
dcb195f8
JL
2881Fri Apr 5 17:01:35 1996 Jeffrey A Law (law@cygnus.com)
2882
2883 * config/tc-h8300.c (get_specific): Remove some #if 0 code.
2884 (build_bytes): Remove all ABSMOV related code; it's unnecessary.
2885
13e4a17e
ILT
2886Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2887
2888 * config/atof-ieee.c: Fix handling of denormalized extended
2889 precision numbers and overflow/underflow detection.
2890 (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to
2891 not include the 16 bit gap in the m68k extended precision format.
2892
2ae5f50b
ILT
2893Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
2894
2895 * configure.in: Add i386-*-freebsdelf* target; from John Polstra
2896 <jdp@polstra.com>.
2897 * configure: Rebuild.
2898
54ea771f
JSC
2899Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
2900
2901 * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
2902 be accessed using the $gp register.
2903 * config/tc-mips.h (MAX_GPREL_OFFSET): Added.
2904
65b12103
DE
2905Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com>
2906
2907 * config/tc-sparc.c (sparc_md_end): Set bfd machine number to
2908 bfd_mach_sparc_sparclet if current_architecture is sparclet.
2909
2271578d
ILT
2910Mon Apr 1 16:55:44 1996 Ian Lance Taylor <ian@cygnus.com>
2911
2912 * read.c (get_line_sb): Bump line counters based on
2913 input_line_pointer[-1], not *input_line_pointer. Don't bother to
2914 call LISTING_NEWLINE.
2915 (s_macro): Don't call demand_empty_rest_of_line.
2916 * app.c (do_scrub_chars): When handling C style comments, unget
2917 ch2 rather than ch.
2918
7d3741ed
ILT
2919Fri Mar 29 16:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
2920
2921 * read.h (enum linkonce_type): Define.
2922 (s_linkonce): Declare.
2923 * read.c (potable): Add "linkonce".
2924 (s_linkonce): New function.
2925 * subsegs.h (segment_info_type): Add linkonce field to
2926 MANY_SEGMENTS && ! BFD_ASSEMBLER section.
2927 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
2928 (obj_coff_pe_handle_link_once): Declare if TE_PE.
2929 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
2930 "coff/pe.h".
2931 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
2932 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
2933 entry based on the linkonce field in segment_info.
2934 * doc/as.texinfo: Document .linkonce.
2935
0c203340
C
2936Fri Mar 29 11:31:27 1996 J.T. Conklin (jtc@lisa.cygnus.com)
2937
2938 * doc/as.1: Changed to be recognized by catman -w on Solaris.
2939
867a58b3
ILT
2940Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com>
2941
3197da91
ILT
2942 * stabs.c (s_stab_generic): Call the listing functions before
2943 doing the rest of the processing, which may involve freeing the
2944 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
2945 SEPARATE_STAB_SECTIONS case.
2946
3c071b9f
ILT
2947 * config/tc-hppa.c: Remove nested comment.
2948 (tc_gen_reloc): Move label done inside the ifdef in which it is
2949 used.
2950 (md_apply_fix): Pass pointers to correct types to libhppa.h
2951 functions. Always return a value.
2952
867a58b3
ILT
2953 * config/tc-mips.h (tc_frob_file): Define.
2954 (mips_frob_file): Declare.
2955 * config/tc-mips.c (struct mips_hi_fixup): Define.
2956 (mips_hi_fixup_list): New static variable.
2957 (imm_unmatched_hi): New static variable.
2958 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
2959 offset_reloc. Pass imm_unmatched_hi to append_insn.
2960 (append_insn): Add unmatched_hi parameter. If it is set, add the
2961 new fixup to mips_hi_fixup_list. Change all callers.
2962 (mips_ip): Set imm_unmatched_hi when appropriate.
2963 (mips_frob_file): New function.
2964
d0352cbb
DE
2965Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com>
2966
2967 * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
2968 * configure: Regenerated.
2969
4f74c042
ILT
2970Tue Mar 26 18:19:12 1996 Ian Lance Taylor <ian@cygnus.com>
2971
2972 * as.c (main): Call bfd_set_error_program_name.
2973
5ba7c0be
ILT
2974Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com>
2975
c7a89bde
ILT
2976 * as.h (strdup): Don't declare.
2977 * stabs.c: Include libiberty.h
2978 (get_stab_string_offset): Use xstrdup rather than strdup.
2979 (s_stab_generic): Likewise.
2980 * as.c (parse_args): Likewise.
2981 * read.c (s_mri_sect): Likewise.
2982
5ba7c0be
ILT
2983 * gasp.c (change_base): Recognize \(...) construct documented to
2984 pass through enclosed characters literally through to the output.
2985 (process_assigns): Likewise. Also, be more careful to avoid
2986 looking past the end of the buffer.
2987
2988Thu Mar 21 13:18:43 1996 Ian Lance Taylor <ian@cygnus.com>
2989
2990 * config/tc-i386.c (md_parse_option): If OBJ_ELF, ignore -k for
2991 FreeBSD compatibility. From John Polstra <jdp@polstra.com>.
2992
d1f38e13
ILT
2993Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2994
2995 * doc/as.texinfo, doc/c-i960.texi: Fix typos.
2996
649d87fe
ILT
2997Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
2998
2999 * config/alpha-opcode.h: Added cvtst instruction.
3000
975def01
ILT
3001Mon Mar 18 13:12:46 1996 Ian Lance Taylor <ian@cygnus.com>
3002
3003 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab
3004 string. Extract the addend from the result of expression.
3005
fde6018a
ILT
3006Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com>
3007
3008 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
3009 LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
3010 mode, change the state to 3 rather than 1.
3011
ee0f488d
ILT
3012Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
3013
3014 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to
3015 correspond to 11 March change.
3016
9da28504
JL
3017Thu Mar 14 15:27:10 1996 Jeffrey A Law (law@cygnus.com)
3018
3019 * config/tc-h8300.c (build_bytes, MEMIND case): Generate
3020 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
3021
ea2488ad
ILT
3022Tue Mar 12 12:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
3023
3024 * configure: Rebuild with autoconf 2.8.
3025
8fee8bf3
ILT
3026Mon Mar 11 18:57:12 1996 Ian Lance Taylor <ian@cygnus.com>
3027
3028 * config/atof-ieee.c (gen_to_words): Improve handling of
3029 X_PRECISION numbers. Based on patches from Andreas Schwab
3030 <schwab@issan.informatik.uni-dortmund.de>.
3031
a31c2bc7
SC
3032Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
3033
3034 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
3035 (SEG_LAST): New.
3036 * subsegs.c (MANY_SEGMENTS): Increase segment limit.
3037 * obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
3038 (do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
3039 crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
3040 SEG_E9.
3041
3042Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
3043
3044 * config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
3045
73578b1e
JL
3046Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
3047
3048 * config/tc-hppa.c (SUBSEG_MILLI): Define.
3049 (pa_def_subspaces): Add $MILLICODE$.
3050 (pa_spaces_begin): Set section flags for $MILLICODE$.
3051
0c27542f
ILT
3052Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
3053
6b8ed20d
ILT
3054 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
3055 not SHT_NOBITS. Don't tamper with flags based on type if a
3056 special section was found (revert Feb 29 change).
3057
0c27542f
ILT
3058 * config/tc-sh.c (sh_do_align): Only align using the nop pattern
3059 if aligning to a longword boundary or greater.
3060
6a413d6f
JW
3061Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
3062
3063 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
3064
4b295517
SC
3065Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
3066
3067 * configure.in (i386-*-cygwin32): Don't use bfd_gas.
3068 * configure: Regenerated.
3069
eff5fcda
JL
3070Mon Mar 4 10:13:06 1996 Jeffrey A Law (law@cygnus.com)
3071
421e2c27
JL
3072 * config/tc-hppa.c: Add default definitions for R_N0SEL and
3073 R_N1SEL since they're not defined for old versions of hpux.
3074
eff5fcda
JL
3075 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
3076 Set "sym_ptr_ptr" and "addend" fields to dummy values for
3077 R_N0SEL and R_N1SEL.
3078
bb1013d9
ILT
3079Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3080
d197a7ab
ILT
3081 * flonum-konst.c: Add two more constants for 1e+-2048 and
3082 1e+-4096, and correct the other constants.
3083
bb1013d9
ILT
3084 * symbols.c (resolve_symbol_value): Handle O_logical_not.
3085
30510276
MM
3086Thu Feb 29 13:58:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3087
3088 * config/obj-elf.c (obj_elf_section): Allow predefined section
0d8405e8 3089 types to set the nobits type. Avoid a shadowed declaration.
30510276 3090
75c90d61
JL
3091Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
3092
24b216e1
JL
3093 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
3094 reduce relocs using e_nlrsel field selectors.
3095
75c90d61
JL
3096 * write.c (fix_new_exp): Don't use #elif. Some compilers
3097 don't handle it.
83b59013
JL
3098
3099 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to
3100 the selector table.
3101 (pa_chk_field_selector): Handle new field selectors for SOM.
3102
535cfd0f
ILT
3103Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3104
3105 * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets.
3106 * configure: Rebuild.
3107 * config/te-linux.h (LOCAL_LABELS_FB): Define.
3108 * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to
3109 "a.out-m68k-linux".
3110 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX
3111 is defined.
3112
d214421e
SS
3113Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
3114
3115 * mpw-make.sed: Update to handle shared library support.
3116
110b814d
DE
3117Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
3118
3119 * config/tc-sparc.c (sparc_ip): Print all architectures that support
3120 the insn on mismatch.
3121
805e36ab
RS
3122Fri Feb 23 21:44:39 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3123
3124 * configure.in: Add support for a29-coff.
3125 * configure: Rebuild.
3126
e41ab2a6
ILT
3127Thu Feb 22 16:39:43 1996 Ian Lance Taylor <ian@cygnus.com>
3128
101a2346
ILT
3129 * config/tc-sh.c (sh_coff_frob_file): Don't consider the address
3130 of the section when looking for the R_SH_USES fixup, because the
3131 frag addresses have not yet been adjusted.
3132
940c413f
ILT
3133 * gdbinit.in: Set a breakpoint on as_warn_where.
3134
e41ab2a6
ILT
3135 * config/tc-mips.c (macro): Add missing arguments to macro_build
3136 omitted in last change. From Jim Wilson <wilson@cygnus.com>.
3137
c6016ce2
ILT
3138Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com>
3139
3140 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
3141 if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
3142
b32fbe07
DE
3143Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com>
3144
3145 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.
3146
2e5e6879
DE
3147Tue Feb 20 21:48:03 1996 Doug Evans <dje@charmed.cygnus.com>
3148
3149 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.
3150 (sparc_ip): Accept %asr[1..31] for v8 and %asr[%16..31] for v9.
3151 Recognize [uU] format args as sparclet cpregs.
3152
8a2e1fdd
ILT
3153Tue Feb 20 22:25:55 1996 Ian Lance Taylor <ian@cygnus.com>
3154
3155 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
3156 in bss_section.
3157
21965655
ILT
3158Mon Feb 19 14:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
3159
3160 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
3161 well as S_IS_EXTERNAL.
3162 (tc_fix_adjustable): Likewise.
3163 * config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
3164 S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
3165 early.
3166 (tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
3167 deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
3168
d8b42b96
DE
3169Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com>
3170
3171 * config/tc-sparc.c (max_architecture): Change to sparclite for
3172 32 bit arch.
3173 (default_compatible): Delete.
3174 (sparc_ffs): New function.
3175 (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
3176 (sparc_ip): Rewrite architecture match and bump logic.
3177
7925f4d4
ILT
3178Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com>
3179
3180 * configure.in: Check for 'do not mix' from native linker before
3181 trying to use -rpath.
3182 * configure: Rebuild.
3183
ef2074c2
ILT
3184Fri Feb 16 16:53:31 1996 Ian Lance Taylor <ian@cygnus.com>
3185
3186 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
3187 (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
3188 (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
3189 * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
3190 is set.
3191 (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
3192 to the symbol lnnoptr field, to get the correct file offset.
3193
28910c57
MM
3194Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3195
3196 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
3197 symbols that are not function, file, or section symbols to be
3198 object types.
3199
7c2fadd1
ILT
3200Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
3201
1a2f3c3f
ILT
3202 * configure: Set and substitute RPATH_ENVVAR.
3203 * configure: Rebuild.
3204 * Makefile.in (RPATH_ENVVAR): New variable.
3205 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
3206
7c2fadd1
ILT
3207 * configure.in: Accept i686. From H.J. Lu <hjl@zoom.com>: i386
3208 doesn't need opcodes. If configuring shared, opcodes needs bfd.
3209 * configure: Rebuild.
3210
8a6f53e9
ILT
3211Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
3212
3213 * read.c (s_mri_sect): Don't return '\0' in type. Set all
3214 appropriate flags in BFD section.
3215
3216 * configure.in (m68k-*-psos*): New target.
3217 * configure: Rebuild.
3218 * config/te-psos.h: New file.
3219 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
3220 is defined.
3221
fb251650
ILT
3222Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com>
3223
ae09d880
ILT
3224 From Alan Modra <alan@spri.levels.unisa.edu.au>:
3225 * configure.in: Remove duplicate setting of cpu_type. Check
3226 whether opcodes library is required for on all targets, not just
3227 primary one.
3228 * configure: Rebuild.
3229
fb251650
ILT
3230 * config/tc-mips.c (mips_big_got): New static variable.
3231 (s_extern): Don't declare.
3232 (reg_needs_delay): New static function.
3233 (macro_build): Permit GOT/CALL_HI/LO relocs.
3234 (macro_build_lui): If place is not NULL, use the number in the
3235 expression.
3236 (load_address): Handle mips_big_got case.
3237 (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
3238 store macros.
3239 (OPTION_XGOT): Define.
3240 (md_longopts): Add "xgot" if OBJ_ELF.
3241 (md_parse_option): Handle -xgot.
3242 (md_show_usage): Mention -xgot.
3243 (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
3244 (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
3245
d9396c16
ILT
3246Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3247
3248 * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
3249 the byte relocation, point it to the low byte of the word.
3250
56f9773f
ILT
3251Tue Feb 13 15:31:18 1996 Ian Lance Taylor <ian@cygnus.com>
3252
3253 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
3254 * configure: Rebuild.
3255
63e4edb5
DE
3256Mon Feb 12 15:53:46 1996 Doug Evans <dje@charmed.cygnus.com>
3257
3258 * configure.in: Recognize any sparc* cpu.
3259 * configure: Regenerated.
3260
15ed5f2c
ILT
3261Mon Feb 12 15:41:21 1996 Ian Lance Taylor <ian@cygnus.com>
3262
20710f1c
ILT
3263 * read.c (potable): Add "mri" and ".mri".
3264 (s_mri): New function.
3265 * read.h (s_mri): Declare.
3266 * app.c (scrub_m68k_mri): New static variable.
3267 (mri_pseudo): New static variable.
3268 (do_scrub_begin): Add m68k_mri parameter. Use it rather than
3269 flag_m68k_mri. Initialize scrub_m68k_mri.
3270 (mri_state, mri_last_ch): New static variables.
3271 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
3272 fields.
3273 (app_push): Save new fields.
3274 (app_pop): Restore new fields.
3275 (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
3276 If TC_M68K, use a trivial state machine to look for occurrences of
3277 the .mri pseudo-op, and change the mode appropriately.
3278 * as.h (do_scrub_begin): Update prototype.
3279 * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
3280 do_scrub_begin.
3281 * config/tc-m68k.c (reg_prefix_optional_seen): New static
3282 variable.
3283 (m68k_mri_mode_change): New function.
3284 (md_parse_option): Set reg_prefix_optional_seen.
3285 * config/tc-m68k.h (m68k_mri_mode_change): Declare.
3286 (MRI_MODE_CHANGE): Define.
3287 * doc/as.texinfo: Document .mri pseudo-op.
3288
15ed5f2c
ILT
3289 * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
3290 comment character.
3291
a043f579
ILT
3292Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3293
3294 Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
3295 * config/m68k-parse.h (enum pic_relocation): Define.
3296 (struct m68k_exp): Add pic_reloc field.
3297 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
3298 (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
3299 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
3300 otherwise.
3301 * config/tc-m68k.c: Delete definition of NO_RELOC.
3302 (struct m68k_it): Add pic_reloc field.
3303 (add_fix): Copy over pic_reloc field.
3304 (md_pseudo_table): Interpret .align parameter as byte count.
3305 (mote_pseudo_table): Likewise.
3306 (tc_m68k_fix_adjustable): New function.
3307 (get_reloc_code): New function.
3308 (md_assemble): Use it as last argument to fix_new_exp.
3309 (md_apply_fix_2): For a relocation against a symbol don't put the
3310 addend into the data.
3311 (tc_gen_reloc): Different addend computation for OBJ_ELF.
3312 (m68k_ip): Don't relax an operand that requires pic relocation.
3313 (md_begin): Align .text, .data and .bss on 4 byte boundary by
3314 default.
3315 * write.c (fixup_segment): Don't add symbol value to addend if
3316 TC_M68K and OBJ_ELF.
3317 * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
3318 (motorola_operand): Add rule for `(zapc, EXPR)'.
3319
6ca1156d
ILT
3320Mon Feb 12 10:07:33 1996 David Mosberger-Tang <davidm@azstarnet.com>
3321
3322 * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
3323 *really* is permissible before the comma.
3324
fcee3e24
ILT
3325Mon Feb 12 00:12:13 1996 Ian Lance Taylor <ian@cygnus.com>
3326
3327 * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
3328 inserting nop instructions.
3329
3e1c964d
ILT
3330Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
3331
3332 * config/te-aux.h: Change include of aux.h to aux-coff.h.
3333
4080c270
ILT
3334Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
3335
d782e3cc
ILT
3336 * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
3337 class setting for a CALLNAME symbol in COFF.
3338
4080c270
ILT
3339 * read.c (potable): Pass negative numbers for new .balign[wl] and
3340 .p2align[wl] pseudo-ops.
3341 (s_align_bytes): Treat a negative argument as specifying the fill
3342 length.
3343 (s_align_ptwo): Likewise.
3344
1c9dbb83
ILT
3345Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
3346
71dd3c40
ILT
3347 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
3348 (do_align): Take new len parameter. Change all callers. Pass it
3349 to md_do_align.
3350 (s_align_bytes): Arg now indicates the length of the fill pattern.
3351 (s_align_ptwo): Likewise.
3352 * config/obj-coff.c (write_object_file): Pass length to
3353 md_do_align.
3354 * config/tc-i386.h (md_do_align): Take new len parameter.
3355 * config/tc-m88k.h (md_do_align): Likewise.
3356 * config/tc-m88k.c (m88k_do_align): Likewise.
3357 * config/tc-sh.h (md_do_align): Likewise.
3358 * config/tc-sh.c (sh_do_align): Likewise.
3359 * doc/as.texinfo: Document new pseudo-ops.
3360
3361 * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
3362 done in cvt_frag_to_fill.
3363
9addcbb1
ILT
3364 * config/tc-sh.h (sh_do_align): Declare.
3365 (md_do_align): Define.
3366 * config/tc-sh.c (sh_do_align): New function.
3367
c15ea23a
ILT
3368 * ecoff.c (ecoff_build_lineno): Don't try to store the address
3369 difference if the next address is before the current one.
3370
9e64486e
ILT
3371 * config/tc-m68k.c (struct m68k_cpu): Add alias field.
3372 (archs): Initialize new field.
3373 (m68k_ip): Don't list alias names when listing CPUs which support
3374 an instruction.
3375
3376 * as.c (main): Call parse_args before read_begin.
3377 * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
3378 front of generated pseudo-ops.
3379 * read.c (potable): Ignore "name".
3380 (s_app_file): Permit a single quote after the string, since one
3381 may appear in m68k MRI mode.
3382
1c9dbb83
ILT
3383 * configure.in: Check for --enable-shared. If linking against
3384 shared BFD and opcodes, fix library name on SunOS, and try to set
3385 -rpath reasonably.
3386 * configure: Rebuild.
3387
3388Tue Feb 6 15:16:17 1996 Ian Lance Taylor <ian@cygnus.com>
3389
3390 * as.h (flag_m68k_mri): Declare.
3391 * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
3392 * Many files: For MRI syntax that is specific to the m68k MRI
3393 assembler, check flag_m68k_mri rather than flag_mri or
3394 MRI_MODE_NEEDS_PSEUDO_DOT.
3395
dd1d79e8
ILT
3396Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com>
3397
f9e90c2e
ILT
3398 * config/tc-i960.c (ARCH_HX): Define.
3399 (arch_tab): Add HX.
3400 (targ_has_sfr): Handle ARCH_HX.
3401 (targ_has_iclass): Handle ARCH_HX.
3402 (tc_coff_fix2rtype): Add return 0 to avoid warning.
3403 (tc_headers_hook): If the architecture was specified explicitly,
3404 use it when setting the flags. Set the extern variable coff_flags
3405 rather than headers->filehdr.f_flags, since the latter is set
3406 unconditionally in obj-coff.c.
3407 (i960_handle_align): Remove unused variable fixp.
3408
dd1d79e8
ILT
3409 Support for building bfd and opcodes as shared libraries, based on
3410 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
3411 * configure.in: Set OPCODES and BFD to search directories.
3412 Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
3413 * configure: Rebuild.
3414 * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
3415 (LIBDEPS): New variable.
3416 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
3417 $(HLDFLAGS) in link.
3418 (check): Set LD_LIBRARY_PATH in the environment.
3419
3420Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
3421
3422 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
3423 .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
3424 read-only, not read/write.
3425
e277d131
ILT
3426Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
3427
3428 * Makefile.in (INSTALL_XFORM): Remove -e.
3429
e24cf2b5
ILT
3430Fri Feb 2 12:32:15 1996 Ian Lance Taylor <ian@cygnus.com>
3431
3432 * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
3433 than comparing S_GET_SEGMENT to undefined_section.
3434 (write_object_file): Skip symbols which were equated to an
3435 undefined or common symbol.
3436 * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
3437 S_IS_COMMON rather than comparing S_GET_SEGMENT to
3438 undefined_section.
3439 (S_GET_VALUE): Likewise. Avoid recursion problems if S_IS_DEFINED
3440 or S_IS_COMMON call S_GET_VALUE.
3441 * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
3442 * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
3443 to an undefined or common symbol, convert the reloc to be against
3444 the target symbol.
3445 (obj_crawl_symbol_chain): Skip symbols which were equated to an
3446 undefined or common symbol.
3447 * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
3448 * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
3449 to an undefined or common symbol, convert the reloc to be against
3450 the target symbol.
3451 (obj_crawl_symbol_chain): Skip symbols which were equated to an
3452 undefined or common symbol.
3453 * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
3454 S_IS_COMMON rather than comparing S_GET_SEGMENT to
3455 undefined_section.
3456 (yank_symbols): Skip symbols which were equated to an undefined or
3457 common symbol.
3458
4d9e33e4
ILT
3459Thu Feb 1 15:34:32 1996 Ian Lance Taylor <ian@cygnus.com>
3460
9e396994
ILT
3461 * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
3462 * config/obj-bout.h (S_IS_LOCAL): Likewise.
3463
4d9e33e4
ILT
3464 * configure.in: Make sure we only add m68k-parse.o to
3465 ${extra_objects} once, no matter how many m68k targets have been
3466 enabled.
3467 * configure: Rebuild.
3468
0ff513d9
SC
3469Wed Jan 31 18:31:46 1996 Steve Chamberlain <sac@slash.cygnus.com>
3470
3471 * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
3472 * configure: Rebuild.
3473
66b935da
ILT
3474Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
3475
c174fb5c
ILT
3476 * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
3477 * doc/c-m68k.texi: Document .extend and .ldouble.
3478
66b935da
ILT
3479 * configure.in (m68*-apple-aux*): New target.
3480 * config/te-aux.h: New file.
3481 * config/obj-coff.c (compare_external_relocs): New static function
3482 if TE_AUX.
3483 (do_relocs_for): Sort relocs if TE_AUX.
3484 (fixup_segment): If TE_AUX, store common symbol value in segment.
3485 * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
3486
30c2a08e
ILT
3487Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com>
3488
9e396994 3489 * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
615c0a79 3490
30c2a08e
ILT
3491 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
3492 BSF_FUNCTION.
3493 (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
3494 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
3495 symbol.
3496 * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
3497 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
3498 an undefined symbol and the size of a function symbol.
3499 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
3500 for all common symbols.
3501
0e6f2f82
KR
3502Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com>
3503
3504 * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
3505 scaling of index.
3506
3507 * expr.c (operand): Accept 0x hex constants in MRI mode if not on
3508 m68k.
3509
8e3ff081
ILT
3510Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com>
3511
3e78d072
ILT
3512 * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
3513 of object. From Ronald F. Guilmette <rfg@monkeys.com>.
3514
8e3ff081
ILT
3515 * ecoff.c (localsym_t): Add addend field.
3516 (add_ecoff_symbol): Add addend argument. Change all callers.
3517 (coff_sym_value): Make static.
3518 (coff_sym_addend): New static variable.
3519 (ecoff_directive_def): Initialize coff_sym_addend.
3520 (ecoff_directive_val): Accept symbol + constant.
3521 (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
3522 (ecoff_build_symbols): Include the addend in the symbol value.
3523
79edc846
KK
3524Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
3525
3526 * config/tc-ppc.c (md_assemble): Ignore overflow on
3527 BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
3528
3529Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3530
3531 * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
3532 bytes in size, so offset appropriately in big endian mode when
3533 writing the bottom 2 bytes.
3534
6cbc4e35
DE
3535Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
3536
3537 * config/tc-sparc.c (default_compatible): New static local.
3538 (md_begin): Initialize it. Rewrite warn_on_bump handling.
3539 (sparc_ip): If no architecture or -bump specified, don't mark as
3540 mismatched those in default_compatible.
3541
4fe0fddd
ILT
3542Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
3543
3544 SCO ELF support from Robert Lipe <robertl@arnet.com>:
3545 * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
3546 * configure: Rebuild.
3547 * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
3548 * config/tc-i386.c (sco_id): New function, if SCO_ELF.
3549 * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
3550 (sco_id): Declare if SCO_ELF.
3551
e70ad5d5
DE
3552Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
3553
3554 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
3555 ({max,warn_after}_architecture): New static locals.
3556 (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
3557 If both architecture and -bump requested, set max_architecture to max.
3558 (sparc_md_end): Simplify.
3559 (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
3560 Rewrite code to bump architecture and check for conflicts.
3561 (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
3562 with Solaris assembler.
3563 (md_parse_option): Likewise. Call sparc_opcode_lookup_arch.
3564 (md_show_usage): Update.
3565
a8248831
DE
3566Wed Jan 24 22:11:03 1996 Doug Evans <dje@charmed.cygnus.com>
3567
3568 * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
3569
6df07e7f
DE
3570Mon Jan 22 09:21:36 1996 Doug Evans <dje@charmed.cygnus.com>
3571
3572 * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
3573 #ifdef sparcv9 when choosing value.
3574 (ENV64): Delete.
3575 (md_end): Define.
3576 (sparc_md_end): Declare.
3577 * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
3578 (initial_architecture): New static local.
3579 (can_bump_v9_p): Likewise.
3580 (NO_V9): Delete all occurrences.
3581 (sparc_md_end): New function.
3582 (sparc_ip): New local v9_arg_p. Rework fp reg number test.
3583 Don't bump architecture to v9 unless can_bump_v9_p set.
3584 (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
3585 * configure.in (sparc64 target cpu): Don't set obj_format here.
3586 (SPARC_V9): Renamed from sparcv9.
3587 (sparc64-*-elf*): Define SPARC_ARCH64.
3588 * configure: Regenerated.
3589 * acconfig.h (SPARC_V9): Renamed from sparcv9.
3590 (SPARC_ARCH64): Add.
7fcb3191 3591 * conf.in: Regenerated.
6df07e7f
DE
3592 * config/vmsconf.h: Update.
3593
c9c7c1d7
JSC
3594Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
3595
3596 * config/tc-mips.c (load_register): Optimise "dli" loads.
3597 (md_show_usage): add "-mcpu=vr4100" to help text.
16ce20d4 3598
07ce72c9
ILT
3599Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
3600
16ce20d4
ILT
3601 * symbols.c (resolve_symbol_value): If a symbol is equated to an
3602 undefined symbol, preserve the X_op of O_symbol.
3603 (S_GET_VALUE): Fix check to permit this case.
3604 * write.c (write_relocs): If a reloc is against an undefined
3605 symbol equated to another symbol, change the reloc to be against
3606 the latter symbol.
3607 * config/obj-coff.c (do_relocs_for): Likewise.
3608
07ce72c9
ILT
3609 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
3610 XMC_PR.
3611
d971d39e
MM
3612Mon Jan 22 10:59:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3613
3614 * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
3615 computer is PowerPC.
3616
3617 * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
3618
3619 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
3620 mentioned in the eabi.
3621
0291f0f5
KK
3622Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
3623
3624 * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
3625 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
3626
c682be53
MM
3627Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3628
3629 * config/tc-ppc.c (mapping): Add more relocation suffixes.
3630
ee4fdbb9
MM
3631Sun Jan 14 21:29:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3632
3633 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
3634 as a section it is ok to have unadorned -mrelocatable pointers in.
3635
3636Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
747b98fe
MM
3637
3638 * config/tc-ppc.c (ppc_section*): Wrap these functions inside
3639 #ifdef OBJ_ELF.
3640
f99d287b
MM
3641Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3642
3643 * config/obj-elf.c (obj_elf_section): Add hooks so machine
3644 dependent section attributes can be handled.
3645
3646 * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
3647 macros to add support for exclude section flag and ordered section
3648 type.
3649
3650 * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
3651 functions to add support for exclude section flag and ordered
3652 section type.
3653
347a705b
ILT
3654Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
3655
2a4e49a9
ILT
3656 * subsegs.c (section_symbol): Don't try to look up the section
3657 symbol in the hash table. It should be possible to have a symbol
3658 with the same name as a section, but no connection to it.
3659
d9f4dec1
ILT
3660 * read.c (cons_worker): Only call mri_comment_end from flag_mri.
3661 From James Carlson <carlson@xylogics.com>.
3662
347a705b
ILT
3663 * expr.c (operand): Skip whitespace after a close parenthesis.
3664 From James Carlson <carlson@xylogics.com>.
3665
10c8c95e
JW
3666Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com>
3667
3668 * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
3669 as_warn_where for relocation overflow.
347a705b
ILT
3670 (parse_reg): Accept register name only if next character is
3671 not alphanumeric.
10c8c95e 3672
cb844314
JL
3673Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
3674
3675 * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
3676 addresses for static variables.
3677
36cb0e7c
MM
3678Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3679
3680 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
3681 and xgot give the old toc16 relocation.
3682 (md_apply_fix3): Support all GOT relocations.
3683
5e69b693
ILT
3684Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
3685
3686 * config/tc-mips.c (load_address): Correctly handle a constant in
3687 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
3688
29861dd0
C
3689Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3690
3691 * config/tc-sh.c (parse_reg): Recognize SH3 registers.
3692 (get_specific): Handle A_SSR, A_SPC and A_REG_B.
3693 (build_Mbytes): Handle REG_B.
3694
432b8fa8
ILT
3695Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com>
3696
3697 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
3698
ee68a042
RJ
3699Fri Dec 15 12:11:48 1995 Raymond Jou <rjou@mexican.cygnus.com>
3700
3701 * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
3702
b14630f2
ILT
3703Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
3704
3705 * config/obj-coff.c (write_object_file): Set the s_align field to
3706 the number of bytes, rather than to the power of 2.
3707
4a3d48fc
ILT
3708Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
3709
3710 * Makefile.in (DISTCLEAN_HERE): New variable.
3711 (distclean): Use it.
3712 (maintainer-clean): Depend upon clean-here rather than clean,
3713 distclean, and clean-info. Run make maintainer-clean in doc.
3714 Remove files listed in DISTCLEAN_HERE.
3715 * doc/Makefile.in (maintainer-clean realclean): Split out from
3716 distclean. Depend upon clean-info and distclean.
3717
7e5e83cf
SS
3718Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
3719
3720 * mac-as.r: Fix copyright and version strings.
3721 (cfrg): Use PROG_NAME instead of literal name.
3722
1b10f50d
ILT
3723Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
3724
3725 * read.c (read_a_source_file): If tc_unrecognized_line is defined,
3726 call it.
3727 * config/tc-a29k.h (tc_unrecognized_line): Define.
3728 * config/tc-a29k.c (a29k_unrecognized_line): New function.
3729 (md_operand): Handle a29k style local dollar labels.
3730
2f3bbb1b
ILT
3731Wed Dec 6 17:52:52 1995 Ian Lance Taylor <ian@cygnus.com>
3732
3733 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
3734
624c91d1
KR
3735Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
3736
3737 * read.c (s_fill): If md_flush_pending_output is defined, call
3738 it.
3739
9e4b3a23
KR
3740Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
3741
3742 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
3743 Treat rs_align_code like rs_align.
3744
3554987a
DE
3745Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
3746
3747 * config/tc-arm.c (cp_address_required_here): Set pre_inc when
3748 converting an absolute address into a PC-relative one.
3749
90f543f6
SS
3750Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
3751
3752 * mpw-config.in: Don't always use te-generic.h for emulation.
3753 (powerpc-apple-macos): Use emulation te-macos.h.
3754start-sanitize-gm
3755 (mips-gm-magic): New configuration.
3756end-sanitize-gm
3757 * mpw-make.sed (install, install-only): Edit in Mac-specific
3758 install procedure.
3759
d4c8a45e
ILT
3760Fri Dec 1 10:59:25 1995 Ian Lance Taylor <ian@cygnus.com>
3761
2eec8710
ILT
3762 * configure.in: Improve message about unsupported ELF targets.
3763 * configure: Rebuild.
3764
d4c8a45e
ILT
3765 * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
3766 pattern is zero. From Manfred Hollstein.
3767
531a1af2
KK
3768Thu Nov 30 13:25:49 1995 Kim Knuttila <krk@cygnus.com>
3769
3770 * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
3771 the various idata sections, we check the name on the .section pseudo.
3772
464070de
ILT
3773Thu Nov 30 11:23:42 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
3774
3775 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
3776 add section's paddr to add_number; compatibility to native as and
3777 ld forbids.
3778
6a087325
KR
3779Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
3780
9d5aef80
KR
3781 * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
3782
ac9ef8ee
KR
3783 * hash.c (struct hash_entry): Moved here...
3784 * hash.h (struct hash_entry): ...from here.
3785
6a087325
KR
3786 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
3787 if it's already known to be null.
3788
77fa4d98
MM
3789Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3790
3791 * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
3792 bit relocs converted to PC relative relocs. This turned out to
3793 add the offset from the beginning of .text twice.
3794
c6e4e834
KR
3795Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com>
3796
3797 * stabs.c (s_stab_generic): In 's' case, free string from
3798 obstack.
3799
3800 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
3801 sy_name_offset.
3802 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
3803 Ditto.
3804
3805 * subsegs.h (segment_info_type): Make bitfields unsigned.
3806
3807 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
3808 and move them together. On most systems this will reduce the
3809 structure size by one word.
3810 (operatorT): Define O_max.
3811 * expr.c (expr_begin): Verify that X_op is wide enough to hold
3812 O_max.
3813
3814 * read.c (pop_insert): Print error returned by hash table
3815 insertion code.
3816
3817 * as.c (dump_statistics): Split out from main; dump some hash
3818 table stats and target-specific stats.
3819 (start_time): No longer automatic to main.
3820 (main): Set file-level start_time and call dump_statistics at
3821 exit. Exit by calling xexit.
3822 (show_usage): Make --statistics description less specific.
3823 * subsegs.c (subsegs_print_statistics): New function.
3824 * write.c (write_print_statistics): New function.
3825 (n_fixups): New static variable.
3826 (fix_new_internal): Increment it.
3827 * read.c (read_print_statistics): New function.
3828 * read.h (read_print_statistics): Declare.
3829 * symbol.c (symbol_print_statistics): New function.
3830 * symbol.h (symbol_print_statistics): Declare.
3831 * hash.c (hash_print_statistics): New function.
3832 * hash.h (hash_print_statistics): Declare.
3833 * config/tc-i386.c (i386_print_statistics): New function.
3834 * config/tc-i386.h (i386_print_statistics): Declare.
3835 (tc_print_statistics): New macro.
3836 * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
3837 exit.
3838
3839 * hash.c (DELETED): Rewrite to use a valid but unique address.
3840 (START_POWER): Reduce to 10.
3841 (enum stat_enum): New enumerator, replacing STAT_* index macros.
3842 Add new values for counting strcmp calls.
3843 (GROW_FACTOR): New macro.
3844 (hash_grow): Use GROW_FACTOR. Rewrite for quick returns instead
3845 of nesting blocks.
3846 (FULL_VALUE): New macro. Use 1/4 of table size instead of 1/2.
3847 (hash_new): Use FULL_VALUE.
3848 (struct hash_control): Definition moved here.
3849 (hash_code): Don't mask to low bits.
3850 (hash_ask): Mask returned hash code here. Check hash value before
3851 calling strcmp; count strcmp calls.
3852 * hash.h (struct hash_control): Declare, don't define, here.
3853 (HASH_STATLENGTH): Deleted.
3854 (struct hash_entry): Add field for hash code.
3855 (hash_say, hash_apply): Don't declare.
3856
3857 * hash.c (destroy): Return void.
3858 (applicatee): Ditto.
3859 (main): Fix declarations.
3860 (hash_apply): Return void. Argument `function' returns void. Put
3861 inside "#ifdef TEST".
3862 (hash_say): Define only if TEST is defined.
3863 * hash.h (hash_apply, hash_say): Declarations deleted.
3864
6a4667f4
ILT
3865Mon Nov 27 13:18:25 1995 Ian Lance Taylor <ian@cygnus.com>
3866
3867 * configure: Rebuild with autoconf 2.7.
3868
330add8a
ILT
3869Tue Nov 21 18:39:01 1995 Ian Lance Taylor <ian@cygnus.com>
3870
3871 * aclocal.m4 (AC_PROG_CC): Remove local definition.
3872 * configure: Rebuild with autoconf 2.6.
3873
520dd8d5
ILT
3874Mon Nov 20 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
3875
3876 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
3877 (ppc_stabx): Don't increment ppc_debug_name_section_size.
3878 (ppc_bc): Likewise.
3879 (ppc_frob_file): Remove.
3880 * config/tc-ppc.h (tc_frob_file): Don't define.
3881 (ppc_frob_file): Don't declare.
3882
880b7429
KR
3883Mon Nov 20 13:37:05 1995 Ken Raeburn <raeburn@cygnus.com>
3884
d6c4a3fa
KR
3885 * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
3886 * config/alpha-opcode.h: Include one-operand variants of jmp and
3887 jsr.
3888
880b7429
KR
3889 * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
3890 with te-delta.h in 8.3 file systems.
3891 * configure.in: Adjusted.
3892
aa8a6656
ILT
3893Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
3894
880b7429
KR
3895 * config/tc-mips.c (s_err): Remove; just use the one in read.c.
3896
aa8a6656
ILT
3897 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
3898 number.
3899 * expr.c (operand): Handle MRI suffixes after unadorned 0.
3900
7b889f5e
KR
3901Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
3902
da9b55af
KR
3903 Version 2.6 released.
3904 * Makefile.in (VERSION): Updated to 2.6.
3905
7b889f5e
KR
3906 * config/obj-coff.c (write_object_file): Change use of md_do_align
3907 to pass a pointer rather than a fill value, to match other uses.
3908
46618ae6
KR
3909Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
3910
7b889f5e
KR
3911 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
3912
46618ae6
KR
3913 * as.c (main): Move md_end call to just after call to
3914 perform_an_assembly_pass. Delete cpu-specific code here.
3915 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
46618ae6
KR
3916 * config/tc-arm.c (md_end): Unused function deleted.
3917 * config/tc-ns32k.c (md_end): Ditto.
3918
3919 * config/tc-i386.c (i386_align_code): New function, moved here
3920 from HANDLE_ALIGN macro.
3921 * config/tc-i386.h (HANDLE_ALIGN): Call it.
3922
3923 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
3924
3925 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
3926 before comparing
3927
3928 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
3929
3930 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
3931 multi-byte nops to avoid changing gcc. The necessary gcc change
3932 might break old assemblers.
3933
3934 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
3935
3936 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
3937 generate optimal multi-byte nop instructions for ".align n"
3938 ".align n,0x90", and aligns requiring more than 15 bytes of
3939 padding still generate multiple 0x90's as before.
3940
3941Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
3942
3943 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
3944
51bc513e
SS
3945Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
3946
3947 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
3948 * configure: Update.
3949 * mpw-make.sed: Reorder commands to make sed happier.
3950 * config/te-macos.h: New file.
3951 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
3952
8b39c5df
JL
3953Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
3954
3955 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
3956 conditional branches.
3957 (md_apply_fix): Likewise.
3958
3959Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
3960
3961 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
3962 generate a reloc which the linker will not handle correctly. Fix
3963 overflow checking--R_IREL is 18 bits, not 17.
3964
6a649eda
ILT
3965Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
3966
a071b8e9
ILT
3967 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
3968 from a PC relative reloc if TC_A29K.
3969
3970 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
3971 code depends upon it.
3972
6a649eda
ILT
3973 * config/tc-a29k.c (md_operand): Handle $float, $double, and
3974 $extend. Based on code from Eric Freudenthal
3975 <freudenthal@nyu.edu>.
3976 * config/tc-a29k.h (LEX_DOLLAR): Define.
3977 * read.c (LEX_DOLLAR): Define if not defined.
3978 (lex_type): Use LEX_DOLLAR.
3979
6364a188
ILT
3980Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
3981
3982 * configure.in (a29k-nyu-sym1): New target, just like other a29k
3983 targets.
3984
0fa6f8f6
ILT
3985Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
3986
3987 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
3988
3989Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
3990
3991 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
3992 used only by "dlltool.c".
3993
eec2cfef
ILT
3994Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
3995
3996 * config/tc-alpha.c: Undefine inline if not __GNUC__.
3997 (md_pseudo_table): Don't define "extern".
3998
df7504dc
ILT
3999Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
4000
a3d1c561
ILT
4001 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
4002
df7504dc
ILT
4003 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
4004
07d012f6
ILT
4005Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
4006
36e80ac6
ILT
4007 * macro.c (macro_expand_body): Don't warn about == with a
4008 nonexistent parameter, in case it is in a comment field.
4009
07d012f6
ILT
4010 * as.c (main): On TC_A29K, call macro_init with macro_alternate
4011 set to 1.
4012 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
4013 set, even if macro_alternate is set.
4014 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
4015 (sub_actual): If macro_strip_at, and kind is '@', don't look up
4016 the token unless it ended in '@'.
4017 * config/tc-a29k.c (line_separator_chars): Remove '@'.
4018 * doc/c-a29k.texi: Document macro usage on A29K.
4019
01f108bc
ILT
4020Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
4021
4022 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
4023 signed word.
4024 (install_operand): Likewise.
4025
4026 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
4027
4028Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
4029
4030 * configure.in (m88k-motorola-sysv*): New target.
4031 * configure: Rebuild.
4032 * config/te-delta88.h: New file.
4033 * config/obj-coff.c (write_object_file): Use md_do_align if it is
4034 defined.
4035 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
4036 (md_do_align): Define.
4037 * config/tc-m88k.c: Include "subsegs.h".
4038 (m88k_do_align): New function.
4039
4040 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
4041 (COFF_NOLOAD_PROBLEM): Define.
4042 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
4043
7954cc14
KR
4044Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
4045
4046 * config/tc-i386.c (md_assemble): For a jump instruction with
4047 non-constant target, require 7 available bytes in the current
4048 frag, not 6.
4049
d033806f
FF
4050Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
4051
4052 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
4053 bfd/libelf.h.
4054
d7b2038f
ILT
4055Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
4056
4057 * configure.in (alpha-*-linux*): Use ecoff.
4058 * configure: Rebuild.
4059 * ecoff.c (ecoff_directive_extern): New function.
4060 (ecoff_directive_weakext): New function.
4061 (ecoff_build_symbols): Handle weak symbols.
4062 (ecoff_setup_ext): Likewise.
59c80ca2 4063 (ecoff_frob_symbol): Warn about weak common symbols.
d7b2038f
ILT
4064 * ecoff.h (ecoff_directive_extern): Declare.
4065 (ecoff_directive_weakext): Declare.
4066 * symbols.c (S_IS_WEAK): New function.
4067 * symbols.h (S_IS_WEAK): Declare.
4068 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
4069 "weakext".
4070 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
4071 (s_extern): Remove.
4072
cbdf59ad
ILT
4073Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
4074
b629f627
ILT
4075 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
4076
7ab1edc8
ILT
4077 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
4078 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
4079 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
4080 * config/obj-coff.c (coff_frob_symbol): Don't call
4081 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
4082 one. If OBJ_XCOFF, try to figure out whether the symbol is going
4083 to be dropped.
4084
31751d9d
ILT
4085 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
4086 (ppc_stab_symbol): New static variable.
4087 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
4088 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
4089 sy_tc.real_name to the stab string.
4090 (ppc_bc, ppc_ec): New static functions.
4091 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
4092 do anything.
4093 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
4094 suffix.
0e3dd9a0
ILT
4095 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
4096 entries.
31751d9d 4097
cbdf59ad
ILT
4098 * input-scrub.c (input_scrub_push): Reset sb_index.
4099
91123dbe
ILT
4100Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
4101
4102 * listing.c (listing_newline): Don't create a frag in the absolute
4103 section.
4104
73255941
ILT
4105Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
4106
df72d2a5
ILT
4107 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
4108 (ppc_csect): Move most of the code to ppc_change_csect, and call
4109 it.
4110 (ppc_change_csect): New static function, taken from ppc_csect.
4111 (ppc_section): New static function.
4112 (ppc_saw_abs): New static varable.
4113 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
4114 a symbol has no csect.
4115 (ppc_adjust_symtab): New function.
4116 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
4117 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
4118
4119 * write.c (write_object_file): If tc_adjust_symtab is defined,
4120 call it just before the call to obj_adjust_symtab.
4121
73255941
ILT
4122 * symbols.c (symbol_find_or_make): Change name to be const.
4123 * symbols.h (symbol_find_or_make): Update declaration.
4124
9bfaf1b9
KR
4125Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
4126
4127 * doc/as.texinfo (Align): Mention SH.
4128 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
4129 .align value.
4130 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
4131 (Z8000 Directives, even): Don't give numeric align value, instead
4132 explain behavior.
4133
ae143278
DE
4134Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
4135
4136 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
4137 instruction.
4138
270433cc
PB
4139Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
4140
4141 * Makefile.in (diststuff): Also make info.
4142 (maintainer-clean realclean): Also make clean-info.
4143
18a11401
JL
4144Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
4145
4146 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
4147 (pa_subspace): For ".nsubspa", always create a new subspace
4148 with the given attributes, even if one already exists with the
4149 same name.
4150
96fe71e1
MM
4151Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4152
4153 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
4154 TC_FORCE_RELOCATION, taking an additional section argument. If
4155 the section of the target symbol is not the same as the current
4156 section, always force the relocation to be used.
4157 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
4158
4159 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
4160 md_pcrel_from function, taking an additional section argument.
4161 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
4162
4163 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
4164 older TC_FORCE_RELOCATION if not defined.
4165 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
4166 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
4167 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
4168 TC_FORCE_RELOCATION.
4169
1d75481b
KR
4170Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
4171
4172 * input-scrub.c (as_where): Set name to null pointer if we don't
4173 have a file name.
4174 * messages.c (identify): Only print filename if non-null.
4175 (as_show_where): Ditto, for line number too.
4176 (as_warn_internal, as_bad_internal): Ditto.
4177
4178 * input-file.c (input_file_open): If the input file can't be
4179 opened, consider it an error.
4180
c625fc23
JSC
4181Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
4182
4183 * config/tc-mips.c: Added mips_4100 control, and support for
4184 accepting the 4100 as a MIPS architecture variant (md_begin,
4185 macro_build, mips_ip, md_parse_option). Adding suitable
4186 command-line OPTIONs, and updating the help text (md_show_usage).
4187
dd1a5316
KR
4188Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
4189
c625fc23
JSC
4190 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
4191 BFD_ASSEMBLER is defined.
4192
3366a224
KR
4193 * Use one active frag and one obstack per frag chain:
4194 * frags.c (frags): Variable deleted.
4195 (frag_alloc): New function.
4196 (frag_grow, frag_more, frag_variant, frag_now_fix,
4197 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
4198 frags variable.
4199 (frag_new): Ditto. Verify that frch_last and frag_now match on
4200 entry and exit, and that old frag_now has non-zero type. Replace
4201 "know" uses with "assert". Use frag_alloc instead of mucking with
4202 obstack alignment.
4203 * frags.h (frags): Declaration deleted.
4204 * subsegs.h (struct frchain): Add new field frch_frag_now.
4205 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
4206 variables.
4207 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
4208 give it any stricter alignment than frchainS structures need. Do
4209 not initialize frags obstack. Set frag_now to point to
4210 dummy_obstack. Initialize absolute_frchain.
4211 (subseg_set_rest): Save and restore frag_now in frch_frag_now
4212 field of frchainS. Don't create new frags on section switch, and
4213 use frag_alloc when creating a new frag chain. For absolute
4214 section, set frchain_now to absolute_frchain. Verify that
4215 frch_last and frag_now match on entry and exit. Initialize
4216 per-chain obstack, and under gcc, set required alignment to that
4217 needed by fragS structure.
c625fc23 4218
3366a224
KR
4219 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
4220
4221 * stabs.c (get_stab_string_offset): Only copy input string if a
4222 fresh copy is needed, not if the section already exists.
4223 (s_stab_generic): Cache stab section name to bypass lookups, since
4224 usually it will match. Could be made faster still by changing the
4225 memory allocation rules.
4226 (s_xstab): Cache section name to bypass repeated string
4227 allocation.
4228
4229 * frags.c (frag_new): Deleted register declarations.
4230
4231 * listing.c (frag_now): Don't declare.
4232
4233 * as.c (chunksize): New variable.
4234 (debug_memory): New variable.
4235 (main): If debug_memory is set, reduce chunksize and
4236 _bfd_chunksize.
4237 * as.h (chunksize): Declare it.
4238 * read.c (read_begin): Use it.
4239
de5ebe2e
KR
4240 * config/tc-alpha.c (md_shortopts): Include 'g'.
4241 (md_parse_option): Ignore it.
4242
dd1a5316
KR
4243 * Makefile.in (distclean): Remove Makefile and config.status from
4244 testsuite directory.
4245 (clean-here): Don't delete testsuite. Instead, delete only the
4246 files within it that would be generated by running tests.
4247
de5ebe2e
KR
4248 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
4249 frag_now_fix instead of accessing obstack info directly.
4250 * config/tc-arm.c (s_ltorg): Ditto.
4251 (md_assemble): Ditto.
4252
4253 * config/tc-i386.c (md_assemble): Call frag_grow instead of
4254 obstack_room.
4255
625f4e48
KR
4256Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
4257
4258 * stabs.c (aout_process_stab): Insert debug symbol into symbol
4259 chain after parsing value expression, if any, to avoid separating
4260 continued .stabs lines.
4261
33a8c1b6
ILT
4262Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
4263
4264 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
4265 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
4266
b6b8f911
MM
4267Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
4268
625f4e48
KR
4269 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
4270 -mcom support and PPC_OPCODE_ANY for -many.
4271 (md_parse_option): Ditto.
4272 (ppc_arch): Ditto.
4273 (md_begin): For duplicate instructions, print all duplicates
4274 before aborting.
b6b8f911 4275
4c2935f4
MM
4276Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
4277
4278 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
4279 common mode operation.
4280 (md_show_usage): Add -mcom to usage message.
4c2935f4
MM
4281
4282Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
4283
4284 * expr.c (op_rank): Add O_symbol_rva.
4285 * expr.h (operatorT): Add O_symbol_rva.
4286 * read.c (cons_worker): Set O_symbol_rva when necessary.
4287 * write.c (fix_new_exp): Understand O_symbol_rva.
4288
7db865dc
ILT
4289Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
4290
4291 * config/tc-mips.c: Correct s_cons arguments. From Michael
4292 Joosten <joost@ori.cadlab.de>.
4293
1b13e6fc
ILT
4294Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
4295
4296 * config/tc-ppc.c (ppc_macro): Make count unsigned.
4297 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
4298 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
4299 the fix_line field.
4300 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
4301 make non-static. Change all users.
4302 * config/obj-coff.h (coff_n_line_nos): Declare.
4303
9e3e3d4c
KR
4304Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
4305
4306 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4307
4308 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
4309
4310 * config/obj-elf.c (obj_elf_common): Convert specified byte
4311 alignment to power of two. Set size of local bss symbol.
4312
4313 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
4314
13a6c753
ILT
4315Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
4316
4317 * sb.c, macro.c: Decide whether to include <string.h> or
4318 <strings.h> just as as.h does.
4319
a75aafcd
DE
4320Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
4321
4322 * Makefile.in (site.exp): Fix setting of $srcdir.
4323
4324 * config/tc-arm.c (md_atof): Fix little-endian output.
f6ec8c46
DE
4325 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
4326 all coff targets.
a75aafcd 4327
d89861c7
KR
4328Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
4329
4d2ba393
KR
4330 * doc/as.texinfo: Split out the NS32k family documentation,
4331 despite its being commented out for now.
4332 * doc/c-ns32k.texi: New file.
4333
2c5eb48d
KR
4334 * sb.c, macro.c: Include string.h.
4335
6b0a6eaa
KR
4336 * Makefile.in (comparison): Only check *.o; we don't care if
4337 timestamps inserted by the native linker differ.
4338
d89861c7
KR
4339 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
4340 if alignment stricter than 4 bytes is requested; in that case,
4341 align to a 4-byte boundary first.
4342
70aeac05
KR
4343 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
4344
4345 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
4346 uninitialized" warning for `Max_Source_Offset'.
4347
eaaa2a42
KK
4348Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
4349
4350 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
4351 qualifiers and detect errors if present.
4352 (md_assemble): Add call to parse_toc_entry. Also added some support
4353 for the [tocv] qualifier.
4354 (ppc_pe_tocd): New function to support data in the toc section.
4355
cd557d83
ILT
4356Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
4357
4358 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
4359 an absolute symbol.
4360
42ac8fa8
ILT
4361Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
4362
01f108bc 4363 * config/tc-m68k.c (isword): Accept all values from -65536 to
cd557d83
ILT
4364 +65535, so ~VAL will not be rejected.
4365
42ac8fa8
ILT
4366 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
4367 skip characters after the pseudo-op.
4368 (s_else): Likewise.
4369 * read.c (get_line_sb): Don't look past buffer_limit.
4370 (s_include): In MRI mode, skip characters after the file name.
4371
eef66934
ILT
4372Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
4373
4374 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
4375 periods in register names.
4376
cdc49cba 4377For older changes see ChangeLog.1.
This page took 0.280181 seconds and 4 git commands to generate.