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