fix copyright
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
5e4e4739
ILT
1Wed Sep 24 16:54:40 1997 Joel Sherrill <joel@oarcorp.com>
2
3 * configure.in (sh*-*-rtems*): New target, like sh-*-elf*.
4 * configure: Rebuild.
5
b5db0960
ILT
6Wed Sep 24 11:30:25 1997 Ian Lance Taylor <ian@cygnus.com>
7
c1503b28
ILT
8 * doc/c-i386.texi (i386-Float): Remove incorrect assertion that
9 fn* instructions do not insert implicit fwait. This was changed
10 Jan 29, 1996.
11
fdfabd68
ILT
12 * config/m68k-parse.y (yylex): Permit an expression to be used for
13 the scale factor.
14
3d07d766
ILT
15 * Makefile.am (EXTRA_as_new_SOURCES): Set to config/m68k-parse.y,
16 not m68k-parse.y.
17 * Makefile.in: Rebuild.
18
b5db0960
ILT
19 * aclocal.m4: Rebuild with new libtool.
20 * configure: Rebuild.
21
d70bab10
ILT
22Tue Sep 23 17:48:09 1997 Ian Lance Taylor <ian@cygnus.com>
23
15cfc4ad
ILT
24 * app.c (do_scrub_chars): Clear mri_state at end of .mri
25 pseudo-op.
26
d70bab10
ILT
27 * config/tc-mips.c (hilo_interlocks): Change from a static
28 variable to a macro, so that it varies with the variables upon
29 which it depends.
30 (gpr_interlocks, cop_interlocks): Likewise.
31 (md_begin): Don't initialize them.
32
e205ecb8
JL
33Fri Sep 19 17:08:41 1997 Jeffrey A Law (law@cygnus.com)
34
35 * config/tc-mn10300.c (md_assemble): Use strcasecomp instead
36 of strcmp where appropriate.
37
920b87c4
NC
38Thu Sep 18 14:11:56 1997 Nick Clifton <nickc@cygnus.com>
39
40 * config/tc-v850.c (md_assemble): Cope with a zero data area
41 relocation with a constant offset.
6df3c45f
NC
42 (md_assemble): Produce error message when special data area
43 relocations are used on instructions which do not support them.
46ad7d6c
NC
44 (md_assemble): Reset processor mask if defined by command line
45 switch.
920b87c4 46
90a579fa
DE
47Thu Sep 18 11:24:01 1997 Doug Evans <dje@canuck.cygnus.com>
48
af6f39b4
DE
49 * config/tc-sparc.c: Reorganize file.
50 (parse_keyword_arg): Allow numbers in reg names.
51 (SPECIAL_CASE_NONE): New macro.
52 (md_assemble): Use it.
2b09622a
DE
53 (lookup_arch,init_default_arch): New functions.
54 (default_arch,default_init_p,sparc_arch_table): New static locals.
55 (sparc_arch_size): New static local.
56 (max_architecture): Initialize in init_default_arch.
57 (md_parse_options): Call init_default_arch if necessary.
58 Rewrite -xarch/-A processing.
59 (md_show_usage): Print -A values from sparc_arch_table.
60 (md_begin): Call init_default_arch if necessary.
61 (sparc_md_end): Handle both 32 and 64 bit environments.
62 * config/tc-sparc.h (TARGET_FORMAT): Likewise.
63 * acconfig.h (SPARC_V9,SPARC_ARCH64): Delete.
64 (DEFAULT_ARCH): Add.
65 * config.in: Regenerate.
66 * configure.in (sparc): Default DEFAULT_ARCH based on target cpu.
67 (SPARC_V9,SPARC_ARCH64): Delete.
68 * configure: Regenerate.
69 * config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete.
90a579fa 70
936a8f55
NC
71Wed Sep 17 16:54:20 1997 Nick Clifton <nickc@cygnus.com>
72
73 * config/tc-v850.c (v850_reloc_prefix): Recoded to use CHECK_ ()
74 macro.
75 (handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions.
76start-sanitize-v850e
00fd8294
NC
77
78 * config/tc-v850.c (md_assemble): Corrected typo.
936a8f55
NC
79 * config/tc-v850.c Add new sections: call_table_data and
80 call_table_text.
81 (v850_reloc_prefix): Add support for ctoff() relocation prefix.
82 (handle_ctoff): New Function.
83
84 * doc/c-v850.texi (V850 Opcodes): Document call table relocations.
85end-sanitize-v850e
86
75285178
NC
87Tue Sep 16 14:18:22 1997 Nick Clifton <nickc@cygnus.com>
88
89 * config/tc-v850.c (v850_reloc_prefix): Add support for a 16 bit
90 displacement from the tiny data area pointer.
91
896e248f
JL
92Mon Sep 15 21:28:09 1997 Jeffrey A Law (law@cygnus.com)
93
94 * config/tc-hppa.c (fix_new_hppa): Make declaration match
95 definition.
96
d30a2be4
NC
97Mon Sep 15 18:33:06 1997 Nick Clifton <nickc@cygnus.com>
98
99 * config/tc-v850.c (processor_mask): New variable.
100 (set_machine, md_parse_option): Set processor_mask.
101 (md_assemble): Check that instruction is available to target
102 processor.
103
104 * config/tc-v850.h (TARGET_PROCESSOR): New constant.
105start-sanitize-v850e
106 (TARGET_PROCESSOR): New constant.
d30a2be4 107 (TARGET_PROCESSOR): New constant.
d70bab10 108end-sanitize-v850e
d30a2be4 109
3836d0f3
GRK
110start-sanitize-tx19
111Mon Sep 15 17:26:46 1997 Gavin Koch <gavin@cygnus.com>
112
113 * config/tc-mips.c (mips_1900): Replace with mips_3900 and
114 mips16.
115
116end-sanitize-tx19
a611b1c2
KR
117start-sanitize-d30v
118Mon Sep 15 11:28:04 1997 Ken Raeburn <raeburn@cygnus.com>
119
120 Merge in work from Martin Hunt:
121
122 * config/tc-d30v.c (build_insn): For mvfsys and mvtsys,
123 CR is 0 for PSWL and PSWH.
124
125 * config/tc-d30v.c (do_assemble): Don't accept
126 illegal condition codes for cmpu instruction.
127
128 * config/tc-d30v.c: Add support for BFD_RELOC_D30V_9_PCREL
129 used in d*i instructions.
130
131 * config/tc-d30v.c (check_size): New function. Check
132 relocations for overflows.
133 (md_pcrel_from_section): Fix relocations between sections.
134 (md_apply_fix3): Use new relocation types for 15 and 21
135 bit relocations in the right container. Needed because
136 the address of the instruction is not eight-byte aligned
137 but the relocations must be.
138
139 * config/tc-d30v.c (md_apply_fix3): Check for overflow.
140 (find_format): If ".s" or ".l" are used, don't try
141 to compute branch sizes.
142
143 * config/tc-d30v.c (do_assemble): Check for ".s" or
144 ".l" extensions to opcode names.
145 (find_format): Generate the correct instructions when
146 ".s" or ".l" are used.
147
148 * config/tc-d30v.c (build_insn): Check for odd registers
149 on instructions that require even registers.
150
151 * config/tc-d30v.h (md_start_line_hook): Define.
152 * config/tc-d30v.c (md_start_line_hook): New hook.
153 Checks the beginning of each line for a ".". If it
154 finds one, assume a pseudo-op and flush any unwritten
155 instructions.
156
157 * config/tc-d30v.c (md_apply_fix3): Fix problem
158 with determining when fixups were done.
159
160 * config/tc-d30v.c (build_insn): Fix bug where the numeric
161 part of a symbol (for example, "foo+8") was being written
162 into the instruction.
163 (md_pseudo_table): Change .word to be 32 bits and add
164 .hword as 16 bits.
165
166 * config/tc-d30v.c (parallel_ok): Check to see if first
167 instruction is a jump.
168
169 * config/tc-d30v.c (parallel_ok): Major code reorganization.
170
171end-sanitize-d30v
756adc97
NC
172Wed Sep 10 10:07:08 1997 Nick Clifton <nickc@cygnus.com>
173
210c24d6
NC
174start-sanitize-v850e
175 * config/tc-v850.c (md_assemble): Corrected spelling mistake.
176end-sanitize-v850e
756adc97
NC
177 * configure.in (emulations): Add v850 emulation.
178
fda193d9
DE
179Tue Sep 9 17:14:33 1997 Doug Evans <dje@canuck.cygnus.com>
180
181 * Makefile.am (CPU_TYPES): Add arc.
182 (TARGET_CPU_CFILES): Add tc-arc.c.
183 (TARGET_CPU_HFILES): Add tc-arc.h.
184 (dependencies): Rebuild.
185 * Makefile.in: Rebuild.
29b35953
DE
186 * configure.in: Recognize arc-*-elf*.
187 * configure: Regenerated.
188 * config/tc-arc.[ch]: New files.
fda193d9 189
1ffec081
NC
190Tue Sep 9 10:19:37 1997 Nick Clifton <nickc@cygnus.com>
191
73a04028
NC
192 * doc/c-v850.texi (V850 Opcodes): Document hi0() reloc prefix.
193 Correct description of hi() reloc prefix.
194
9153e643
NC
195start-sanitize-v850e
196 * doc/c-v850.texi (V850 Opcodes): Document new reloc prefix.
197 * config/tc-v850.c (v850_reloc_prefix): Add hilo() reloc prefix.
198 * config/tc-v850.c (md_assemble): Add support for BFD_RELOC_32.
199end-sanitize-v850e
200
92fdb582
NC
201 * doc/c-v850.texi: Document new pseudo ops and command line
202 options.
203
1ffec081
NC
204 * config/tc-v850.c (set_machine): New function.
205 * config/tc-v850.c (.v850): New pseudo op.
206start-sanitize-v850e
207 * config/tc-v850.c (.v850e): New pseudo op.
1ffec081 208 * config/tc-v850.c (.v850eq): New pseudo op.
d70bab10 209end-sanitize-v850e
1ffec081
NC
210
211
47423a92
ILT
212Mon Sep 8 23:08:04 1997 Ian Lance Taylor <ian@cygnus.com>
213
214 Support -alh and -ald for DWARF 1:
215 * listing.c (struct list_info_struct): Add debugging field.
216 (listing_newline): Initialize the debugging field. If ELF, if the
217 section starts with .debug or .line, set the debugging field in
218 the listing structure.
219 (debugging_pseudo): Add list parameter. Change all callers. If
220 the debugging field is set, consider it to be a debugging pseudo.
221 If ELF, skip blank lines between debugging lines.
222 * read.c (emit_expr): If ELF, look for line numbers.
223 (stringer): If ELF, look for file names.
224
1fd5f4fc
NC
225Mon Sep 8 12:33:40 1997 Nick Clifton <nickc@cygnus.com>
226
b0b262f7
NC
227 * config/tc-v850.c (v850_insert_operand): Only test for overflow
228 if there is no insert function.
229
8816811b
NC
230 * config/tc-v850.h (TARGET_MACHINE): New constant.
231
1fd5f4fc
NC
232 * config/tc-v850.c (v850_insert_operand): Add
233 -mwarn_unsigned_overflow.
8816811b
NC
234 (md_begin): Set BFD machine number based on machine variable.
235 (md_parse_option): Add -mv850, -mv850e and -mv850eq options.
1fd5f4fc 236
bb434496
ILT
237Mon Sep 8 11:20:46 1997 Ian Lance Taylor <ian@cygnus.com>
238
239 * as.h: Don't declare alloca if it is a macro.
240 * macro.c: Likewise.
241
b637f306
GRK
242start-sanitize-tx19
243Sun Sep 7 16:04:53 1997 Gavin Koch <gavin@cygnus.com>
244
245 * config/tc-mips.c: Add tx19/r1900.
246
247end-sanitize-tx19
4a04414a
RH
248Sun Sep 7 00:30:19 1997 Richard Henderson <rth@cygnus.com>
249
250 * config/tc-alpha.c (md_parse_option): Move m[] out to top level and
251 rename to cpu_types[].
252 (s_alpha_arch): New function.
253 (md_pseudo_table): Add "arch".
254
255 * config/tc-alpha.c (md_begin): Merge the two loops through the
256 opcode table.
257 (s_alpha_proc): Add initial SKIP_WHITESPACE.
258 (s_alpha_set): Likewise. Use get_symbol_end instead local while loop.
259
8183bd07
FF
260Sat Sep 6 19:38:12 1997 Fred Fish <fnf@ninemoons.com>
261
262 * read.h (s_lcomm_bytes): Add prototype (for real this time).
263
662df350
ILT
264Thu Sep 4 12:10:01 1997 Ian Lance Taylor <ian@cygnus.com>
265
266 * config/obj-elf.c (elf_frob_symbol): Only set BSF_OBJECT for
267 symbols on Irix.
268
2d278484
NC
269Wed Sep 3 11:21:33 1997 Nick Clifton <nickc@cygnus.com>
270
271 * config/tc-v850.c: Remove BFD_RELOC_V850_16_PCREL.
272
d37ce763
JL
273Tue Sep 2 18:32:30 1997 Jeffrey A Law (law@cygnus.com)
274
275 * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex
276 relative to the next instruction, not the current instruction.
277 (md_assemble): Similarly.
278
ccf10718
NC
279Tue Sep 2 15:58:52 1997 Nick Clifton <nickc@cygnus.com>
280
19ebb9e3
NC
281 * doc/c-v850.texi: Explanations of offsets in SDA/ZDA areas
282 correcetd.
283
ccf10718
NC
284 * config/tc-v850.c: Add support for SDA/TDA/ZDA sections.
285 (v850_reloc_prefix): Duplicate code eliminated. Add code to
286 recognise special instructions.
287 (md_assemble): Calculation of the size of a fixups corrected.
288
289 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add SDA/TDA/ZDA
290 sections.
291
28e1e54d
AC
292Tue Sep 2 15:40:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
293
294 * config/tc-v850.c (md_assemble): Use opcode->name instead of
295 opcode->opcode as the sentinal. Zero is a valid opcode.
296
11959ebc
ILT
297Tue Aug 26 16:51:14 1997 Ian Lance Taylor <ian@cygnus.com>
298
299 * doc/as.texinfo (Machine Dependencies): Add v850 to menu.
300 * doc/c-v850.texi: Change node name to match other chapter nodes.
301
3f221096
NC
302Tue Aug 26 09:46:22 1997 Nick Clifton <nickc@cygnus.com>
303
304 * doc/c-v850.texi (V850 Opcodes): Correct name for tiny data area
305 pointer.
3f221096 306
02bdbd8b
ILT
307Tue Aug 26 12:23:25 1997 Ian Lance Taylor <ian@cygnus.com>
308
90b83993
ILT
309 * expr.c (integer_constant): If BFD64, don't make a bignum if the
310 number will fit in 64 bits.
311
4b231a26
ILT
312 * config/tc-alpha.c (load_expression): Check explicitly for O_big,
313 rather than calling abort.
314
a089d2da
ILT
315 * as.h: Don't define alloca if __GNUC__. Just declare it.
316 * macro.c: Copy alloca handling from as.h.
317
977d53fc
ILT
318 * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From
319 Gabriel Paubert <paubert@iram.es>.
320
02bdbd8b
ILT
321 * config/tc-i386.c (md_assemble): In JumpByte case, when looking
322 for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this
625ea5db 323 is jcxz or a loop instruction.
02bdbd8b 324
b688e04e
NC
325Mon Aug 25 16:04:14 1997 Nick Clifton <nickc@cygnus.com>
326
327 * config/tc-v850.c (pre_defined_registers): Add 'hp' as alias for
328 r2.
329 (md_begin): Set up machine architecture and type.
b688e04e 330
a77b3837
ILT
331Mon Aug 25 14:25:48 1997 Ian Lance Taylor <ian@cygnus.com>
332
2051ec0e
ILT
333 * symbols.c (resolve_symbol_value): Store the value back into the
334 symbol expression, to handle add or subtract simplification
335 correctly. Handle O_symbol_rva. Add default case.
336
a77b3837
ILT
337 * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
338 chunksize while creating the new subsection.
339 * as.c (chunksize): Initialize to zero.
340 * subsegs.c (subseg_set_rest): Change 5000 to chunksize when
341 calling obstack_begin.
342
cf735d2a
NC
343Mon Aug 25 11:21:48 1997 Nick Clifton <nickc@cygnus.com>
344
345 * config/tc-v850.c (md_assemble): Restore input_line_pointer upon
346 exit.
347
348start-sanitize-v850e
349 * config/tc-v850.c (parse_register_list): Support constant
350 expressions as register lists.
3e906c08 351end-sanitize-v850e
cf735d2a 352
9c506dfb
NC
353Mon Aug 25 10:19:34 1997 Nick Clifton <nickc@cygnus.com>
354
355 * doc/c-v850.texi: Change the major node to v850 Machine
356 Dependencies.
357
d72d8c59
NC
358Fri Aug 22 11:16:14 1997 Nick Clifton <nickc@cygnus.com>
359
68eaa141
NC
360 * doc/as.texinfo: Add inclusion of c-v850.texi
361
362 * doc/c-v850.texi: New file.
363
d72d8c59
NC
364 * read.c (is_end_of_line): Make NUL character be considered to be
365 a line terminator.
366
5f044499
NC
367Fri Aug 22 10:45:33 1997 Nick Clifton <nickc@cygnus.com>
368
369 * config/tc-v850.c (parse_register_list): Add support for curly
370 brace syntax.
371 (cc_names): Add "e" and "ne" conditions.
5f044499 372
346c75cd
NC
373Thu Aug 21 11:00:36 1997 Nick Clifton <nickc@cygnus.com>
374
375 * app.c (do_scrub_chars): Support a double dash as starting a
376 comment that extends to end of line.
377
19f40fdc
NC
378Thu Aug 21 10:54:27 1997 Nick Clifton <nickc@cygnus.com>
379
380 * config/tc-v850.c (v850_section, v850_bss, v850_offset): New
381 functions.
382 (md_pseudo_table): New pseudo ops: .bss, .offset, .section
19f40fdc 383
d8beaa96
DE
384Thu Aug 21 00:59:53 1997 Doug Evans <dje@canuck.cygnus.com>
385
386 * config/tc-m32r.c (md_estimate_size_before_relax): Update recorded
387 insn when changing to a different instruction.
388
bf5ac1b8
JR
389start-sanitize-sh4
390Wed Aug 20 00:45:20 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
391
392 * tc-sh.c (parse_reg, get_specific, build_Mytes): Add SH4
393 floating point extensions.
394 (parse_reg): parse sgr and dbr.
395
396end-sanitize-sh4
d8beaa96
DE
397Tue Aug 19 17:07:34 1997 Nick Clifton <nickc@cygnus.com>
398
399 * config/tc-v850.c (system_register_name): Support numbers for
400 system register IDs.
401
015b3352
FF
402Tue Aug 19 08:59:12 1997 Fred Fish <fnf@cygnus.com>
403
404 * read.c (s_lcomm_internal): Renamed from s_lcomm, added arg to
405 flag when alignment is in bytes instead of power of 2, and code to
406 use that flag to convert alignment to bytes.
407 (s_lcomm, s_lcomm_bytes): New helpers that call s_lcomm_internal.
408 * read.h (s_lcomm_bytes): Add prototype.
409 * config/obj-coff.c (write_object_file): If ALIGNMENT_IN_S_FLAGS is
410 defined, write alignment to alignment bits in section header s_flags
411 rather than the s_align field.
412start-sanitize-tic80
413 * config/obj-coff.h (ALIGNMENT_IN_S_FLAGS): Define for TC_TIC80.
414 * config/tc-tic80.c (md_pseudo_table): Use s_lcomm_bytes for bss
415 pseudo, instead of s_lcomm which wants a power of two for alignment.
416end-sanitize-tic80
417
c631cd59
RH
418Mon Aug 18 20:42:23 1997 Richard Henderson <rth@cygnus.com>
419
420 * macro.c (check_macro): use alloca instead of xmalloc to plug leak.
421
96e0ff46
RH
422Mon Aug 18 20:33:06 1997 Richard Henderson <rth@cygnus.com>
423
424 * as.c (show_usage): Add -am.
425 * input-scrub.c (input_scrub_include_sb): Don't add leading \n
426 if we've already got one.
427 * listing.c (struct list_info_struct): Add line_contents.
428 (listing_newline): Put unused argument to work: if non-null, save it...
429 (listing_listing): ... and regurgitate during listing instead of line
430 from file.
431 * listing.h (LISTING_MACEXP): New define.
432 (LISTING_NEWLINE): Argument is NULL.
433 * read.c (read_a_source_file): If expanding macros, break up input
434 lines and pass them to listing_newline.
435 * doc/as.texinfo: Document -ac and -am.
436
437 * cond.c (s_ifc): Add missing demand_empty_rest_of_line.
438
a365cd79
NC
439Mon Aug 18 11:26:36 1997 Nick Clifton <nickc@cygnus.com>
440
441 * config/tc-v850.c (md_apply_fix3): Add support for new 16 bit PC
442 relative reloc.
443
444start-sanitize-v850e
445Mon Aug 18 11:24:21 1997 Nick Clifton <nickc@cygnus.com>
446
447 * config/tc-v850.c: Remove support_v850e flag and command line
448 option.
449
450 * configure.in (emulations): Add support for v850e target
451
452 * configure (emulations): Add support for v850e target
a365cd79 453
a365cd79
NC
454Mon Aug 18 11:24:21 1997 Nick Clifton <nickc@cygnus.com>
455
456 * config/tc-v850.c: Remove support_v850eq flag and command line
457 option.
458
459 * configure.in (emulations): Add support for v850eq target
460
461 * configure (emulations): Add support for v850eq target
d70bab10 462end-sanitize-v850e
a365cd79 463
cd924033
ILT
464Fri Aug 15 14:00:13 1997 Ian Lance Taylor <ian@cygnus.com>
465
999f3587
ILT
466 * Makefile.am (check-DEJAGNU): Don't cd into testsuite until after
467 setting EXPECT and TCL_LIBRARY.
468 * Makefile.in: Rebuild.
469
cd924033
ILT
470 * as.h (enum debug_info_type): Define.
471 (debug_type): Declare.
472 * as.c (debug_type): New global variable.
473 (show_usage): Add --gstabs.
474 (parse_args): Handle --gstabs.
475 * read.c (generate_asm_lineno): Remove.
476 (read_a_source_file): Output stabs debugging if appropriate.
477 Change checks of generate_asm_lineno to check debug_type. Only
478 generate ECOFF debugging if ECOFF_DEBUGGING is defined.
479 * read.h (generate_asm_lineno): Don't declare.
480 (stabs_generate_asm_lineno): Declare.
481 * stabs.c (stabs_generate_asm_lineno): New function.
482 * ecoff.c (add_file): Use debug_type, not generate_asm_lineno.
483 Don't turn off debugging.
484 (add_file): Remove old #if 0 code.
485 (ecoff_new_file): Set debug_type, not generate_asm_lineno.
486 (ecoff_directive_end): Don't generate stabs line symbols.
487 (ecoff_generate_asm_lineno): Don't check stabs_seen. Don't set
488 generate_asm_lineno.
489 (line_label_cnt): Remove.
490 (ecoff_generate_asm_line_stab): Remove.
491 * ecoff.h (ecoff_generate_asm_line_stab): Don't declare.
492 * doc/as.texinfo, doc/as.1: Document --gstabs.
493
58036ae4
NC
494Wed Aug 13 18:58:56 1997 Nick Clifton <nickc@cygnus.com>
495
d70bab10 496start-sanitize-v850e
58036ae4
NC
497 * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
498 Add support for v850eq instructions.
d70bab10 499
58036ae4
NC
500 * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
501 Add support for v850e instructions.
3e906c08 502end-sanitize-v850e
58036ae4
NC
503
504 * config/tc-v850.c (md_assemble): Fix error recovery to reload
505 text of entire opcode.
58036ae4 506
4b67a719
RH
507Tue Aug 12 10:27:34 1997 Richard Henderson <rth@cygnus.com>
508
509 * doc/internals.texi: Document rs_leb128.
510
de815f61
ILT
511Tue Aug 12 12:17:03 1997 Ian Lance Taylor <ian@cygnus.com>
512
513 * config/tc-m68k.c (m68k_ip): Give an error message for SIZE_BYTE
514 in ABSL case, rather than calling abort.
515
8cf777d6
RH
516Mon Aug 11 21:48:00 1997 Richard Henderson <rth@cygnus.com>
517
518 * as.h (enum _relax_state): Add rs_leb128.
519 * read.c (potable): Add sleb128 and uleb128.
520 (sizeof_*leb128, output_*leb128, emit_leb128_expr, s_leb128): New
521 functions.
522 * read.h: Update prototypes.
523 * symbols.c (resolve_symbol_value): Streamline quite a bit. Return
524 the symbol value, add a second FINALIZE argument that prevents
525 changes from being comitted. Update all callers.
526 * write.c (cvt_frag_to_fill, relax_segment): Handle rs_leb128.
527 * doc/as.texinfo: Document the new pseudos.
528
210e033e
ILT
529Sun Aug 10 14:51:49 1997 Ian Lance Taylor <ian@cygnus.com>
530
531 * Makefile.am (MOSTLYCLEANFILES): Add site.bak, site.exp, stage,
532 stage1, and stage2.
533 (DISTCLEANFILES): Define.
534 * doc/Makefile.am (DISTCLEANFILES): Define.
535 * Makefile.in, doc/Makefile.in: Rebuild.
536
29e28dd6
ILT
537Wed Aug 6 00:30:30 1997 Ian Lance Taylor <ian@cygnus.com>
538
4dc4c45d
ILT
539 * configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.
540 Don't set targ or gas_target. Define SCO_ELF and
541 TARGET_SOLARIS_COMMENT when appropriate. Don't substitute for
542 target_frag.
543 * Makefile.am: Remove @target_frag@.
544 (INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and
545 $(TDEFINES).
546 (dep-am): Mark as phony.
547 * acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT,
548 and SCO_ELF.
549 * config/arm-big.mt, config/arm-lit.mt: Remove.
550 * config/mips-big.mt, config/mips-lit.mt: Remove.
551 * config/ppc-big.mt, config/ppc-lit.mt: Remove.
552 * config/ppc-sol.mt: Remove.
553 * config/i386coff.mt, config/m68kcoff.mt: Remove.
554 * config/m88kcoff.mt: Remove.
555 * config/sco5.mt: Remove.
556 * configure, config.in, Makefile.in: Rebuild.
557
2a562314
ILT
558 * Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
559 further try to circumvent the .y.h rule.
560 * Makefile.in: Rebuild.
561
e535307a
ILT
562Tue Aug 5 12:32:07 1997 Ian Lance Taylor <ian@cygnus.com>
563
e2b4bd2a
ILT
564 * Makefile.am: New file, based on old Makefile.in.
565 * acinclude.m4: New file, from old aclocal.m4.
566 * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove
567 shared library handling; now handled by libtool. Replace
568 AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC,
569 AC_PROG_LEX, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE,
570 AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT.
571 * config.in: New file, created by autoheader.
572 * conf.in: Remove.
573 * acconfig.h: Mention PACKAGE, VERSION, and USING_CGEN.
574 * stamp-h.in: New file.
575 * as.c (print_version_id): Change GAS_VERSION to VERSION.
576 (parse_args): Likewise.
577 * config/obj-vms.c: (Write_VMS_MHD_Records): Likewise.
29e28dd6
ILT
578 * doc/Makefile.am: New file, based on old doc/Makefile.in.
579 * Makefile.in, doc/Makefile.in: Now built with automake.
e2b4bd2a
ILT
580 * aclocal.m4: Now built with aclocal.
581 * configure: Rebuild.
582
e535307a
ILT
583 * cond.c (s_else): If not listing false conditionals, turn listing
584 off in the false branch of the else.
585
c5cb7682
ILT
586Mon Aug 4 11:28:35 1997 Ian Lance Taylor <ian@cygnus.com>
587
703f5e6e
ILT
588 * config/tc-mips.c (macro): Fix handling of a double load from a
589 symbol plus an offset.
590
c5cb7682
ILT
591 * ecoff.c (ecoff_build_symbols): Set fMerge to 0 for an FDR which
592 has an associated external symbol.
593
04269551
RH
594Sun Aug 3 23:23:59 1997 Richard Henderson <rth@cygnus.com>
595
596 * config/tc-alpha.c (s_alpha_ucons): New function.
597 (md_pseudo_table): Add unaligned data pseudos for DWARF.
598
15d8ae9d
JL
599Thu Jul 31 15:13:43 1997 Jeffrey A Law (law@cygnus.com)
600
c1b2205e
JL
601 * config/tc-v850.c (md_assemble): Ignore the rest of the current
602 line if we encounter an error.
603
15d8ae9d
JL
604 * config/tc-v850.c (md_assemble): Sign extend constants value
605 for hi and hi0 expressions.
606 (v850_insert_operand): Enable range checking for generic 16bit
607 operands.
608
d222309a
JL
609Tue Jul 29 14:20:43 1997 Jeffrey A Law (law@cygnus.com)
610
611 * config/tc-v850.c (md_assemble): Turn on fx_no_overflow for
612 LO16, HI16 and HI16_S relocs.
613
2e37047c
RS
614Mon Jul 28 18:41:41 1997 Rob Savoye <rob@chinadoll.cygnus.com>
615
616 * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
617 win32 dependencies.
618 * configure: Regenerated with autoconf 2.12.
619 * Makefile.in: Add $(EXEEXT) to all executables.
620
e0362be2
JL
621Fri Jul 25 10:54:43 1997 Jeffrey A Law (law@cygnus.com)
622
623 * tc-hppa.c (md_apply_fix): Improve warnings for out of range
624 unconditional branches.
625 (hppa_fix_adjustable): Don't adjust anything with a RR% or LR%
626 field selector.
627
09e1d695
DE
628Thu Jul 24 15:21:49 1997 Doug Evans <dje@canuck.cygnus.com>
629
630 * tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.
631
280cdd54
ILT
632Thu Jul 24 17:51:29 1997 Ian Lance Taylor <ian@cygnus.com>
633
634 * macro.c (define_macro): Make sure the index is in range before
635 checking for '('.
636
e6e676a5
FF
637start-sanitize-tic80
638Thu Jul 24 12:13:19 1997 Fred Fish <fnf@cygnus.com>
639
640 * config/tc-tic80.c (build_insn): Remove "extended" and replace with
641 "fx" and "fxfrag". Add "ffrag". Change code to initialize and use
642 the right f/ffrag and fx/fxfrag pairs since instruction may be split
643 across frags.
644
645end-sanitize-tic80
68299279
ILT
646Tue Jul 22 18:38:56 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
647
648 * config/te-go32.h (USE_ALIGN_PTWO): Define.
649 * config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is
650 defined, use s_align_ptwo for .align.
ea1c39ce
ILT
651 * configure.in (i386-*-msdosdjgpp*): New target.
652 (i386-*-go32*): Set em to go32 and targ to coffgo32.
653 * configure: Rebuild.
68299279 654
bd3a1eba
DE
655Tue Jul 22 12:41:40 1997 Doug Evans <dje@canuck.cygnus.com>
656
657 * config/tc-sparc.c (last_opcode): New static local.
658 (md_assemble): Don't issue "FP branch in delay slot" warning if
659 the delay slot has been annulled.
660
1d303653
ILT
661Tue Jul 22 13:25:13 1997 Ian Lance Taylor <ian@cygnus.com>
662
663 * config/tc-m68k.c (md_apply_fix_2): Check for PC relative reloc
664 code if BFD_ASSEMBLER.
665
47bfb6fc
JL
666Mon Jul 21 08:57:17 1997 Jeffrey A Law (law@cygnus.com)
667
668 * config/tc-v850.c (system_registers): Fix ordering of registers.
669
e53430c4
FF
670start-sanitize-tic80
671Tue Jul 15 16:29:54 1997 Fred Fish <fnf@cygnus.com>
672
673 * config/tc-tic80.c (build_insn): Initialize extended word to zero
674 when it will be filled in later by relocation information.
675
676end-sanitize-tic80
a652f74c
ILT
677Mon Jul 14 23:10:58 1997 Ian Lance Taylor <ian@cygnus.com>
678
679 * config/tc-mips.c (macro_build): Restore check of fmt argument.
680 (mips_ip): Fix ISA checks.
681
9587640a
JL
682start-sanitize-r5900
683Tue Jul 15 10:15:39 1997 Jeffrey A Law (law@cygnus.com)
684
685 * configure.in: Default the r5900 to little endian.
686 * configure: Rebuilt.
687
688end-sanitize-r5900
8ae66b94
FF
689start-sanitize-tic80
690Mon Jul 14 19:30:55 1997 Fred Fish <fnf@cygnus.com>
691
692 * config/tc-tic80.c (build_insn): Fix endianness problem with
693 O_big operands.
694
695end-sanitize-tic80
4dc85508
ILT
696Sun Jul 13 20:43:46 1997 Ian Lance Taylor <ian@cygnus.com>
697
698 * config/tc-mips.c (check_absolute_expr): Change warning to
699 error.
700
931a1858
JL
701Fri Jul 11 10:18:47 1997 Jeffrey A Law (law@cygnus.com)
702
703 * config/tc-mips.c (macro_build): Refine code to check if an
704 instruction is available on a particular cpu variant.
705 (mips_ip): Likewise.
706
76fb6d2f
ILT
707Mon Jul 7 22:53:08 1997 Ian Lance Taylor <ian@cygnus.com>
708
709 * config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef
710 OBJ_AOUT to ifdef OBJ_ELF.
711 (md_apply_fix3): When mangling 32 bit PC relative reloc for
712 BFD_ASSEMBLER, handle one ELF case for COFF as well, and add a PE
713 case.
714 * write.c (fixup_segment): Change special case for i386-coff to
715 not apply for i386-pe.
716 * config/obj-coff.c (coff_adjust_section_syms): Only count fixups
717 which were not done.
718 (coff_frob_file_after_relocs): Rename from coff_frob_file.
719 (coff_format_ops): Initialize frob_file_after_relocs field rather
720 than frob_file field.
721 * config/obj-coff.h (coff_frob_file): Don't declare.
722 (coff_frob_file_after_relocs): Declare.
723 (obj_frob_file): Don't define.
724 (obj_frob_file_after_relocs): Define.
725 * configure.in: Set bfd_gas to yes for i386-*-cygwin32.
726 * configure: Rebuild.
727
b709b16f
ILT
728Wed Jul 2 12:05:00 1997 Ian Lance Taylor <ian@cygnus.com>
729
730 * config/obj-coff.c (fixup_segment): Never subtract section
731 address from PC relative reloc which will be fully resolved.
732
db3152ef
JL
733Tue Jul 1 15:23:07 1997 Jeffrey A Law (law@cygnus.com)
734
735 * ecoff.c (page_type): Renamed from page_t to avoid conflict
736 with hpux10 header files.
737
b73fcae8
ILT
738Mon Jun 30 12:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
739
740 From Jason Merrill <jason@cygnus.com>:
741 * read.c (do_align): If BFD_ASSEMBLER, only use NOP_OPCODE if
742 SEC_CODE is set.
743 * config/tc-i386.h (md_maybe_text): Define.
744 (md_do_align): Use md_maybe_text.
745
d006e435
MM
746Fri Jun 27 19:15:27 1997 Michael Meissner <meissner@cygnus.com>
747
748 * config/tc-ppc.h (tc_fix_adjustable): Only check for GOT type
749 relocations, don't check for symbol being external, weak, etc.
750
24a3e622
ILT
751Mon Jun 16 19:12:51 1997 Geoff Keating <geoffk@ozemail.com.au>
752
753 * config/tc-ppc.h (tc_fix_adjustable): Don't let the assembler
754 calculate relocations to any external symbol, because we might be
755 linking a shared object and the symbol might be overriden or moved
756 (for instance, moved into a static executable's .bss section).
757 (GLOBAL_OFFSET_TABLE_NAME): Delete. This is an i386 wierdness.
758
759 * config/tc-ppc.h (tc_fix_adjustable): GOT-based relocations can't
760 be calculated by the assembler.
761
762 * config/tc-ppc.c (md_apply_fix3): Handle @plt or @local branch
763 whose destination lies in the same file, by ignoring the @plt or
764 @local and aiming the branch at its destination.
765
b0447a0e
ILT
766Mon Jun 16 13:59:18 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
767
768 * symbols.c (copy_symbol_attributes): Copy BSF_OBJECT flag.
769 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy size
770 expression.
771
772 * config/obj-multi.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Define instead
773 of obj_copy_symbol_attributes.
774
be2c18bd
ILT
775Mon Jun 16 12:45:56 1997 Ian Lance Taylor <ian@cygnus.com>
776
3a035861
ILT
777 * config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with a
778 signed operand, sign extend a 32 bit value to the host size.
779
780 * Makefile.in (CFLAGS): Subsitute from configure script. From
781 Jeff Makey <jeff@cts.com>.
782
a52f90a4
ILT
783 * config/tc-i386.c (i386_operand): Use alloca rather than a fixed
784 buffer size to make a copy of the symbol.
785
be2c18bd
ILT
786 * Makefile.in (OBJS): Put @extra_objects@ on the same line as
787 macro.o.
788
7799bb2c
ILT
789Thu Jun 12 12:16:20 1997 Ian Lance Taylor <ian@cygnus.com>
790
791 * write.c (write_object_file): In non BFD_ASSEMBLER code, as we
792 step through the frags calling cvt_frag_to_fill, switch to
793 SEG_DATA when we reach data_frag_root.
794
43ee18a0
JL
795Tue Jun 10 17:08:34 1997 Jeffrey A Law (law@cygnus.com)
796
797 * config/tc-mn10300.c (md_assemble): Allow an empty register
798 list for instructions which use register lists.
799
ccc30467
ILT
800Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
801
d2e5779b
ILT
802 * config/tc-arm.c (md_apply_fix3): Make temp unsigned long.
803
7436e4de
ILT
804 * config/tc-arm.c (arm_adjust_symtab): Only set storage classes if
805 OBJ_COFF.
806
ccc30467
ILT
807 * config/tc-arm.c: Add prototypes for many static functions.
808 (struct asm_opcode ): Add prototypes for parms field.
809 (struct thumb_opcode ): Likewise.
810 (fp_op2): Remove unused flags parameter.
811 (output_inst): Make static.
812 (arm_after_pass_hook): Remove unused ignore parameter.
813 * config/tc-arm.h (arm_after_pass_hook): Declare.
814 (arm_start_line_hook): Declare.
815 (arm_frob_label): Declare.
816
170cdf75
ILT
817Mon Jun 9 12:55:45 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
818
819 * depend.c (wrap_output): new prototype.
820
af438bdb
ILT
821Mon Jun 9 12:52:44 1997 Ian Lance Taylor <ian@cygnus.com>
822
4b4c1e0f
ILT
823 * config/tc-sh.c (md_apply_fix): Check for overflow.
824
af438bdb
ILT
825 * config/tc-m68k.c (md_section_align): If a.out and BFD, force
826 section size to be aligned.
827
72574181
ILT
828Fri Jun 6 17:15:55 1997 Ian Lance Taylor <ian@cygnus.com>
829
830 * config/tc-sh.h (md_cons_align): Define.
831 (sh_cons_align): Declare.
832 * config/tc-sh.c (md_pseudo_table): Add .uaword and .ualong.
833 (sh_no_align_cons): New static variable.
834 (s_uacons): New static function.
835 (sh_cons_align): New function.
836 (sh_handle_align): Warn about misaligned data.
837 * doc/c-sh.texi: Document .uaword and .ualong.
838
839Thu Jun 5 15:38:17 1997 Ian Lance Taylor <ian@cygnus.com>
840
841 * macro.c (macro_expand): In MRI mode, treat single quote as a
842 separator character when checking for a positional argument.
843
d0badeab
NC
844Tue Jun 3 16:15:13 1997 Nick Clifton <nickc@cygnus.com>
845
48e509bf
NC
846 * config/tc-arm.c (md_parse_option): Merge in changes from
847 armT-970328-branch.
f8a21443 848
48e509bf
NC
849 * config/tc-arm.h: Merge in changes from armT-970328-branch.
850
851 * configure.in (emulations): Add Thumb architecture support from
d0badeab
NC
852 armT-9703-28-branch.
853
2903fb6e
NC
854Mon Jun 2 16:25:07 1997 Nick Clifton <nickc@cygnus.com>
855
3357a5ab
NC
856 * doc/all.texi: Add enabling of ARM documentation.
857
2903fb6e
NC
858 * doc/as.texinfo: Add ARM documentation from armT-970328-branch.
859
5c6f5923
GRK
860Mon Jun 2 11:55:12 1997 Gavin Koch <gavin@cygnus.com>
861
862 * config/tc-mips.c: Added r3900 support.
863
dccd4d2c
ILT
864Thu May 29 12:58:26 1997 Ben Pfaff <pfaffben@pilot.msu.edu>
865
866 * as.c: (parse_args) `-t' option requires an argument.
867
868Wed May 28 15:45:07 1997 Nick Clifton <nickc@cygnus.com>
869
870 * config/tc-arm.c (md_begin): Change call to
871 coff_arm_bfd_set_private_flags() to a call to
872 bfd_set_private_flags().
873
5ac3db53
ILT
874Wed May 28 16:17:34 1997 Ian Lance Taylor <ian@cygnus.com>
875
1d6f438f
ILT
876 * Makefile.in: Rebuild dependencies.
877
5ac3db53
ILT
878 * config/tc-i386.c (tc_gen_reloc): Don't try to convert the type
879 of a BFD_RELOC_RVA reloc.
880
f22950b9
JL
881Wed May 28 10:48:14 1997 Jeffrey A Law (law@cygnus.com)
882
883 * config/tc-hppa.c (tc_fix_adjustable): Reject absolute calls/jumps.
884 (hppa_force_relocation): Force a relocation for an absolute
885 call/jump.
886
1079e76c
ILT
887Mon May 26 13:24:25 1997 Ian Lance Taylor <ian@cygnus.com>
888
889 * doc/as.texinfo: Don't use @value in section names or index
890 entries; it confuses texinfo.tex.
891
8a51eeaf
TT
892Fri May 23 00:09:35 1997 Tom Tromey <tromey@cygnus.com>
893
894 * doc/as.texinfo: Updated for -MD option.
895 * Makefile.in (CFILES): Added depend.c.
896 (OBJS): Added depend.o.
897 * as.h (start_dependencies, register_dependency,
898 print_dependencies): New declarations.
899 * depend.c: New file.
900 * as.c (parse_args): Added -MD option.
901 (main): Call print_dependencies.
902 (show_usage): Added help for -MD.
903 * read.c (s_app_file): Call register_dependency.
904 (s_include): Call register_dependency when file is found.
905 (read_a_source_file): Call register_dependency.
906
1a7a427e
ILT
907Wed May 21 17:39:28 1997 Ian Lance Taylor <ian@cygnus.com>
908
909 * config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the
910 section address to the symbol value.
911
e17449bc
GRK
912Tue May 20 11:23:31 1997 Gavin Koch <gavin@cygnus.com>
913
1a7a427e
ILT
914 * config/tc-mips.c (macro_build,mips_ip): Move the INSN_ISA field
915 into the new membership field.
e17449bc 916
de046e7c
NC
917Thu May 15 10:00:53 1997 Nick Clifton <nickc@cygnus.com>
918
919 * config/tc-arm.c (md_begin): If no cpu type is specified on the
920 command line then the ARM7 is now chosen by default when setting
921 the BFD machine and architecture.
922
46686c78
NC
923Wed May 14 09:54:53 1997 Nick Clifton <nickc@cygnus.com>
924
925 * config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to
1a7a427e
ILT
926 hold APCS selection.
927 (md_begin): Added code to generate flags to be set into the COFF
928 header and the calls to the BFD functions to do this.
929 (md_parse_option, md_show_usage): Added new command line
46686c78
NC
930 options -mapcs-32, -mapcs-26, -marmv2, -marmv2a, -marmv3,
931 -marmv3m, -marmv4, -marmv4t.
932
933 * tc-arm.h (LOCAL_LABEL): Removed the definition of this macro
934 as it is never used.
935
2393a966
JL
936Tue May 13 22:26:14 1997 Jeffrey A Law (law@cygnus.com)
937
938 * config/tc-mn10200.c (md_convert_frag): Prefix temporary
939 label name with ".".
940 * config/tc-mn10300.c (md_convert_frag): Likewise.
941
cd05cc5e
ILT
942Tue May 13 14:44:39 1997 Ian Lance Taylor <ian@cygnus.com>
943
944 * config/tc-mips.c (set_at): Check for bignum.
945 (check_absolute_expr, macro, mips16_macro): Likewise.
946
7b02bacd
FF
947start-sanitize-tic80
948Tue May 13 10:45:56 1997 Fred Fish <fnf@cygnus.com>
949
950 * config/tc-tic80.c (md_apply_fix): Check PC relative relocations
951 for overflow/underflow, only insert lower 15 bits into instruction.
952
953end-sanitize-tic80
98b4161a
ILT
954Mon May 12 13:33:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
955
956 * config/tc-i386.c (pi): Check for RegMMX.
957
ee42e25b
ILT
958Thu May 8 11:10:15 1997 Ian Lance Taylor <ian@cygnus.com>
959
960 * expr.c (expr): When subtracting values in the same frag,
961 subtract X_add_number rather than adding it.
962
a5586bdc
ILT
963Wed May 7 15:39:48 1997 Ian Lance Taylor <ian@cygnus.com>
964
662a6d9e
ILT
965 * config/obj-coff.c (write_object_file): Just pass NULL to
966 md_do_align, not the address of a char holding NOP_OPCODE.
967
a5586bdc
ILT
968 * config/tc-mips.c (macro): Handle constants for M_LI_D and
969 M_LI_DD.
970 (mips_ip): For 'F', 'L', 'f', and 'l', generate a constant rather
971 than an address if the floating point value looks sufficiently
972 simple.
973
91951af6
ILT
974Tue May 6 12:18:09 1997 Ian Lance Taylor <ian@cygnus.com>
975
976 * config/tc-i386.c (md_section_align): If a.out and BFD, force
977 section size to be aligned.
978
454b0ccd
ILT
979Mon May 5 17:16:55 1997 Ian Lance Taylor <ian@cygnus.com>
980
0239838b
ILT
981 * cond.c: Include "macro.h".
982 (struct conditional_frame): Add macro_nest field.
983 (initialize_cframe): Initialize macro_nest.
984 (cond_finish_check): Add nest parameter. Change all callers.
985 (cond_exit_macro): New function.
986 * as.h (cond_finish_check): Update declaration.
987 (cond_exit_macro): Declare.
988 * input-scrub.c (macro_nest): Make globally visible.
989 (input_scrub_next_buffer): Call cond_finish_check.
990 * macro.h (macro_nest): Declare.
991 * read.c (s_mexit): Call cond_exit_macro.
992
454b0ccd
ILT
993 * config/tc-i386.h (RegMMX): Define.
994 * config/tc-i386.c (pi): Check for all register types.
995 (type_names): Add RegMMX.
996 (md_assemble): Handle RegMMX.
997
998Wed Apr 30 12:47:00 1997 Manfred Hollstein <manfred@s-direktnet.de>
999
1000 * config/obj-coff.c (c_section_symbol): Clear the LOCAL bit #ifdef
1001 TE_DELTA.
1002
1003Tue Apr 29 20:23:10 1997 Jim Wilson <wilson@cygnus.com>
1004
1005 * config/tc-mips.c (nopic_need_relax): Add new parameter
1006 before_relaxing. Use it when testing ecoff_extern_size.
1007 (load_address, macro, md_estimate_size_before_relax): Fix all
1008 callers.
1009
24d4b4e1
ILT
1010Tue Apr 29 19:54:36 1997 Richard Henderson <rth@tamu.edu>
1011
1012 * config/obj-elf.c (elf_pseudo_table): Add "subsection".
1013 (obj_elf_subsection): New static function.
1014
4a38edaa
ILT
1015Tue Apr 29 19:52:47 1997 Ian Lance Taylor <ian@cygnus.com>
1016
1017 * config/obj-coff.c (coff_header_append): Don't reset string_size
1018 each time through the loop.
1019
1416631f
ILT
1020Fri Apr 25 14:17:46 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1021
1022 * Makefile.in (DISTSTUFF): Add itbl-parse.h.
1023
49f5a035
ILT
1024Fri Apr 25 12:03:15 1997 Ian Lance Taylor <ian@cygnus.com>
1025
8f9b2cea
ILT
1026 * doc/internals.texi (Porting GAS): Correct documentation for
1027 current configure handling of targ-cpu.h, et. al.
1028 (CPU backend): Document listing macros.
1029
49f5a035
ILT
1030 * listing.c (data_buffer): Set size based on other listing macros,
1031 rather than always using 100.
1032 (data_buffer_size): Remove static variable.
1033 (calc_hex): Make data_buffer_size a local variable. Don't leave
1034 any slop when filling data_buffer.
1035
a21dd1e0
ILT
1036Mon Apr 21 15:33:19 1997 Ian Lance Taylor <ian@cygnus.com>
1037
1038 * doc/c-mips.texi: Document .set autoextend.
1039
49f90a34
ILT
1040Sat Apr 19 23:09:25 1997 Niklas Hallqvist <niklas@petra.appli.se>
1041
1042 * configure.in (i386-*-openbsd*, m68k-*-openbsd*,
1043 mips-dec-openbsd*, ppc-*-*bsd*, ns32k-pc532-openbsd*,
1044 sparc-*-openbsd*): New targets.
1045 * configure: Rebuild.
1046
aff65ed9
ILT
1047Sat Apr 19 22:52:03 1997 Jim Wilson <wilson@cygnus.com>
1048
1049 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
1050 for all undefined symbols.
1051
fec391b1
ILT
1052Fri Apr 18 13:37:35 1997 Ian Lance Taylor <ian@cygnus.com>
1053
1054 * config/tc-ppc.c (ppc_fix_adjustable): Handle zero length csects
1055 correctly.
1056
894cca25
ILT
1057Fri Apr 18 11:51:35 1997 Niklas Hallqvist <niklas@appli.se>
1058
1059 * configure.in (alpha*-*-openbsd*): New target.
1060 * configure: Rebuild.
1061
fc984eb0
ILT
1062Thu Apr 17 13:59:47 1997 Per Fogelstrom <pefo@openbsd.org>
1063
1064 * configure.in (mips-*-openbsd*): New target.
1065 * configure: Rebuild.
1066
4bdb83fc
MH
1067start-sanitize-d30v
1068Wed Apr 16 12:31:24 1997 Martin Hunt <hunt@cygnus.com>
1069
1070 * config/tc-d30v.c (parallel_ok): Fix parallel checking
1071 for instructions using conditional execution.
1072
1073end-sanitize-d30v
68952421
GRK
1074Tue Apr 15 18:11:44 1997 Gavin Koch <gavin@cygnus.com>
1075
1076 * config/tc-mips.c (insn_uses_reg): Correct test for fpr pairs.
1077
e366a2d6
ILT
1078Tue Apr 15 13:04:47 1997 Ian Lance Taylor <ian@cygnus.com>
1079
1080 * Makefile.in (srcroot): Remove.
1081 (INSTALL): Set to @INSTALL@.
1082 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
1083 (all, dvi): Don't set srcroot.
1084 (install): Depend upon as.new, gasp.new, and installdirs. Use
1085 $(program_transform_name) directly, rather than using
1086 $(INSTALL_XFORM) and $(INSTALL_XFORM1).
1087 (installdirs): New target.
1088 * doc/Makefile.in (INSTALL_XFORM1): Remove.
1089 (install): Depend upon installdirs. Use $(program_transform_name)
1090 directly, rather than using $(INSTALL_XFORM) and
1091 $(INSTALL_XFORM1).
1092 (installdirs): New target.
1093 (install-info-as): Run mkinstalldirs.
1094 (install-info-gasp): Likewise.
1095
dca6429f
ILT
1096Mon Apr 14 11:59:08 1997 Ian Lance Taylor <ian@cygnus.com>
1097
e366a2d6
ILT
1098 * Makefile.in (INSTALL): Change install.sh to install-sh.
1099
dca6429f
ILT
1100 * symbols.c (resolve_symbol_value): Check for division by zero.
1101
1102 From Thomas Graichen <graichen@rzpd.de>:
1103 * Makefile.in: Always use $(SHELL) when running move-if-change.
1104 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
1105 * configure: Rebuild.
1106
4e9d8dea
DE
1107Thu Apr 10 14:40:00 1997 Doug Evans <dje@canuck.cygnus.com>
1108
f3f00e94
DE
1109 * cgen.c (cgen_parse_operand): Renamed from cgen_asm_parse_operand.
1110 New argument `want'. Update enum cgen_parse_operand_result values.
1111 Initialize if CGEN_PARSE_OPERAND_INIT.
1112 * config/tc-m32r.c (md_begin): Set cgen_parse_operand_fn.
4e9d8dea
DE
1113 (md_assemble): Call cgen_asm_init_parse.
1114 Update call to m32r_cgen_assemble_insn, call as_bad if assembly failed.
1115
902a77ac
ILT
1116Wed Apr 9 11:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
1117
1118 * config/tc-m68k.c (m68k_ip): Handle #j.
1119
96742953
JL
1120Tue Apr 8 16:37:57 1997 Jeffrey A Law (law@cygnus.com)
1121
1122 * config/tc-mn10300.c (md_convert_frag): Create fixup at the
1123 right address for call label:32,regs,imm.
1124
e41369a4
JL
1125Mon Apr 7 14:58:22 1997 Jeffrey A Law (law@cygnus.com)
1126
1127 * config/tc-hppa.c (pa_subspace_start): If OBJ_ELF, then always return
1128 zero.
1129 * config/tc-hppa.h (tc_frob_symbol): Don't reset the value of the
1130 symbol for OBJ_ELF anymore.
1131
39ffbb4d
DE
1132Mon Apr 7 10:54:59 1997 Doug Evans <dje@canuck.cygnus.com>
1133
1134 * Makefile.in: Regenerate dependencies.
1135 (TARG_CPU): New variable.
1136 (cgen.o): Depend on cgen.h, $(TARG_CPU)-opc.h.
1137 (.dep1): Delete creating of cgen-opc.h.
1138 (.tcdep): Put proper contents in cgen-opc.h.
1139 * configure.in (m32r): Delete setting of extra_files, extra_links.
1140 (AC_OUTPUT): Create cgen-opc.h.
1141 * configure: Regenerated.
1142
596c5b74
ILT
1143Sat Apr 5 13:19:12 1997 Klaus Kaempf <kkaempf@progis.de>
1144
1145 * makefile.vms: Update to build gasp.exe.
1146
374bdac7
DE
1147Fri Apr 4 16:10:02 1997 Doug Evans <dje@canuck.cygnus.com>
1148
c8cf7e17
DE
1149 * write.c (relax_frag): Make non-static.
1150 * write.h (relax_frag): Add prototype for.
1151 * config/tc-m32r.h (md_do_align): New arg `max'.
1152 * config/tc-m32r.c (m32r_do_align): Likewise.
1153 Update calls to frag_align, frag_align_pattern.
1154 (fill_insn): Update call to m32r_do_align.
1155 (m32r_scomm): Update call to frag_align.
1156
374bdac7
DE
1157 * config/tc-m32r.[ch]: New files.
1158 * cgen.c: New file.
1159 * Makefile.in (CPU_TYPES): Add m32r.
374bdac7
DE
1160 (TARGET_CPU_CFILES): Add tc-m32r.c.
1161 (TARGET_CPU_HFILES): Add tc-m32r.h.
374bdac7
DE
1162 (DISTCLEAN_HERE): Add cgen-opc.h.
1163 (.dep1,.tcdep): Create empty cgen-opc.h.
1164 (cgen.o): Add dependencies.
1165 (dependencies): Regenerate.
1166 * as.h (struct frag): New member fr_targ.
1167 (fr_pcrel_adjust,fr_bsr): Move into union fr_targ.ns32k.
1168 * conf.in (USING_CGEN): New macro.
1169 * configure.in (m32r-*-*): Add entry for.
39ffbb4d 1170 Add cgen.o to extra_objects.
374bdac7 1171 * configure: Regenerate.
403c708e
DE
1172 * frags.c (frag_var): fr_pcrel_adjust renamed to
1173 fr_targ.ns32k.pcrel_adjust. fr_bsr renamed to fr_targ.ns32k.bsr.
1174 (frag_variant): Likewise.
1175 * write.c (relax_frag): Likewise.
374bdac7 1176 * config/tc-ns32k.c (*): Likewise.
374bdac7 1177
e819d858
ILT
1178Fri Apr 4 13:26:10 1997 Ian Lance Taylor <ian@cygnus.com>
1179
dc966dad
ILT
1180 * config/tc-hppa.h (TC_EOL_IN_INSN): Check explicitly for '!',
1181 rather than for any end of line character.
1182
5c11dba2
ILT
1183 * config/tc-hppa.c (tc_gen_reloc): If hppa_ren_reloc_type fails,
1184 call abort (i.e., as_abort) rather than crashing.
1185
457a20b5
ILT
1186 * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of
1187 OBJ_ELF, rather than of S_GET_OTHER.
1188
e819d858
ILT
1189 * Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak.
1190
3884d17b
ILT
1191Thu Apr 3 13:16:18 1997 Ian Lance Taylor <ian@cygnus.com>
1192
1193 * Makefile.in (VERSION): Set to 2.8.1.
1194
1195 * Branched binutils 2.8.
1196
08438bef
ILT
1197Wed Apr 2 12:24:10 1997 Ian Lance Taylor <ian@cygnus.com>
1198
64d20049
ILT
1199 * COPYING: Update FSF address.
1200
08438bef
ILT
1201 * config/tc-mips.c (mips16_macro): Handle M_DMUL and M_MUL.
1202
3c83da8a
JW
1203Tue Apr 1 18:29:47 1997 Jim Wilson <wilson@cygnus.com>
1204
1205 * config/tc-mips.c (md_begin): Don't set interlocks for 4100.
1206
396e8d7f
ILT
1207Tue Apr 1 16:24:28 1997 Klaus Kaempf <kkaempf@progis.de>
1208
1209 * config-gas.com: Update to handle both vax and alpha.
1210 * makefile.vms: Update to use config-gas.
1211 * conf-a-gas.com: Remove file.
1212
db237783
ILT
1213Tue Apr 1 16:08:21 1997 Ian Lance Taylor <ian@cygnus.com>
1214
1215 * Makefile.in: Remove unnecessary itbl-parse.h, ibtl-parse.c, and
1216 itbl-lex.c dependencies. Remove rules for itbl-lex.o,
1217 itbl-parse.o, and itbl-ops.o; just use the normal .c.o rule.
1218
64251de5
MM
1219start-sanitize-tic80
1220Tue Apr 1 11:25:56 1997 Michael Meissner <meissner@cygnus.com>
1221
1222 * config/tc-tic80.c (line_comment_char): Make '#' start comments
1223 at the beginning of a line for compatibility with .S files where
1224 cpp leaves the filename transitions beginning with '#'.
1225
1226end-sanitize-tic80
1227Tue Apr 1 00:07:30 1997 Ian Lance Taylor <ian@cygnus.com>
1228
1229 * config/tc-m68k.c: Only compile tc_coff_symbol_emit_hook and
1230 tc_coff_sizemachdep if OBJ_COFF.
1231
3c6adeaf
ILT
1232Mon Mar 31 23:53:44 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1233
1234 * config/tc-ppc.c (register_name): Declare.
1235
332d5c49
ILT
1236Mon Mar 31 16:31:04 1997 Joel Sherrill <joel@oarcorp.com>
1237
1238 * configure.in (hppa*-*-rtems*): New target, like hppa-*-*elf*.
1239 * configure: Rebuild.
1240
6d65a065
ILT
1241Mon Mar 31 14:15:19 1997 Ian Lance Taylor <ian@cygnus.com>
1242
2f2bcadb
ILT
1243 * config/tc-mips.c (mips_pseudo_table): Add "stabn".
1244 (mips16_mark_labels): New static function.
1245 (append_insn): Call mips16_mark_labels.
1246 (mips_emit_delays): Likewise.
1247 (s_insn): Likewise. Don't call mips_clear_insn_labels.
1248 (s_mips_stab): New static function.
1249
6d65a065
ILT
1250 * configure.in: Use ELF for mips-*-gnu*.
1251 * configure: Rebuild.
1252
ca37421e
ILT
1253Mon Mar 31 14:01:40 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1254
1255 * config/tc-m68k.h (TARGET_FORMAT): Set to "coff-m68k-sysv" if
1256 TE_DELTA.
1257
2e013bb7
ILT
1258Fri Mar 28 18:03:19 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
1259
1260 * configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set,
1261 set OPCODES_LIB to empty.
1262 * configure: Rebuild.
1263
04b8ad8b
ILT
1264Fri Mar 28 15:25:24 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1265
1266 * configure.in (sparc-*-linux*aout*, sparc-*-linux*): New
1267 targets.
1268 * configure: Rebuild.
1269
acdc7ce3
ILT
1270Fri Mar 28 13:08:33 1997 Ian Lance Taylor <ian@cygnus.com>
1271
ab91e1ef
ILT
1272 * itbl-parse.y (yyerror): Make static. Declare.
1273
515c7142
ILT
1274 From Ralf Baechle <ralf@gnu.ai.mit.edu>:
1275 * configure.in: Set emulations for mips-*-linux*-*.
1276 * configure: Rebuild.
1277
1347404a
ILT
1278 * config/tc-mips.c (struct mips_set_options): Define.
1279 (mips_opts): New static variable.
1280 (mips_isa): Remove. Now a field in mips_opts. Change all
1281 references.
1282 (mips16, mips16_autoextend, mips_warn_about_macros): Likewise.
1283 (mips_noreorder, mips_nomove, mips_noat, mips_nobopt): Likewise.
1284 (struct mips_option_stack): Define.
1285 (mips_opts_stack): New static variable.
1286 (s_mipsset): Add support for .set push and .set pop.
1287 * doc/c-mips.texi: Document .set push and .set pop.
1288
acdc7ce3
ILT
1289 * config/obj-elf.c (obj_elf_section_change_hook): New function.
1290 * config/obj-elf.h (obj_elf_section_change_hook): Declare it.
1291 * config/tc-mips.c (s_change_sec): Call it if OBJ_ELF.
1292
23ac3ca1
ILT
1293Thu Mar 27 12:23:56 1997 Ian Lance Taylor <ian@cygnus.com>
1294
e22e79dc
ILT
1295 * as.c (parse_args): Update copyright date in version message.
1296
9b8b7e97
ILT
1297 * Makefile.in (clean-here): Remove dependency files.
1298
23ac3ca1
ILT
1299 * read.c (s_comm): Check S_IS_COMMON as well as S_IS_DEFINED.
1300 (s_mri_common): Check S_IS_COMMON unconditionally.
1301 * symbols.c (colon): Check S_IS_COMMON as well as S_IS_DEFINED.
1302 * config/tc-alpha.c (s_alpha_comm): Likewise.
1303 * config/tc-mips.c (nopic_need_relax): Likewise.
1304 * config/tc-ppc.c (ppc_elf_lcomm): Likewise.
1305 (ppc_pe_comm): Likewise.
1306 * config/obj-elf.c (obj_elf_common): Likewise. Set segment of
1307 common symbol to bfd_com_section_ptr.
1308 * config/tc-sparc.c (s_common): Likewise.
1309 (tc_gen_reloc): Likewise.
1310
80834add
MH
1311start-sanitize-d30v
1312Thu Mar 27 00:29:46 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1313
1314 * config/tc-d30v.c (md_apply_fix3): Get the relocs right.
1315
1316end-sanitize-d30v
734a9064
ILT
1317Wed Mar 26 13:35:15 1997 H.J. Lu <hjl@lucon.org>
1318
1319 * config/tc-i386.c (tc_i386_fix_adjustable): Only define if
1320 BFD_ASSEMBLER.
1321
efda47f9
ILT
1322Wed Mar 26 11:32:51 1997 Ian Lance Taylor <ian@cygnus.com>
1323
80834add
MH
1324 * input-scrub.c (input_scrub_next_buffer): Handle very long input
1325 lines correctly.
1326
8cd0c287
ILT
1327 * listing.c (print_lines): Add lineno parameter. Change all
1328 callers.
1329 (listing_listing): Only call calc_hex for the right line.
1330 (listing_list): Set the new edict based on the current edict, in
1331 order to handle listing commands in macros correctly.
734a9064 1332
e807a57e
ILT
1333 * config/tc-mips.c (insn_uses_reg): Map register numbers in mips16
1334 instructions.
1335
efda47f9
ILT
1336 * cond.c (cond_finish_check): New function.
1337 * as.h (cond_finish_check): Declare.
1338 * as.c (main): Call cond_finish_check.
1339
710fdf47
MH
1340start-sanitize-d30v
1341Tue Mar 25 14:45:54 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1342
1343 * config/tc-d30v.c (md_assemble): If two instructions
1344 are supposed to be assembled in parallel and the first one is
1345 long, print an error and stop.
1346 (md_apply_fix3): Don't calculate absolute relocs. Just write
1347 them out.
1348
1349end-sanitize-d30v
1361ba77
ILT
1350Mon Mar 24 12:11:18 1997 Ian Lance Taylor <ian@cygnus.com>
1351
2fb44892
ILT
1352 * config/tc-i386.h (iclrKludge): Define.
1353 * config/tc-i386.c (md_assemble): Handle iclrKludge.
1354
1361ba77
ILT
1355 * config/tc-alpha.h (tc_frob_file_before_adjust): Define if
1356 OBJ_ECOFF.
1357 (alpha_frob_file_before_adjust): Declare if OBJ_ECOFF.
1358 * config/tc-alpha.c (alpha_debug): New static variable.
1359 (md_parse_option): Set alpha_debug if -g is seen.
1360 (alpha_frob_file_before_adjust): New function if OBJ_ECOFF.
1361
9c9e75bf
MH
1362start-sanitize-d30v
1363Sun Mar 23 18:03:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1364
1365 * config/tc-d30v.c (build_insn): Enable range-checking code.
1366 (postfix): Stop at space or comma. Fixes PR 11862.
1367 (md_assemble): Change error message.
1368
1369end-sanitize-d30v
65d7de4f
ILT
1370Sat Mar 22 13:44:28 1997 Ian Lance Taylor <ian@cygnus.com>
1371
1372 * Makefile.in: Added automatic dependency building.
1373 * dep-in.sed: New file.
1374
949f1310
ILT
1375Fri Mar 21 15:42:37 1997 Ian Lance Taylor <ian@cygnus.com>
1376
7cad1a89
ILT
1377 * config/obj-ieee.c (segment_name): Don't define function if this
1378 is a macro.
1379
f062ec45
ILT
1380 * config/obj-coff.h (DO_STRIP): Don't define.
1381 * config/tc-h8300.h (DO_STRIP): Don't define.
1382 * config/tc-h8500.h (DO_STRIP): Don't define.
1383 * config/tc-w65.h (DO_STRIP): Don't define.
1384 * config/tc-z8k.h (DO_STRIP): Don't define.
1385
a71dc204
ILT
1386 * symbols.c (colon): Call obj_frob_label if it is defined.
1387 * config/obj-vms.h (obj_frob_label): Rename from tc_frob_label.
1388
949f1310
ILT
1389 * configure.in: Don't set files and links. Don't call
1390 AC_LINK_FILES. Substitute te_file. Create targ-cpu.h,
1391 obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
1392 * configure: Rebuild.
1393 * Makefile.in (TARG_CPU_C): New variable.
1394 (TARG_CPU_O, TARG_CPU_H): New variables.
1395 (OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
1396 (TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
1397 (SOURCES): Rename from REAL_SOURCES. Delete old definition.
1398 (LINKED_SOURCES): Remove.
1399 (HEADERS): Rename from REAL_HEADERS. Delete old definition.
1400 (LINKED_HEADERS): Remove.
1401 (OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
1402 ($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
1403 targ-cpu.h, etc.
1404 ($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
1405 (targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
1406 (itbl-cpu.h): Remove target.
1407 (DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
1408 atof-targ.h.
1409
35cfacf0
ILT
1410Thu Mar 20 19:18:58 1997 Ian Lance Taylor <ian@cygnus.com>
1411
1412 * doc/as.texinfo (Symbol Names): Don't use obsolete @ctrl macro.
1413
0dfeb41f
ILT
1414Thu Mar 20 16:49:14 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1415
1416 * config/tc-m68k.c (mri_chip): Replace calls to get_symbol_end by
1417 open coded loop that does not require the name to start with a
1418 name beginner.
1419
29bc322d
ILT
1420Thu Mar 20 13:42:01 1997 H.J. Lu <hjl@lucon.org>
1421
f59fb6ca
ILT
1422 * frags.c (frag_var): Change offset parameter to offsetT.
1423 (frag_variant): Likewise.
1424 * frags.h (frag_variant, frag_var): Update declarations.
1425 * config/tc-m68k.c (struct m68k_it): Change foff field to
1426 offsetT.
1427 (add_frag): Change off parameter to offsetT.
1428 * Several files: Add casts to calls to frag_var.
1429
29bc322d
ILT
1430 * Makefile.in (m68k-parse.c): Depend upon itbl-parse.c, to
1431 serialize a parallel make.
1432 (itbl-parse.h): Split target out from itbl-parse.c.
1433
9afc6631
ILT
1434Thu Mar 20 12:48:45 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1435
39ab5d3a
ILT
1436 * config/m68k-parse.y (motorola_operand): Allow (zdireg,EXPR).
1437
9afc6631
ILT
1438 * config/te-delta.h (COFF_COMMON_ADDEND): Define.
1439 * config/obj-coff.c (fixup_segment): Check COFF_COMMON_ADDEND when
1440 storing the value of a common symbol.
1441
7dd26961
ILT
1442Wed Mar 19 11:37:57 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1443
1444 * config/obj-coff.c (glue_symbols): Unused variable symbolP
1445 removed.
1446 (crawl_symbols): Do not modify symbol_rootP and symbol_lastP here;
1447 that is done by symbol_remove and symbol_insert.
1448
1449 * config/obj-coff.h (S_IS_LOCAL): Return 0 for a debugging
1450 symbol.
1451
ac766f70
ILT
1452Wed Mar 19 11:06:29 1997 Ian Lance Taylor <ian@cygnus.com>
1453
1454 * config/tc-mips.c (load_register): In 32 bit mode, when not
1455 dealing with a 64 bit number, permit the upper 32 bits to be set
1456 even if bit 31 is not set.
1457
58cfdde3
ILT
1458Tue Mar 18 23:30:14 1997 Ian Lance Taylor <ian@cygnus.com>
1459
1460 * read.c (potable): Add "equiv".
1461 (s_set): Handle .equiv based on argument.
1462 * doc/as.texinfo (Equiv): New node to document .equiv.
1463 (Err): New node to document .err.
1464
7cd06f44
ILT
1465Tue Mar 18 15:50:13 1997 H.J. Lu <hjl@lucon.org>
1466
1467 * Many files: Add function prototypes.
1468 * as.c (show_usage, parse_args): Make static.
1469 * frags.h (frag_alloc): Declare.
1470 * subsegs.c (subseg_set_rest): Don't declare frag_alloc.
1471 * symbols.c (dollar_label_instance): Change return type to long.
1472 * symbols.h (print_symbol_value): Declare.
1473 (print_expr, print_expr_1, print_symbol_value_1): Declare.
1474 * write.c (fix_new_exp): Don't declare make_expr_symbol.
1475 (remove_subsegs, relax_frag): Make static.
1476 * config/atof-vax.c (atof_vax_sizeof): Change letter to int.
1477 (what_kind_of_float): Likewise.
1478 (atof_vax): Make static. Change what_kind to int.
1479 (md_atof): Change what_statement_type to int.
1480 * config/obj-ecoff.h (obj_ecoff_set_ext): Declare.
1481 * config/tc-alpha.c (vax_md_atof): Declare.
1482 (md_atof): Don't declare atof_ieee and vax_md_atof.
1483 * config/tc-i386.c (set_16bit_code_flag): Make static.
1484 * config/tc-i386.h (tc_i386_fix_adjustable): Declare.
1485 * config/tc-m68k.c (add_fix): Change width to int.
1486 (insert_reg): Change regname to const.
1487 (md_atof): Don't declare atof_ieee.
1488 (demand_empty_rest_of_line): Don't declare.
1489 * config/tc-m88k.c (md_atof): Don't declare atof_ieee.
1490 * config/tc-sparc.c (cmp_reg_entry): Change args to const PTR.
1491 (parse_keyword_arg): Change lookup_fn to take const arg.
1492 (md_atof): Don't declare atof_ieee.
1493 * config/tc-sparc.h: Add ifdef for multiple inclusion.
1494 (tc_aout_pre_write_hook): Don't declare.
1495
590c50d8
ILT
1496Mon Mar 17 11:21:09 1997 Ian Lance Taylor <ian@cygnus.com>
1497
1498 * as.h (bfd_alloc_by_size_t): Don't declare.
1499 * Many files: Use xmalloc rather than bfd_alloc_by_size_t.
1500
4b0895cf 1501Sun Mar 16 13:49:21 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
e95ef7c1
ILT
1502
1503 * symbols.c (symbol_new): Don't call debug_verify_symchain.
1504 (symbol_append): Set sy_next and sy_previous when adding a single
1505 symbol to an empty list. Call debug_verify_symchain.
1506 (verify_symbol_chain): Use assert, not know.
1507
5cf4e55e
FF
1508Sat Mar 15 20:27:12 1997 Fred Fish <fnf@cygnus.com>
1509
1510 * NEWS: Note BeOS support.
1511 * configure.in: (ppc-*-beos): New target, use coff as object format.
1512 * configure: Regenerate with autoconf.
1513
9591ad40
ILT
1514Sat Mar 15 19:14:02 1997 Ian Lance Taylor <ian@cygnus.com>
1515
18f7e3dc
ILT
1516 * config/tc-mips.c (md_apply_fix): Improve error message for out
1517 of range branch.
1518
9591ad40
ILT
1519 * Makefile.in: Add dependencies on obstack.h where needed.
1520
ef014e09
ILT
1521Fri Mar 14 15:33:38 1997 Ian Lance Taylor <ian@cygnus.com>
1522
46a92fde
ILT
1523 * config/tc-mips.c (md_estimate_size_before_relax): Handle the
1524 case of a symbol equated to another symbol when using SVR4_PIC.
1525
ef014e09
ILT
1526 * Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.
1527
2e9974a4
ILT
1528Thu Mar 13 11:20:51 1997 Ian Lance Taylor <ian@cygnus.com>
1529
d428c89f
ILT
1530 * read.c (read_a_source_file): Call LISTING_NEWLINE before
1531 HANDLE_CONDITIONAL_ASSEMBLY when handling an MRI line label.
1532
2e9974a4
ILT
1533 * config/obj-elf.c (obj_elf_data): Call md_flush_pending_output
1534 and md_elf_section_change_hook if they are defined.
1535 (obj_elf_text, obj_elf_previous): Likewise.
1536
80633e8e
ILT
1537Wed Mar 12 11:40:20 1997 Ian Lance Taylor <ian@cygnus.com>
1538
2e9974a4
ILT
1539 * config/obj-multi.h (struct elf_obj_sy): Define if
1540 OBJ_MAYBE_ELF.
1541 (OBJ_SYMFIELD_TYPE): Define as struct elf_obj_sy if
1542 OBJ_MAYBE_ELF.
1543 * config/obj-elf.h (struct elf_obj_sy): Don't define if
1544 OBJ_SYMFIELD_TYPE is defined.
1545
80633e8e
ILT
1546 * doc/as.texinfo (bss): Improve description of .bss section. In
1547 ELF or COFF, you are permitted to switch into the section.
1548 (Comm): Rewrite description of common symbols.
1549 (Lcomm): Mention that some targets permit a third argument.
1550
6d8dfa04
ILT
1551Tue Mar 11 01:13:31 1997 Ian Lance Taylor <ian@cygnus.com>
1552
9be8c0f1
ILT
1553 * config/tc-ppc.c (ppc_elf_lcomm): Don't call S_CLEAR_EXTERNAL.
1554
92b7bfb7
ILT
1555 * symbols.c (colon): Change type of local to int. From Alan Modra
1556 <alan@spri.levels.unisa.edu.au>.
1557
e053e8c1
ILT
1558 * config/tc-m88k.c (m88k_do_align): Don't use a special nop
1559 alignment if a zero fill pattern was explicitly specified.
1560 * config/tc-sh.c (sh_do_align): Likewise.
1561
842b6b06
ILT
1562 * read.c (equals): Always permit register names to be redefined.
1563
ee2c03ed
ILT
1564 * config/tc-mips.c (mips_fix_adjustable): Permit a reloc against a
1565 mips16 symbol to be adjusted if a symbol is being subtracted from
1566 it.
1567
6d8dfa04
ILT
1568 From Eric Youngdale <eric@andante.jic.com>:
1569 * config/obj-elf.c (obj_elf_symver): Check for duplicate or
1570 illegal symbol version names.
1571 (elf_frob_symbol): Check for external default versions.
1572
d88cc85d
ILT
1573Sun Mar 9 23:49:12 1997 Ian Lance Taylor <ian@cygnus.com>
1574
1575 From Eric Youngdale <eric@andante.jic.com>:
1576 * config/obj-elf.h (struct elf_obj_sy): Define.
1577 (OBJ_SYMFIELD_TYPE): Define to elf_obj_sy struct. Change all
1578 users.
1579 * config/obj-elf.c (obj_elf_symver): Just record the name.
1580 (obj_symbol_new_hook): Initialized versioned_name field.
1581 (elf_frob_symbol): If there is a versioned_name, either rename the
1582 symbol, or add an alias with that name.
1583
a405bb3e
JL
1584Thu Mar 6 13:55:32 1997 Jeffrey A Law (law@cygnus.com)
1585
ef03fee0
JL
1586 * config/tc-mn10300.c (md_relax_table): Define.
1587 (md_convert_frag): Implement.
1588 (md_assemble): Handle relaxable operands/instructions correctly.
1589 (md_estimate_size_before_relax): Implement.
1590 * config/tc-mn10300.h (TC_GENERIC_RELAX_TABLE): Define.
1591
27103699
JL
1592 * config/tc-mn10200.c (md_relax_table): Fix typos.
1593
a405bb3e
JL
1594 * config/tc-mn10300.c (md_assemble): Don't use any MN10300 specific
1595 relocs anymore. Tweak fx_offset for pc-relative relocs.
1596
d6545e3f
ILT
1597Wed Mar 5 15:46:16 1997 Ian Lance Taylor <ian@cygnus.com>
1598
1599 * cond.c (s_ifc): Call mri_comment_field and mri_comment_end when
1600 in MRI mode.
1601
e74539b8
FF
1602start-sanitize-tic80
1603Tue Mar 4 19:34:21 1997 Fred Fish <fnf@cygnus.com>
1604
1ea52646
FF
1605 * config/tc-tic80.c (md_pseudo_table): Add "sect" and "section"
1606 pseudo-ops.
e74539b8
FF
1607 * config/tc-tic80.c (md_begin): Declare external variable
1608 coff_flags and insert an F_AR32WR bit into it.
1609
1610end-sanitize-tic80
1611Tue Mar 4 10:01:04 1997 Ian Lance Taylor <ian@cygnus.com>
1612
1613 * read.c (equals): Add reassign parameter. Change all callers.
1614 * read.h (equals): Update declaration.
1615
a941619c
ILT
1616Sat Mar 1 01:04:04 1997 Ian Lance Taylor <ian@cygnus.com>
1617
1618 * config/tc-mips.c (mips16_extended_frag): Don't assume that we
1619 can rely on the frag address to determine whether a frag is
1620 earlier or later.
1621
23604921
ILT
1622Fri Feb 28 14:40:00 1997 Ian Lance Taylor <ian@cygnus.com>
1623
1624 * write.h (LOCAL_LABEL): Only define if not BFD_ASSEMBLER.
1625 (S_LOCAL_NAME): Likewise.
1626 (FAKE_LABEL_NAME): Define unconditionally.
1627 * symbols.c (colon): Call bfd_is_local_label, not LOCAL_LABEL, if
1628 BFD_ASSEMBLER.
1629 (S_IS_LOCAL): Call bfd_is_local_label_name, not LOCAL_LABEL.
1630 * config/tc-*.h: Only define LOCAL_LABEL if not BFD_ASSEMBLER.
1631 Don't define FAKE_LABEL_NAME.
1632 * config/te-ic960.h: Likewise.
1633 * config/tc-mips.h (tc_frob_file_before_adjust): Define.
1634 (mips_frob_file_before_adjust): Declare.
1635 * config/tc-mips.c (mips_frob_file_before_adjust): New function.
1636 (mips_local_label): Remove.
1637
1638 * config/te-sco386.h: Remove; not used.
1639
a88ce21e
FF
1640start-sanitize-tic80
1641Thu Feb 27 15:39:16 1997 Fred Fish <fnf@cygnus.com>
1642
1643 * config/tc-tic80 (md_pseudo_table): Add align pseudo op to do
1644 byte alignment rather than power-of-two alignment that is the
1645 GAS default.
1646
1647end-sanitize-tic80
0f68bf0a
ILT
1648Thu Feb 27 13:29:04 1997 Ian Lance Taylor <ian@cygnus.com>
1649
e053e8c1 1650 * config/tc-m68k.c (md_assemble): Handle a reloc width of 'W'.
f396c4ef 1651
0f68bf0a
ILT
1652 * gasp.c (hash_add_to_string_table): Correct misspelling in error
1653 message, and add newline.
1654 (process_file): Don't process assignments in the label if this is
1655 a equ or assign pseudo-op.
1656 (process_pseudo_op): Swap first argument to do_assign for K_ASSIGN
1657 and K_EQU, to match documentation.
1658
0fe302ac
MM
1659Thu Feb 27 12:00:03 1997 Michael Meissner <meissner@cygnus.com>
1660
1661 * config/obj-coff.c (obj_coff_section): Add 'r' section attribute
1662 to denote read-only data sections.
1663
30d0557c
ILT
1664Thu Feb 27 00:26:33 1997 Ian Lance Taylor <ian@cygnus.com>
1665
35c64f24
ILT
1666 * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags.
1667 * config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER.
1668
30d0557c
ILT
1669 * expr.c (operand): Simplify 0b handling. Don't treat 0b as a
1670 binary number if the next character is '+' or '-'.
1671
1e12595d
FF
1672start-sanitize-tic80
1673Wed Feb 26 20:47:12 1997 Fred Fish <fnf@cygnus.com>
1674
1675 * config/tc-tic80.c (FLT_CHARS): Change from "dD" to "fF".
1676 (find_opcode): Match operands that can be floats.
1677 (build_insn): Handle O_big (float) expressions and build
1678 correct opcode.
1679
1680end-sanitize-tic80
af942793
SS
1681Wed Feb 26 18:19:00 1997 Stan Shebs <shebs@andros.cygnus.com>
1682
1683 * configure.in (mips*-*-lnews*): New target, also make empty
1684 emulation list for this target.
1685 * configure: Update.
1686 * tc-mips.c (ECOFF_LITTLE_FORMAT): Define.
1687 (mips_target_format): Use.
1688 * te-lnews.h: New file.
1689
f92f247b
FF
1690start-sanitize-tic80
1691Wed Feb 26 15:33:46 1997 Fred Fish <fnf@cygnus.com>
1692
1693 * config/tc-tic80.c (find_opcode, build_insn): Changes to match
1694 operands with :m or :s modifiers and generate the right opcodes
1695 for them.
1696
1697end-sanitize-tic80
7a515708
ILT
1698Wed Feb 26 11:56:11 1997 Ian Lance Taylor <ian@cygnus.com>
1699
1700 * Makefile.in (itbl-parse.c itbl-parse.h): Use $(BISON) and
1701 $(BISONFLAGS), not $(YACC) and $(YACCFLAGS).
1702
55be99d6
ILT
1703Tue Feb 25 22:02:23 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1704
1705 * config/tc-m68k.c (instring): Useless local declaration of
1706 crack_operand removed.
1707 * expr.h (expressionS): Changed type of X_op field to operatorT if
1708 __GNUC__.
1709
28d8c671
ILT
1710Tue Feb 25 13:17:27 1997 Ian Lance Taylor <ian@cygnus.com>
1711
034988c6
ILT
1712 Based on patches from Robert Lipe <robertl@dgii.com>:
1713 * configure.in: Add i386coff and i386elf to emulation list.
1714 * configure: Rebuild.
1715 * as.c (i386coff, i386elf): Declare.
1716 * obj.h (coff_format_ops): Declare.
1717 * config/obj-coff.c (OBJ_HEADER): Define.
1718 (coff_obj_symbol_new_hook): Rename from obj_symbol_new_hook.
1719 (coff_obj_read_begin_hook): Rename from obj_read_begin_hook.
1720 (obj_pseudo_table): Add "version".
1721 (coff_pop_insert): New static function.
1722 (coff_sec_sym_ok_for_reloc): New static function.
1723 (no_func): New static function.
1724 (coff_format_ops): New variable.
1725 * config/obj-coff.h (coff_obj_symbol_new_hook): Declare.
1726 (obj_symbol_new_hook): Define.
1727 (coff_obj_read_begin_hook): Declare.
1728 (obj_read_begin_hook): Define.
1729 * config/tc-i386.h (i386_target_format): Declare.
1730 * config/tc-i386.c: Check OBJ_MAYBE_ELF as well as OBJ_ELF; check
1731 OUTPUT_FLAVOR when appropriate.
1732 (i386_target_format): New function.
1733 * Makefile.in (obj-coff.o): New target.
1734 (e-i386coff.o, e-i386elf.o): New targets.
1735
a0c4a241
ILT
1736 From Stephen Williams <steve@icarus.icarus.com>:
1737 * config/tc-i960.h (TC_SYMFIELD_TYPE): Define if OBJ_COFF.
1738 (_tc_get_bal_of_call): Don't declare.
1739 (tc_get_bal_of_call): Declare as function, don't define as macro.
1740 * config/tc-i960.c (tc_set_bal_of_call): If OBJ_COFF, store balP
1741 in sy_tc field, not x_balntry field.
1742 (tc_get_bal_of_call): Rename from _tc_get_bal_of_call. Change
1743 return type to symbolS *. If OBJ_COFF, retrieve value from sy_tc
1744 field, not x_balntry field.
1745
1746 * config/obj-elf.c (obj_elf_section): Permit a .note section to
1747 have the SHF_ALLOC attribute.
1748
a90512ad
ILT
1749 * Makefile.in ($(OBJS)): Don't depend upon $(IT_HDRS).
1750 (TARG_CPU_DEP_mips): Depend upon $(srcdir)/itbl-ops.h.
1751 (itbl-lex.o): Depend upon itbl-parse.h.
1752
1753 * itbl-parse.y (yyerror): Change return type to int. Change to
1754 use old style function declaration.
1755
ee5cb7fe
ILT
1756 * Makefile.in (itbl-lex.o): Remove -Wall.
1757 (itbl-parse.o): Likewise.
1758
28d8c671
ILT
1759 * cond.c (s_ifdef): If we should omit conditionals from listings,
1760 call listing_list.
1761 (s_if, s_ifc, s_endif, s_else, s_ifeqs): Likewise.
1762 * listing.c (list_info_struct): Add EDICT_NOLIST_NEXT.
1763 (listing_listing): Handle EDICT_NOLIST_NEXT.
1764 (listing_list): An argument of 2 means EDICT_NOLIST_NEXT.
1765 * listing.h (LISTING_NOCOND): Define.
1766 (LISTING_SKIP_COND): Define.
1767 * as.c (show_usage): Mention c as a suboption of -a.
1768 (parse_args): Handle c as a suboption of -a.
1769 * doc/as.texinfo: Document -alc.
1770
b16a8c8e
FF
1771start-sanitize-tic80
1772Mon Feb 24 23:34:14 1997 Fred Fish <fnf@cygnus.com>
1773
1774 * config/tc-tic80.c (md_apply_fix): Handle R_ABS type fixups.
1775
1776end-sanitize-tic80
1777Mon Feb 24 18:27:43 1997 Eric Youngdale <eric@andante.jic.com>
1778
1779 * doc/as.texinfo: Document .symver.
1780
4d3410fd
MH
1781Mon Feb 24 15:19:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1782
1783 * config/tc-d10v.c: Change pre_defined_registers to
1784 d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
1785
ec72a266
FF
1786Mon Feb 24 10:40:45 1997 Fred Fish <fnf@cygnus.com>
1787
1788 * config/obj-coff.c: Fix typo in comment section.
1789start-sanitize-tic80
1790 * config/tc-tic80.c (md_pseudo_table): Add entry for bss, which takes
1791 an additional alignment argument.
1792 (find_opcode): Allow O_symbol relocs for any 32 bit field, not just
1793 base relative ones.
1794 (build_insn): Handle O_symbol relocs for any 32 bit field, not just
1795 base relative ones.
1796end-sanitize-tic80
1797
16aef5b0
DP
1798Mon Feb 24 02:23:00 1997 Dawn Perchik <dawn@cygnus.com>
1799
1800 * Makefile.in: Remove dependancies on itbl-cpu.h.
1801 * as.c: Define stubs for itbl_parse and itbl_init if HAVE_ITBL_CPU
1802 is not defined.
1803
ac6c6bdb
DP
1804Mon Feb 24 02:03:00 1997 Dawn Perchik <dawn@cygnus.com>
1805
1806 * itbl-ops.h: Include as.h.
1807
72797ffa
DP
1808Mon Feb 24 01:04:00 1997 Dawn Perchik <dawn@cygnus.com>
1809
1810 * as.c: Remove -t option.
1811 * configure, configure.in: Move itbl-cpu.h to mips specific configure.
1812 * itbl-ops.h: Include itbl-cpu.h only if HAVE_ITBL_CPU is defined.
1813 * config/tc-mips.h: Define HAVE_ITBL_CPU.
1814
2f671f84
DP
1815Sun Feb 23 18:01:00 1997 Dawn Perchik <dawn@cygnus.com>
1816
1817 * itbl-ops.c: Don't define DEBUG.
1818
f9f0539f
DP
1819Sun Feb 23 17:49:00 1997 Dawn Perchik <dawn@cygnus.com>
1820
1821 * Makefile.in: Update itbl-test.c to reflect its new location.
1822
8d8a790b
DP
1823Sun Feb 23 15:50:00 1997 Dawn Perchik <dawn@cygnus.com>
1824
1825 * itbl-ops.c: Add test for itbl_have_entries.
1826 * config/tc-mips.c: Remove test for itbl_have_entries.
1827 * config/tc-mips.h: Define tc_init_after_args to mips_init_after_args.
1828
7b9f3d46
ILT
1829Sun Feb 23 18:13:19 1997 Ian Lance Taylor <ian@cygnus.com>
1830
1831 * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
1832 itbl-ops.c. Add itbl-parse.c and itbl-lex.c.
1833 (LEX, LEXFLAGS): Define.
1834 * itbl-ops.c (append_insns_as_macros): Remove bogus ASSERT.
1835
efec4a28
DP
1836Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
1837
1838 * itbl-parse.y: Fix indentation mistakes from indent program.
1839 * itbl-lex.l: Fix indentation mistakes from indent program.
1840 * itbl-ops.h: Add include for ansidecl.h.
1841 Add PARAMS around function arguments.
1842 Add declaration for itbl_have_entries.
1843 * itbl-ops.c: Add PARAMS around function arguments.
1844 * Makefile.in: Add itbl build rules.
1845 Add dependancies for itbl files to mips target.
1846 * as.c: Add itbl support.
1847 Add new option "--insttbl" for dynamically extending instruction set.
1848 * as.h: Declare insttbl_file_name;
1849 the name of file defining extensions to the basic instruction set
1850 * configure.in, configure: Add itbl-parse.o, itbl-lex.o, and
1851 itbl-ops.o to extra_objects for mips configuration.
1852 Add include file link from itbl-cpu.h to
1853 config/itbl-${target_cpu_type}.h.
1854 * config/tc-mips.c: Allow copz instructions.
1855 Add notes for future additions to the itbl support.
1856 Add debug macros.
1857 (macro): Call itbl_assemble to assemble itbl instructions.
1858 See if an unknown register is specified in an itbl entry.
1859
d160b69e
FF
1860Sat Feb 22 20:53:01 1997 Fred Fish <fnf@cygnus.com>
1861 * doc/internals.texi (CPU backend): Fix typo in md_section_align
1862 description.
1863start-sanitize-tic80
1864 * config/tc-tic80.h (NEED_FX_R_TYPE): Define.
1865 * config/tc-tic80.c (find_opcode): Add code to support O_symbol
1866 operands.
1867 (build_insn): Grab a frag early so we can use the address in
1868 fixups. Take one's complement of BITNUM values before insertion
1869 in opcode. Add code to support O_symbol operands.
1870 (md_apply_fix): Replace unimplemented warning with implementation.
1871 (md_pcrel_from): Ditto.
1872 (tc_coff_fix2rtype): Ditto.
1873end-sanitize-tic80
1874
09d9ef26 1875Fri Feb 21 14:34:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1b524697
MH
1876start-sanitize-d30v
1877 * config/tc-d30v.c (parallel_ok): New function.
1878 * config/tc-d30v.h: Define TARGET_BYTES_BIG_ENDIAN.
1879end-sanitize-d30v
09d9ef26
MH
1880 * config/tc-d10v.c (md_pcrel_from_section): Return 0 if
1881 relocation is in different section. Fixes PR11574.
1882
e2e5acfa
JW
1883Fri Feb 21 10:08:25 1997 Jim Wilson <wilson@cygnus.com>
1884
1885 * tc-mips.c (mips_ip): If configured for an embedded ELF system,
1886 don't set the section alignment to 2**4.
1887
fee3e248
ILT
1888Fri Feb 21 11:55:03 1997 Ian Lance Taylor <ian@cygnus.com>
1889
b2f7cdd0
ILT
1890 * config/tc-m68k.c (line_comment_chars): Add '*'.
1891
830ce631
ILT
1892 * app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define.
1893 (do_scrub_begin): Don't set lex['*'].
1894 (do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't
1895 check for LEX_IS_TWOCHAR_COMMENT_2ND. Instead, just check for
1896 a literal '*'.
1897
fee3e248
ILT
1898 * configure.in: Set em=svr4 for m68k-*-sysv4*.
1899 * configure: Rebuild.
1900 * config/te-svr4.h: New file.
1901 * config/tc-m68k.c (m68k_comment_chars): Only include `#' if
1902 TE_SVR4 or TE_DELTA.
1903
48242b28
JL
1904Thu Feb 20 22:24:39 1997 Jeffrey A Law (law@cygnus.com)
1905
1906 * config/tc-mn10200.c (md_convert_frag): Create a fixup for the
1907 short conditional branch around a long unconditional branch.
1908
1af411e1
ILT
1909Thu Feb 20 13:56:00 1997 Ian Lance Taylor <ian@cygnus.com>
1910
64c5df8d
ILT
1911 * config/obj-coff.c (obj_coff_ln [both versions]): Call
1912 new_logical_line.
1913
1af411e1
ILT
1914 * config/tc-arm.c (fix_new_arm): Use make_expr_symbol to handle a
1915 complex expression.
1916
1917 * symbols.c (resolve_symbol_value): If both left and right
1918 operands are undefined, warn about both of them.
1919
78673fc6
ILT
1920Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com>
1921
dd7feeb5
ILT
1922 Based on patches from Eric Youngdale <eric@andante.jic.com>:
1923 * config/obj-elf.c (elf_pseudo_table): Add "symver".
1924 (obj_elf_symver): New static function.
1925 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other
1926 field.
1927
1928 * write.c (relax_segment): Make type and printf format agree.
1929
78673fc6
ILT
1930 * read.c (get_line_sb): Don't end the line on a semicolon inside a
1931 string.
1932
14f23c28
MH
1933start-sanitize-d30v
1934Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1935
1936 * config/tc-d30v.c, config/tc-d30v.h: New files.
1937
1938 * configure: Rebuilt.
1939
1940 * configure.in: Add case for d30v.
1941
1942end-sanitize-d30v
1943Sun Feb 16 17:47:29 1997 Fred Fish <fnf@toadfish.ninemoons.com>
1944
1945 * config/tc-alpha.h (md_operand): Define with a null expansion,
1946 like all the other targets.
1947 * doc/internals.texi (CPU backend): Add missing word in
1948 md_flush_pending_output description. Fix typo in md_convert_frag
1949 description.
1950start-sanitize-tic80
1951 * config/tc-tic80: Minor comment additions/changes.
1952end-sanitize-tic80
1953
b253dcff
ILT
1954Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1955
1956 * config/tc-m68k.c (LOCAL_LABEL): Macro redefined if TE_DELTA.
1957 (tc_canonicalize_symbol_name): Macro defined if TE_DELTA.
1958 * config/obj-coff.c (obj_coff_def): Use
1959 tc_canonicalize_symbol_name if defined.
1960 (obj_coff_tag, obj_coff_val): Likewise.
1961 * expr.c (operand): Reject '~' as operator if is_name_beginner.
1962
d7bf6158
ILT
1963Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com>
1964
f5ed78de
ILT
1965 Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
1966 does not actually work, though:
1967 * configure.in (i386-sequent-bsd*): New target.
1968 * configure: Rebuild.
1969 * config/tc-dynix.h: New file.
1970 * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
1971
d7bf6158
ILT
1972 * read.c (do_align): Add max parameter. Change all callers.
1973 Remove useless static variables.
1974 (s_align): New static function. Do common portion of
1975 s_align_bytes and s_align_ptwo.
1976 (s_align_bytes, s_align_ptwo): Just call s_align.
1977 * frags.c (frag_align): Add max parameter. Change all callers.
1978 (frag_align_pattern): Likewise.
1979 * frags.h (frag_align, frag_align_pattern): Update declarations.
1980 * write.c (relax_segment): Limit alignment change to fr_subtype.
1981 Fix some types to be addressT.
1982 * config/obj-coff.c (size_section): Likewise.
1983 * config/obj-ieee.c (size_section): Likewise.
1984 * config/tc-d10v.h (md_do_align): Add max parameter.
1985 * config/tc-i386.h (md_do_align): Likewise.
1986 * config/tc-m88k.h (md_do_align): Likewise.
1987 * config/tc-m88k.c (m88k_do_align): Likewise.
1988 * config/tc-sh.h (md_do_align): Likewise.
1989 * config/tc-sh.c (sh_do_align): Likewise.
1990 * as.h: Improve comments on rs_align and rs_align_code.
1991 * doc/as.texinfo: Document new alignment arguments.
1992 * doc/internals.texi (Frags): Document use of fr_subtype field for
1993 rs_align and rs_align_code.
1994
1995Fri Feb 14 15:56:06 1997 Gavin Koch <gavin@cygnus.com>
1996
1997 * config/tc-mips.c: Changed opcode parsing.
1998
16171d71
FF
1999Thu Feb 13 20:02:16 1997 Fred Fish <fnf@cygnus.com>
2000
fda193d9 2001 * config/{tc-alpha.h, tc-d10v.h, tc-generic.h, tc-i960.h,
ec2f730d 2002 tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-vax.h, tc-w65.h}:
16171d71
FF
2003 Add default definition of zero for TARGET_BYTES_BIG_ENDIAN.
2004 * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h,
2005 tc-ppc.h, tc-sparc.h}: Move definition of TARGET_BYTES_BIG_ENDIAN
2006 to a location consistent with the rest of the target include files.
2007 * config/tc-i386.c: Remove misleading comment.
2008 * doc/internals.texi (CPU backend): Add description of function
2009 md_undefined_symbol.
2010start-sanitize-tic80
2011 * config/tc-tic80.c: Add code to insert predefined symbols into the
2012 symbol table so they can be parsed by the standard expression parser.
2013 Remove custom code that use to parse them.
2014 * config/tc-tic80.h: Move definition of TARGET_BYTES_BIG_ENDIAN
2015 to a location consistent with the rest of the target include files.
2016end-sanitize-tic80
2017
9f13ead9
ILT
2018Thu Feb 13 21:44:18 1997 Klaus Kaempf <kkaempf@progis.de>
2019
2020 * as.h: GNU c provides unlink() function.
2021
2022 Unify section handling on openVMS/Alpha:
2023 * config/tc-alpha.c(s_alpha_link): Remove.
2024 (s_alpha_section): New function.
2025 Remove case-hacking of symbols
2026 Add .code_address pseudo-op.
2027 (BFD_RELOC_ALPHA_CODEADDR): New relocation.
2028 (s_alpha_code_address): New function.
2029 (alpha_ctors_section, alpha_dtors_section): New sections for C++
2030 static constructors/destructors.
2031 Add debug code for crash debugs, to be removed when traceback code
2032 is added to object code.
2033 (s_alpha_name): New function for .name pseudo-op.
2034 (alpha_print_token): New function to print token expressions with
2035 alpha specific extensions.
2036
2037 * makefile.vms: Allow compilation with current gcc snapshot.
2038
af16e411
FF
2039Thu Feb 13 16:29:04 1997 Fred Fish <fnf@cygnus.com>
2040
2041 * doc/Makefile.in (TEXI2DVI): Set to just name of program.
2042 (DVIPS): Set to dvips.
2043 (ps, as.ps, gasp.ps): New targets.
2044 (internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS
2045 and MAKEINFO env variables.
2046 (internals.ps): Use DVIPS macro.
2047 (clean): Remove core and backup files.
2048 (distclean): Remove temporary files from building internals.
2049 (clean-dvi): Ditto.
2050 * doc/internals.texi (Frags): Fix typo.
2051 (GAS processing): Ditto.
2052 (CPU backend): Ditto.
2053 * ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly.
2054 * mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1.
2055 * read.c: Remove ugly hack that dealt with config files not
2056 correctly defining TARGET_BYTES_BIG_ENDIAN.
2057 (target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly.
2058 * config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
2059 * config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
2060 * config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
2061 * config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
2062 * config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
2063 * config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN
2064 with TARGET_BYTES_BIG_ENDIAN defined to 0.
2065 * config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
2066 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
2067 whether it is defined or not.
2068 * config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN.
2069 * config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
2070 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
2071 whether it is defined or not.
2072start-sanitize-tic80
2073 * config/tic80.h (TARGET_FORMAT): Define to coff-tic80.
2074 (TARGET_BYTES_BIG_ENDIAN): Define to 0.
2075end-sanitize-tic80
2076
89b41978
DE
2077Thu Feb 13 14:40:16 1997 Doug Evans <dje@canuck.cygnus.com>
2078
2079 * write.c (write_relocs): Correct text in as_fatal error message,
2080 bfd_perform_relocation -> bfd_install_relocation.
2081
151c3ec0
ILT
2082Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
2083
2084 * config/tc-m68k.c (LEX_TILDE): Define if TE_DELTA.
2085 * read.c (LEX_TILDE): Define if not defined.
2086 (lex_type): Use LEX_TILDE.
2087 * expr.c (get_symbol_end): Check first char with is_name_beginner,
2088 not is_part_of_name.
2089
4a1cb507
ILT
2090Thu Feb 13 11:40:58 1997 Ian Lance Taylor <ian@cygnus.com>
2091
3de9d78c
ILT
2092 * config/tc-sparc.c (md_show_usage): Add missing backslash at end
2093 of continued line.
2094
319305a7
ILT
2095 * config/tc-mips.c (mips16_extended_frag): Correct base address
2096 for an extended PC relative instruction.
2097 (md_convert_frag): Likewise.
2098
4a1cb507
ILT
2099 * config/tc-mips.c (prev_nop_frag): New static variable.
2100 (prev_nop_frag_holds): New static variable.
2101 (prev_nop_frag_required): New static variable.
2102 (prev_nop_frag_since): New static variable.
2103 (append_insn): If we aren't reordering, and prev_nop_frag is not
2104 NULL, and we don't need any nops, then decrease the size of
2105 prev_nop_frag. Don't insert nops because of instructions in
2106 noreorder sections. Remember whether the previous instructions
2107 where in noreorder sections even when not reordering.
2108 (mips_no_prev_insn): Add preserver parameter. Change all
2109 callers. Refer prev_nop_frag variables when appropriate.
2110 (mips_emit_delays): Set up prev_nop_frag.
2111 (s_mipsset): Clear prev_nop_frag if reordering.
2112
ebf28372
ILT
2113Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
2114
9cd4e6cc
ILT
2115 * config/tc-mips.c (append_insn): Remove useless code which
2116 handled swapping a mips16 jump with a mips16 instruction with a
2117 reloc.
2118
05874c2e
ILT
2119 * config/tc-mips.c (md_parse_option): When debugging, set
2120 mips_optimize to 1, not 0.
2121
56bb6eee
ILT
2122 * config/tc-mips.c (mips16_ip): Handle an extend operand.
2123
eb17f56c
ILT
2124 * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks
2125 like the expression was based on `.', adjust the value of the
2126 symbol.
2127
035936da 2128 * config/tc-mips.c (append_insn): Warn about an attempt to put an
c0df26bb 2129 extended instruction in a delay slot when not reordering.
035936da
ILT
2130 (md_convert_frag): Warn if an extended instruction appears in a
2131 delay slot.
2132
ed3eb786
ILT
2133 * config/tc-mips.c (mips_pseudo_table): Add "insn".
2134 (s_insn): New static function.
2135 * doc/c-mips.texi: Document .insn.
2136
ebf28372
ILT
2137 * config/tc-mips.c (md_begin): Add the general registers to the
2138 symbol table.
2139 (mips16_ip): First parse the expression, and then see whether it
2140 came up with a register, rather than trying to first see whether
2141 we are looking at a register.
2142
11e08196
FF
2143start-sanitize-tic80
2144Tue Feb 11 15:13:39 1997 Fred Fish <fnf@cygnus.com>
2145
2146 * config/tc-tic80.c: Numerous changes and additions to flesh
2147 out functions that were previously just stubs, and fix some
2148 problems found using the new TIc80 testsuite cases.
2149
2150end-sanitize-tic80
16262668
ILT
2151Tue Feb 11 15:52:22 1997 Ian Lance Taylor <ian@cygnus.com>
2152
2153 * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
2154 (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
2155
2156 * config/tc-mips.c (append_insn): Output jump instruction as a
2157 pair of 2 byte instructions, rather than as a single 4 byte
2158 instruction.
2159
2160start-sanitize-r5900
2161 * config/tc-mips.c (md_begin): Correct test of mips_5900.
2162 (mips_ip): Don't check INSN_ISA for a macro.
2163
2164end-sanitize-r5900
276c2d7d
GRK
2165start-sanitize-r5900
2166Fri Feb 7 11:11:06 1997 Gavin Koch <gavin@cygnus.com>
2167
2168 * config/tc-mips.c: added r5900.
2169
2170end-sanitize-r5900
c6745073
DP
2171Mon Feb 10 22:06:00 1997 Dawn Perchik (dawn@cygnus.com)
2172
2173 * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
2174 config/itbl-mips.h: Add copyright message and fix indentation.
2175
8e5c905e
DP
2176Mon Feb 10 18:09:00 1997 Dawn Perchik (dawn@cygnus.com)
2177
2178 * itbl-ops.c: New file. Add support for dynamically read
2179 instruction registers, opcodes and formats. Build internal table
2180 for new instructions and provide callbacks for assembler and
2181 disassembler.
2182 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
2183 spec table.
2184 * itbl-ops.h: New file. Header file for itbl support.
2185 * config/itbl-mips.h: New file. Mips specific definitions for
2186 itbl support.
2187
a7355c4d
JL
2188Fri Feb 7 09:52:34 1997 Jeffrey A Law (law@cygnus.com)
2189
2190 * config/tc-mn10200.c (md_assemble): If a constant operand won't
2191 fit into the constant field of a relaxable operand, then it does
2192 not match.
2193
e58035e3
JL
2194Thu Feb 6 20:08:12 1997 Jeffrey A Law (law@cygnus.com)
2195
2196 * config/tc-mn10200.c (md_estimate_size_before_relax): Treat
2197 a jsr target in a different section just like a jsr to
2198 an undefined target.
2199
6927c24d
ILT
2200Thu Feb 6 16:52:57 1997 Ian Lance Taylor <ian@cygnus.com>
2201
2202 * config/tc-mips.c (mips_fix_adjustable): Don't adjust relocations
2203 against any mips16 symbols, not just externally visible ones.
2204 (md_apply_fix): Corresponding change.
2205
c9167640
ILT
2206Wed Feb 5 11:11:06 1997 Ian Lance Taylor <ian@cygnus.com>
2207
2208 * config/tc-mips.c (mips16_ip): Accept floating point registers in
2209 the operand of the exit instruction.
2210
76801700
ILT
2211Tue Feb 4 14:12:39 1997 Ian Lance Taylor <ian@cygnus.com>
2212
2213 * symbols.c (resolve_symbol_value): If we leave an equated symbol
2214 as O_symbol, copy over the segment.
2215
3569064f
ILT
2216Mon Feb 3 12:35:54 1997 Ian Lance Taylor <ian@cygnus.com>
2217
1748b9d8
ILT
2218 * config/tc-mips.c (md_apply_fix): If we aren't adjusting this
2219 fixup to be against the section symbol, adjust the value
2220 accordingly.
2221
3569064f
ILT
2222 * symbols.c (resolve_symbol_value): Don't change X_add_number for
2223 an equated symbol.
2224 * write.c (write_relocs): Avoid looping on equated symbols.
2225 Adjust fx_offset by X_add_number for each symbol.
2226 * config/obj-coff.c (do_relocs_for): Avoid looping on equated
2227 symbols.
2228 (fixup_segment): Add a loop to track down equated symbols and
2229 adjust fx_offset appropriately.
2230
f5d7f6fb
JL
2231Fri Jan 31 15:21:02 1997 Jeffrey A Law (law@cygnus.com)
2232
2233 * config/tc-mn10200.c (md_relax_table): Add entries to allow
2234 jmp -> bra relaxing.
2235 (md_convert_frag): Handle jmp->bra relaxing.
2236 (md_assemble): Handle jmp->bra relaxing.
2237 (md_estimate_size_before_relax): Likewise.
2238
fb50cd4e
ILT
2239Fri Jan 31 13:15:05 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
2240
2241 * config/tc-i386.c (i386_align_code): Add comments explaining the
2242 nop instructions.
2243
a75abb6f
ILT
2244Fri Jan 31 10:46:14 1997 Ian Lance Taylor <ian@cygnus.com>
2245
2b063e6d
ILT
2246 * config/tc-sparc.c (enforce_aligned_data): New static variable.
2247 (sparc_cons_align): Don't do anything unless enforce_aligned_data
2248 is set.
2249 (md_longopts): Add "enforce-aligned-data".
2250 (md_show_usage): Mention --enforce-aligned-data.
2251 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
2252 enforce-aligned-data.
2253
fbd929fd
ILT
2254 * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long",
2255 "word", and "short".
2256 (ppc_xcoff_cons): New static function.
2257
a75abb6f
ILT
2258 * write.c (relax_segment): Give an error if a .space symbol is
2259 common or undefined.
2260
2261 * read.c (read_a_source_file): Don't handle mri_pending_align if
2262 the handler is s_globl or s_ignore.
2263
f1ce6af4
FF
2264Thu Jan 30 11:46:59 1997 Fred Fish <fnf@cygnus.com>
2265
2266 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
2267start-sanitize-tic80
2268 * config/tc-tic80.c: Many additions to previous placeholder file.
2269 * config/tc-tic80.h: Ditto.
2270end-sanitize-tic80
2271
0b476c53
ILT
2272Thu Jan 30 12:28:18 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
2273
2274 * config/tc-i386.c (i386_align_code): Improve the nop patterns.
2275
a6b200da
ILT
2276Thu Jan 30 12:08:40 1997 Ian Lance Taylor <ian@cygnus.com>
2277
0d7f9025
ILT
2278 * config/tc-mips.c (mips_fix_adjustable): New function.
2279 * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
2280 (mips_fix_adjustable): Declare.
2281
a6b200da
ILT
2282 Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:
2283 * read.c (read_a_source_file): After doing an mri_pending_align,
2284 adjust the line_label if there is one.
2285 (s_space): Set mri_pending_align if an odd number of bytes were
2286 output.
2287
9073144e
MH
2288Wed Jan 29 15:31:12 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2289
2290 * config/tc-d10v.h (md_do_align): Add this hook to call
2291 d10v_cleanup() when a ".align" is detected. Fixes PR11487.
2292
2293 * config/tc-d10v.c (find_opcode): Correctly calculate
2294 branch displacement when .aligns are present.
2295
33a4c28d
JL
2296Wed Jan 29 09:42:11 1997 Jeffrey A Law (law@cygnus.com)
2297
2298 * config/tc-mn10200.c (md_relax_table): Define.
2299 (md_convert_frag): Implement.
2300 (md_assemble): Handle relaxable operands/instructions correctly.
2301 (md_estimate_size_before_relax): Implement.
2302 * config/tc-mn10200.h (TC_GENERIC_RELAX_TABLE): Define.
2303
645cb4dc
ILT
2304Tue Jan 28 15:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
2305
39bb58e0
ILT
2306 * config/tc-mips.c (append_insn): Give an error for jumps to a
2307 misaligned address.
2308 (md_apply_fix): Make a branch to an odd address an error rather
2309 than a warning.
3b320c48 2310
31a2c6ff
ILT
2311 * config/tc-mips.c (md_convert_frag): If the user explicitly
2312 requested an extended opcode, pass warn as true to mips16_immed.
2313
645cb4dc
ILT
2314 * config/tc-mips.c (mips16_ip): Handle a missing expression like
2315 an explicit 0, so that explicitly extended instructions work
2316 correctly.
2317
0192b099
ILT
2318Mon Jan 27 17:41:20 1997 Ian Lance Taylor <ian@cygnus.com>
2319
2320 * ecoff.c (ecoff_build_symbols): Don't generate a local ECOFF
2321 symbol for a common symbol.
2322
f7ab9441
DE
2323Wed Jan 22 10:39:39 1997 Doug Evans <dje@canuck.cygnus.com>
2324
2325 Patch presumed to have been checked in awhile ago but wasn't.
2326 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
2327 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
2328 (relax_segment, case rs_org): Move code inside braces. Move locals
2329 target,after inside too.
2330 (relax_segment, case rs_machine_dependent): Guts moved to ...
2331 (relax_frag): New function.
2332 Call md_prepare_relax_scan if defined.
2333
0ce48081
C
2334Mon Jan 20 10:56:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2335
2336 * config/tc-m68k.c (m68k_ip): Reject pc-relative addresses for the
2337 'p' operand specifier.
2338
2339Mon Jan 20 10:39:36 1997 J.T. Conklin <jtc@cygnus.com>
ffecfc8b
C
2340
2341 * config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true for
2342 m68k family cpus which support long branch addressing modes.
2343 (m68k_ip, md_convert_frag_1, md_estimate_size_before_relax,
2344 md_create_long_jump): Use it.
2345
c36a90ef
ILT
2346Mon Jan 20 12:42:06 1997 Ian Lance Taylor <ian@cygnus.com>
2347
b3a64736
ILT
2348 * config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
2349 the .reginfo or .MIPS.options section if configured for an
2350 embedded target.
2351
c36a90ef
ILT
2352 * config/tc-mips.c (md_begin): Don't set interlocks for
2353 mips_4650.
2354
ad423373
ILT
2355Wed Jan 15 13:51:50 1997 Ian Lance Taylor <ian@cygnus.com>
2356
2357 * read.c (read_a_source_file): Make sure the symbol ends with
2358 whitespace before checking whether the next character is '='.
2359
03b24037
ILT
2360Tue Jan 14 15:07:27 1997 Robert Lipe <robertl@dgii.com>
2361
2362 * config/tc-i386.c (sco_id): Moved from here...
2363 * config/obj-elf.c (sco_id): ...to here. Adding the identifier
2364 really is an SCO ELF specific thing, not just a SCO x86 specific
2365 thing.
2366
4af93ad0
MM
2367start-sanitize-tic80
2368Mon Jan 13 22:43:01 1997 Michael Meissner <meissner@tiktok.cygnus.com>
2369
2370 * configure.in (tic80-*-*): Don't require 'coff'.
2371 * configure: Regenerate.
2372
2373end-sanitize-tic80
8ff75001
ILT
2374Thu Jan 9 09:08:43 1997 Ian Lance Taylor <ian@cygnus.com>
2375
6468dabd
ILT
2376 * read.c (emit_expr): Check for overflow of a negative value
2377 correctly.
2378 * write.c (fixup_segment): Likewise.
2379 * config/obj-coff.c (fixup_segment): Likewise.
2380
d703b5a7
ILT
2381 * config/tc-m68k.c (struct label_line): Define.
2382 (labels, current_label): New static variables.
2383 (md_assemble): Mark current_label as text, and clear it.
2384 (m68k_frob_label): New function.
2385 (m68k_flush_pending_output): New function.
2386 (m68k_frob_symbol): New function.
2387 * config/tc-m68k.h (tc_frob_label): Define.
2388 (md_flush_pending_output): Define.
2389 (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
2390 (tc_frob_coff_symbol): Likewise.
2391
8ff75001
ILT
2392 * read.c (read_a_source_file): When defining a macro in MRI mode,
2393 don't add the symbol to the symbol table.
2394
78998629
JL
2395Tue Jan 7 11:21:42 1997 Jeffrey A Law (law@cygnus.com)
2396
2397 * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
2398 here since fixup_segment doesn't (linkrelax is set).
2399 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
2400
62b2acba
JL
2401Mon Jan 6 15:19:32 1997 Jeffrey A Law (law@cygnus.com)
2402
2403 * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
2404 relocs.
2405
ac866582
JL
2406Fri Jan 3 16:47:08 1997 Jeffrey A Law (law@cygnus.com)
2407
62b2acba 2408 * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type
ac866582
JL
2409 to avoid warnings with the native HP compiler.
2410 (fix_new_hppa): Similarly for the r_type argument.
2411 (pa_build_unwind_subspace, hppa_elf_mark_end_of_function): Enclose
2412 in an #if OBJ_ELF to keep gcc -Wall quiet.
2413 (md_apply_fix): Always initialize "result".
2414
2415 * config/tc-mn10200.c (md_assemble): Generate relocations.
2416
79811f6f
ILT
2417Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2418
2419 * config/tc-m68k.c (s_even): Adjust the alignment of the current
2420 section.
2421
ba8f9c09
ILT
2422Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
2423
2424 * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
2425 pass on the new file hook.
2426
2427 * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
2428 !alpha_force_relocation, as local LITERALs can be adjusted to be
2429 relative to the section.
2430
a78bc551
ILT
2431Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
2432
9f94df38
ILT
2433 * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is
2434 defined, call it.
3df036e9 2435 * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
9f94df38
ILT
2436 aligned to odd boundary.
2437 (tc_frob_coff_symbol): Define.
2438
039d5a60
ILT
2439 * doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
2440
7b0688df
ILT
2441 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
2442
2156d0d7
ILT
2443 * config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
2444 PCINDEX frag. From Ronald F. Guilmette <rfg@monkeys.com>.
2445
a78bc551
ILT
2446 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for an
2447 immediate value.
2448 (md_assemble): If the size is 'B', set fx_signed.
2449 (md_apply_fix_2): Use fx_signed when checking for overflow.
2450
2451 * write.h (struct fix): Add fx_signed field.
2452 * write.c (fix_new_internal): Initialize fx_no_overflow and
2453 fx_signed fields.
2454 (fixup_segment): Use fx_signed when checking for overflow.
2455 * config/obj-coff.c (fixup_segment): Check fx_no_overflow and
2456 fx_signed when checking for overflow.
2457
b9129c6f
ILT
2458Thu Jan 2 13:37:29 1997 Ian Lance Taylor <ian@cygnus.com>
2459
0abdf280
ILT
2460 * NOTES, NOTES.config: Removed. These are rarely, if ever,
2461 updated, and all the useful information is in doc/internals.texi.
2462
a986926b
ILT
2463 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
2464 * read.c (read_a_source_file): Check for conditional operators
2465 before doing an MRI pending alignment.
2466 * config/tc-m68k.h (m68k_conditional_pseudoop): Declare.
2467 (tc_conditional_pseudop): Define.
2468 * config/tc-m68k.c (m68k_conditional_pseudop): New function.
2469 * doc/internals.texi (CPU backend): Describe
2470 tc_conditional_pseudoop.
2471
924160b0
ILT
2472 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
2473 * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
2474 variable.
2475 (md_begin): Check m68k_rel32_from_cmdline before setting
2476 m68k_rel32.
2477 (m68k_mri_mode_change): Likewise.
2478 (md_longopts): Add --disp-size-default-16 and
2479 --disp-size-default-32.
2480 (md_parse_option): Handle new options.
2481 (md_show_usage): Mention new options.
2482 * doc/c-m68k.texi (M68K-Opts): Document new options.
2483
b4d51f3d
ILT
2484 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
2485 * config/tc-m68k.c (m68k_index_width_default): New static
2486 variable.
2487 (m68k_ip): Use m68k_index_width_default to set the size of a base
2488 register whose size was not given.
2489 (md_longopts): Add --base-size-default-16 and
2490 --base-size-default-32.
2491 (md_parse_option): Handle new options.
2492 (md_show_usage): Mention new options.
2493 * doc/c-m68k.texi (M68K-Opts): Document new options.
2494
103e1158
ILT
2495 * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.
2496
e16b9537
ILT
2497 * configure.in: Recognize mips-*-linux* target.
2498 * configure: Rebuild.
2499
a162a490
ILT
2500 * config/tc-mips.c (load_register): Rewrite 64 bit handling to
2501 work if valueT is only 32 bits.
2502
b9129c6f
ILT
2503 * config/tc-mips.c: Throughout, check target_big_endian rather
2504 than byte_order.
2505 (byte_order): Remove.
2506 (mips_init_after_args): Remove.
2507 * config/tc-mips.h (LITTLE_ENDIAN, BIG_ENDIAN): Don't define.
2508 (mips_init_after_args): Don't declare.
2509 (tc_init_after_args): Don't define.
2510
2511 * config/tc-mips.h (tc_frob_after_relocs): Define if
2512 OBJ_MAYBE_ELF.
2513 (mips_elf_final_processing): Likewise.
2514 (ELF_TC_SPECIAL_SECTIONS): Likewise.
2515
6e7d5462
MM
2516Tue Dec 31 15:12:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2517
2518 * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
2519 sld.{h,w} and the operand is relocatable, adjust the adend by
2520 shifting it right one bit.
2521
38fc0ba6
ILT
2522Tue Dec 31 12:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
2523
20868ec6
ILT
2524 * read.c (read_a_source_file): Check mri_pending_align after
2525 checking for a macro. From Ronald F. Guilmette
2526 <rfg@monkeys.com>.
2527
6ded6615
ILT
2528 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
2529
38fc0ba6
ILT
2530 * config/tc-sparc.c (md_apply_fix3): Rename from md_apply_fix, and
2531 add segment argument. If OBJ_ELF, treat a relocation against a
2532 symbol in a linkonce section like a relocation against an external
2533 symbol.
2534 * config/tc-sparc.h (MD_APPLY_FIX3): Define.
2535
18e0764d
ILT
2536Mon Dec 30 11:35:40 1996 Ian Lance Taylor <ian@cygnus.com>
2537
2538 * config/tc-mips.c (mips16_macro): Add case for M_ABS.
2539
64556643
FF
2540Fri Dec 27 22:51:51 1996 Fred Fish <fnf@cygnus.com>
2541
2542 * NOTES.config (Implementation): as.h #define's "GAS" not "gas",
2543 includes config.h instead of host.h, tc.h instead of tp.h, and
2544 targ-env.h instead of target-environment.h.
2545 Also, obj-format.h includes targ-cpu.h instead of
2546 target-processor.h.
2547start-sanitize-tic80
2548 * configure.in (case ${generic_target}): Add tic80-*-coff entry.
2549 * configure: Rebuild with autoconf.
2550 * config/obj-coff.h (coff/tic80.h): Include if TC_TIC80 defined.
2551 (TARGET_FORMAT): Define to "coff-tic80".
2552 * config/tc-tic80.c: New file for TIc80 support.
2553 * config/tc-tic80.h: New file for TIc80 support.
2554end-sanitize-tic80
2555
7d99e8af
ILT
2556Fri Dec 27 11:42:29 1996 Ian Lance Taylor <ian@cygnus.com>
2557
2558 * doc/as.texinfo (M): Mention explicitly that -M changes macro
2559 handling.
2560
9c199842
ILT
2561Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
2562
2563 * write.c (adjust_reloc_syms): If the fixup symbol has been
2564 equated to an undefined symbol, convert the fixup to being against
2565 the target symbol. Remove obsolete code handling a special case
2566 for i386 PIC.
2567
51cd0ae7
SS
2568Wed Dec 18 22:54:39 1996 Stan Shebs <shebs@andros.cygnus.com>
2569
2570 * mpw-make.sed: Use NewFolderRecursive for installation.
2571
cb07aaeb
MH
2572Wed Dec 18 16:00:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2573
2574 * config/tc-d10v.c (do_assemble): Correct previous bug fix.
2575
575453fb
MH
2576Wed Dec 18 15:27:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2577
2578 * config/tc-d10v.c (md_assemble): Fix bug which caused
2579 second instruction in a line to be case sensitize. PR11312
2580
5545556d
JL
2581Wed Dec 18 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
2582
2583 * config/tc-mn10200.c (mn10200_insert_operand): Don't
2584 range check operands with MN10200_OPERAND_NOCHECK set.
2585 (check_operand): Likewise.
2586
c0dea495
ILT
2587Tue Dec 17 10:59:32 1996 Ian Lance Taylor <ian@cygnus.com>
2588
f5e38044
ILT
2589 * config/tc-mips.c: Undo part of last Friday's alignment changes.
2590 (md_begin): Always align the text section to a four byte
2591 boundary.
2592 (append_insn): Remove call to record_align.
2593
fbcfacb7
ILT
2594 * config/tc-mips.c (insn_label): Remove.
2595 (struct insn_label_list): Define.
2596 (insn_labels, free_insn_labels): New static variables.
2597 (mips_clear_insn_labels): New static function.
2598 (append_insn): Mark all mips16 text labels, and make them odd.
2599 Handle all labels after emitting a nop, not just one. Call
2600 mips_clear_insn_labels rather than just clearing insn_label.
2601 (mips_emit_delays): Add insns parameter, and use it to decide
2602 whether to mark mips16 labels. Handle all labels, not just one.
2603 Force mips16 labels to be odd. Change all callers.
2604 (mips16_immed): Don't check for an odd branch target.
2605 (md_apply_fix): Don't check mips16 mode for a branch reloc.
2606 (mips16_extended_frag): Ignore the low bit in a branch target.
2607 (md_convert_frag): Likewise.
2608 (mips_no_prev_insn): Call mips_clear_insn_labels rather than just
2609 clearing insn_label.
2610 (mips_align, mips_flush_pending_output, s_cons): Likewise.
2611 (s_float_cons, s_gpword): Likewise.
2612 (s_align): Use insn_labels rather than insn_label.
2613 (s_cons, s_float_cons, s_gpword): Likewise.
2614 (mips_frob_file_after_relocs): New function.
2615 (mips_define_label): Rewrite to add to insn_labels list.
2616 * config/tc-mips.h (tc_frob_file_after_relocs): Define.
2617 * ecoff.c (ecoff_build_symbols): If the size of a function comes
2618 out odd, increment it.
2619
2620 * config/tc-mips.c (append_insn): Only update prev_insn when not
2621 reordering if place is NULL.
2622
c0dea495
ILT
2623 * config/tc-mips.c (mips16_ip): Check for a missing expression
2624 when using the register indirect addressing mode.
2625
d4ba37af
JL
2626Mon Dec 16 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
2627
2628 * config/tc-mn10200.c (mn10200_insert_operand): Don't
2629 check 24bit operands for overflow.
2630 (check_operand): Likewise.
2631
868c3513
ILT
2632Mon Dec 16 11:50:40 1996 Ian Lance Taylor <ian@cygnus.com>
2633
2634 * doc/as.texinfo (Section): Document how to use the .section
2635 pseudo-op for COFF and ELF.
2636
6259c65f
ILT
2637Sun Dec 15 15:26:37 1996 Ian Lance Taylor <ian@cygnus.com>
2638
2639 * write.c (adjust_reloc_syms): Fix linkonce check for ELF.
2640
a677feeb
ILT
2641Sat Dec 14 22:37:27 1996 Ian Lance Taylor <ian@cygnus.com>
2642
2643 * config/tc-mips.c (prev_insn_reloc_type): New static variable.
2644 (RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and
2645 store them. Adjust other RELAX_MIPS16 macros.
2646 (RELAX_MIPS16_DSLOT): Define.
2647 (RELAX_MIPS16_JAL_DSLOT): Define.
2648 (append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct
2649 handling of whether previous instruction has a fixup. Set
2650 prev_insn_reloc_type.
2651 (mips_no_prev_insn): Clear prev_insn_reloc_type.
2652 (mips16_extended_frag): Use the right base address for a PC
2653 relative add or load.
2654 (md_convert_frag): Likewise. If a PC relative add or load is
2655 used, record the alignment for the section.
2656
08e17202
ILT
2657Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com>
2658
54815b9a
ILT
2659 * write.c (adjust_reloc_syms): Don't reduce a reloc against a
2660 linkonce section into a reloc against the section symbol.
2661
8a8121d5
ILT
2662 * config/tc-mips.c (mips16_macro): Remove nop instructions after
2663 branch instructions.
2664
08e17202
ILT
2665 * config/tc-mips.c (md_begin): If configured for an embedded ELF
2666 system, don't set the section alignment to 2**4.
2667 (s_change_sec): Likewise.
2668 (append_insn): Call record_alignment for the section.
2669 (md_section_align): Don't align the section size for an embedded
2670 ELF system.
2671
73d25784
ILT
2672Thu Dec 12 16:40:47 1996 Ian Lance Taylor <ian@cygnus.com>
2673
2674 * write.c (adjust_reloc_syms): Make sure that symbols are
2675 resolved; expression symbols may have been skipped.
8dd6fde3 2676 * config/obj-coff.c (fixup_segment): Likewise.
73d25784 2677
a460cd78
MM
2678Thu Dec 12 15:18:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2679
2680 * config/tc-ppc.c (ppc_elf_suffix): Move @plt to
2681 BFD_RELOC_24_PLT_PCREL relocation.
2682 (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL.
2683
60b43c4b
MH
2684Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2685
2686 * config/tc-d10v.c (write_2_short): Remove code that called
2687 parallel_ok() when the programmer specified parallel instructions.
2688
42aa2435
JL
2689Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com)
2690
a460cd78
MM
2691 * config/tc-mn10300.c (md_assemble): Update to handle endianness
2692 issues correctly.
2693
42aa2435
JL
2694 * config/tc-mn10200.c (md_assemble): Opcode 0x0 is valid!
2695 * config/tc-mn10300.c (md_assemble): Likewise.
2696
41a0ed22
ILT
2697Tue Dec 10 11:37:14 1996 Ian Lance Taylor <ian@cygnus.com>
2698
9b2ac029
ILT
2699 * config/tc-mips.c (append_insn): Make sure there is enough room
2700 in a frag after a mips16 instruction to switch it with a jump
2701 instruction.
2702
41a0ed22
ILT
2703 * config/tc-mips.c (mips16_extended_frag): Give an error for an
2704 attempt to use a non absolute symbol in an extending frag.
2705
dc1f8a21
JL
2706Mon Dec 9 16:48:20 1996 Jeffrey A Law (law@cygnus.com)
2707
2708 * config/tc-mn10200.c: Flesh out assembler support for MN10200.
2709 * config/tc-mn10200.h: Likewise.
2710
102633ce
ILT
2711Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
2712
a7dd20e8
ILT
2713 * app.c (do_scrub_chars): At the end of a C comment, pass space to
2714 UNGET rather than PUT. Set old_state before setting state to -2.
2715
559c664a
ILT
2716 * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
2717 when extending because the value is exactly maxtiny + 1.
2718
8728fa92
ILT
2719 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
2720 arguments, and store them. Adjust other RELAX_MIPS16 macros.
2721 (RELAX_MIPS16_USER_SMALL): Define.
2722 (RELAX_MIPS16_USER_EXT): Define.
2723 (mips16_small, mips16_ext): New static variables.
2724 (append_insn): Pass mips16_small and mips16_ext to
2725 RELAX_MIPS16_ENCODE.
2726 (mips16_ip): Set mips16_small and mips16_ext.
2727 (mips16_immed): Don't check mips16_autoextend.
2728 (mips16_extended_frag): Check USER_SMALL and USER_EXT.
2729
102633ce
ILT
2730 * write.c (write_relocs): Print an error for an out of range
2731 fixup, rather than calling abort.
2732
2733 * as.c (main): Unlink the output file if there are errors while
2734 generating the fixups.
2735
15e69f98
ILT
2736Fri Dec 6 18:48:13 1996 Ian Lance Taylor <ian@cygnus.com>
2737
f74ba7a3
ILT
2738 * config/tc-mips.c (mips16_extended_frag): Don't call
2739 S_GET_VALUE.
2740 (md_convert_frag): Call resolve_symbol_value before calling
2741 S_GET_VALUE, and don't add in the frag address.
2742
15e69f98
ILT
2743 * config/tc-mips.c (mips16_immed): Add file and line parameters,
2744 and use them when reporting errors. Change all callers.
2745
ca82e4eb
JL
2746Fri Dec 6 15:36:32 1996 Jeffrey A Law (law@cygnus.com)
2747
2748 * config/tc-mn10300.c: Fix various gcc -Wall warnings.
2749 Remove '$' prefixing for registers.
2750
f787a8d9 2751Fri Dec 6 00:55:48 1996 Martin <hunt@cygnus.com>
6cc03ed3 2752
f787a8d9
MH
2753 * config/tc-d10v.c (md_assemble): Check to see if prev_seg
2754 is initialized before using it.
2755 (d10v_cleanup): No longer uses its argument, so make it void.
6cc03ed3 2756
f787a8d9
MH
2757 * config/tc-d10v.h (d10v_cleanup): Change prototype.
2758
00a69b89
ILT
2759Thu Dec 5 11:03:31 1996 Ian Lance Taylor <ian@cygnus.com>
2760
2761 * write.c (fixup_segment): Don't discard the symbol for a PC
2762 relative fixup to an absolute symbol.
2763
996bee90
MH
2764Wed Dec 4 15:42:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2765
2766 * config/tc-d10v.c (md_assemble, d10v_cleanup): Fix bug
2767 with multiple sections.
2768
943321c0
ILT
2769Wed Dec 4 13:00:07 1996 Ian Lance Taylor <ian@cygnus.com>
2770
2771 * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
2772 no-mips-16 to no-mips16.
2773 (s_mipsset): Accept .set mips16 and .set nomips16.
2774
8b1e9f12
MM
2775Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2776
2777 * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer
2778 argument, and check for +/- constant following the suffix, folding
2779 it into the expression.
2780 (ppc_elf_cons): Change ppc_elf_suffix calls.
2781 (md_assemble): Ditto.
2782 (shlib): Replace boolean mrelocatable with enumeration shlib.
2783 (md_parse_option): Discriminate between PIC style shared libraries
2784 and -mrelocatable.
2785 (ppc_elf_validate_fix): Don't report warnings for PIC style shared
2786 libraries.
2787
b61802e7
MM
2788Tue Dec 3 23:18:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2789
2790 * config/tc-ppc.h ({tc,ppc}_comment_chars): Define, so that we can
2791 change the comment characters.
2792
2793 * config/tc-ppc.c (comment_chars): Delete in favor of
2794 tc_comment_chars.
2795 (ppc_{eabi,solaris}_comment_chars): Eabi and Solaris versions of
2796 comment chars.
2797 (ppc_comment_chars): Select appropriate comment chars by default.
2798 (msolaris): New flag for -m{,no-}solaris.
2799 (md_parse_option): Recognize -K pic. Add support for
2800 -m{,no-}solaris.
2801 (md_show_usage): Update.
2802 (md_begin): Do not set ELF flags if Solaris.
2803 (ppc_elf_suffix): @local sets R_PPC_LOCAL24PC relocation.
2804 (md_apply_fix3): Add support for R_PPC_LOCAL24PC.
2805
2806Mon Dec 2 13:48:57 1996 Ian Lance Taylor <ian@cygnus.com>
2807
2808 * as.c (main): Correct handling of flag_always_generate_output.
2809
5840a0e5
JL
2810Sun Dec 1 21:46:05 1996 Jeffrey A Law (law@cygnus.com)
2811
a9f2e3e2
JL
2812 * config/tc-mn10300.c (tc_gen_reloc): Get the addend from
2813 fx_offset, not fx_addnumber.
2814
5840a0e5
JL
2815 * config/tc-mn10300.h (tc_fix_adjustable): Don't do any
2816 reloc adjustments.
2817
b608274a
ILT
2818Sat Nov 30 17:34:48 1996 Eliot Dresselhaus <eliot@wally.edc.com>
2819
2820 * config/tc-i386.c: Correct misspelling: balenced to balanced.
2821
caeea0b4
ILT
2822Wed Nov 27 13:25:39 1996 Ian Lance Taylor <ian@cygnus.com>
2823
2824 * config/tc-mips.c (md_section_align): Check for an alignment of
2825 4, not an alignment of 16. Corrects August 7 patch.
2826
cc5703cd
ILT
2827Tue Nov 26 10:33:16 1996 Ian Lance Taylor <ian@cygnus.com>
2828
775c64a9
ILT
2829 * configure, conf.in: Rebuild with autoconf 2.12.
2830
c830c9ea
ILT
2831 * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no
2832 alignment is specified.
2833
cc5703cd
ILT
2834 Add support for mips16 (16 bit MIPS implementation):
2835 * config/tc-mips.c: Extensive additions for mips16 support, not
2836 listed here.
2837 (RELAX_OLD, RELAX_NEW): Use only 7 bits each.
2838 (insn_uses_reg): Change last parameter to an enum.
2839 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Define as 0.
2840 (md_relax_frag): Define as mips_relax_frag.
2841 (mips_relax_frag): Declare.
2842 (struct mips_cl_insn): Add use_extend and extend fields.
2843 (tc_fix_adjustable): Define.
2844 * config/obj-elf.h (S_GET_OTHER): Define.
2845 (S_SET_OTHER): Define.
2846
3ab410cd
C
2847Mon Nov 25 18:02:29 1996 J.T. Conklin <jtc@beauty.cygnus.com>
2848
2849 * config/tc-m68k.c (m68k_ip): Implement cases for new <, >, m, n,
2850 o and p operand specifiers.
2851
a0a2af4f
DE
2852Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
2853
2854 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
2855 (relax_segment, case rs_org): Move code inside braces. Move locals
2856 target,after inside too.
2857 (relax_segment, case rs_machine_dependent): Guts moved to ...
2858 (relax_frag): New function.
2859 Call md_prepare_relax_scan if defined.
2860 * config/tc-m68k.h (md_prepare_relax_scan): Renamed from
2861 M68K_AIM_KLUDGE.
2862
0671e7f6
JL
2863Mon Nov 25 08:49:36 1996 Jeffrey A Law (law@cygnus.com)
2864
a0a2af4f
DE
2865 * config/tc-mn10300.c (address_registers): Use '$' as register
2866 prefix instead of '%'.
2867 (data_registers, other_registers, md_assemble): Likewise.
2868
f98905f1
JL
2869 * config/tc-mn10300.c (address_registers): Use '%' prefix for regs.
2870 (data_registers, other_registers, md_assemble): Likewise.
2871
0671e7f6
JL
2872 * config/tc-mn10300.c (md_assemble): Correctly determine the
2873 correct location and type for each relocation.
2874 (md_pcrel_from): Simplify.
2875
5895d3f2
ILT
2876Fri Nov 22 15:42:26 1996 Ian Lance Taylor <ian@cygnus.com>
2877
2878 * config/tc-sh.c (md_convert_frag): Improve warning when branch is
2879 converted into branch around branch.
2880
d9a9c18f
JL
2881Thu Nov 21 11:56:11 1996 Jeffrey A Law (law@cygnus.com)
2882
2883 * config/tc-mn10300.h (DIFF_EXPR_OK): Don't define this.
2884 (tc_fix_adjustable): Don't adjust relocs against weak symbols or
2885 pc-relative relocs.
2886 * config/tc-mn10300.c (md_begin): Set linkrelax.
2887 (md_assemble): Create fixups as needed.
2888 (md_apply_fix3): Gut. It shouldn't ever get called anymore.
2889
5e9b714f
MM
2890Tue Nov 19 17:48:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2891
2892 * config/tc-d10v.c (parallel_ok): When automatically converting
2893 serial ops to parallel, do not consider a branch as the first
2894 instruction.
2895
7f02192d
JL
2896Tue Nov 19 13:35:22 1996 Jeffrey A Law (law@cygnus.com)
2897
2898 * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
2899
43d695a1
JL
2900Mon Nov 18 15:26:55 1996 Jeffrey A Law (law@cygnus.com)
2901
2902 * config/tc-mn10300.c (mn10300_insert_operand): Provide prototype
2903 via PARAMS.
2904 (check_operand): Likewise.
2905
228835a9
MM
2906Mon Nov 18 15:22:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2907
2908 * config/tc-d10v.c (parallel_ok): Branch and link instructions
2909 modify r13.
ec5e212b
MM
2910 (write_2_short): Call parallel_ok to check whether two short
2911 instructions the user requested execute in parallel, can be
2912 executed that way.
228835a9 2913
edb89bfc
MH
2914Thu Nov 14 11:17:49 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2915
2916 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't
2917 allow a branch and link in parallel with an exe instruction.
2918
2919Fri Nov 8 13:55:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2920
2921 * doc/c-d10v.texi: Add info on @word modifier.
2922
cdde2f5c 2923Wed Nov 6 13:46:07 1996 Jeffrey A Law (law@cygnus.com)
efba8af0
JL
2924
2925 * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
2926 operands are assumed to be 32bits. Use "bits" field to hold the
2927 number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
2928 (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
2929 to be 32bits.
cdde2f5c 2930
bdd91d4f
JL
2931 * config/tc-mn10300.c (mn10300_insert_operand): Shift low part
2932 of a MN10300_OPERAND_SPLIT operand by operand->shift.
2933
cdde2f5c
JL
2934 * config/tc-mn10300.c (mn10300_insert_operand): Handle
2935 MN10300_OPERAND_SPLIT.
2936
bfe5059c
JL
2937Tue Nov 5 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
2938
2939 * config/tc-mn10300.c (md_assemble): Insert operands into
2940 the extension part of the instruction if necessary.
2941 (mn10300_insert_operand): Accept pointer to extension word
2942 argument. Make insn a pointer argument too. Return type
2943 is now void. All callers changed.
2944
68328dc6
JL
2945Mon Nov 4 12:53:40 1996 Jeffrey A Law (law@cygnus.com)
2946
2947 * config/tc-mn10300.c (mn10300_insert_operand): Handle
2948 repeated register operands.
2949
9af40217
ILT
2950Fri Nov 1 10:42:49 1996 Ian Lance Taylor <ian@cygnus.com>
2951
9a5acea8
ILT
2952 * doc/as.texinfo: Added section on reporting bugs.
2953
9af40217
ILT
2954 * config/tc-alpha.c: Change uses of void * to PTR. Change the
2955 alpha_macro emit field to expect a const argument, and change the
2956 arg field to be const. Fix some spacing to follow the GNU
2957 standard.
2958
2959Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu>
2960
2961 * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
2962 (pca56) and 21264 (ev6) cpus.
2963 (md_apply_fix): Private relocation types are now negative.
2964 (alpha_force_relocation): Likewise.
2965 (tc_gen_reloc): Likewise.
2966 (emit_insn): Likewise.
2967 (emit_ldXu): Do the right thing when the hardware can do byte insns.
2968 (emit_stX): Likewise.
2969 (emit_sextX): Likewise.
2970
527dc0c9
ILT
2971Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com>
2972
2973 * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
2974 a symbol found in a reloc.
2975
2976 * symbols.c (resolve_symbol_value): Improve the error message if
2977 an undefined symbol is used in an expression.
2978
fe7e5bdf
ILT
2979Wed Oct 30 20:15:35 1996 Ian Lance Taylor <ian@cygnus.com>
2980
2981 * doc/internals.texi: Rewrite, and add a lot of documentation.
2982 * doc/Makefile.in (internals.info): New target.
2983
193e4197
JL
2984Wed Oct 30 14:55:57 1996 Jeffrey A Law (law@cygnus.com)
2985
2986 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
2987 against weak symbols.
2988
a334533c
JL
2989Tue Oct 29 12:28:16 1996 Jeffrey A Law (law@cygnus.com)
2990
baf385b5
JL
2991 * config/tc-v850.c (md_assemble): Don't lose for relaxable
2992 addresses like .+6.
2993
2385d90a
JL
2994 * config/tc-v850.c (md_convert_frag): Make sure we insert the
2995 fixup at the right address within the frag.
2996
bc49fab8
JL
2997 * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
2998 to an absolute value, instead increment it as needed.
2999
a334533c
JL
3000 * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
3001 * config/tc-v850.c: Fix some indention problems.
3002 (md_relax_table): Define for D9->D99 branch displacement
3003 relaxing.
3004 (md_convert_frag): Do something useful instead of aborting.
3005 (md_estimate_size_before_relax): Likewise.
3006 (md_assemble): Note if the matching instruction has a relaxable
3007 operand. If it does, allocate frag with frag_var and don't
3008 do any fixups.
3009
a334533c
JL
3010Mon Oct 28 10:48:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3011
3012 * config/tc-d10v.h (md_cleanup): New function. This is needed to
3013 write out any buffered instructions when a ".end" is found.
3014
9051e56f
MH
3015Mon Oct 28 10:43:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3016
3017 * read.c (read_a_source_file): New hook md_cleanup().
3018
07f9de2a
ILT
3019Fri Oct 25 00:01:00 1996 Ian Lance Taylor <ian@cygnus.com>
3020
3021 * write.c (fix_new_exp): Use make_expr_symbol to build an
3022 expression symbol for a complex fixup.
3023
3723a1a9
JL
3024Thu Oct 24 14:31:04 1996 Jeffrey A Law (law@cygnus.com)
3025
d3bbd9dc
JL
3026 * config/tc-v850.c (v850_reloc_prefix): Several disgusting
3027 hacks to improve parsing of complex hi, lo, zda, etc
3028 expressions.
3029 (md_assemble): Don't demand and eat a trailing ')' after finding
3030 a v850 relocation prefix. Sign extend the constant in a
3031 BFD_RELOC_LO16 expression. Do eat a trailing ')' after a complete
3032 operand.
3033 (parse_cons_expression_v850): Don't eat a trailing ')' after
3034 finding a v850 relocation prefix.
3035
10fba7f1
JL
3036 * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
3037 (TC_CONS_FIX_NEW): Likewise.
3038 * config/tc-v850.c (parse_cons_expression_v850): New function.
3039 (cons_fix_new_v850): Likewise.
3040
3723a1a9
JL
3041 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
3042
20fbbb59
ILT
3043Wed Oct 23 18:20:29 1996 Ian Lance Taylor <ian@cygnus.com>
3044
3045 * config/tc-ppc.c (md_apply_fix3): Give a better warning message
3046 for an unknown relocation type.
3047
7e96935e
JL
3048Wed Oct 23 16:21:28 1996 Jeffrey A Law (law@cygnus.com)
3049
3050 * config/tc-v850.c (md_pseudo_table): Add .word; allocates
3051 4 bytes of space.
3052
8ea15b86
JL
3053Tue Oct 22 22:01:25 1996 Jeffrey A Law (law@cygnus.com)
3054
3055 * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
3056 differently for movea & sst/sld insns.
3057
39176dfe
MM
3058Tue Oct 22 17:09:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3059
3060 * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
3061 of instructions.
3062
87dd0a93
ILT
3063Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com>
3064
3065 * obj.h (struct format_ops): Add frob_file_after_relocs field.
3066 * config/obj-multi.h (obj_frob_file_after_relocs): Define.
3067 * config/obj-ecoff.c (ecoff_format_ops): Initialize new
3068 frob_file_after_relocs field.
3069 * config/obj-elf.c (elf_format_ops): Likewise.
3070 * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
3071 including obj-elf.h.
3072
d12d1f6c
ILT
3073Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com>
3074
bf39474f
ILT
3075 * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
3076 specially if not ELF.
3077 (md_apply_fix): Handle BFD_RELOC_64.
3078 (tc_gen_reloc): Handle BFD_RELOC_64.
3079
3030e864
ILT
3080 * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
3081 relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
3082 reloc hacking).
3083
d12d1f6c
ILT
3084 * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
3085 Don't check S_GET_OTHER.
3086
b70795e9
ILT
3087Fri Oct 18 14:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
3088
538034cf
ILT
3089 * config/tc-mips.c (mips_ip): Accept an odd floating point
3090 register with l.s or s.s.
3091
b70795e9
ILT
3092 * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
3093 .type pseudo-op.
3094 (obj_aout_type): New static function.
3095
b9d55d96
ILT
3096Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com>
3097
3098 * Makefile.in ($(OBJS)): Depend upon libiberty.h.
3099
0f8e50bb
JL
3100Wed Oct 16 11:28:31 1996 Jeffrey A Law (law@cygnus.com)
3101
548ddc71
JL
3102 * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
3103 and sdaoff expressions.
3104
0f8e50bb
JL
3105 * write.c (fixup_segment): Don't add symbol value to addend if
3106 TC_V850 and OBJ_ELF.
3107 * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
3108 pc-relative fixups.
3109
3110 * config/tc-v850.c (md_pcrel_from): Undo yesterday's changes.
3111 (md_pcrel_from_section): Likewise.
3112 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Likewise.
3113
3114Tue Oct 15 23:19:00 1996 Jeffrey A Law (law@cygnus.com)
f964b01d
JL
3115
3116 * config/tc-v850.c (md_pcrel_from): Delete unused function.
3117 (md_pcrel_from_section): New function.
3118 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
3119
0267c6c9
ILT
3120Mon Oct 14 13:59:12 1996 Ian Lance Taylor <ian@cygnus.com>
3121
3122 * config/tc-mips.c (load_register): Add cast to offsetT when using
3123 a constant with &~.
3124
5d0cd0b8
ILT
3125Mon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu.edu>
3126
3127 * config/obj-elf.c (elf_frob_file): Move ECOFF debug processing to ...
3128 (elf_frob_file_after_relocs): ... here. New function.
3129 * config/obj-elf.h (obj_from_file_after_relocs): New macro.
3130 * write.c (write_object_file): Call *frob_after_relocs after the
3131 call to write_relocs.
3132
3133 * config/tc-alpha.c: Use new BFD_RELOC_ALPHA_ELF_LITERAL reloc.
3134
3135 * config/tc-alpha.c (load_expression): Don't SET_VALUE on the section
3136 symbol, as this messes up linking. Instead, expand the recursive call
3137 inline and change up the appropriate bits to get the 0x8000 offset
3138 in the reloc addend.
3139
914f8998
ILT
3140Thu Oct 10 17:30:31 1996 Ian Lance Taylor <ian@cygnus.com>
3141
1491f2ea
ILT
3142 * config/tc-sparc.h (tc_fix_adjustable): Permit the difference of
3143 two symbols in the same segment to be adjusted.
3144
914f8998
ILT
3145 * configure.in: Don't get confused by CPU-VENDOR-linux-gnu.
3146 * configure: Rebuild.
3147
f8a011cf
MM
3148Thu Oct 10 17:22:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3149
3150 * config/tc-ppc.c (ppc_insert_operand): Change most warnings into
3151 errors.
3152 (ppc_elf_validate_fix): Ditto.
3153 (md_assemble): Ditto.
3154 (ppc_tc): Ditto.
3155 (ppc_pe_section): Ditto.
3156 (ppc_frob_symbol): Ditto.
3157
1c3ae169
JL
3158Thu Oct 10 12:05:45 1996 Jeffrey A Law (law@cygnus.com)
3159
3ab9337b
JL
3160 * config/mn10300.c (md_assemble): Pass an extra shift count
3161 to mn10300_insert_operand based on the opcode format.
3162 (mn10300_insert_operand): Accept and use extra shift count
3163 parameter.
3164
778c521b
JL
3165 * config/tc-mn10300.c (md_assemble): Use FMT_* macros for
3166 formats rather than hard-coded constants.
3167
1c3ae169
JL
3168 * config/tc-mn10300.c (md_assemble): Format D5 instructions
3169 are 7 bytes long. Write out instructions in big-endian format.
3170
a6be605a
JL
3171Tue Oct 8 14:56:15 1996 Jeffrey A Law (law@cygnus.com)
3172
1c3ae169 3173 * config/tc-mn10300.c (md_assemble): Tweak further so
a6be605a
JL
3174 that all instructions are parsed correctly.
3175
5e1e8f23
ILT
3176Tue Oct 8 13:02:21 1996 Ian Lance Taylor <ian@cygnus.com>
3177
3178 * as.h: Include libiberty.h.
3179 (xmalloc, xrealloc): Don't declare.
3180 * as.c: Don't include libiberty.h.
3181 * expr.c, read.c, stabs.c, config/obj-coff.c: Likewise.
3182 * config/tc-mips.c: Likewise.
3183 * messages.c: Likewise.
3184 (xstrerror): Don't declare.
3185 * xmalloc.c: Remove.
3186
1217102f
JL
3187Mon Oct 7 16:53:23 1996 Jeffrey A Law (law@cygnus.com)
3188
3189 * config/tc-mn10300.h (pre_defined_registers) Remove.
3190 (system_registers, cc_names): Likewise.
3191 (address_registers, data_registers, other_registers): New register
3192 arrays.
3193 (register_name, system_register_name, cc_name): Remove.
3194 (mn10300_reloc_prefix): Likewise.
3195 (data_register_name): New function.
3196 (address_register_name, other_register_name): Likewise.
3197 (md_assemble): Rough cut at parsing operands. Remove lots of
3198 unwanted code.
3199 (md_apply_fix3): Disable for now.
3200
99e3ccb6
ILT
3201Mon Oct 7 11:38:34 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3202
3203 * config/tc-m68k.c (select_control_regs): New function, extracted
3204 out of m68k_init_after_args.
3205 (m68k_init_after_args): Use it.
3206 (mri_chip): Use it here as well to update set of allowed control
3207 regs for movec.
3208
0bd28bc4
ILT
3209Mon Oct 7 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
3210
3211 * config/obj-elf.c (elf_begin): New function.
3212 (obj_elf_section): Add the section symbol to the symbol table.
3213 * config/obj-elf.h (obj_begin): Define.
3214 (elf_begin): Declare.
3215 * as.c (perform_an_assembly_pass): Call obj_begin if it is
3216 defined.
3217
eb0dafdc
ILT
3218Fri Oct 4 18:37:32 1996 Ian Lance Taylor <ian@cygnus.com>
3219
3220 * config/obj-coff.c (fixup_segment): Subtract the section address
3221 from a PC relative reloc if TC_M68K.
3222
76f841e6
ILT
3223Thu Oct 3 15:15:30 1996 Ian Lance Taylor <ian@cygnus.com>
3224
3225 * config/tc-sparc.c (md_pseudo_table): Make .uahalf, .uaword, and
3226 .uaxword available even if not OBJ_ELF.
3227 (md_atof): Remove unused local variable wordP.
3228
0f91d763
JL
3229Thu Oct 3 00:16:50 1996 Jeffrey A Law (law@cygnus.com)
3230
3231 * config/tc-mn10x00.c, config/tc-mn10x00.h: New files
3232 for Matsushita MN10x00 support.
3233 * configure.in: Recognize mn10x00-*-*
3234 * configure: Rebuilt.
3235
7c328bc7
ILT
3236Wed Oct 2 15:54:03 1996 Klaus Kaempf <kkaempf@progis.de>
3237
3238 * obj-evax.h: move openvms definitions from here to tc-alpha.c.
3239 * tc-alpha.c: add support for vms_case_hack like in vax/vms.
3240 (load_expression): track clobbering of base reg before jmp/jsr.
3241 (s_alpha_file): pass case_hack flags and source filename via
3242 symbol table to bfd.
3243 * tc-alpha.h (TC_CONS_FIX_NEW): define
3244
fed13a5e
ILT
3245Tue Oct 1 16:16:01 1996 Joel Sherrill <joel@oarcorp.com>
3246
3247 * configure.in (mips-*-rtems*): New target, like mips-*-elf*.
3248 * configure: Rebuild.
3249
ffef69a3
ILT
3250Tue Oct 1 12:37:48 1996 Ian Lance Taylor <ian@cygnus.com>
3251
a69e5977
ILT
3252 * read.c (s_macro): Warn if a macro has the same name as a
3253 pseudo-op.
3254 (s_space): In m68k MRI mode, align to a word boundary.
3255 * macro.c (define_macro): Add namep parameter. Change all
3256 callers.
3257 * macro.h (define_macro): Update declaration.
3258
bfc94743
ILT
3259 * as.c (show_usage): Print bug report address.
3260 (parse_args): Change version printing to match current GNU
3261 standards.
3262 * gasp.c (show_usage): Print bug report address.
3263 (main): Change version printing to match current GNU standards.
3264
0b810a6e
ILT
3265 * config/tc-m68k.c (init_table): Correct access control unit
3266 register numbers. From Ken Rose <rose@netcom.com>.
3267
ffef69a3
ILT
3268 * config/tc-alpha.c: Add some static function prototypes.
3269 (alpha_macros): Move to top of file. Make static.
3270 (alpha_num_macros): Move to top of file.
3271
8940a583
SG
3272Tue Oct 1 09:36:19 1996 Stu Grossman (grossman@critters.cygnus.com)
3273
3274 * tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
3275 generated by DWARF.
3276
8940a583
SG
3277Sat Sep 28 03:38:08 1996 Ian Lance Taylor <ian@cygnus.com>
3278
3279 * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
3280 and just call sprintf_vma.
3281
4fc2c99a
ILT
3282Thu Sep 26 16:04:11 1996 Ian Lance Taylor <ian@cygnus.com>
3283
3284 * expr.c (expr): Change >>= to >> (fix typo). (From meissner).
3285
97f8e6ff
ILT
3286Tue Sep 24 19:05:08 1996 Ian Lance Taylor <ian@cygnus.com>
3287
3288 * read.c (float_cons): Call md_flush_pending_output if it is
3289 defined.
3290
97f8e6ff
ILT
3291Tue Sep 24 12:22:18 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3292
3293 * config/tc-d10v.c (md_operand): Created. Allows operands to
3294 start with '#'.
3295 * config/tc-d10v.h (md_operand): Undefined.
3296
6e4f3f09
ILT
3297Mon Sep 23 12:13:18 1996 Ian Lance Taylor <ian@cygnus.com>
3298
3299 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
3300 (md_assemble): A fixup width of '3' means a 1 byte reloc.
3301
72f70020
ILT
3302Thu Sep 19 12:21:24 1996 Ian Lance Taylor <ian@cygnus.com>
3303
3304 * config/obj-coff.c (fixup_segment): Don't adjust PC relative
3305 reloc for the i960 for a reloc in the same section. This undoes
3306 one of the two changes made Aug 19.
3307
ab299844
ILT
3308Wed Sep 18 12:11:58 1996 Ian Lance Taylor <ian@cygnus.com>
3309
3310 * config/obj-coff.c (obj_coff_endef): Both versions: Move C_STAT
3311 symbols to the position of the debugging information.
3312
15405999
ILT
3313Mon Sep 16 11:41:40 1996 Ian Lance Taylor <ian@cygnus.com>
3314
3315 * expr.c (expr): Always use unsigned right shifts for >>.
3316
f17be658
JSC
3317Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk>
3318
3319 * config/tc-arm.c (md_apply_fix3): Update two thumb instruction
3320 slots when processing BL fixups.
3321
3322 * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
3323 on the first half of the instruction.
3324
475c826b
ILT
3325Wed Sep 11 00:09:35 1996 Ian Lance Taylor <ian@cygnus.com>
3326
1decafee
ILT
3327 * ecoff.c (ecoff_stab): Create an expression symbol for a complex
3328 stabs expression, rather than giving an error.
3329
475c826b
ILT
3330 * ecoff.c (ecoff_new_file): Don't do anything if we are still in
3331 the same file.
3332
8a3bdc3d
ILT
3333Tue Sep 10 11:45:37 1996 Ian Lance Taylor <ian@cygnus.com>
3334
3335 * config/tc-mips.c (append_insn): Fill in the value for a constant
3336 jump, rather than creating a reloc.
3337
517078c1
ILT
3338Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com>
3339
d31a3f5e
ILT
3340 * config/tc-mips.c (append_insn): Don't swap an instruction which
3341 sets a condition code with an instruction which uses a condition
3342 code.
3343 (mips_ip): In cases 'N' and 'M', look for $fccN rather than an
3344 immediate value.
3345
ca296aab 3346 * config/tc-mips.c (md_begin): Recognize r5000 for cpu.
517078c1
ILT
3347 (mips_ip): Give a better error message if the ISA level is wrong.
3348 (md_parse_option): Recognize -mcpu=[v][r]5000.
3349
3350Sat Sep 7 13:25:55 1996 James G. Smith <jsmith@cygnus.co.uk>
3351
3352 * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
3353 leading zeroes.
3354 (load_register): Ensure hi32 bits are not lost during lo32bit
3355 processing. Fix shift offset that was overflowing into the next
3356 instruction field. Add code to generate shorter sequences for
3357 constants with a single contiguous seqeuence of ones.
3358
5e6c6406
MH
3359Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3360
3361 * config/tc-d10v.c (d10v_dot_word): New function to support
3362 "@word" with the word pseudo-op.
3363 (md_apply_fix3): Cleanup and changes to support correct sizes
3364 for 16 and 18-bit relocs.
3365
df4021c1
DE
3366Fri Sep 6 16:00:29 1996 Doug Evans <dje@canuck.cygnus.com>
3367
3368 * configure.in (sparc-*-aout): Set `em'.
3369 * configure: Regenerated.
3370 * config/te-sparcaout.h: New file.
3371 * config/tc-sparc.h (TARGET_BYTES_BIG_ENDIAN): Define.
3372 Ifdef TE_SPARCOUT define TARGET_FORMAT and SPARC_BIENDIAN.
3373 * config/tc-sparc.c (INSN_BIG_ENDIAN): New macro.
3374 (SPECIAL_CASE_{SETSW,SETX}): Define.
3375 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
3376 (md_begin): Delete setting of `target_big_endian'.
3377 (output_insn): New function.
3378 (md_assemble): Rewrite. Add `setx' support.
3379 (sparc_ip): Handle `0' operand char. Recognize setuw, setsw, setx
3380 special cases.
3381 (md_atof): Add little endian support.
3382 (md_number_to_chars): Likewise.
3383 (md_apply_fix): Likewise.
3384 (md_longopts): Recognize -EL,-EB ifdef SPARC_BIENDIAN.
3385 (md_parse_option): Likewise.
3386 (md_show_usage): Print -EL, -EB ifdef SPARC_BIENDIAN.
3387
cfc71c6d
ILT
3388Thu Sep 5 13:40:29 1996 Ian Lance Taylor <ian@cygnus.com>
3389
3390 * ecoff.c (ecoff_new_file): New function.
3391 * ecoff.h (ecoff_new_file): Declare.
3392 * config/obj-ecoff.h (obj_app_file): Define.
3393
3394Thu Sep 5 13:39:25 1996 Richard Henderson <rth@tamu.edu>
3395
3396 * config/tc-alpha.c (load_expression): Bias the .lit8 section
3397 symbol by 32k so that our 16-bit signed offset can address the
3398 entire chunk. Reported by <matt@lkg.dec.com>.
3399
711254da
ILT
3400Wed Sep 4 10:23:20 1996 Ian Lance Taylor <ian@cygnus.com>
3401
3402 * config/tc-mips.c (load_register): Remove unused variable tmp.
3403
1b68deb5
JSC
3404Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
3405
3406 * config/tc-mips.c (load_register): Remove unnecessary code that
3407 was causing the high 32bits of 64bit constants to be lost.
3408
1b68deb5
JSC
3409Tue Sep 3 13:52:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3410
3411 * config/tc-d10v.c: Added changes to support function
3412 pointers and "@word" syntax.
3413
05fd83ed
JL
3414Tue Sep 3 11:57:18 1996 Jeffrey A Law (law@cygnus.com)
3415
3416 * config/tc-v850.c: Remove commented out and #if 0'd code.
3417 (v850_reloc_prefix): Provide prototype.
3418 (postfix, get_reloc, build_insn): Remove prototypes for nonexistant
3419 functions.
3420 (md_begin, md_assemble, md_apply_fix3): Remove unused variables.
3421 (md_assemble): Add default to case statement.
3422
270fd2ad
JL
3423Sat Aug 31 16:03:00 1996 Jeffrey A Law (law@cygnus.com)
3424
3425 * config/tc-v850.c (md_assemble): Compute size of the instrction
3426 from the opcode.
74dd0c07 3427
2d56269e
JL
3428 * config/tc-v850.c (md_apply_fix3): Do simple byte, short and
3429 word fixups too.
3430
270fd2ad
JL
3431Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com)
3432
74dd0c07
JL
3433 * config/tc-v850.c (md_apply_fix3): Use little endian get/put
3434 routines to fetch/store the updated instruction from/to memory.
3435 (v850_insert_operand): If the operand has a specialized insert
3436 routine, call it.
3437
c84615bc
C
3438Fri Aug 30 18:35:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
3439
3440 * config/tc-v850.c (reg_name_search): Align calling convention to
3441 be like identical function found in tc-ppc.c.
3442 (get_reloc): Removed.
3443 (v850_reloc_prefix): New function, parse lo(), hi() and hi0().
3444 (md_assemble): emit fixups.
3445 (md_pcrel_from): renamed from md_pcrel_from_section, emit proper
3446 displacement.
3447 (md_apply_fix3): handle fixups/relocs.
3448 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
3449
0f616818
ILT
3450Fri Aug 30 18:12:00 1996 Ian Lance Taylor <ian@cygnus.com>
3451
3452 Add SH ELF support.
3453 * configure.in (sh-*-elf*): New target.
3454 * config/tc-sh.h (TARGET_ARCH): Define.
3455 (WORKING_DOT_WORD): Define.
3456 (TC_COFF_FIX2RTYPE): Only define if OBJ_COFF.
3457 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
3458 (TC_RELOC_MANGLE, tc_coff_symbol_emit_hook): Likewise.
3459 (DO_NOT_STRIP, NEED_FX_R_TYPE, TC_KEEP_FX_OFFSET): Likewise.
3460 (TC_COFF_SIZEMACHDEP, tc_frob_file): Likewise.
3461 (SUB_SEGMENT_ALIGN): Likewise.
3462 (RELOC_32): Don't define.
3463 (tc_frob_file_before_adjust): Define if BFD_ASSEMBLER.
3464 (target_big_endian): Declare if OBJ_ELF.
3465 (TARGET_FORMAT): Define if OBJ_ELF.
3466 * config/tc-sh.c: Use BFD reloc codes instead of SH COFF reloc
3467 numbers throughout.
3468 (tc_crawl_symbol_chain): Only define if OBJ_COFF.
3469 (tc_headers_hook, tc_coff_sizemachdep): Likewise.
3470 (struct sh_count_relocs): Define.
3471 (sh_count_relocs): New static function, broken out of
3472 sh_frob_file. Add BFD_ASSEMBLER code.
3473 (sh_frob_section): Likewise.
3474 (sh_frob_file): Call sh_frob_section.
3475 (md_convert_frag): If BFD_ASSEMBLER, change type of headers, and
3476 call section_symbol rather than seg_info (seg)->dot.
3477 (md_section_align): Add OBJ_ELF version.
3478 (SWITCH_TABLE_CONS): Define.
3479 (SWITCH_TABLE): Use SWITCH_TABLE_CONS.
3480 (md_apply_fix): Change parameter types if BFD_ASSEMBLER. Only
3481 handle fx_r_type == 0 if not BFD_ASSEMBLER. Return 0 if
3482 BFD_ASSEMBLER.
3483 (struct reloc_map): Define if not BFD_ASSEMBLER.
3484 (coff_reloc_map): Likewise.
3485 (sh_coff_reloc_mangle): Use coff_reloc_map to convert fx_r_type.
3486 (tc_gen_reloc): New function if BFD_ASSEMBLER.
3487 * write.c (write_relocs): Ifdef out fx_where test which triggers
3488 inappropriately for SH ELF.
3489 (write_object_file): Call tc_frob_file_before_adjust and
3490 obj_frob_file_before_adjust if they are defined.
3491
3492 * write.c (write_object_file): Use BFD_RELOC_16, not
3493 BFD_RELOC_NONE, when calling fix_new_exp for a broken word.
3494
3495 * read.c (emit_expr): Fix conversion of byte count to BFD reloc
3496 code.
3497
20dbcd5c
MH
3498Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3499
3500 * config/tc-d10v.c (find_opcode): Fix problem with calculating
3501 branch sizes in across sections.
3502
05631de2
JL
3503Fri Aug 30 00:44:13 1996 Jeffrey A Law (law@cygnus.com)
3504
3505 * config/tc-850.c (md_assemble): Handle hi() correctly. Handle
3506 hi0() too.
3507
3508Wed Aug 28 23:11:08 1996 Jeffrey A Law (law@cygnus.com)
3509
3510 * config/tc-v850.c (md_begin): Deal with end of opcode
3511 table marker.
3512
e592d28f
MH
3513Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3514
3515 * config/tc-d10v.c (find_opcode): Fix a bug which could generate
3516 the wrong opcode for cases like st2w where there are many forms
3517 of the same instruction.
3518
6fce31a6
ILT
3519Tue Aug 27 13:53:22 1996 Ian Lance Taylor <ian@cygnus.com>
3520
3521 * expr.c (operand): If md_parse_name is defined, call it before
3522 calling symbol_find_or_make.
3523 * config/tc-ppc.h (md_parse_name): Define.
3524 (ppc_parse_name): Declare.
3525 * config/tc-ppc.c (reg_name_search): Add regs and regcount
3526 parameters.
3527 (register_name): Update call to reg_name_search.
3528 (cr_operand): New static variable.
3529 (cr_names): New static const array.
3530 (ppc_parse_name): New function.
3531 (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
3532 cr_operand before calling expression.
3533
a58b037a
JL
3534Tue Aug 27 09:05:50 1996 Jeffrey A Law (law@cygnus.com)
3535
3536 * config/tc-hppa.c (tc_gen_reloc): Add new argument to
3537 hppa_gen_reloc_type call.
3538
3017263b
MH
3539Mon Aug 26 18:24:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3540
3541 * config/tc-d10v.c: Fixed ".word". Fixed problem with range checking
3542 on addresses. Improved error messages.
3543 * doc/c-d10v.texi: Added docs for register pairs.
3544
f9085532
MH
3545Mon Aug 26 13:39:27 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3546
3547 * config/tc-d10v.c (parallel_ok): Fix bug in parallel
3548 checking code.
3549
58275724
ILT
3550Mon Aug 26 14:38:22 1996 Ian Lance Taylor <ian@cygnus.com>
3551
3552 * ecoff.c (init_file): Initialize fMerge to 1.
3553 (add_file): Restore old file merging code, but only merge files if
3554 fMerge is set.
3555 (ecoff_directive_loc): Clear fMerge field of current file.
3556 (ecoff_generate_asm_lineno): Likewise.
3557
b1c28263
MH
3558Fri Aug 23 11:40:47 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3559
3560 * doc/c-d10v.texi: Fix typo.
3561
c9a32d6c
JL
3562Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
3563
58275724
ILT
3564 * config/tc-v850.c (md_assemble): Correct bit masking for
3565 hi and lo expressions.
3566
88b47a85
JL
3567 * config/tc-v850.c (md_assemble): Rough cut at demanding
3568 "ep" or "r30" in sst and sld instructions.
3569 (md_apply_fix3): Don't abort. Just warn that we don't
3570 have relocs yet.
3571
c9f1b2d9
JL
3572 * config/tc-v850.c (CC_NAME_CNT): Define.
3573 (cc_name): New function.
3574 (md_assemble): Handle V850_OPERAND_CC correctly.
3575
d5974c57
JL
3576 * config/tc-v850.c (md_assemble): Don't forget to initialize
3577 "insn"!
3578
0e8f9bd1
JL
3579 * config/tc-v850.c (reg_name_search): Generalize to search
3580 any given register table.
3581 (register_name): Pass appropriate table and size to reg_name_search.
3582 (system_register_name): New function.
3583 (SYSREG_NAME_CNT): Define.
3584 (md_assemble): Handle operands which are system registers.
3585
c9a32d6c
JL
3586 * config/tc-v850.c (md_assemble): If we find a register, but the
3587 opcode doesn't want a register, then we don't have a match.
3588 (md_assemble): Get size of the instruction from the opcode table.
3589
eeef602f
ILT
3590Thu Aug 22 10:20:30 1996 Ian Lance Taylor <ian@cygnus.com>
3591
8ee90d35
ILT
3592 * configure.in: Set and substitute HLDENV.
3593 * configure: Rebuild.
3594 * Makefile.in (HLDENV): New variable.
3595 (as.new): Use $(HLDENV).
3596
eeef602f
ILT
3597 * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
3598 if an array dimension is not known.
3599
6be9ec8d
MH
3600Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3601
3602 * config/tc-d10v.c: Fix a reloc bug caused by my last change.
3603 * doc/c-d10v.texi: Cleanup.
3604
c6aa56bc
C
3605Tue Aug 20 15:15:16 1996 J.T. Conklin <jtc@hippo.cygnus.com>
3606
3607 * config/tc-v850.c: New file.
3608 * config/tc-v850.h: New file.
3609 * configure (v850-*-elf): New target.
3610 * configure.in (v850-*-elf): New target.
3611
2c2e5626
MH
3612Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3613
3614 * doc/c-d10v.texi: New file.
3615 * doc/all.texi: Added D10V stuff.
3616 * doc/as.texinfo: Added D10V stuff.
3617
ab457c4c
MH
3618Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3619
3620 * config/tc-d10v.c: All references to defined symbols should
3621 now use the optimal instruction. .float and .double now work.
3622
d4e1b0be
ILT
3623Mon Aug 19 14:41:36 1996 Ian Lance Taylor <ian@cygnus.com>
3624
3625 * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
3626 section address for the i960 as is done for the i386.
3627
3628Thu Aug 15 16:37:59 1996 Stan Shebs <shebs@andros.cygnus.com>
3629
3630 * mpw-config.in: Add wildcards for config matching, add mips-*-*
3631 case, forward-include bfd/elf-bfd.h.
3632
b98b04ea
MH
3633Thu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3634
3635 * config/tc-d10v.c: Add additional information to the opcode
3636 table to help determinine which instructions can be done
3637 in parallel.
3638
b98b04ea
MH
3639Thu Aug 15 17:01:31 1996 James G. Smith <jsmith@cygnus.co.uk>
3640
3641 * config/tc-arm.c: Major changes to add Thumb support, with lots
3642 of change input from <rearnsha@armltd.co.uk>.
3643 Reverted to INSN_SIZE macro, rather than insn_size variable.
3644 (insns): Added ARM "bx" instruction support.
3645 (tinsns): Added Thumb instruction definition structure.
3646 (arm_tops_hsh): Added hash structure for Thumb opcodes.
3647 (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
3648 (opcode_select,s_arm,s_thumb,s_code): Added.
3649 (decode_shift): Allow upper-case RRX.
3650 (do_ldst): Simpler halfword support.
3651 (do_ldmstm): Improved.
3652 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
3653 thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
3654 do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
3655 do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
3656 do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
3657 do_t_adr): Added.
3658 (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
3659 (md_parse_option): Add support for -mthumb.
3660 (md_show_usage): Updated to reflect new command line option.
3661 (arm_data_in_code, arm_canonicalize_symbol_name): Added.
3662 * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
3663 fragment information to be held.
3664
3665Thu Aug 15 16:12:00 1996 Richard Earnshaw (rearnsha@armltd.co.uk)
3666
3667 * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is
3668 non-null, but is a constant.
3669 (fix_new_arm): Call make_expr_symbol to make the expression symbol
3670 so that error reporting will work correctly.
3671
126436a8
ILT
3672Wed Aug 14 10:37:21 1996 Ian Lance Taylor <ian@cygnus.com>
3673
3674 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
3675 against weak symbols.
3676
0e94336e
ILT
3677Tue Aug 13 17:39:24 1996 Ian Lance Taylor <ian@cygnus.com>
3678
3679 * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
3680 (ppc_force_relocation): Declare if OBJ_XCOFF.
3681 * config/tc-ppc.c (ppc_force_relocation): New function if
3682 OBJ_XCOFF.
3683
817e4f75
ILT
3684Mon Aug 12 16:49:43 1996 Ian Lance Taylor <ian@cygnus.com>
3685
3686 * config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
3687
f494d503
MH
3688Fri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3689
3690 * config/tc-d10v.c: Fix problem with relocs.
3691
8d07d2c9
ILT
3692Fri Aug 9 14:16:14 1996 Ian Lance Taylor <ian@cygnus.com>
3693
3694 * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
3695 with nops if not in data_section or bss_section.
3696
f649d525
ILT
3697Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
3698
3699 Add support for openVMS/Alpha.
3700 * as.h (PRINTF_LIKE): Don't define if VMS, for now.
3701 * config/obj-evax.c: New file.
3702 * config/obj-evax.h: New file.
3703 * config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
3704 defined.
3705 * config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
3706 defined. Add case for bfd_target_evax_flavour.
3707 * config/vms-a-conf.h: New file.
3708 * conf-a-gas.com: New file.
3709 * configure.in: Add target alpha-*-*vms*.
3710 * configure: Rebuild.
3711 * makefile.vms: New file.
3712 * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
3713 Don't call ffs on openVMS/Alpha.
3714
5cece526
ILT
3715Wed Aug 7 14:19:03 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
3716
3717 * configure.in: Make GAS_CHECK_DECL_NEEDED include <string.h> or
3718 <strings.h> if they exist. Call GAS_CHECK_DECL_NEEDED on strstr
3719 and sbrk.
3720 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
3721 (NEED_DECLARATION_SBRK): New macro.
3722 * configure, conf.in: Rebuild.
3723 * as.h: Only include <strings.h> if HAVE_STRINGS_H.
3724 (strstr): Declare if NEED_DECLARATION_STRSTR.
3725 * as.c: If HAVE_SBRK and NEED_DECLARATION_SBRK, declare sbrk.
3726
e592f0e6
ILT
3727Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
3728
d10df990
ILT
3729 * symbols.c (resolve_symbol_value): Handle addition or subtraction
3730 by a constant before entering the main switch. Reject attempts to
3731 apply an arithmetic function to non-absolute symbols, except for
3732 the special case of subtraction of two symbols in the same
3733 section.
3734
cf32394d
ILT
3735 * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
3736 not to more than a 16 byte boundary.
3737
e592f0e6
ILT
3738 * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove
3739 #ifndef OBJ_ELF lines. From Eric Valette <valette@crf.canon.fr>.
3740 (tc_gen_reloc): If out of memory call as_fatal rather than
3741 assert. If no howto found, call as_bad_where rather than
3742 as_fatal. Change the error message slightly. Set howto to a
3743 non-NULL value in order to keep going.
3744
5d9a99a7
MH
3745Tue Aug 6 12:58:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3746
3747 * config/tc-d10v.c: Added code to support 32-bit fixups for stabs.
3748
6a8e0036
JL
3749Tue Aug 6 11:15:26 1996 Jeffrey A Law (law@cygnus.com)
3750
3751 * config/tc-h8300.c (get_specific): New operand "size" derived
3752 from ".b", ".w" and ".l" extensions. All callers changed. If
3753 the base instruction has no operands, then use the size to
3754 determine which specific instruction to use.
3755
3d7b0c49
ILT
3756Mon Aug 5 14:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
3757
3758 * config/tc-i960.c (mem_fmt): Call parse_expr before emit.
3759
10a14e36
ILT
3760Fri Aug 2 11:23:31 1996 Ian Lance Taylor <ian@cygnus.com>
3761
3762 * config/tc-mips.c (md_section_align): Don't change addr if
3763 OBJ_ELF.
3764
470a679c
JL
3765Thu Aug 1 23:51:52 1996 Jeffrey A Law (law@cygnus.com)
3766
3767 * config/tc-hppa.c: Revert yesterday's changes.
3768
b5cf6779
MH
3769Wed Jul 31 14:46:11 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3770
3771 * config/tc-d10v.c: Disable range checking on 16-bit values.
3772
159eb3c0
ILT
3773Wed Jul 31 16:27:19 1996 Ian Lance Taylor <ian@cygnus.com>
3774
3775 * config/tc-m68k.c (m68k_ip): Set ok_arch for every instruction,
3776 not just the ones that don't match.
3777
37e05f64
MH
3778Wed Jul 31 11:45:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3779
3780 * config/tc-d10v.c: Fixed bugs in short relocs and range checking.
3781
c479fc62
JSC
3782Wed Jul 31 15:41:42 1996 James G. Smith <jsmith@cygnus.co.uk>
3783
3784 * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
3785 pre-cursor to adding Thumb support. Also added cpu_variant flag
3786 information to each of the asm_flg structures.
3787 (md_parse_option): Updated ARM7 parsing to allow 't' for
3788 thumb/halfword support, aswell as 'm' for long multiply.
3789 (md_show_usage): Updated help message.
3790 (md_assemble): Check that instruction flags are applicated to the
3791 current cpu variant.
3792 (md_apply_fix3, tc_gen_reloc): Add BFD_RELOC_ARM_OFFSET_IMM8 and
3793 BFD_RELOC_ARM_HWLITERAL relocation support for new halfword and
3794 signextension instructions.
3795 (do_ldst): Generate halfword and signextension variants if
3796 mnemonic flags match.
3797 (ldst_extend): Do not allow shifts in the offset field of halfword
3798 or signextension instructions.
3799 (validate_offset_imm): Provide check on halfword and signextension
3800 immediate range.
3801 (add_to_lit_pool): Merge identical literal pool values.
3802
448b5aad
JL
3803Tue Jul 30 14:28:23 1996 Jeffrey A Law (law@cygnus.com)
3804
3805 * config/tc-hppa.c (selector_table): Add 'E' selector.
3806 (cons_fix_new_hppa): Don't coke on e_esel.
3807 (tc_gen_reloc, SOM version): Handle R_COMP2 when used
3808 to help generate exception handling tables.
3809 (md_apply_fix): Don't try to apply fixups with an e_esel
3810 selector.
3811 (hppa_fix_adjustable): Fixups with e_esel selectors
3812 are not adjustable.
3813
8dfb05cc
ILT
3814Tue Jul 30 15:51:41 1996 Ian Lance Taylor <ian@cygnus.com>
3815
3816 * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte
3817 pseudo-ops.
3818
8544dc03
MH
3819Fri Jul 26 11:43:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3820
3821 * config/tc-d10v.c: Added lots of error checking. Added hacks
3822 to support accumulator shifts.
3823
5ca547dc
ILT
3824Fri Jul 26 11:56:08 1996 Ian Lance Taylor <ian@cygnus.com>
3825
3826 * symbols.c (S_SET_EXTERNAL): Let .weak override.
3827 (S_CLEAR_EXTERNAL): Likewise.
3828 (S_SET_WEAK): Remove error; just let .weak override.
3829
35ad20a1
MH
3830Thu Jul 25 15:22:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3831
3832 * config/tc-d10v.c (md_assemble): Now handles multiline
3833 instructions.
3834
7c096652
MH
3835Thu Jul 25 12:03:33 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3836
3837 * config/tc-d10v.c: Fix packaging bug. Added range checking.
3838 Added kludge for divs instruction. Fixed minor problem with
3839 multiple text sections.
35ad20a1
MH
3840 * config/tc-d10v.h (d10v_cleanup): Change prototype.
3841
93050391
MH
3842Tue Jul 23 10:49:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3843
3844 * config/tc-d10v.c (md_apply_fix3): Fix all instruction
3845 addresses to be right-shifted by 2.
3846
0ef32559
MH
3847Mon Jul 22 11:32:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3848
3849 * config/tc-d10v.c: Many changes to get relocs working.
3850 (register_name): No longer creates a symbol for register names.
3851 (pre_defined_registers): moved to opcodes/d10v-opc.c.
3852 (d10v_insert_operand): Now works correctly for either container.
3853 * config/tc-d10v.h (d10v_cleanup): Declare.
3854
97aca1bc
ILT
3855Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
3856
3857 * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
3858 BFD_RELOC_PCREL_LO16 are expected to be PC relative.
3859
6543a7fb
ILT
3860Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
3861
3862 * tc-alpha.c: Patches to track current minimum alignment to reduce
3863 the number of fragments created with frag_align.
3864 (alpha_current_align): New static variable.
3865 (s_alpha_text): Reset alignment to 0.
3866 (s_alpha_data, s_alpha_rdata, s_alpha_sdata): Likewise.
3867 (s_alpha_stringer, s_alpha_space): New functions.
3868 (s_alpha_cons, alpha_flush_pending_output): Remove functions.
3869 (alpha_cons_align): New function to replace both of them.
3870 (emit_insn): Only align if alpha_current_align is less than 2;
3871 reset alpha_current_align to 2.
3872 (s_alpha_gprel32): Likewise.
3873 (s_alpha_section): New function. Basically duplicate the other
3874 alpha section change hooks. Only define for ELF.
3875 (s_alpha_float_cons): Simplify alignment handling.
3876 (md_pseudo_table): Only define "rdata" and "sdata" if OBJ_ECOFF.
3877 If OBJ_ELF, define "section", "section.s", "sect", and "sect.s".
3878 Don't define the s_alpha_cons pseudo-ops. Do define
3879 s_alpha_stringer and s_alpha_space pseudo-ops.
3880 (alpha_align): Skip if less than current default alignment. Set
3881 default alignment.
3882 * tc-alpha.h (md_flush_pending_output): Remove.
3883 (md_cons_align): Add.
3884
3885 * tc-alpha.c: Add oodles of function description comments.
3886 (md_bignum_to_chars): Remove; there are no callers.
3887 (md_show_usage): Mention some more variants.
3888
091221ce
ILT
3889Thu Jul 18 15:54:54 1996 Ian Lance Taylor <ian@cygnus.com>
3890
0b27ea39
ILT
3891 From Andrew Gierth <ANDREWG@microlise.co.uk>:
3892 * configure.in (sparc-*-sysv4*): New target.
3893 * configure: Rebuild.
3894
8dd07a84
ILT
3895 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
3896 uaxword to use s_uacons.
3897 (sparc_no_align_cons): New static variable.
3898 (s_uacons): New static function.
3899 (sparc_cons_align): If sparc_no_align_cons is set, just clear it
3900 and return.
3901
3902 * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
3903
cbe7dccb
ILT
3904 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like Irix
3905 5 with regard to shared libraries.
3906 * configure: Rebuild.
3907
091221ce
ILT
3908 * config/tc-m68k.c (m68k_ip): Use the correct length when
3909 allocating space for the unsupported architecture error message.
3910
05a8bf33
MM
3911Thu Jul 18 12:57:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3912
3913 * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
3914
3915Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7be9a312
MH
3916
3917 * config/tc-d10v.c: New file.
3918 * config/tc-d10v.h: New file.
3919 * configure (d10v-*-elf): New target.
3920 * configure.in (d10v-*-elf): New target.
7be9a312 3921
10c9620d
MM
3922Fri Jul 12 20:54:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3923
3924 * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
3925
0ee09671
ILT
3926Wed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>
3927
3928 * config/tc-alpha.c (alpha_align): Change fill parameter
3929 to a pointer. Take NULL as 0 or nop depending on section. Change
3930 all callers.
3931 (s_alpha_align): Rename local variables.
3932
3933 * doc/as.texinfo (.align): Document action of omitted
3934 fill parameter.
3935
3128726c
ILT
3936Wed Jul 10 00:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
3937
3938 * config/tc-ppc.c (md_apply_fix3): Give a useful error message
3939 when an unsupported PC relative reloc is seen, rather than calling
3940 abort.
3941
3942 * app.c (do_scrub_chars): Remove not_cpp_line local variable.
3943 Instead, check state when '#' comment is seen.
3944
7f003b7f
ILT
3945Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com>
3946
a8aed9dd
ILT
3947 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
3948 OBJ_MAYBE_ELF.
3949 (tc_gen_reloc): If fixup was changed to be PC relative, change
3950 reloc type accordingly. Use name of reloc in error message.
3951
a5a78175
ILT
3952 * as.h: Don't define const or volatile.
3953 * flonum.h: Don't define const.
3954
7f003b7f
ILT
3955 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
3956 if fx_pcrel is set. Correct setting the addend case in the
3957 OBJ_ELF case (from Andreas Schwab
3958 <schwab@issan.informatik.uni-dortmund.de>).
3959 (md_show_usage): Correct -mfc5200 to -m5200.
3960
8d20a0a8
C
3961Fri Jul 5 10:32:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3962
910d7df2
C
3963 * doc/c-m68k.texi: Document -m5200 flag.
3964 * doc/as.texinfo: Likewise.
3965
8d20a0a8
C
3966 * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
3967 scale factor.
3968
c0b34702
ILT
3969Fri Jul 5 11:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
3970
3971 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
3972 (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
3973
45c85bcb
ILT
3974Thu Jul 4 11:59:46 1996 Ian Lance Taylor <ian@cygnus.com>
3975
6624477c
ILT
3976 * Makefile.in (VERSION): Set to cygnus-2.7.1.
3977
45c85bcb
ILT
3978 * Released binutils 2.7.
3979
fc636a52
JSC
3980Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>
3981
3982 * config/tc-mips.c (mips_ip): Only perform range check when
3983 dealing with O_constant expressions.
3984
d41d2ccc
C
3985Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3986
3987 * m68k-parse.h (m68k_register): Add new coldfile control
3988 registers.
3989
3990 * config/tc-m68k.c (mcf5200_control_regs): New variable,
3991 array of control registers for the coldfire.
3992 (cpu_of_arch): Added mcf5200.
3993 (archs): Added mcf5200.
3994 (init_table): Add new control registers.
3995 (m68k_ip): Added support for new control registers.
3996 (m68k_init_after_args): Likewise.
3997
3998 * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
3999
5af96dce
ILT
4000Wed Jul 3 16:05:50 1996 Ian Lance Taylor <ian@cygnus.com>
4001
c5d8f96e
ILT
4002 * read.h (is_it_end_of_statement): Declare.
4003 * read.c (is_it_end_of_statement): Remove declaration.
4004
4005 * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
4006 within &&.
4007 (md_assemble): Fix handling of @l with an unsigned constant. Add
4008 default case to reloc switch.
4009
ac76c7e9
ILT
4010 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
4011
5af96dce
ILT
4012 Based on patches from Tom Quiggle <quiggle@sgi.com>:
4013 * ecoff.c (last_lineno): New static variable.
4014 (add_procedure): Set last_lineno.
4015 (ecoff_directive_loc): Likewise.
4016 (ecoff_generate_asm_lineno): Likewise.
4017 (ecoff_fix_loc): New function.
4018 * ecoff.h (ecoff_fix_loc): Declare.
4019 * config/tc-mips.c (append_insn): When inserting nops, and using
4020 ECOFF debugging, call ecoff_fix_loc.
4021
b9bddc84
JL
4022Tue Jul 2 23:02:12 1996 Jeffrey A Law (law@cygnus.com)
4023
4024 * config/tc-h8300.c (build_bytes): If an operand type is
4025 marked as SRC_IN_DST retrieve it from the "destination" op.
4026
379c2fb4
ILT
4027Sat Jun 29 13:38:31 1996 Ian Lance Taylor <ian@cygnus.com>
4028
69c1de90
ILT
4029 * configure.in (arm-*-riscix*): Set emulation to riscix.
4030 * configure: Rebuild.
4031 * config/te-riscix.h: New file to define TE_RISCIX.
4032
379c2fb4
ILT
4033 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
4034
4035Fri Jun 28 15:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
4036
4037 * Makefile.in (config.status): Just run config.status as other
4038 tools do.
4039
c611cd82
SS
4040Fri Jun 28 11:09:38 1996 Stan Shebs <shebs@andros.cygnus.com>
4041
4042 * mpw-config.in (TARGET_OS): Add definition to conf.
4043
fbf011f2
ILT
4044Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>
4045
4046 * config/tc-mips.c (append_insn): Parenthesize
4047 cop_interlocks expressions.
4048
4049Thu Jun 27 12:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
4050
4051 * listing.c (listing_print): Close the listing file if it is not
4052 stdout. Close the other files opened for the listing.
681dbbc0
ILT
4053
4054 * config/tc-sparc.h (md_cons_align): Define.
4055 (sparc_cons_align): Declare.
4056 (HANDLE_ALIGN): Define.
4057 (sparc_handle_align): Declare.
4058 * config/tc-sparc.c (sparc_cons_align): New function.
4059 (sparc_handle_align): New function.
4060 * read.c (cons_worker): Call md_cons_align if it is defined.
4061
4062 * as.h (struct frag): Add fr_file and fr_line fields.
4063 * frags.c (frag_new): Set fr_file and fr_line.
4064 (frag_var): Likewise.
4065 (frag_variant): Likewise.
4066
7e027ce6
ILT
4067 * as.h (struct frag): Remove unused align_mask and align_offset
4068 fields.
4069
f9b990cd
ILT
4070 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
4071 From <uddeborg@carmen.se>.
4072
9b4b98bd
ILT
4073Wed Jun 26 13:21:34 1996 Ian Lance Taylor <ian@cygnus.com>
4074
67b48b58
ILT
4075 * configure.in (mips-*-osf*): New target.
4076 * configure: Rebuild.
4077
9b4b98bd
ILT
4078 * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
4079
344a8d61
JSC
4080Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>
4081
4082 * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
4083 between co-processor comparisons and branches for the VR4300.
4084
1c94de4d
JM
4085Mon Jun 24 18:02:50 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4086
4087 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
4088 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
4089 (docdir): Removed.
4090 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
4091 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
4092 includedir): Use autoconf set values.
4093 (docdir): Removed.
4094
b290fd25
ILT
4095Mon Jun 24 11:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
4096
1c94de4d
JM
4097 * listing.c (listing_eject): Don't do anything if listing is 0.
4098 (listing_list): Likewise.
4099 (listing_source_line): Likewise.
4100 (listing_title): Don't save title if listing is 0.
4101 (listing_source_file): Check listing rather than listing_tail.
4102
b290fd25
ILT
4103 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
4104 using shared libraries.
4105 * configure: Rebuild.
4106
4107Fri Jun 21 18:22:23 1996 Ian Lance Taylor <ian@cygnus.com>
4108
4109 * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
4110 absolute expression if a relocation type was specified.
4111
644edced
ILT
4112Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
4113
4114 * configure.in: Add support for *-*-rtems* configurations.
4115 * configure: Rebuild.
4116
df586de2
ILT
4117Fri Jun 21 16:01:18 1996 Richard Henderson <rth@tamu.edu>
4118
4119 * configure.in: Add alpha-*-linuxecoff* target. Use elf for
4120 alpha-*-linux* target. Force bfd_gas for alpha-*. Require
4121 opcodes library for alpha.
4122 * configure: Rebuild with autoconf 2.10.
4123 * config/tc-alpha.c: Substantial rewrite to add ELF support and
4124 use new opcode table.
4125 * config/tc-alpha.h (md_undefined_symbol): Don't define.
4126 (LOCAL_LABEL): Define differently if OBJ_ELF.
4127 (FAKE_LABEL_NAME): Define if OBJ_ELF.
4128 * config/alpha-opcode.h: Remove.
4129 * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
4130 * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
4131 include/opcode/alpha.h rather than config/alpha-opcode.h.
4132
7ca8e36e
ILT
4133Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com>
4134
edec3111
ILT
4135 * config/obj-aout.c (obj_emit_relocations): Give an error if the
4136 relocation symbol was not resolved.
4137 * config/obj-coff.c (do_relocs_for): Likewise.
4138
7ca8e36e
ILT
4139 * write.c (adjust_reloc_syms): Refetch the symbol section after
4140 calling S_GET_VALUE, since it may have changed.
4141
4142 * expr.c (struct expr_symbol_line): Define.
4143 (expr_symbol_lines): New static variable.
4144 (make_expr_symbol): Add entry to expr_symbol_lines.
4145 (expr_symbol_where): New function.
4146 * expr.h: Use extern on function declarations.
4147 (expr_symbol_where): Declare.
4148 * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
4149 rather than printing the meaningless name of an expression
4150 symbol.
4151
214f540d
KR
4152Thu Jun 20 15:57:41 1996 Ken Raeburn <raeburn@cygnus.com>
4153
4154 * config/tc-i386.c (md_number_to_chars): Deleted.
4155 * config/tc-i386.h (md_number_to_chars): New macro.
4156
4157 * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
4158 the file.
4159 (load_symbol_address, load_expression): Use build_mem.
4160 (build_operate): New function.
4161 (emit_addq_r): Use it.
4162
4163 Wed Mar 13 22:14:14 1996 Pat Rankin <rankin@eql.caltech.edu>
4164
4165 * symbols.c (colon): #if VMS, use S_SET_OTHER to store `const_flag'.
4166
4167 Tue Mar 5 14:31:45 1996 Pat Rankin <rankin@eql.caltech.edu>
4168
4169 * config/tc-vax.h (NOP_OPCODE): Define.
4170
4171 Sun Feb 4 21:01:03 1996 Pat Rankin <rankin@eql.caltech.edu>
4172
4173 * config/obj-vms.h (S_IS_COMMON): Define.
4174 (S_IS_LOCAL): Check for \002 as well as \001.
4175 (LONGWORD_ALIGNMENT): New macro.
4176 (SUB_SEGMENT_ALIGN): Use it.
4177
4178 Fri Jan 26 17:44:09 1996 Pat Rankin <rankin@eql.caltech.edu>
4179
4180 * config/vms-conf.h: Reconcile with conf.in.
4181
7b9b1eb2
ILT
4182Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com>
4183
793f9558
ILT
4184 * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
4185 defined.
4186
84577dde
ILT
4187 * doc/as.texinfo: Document that any number of hex digits can
4188 follow \x.
4189
0d6cae1e
ILT
4190 * as.c (struct defsym_list): Define.
4191 (defsyms): New static variable.
4192 (parse_args): Just put --defsym arguments on defsyms list, rather
4193 than defining them.
4194 (main): Define defsyms after output file is created.
4195
6e3f7f1b
ILT
4196 * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
4197 cpu32. From Eric Norum <Eric.Norum@usask.ca>.
4198
8095b665
ILT
4199 * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
4200 insn_error rather than calling check_absolute_expr.
4201
4202 * as.c (emulation_name): Remove unused static variable.
4203 (default_emul_bfd_name): Add return NULL to avoid warning.
4204 * ecoff.c (ecoff_stab): Remove unused variables name and
4205 name_end.
4206 * frags.c (frag_new): Remove unused variable tmp.
4207 * hash.c (hash_grow): Parenthesize + within <<.
4208 (hash_print_statistics): Use %lu, not %d, to print unsigned
4209 long variables.
4210 * messages.c: Include "libiberty.h".
4211 (fprint_value): Add cast to avoid printf warning.
4212 (sprint_value): Likewise.
4213 * read.c: Include "ecoff.h".
4214 (emit_expr): Add casts to avoid printf warnings.
4215 * read.h: Use extern for function declarations.
4216 (pop_insert): Declare.
4217 * stabs.c: Include "ecoff.h".
4218 * subsegs.c (subseg_set_rest): Remove unused variables tmp,
4219 former_last_fragP, and new_fragP.
4220 * subsegs.h (subsegs_print_statistics): Declare.
4221 * symbols.c (debug_verify_symchain): Change macro to discard
4222 arguments.
4223 * write.c (dump_section_relocs): Likewise.
4224 * write.h: Use extern for function declarations.
4225 (write_print_statistics): Declare.
4226 * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
4227 warning.
4228 * config/e-mipself.c (mipself_bfd_name): Likewise.
4229 * config/obj-elf.h (elf_ecoff_set_ext): Declare.
4230
9ee759fc
ILT
4231 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
4232 emit relocations against external symbols.
4233
faa3f539
ILT
4234 * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
4235 message if bfd_reloc_type_lookup fails, rather than calling
4236 assert.
4237
7b9b1eb2
ILT
4238 * config/tc-alpha.c (alpha_force_relocation): Add
4239 BFD_RELOC_12_PCREL to switch.
4240
4241Tue Jun 18 20:29:57 1996 Doug Evans <dje@canuck.cygnus.com>
4242
4243 * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
4244 TE_PE (Lfoo, not .Lfoo).
4245
d9453233
ILT
4246Tue Jun 18 17:13:33 1996 Ian Lance Taylor <ian@cygnus.com>
4247
24b018ee
ILT
4248 * read.c (s_fill): Don't warn about a zero repeat count.
4249
c674dcaa
ILT
4250 * config/tc-mips.c (mips_ip): Don't warn about using AT as a
4251 coprocessor register.
4252
d9453233
ILT
4253 * config/tc-i386.c (md_assemble): When checking the size of a
4254 register to set the size of an instruction, do a bitwise and with
4255 Reg8 and Reg16 rather than requiring the type to be exactly Reg8
4256 or Reg16.
4257
3d0afe12
JL
4258Tue Jun 18 13:19:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
4259
4260 * config/tc-h8300.c (parse_reg): Tweak error messages.
4261 (build_bytes): Likewise.
4262 (skip_colonthing): Handle :32 suffix.
4263 (get_specific): Promote L_24 to L_32 if it makes a match.
4264 Don't always promote L_8 to L_16.
4265 (do_a_fix_imm): Clean up L_32 and L_24 handling.
4266
3d0afe12
JL
4267 * config/tc-h8300.c (Smode): New variable.
4268 (h8300hmode): Turn off Hmode.
4269 (h8300smode): New function. Turn on Smode and Hmode.
4270 (md_pseudo_table): New ".h8300s" pseudo-op.
4271 (parse_reg): Handle "exr" register.
4272 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
4273 Handle "mach" and "machl" operands for ldmac.
4274 (get_specific): Handle "stm.l" and "ldm.l".
4275 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
4276 * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
4277 (Smode): Declare.
4278
370181a2
C
4279Mon Jun 17 15:50:53 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4280
4281 * doc/as.texinfo: Reorder chapter of machine dependent options so
4282 that it is sorted by chip name.
4283
4284 * doc/as.texinfo: Use consistant spelling of Vax.
4285 * doc/c-vax.texi: Likewise.
4286
02d4dd87
JL
4287Mon Jun 17 11:26:56 1996 Jeffrey A. Law <law@rtl.cygnus.com>
4288
4289 * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
4290 pseudo ops.
4291 (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
4292 (md_apply_fix): Likewise.
4293 (pa_try): New function.
4294 (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
4295
b81231b7
JL
4296Sun Jun 16 22:57:47 1996 Jeffrey A. Law <law@rtl.cygnus.com>
4297
4298 * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.
4299 (pa_level): New function.
4300
fe8d0ff3
ILT
4301Fri Jun 14 20:06:44 1996 Ian Lance Taylor <ian@cygnus.com>
4302
4303 * listing.c (listing_newline): Don't do anything if listing is 0.
4304
4305Thu Jun 13 17:50:54 1996 Ian Lance Taylor <ian@cygnus.com>
4306
4307 * subsegs.c (section_symbol): If symbol_table_frozen is set, call
4308 symbol_create, not symbol_new.
4309
9bec2a42
ILT
4310Wed Jun 12 14:10:44 1996 Ian Lance Taylor <ian@cygnus.com>
4311
4312 * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
4313 absolute symbol unless TC_FORCE_RELOCATION returns true.
4314
4315 * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER
4316 version.
4317 (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of
4318 the symbol to a pointer. Don't set previous_file_symbol.
4319 Simplify symbol list rearrangement.
4320 (coff_frob_symbol): Don't do anything with C_FILE symbols.
4321 (coff_adjust_symtab): Don't check previous_file_symbol.
4322
c992cf9b
MM
4323Mon Jun 10 14:52:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4324
4325 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
4326 directive.
4327 (md_pseudo_table): Add ppc_elf_lcomm.
4328
1ba76615 4329Mon Jun 10 11:45:51 1996 Ian Lance Taylor <ian@cygnus.com>
92e61d31
ILT
4330
4331 * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
4332 d0{24:1},d0' works without an immediate prefix on the bit numbers.
4333 (md_begin): Add digits to alt_notend_table.
4334 (md_parse_option): Make s a const pointer.
1ba76615 4335
b91e85c2
ILT
4336 * config/tc-sparc.c (md_pseudo_table): Add "empty".
4337 (s_empty): New static function.
4338
e789e620
ILT
4339 * config/obj-coff.c (struct filename_list): Only define if not
4340 BFD_ASSEMBLER.
4341 (filename_list_head, filename_list_tail): Likewise.
4342 (c_section_symbol): Remove unused BFD_ASSEMBLER version.
4343 (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging
4344 flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should
4345 have a section of N_ABS rather than N_DEBUG. If we do a merge,
4346 remove the new symbol from the list.
4347 (obj_coff_endef, both versions): Call tag_insert even if there is
4348 an old symbol with the same name, if the old symbol does not
4349 happen to be a tag.
4350 (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of
4351 the SF_GET_DEBUG condition. Don't call SA_SET_SYM_ENDNDX with a
4352 symbol that will be moved to the end of the symbol list.
4353 (coff_adjust_section_syms): Always call section_symbol for .text,
4354 .data, and .bss.
4355 (coff_frob_section): Likewise. Also, remove unused variable
4356 strname.
4357
0670452e
ILT
4358 * config/tc-ns32k.c (convert_iif): Call frag_grow rather than
4359 manipulating frags directly.
4360 (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is
4361 defined.
4362
41822c41
ILT
4363 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
4364 whether the next character is '*' before checking whether we are
4365 at the start of a line. Permit LINE_COMMENT_START to start a
4366 comment in state 1 (seen some whitespace) as well, to match the
4367 documentation.
4368
1ba76615
ILT
4369 * gasp.c (do_align): Permit a fill value for .align.
4370
ed381b67
JW
4371Wed Jun 5 17:09:26 1996 Ian Lance Taylor <ian@cygnus.com>
4372
4373 * read.c (next_char_of_string): Warn if a newline is seen in the
4374 middle of a string. Call bump_line_counters when appropriate.
4375
4376Wed Jun 5 17:08:36 1996 Richard Henderson <rth@tamu.edu>
4377
4378 * symbols.c (colon): Use LOCAL_LABEL.
4379
2c7aeec6
TT
4380Tue Jun 4 10:55:16 1996 Tom Tromey <tromey@csk3.cygnus.com>
4381
4382 * Makefile.in (install): Don't check to see if tooldir exists.
4383 Make $(tooldir) and $(tooldir)/bin.
4384
527b8324
MM
4385Tue Jun 4 10:14:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4386
4387 * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
4388 default.
4389
3b426f5a
ILT
4390Mon Jun 3 11:34:41 1996 Ian Lance Taylor <ian@cygnus.com>
4391
4392 * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
4393 insn_error. Don't put the string "ERROR" in insn_error. Set
4394 insn_error rather than calling as_warn for an unsupported opcode.
4395
9c44af60
ILT
4396Sat Jun 1 21:51:55 1996 Ian Lance Taylor <ian@cygnus.com>
4397
4398 * config/tc-mips.c (md_parse_option): Check for a 64 bit format
4399 before permitting -64.
4400 * output-file.c (output_file_create): Remove duplicate
4401 bfd_perror.
4402
98bfd087
ILT
4403Fri May 31 01:08:06 1996 Ian Lance Taylor <ian@cygnus.com>
4404
87178180
ILT
4405 * config/tc-mips.c (md_begin): If -64, create a .MIPS.options
4406 section rather than a .reginfo section.
4407 (mips_elf_final_processing): If -64, write out 64 bit RegInfo
4408 information.
4409
98bfd087
ILT
4410 * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
4411 bit value with the high bit set.
4412
b95bee13
ILT
4413Thu May 30 19:00:19 1996 Ian Lance Taylor <ian@cygnus.com>
4414
4415 * read.c (s_lcomm): Set section flags for .sbss section.
4416
4417 * config/tc-mips.c (mips_64): New static variable.
4418 (mips_target_format): If mips_64, return elf64 targets rather than
4419 elf32 ones.
4420 (md_longopts): Add "32" and "64".
4421 (md_parse_option): Handle -32 and -64.
4422 (md_show_usage): Mention -32 and -64.
4423 (cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
4424 a 4 byte one.
4425
1facd5f0
MM
4426Thu May 30 10:36:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4427
98bfd087
ILT
4428 * config/tc-ppc.c (comment_chars): Make '!' a comment character
4429 for Solaris compatibility.
d0e1c803 4430
1facd5f0
MM
4431 * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
4432 .stabd with 4 arguments into a .stabn.
4433
a40aee38
ILT
4434Wed May 29 16:43:16 1996 Ian Lance Taylor <ian@cygnus.com>
4435
4436 * config/tc-mips.c (macro): When passing X_add_number to
4437 macro_build, cast it to int first.
4438
943bdfdc
ILT
4439Tue May 28 13:29:39 1996 Ian Lance Taylor <ian@cygnus.com>
4440
54388b85
ILT
4441 * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as
4442 created by emit_expr.
4443
943bdfdc
ILT
4444 * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call
4445 as_perror rather than assert.
4446
9b61d62b
ILT
4447Fri May 24 18:24:11 1996 Ian Lance Taylor <ian@cygnus.com>
4448
4449 * config/tc-mips.c (mips_ip): Mark sections created to hold
4450 floating point information as read only.
4451
e30c0076
MM
4452Fri May 24 12:07:54 1996 David Edelsohn <edelsohn@mhpcc.edu>
4453
4454 * config/tc-ppc.c (ppc_set_cpu): Change defaults to match AIX.
4455
63cafcef
MM
4456Thu May 23 17:34:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4457
adeab39b
MM
4458 * read.c (potable): Add .skip as a synonym for .space.
4459
63cafcef
MM
4460 * stabs.c (s_stab_generic): For PowerPC ELF, allow .stabd to take
4461 4 arguments, providing the 4th argument is 0, to allow
4462 compatibility with the Solaris assembler.
4463
4464Thu May 16 15:51:48 1996 Ian Lance Taylor <ian@cygnus.com>
4465
4466 * config/tc-sh.h (struct sh_segment_info_type): Define.
4467 (TC_SEGMENT_INFO_TYPE): Define.
4468 (sh_frob_label): Declare.
4469 (tc_frob_label): Define.
4470 (sh_flush_pending_output): Declare.
4471 (md_flush_pending_output): Define.
4472 * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
4473 reloc before the instruction if necessary.
4474 (sh_frob_label): New function.
4475 (sh_flush_pending_output): New function.
4476 (sh_coff_frob_file): Ignore ALIGN, CODE, DATA, and LABEL relocs
4477 when looking for the reloc for the target of .uses.
4478 (md_convert_frag): Fix printf format (%0xlx to 0x%lx).
4479 (sh_force_relocation): Force CODE, DATA, and LABEL relocs to be
4480 emitted.
4481 (md_apply_fix): Ignore CODE, DATA, and LABEL relocs.
4482 (sh_coff_reloc_mangle): Force CODE, DATA, and LABEL relocs to use
4483 the absolute symbol.
4484
4485 * subsegs.h (segment_info_type): Add tc_segment_info_data field if
4486 TC_SEGMENT_INFO_TYPE is defined.
4487
3ea36b53
ILT
4488Wed May 15 12:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
4489
4490 * config/tc-i386.c (md_assemble): Make sure the opcode suffix
4491 matches the register size.
4492
ecb9b1ca
JL
4493Wed May 15 08:33:37 1996 Jeffrey A Law (law@cygnus.com)
4494
4495 * config/obj-coff.c (count_entries_in_chain): Ignore Fixups with
4496 fx_done set.
4497 (do_relocs_for): Likewise.
4498 (fixup_segment): Don't just quit if linkrelax is set. Try to
4499 apply non pc-relative sym1-sym2 fixups, even if linkrelax is
4500 nonzero.
4501
f122568e
MM
4502Fri May 10 14:16:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4503
4504 * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section
4505 relative relocations with -mrelocatable. Also allow unfixed
4506 relocs in .ex_shared.
4507
6648d3ae
ILT
4508Tue May 7 11:24:10 1996 Ian Lance Taylor <ian@cygnus.com>
4509
4510 * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is
4511 non-zero before assuming this is a long file name.
4512 (w_strings): Likewise.
4513 (c_dot_file_symbol): Set FNAME_OFFSET to 1 for a long file name.
4514
4515 * config/obj-coff.c (w_strings): Move declaration of i inside
4516 #ifdef block which uses it.
4517
c47fc401
JL
4518Tue May 7 00:49:58 1996 Jeffrey A Law (law@cygnus.com)
4519
4520 * config/tc-h8300.c (do_a_fix_imm): Rename last argument to
4521 "relaxmode". Output relocs which identify various relaxing
4522 possibilities for mov.[bwl] instructions.
4523 (build_bytes): Pass in a relaxing mode to do_a_fix_imm.
4524
9ea82743
DE
4525Mon May 6 15:26:28 1996 Doug Evans <dje@canuck.cygnus.com>
4526
4527 * config/tc-arm.h (TC_HANDLES_FX_DONE): Define.
4528 (MD_APPLY_FIX3): Define.
4529 * config/tc-arm.c (my_get_expression): Only watch for bad segments
4530 if OBJ_AOUT.
4531 (md_apply_fix3): Renamed from md_apply_fix.
4532 If pcrel reloc and symbol is in different section, undo effects
4533 of md_pcrel_from.
4534
ab7db73b
JL
4535Sat May 4 12:49:35 1996 Jeffrey A Law (law@cygnus.com)
4536
4537 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust
4538 any reloc with an LR% or RR% field selector for SOM.
4539
c9324fcd
ILT
4540Sat May 4 11:26:19 1996 Ian Lance Taylor <ian@cygnus.com>
4541
4542 * Makefile.in: Add subsegs.h to appropriate TARG_CPU_DEP_*
4543 variables.
4544
d4d7d98c
ILT
4545Fri May 3 17:58:31 1996 Ian Lance Taylor <ian@cygnus.com>
4546
4547 * config/obj-coff.c (coff_frob_symbol): Don't merge a symbol with
4548 SF_GET_STATICS set.
4549 (yank_symbols): Likewise.
4550
8fe2ec52
ILT
4551Wed May 1 13:38:17 1996 Ian Lance Taylor <ian@cygnus.com>
4552
7681eb9d
ILT
4553 * subsegs.h (segment_info_type): If MANY_SEGMENTS and not
4554 BFD_ASSEMBLER, add name field.
ba97ba7e
ILT
4555 * config/obj-coff.c: Include "libiberty.h".
4556 (coff_header_append): Handle long section names.
7681eb9d
ILT
4557 (crawl_symbols): Just use the name field for the symbol name,
4558 without worrying about null byte termination.
4559 (w_strings): Handle long section names.
4560 (write_object_file): Likewise. Also, use the name field, rather
4561 than scnhdr.s_name.
4562 (obj_coff_add_segment): Permit long section names.
4563 (obj_coff_init_stab_section): Use the name field, rather than
4564 scnhdr.s_name.
4565 (adjust_stab_section): Likewise.
4566 * config/te-pe.h (COFF_LONG_SECTION_NAMES): Define.
4567
8fe2ec52
ILT
4568 * config/tc-i960.c (brtab_emit): Don't set fx_im_disp field.
4569 (mem_fmt): Likewise.
4570 (md_apply_fix): Don't check fx_im_disp field.
4571
556829bc
ILT
4572Thu Apr 25 11:39:51 1996 Ian Lance Taylor <ian@cygnus.com>
4573
f9e36fc6
ILT
4574 * configure.in: Add * after sparc*-*-vxworks.
4575 * configure: Rebuild.
4576
556829bc
ILT
4577 * app.c (do_scrub_begin): If tc_comment_chars is not defined,
4578 define it to comment_chars. Use tc_comment_chars rather than
4579 comment_chars.
4580 (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
4581 * config/tc-m68k.h (tc_comment_chars): Define.
4582 (m68k_comment_chars): Declare.
4583 * config/tc-m68k.c (m68k_comment_chars): Rename from
4584 comment_chars. Change into a pointer rather than an array.
4585 (md_longopts): Add "bitwise-or".
4586 (md_parse_option): Handle OPTION_BITWISE_OR.
4587 (md_show_usage): Mention --bitwise-or.
4588 * doc/c-m68k.texi: Document --bitwise-or.
4589
116bf30f
ILT
4590Wed Apr 24 11:28:38 1996 Ian Lance Taylor <ian@cygnus.com>
4591
912e4245
ILT
4592 * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
4593 in 68000 mode.
4594
116bf30f
ILT
4595 * config/obj-coff.c (obj_coff_section): BFD_ASSEMBLER version:
4596 call demand_empty_rest_of_line. Non BFD_ASSEMBLER version:
4597 correct handling of input line pointer, and call
4598 demand_empty_rest_of_line.
4599
58c9a12b
DE
4600Mon Apr 22 18:02:37 1996 Doug Evans <dje@blues.cygnus.com>
4601
4602 * config/tc-sparc.c (in_bitfield_range): New static function.
4603 (sparc_ip): New cases X,Y. Use SPARC_OPCODE_ARCH_V9_P.
4604 (md_apply_fix, cases BFD_RELOC_32_PCREL_S2,
4605 BFD_RELOC_SPARC_{WDISP16,WDISP19}): Fix undefined code.
4606 (md_apply_fix): New cases BFD_RELOC_SPARC_[56].
4607 (tc_gen_reloc): New cases BFD_RELOC_SPARC_[56].
4608
ff406bd3
ILT
4609Thu Apr 18 18:58:33 1996 Ian Lance Taylor <ian@cygnus.com>
4610
4611 * config/obj-coff.c: BFD_ASSEMBLER:
4612 (coff_last_bf): New static variable.
4613 (coff_frob_symbol): Set endndx of a .bf symbol.
4614 Non BFD_ASSEMBLER:
4615 (obj_coff_endef): Call SF_SET_PROCESS on a .bf symbol.
4616 (last_bfP): New static variable.
4617 (yank_symbols): Set endndx of a .bf symbol.
4618
47d12b2c
MM
4619Thu Apr 18 11:53:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4620
4621 * config/tc-ppc.c (md_parse_option): Add support for Solaris's -le
4622 and -s options. Add -be for good measure.
4623
3ce7f41a
ILT
4624Wed Apr 17 12:31:01 1996 Ian Lance Taylor <ian@cygnus.com>
4625
4626 * read.c (s_space): Support non-constant fill value. Handle fill
4627 value correctly for a size other than 1.
4628
865447db
DE
4629Tue Apr 16 15:17:40 1996 Doug Evans <dje@canuck.cygnus.com>
4630
4631 * config/tc-arm.c (my_get_float_expression): Update call to
4632 gen_to_words, X_PRECISION changed from 6 to 5.
4633
159e6ef8
MM
4634Tue Apr 16 10:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4635
4636 * config/tc-ppc.c (register_name,reg_name_search): Move register
4637 name lookup from PE specific code to all targets. Add support for
4638 -mregnames/-mno-regnames to control whether register names are
4639 expanded or not.
4640 (md_assemble): Call register_name for all platforms.
4641 (md_parse_option): Add support for -mregnames/-mno-regnames.
4642
4643 * configure.in (powerpcle*-*-solaris): Add support.
4644 (powerpc*-*-linux): Ditto.
4645 * configure: Regenerate.
4646
4647 * config/ppc-sol.mt: New config file for PowerPC Solaris.
4648
7a15a226
ILT
4649Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
4650
aa9e2dbe
ILT
4651 * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
4652 be associated with a single %lo reloc.
4653
7a15a226
ILT
4654 * config/tc-mips.c (load_address): Cast X_add_number to valueT
4655 before comparing against MAX_GPREL_OFFSET, so that negative
4656 numbers are handled correctly.
4657 (macro): Likewise.
4658
65feb78d
ILT
4659Thu Apr 11 12:39:02 1996 Ian Lance Taylor <ian@cygnus.com>
4660
ed94c2b8
ILT
4661 * config/tc-sparc.c (last_insn): New static variable.
4662 (md_assemble): Warn about putting floating point branches in a
4663 delay slot. If architecture is less than v9, insert NOP
4664 instructions between floating point instructions and floating
4665 point branches. (The SunOS assembler does both these operations.)
4666 Save the last instruction opcode.
4667 (sparc_ip): Add pinsn parameter. Change caller.
4668
65feb78d
ILT
4669 * config/tc-m68k.c (md_estimate_size_before_relax): Correct check
4670 for byte jump to next instruction to skip empty frags.
4671
456c301f
ILT
4672Wed Apr 10 16:48:12 1996 Ian Lance Taylor <ian@cygnus.com>
4673
4674 * config/tc-alpha.c (alpha_ip): If we are going to call emit_add64
4675 for addq with a 16 bit signed value, just emit a lda instruction
4676 instead.
4677
b3ed89e8
JL
4678Wed Apr 10 14:34:49 1996 Jeffrey A Law (law@cygnus.com)
4679
4680 * config/tc-h8300.c (do_a_fix_imm): Don't cut off high bits
4681 of a 32bit operand.
4682
b4cb4ea2
ILT
4683Mon Apr 8 14:42:53 1996 Ian Lance Taylor <ian@cygnus.com>
4684
4685 * configure.in: Permit --enable-shared to specify a list of
4686 directories.
4687 * configure: Rebuild.
4688
dcb195f8
JL
4689Fri Apr 5 17:01:35 1996 Jeffrey A Law (law@cygnus.com)
4690
4691 * config/tc-h8300.c (get_specific): Remove some #if 0 code.
4692 (build_bytes): Remove all ABSMOV related code; it's unnecessary.
4693
13e4a17e
ILT
4694Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4695
4696 * config/atof-ieee.c: Fix handling of denormalized extended
4697 precision numbers and overflow/underflow detection.
4698 (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to
4699 not include the 16 bit gap in the m68k extended precision format.
4700
2ae5f50b
ILT
4701Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
4702
4703 * configure.in: Add i386-*-freebsdelf* target; from John Polstra
4704 <jdp@polstra.com>.
4705 * configure: Rebuild.
4706
54ea771f
JSC
4707Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
4708
4709 * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
4710 be accessed using the $gp register.
4711 * config/tc-mips.h (MAX_GPREL_OFFSET): Added.
4712
65b12103
DE
4713Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com>
4714
4715 * config/tc-sparc.c (sparc_md_end): Set bfd machine number to
4716 bfd_mach_sparc_sparclet if current_architecture is sparclet.
4717
2271578d
ILT
4718Mon Apr 1 16:55:44 1996 Ian Lance Taylor <ian@cygnus.com>
4719
4720 * read.c (get_line_sb): Bump line counters based on
4721 input_line_pointer[-1], not *input_line_pointer. Don't bother to
4722 call LISTING_NEWLINE.
4723 (s_macro): Don't call demand_empty_rest_of_line.
4724 * app.c (do_scrub_chars): When handling C style comments, unget
4725 ch2 rather than ch.
4726
7d3741ed
ILT
4727Fri Mar 29 16:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
4728
4729 * read.h (enum linkonce_type): Define.
4730 (s_linkonce): Declare.
4731 * read.c (potable): Add "linkonce".
4732 (s_linkonce): New function.
4733 * subsegs.h (segment_info_type): Add linkonce field to
4734 MANY_SEGMENTS && ! BFD_ASSEMBLER section.
4735 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
4736 (obj_coff_pe_handle_link_once): Declare if TE_PE.
4737 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
4738 "coff/pe.h".
4739 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
4740 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
4741 entry based on the linkonce field in segment_info.
4742 * doc/as.texinfo: Document .linkonce.
4743
0c203340
C
4744Fri Mar 29 11:31:27 1996 J.T. Conklin (jtc@lisa.cygnus.com)
4745
4746 * doc/as.1: Changed to be recognized by catman -w on Solaris.
4747
867a58b3
ILT
4748Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com>
4749
3197da91
ILT
4750 * stabs.c (s_stab_generic): Call the listing functions before
4751 doing the rest of the processing, which may involve freeing the
4752 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
4753 SEPARATE_STAB_SECTIONS case.
4754
3c071b9f
ILT
4755 * config/tc-hppa.c: Remove nested comment.
4756 (tc_gen_reloc): Move label done inside the ifdef in which it is
4757 used.
4758 (md_apply_fix): Pass pointers to correct types to libhppa.h
4759 functions. Always return a value.
4760
867a58b3
ILT
4761 * config/tc-mips.h (tc_frob_file): Define.
4762 (mips_frob_file): Declare.
4763 * config/tc-mips.c (struct mips_hi_fixup): Define.
4764 (mips_hi_fixup_list): New static variable.
4765 (imm_unmatched_hi): New static variable.
4766 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
4767 offset_reloc. Pass imm_unmatched_hi to append_insn.
4768 (append_insn): Add unmatched_hi parameter. If it is set, add the
4769 new fixup to mips_hi_fixup_list. Change all callers.
4770 (mips_ip): Set imm_unmatched_hi when appropriate.
4771 (mips_frob_file): New function.
4772
d0352cbb
DE
4773Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com>
4774
4775 * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
4776 * configure: Regenerated.
4777
4f74c042
ILT
4778Tue Mar 26 18:19:12 1996 Ian Lance Taylor <ian@cygnus.com>
4779
4780 * as.c (main): Call bfd_set_error_program_name.
4781
5ba7c0be
ILT
4782Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com>
4783
c7a89bde
ILT
4784 * as.h (strdup): Don't declare.
4785 * stabs.c: Include libiberty.h
4786 (get_stab_string_offset): Use xstrdup rather than strdup.
4787 (s_stab_generic): Likewise.
4788 * as.c (parse_args): Likewise.
4789 * read.c (s_mri_sect): Likewise.
4790
5ba7c0be
ILT
4791 * gasp.c (change_base): Recognize \(...) construct documented to
4792 pass through enclosed characters literally through to the output.
4793 (process_assigns): Likewise. Also, be more careful to avoid
4794 looking past the end of the buffer.
4795
4796Thu Mar 21 13:18:43 1996 Ian Lance Taylor <ian@cygnus.com>
4797
4798 * config/tc-i386.c (md_parse_option): If OBJ_ELF, ignore -k for
4799 FreeBSD compatibility. From John Polstra <jdp@polstra.com>.
4800
d1f38e13
ILT
4801Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4802
4803 * doc/as.texinfo, doc/c-i960.texi: Fix typos.
4804
649d87fe
ILT
4805Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
4806
4807 * config/alpha-opcode.h: Added cvtst instruction.
4808
975def01
ILT
4809Mon Mar 18 13:12:46 1996 Ian Lance Taylor <ian@cygnus.com>
4810
4811 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab
4812 string. Extract the addend from the result of expression.
4813
fde6018a
ILT
4814Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com>
4815
4816 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
4817 LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
4818 mode, change the state to 3 rather than 1.
4819
ee0f488d
ILT
4820Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
4821
4822 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to
4823 correspond to 11 March change.
4824
9da28504
JL
4825Thu Mar 14 15:27:10 1996 Jeffrey A Law (law@cygnus.com)
4826
4827 * config/tc-h8300.c (build_bytes, MEMIND case): Generate
4828 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
4829
ea2488ad
ILT
4830Tue Mar 12 12:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
4831
4832 * configure: Rebuild with autoconf 2.8.
4833
8fee8bf3
ILT
4834Mon Mar 11 18:57:12 1996 Ian Lance Taylor <ian@cygnus.com>
4835
4836 * config/atof-ieee.c (gen_to_words): Improve handling of
4837 X_PRECISION numbers. Based on patches from Andreas Schwab
4838 <schwab@issan.informatik.uni-dortmund.de>.
4839
a31c2bc7
SC
4840Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
4841
4842 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
4843 (SEG_LAST): New.
4844 * subsegs.c (MANY_SEGMENTS): Increase segment limit.
4845 * obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
4846 (do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
4847 crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
4848 SEG_E9.
4849
4850Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
4851
4852 * config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
4853
73578b1e
JL
4854Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
4855
4856 * config/tc-hppa.c (SUBSEG_MILLI): Define.
4857 (pa_def_subspaces): Add $MILLICODE$.
4858 (pa_spaces_begin): Set section flags for $MILLICODE$.
4859
0c27542f
ILT
4860Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
4861
6b8ed20d
ILT
4862 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
4863 not SHT_NOBITS. Don't tamper with flags based on type if a
4864 special section was found (revert Feb 29 change).
4865
0c27542f
ILT
4866 * config/tc-sh.c (sh_do_align): Only align using the nop pattern
4867 if aligning to a longword boundary or greater.
4868
6a413d6f
JW
4869Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
4870
4871 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
4872
4b295517
SC
4873Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
4874
4875 * configure.in (i386-*-cygwin32): Don't use bfd_gas.
4876 * configure: Regenerated.
4877
eff5fcda
JL
4878Mon Mar 4 10:13:06 1996 Jeffrey A Law (law@cygnus.com)
4879
421e2c27
JL
4880 * config/tc-hppa.c: Add default definitions for R_N0SEL and
4881 R_N1SEL since they're not defined for old versions of hpux.
4882
eff5fcda
JL
4883 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
4884 Set "sym_ptr_ptr" and "addend" fields to dummy values for
4885 R_N0SEL and R_N1SEL.
4886
bb1013d9
ILT
4887Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4888
d197a7ab
ILT
4889 * flonum-konst.c: Add two more constants for 1e+-2048 and
4890 1e+-4096, and correct the other constants.
4891
bb1013d9
ILT
4892 * symbols.c (resolve_symbol_value): Handle O_logical_not.
4893
30510276
MM
4894Thu Feb 29 13:58:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4895
4896 * config/obj-elf.c (obj_elf_section): Allow predefined section
0d8405e8 4897 types to set the nobits type. Avoid a shadowed declaration.
30510276 4898
75c90d61
JL
4899Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
4900
24b216e1
JL
4901 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
4902 reduce relocs using e_nlrsel field selectors.
4903
75c90d61
JL
4904 * write.c (fix_new_exp): Don't use #elif. Some compilers
4905 don't handle it.
83b59013
JL
4906
4907 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to
4908 the selector table.
4909 (pa_chk_field_selector): Handle new field selectors for SOM.
4910
535cfd0f
ILT
4911Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4912
4913 * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets.
4914 * configure: Rebuild.
4915 * config/te-linux.h (LOCAL_LABELS_FB): Define.
4916 * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to
4917 "a.out-m68k-linux".
4918 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX
4919 is defined.
4920
d214421e
SS
4921Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
4922
4923 * mpw-make.sed: Update to handle shared library support.
4924
110b814d
DE
4925Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
4926
4927 * config/tc-sparc.c (sparc_ip): Print all architectures that support
4928 the insn on mismatch.
4929
805e36ab
RS
4930Fri Feb 23 21:44:39 1996 Rob Savoye <rob@chinadoll.cygnus.com>
4931
4932 * configure.in: Add support for a29-coff.
4933 * configure: Rebuild.
4934
e41ab2a6
ILT
4935Thu Feb 22 16:39:43 1996 Ian Lance Taylor <ian@cygnus.com>
4936
101a2346
ILT
4937 * config/tc-sh.c (sh_coff_frob_file): Don't consider the address
4938 of the section when looking for the R_SH_USES fixup, because the
4939 frag addresses have not yet been adjusted.
4940
940c413f
ILT
4941 * gdbinit.in: Set a breakpoint on as_warn_where.
4942
e41ab2a6
ILT
4943 * config/tc-mips.c (macro): Add missing arguments to macro_build
4944 omitted in last change. From Jim Wilson <wilson@cygnus.com>.
4945
c6016ce2
ILT
4946Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com>
4947
4948 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
4949 if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
4950
b32fbe07
DE
4951Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com>
4952
4953 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.
4954
2e5e6879
DE
4955Tue Feb 20 21:48:03 1996 Doug Evans <dje@charmed.cygnus.com>
4956
4957 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.
4958 (sparc_ip): Accept %asr[1..31] for v8 and %asr[%16..31] for v9.
4959 Recognize [uU] format args as sparclet cpregs.
4960
8a2e1fdd
ILT
4961Tue Feb 20 22:25:55 1996 Ian Lance Taylor <ian@cygnus.com>
4962
4963 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
4964 in bss_section.
4965
21965655
ILT
4966Mon Feb 19 14:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
4967
4968 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
4969 well as S_IS_EXTERNAL.
4970 (tc_fix_adjustable): Likewise.
4971 * config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
4972 S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
4973 early.
4974 (tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
4975 deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
4976
d8b42b96
DE
4977Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com>
4978
4979 * config/tc-sparc.c (max_architecture): Change to sparclite for
4980 32 bit arch.
4981 (default_compatible): Delete.
4982 (sparc_ffs): New function.
4983 (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
4984 (sparc_ip): Rewrite architecture match and bump logic.
4985
7925f4d4
ILT
4986Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com>
4987
4988 * configure.in: Check for 'do not mix' from native linker before
4989 trying to use -rpath.
4990 * configure: Rebuild.
4991
ef2074c2
ILT
4992Fri Feb 16 16:53:31 1996 Ian Lance Taylor <ian@cygnus.com>
4993
4994 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
4995 (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
4996 (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
4997 * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
4998 is set.
4999 (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
5000 to the symbol lnnoptr field, to get the correct file offset.
5001
28910c57
MM
5002Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5003
5004 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
5005 symbols that are not function, file, or section symbols to be
5006 object types.
5007
7c2fadd1
ILT
5008Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
5009
1a2f3c3f
ILT
5010 * configure: Set and substitute RPATH_ENVVAR.
5011 * configure: Rebuild.
5012 * Makefile.in (RPATH_ENVVAR): New variable.
5013 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
5014
7c2fadd1
ILT
5015 * configure.in: Accept i686. From H.J. Lu <hjl@zoom.com>: i386
5016 doesn't need opcodes. If configuring shared, opcodes needs bfd.
5017 * configure: Rebuild.
5018
8a6f53e9
ILT
5019Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
5020
5021 * read.c (s_mri_sect): Don't return '\0' in type. Set all
5022 appropriate flags in BFD section.
5023
5024 * configure.in (m68k-*-psos*): New target.
5025 * configure: Rebuild.
5026 * config/te-psos.h: New file.
5027 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
5028 is defined.
5029
fb251650
ILT
5030Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com>
5031
ae09d880
ILT
5032 From Alan Modra <alan@spri.levels.unisa.edu.au>:
5033 * configure.in: Remove duplicate setting of cpu_type. Check
5034 whether opcodes library is required for on all targets, not just
5035 primary one.
5036 * configure: Rebuild.
5037
fb251650
ILT
5038 * config/tc-mips.c (mips_big_got): New static variable.
5039 (s_extern): Don't declare.
5040 (reg_needs_delay): New static function.
5041 (macro_build): Permit GOT/CALL_HI/LO relocs.
5042 (macro_build_lui): If place is not NULL, use the number in the
5043 expression.
5044 (load_address): Handle mips_big_got case.
5045 (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
5046 store macros.
5047 (OPTION_XGOT): Define.
5048 (md_longopts): Add "xgot" if OBJ_ELF.
5049 (md_parse_option): Handle -xgot.
5050 (md_show_usage): Mention -xgot.
5051 (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
5052 (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
5053
d9396c16
ILT
5054Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5055
5056 * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
5057 the byte relocation, point it to the low byte of the word.
5058
56f9773f
ILT
5059Tue Feb 13 15:31:18 1996 Ian Lance Taylor <ian@cygnus.com>
5060
5061 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
5062 * configure: Rebuild.
5063
63e4edb5
DE
5064Mon Feb 12 15:53:46 1996 Doug Evans <dje@charmed.cygnus.com>
5065
5066 * configure.in: Recognize any sparc* cpu.
5067 * configure: Regenerated.
5068
15ed5f2c
ILT
5069Mon Feb 12 15:41:21 1996 Ian Lance Taylor <ian@cygnus.com>
5070
20710f1c
ILT
5071 * read.c (potable): Add "mri" and ".mri".
5072 (s_mri): New function.
5073 * read.h (s_mri): Declare.
5074 * app.c (scrub_m68k_mri): New static variable.
5075 (mri_pseudo): New static variable.
5076 (do_scrub_begin): Add m68k_mri parameter. Use it rather than
5077 flag_m68k_mri. Initialize scrub_m68k_mri.
5078 (mri_state, mri_last_ch): New static variables.
5079 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
5080 fields.
5081 (app_push): Save new fields.
5082 (app_pop): Restore new fields.
5083 (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
5084 If TC_M68K, use a trivial state machine to look for occurrences of
5085 the .mri pseudo-op, and change the mode appropriately.
5086 * as.h (do_scrub_begin): Update prototype.
5087 * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
5088 do_scrub_begin.
5089 * config/tc-m68k.c (reg_prefix_optional_seen): New static
5090 variable.
5091 (m68k_mri_mode_change): New function.
5092 (md_parse_option): Set reg_prefix_optional_seen.
5093 * config/tc-m68k.h (m68k_mri_mode_change): Declare.
5094 (MRI_MODE_CHANGE): Define.
5095 * doc/as.texinfo: Document .mri pseudo-op.
5096
15ed5f2c
ILT
5097 * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
5098 comment character.
5099
a043f579
ILT
5100Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5101
5102 Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
5103 * config/m68k-parse.h (enum pic_relocation): Define.
5104 (struct m68k_exp): Add pic_reloc field.
5105 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
5106 (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
5107 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
5108 otherwise.
5109 * config/tc-m68k.c: Delete definition of NO_RELOC.
5110 (struct m68k_it): Add pic_reloc field.
5111 (add_fix): Copy over pic_reloc field.
5112 (md_pseudo_table): Interpret .align parameter as byte count.
5113 (mote_pseudo_table): Likewise.
5114 (tc_m68k_fix_adjustable): New function.
5115 (get_reloc_code): New function.
5116 (md_assemble): Use it as last argument to fix_new_exp.
5117 (md_apply_fix_2): For a relocation against a symbol don't put the
5118 addend into the data.
5119 (tc_gen_reloc): Different addend computation for OBJ_ELF.
5120 (m68k_ip): Don't relax an operand that requires pic relocation.
5121 (md_begin): Align .text, .data and .bss on 4 byte boundary by
5122 default.
5123 * write.c (fixup_segment): Don't add symbol value to addend if
5124 TC_M68K and OBJ_ELF.
5125 * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
5126 (motorola_operand): Add rule for `(zapc, EXPR)'.
5127
6ca1156d
ILT
5128Mon Feb 12 10:07:33 1996 David Mosberger-Tang <davidm@azstarnet.com>
5129
5130 * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
5131 *really* is permissible before the comma.
5132
fcee3e24
ILT
5133Mon Feb 12 00:12:13 1996 Ian Lance Taylor <ian@cygnus.com>
5134
5135 * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
5136 inserting nop instructions.
5137
3e1c964d
ILT
5138Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
5139
5140 * config/te-aux.h: Change include of aux.h to aux-coff.h.
5141
4080c270
ILT
5142Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
5143
d782e3cc
ILT
5144 * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
5145 class setting for a CALLNAME symbol in COFF.
5146
4080c270
ILT
5147 * read.c (potable): Pass negative numbers for new .balign[wl] and
5148 .p2align[wl] pseudo-ops.
5149 (s_align_bytes): Treat a negative argument as specifying the fill
5150 length.
5151 (s_align_ptwo): Likewise.
5152
1c9dbb83
ILT
5153Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
5154
71dd3c40
ILT
5155 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
5156 (do_align): Take new len parameter. Change all callers. Pass it
5157 to md_do_align.
5158 (s_align_bytes): Arg now indicates the length of the fill pattern.
5159 (s_align_ptwo): Likewise.
5160 * config/obj-coff.c (write_object_file): Pass length to
5161 md_do_align.
5162 * config/tc-i386.h (md_do_align): Take new len parameter.
5163 * config/tc-m88k.h (md_do_align): Likewise.
5164 * config/tc-m88k.c (m88k_do_align): Likewise.
5165 * config/tc-sh.h (md_do_align): Likewise.
5166 * config/tc-sh.c (sh_do_align): Likewise.
5167 * doc/as.texinfo: Document new pseudo-ops.
5168
5169 * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
5170 done in cvt_frag_to_fill.
5171
9addcbb1
ILT
5172 * config/tc-sh.h (sh_do_align): Declare.
5173 (md_do_align): Define.
5174 * config/tc-sh.c (sh_do_align): New function.
5175
c15ea23a
ILT
5176 * ecoff.c (ecoff_build_lineno): Don't try to store the address
5177 difference if the next address is before the current one.
5178
9e64486e
ILT
5179 * config/tc-m68k.c (struct m68k_cpu): Add alias field.
5180 (archs): Initialize new field.
5181 (m68k_ip): Don't list alias names when listing CPUs which support
5182 an instruction.
5183
5184 * as.c (main): Call parse_args before read_begin.
5185 * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
5186 front of generated pseudo-ops.
5187 * read.c (potable): Ignore "name".
5188 (s_app_file): Permit a single quote after the string, since one
5189 may appear in m68k MRI mode.
5190
1c9dbb83
ILT
5191 * configure.in: Check for --enable-shared. If linking against
5192 shared BFD and opcodes, fix library name on SunOS, and try to set
5193 -rpath reasonably.
5194 * configure: Rebuild.
5195
5196Tue Feb 6 15:16:17 1996 Ian Lance Taylor <ian@cygnus.com>
5197
5198 * as.h (flag_m68k_mri): Declare.
5199 * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
5200 * Many files: For MRI syntax that is specific to the m68k MRI
5201 assembler, check flag_m68k_mri rather than flag_mri or
5202 MRI_MODE_NEEDS_PSEUDO_DOT.
5203
dd1d79e8
ILT
5204Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com>
5205
f9e90c2e
ILT
5206 * config/tc-i960.c (ARCH_HX): Define.
5207 (arch_tab): Add HX.
5208 (targ_has_sfr): Handle ARCH_HX.
5209 (targ_has_iclass): Handle ARCH_HX.
5210 (tc_coff_fix2rtype): Add return 0 to avoid warning.
5211 (tc_headers_hook): If the architecture was specified explicitly,
5212 use it when setting the flags. Set the extern variable coff_flags
5213 rather than headers->filehdr.f_flags, since the latter is set
5214 unconditionally in obj-coff.c.
5215 (i960_handle_align): Remove unused variable fixp.
5216
dd1d79e8
ILT
5217 Support for building bfd and opcodes as shared libraries, based on
5218 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
5219 * configure.in: Set OPCODES and BFD to search directories.
5220 Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
5221 * configure: Rebuild.
5222 * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
5223 (LIBDEPS): New variable.
5224 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
5225 $(HLDFLAGS) in link.
5226 (check): Set LD_LIBRARY_PATH in the environment.
5227
5228Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
5229
5230 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
5231 .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
5232 read-only, not read/write.
5233
e277d131
ILT
5234Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
5235
5236 * Makefile.in (INSTALL_XFORM): Remove -e.
5237
e24cf2b5
ILT
5238Fri Feb 2 12:32:15 1996 Ian Lance Taylor <ian@cygnus.com>
5239
5240 * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
5241 than comparing S_GET_SEGMENT to undefined_section.
5242 (write_object_file): Skip symbols which were equated to an
5243 undefined or common symbol.
5244 * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
5245 S_IS_COMMON rather than comparing S_GET_SEGMENT to
5246 undefined_section.
5247 (S_GET_VALUE): Likewise. Avoid recursion problems if S_IS_DEFINED
5248 or S_IS_COMMON call S_GET_VALUE.
5249 * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
5250 * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
5251 to an undefined or common symbol, convert the reloc to be against
5252 the target symbol.
5253 (obj_crawl_symbol_chain): Skip symbols which were equated to an
5254 undefined or common symbol.
5255 * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
5256 * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
5257 to an undefined or common symbol, convert the reloc to be against
5258 the target symbol.
5259 (obj_crawl_symbol_chain): Skip symbols which were equated to an
5260 undefined or common symbol.
5261 * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
5262 S_IS_COMMON rather than comparing S_GET_SEGMENT to
5263 undefined_section.
5264 (yank_symbols): Skip symbols which were equated to an undefined or
5265 common symbol.
5266
4d9e33e4
ILT
5267Thu Feb 1 15:34:32 1996 Ian Lance Taylor <ian@cygnus.com>
5268
9e396994
ILT
5269 * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
5270 * config/obj-bout.h (S_IS_LOCAL): Likewise.
5271
4d9e33e4
ILT
5272 * configure.in: Make sure we only add m68k-parse.o to
5273 ${extra_objects} once, no matter how many m68k targets have been
5274 enabled.
5275 * configure: Rebuild.
5276
0ff513d9
SC
5277Wed Jan 31 18:31:46 1996 Steve Chamberlain <sac@slash.cygnus.com>
5278
5279 * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
5280 * configure: Rebuild.
5281
66b935da
ILT
5282Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
5283
c174fb5c
ILT
5284 * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
5285 * doc/c-m68k.texi: Document .extend and .ldouble.
5286
66b935da
ILT
5287 * configure.in (m68*-apple-aux*): New target.
5288 * config/te-aux.h: New file.
5289 * config/obj-coff.c (compare_external_relocs): New static function
5290 if TE_AUX.
5291 (do_relocs_for): Sort relocs if TE_AUX.
5292 (fixup_segment): If TE_AUX, store common symbol value in segment.
5293 * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
5294
30c2a08e
ILT
5295Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com>
5296
9e396994 5297 * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
615c0a79 5298
30c2a08e
ILT
5299 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
5300 BSF_FUNCTION.
5301 (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
5302 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
5303 symbol.
5304 * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
5305 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
5306 an undefined symbol and the size of a function symbol.
5307 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
5308 for all common symbols.
5309
0e6f2f82
KR
5310Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com>
5311
5312 * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
5313 scaling of index.
5314
5315 * expr.c (operand): Accept 0x hex constants in MRI mode if not on
5316 m68k.
5317
8e3ff081
ILT
5318Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com>
5319
3e78d072
ILT
5320 * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
5321 of object. From Ronald F. Guilmette <rfg@monkeys.com>.
5322
8e3ff081
ILT
5323 * ecoff.c (localsym_t): Add addend field.
5324 (add_ecoff_symbol): Add addend argument. Change all callers.
5325 (coff_sym_value): Make static.
5326 (coff_sym_addend): New static variable.
5327 (ecoff_directive_def): Initialize coff_sym_addend.
5328 (ecoff_directive_val): Accept symbol + constant.
5329 (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
5330 (ecoff_build_symbols): Include the addend in the symbol value.
5331
79edc846
KK
5332Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
5333
5334 * config/tc-ppc.c (md_assemble): Ignore overflow on
5335 BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
5336
5337Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5338
5339 * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
5340 bytes in size, so offset appropriately in big endian mode when
5341 writing the bottom 2 bytes.
5342
6cbc4e35
DE
5343Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
5344
5345 * config/tc-sparc.c (default_compatible): New static local.
5346 (md_begin): Initialize it. Rewrite warn_on_bump handling.
5347 (sparc_ip): If no architecture or -bump specified, don't mark as
5348 mismatched those in default_compatible.
5349
4fe0fddd
ILT
5350Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
5351
5352 SCO ELF support from Robert Lipe <robertl@arnet.com>:
5353 * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
5354 * configure: Rebuild.
5355 * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
5356 * config/tc-i386.c (sco_id): New function, if SCO_ELF.
5357 * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
5358 (sco_id): Declare if SCO_ELF.
5359
e70ad5d5
DE
5360Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
5361
5362 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
5363 ({max,warn_after}_architecture): New static locals.
5364 (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
5365 If both architecture and -bump requested, set max_architecture to max.
5366 (sparc_md_end): Simplify.
5367 (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
5368 Rewrite code to bump architecture and check for conflicts.
5369 (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
5370 with Solaris assembler.
5371 (md_parse_option): Likewise. Call sparc_opcode_lookup_arch.
5372 (md_show_usage): Update.
5373
a8248831
DE
5374Wed Jan 24 22:11:03 1996 Doug Evans <dje@charmed.cygnus.com>
5375
5376 * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
5377
6df07e7f
DE
5378Mon Jan 22 09:21:36 1996 Doug Evans <dje@charmed.cygnus.com>
5379
5380 * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
5381 #ifdef sparcv9 when choosing value.
5382 (ENV64): Delete.
5383 (md_end): Define.
5384 (sparc_md_end): Declare.
5385 * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
5386 (initial_architecture): New static local.
5387 (can_bump_v9_p): Likewise.
5388 (NO_V9): Delete all occurrences.
5389 (sparc_md_end): New function.
5390 (sparc_ip): New local v9_arg_p. Rework fp reg number test.
5391 Don't bump architecture to v9 unless can_bump_v9_p set.
5392 (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
5393 * configure.in (sparc64 target cpu): Don't set obj_format here.
5394 (SPARC_V9): Renamed from sparcv9.
5395 (sparc64-*-elf*): Define SPARC_ARCH64.
5396 * configure: Regenerated.
5397 * acconfig.h (SPARC_V9): Renamed from sparcv9.
5398 (SPARC_ARCH64): Add.
7fcb3191 5399 * conf.in: Regenerated.
6df07e7f
DE
5400 * config/vmsconf.h: Update.
5401
c9c7c1d7
JSC
5402Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
5403
5404 * config/tc-mips.c (load_register): Optimise "dli" loads.
5405 (md_show_usage): add "-mcpu=vr4100" to help text.
16ce20d4 5406
07ce72c9
ILT
5407Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
5408
16ce20d4
ILT
5409 * symbols.c (resolve_symbol_value): If a symbol is equated to an
5410 undefined symbol, preserve the X_op of O_symbol.
5411 (S_GET_VALUE): Fix check to permit this case.
5412 * write.c (write_relocs): If a reloc is against an undefined
5413 symbol equated to another symbol, change the reloc to be against
5414 the latter symbol.
5415 * config/obj-coff.c (do_relocs_for): Likewise.
5416
07ce72c9
ILT
5417 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
5418 XMC_PR.
5419
d971d39e
MM
5420Mon Jan 22 10:59:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5421
5422 * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
5423 computer is PowerPC.
5424
5425 * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
5426
5427 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
5428 mentioned in the eabi.
5429
0291f0f5
KK
5430Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
5431
5432 * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
5433 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
5434
c682be53
MM
5435Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5436
5437 * config/tc-ppc.c (mapping): Add more relocation suffixes.
5438
ee4fdbb9
MM
5439Sun Jan 14 21:29:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5440
5441 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
5442 as a section it is ok to have unadorned -mrelocatable pointers in.
5443
5444Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
747b98fe
MM
5445
5446 * config/tc-ppc.c (ppc_section*): Wrap these functions inside
5447 #ifdef OBJ_ELF.
5448
f99d287b
MM
5449Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5450
5451 * config/obj-elf.c (obj_elf_section): Add hooks so machine
5452 dependent section attributes can be handled.
5453
5454 * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
5455 macros to add support for exclude section flag and ordered section
5456 type.
5457
5458 * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
5459 functions to add support for exclude section flag and ordered
5460 section type.
5461
347a705b
ILT
5462Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
5463
2a4e49a9
ILT
5464 * subsegs.c (section_symbol): Don't try to look up the section
5465 symbol in the hash table. It should be possible to have a symbol
5466 with the same name as a section, but no connection to it.
5467
d9f4dec1
ILT
5468 * read.c (cons_worker): Only call mri_comment_end from flag_mri.
5469 From James Carlson <carlson@xylogics.com>.
5470
347a705b
ILT
5471 * expr.c (operand): Skip whitespace after a close parenthesis.
5472 From James Carlson <carlson@xylogics.com>.
5473
10c8c95e
JW
5474Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com>
5475
5476 * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
5477 as_warn_where for relocation overflow.
347a705b
ILT
5478 (parse_reg): Accept register name only if next character is
5479 not alphanumeric.
10c8c95e 5480
cb844314
JL
5481Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
5482
5483 * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
5484 addresses for static variables.
5485
36cb0e7c
MM
5486Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5487
5488 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
5489 and xgot give the old toc16 relocation.
5490 (md_apply_fix3): Support all GOT relocations.
5491
5e69b693
ILT
5492Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
5493
5494 * config/tc-mips.c (load_address): Correctly handle a constant in
5495 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
5496
29861dd0
C
5497Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5498
5499 * config/tc-sh.c (parse_reg): Recognize SH3 registers.
5500 (get_specific): Handle A_SSR, A_SPC and A_REG_B.
5501 (build_Mbytes): Handle REG_B.
5502
432b8fa8
ILT
5503Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com>
5504
5505 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
5506
ee68a042
RJ
5507Fri Dec 15 12:11:48 1995 Raymond Jou <rjou@mexican.cygnus.com>
5508
5509 * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
5510
b14630f2
ILT
5511Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
5512
5513 * config/obj-coff.c (write_object_file): Set the s_align field to
5514 the number of bytes, rather than to the power of 2.
5515
4a3d48fc
ILT
5516Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
5517
5518 * Makefile.in (DISTCLEAN_HERE): New variable.
5519 (distclean): Use it.
5520 (maintainer-clean): Depend upon clean-here rather than clean,
5521 distclean, and clean-info. Run make maintainer-clean in doc.
5522 Remove files listed in DISTCLEAN_HERE.
5523 * doc/Makefile.in (maintainer-clean realclean): Split out from
5524 distclean. Depend upon clean-info and distclean.
5525
7e5e83cf
SS
5526Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
5527
5528 * mac-as.r: Fix copyright and version strings.
5529 (cfrg): Use PROG_NAME instead of literal name.
5530
1b10f50d
ILT
5531Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
5532
5533 * read.c (read_a_source_file): If tc_unrecognized_line is defined,
5534 call it.
5535 * config/tc-a29k.h (tc_unrecognized_line): Define.
5536 * config/tc-a29k.c (a29k_unrecognized_line): New function.
5537 (md_operand): Handle a29k style local dollar labels.
5538
2f3bbb1b
ILT
5539Wed Dec 6 17:52:52 1995 Ian Lance Taylor <ian@cygnus.com>
5540
5541 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
5542
624c91d1
KR
5543Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
5544
5545 * read.c (s_fill): If md_flush_pending_output is defined, call
5546 it.
5547
9e4b3a23
KR
5548Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
5549
5550 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
5551 Treat rs_align_code like rs_align.
5552
3554987a
DE
5553Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
5554
5555 * config/tc-arm.c (cp_address_required_here): Set pre_inc when
5556 converting an absolute address into a PC-relative one.
5557
90f543f6
SS
5558Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
5559
5560 * mpw-config.in: Don't always use te-generic.h for emulation.
5561 (powerpc-apple-macos): Use emulation te-macos.h.
5562start-sanitize-gm
5563 (mips-gm-magic): New configuration.
5564end-sanitize-gm
5565 * mpw-make.sed (install, install-only): Edit in Mac-specific
5566 install procedure.
5567
d4c8a45e
ILT
5568Fri Dec 1 10:59:25 1995 Ian Lance Taylor <ian@cygnus.com>
5569
2eec8710
ILT
5570 * configure.in: Improve message about unsupported ELF targets.
5571 * configure: Rebuild.
5572
d4c8a45e
ILT
5573 * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
5574 pattern is zero. From Manfred Hollstein.
5575
531a1af2
KK
5576Thu Nov 30 13:25:49 1995 Kim Knuttila <krk@cygnus.com>
5577
5578 * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
5579 the various idata sections, we check the name on the .section pseudo.
5580
464070de
ILT
5581Thu Nov 30 11:23:42 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
5582
5583 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
5584 add section's paddr to add_number; compatibility to native as and
5585 ld forbids.
5586
6a087325
KR
5587Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
5588
9d5aef80
KR
5589 * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
5590
ac9ef8ee
KR
5591 * hash.c (struct hash_entry): Moved here...
5592 * hash.h (struct hash_entry): ...from here.
5593
6a087325
KR
5594 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
5595 if it's already known to be null.
5596
77fa4d98
MM
5597Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5598
5599 * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
5600 bit relocs converted to PC relative relocs. This turned out to
5601 add the offset from the beginning of .text twice.
5602
c6e4e834
KR
5603Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com>
5604
5605 * stabs.c (s_stab_generic): In 's' case, free string from
5606 obstack.
5607
5608 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
5609 sy_name_offset.
5610 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
5611 Ditto.
5612
5613 * subsegs.h (segment_info_type): Make bitfields unsigned.
5614
5615 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
5616 and move them together. On most systems this will reduce the
5617 structure size by one word.
5618 (operatorT): Define O_max.
5619 * expr.c (expr_begin): Verify that X_op is wide enough to hold
5620 O_max.
5621
5622 * read.c (pop_insert): Print error returned by hash table
5623 insertion code.
5624
5625 * as.c (dump_statistics): Split out from main; dump some hash
5626 table stats and target-specific stats.
5627 (start_time): No longer automatic to main.
5628 (main): Set file-level start_time and call dump_statistics at
5629 exit. Exit by calling xexit.
5630 (show_usage): Make --statistics description less specific.
5631 * subsegs.c (subsegs_print_statistics): New function.
5632 * write.c (write_print_statistics): New function.
5633 (n_fixups): New static variable.
5634 (fix_new_internal): Increment it.
5635 * read.c (read_print_statistics): New function.
5636 * read.h (read_print_statistics): Declare.
5637 * symbol.c (symbol_print_statistics): New function.
5638 * symbol.h (symbol_print_statistics): Declare.
5639 * hash.c (hash_print_statistics): New function.
5640 * hash.h (hash_print_statistics): Declare.
5641 * config/tc-i386.c (i386_print_statistics): New function.
5642 * config/tc-i386.h (i386_print_statistics): Declare.
5643 (tc_print_statistics): New macro.
5644 * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
5645 exit.
5646
5647 * hash.c (DELETED): Rewrite to use a valid but unique address.
5648 (START_POWER): Reduce to 10.
5649 (enum stat_enum): New enumerator, replacing STAT_* index macros.
5650 Add new values for counting strcmp calls.
5651 (GROW_FACTOR): New macro.
5652 (hash_grow): Use GROW_FACTOR. Rewrite for quick returns instead
5653 of nesting blocks.
5654 (FULL_VALUE): New macro. Use 1/4 of table size instead of 1/2.
5655 (hash_new): Use FULL_VALUE.
5656 (struct hash_control): Definition moved here.
5657 (hash_code): Don't mask to low bits.
5658 (hash_ask): Mask returned hash code here. Check hash value before
5659 calling strcmp; count strcmp calls.
5660 * hash.h (struct hash_control): Declare, don't define, here.
5661 (HASH_STATLENGTH): Deleted.
5662 (struct hash_entry): Add field for hash code.
5663 (hash_say, hash_apply): Don't declare.
5664
5665 * hash.c (destroy): Return void.
5666 (applicatee): Ditto.
5667 (main): Fix declarations.
5668 (hash_apply): Return void. Argument `function' returns void. Put
5669 inside "#ifdef TEST".
5670 (hash_say): Define only if TEST is defined.
5671 * hash.h (hash_apply, hash_say): Declarations deleted.
5672
6a4667f4
ILT
5673Mon Nov 27 13:18:25 1995 Ian Lance Taylor <ian@cygnus.com>
5674
5675 * configure: Rebuild with autoconf 2.7.
5676
330add8a
ILT
5677Tue Nov 21 18:39:01 1995 Ian Lance Taylor <ian@cygnus.com>
5678
5679 * aclocal.m4 (AC_PROG_CC): Remove local definition.
5680 * configure: Rebuild with autoconf 2.6.
5681
520dd8d5
ILT
5682Mon Nov 20 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
5683
5684 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
5685 (ppc_stabx): Don't increment ppc_debug_name_section_size.
5686 (ppc_bc): Likewise.
5687 (ppc_frob_file): Remove.
5688 * config/tc-ppc.h (tc_frob_file): Don't define.
5689 (ppc_frob_file): Don't declare.
5690
880b7429
KR
5691Mon Nov 20 13:37:05 1995 Ken Raeburn <raeburn@cygnus.com>
5692
d6c4a3fa
KR
5693 * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
5694 * config/alpha-opcode.h: Include one-operand variants of jmp and
5695 jsr.
5696
880b7429
KR
5697 * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
5698 with te-delta.h in 8.3 file systems.
5699 * configure.in: Adjusted.
5700
aa8a6656
ILT
5701Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
5702
880b7429
KR
5703 * config/tc-mips.c (s_err): Remove; just use the one in read.c.
5704
aa8a6656
ILT
5705 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
5706 number.
5707 * expr.c (operand): Handle MRI suffixes after unadorned 0.
5708
7b889f5e
KR
5709Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
5710
da9b55af
KR
5711 Version 2.6 released.
5712 * Makefile.in (VERSION): Updated to 2.6.
5713
7b889f5e
KR
5714 * config/obj-coff.c (write_object_file): Change use of md_do_align
5715 to pass a pointer rather than a fill value, to match other uses.
5716
46618ae6
KR
5717Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
5718
7b889f5e
KR
5719 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
5720
46618ae6
KR
5721 * as.c (main): Move md_end call to just after call to
5722 perform_an_assembly_pass. Delete cpu-specific code here.
5723 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
46618ae6
KR
5724 * config/tc-arm.c (md_end): Unused function deleted.
5725 * config/tc-ns32k.c (md_end): Ditto.
5726
5727 * config/tc-i386.c (i386_align_code): New function, moved here
5728 from HANDLE_ALIGN macro.
5729 * config/tc-i386.h (HANDLE_ALIGN): Call it.
5730
5731 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
5732
5733 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
5734 before comparing
5735
5736 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
5737
5738 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
5739 multi-byte nops to avoid changing gcc. The necessary gcc change
5740 might break old assemblers.
5741
5742 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
5743
5744 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
5745 generate optimal multi-byte nop instructions for ".align n"
5746 ".align n,0x90", and aligns requiring more than 15 bytes of
5747 padding still generate multiple 0x90's as before.
5748
5749Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
5750
5751 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
5752
51bc513e
SS
5753Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
5754
5755 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
5756 * configure: Update.
5757 * mpw-make.sed: Reorder commands to make sed happier.
5758 * config/te-macos.h: New file.
5759 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
5760
8b39c5df
JL
5761Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
5762
5763 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
5764 conditional branches.
5765 (md_apply_fix): Likewise.
5766
5767Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
5768
5769 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
5770 generate a reloc which the linker will not handle correctly. Fix
5771 overflow checking--R_IREL is 18 bits, not 17.
5772
6a649eda
ILT
5773Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
5774
a071b8e9
ILT
5775 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
5776 from a PC relative reloc if TC_A29K.
5777
5778 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
5779 code depends upon it.
5780
6a649eda
ILT
5781 * config/tc-a29k.c (md_operand): Handle $float, $double, and
5782 $extend. Based on code from Eric Freudenthal
5783 <freudenthal@nyu.edu>.
5784 * config/tc-a29k.h (LEX_DOLLAR): Define.
5785 * read.c (LEX_DOLLAR): Define if not defined.
5786 (lex_type): Use LEX_DOLLAR.
5787
6364a188
ILT
5788Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
5789
5790 * configure.in (a29k-nyu-sym1): New target, just like other a29k
5791 targets.
5792
0fa6f8f6
ILT
5793Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
5794
5795 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
5796
5797Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
5798
5799 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
5800 used only by "dlltool.c".
5801
eec2cfef
ILT
5802Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
5803
5804 * config/tc-alpha.c: Undefine inline if not __GNUC__.
5805 (md_pseudo_table): Don't define "extern".
5806
df7504dc
ILT
5807Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
5808
a3d1c561
ILT
5809 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
5810
df7504dc
ILT
5811 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
5812
07d012f6
ILT
5813Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
5814
36e80ac6
ILT
5815 * macro.c (macro_expand_body): Don't warn about == with a
5816 nonexistent parameter, in case it is in a comment field.
5817
07d012f6
ILT
5818 * as.c (main): On TC_A29K, call macro_init with macro_alternate
5819 set to 1.
5820 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
5821 set, even if macro_alternate is set.
5822 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
5823 (sub_actual): If macro_strip_at, and kind is '@', don't look up
5824 the token unless it ended in '@'.
5825 * config/tc-a29k.c (line_separator_chars): Remove '@'.
5826 * doc/c-a29k.texi: Document macro usage on A29K.
5827
01f108bc
ILT
5828Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
5829
5830 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
5831 signed word.
5832 (install_operand): Likewise.
5833
5834 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
5835
5836Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
5837
5838 * configure.in (m88k-motorola-sysv*): New target.
5839 * configure: Rebuild.
5840 * config/te-delta88.h: New file.
5841 * config/obj-coff.c (write_object_file): Use md_do_align if it is
5842 defined.
5843 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
5844 (md_do_align): Define.
5845 * config/tc-m88k.c: Include "subsegs.h".
5846 (m88k_do_align): New function.
5847
5848 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
5849 (COFF_NOLOAD_PROBLEM): Define.
5850 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
5851
7954cc14
KR
5852Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
5853
5854 * config/tc-i386.c (md_assemble): For a jump instruction with
5855 non-constant target, require 7 available bytes in the current
5856 frag, not 6.
5857
d033806f
FF
5858Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
5859
5860 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
5861 bfd/libelf.h.
5862
d7b2038f
ILT
5863Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
5864
5865 * configure.in (alpha-*-linux*): Use ecoff.
5866 * configure: Rebuild.
5867 * ecoff.c (ecoff_directive_extern): New function.
5868 (ecoff_directive_weakext): New function.
5869 (ecoff_build_symbols): Handle weak symbols.
5870 (ecoff_setup_ext): Likewise.
59c80ca2 5871 (ecoff_frob_symbol): Warn about weak common symbols.
d7b2038f
ILT
5872 * ecoff.h (ecoff_directive_extern): Declare.
5873 (ecoff_directive_weakext): Declare.
5874 * symbols.c (S_IS_WEAK): New function.
5875 * symbols.h (S_IS_WEAK): Declare.
5876 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
5877 "weakext".
5878 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
5879 (s_extern): Remove.
5880
cbdf59ad
ILT
5881Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
5882
b629f627
ILT
5883 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
5884
7ab1edc8
ILT
5885 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
5886 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
5887 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
5888 * config/obj-coff.c (coff_frob_symbol): Don't call
5889 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
5890 one. If OBJ_XCOFF, try to figure out whether the symbol is going
5891 to be dropped.
5892
31751d9d
ILT
5893 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
5894 (ppc_stab_symbol): New static variable.
5895 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
5896 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
5897 sy_tc.real_name to the stab string.
5898 (ppc_bc, ppc_ec): New static functions.
5899 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
5900 do anything.
5901 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
5902 suffix.
0e3dd9a0
ILT
5903 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
5904 entries.
31751d9d 5905
cbdf59ad
ILT
5906 * input-scrub.c (input_scrub_push): Reset sb_index.
5907
91123dbe
ILT
5908Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
5909
5910 * listing.c (listing_newline): Don't create a frag in the absolute
5911 section.
5912
73255941
ILT
5913Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
5914
df72d2a5
ILT
5915 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
5916 (ppc_csect): Move most of the code to ppc_change_csect, and call
5917 it.
5918 (ppc_change_csect): New static function, taken from ppc_csect.
5919 (ppc_section): New static function.
5920 (ppc_saw_abs): New static varable.
5921 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
5922 a symbol has no csect.
5923 (ppc_adjust_symtab): New function.
5924 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
5925 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
5926
5927 * write.c (write_object_file): If tc_adjust_symtab is defined,
5928 call it just before the call to obj_adjust_symtab.
5929
73255941
ILT
5930 * symbols.c (symbol_find_or_make): Change name to be const.
5931 * symbols.h (symbol_find_or_make): Update declaration.
5932
9bfaf1b9
KR
5933Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
5934
5935 * doc/as.texinfo (Align): Mention SH.
5936 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
5937 .align value.
5938 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
5939 (Z8000 Directives, even): Don't give numeric align value, instead
5940 explain behavior.
5941
ae143278
DE
5942Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
5943
5944 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
5945 instruction.
5946
270433cc
PB
5947Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
5948
5949 * Makefile.in (diststuff): Also make info.
5950 (maintainer-clean realclean): Also make clean-info.
5951
18a11401
JL
5952Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
5953
5954 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
5955 (pa_subspace): For ".nsubspa", always create a new subspace
5956 with the given attributes, even if one already exists with the
5957 same name.
5958
96fe71e1
MM
5959Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5960
5961 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
5962 TC_FORCE_RELOCATION, taking an additional section argument. If
5963 the section of the target symbol is not the same as the current
5964 section, always force the relocation to be used.
5965 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
5966
5967 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
5968 md_pcrel_from function, taking an additional section argument.
5969 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
5970
5971 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
5972 older TC_FORCE_RELOCATION if not defined.
5973 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
5974 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
5975 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
5976 TC_FORCE_RELOCATION.
5977
1d75481b
KR
5978Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
5979
5980 * input-scrub.c (as_where): Set name to null pointer if we don't
5981 have a file name.
5982 * messages.c (identify): Only print filename if non-null.
5983 (as_show_where): Ditto, for line number too.
5984 (as_warn_internal, as_bad_internal): Ditto.
5985
5986 * input-file.c (input_file_open): If the input file can't be
5987 opened, consider it an error.
5988
c625fc23
JSC
5989Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
5990
5991 * config/tc-mips.c: Added mips_4100 control, and support for
5992 accepting the 4100 as a MIPS architecture variant (md_begin,
5993 macro_build, mips_ip, md_parse_option). Adding suitable
5994 command-line OPTIONs, and updating the help text (md_show_usage).
5995
dd1a5316
KR
5996Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
5997
c625fc23
JSC
5998 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
5999 BFD_ASSEMBLER is defined.
6000
3366a224
KR
6001 * Use one active frag and one obstack per frag chain:
6002 * frags.c (frags): Variable deleted.
6003 (frag_alloc): New function.
6004 (frag_grow, frag_more, frag_variant, frag_now_fix,
6005 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
6006 frags variable.
6007 (frag_new): Ditto. Verify that frch_last and frag_now match on
6008 entry and exit, and that old frag_now has non-zero type. Replace
6009 "know" uses with "assert". Use frag_alloc instead of mucking with
6010 obstack alignment.
6011 * frags.h (frags): Declaration deleted.
6012 * subsegs.h (struct frchain): Add new field frch_frag_now.
6013 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
6014 variables.
6015 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
6016 give it any stricter alignment than frchainS structures need. Do
6017 not initialize frags obstack. Set frag_now to point to
6018 dummy_obstack. Initialize absolute_frchain.
6019 (subseg_set_rest): Save and restore frag_now in frch_frag_now
6020 field of frchainS. Don't create new frags on section switch, and
6021 use frag_alloc when creating a new frag chain. For absolute
6022 section, set frchain_now to absolute_frchain. Verify that
6023 frch_last and frag_now match on entry and exit. Initialize
6024 per-chain obstack, and under gcc, set required alignment to that
6025 needed by fragS structure.
c625fc23 6026
3366a224
KR
6027 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
6028
6029 * stabs.c (get_stab_string_offset): Only copy input string if a
6030 fresh copy is needed, not if the section already exists.
6031 (s_stab_generic): Cache stab section name to bypass lookups, since
6032 usually it will match. Could be made faster still by changing the
6033 memory allocation rules.
6034 (s_xstab): Cache section name to bypass repeated string
6035 allocation.
6036
6037 * frags.c (frag_new): Deleted register declarations.
6038
6039 * listing.c (frag_now): Don't declare.
6040
6041 * as.c (chunksize): New variable.
6042 (debug_memory): New variable.
6043 (main): If debug_memory is set, reduce chunksize and
6044 _bfd_chunksize.
6045 * as.h (chunksize): Declare it.
6046 * read.c (read_begin): Use it.
6047
de5ebe2e
KR
6048 * config/tc-alpha.c (md_shortopts): Include 'g'.
6049 (md_parse_option): Ignore it.
6050
dd1a5316
KR
6051 * Makefile.in (distclean): Remove Makefile and config.status from
6052 testsuite directory.
6053 (clean-here): Don't delete testsuite. Instead, delete only the
6054 files within it that would be generated by running tests.
6055
de5ebe2e
KR
6056 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
6057 frag_now_fix instead of accessing obstack info directly.
6058 * config/tc-arm.c (s_ltorg): Ditto.
6059 (md_assemble): Ditto.
6060
6061 * config/tc-i386.c (md_assemble): Call frag_grow instead of
6062 obstack_room.
6063
625f4e48
KR
6064Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
6065
6066 * stabs.c (aout_process_stab): Insert debug symbol into symbol
6067 chain after parsing value expression, if any, to avoid separating
6068 continued .stabs lines.
6069
33a8c1b6
ILT
6070Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
6071
6072 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
6073 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
6074
b6b8f911
MM
6075Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
6076
625f4e48
KR
6077 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
6078 -mcom support and PPC_OPCODE_ANY for -many.
6079 (md_parse_option): Ditto.
6080 (ppc_arch): Ditto.
6081 (md_begin): For duplicate instructions, print all duplicates
6082 before aborting.
b6b8f911 6083
4c2935f4
MM
6084Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
6085
6086 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
6087 common mode operation.
6088 (md_show_usage): Add -mcom to usage message.
4c2935f4
MM
6089
6090Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
6091
6092 * expr.c (op_rank): Add O_symbol_rva.
6093 * expr.h (operatorT): Add O_symbol_rva.
6094 * read.c (cons_worker): Set O_symbol_rva when necessary.
6095 * write.c (fix_new_exp): Understand O_symbol_rva.
6096
7db865dc
ILT
6097Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
6098
6099 * config/tc-mips.c: Correct s_cons arguments. From Michael
6100 Joosten <joost@ori.cadlab.de>.
6101
1b13e6fc
ILT
6102Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
6103
6104 * config/tc-ppc.c (ppc_macro): Make count unsigned.
6105 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
6106 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
6107 the fix_line field.
6108 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
6109 make non-static. Change all users.
6110 * config/obj-coff.h (coff_n_line_nos): Declare.
6111
9e3e3d4c
KR
6112Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
6113
6114 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6115
6116 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
6117
6118 * config/obj-elf.c (obj_elf_common): Convert specified byte
6119 alignment to power of two. Set size of local bss symbol.
6120
6121 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
6122
13a6c753
ILT
6123Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
6124
6125 * sb.c, macro.c: Decide whether to include <string.h> or
6126 <strings.h> just as as.h does.
6127
a75aafcd
DE
6128Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
6129
6130 * Makefile.in (site.exp): Fix setting of $srcdir.
6131
6132 * config/tc-arm.c (md_atof): Fix little-endian output.
f6ec8c46
DE
6133 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
6134 all coff targets.
a75aafcd 6135
d89861c7
KR
6136Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
6137
4d2ba393
KR
6138 * doc/as.texinfo: Split out the NS32k family documentation,
6139 despite its being commented out for now.
6140 * doc/c-ns32k.texi: New file.
6141
2c5eb48d
KR
6142 * sb.c, macro.c: Include string.h.
6143
6b0a6eaa
KR
6144 * Makefile.in (comparison): Only check *.o; we don't care if
6145 timestamps inserted by the native linker differ.
6146
d89861c7
KR
6147 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
6148 if alignment stricter than 4 bytes is requested; in that case,
6149 align to a 4-byte boundary first.
6150
70aeac05
KR
6151 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
6152
6153 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
6154 uninitialized" warning for `Max_Source_Offset'.
6155
eaaa2a42
KK
6156Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
6157
6158 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
6159 qualifiers and detect errors if present.
6160 (md_assemble): Add call to parse_toc_entry. Also added some support
6161 for the [tocv] qualifier.
6162 (ppc_pe_tocd): New function to support data in the toc section.
6163
cd557d83
ILT
6164Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
6165
6166 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
6167 an absolute symbol.
6168
42ac8fa8
ILT
6169Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
6170
01f108bc 6171 * config/tc-m68k.c (isword): Accept all values from -65536 to
cd557d83
ILT
6172 +65535, so ~VAL will not be rejected.
6173
42ac8fa8
ILT
6174 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
6175 skip characters after the pseudo-op.
6176 (s_else): Likewise.
6177 * read.c (get_line_sb): Don't look past buffer_limit.
6178 (s_include): In MRI mode, skip characters after the file name.
6179
eef66934
ILT
6180Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
6181
6182 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
6183 periods in register names.
6184
cdc49cba 6185For older changes see ChangeLog.1.
This page took 0.387697 seconds and 4 git commands to generate.