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