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