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