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