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