Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
85825401
ILT
1Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)
2
3 * app.c, config/tc-*.c: Don't include read.h, since it is already
4 included by as.h.
5
6 * These are based on patches from Minh Tran-le
7 <mtranle@paris.intellicorp.com>.
8 * configure.in (i[34]86-ibm-aix*): Accept i486 for host. Use
9 obj_format coffbfd and gas_target i386coff for target.
10 (i[34]86-*-isc*): New host (uses sysv).
11 * config/i386aix.mt: Removed (no longer used).
12 * config/mh-i386aix (RANLIB): Use true rather than /bin/true.
13 (MINUS_G): Removed.
14 (LDFLAGS): Added, defined as -shlib.
15 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Undefine.
16 * config/te-sco386.h (LOCAL_LABEL): Don't define.
17 (DOT_LABEL_PREFIX): Define.
18 * expr.c (operand): If DOT_LABEL_PREFIX, use .L0\001 as a label
19 name rather than L0\001.
20 * read.c (s_lcomm): Make a frag in SEG_BSS rather than using
21 local_bss_counter.
22 * symbols.c, symbols.h (local_bss_counter): Removed.
23 * write.c (write_object_file): bss no longer uses
24 local_bss_counter. Pass correct data and bss size to
25 VMS_write_object_file.
26 * config/obj-vms.c (VMS_write_object_file): Accept bss size as
27 argument, rather than using local_bss_counter.
28 * config/tc-m88k.c (s_bss): Don't use local_bss_counter.
29 * config/tc-sparc.c (s_reserve): Don't use local_bss_counter.
30 * config/obj-coffbfd.c (had_lineno, had_reloc): Removed.
31 (size_section): Restored sanity check.
32 (do_relocs_for): Base section address on s_paddr rather than
33 computing it. Adjust a29k R_IHIHALF special case to account for
34 section paddr (used to require paddr to be zero). If there are no
35 reclos, set s_relptr to 0. Set relocation size in object_headers.
36 (fill_section): Always set s_vaddr here, removing
37 ZERO_BASED_SEGMENTS case. Force s_scnptr for bss to 0. Don't set
38 NOLOAD for i386 .bss, because it confuses the SVR3 native linker.
39 Set STYP_INFO for .comment.
40 (coff_header_append): Use object headers and H_{SET,GET}_* macros.
41 Make aouthdr writing depend on OBJ_COFF_OMIT_OPTIONAL_HEADER.
42 (crawl_symbols): Handle 8 character section name correctly. Use
43 H_{SET,GET}_* macros.
44 (do_linenos_for): Set lineno size in object_headers.
45 (write_object_file): Use H_{SET,GET}_* macros. Don't bother to
46 set s_vaddr here. If string_byte_count remains 4, set it back to
47 0, and only write strings out if there are some. Call
48 fill_section before do_relocs_for and do_linenos_for.
49 (obj_coff_section): Handle optional quoted second argument giving
50 section characteristics.
51 (obj_coff_bss): Added to handle .bss.
52 (obj_coff_ident): Added to handle .ident (puts string in .comment
53 section).
54 (obj_coff_lcomm): Put common symbols in .bss, not .data.
55 (fixup_mdeps): Change to segment. Call frag_wane after
56 md_convert_frag.
57 (fixup_segment): Explicitly check S_IS_COMMON before making 386
58 adjustment (already happened only for common symbols, but this is
59 clearer).
60 * config/obj-coffbfd.h (OBJ_COFF_OMIT_OPTIONAL_HEADER): Define.
61 * config/tc-i386.c (s_bss): Don't use if I386COFF.
62 (md_pseudo_table): Ignore .optim and .noopt.
63 (tc_coff_sizemachdep): New function.
64 * config/tc-i386.h (REVERSE_SORT_RELOCS): Undef, for SVR3
65 compatibility.
66 (LOCAL_LABEL): Removed definition.
67 (DOT_LABEL_PREFIX): Defined.
68
4539aa02
KR
69Mon Dec 28 10:32:05 1992 Ken Raeburn (raeburn@cygnus.com)
70
6d331d71
KR
71 * app.c (app_push): Use memcpy, not bcopy.
72 (do_scrub_next_char): For \", return " not '.
73 (symbol_chars): Now const.
74
4539aa02
KR
75 * expr.c (operand): If not LOCAL_LABELS_FB, don't look for "0f"
76 and "0b". If LOCAL_LABELS_DOLLAR, check for "0$".
77
78 * config/obj-coff.h: Don't use #elif.
79
80 * config/ho-sunos.h: Don't include sys/stdtypes.h; 4.0.3 doesn't
81 have it. (Reported by Noah Friedman, friedman@gnu.ai.mit.edu.)
82
3eb802b5
ILT
83Wed Dec 16 12:12:33 1992 Ian Lance Taylor (ian@cygnus.com)
84
85 * write.c, obj-ieee.c: don't define SUB_SEGMENT_ALIGN if it is
86 already defined.
87
be06bdcd
SC
88Tue Dec 15 12:40:11 1992 Steve Chamberlain (sac@thepub.cygnus.com)
89
90 * app.c (do_scrub_begin): allow single quote strings if so
91 configured.
92
93 * config/*z8k*: checkpoint
94
95Sun Dec 13 00:04:38 1992 Ian Lance Taylor (ian@cygnus.com)
96
97 * read.c (read_a_source_file): avoid calling xmalloc (0).
98
016e0d42
ILT
99Sat Dec 12 15:26:34 1992 Ian Lance Taylor (ian@cygnus.com)
100
101 * listing.c: Call xmalloc, not malloc; don't declare malloc.
102
103 * Changes to support SCO 3.2v4:
104 * read.c (s_align_bytes, s_align_ptwo): If not SEG_DATA or
105 SEG_BSS, fill with NOP_OPCODE.
106 * config/i386coff.mt: Add opcode/i386.h to TARG_CPU_DEPENDENTS.
107 * config/obj-coffbfd.c (do_relocs_for): Increment addr even if not
108 using ZERO_BASED_SEGMENTS.
109 (fill_section): If ZERO_BASED_SEGMENTS, set segment addresses, but
110 never set segment address for SEG_E2 (.bss) and don't write out
111 SEG_E2 contents. Set .init and .fini sections to STYP_TEXT.
112 (obj_coff_endef): Don't merge labels or symbols awaiting forward
113 definitions, and don't merge tags with non-tags. Check for .bf
114 rather than just checking whether the second character is b and
115 the third character is f.
116 (obj_coff_val): gcc can generate values which we don't handle
117 correctly; discard information for now, since it only affects the
118 debugging information.
119 (tag_find_or_name): Don't insert tags in the symbol table.
120 (yank_symbols): Don't merge labels.
121 (write_object_file): Don't define SUB_SEGMENT_ALIGN if it is
122 already defined. Fill subsegments with NOP_OPCODE, not 0. Don't
123 set segment address if ZERO_BASED_SEGMENTS.
124 (obj_coff_section): Accept and ignore a trailing quoted string, as
125 used in AT&T i386 syntax.
126 (fixup_segment): Take segment as argument. On the i386, adjust PC
127 relative addends by the segment vaddr.
128 * tc-i386.h: Define SUB_SEGMENT_ALIGN.
129 * tc-a29k.h: Define ZERO_BASED_SEGMENTS.
130 * tc-i386.c: (i386_operand): If I386COFF, accept any segment type.
131
db33220f
KR
132Tue Dec 8 00:06:48 1992 Ken Raeburn (raeburn@rtl.cygnus.com)
133
016e0d42
ILT
134 * config/obj-coffbfd.c: Include libcoff.h.
135
db33220f
KR
136 * version.c: Now version 1.93.
137
dde624ef
KR
138Mon Dec 7 00:39:09 1992 Ken Raeburn (raeburn@cygnus.com)
139
db33220f
KR
140 * config/tc-i386.c (md_pseudo_table): For 386bsd and linux, do
141 power-of-two alignment for .align.
142
dde624ef
KR
143 * as.h: If BROKEN_ASSERT, just redefine `assert' to be trivial,
144 and leave everything else alone.
145
146Fri Dec 4 16:58:42 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
147
148 * Makefile.in (as.new): Don't bother saving as.old.
149
150 * write.c: Conditionalize on OBJ_VMS, not VMS.
151 (magic_number_for_object_file): Don't define if OBJ_VMS.
152
153 * config/obj-vms.c: Changes for traditional C.
154
7f2cb270
KR
155Thu Dec 3 01:24:07 1992 Ken Raeburn (raeburn@kr-pc.cygnus.com)
156
157 * config/ho-generic.h (malloc, realloc): Declare.
158
159 * Lots of comment/whitespace changes.
160
161 * write.h (struct fix): Some fields reordered, narrowed.
162
163 * read.c (MASK_CHAR): Define using C types, not magic number.
164
165 * as.c, input-file.c: Deleted some unused code.
166
167 * app.c, as.h: Doc fix.
168
169 * flonum-konst.c, flonum-mult.c: Include ansidecl.h.
170
171 * as.h (xmalloc): Argument is long.
172
173 * xmalloc.c (error): Remove declaration; as.h takes care of it.
174
175Mon Nov 30 11:42:11 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
176
177 * configure.in: Accept target OS "vms".
178
179 * symbols.c: Merged ANSI and non-ANSI function decls, using
180 PARAMS macro.
181
182 * xmalloc.c: Just include as.h, don't bother trying to figure out
183 other header files.
184
185 * strstr.c, strerror.c: Deleted.
186 * Makefile.in: Deleted references.
187
188 * config/tc-ns32k.c: Don't include header file for string
189 declarations; leave that to ho-*.h.
190
191Fri Nov 27 04:11:36 1992 Ken Raeburn (raeburn at cambridge-laptop.cygnus.com)
192
193 * config/coff_gnu.h [TC_I860]: Guesses for reloc type values,
194 imported from FSF sources.
195
196 * messages.c (strerror): Declare unconditionally.
197
198 * as.h: Delete alloca and register definitions.
199
200 * config/atof-ieee.c (mask): Now const.
201
202 * obstack.c, obstack.h: Deleted.
203
204 * as.h (flag_readonly_data_in_text): New flag.
205 * as.c (main): Set it for -R.
206
207 * as.h (flag_suppress_warnings): New flag.
208 * as.c (main): Set it for -W.
209 * messages.c (as_warn): Check it instead of flagseen['W'].
210
211 * as.h (flag_always_generate_output): New flag.
212 * as.c (main): Set it for -Z.
213
214 * config/tc-sparc.h: Define NEED_FX_R_TYPE.
215 * config/tc-a29k.h: Ditto.
216 * write.h (struct fix): Don't conditionalize fx_r_type field on TC
217 macros.
218
219 * as.h: Merged ANSI and non-ANSI function decls, using PARAMS
220 macro.
221 * bignum.h, expr.h, flonum.h, frags.h, input-file.h, listing.h,
222 obj.h, output-file.h, read.h, struc-symbol.h, symbols.h, tc.h,
223 write.h: Likewise.
224 * read.c: Likewise.
225
226 * xmalloc.c: Conditionalize on HAVE_MALLOC_H, not USG. Fold in
227 xrealloc from xrealloc.c.
228 * xrealloc.c: Deleted.
229 * Makefile.in (REAL_SOURCES, OBJS): Adjusted.
230
231 * configure.in: For host CPU a29k, rs6000, vax, consider using bsd
232 or vms ho- files.
233
234 * config/ho-sysv.h (setbuffer, HO_USG): Deleted.
235
236 * config/atof-ieee.c (atof_ieee): Exponent field isn't a pointer;
237 don't initialize it with NULL.
238
239 * config/ho-vax.h (M_VAX): Deleted; was unused.
240
241 * README-vms, config/ho-vms.h, config/obj-vms.c, config/obj-vms.h:
242 New files imported from FSF version, contributed by Eric Youngdale.
243 * README-vms-dbg, config/vms: Deleted.
244
245 * ChangeLog, config/ChangeLog: Merged.
246
247 * config/*tahoe*, configure.in: Tahoe support brought in from FSF
248 version.
249
250 * input-file.c (input_file_open): Eliminate call to setvbuf.
251 [USG] (setbuffer): Deleted macro.
252
6efd877d
KR
253Mon Nov 23 11:00:16 1992 Ken Raeburn (raeburn@cygnus.com)
254
255 * all files: Whitespace changes for GNU indentation style, done by
7f2cb270 256 GNU `indent'. Some cleanup still needed, especially of comments.
6efd877d
KR
257
258 * configure.in: No te-386bsd.h file exists; don't try to use it.
259
7f2cb270
KR
260 * obj-coff.c (obj_coff_endef): Use as_warn, not fprintf.
261
262 * tc-m68k.c (md_assemble): Don't complain about 68000 with 68881;
263 could be doing emulation.
264
6efd877d
KR
265Tue Nov 10 09:49:24 1992 Ian Lance Taylor (ian@cygnus.com)
266
267 * Makefile.in (as.o, obj-format.o): added dependency on subsegs.h.
268
269 * subsegs.h: add extern to segment_info declaration.
270
271 * read.h: added extern declarations for comment_chars,
272 line_comment_chars, and line_separator_chars.
273 read.c, app.c: removed definitions of comment_chars,
274 line_comment_chars, and line_separator_chars.
275
7f2cb270
KR
276 * tc-m68k.c (m68k_reg_parse): If REGISTER_PREFIX isn't defined,
277 still accept (but don't require) OPTIONAL_REGISTER_PREFIX before
278 the register name.
279 (insert_reg): put REGISTER_PREFIX before register names before
280 putting them in the symbol table.
281 * tc-m68k.h (OPTIONAL_REGISTER_PREFIX): Define to be "%", if not
282 M68KCOFF.
283
284 * obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss
285 section.
286
287 * atof-ieee.c, atof-ns32k.c, tc-*.c: made EXP_CHARS, FLT_CHARS,
288 comment_chars, line_comment_chars and line_seperator_chars
289 consistently const, and always initialized them. Included read.h.
290
291Thu Nov 5 17:55:41 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
292
293 * tc-sparc.c (sparc_ip): Add code to flag error if an absolute
294 constant will not fit in an immediate field.
295 (md_apply_fix, RELOC_BASE13 case): Check for relocation overflow.
296
297Wed Nov 4 07:50:46 1992 Ken Raeburn (raeburn@cygnus.com)
298
299 * obj-coff.c (callj_table): Delete global variable.
300 (obj_emit_relocations): Define it locally here, and only if
301 TC_I960 is defined.
302
303 * tc-m68k.c (m68k_reg_parse): Underscore is part of a symbol name.
304 (m68k_ip): Don't warn about bignum used as float bit-pattern.
305
306 * obj-coff.c: Replaced ANSI and non-ANSI function declarations
307 with a single set using PARAMS macro.
308
309 * tc-i960.c (tc_bout_fix_to_chars): Bit-field fixups want a length
310 of 2.
311
312 * tc-i960.c: Missed a couple of 0->NO_RELOC conversions.
313
314 * tc-i960.h (N_BALNAME, N_CALLNAME): Define as char-type values,
315 so widening works consistently.
316
6efd877d
KR
317Wed Oct 28 08:52:34 1992 Ken Raeburn (raeburn@cygnus.com)
318
319 * version.c: Put conditional "const" before version_string, not
320 before dummy function for VMS. Now version 1.91.03.
321
322 * app.c (do_scrub_next_char): Need double-\ before `000' to show
323 printed rep of null character.
324
7f2cb270
KR
325Fri Oct 23 14:40:38 1992 Ian Lance Taylor (ian@cygnus.com)
326
327 * obj-coffbfd.c (write_object_file): check return value of
328 bfd_close_all_done.
329
559d9aac
ILT
330Tue Oct 20 12:18:08 1992 Ian Lance Taylor (ian@cygnus.com)
331
7f2cb270
KR
332 * Support for i386-sysv.
333 obj-coffbfd.c (do_relocs_for, write_object_file): set segment
334 addresses to reasonable sizes. New define ZERO_BASED_SEGMENTS can
335 be used to set them all to zero as was done before.
336 (fill_section): segment addresses now set in write_object_file.
337 (fill_section): Don't set STYP_NOLOAD for .bss section.
338 (fixup_segment): 386 uses strange common symbol format.
339 tc-i386.c (tc_coff_fix2rtype): use R_DIR32, not R_RELLONG, for
340 compatibility with SVR3.2 linker.
6efd877d
KR
341 * configure.in: i386-sysv and i386-sco use coffbfd.
342
559d9aac
ILT
343 * app.c (do_scrub_next_char): discard whitespace after a label.
344
0f8b9790
DZ
345Sat Oct 10 12:33:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
346
347 * configure.in: differentiate between SunOS 4 and Solaris2 for Sun4
348 hosts, use the sysv configuration for solaris2
349
7f2cb270
KR
350Mon Oct 5 09:28:57 1992 Steve Chamberlain (sac@thepub.cygnus.com)
351
352 fix i960+non-bfd coff bit rot.
353 * obj-coff.c (c_dot_file_symbol, obj_coff_ln, obj_coff_line):
354 support for C source listings. (obj_coff_endef): look in the right
355 part of the symbol for the symbol name
356
357 * tc-m68k.c (get_num): make it work for all segments, not just the
358 first three.
359
984cf2d7
ME
360Mon Oct 5 03:30:36 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
361
362 * configure.in: recognize i386-*-bsd emulation.
363
364Thu Oct 1 23:05:12 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
365
366 * configure.in: use the cpu-vendor-os triple for host and target
367
7f2cb270
KR
368Tue Sep 29 12:22:52 1992 Steve Chamberlain (sac@thepub.cygnus.com)
369
370 * obj-coffbfd.c (write_object_file): don't fixup for the z8k
371 * tc-z8k.c: lots of bug fixes
372
373Tue Sep 29 10:51:55 1992 Ian Lance Taylor (ian@cygnus.com)
374
375 * tc-i960.h, tc-i960.c: avoid the ANSI preprocessor addition
376 #elif, since it is not supported by old compilers.
377 ho-rs6000.h, tc-m68k.c: the native RS/6000 compiler miscompiles a
378 couple of expressions in tc-m68k.c.
379
984cf2d7
ME
380Mon Sep 28 21:18:24 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
381
382 * read.c (cons): If NO_RELOC is defined, use it.
383
7f2cb270
KR
384 * tc-i960.c (get_cdisp): Use NO_RELOC, not 0, in call to fix_new.
385
386Fri Sep 25 18:18:52 1992 Ian Lance Taylor (ian@cygnus.com)
387
388 * tc-m68k.h: if M68KCOFF, define DOT_LABEL_PREFIX (to require
389 local labels to start with a .) and set REGISTER_PREFIX to %.
390 tc-m68k.c (m68k_reg_parse): accept REGISTER_PREFIX if defined.
391
5a0fc1d4
JG
392Fri Sep 25 17:53:43 1992 John Gilmore (gnu@cygnus.com)
393
394 * messages.c: Comment changes.
395
4959cb7b
KR
396Fri Sep 25 14:12:58 1992 Ken Raeburn (raeburn@kyriath.cygnus.com)
397
398 * as.h: Test if __STDC__ is defined only, don't test its value.
399 * messages.c: If __STDC__ is not defined, define NO_STDARG.
400
5e9d510e
BK
401Thu Sep 24 12:42:32 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
402
403 * listing.c (debugging_pseudo): Add stabs and stabn as things to
404 ignore.
405
7f2cb270
KR
406Tue Sep 22 13:02:07 1992 Sean Eric Fagan (sef@cygnus.com)
407
408 * obj-coffbfd.c (do_relocs_for,fill_section): now allocate all
409 sections starting from zero, rather than making them consecutive.
410 This makes subsequent reloc calculations easier, esp if the object
411 format doesn't understand addends. (obj_coff_lcomm): (maybe temporarily)
412 allocate lcomm in .data rather than in .bss. It seems that some
413 tools can't cope with a non-zero sized bss before linkage.
414
415Tue Sep 22 15:10:51 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
416
417 * tc-m68k.c: Replace "enum m68k_architecture" with "int"
418 throughout. That enum no longer means what we thought it meant.
419
420 * tc-m68k.c (md_assemble, md_parse_option): Handle new
421 "-mno-688[58]1" options.
422
423 * tc-m68k.c: Added CPU32 support.
424
425Fri Sep 18 08:02:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
426
427 * tc-m68k.c (m68k_ip): An(disp) is not pc relative.
428
569dac15
JW
429Tue Sep 15 17:25:05 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
430
431 * Makefile.in (as.new): Remove dependence on LOCAL_LOADLIBES.
432 Change LIBDEPS dependence to LIBS.
433
efbfb612
ILT
434Tue Sep 15 15:32:02 1992 Ian Lance Taylor (ian@cygnus.com)
435
436 * Makefile.in (install): if $(tooldir) exists, install as in
437 $(tooldir)/bin.
438
987b1491
ILT
439Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com)
440
ca5e9d49
ILT
441 * Added WARN_SIGNED_OVERFLOW_WORD define to give an error if any
442 .word is < -32768 or > 32767. The -J flag causes the error to be
443 ignored. This is to catch over-sized switches generated by gcc on
444 systems which don't support the broken .word hack.
445 as.c (main): permit -J if WARN_SIGNED_OVERFLOW_WORD.
446 write.c (fixup_segment): check for signed .word overflow if
447 WARN_SIGNED_OVERFLOW_WORD.
448
987b1491
ILT
449 * write.c (fixup_segment): fixed missing parens in expression
450 checking for byte or word overflow.
451
7f2cb270
KR
452 * obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD.
453 obj-coffbfd.c (fixup_segment): check for signed .word overflow if
454 WARN_SIGNED_OVERFLOW_WORD.
455
456 * obj-coffbfd.c (fixup_segment): fixed missing parens in
457 expression checking for byte or word overflow.
458
459Fri Sep 11 10:21:04 1992 Steve Chamberlain (sac@thepub.cygnus.com)
460
461 Support for i386 coff
462 * obj-coffbfd.h : added stuff
463 * tc-i386.c (tc_coff_fix2rtype): new function
464 * tc-i386.h : new coff defines
465
b1520b1f
ILT
466Thu Sep 10 09:23:15 1992 Ian Lance Taylor (ian@cygnus.com)
467
468 * input-scrub.c (input_scrub_push): call input_file_begin, not
469 input_scrub_begin.
470 messages.c (as_perror): print ": " between the passed in error and
471 the strerror, like perror does.
472
b53ccaac
ILT
473Wed Sep 9 11:06:25 1992 Ian Lance Taylor (ian@cygnus.com)
474
475 * Makefile.in: use gas_target instead of modifying target_cpu.
476 From Steve Chamberlain:
477 Makefile.in: Handle m68*-*-coff*.
478 read.c, read.h: add mult argument to s_space
479
7f2cb270
KR
480 * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
481 Motorola and MIT syntax; gas can now assemble either type of
482 file.
483 tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files.
484 From Steve Chamberlain:
485 m68kcoff.mt: for m68k COFF.
486 obj-coffbfd.c: (fixup_mdeps) added
487 (size_section) removed bad sanity check
488 (fill_section) added rs_machine_dependent case
489 (write_object_file) call fixup_mdeps
490 (fixup_segment) set fx_subsy to 0.
491 obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and
492 handle m68k.
493 tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala
494 pseudo ops.
495
db4d20e5
KR
496Tue Sep 8 17:10:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
497
498 * Makefile.in (LIBS): Include opcode library.
499
e53ab768
KR
500Fri Sep 4 18:20:56 1992 Ken Raeburn (raeburn@cygnus.com)
501
502 * config/tc-m68k.c (get_num, case SEG_BIG): If only small integers
503 including zero are accepted, pass +0.0.
504
7e10f53c
ILT
505Sun Aug 30 21:24:46 1992 Ian Lance Taylor (ian@cygnus.com)
506
507 * Makefile.in: map "as" through program_transform_name when
508 installing.
509
b0952e12
JW
510Sat Aug 29 12:11:12 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
511
512 * Makefile.in (as.new): Depend on LOCAL_LOADLIBES.
513
7f2cb270
KR
514Fri Aug 28 16:25:22 1992 Ian Lance Taylor (ian@cygnus.com)
515
516 * obj-bout.h, obj-bout.c (obj_header_append, obj_symbol_to_chars),
517 tc-i960.c (md_ri_to_chars): Always output bout object file in
518 little endian byte order (used to use endianness of host).
519
b2f221a9
KR
520Tue Aug 25 15:50:48 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
521
522 * config/tc-m68k.c (init_table): Now const. Always include 68851
523 data, so that "bc" is available to 68040 cache instructions.
524 Added "tt0", "tt1", and 68ec030 variants.
525 (md_assemble): Complain if 68000 (only) and 68881 are specified.
526 (enum _register): Added TT0, TT1.
527 (m68k_ip, cases '3' and 't'): Handle new operand type codes. Pass
528 line number correctly in "internal error" messages. Don't print
529 architecture-mismatch message for operand errors.
530
531 From Colin Smith (colin@wrs.com):
532 * config/tc-m68k.c (m68k_ip, case '_'): Use addword twice rather
533 than install_operand.
534
ab737e51
SC
535Tue Aug 25 15:13:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
536
537 * listing.c (buffer_line): rewind to the start of include
538 files, they might be included twice.
539
7f2cb270
KR
540 * z8k.c, z8k.h, z8k.mt: z8000 support stuff
541
7121231f
ILT
542Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)
543
544 * Makefile.in: defined TARGET_CPU for C code so that it can choose
545 one element of a family.
546
7f2cb270
KR
547 * tc-m68k.c: use TARGET_CPU to choose default cpu type.
548
549 * te-generic.h: default to LOCAL_LABELS_DOLLAR and LOCAL_LABELS_FB
550 so that we can assemble hand-written libgcc code.
551
4772861e
KR
552Fri Aug 21 14:38:44 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
553
554 * messages.c (as_warn): Use fputs, not fprintf, with a buffer that
555 has already been formatted (but may still contain %-characters).
556 (as_bad): Likewise.
557
7f2cb270
KR
558Wed Aug 19 11:20:59 1992 Ian Lance Taylor (ian@cygnus.com)
559
560 * tc-m68k.c, tc-m68kmote.c: the cas2 instruction is supposed to be
561 written with indirection on the last two operands, which can be
562 either data or address registers. Added a new operand type 'r'
563 which accepts either register type. Added '(' to notend stuff in
564 tc-m68kmote.c to accept (a0):(a2) in cas2 instruction.
565
09952cd9
KR
566Wed Aug 19 09:25:09 1992 Ken Raeburn (raeburn@cygnus.com)
567
568 * as.h (enum _relax_state): Start off at one, not zero, to better
569 catch uninitialized-variable errors.
570 (linkrelax): Declare new variable.
571
572 * messages.c (warning_count, error_count): Default initializer is
573 sufficient.
574
575 * write.c: Merged some declarations, using PARMS macro.
576 (text_frag_root, data_frag_root, bss_frag_root, text_last_frag,
577 data_last_frag): No longer static.
578 (write_object_file, case rs_align or rs_org): If HANDLE_ALIGN is
579 defined, call it. Change segments before calling fixup_segment.
580 (relax_align): If linkrelax, provide extra padding.
581
582 * obj-bout.c (obj_emit_relocations): Emit alignment relocs despite
583 their not having symbols associated.
584
585 * tc-i960.c (norelax, instrument_branches): Default initializer is
586 sufficient.
587 (linkrelax): Delete variable definition.
588 (mem_fmt): Call fix_new with NO_RELOC.
589 (tc_bout_fix_to_chars): Handle alignment relocs.
590 (i960_handle_align): New function.
591 * tc-i960.h (linkrelax): Delete declaration.
592 (HANDLE_ALIGN): New macro; calls i960_handle_align.
593 (NEED_FX_R_TYPE, NO_RELOC): New macros.
594
a457f4d9
KR
595Tue Aug 18 14:59:21 1992 Ken Raeburn (raeburn@cygnus.com)
596
597 * config/sparc.mt: New file. Grab sparc opcode table from bfd
598 library.
599
4b857710
ILT
600Tue Aug 18 14:16:38 1992 Ian Lance Taylor (ian@cygnus.com)
601
602 * Makefile.in: always create installation directories. Removed
603 MINUS_G, set CFLAGS to default to -g, added FLAGS_TO_PASS, passed
604 FLAGS_TO_PASS to recursive makes.
605
f7e9bc5a
SC
606Mon Aug 17 15:09:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
607
608 * input-scrub.c (input_scrub_pop, input_scrub_push): memcpy was
609 being used with args swapped, causing occasional lossage when
610 refilling buffers after an include file.
611
c1c28543
KR
612Mon Aug 17 13:18:51 1992 Ken Raeburn (raeburn@cygnus.com)
613
614 * messages.c (as_tsktsk): Use correct ANSI form for stdarg
615 version. Discard bogus DONTDEF version.
616 (as_warn, as_bad, as_fatal): Likewise.
617
2e20e59a
KR
618Fri Aug 14 18:31:14 1992 Ken Raeburn (raeburn@cygnus.com)
619
620 * config/tc-m68k.c (m68k_ip): If instruction is invalid for the
621 selected architecture, print a message saying so and listing what
622 processors support it, rather than saying "operands mismatch".
623
c8c7e0bf
KR
624Thu Aug 13 13:53:19 1992 Ken Raeburn (raeburn@cygnus.com)
625
626 * as.h [BROKEN_ASSERT]: If defined, turn off all assertion checks.
627
628 * config/ho-rs6000.h (M_RS6000): Don't define it.
629 (free): Declare it.
630 (BROKEN_ASSERT): Define it if not __STDC__.
631
7f2cb270
KR
632Tue Aug 11 12:58:14 1992 Ken Raeburn (raeburn@cygnus.com)
633
634 * sparc.mt: New file.
635
636Mon Aug 10 14:37:08 1992 Per Bothner (bothner@cygnus.com)
637
638 * tc-m68k.c: ".align N" means align to N-byte boundary *only*
639 if TN_SUN3; otherwise align to 2**N-byte bounary.
640
7fd3560a
SC
641Thu Aug 6 12:10:39 1992 Steve Chamberlain (sac@thepub.cygnus.com)
642
643 * read.c (s_fill): make the .fill size clamped error a warn and
644 fix bug where 0's were always placed.
645
7f2cb270
KR
646 * config/tc-h8300.c: if a :8 is seen after an operand, fill top
647 two bytes of any constant with 0xff:
648
62594bd7
SC
649Wed Aug 5 12:02:40 1992 Steve Chamberlain (sac@thepub.cygnus.com)
650
651 * config/tc-m68k.c (md_pseudo_table): fix the .align thing
4f3569fa 652 the right way; for just the 68k. Sun 3 .align is nbytes, not ptwo.
62594bd7 653
7f2cb270
KR
654Wed Aug 5 01:54:34 1992 John Gilmore (gnu at cygnus.com)
655
656 * tc-m68k.c (try_index): Error if index scaling specified and
657 assembling for an older CPU than a 68020.
658
680227f3
KR
659Sat Aug 1 19:10:13 1992 Ken Raeburn (raeburn@cygnus.com)
660
661 * config/tc-sparc.c (tc_aout_fix_to_chars): If pc-relative, take
662 fx_offset into account.
663
c51ccfd5
KR
664Fri Jul 31 21:53:28 1992 Ken Raeburn (raeburn@cygnus.com)
665
666 * configure.in (mips host): Accept "ultrix" with version number.
667
668 * expr.c (floating_constant): Separate "=-" to avoid confusing
669 ancient or broken compilers.
670
671 * config/tc-m68k.c (m68k_ip): Mismatch error could also indicate
672 processor/opcode mismatch, so reword the error message.
673 (md_assemble): If no CPU has been set (even if FPU/PMMU
674 characteristics have been), default to 68020. Don't need extra
675 quotes around error string.
676
14f1fc24
JW
677Fri Jul 31 12:26:34 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
678
679 * read.c (potable): Revert sac's incorrect change made Jul 13.
680 Align really is supposed to be ptwo not nbytes.
681
682Mon Jul 20 02:51:59 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
683
684 * Makefile.in: _Do_ include libiberty. (from sef)
685
686Fri Jul 17 15:15:28 1992 Ken Raeburn (raeburn@cygnus.com)
687
688 * expr.c (integer_constant): Handle "0f" and "0b" label references
689 properly.
690
462088b8
SC
691Thu Jul 16 08:20:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
692
693 * write.c (fixup_segment): if relaxing, don't do anything.
694 * config/obj-bout.[ch] : maintain the a_relaxable file header info
695 * config/tc-i960.c: new option -linkrelax
696
697Mon Jul 13 14:11:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
698
699 * expr.c (expr): allow SEG_BSS in expressions
700 * read.c (potable): align should be nbytes, not ptwo!
701 * write.c (write_object_file): extra glue for new bss attributes
702 (relax_segment): SEG_BSS is ok now
703 * config/tc-m68k.c (m68k_ip_op): can now parse more @( modes
704
7f2cb270
KR
705Mon Jul 6 17:09:32 1992 Steve Chamberlain (sac@cygnus.com)
706
707 * obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT
708
462088b8
SC
709Mon Jun 1 16:20:22 1992 Michael Tiemann (tiemann@cygnus.com)
710
711 * configure.in: recognize m680x0 as having sun3 emulation mode for
712 vxworks environment.
713
714
0b0b5dba
DHW
715Tue Jun 30 20:25:54 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
716
717 * Makefile.in: Add program_suffix (parallel to program_prefix)
718
7c2d4011
SC
719Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
720
721 * app.c (process_escape): new function to handle escapes the right
722 way, (do_scrub_next_char): use new function
723 * cond.c (s_ifdef): do ifdef/ifndef right
724 * read.c (s_fill): make the , expressions optional like the doc
725 says
726 * config/tc-h8300.[ch]: better warnings
727
90d49457
SC
728Tue Jun 9 07:54:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
729
65bfcf2e
SC
730 * subsegs.c (subsegs_begin): create bss0_frchainP in the same was
731 as data0_frchainP
732
733 * write.c (write_object_file): various changes to handle data in
734 the BSS segment in much the same was as stuff in the DATA segment.
735
7f2cb270
KR
736 * tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
737 pcrel data stuff. (md_estimate_size_before_relax): when relaxing a
738 68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into
739 the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put
740 it into SEG_BSS
462088b8
SC
741
742Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)
743
744 * expr.c(expr): allow SEG_REGISTER in expressions.
745 * read.c(pseudo_set): register expressions can be the source of a
746 set.
747 * subsegs.c (subseg_new): Now -R forces all changes to SEG_DATA to
748 goto SEG_TEXT (if a.out)
749 * write.c (write_object_file): If a.out don't use the old way for
750 -R.
751 * config/obj-a.out (s_sect): complain if the user tries to use a
752 subsegment with a value which might interfere with out -R hackery.
753 * config/tc-m68k.c (m68k_reg_parse): lookup names in symbol table
754 rather than use ugly if tree. (init_regtable): insert register
755 names into symbol table.
756
757Tue Jun 2 16:47:09 1992 Steve Chamberlain (sac@cygnus.com)
758
759 * write.c (write_object_file): keep the fix_tail clean, which
760 fixes a bug in -R where relocations were being lost.
90d49457 761
f8701a3f
SC
762Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)
763
764 * expr.c(expr): allow SEG_REGISTER in expressions.
765 * read.c(pseudo_set): register expressions can be the source of a
766 set.
767 * subsegs.c (subseg_new): Now -R forces all changes to SEG_DATA to
768 goto SEG_TEXT (if a.out)
769 * write.c (write_object_file): If a.out don't use the old way for
770 -R.
771 * config/obj-a.out (s_sect): complain if the user tries to use a
772 subsegment with a value which might interfere with out -R hackery.
773 * config/tc-m68k.c (m68k_reg_parse): lookup names in symbol table
774 rather than use ugly if tree. (init_regtable): insert register
775 names into symbol table.
776
ebfb4167
MT
777Tue Jun 2 16:47:09 1992 Steve Chamberlain (sac@cygnus.com)
778
779 * write.c (write_object_file): keep the fix_tail clean, which
780 fixes a bug in -R where relocations were being lost.
781
782Mon Jun 1 16:20:22 1992 Michael Tiemann (tiemann@cygnus.com)
783
784 * configure.in: recognize m680x0 as having sun3 emulation mode for
785 vxworks environment.
786
787Sun May 31 05:33:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
788
789 * configure.in: recognize m680x0 as an m68k
790
dfd53fe9
JW
791Thu May 28 11:22:02 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
792
793 * configure.in: Recognize sparclite as a sparc variant.
794
7f2cb270
KR
795 * tc-sparc.c: Use new ARCHITECTURES_CONFLICT_P macro. Mention new
796 -Asparclite flag.
797
d312e231
SC
798Tue May 26 16:47:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
799
800 * config/tc-a29k.c: lint
801 * listing.c, expr.c: patches from Andrew Smith
802
7f2cb270
KR
803Mon May 4 18:56:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
804
805 * obj-coffbfd.c: use is a synonym for section, (do_relocs_for):
806 calc the base of relocs correctly.
807 * tc-a29k.c (parse_operand): allow expressions to be in any section.
808
d312e231
SC
809Mon Apr 27 13:13:31 1992 K. Richard Pixley (rich@cygnus.com)
810
811 * as.c, write.c: use -K rather than -k for the broken word warning
812 option.
813
fa493b93
RP
814Tue Apr 21 13:35:30 1992 K. Richard Pixley (rich@cygnus.com)
815
816 * Makefile.in: do not print recursion lines.
817
d96c09ed
RP
818Wed Apr 15 21:19:31 1992 K. Richard Pixley (rich@rtl.cygnus.com)
819
820 * Makefile.in: the tooldir copy of gas goes directly in tooldir.
821
822Tue Apr 14 14:50:22 1992 Ken Raeburn (Raeburn@Cygnus.COM)
823
824 * write.c (write_object_file): For b.out format, round up section
825 start addresses to match required alignment.
826
81484684
KR
827Thu Apr 9 05:45:29 1992 Ken Raeburn (Raeburn@Cygnus.COM)
828
829 * Makefile.in (install): Install into $(tooldir)/bin, since that's
830 where gcc looks for it.
831
3876b4c5
SEF
832Tue Apr 7 15:12:15 1992 Sean Eric Fagan (sef@cygnus.com)
833
834 * Makefile.in: Changed some lines to be less confusing for some
835 makes.
836
837 * input-file.c: Conditionalize on _IOFBF, not VMS.
838
839 * read.c, write.c: Change a series of ifdef/elif to
840 ifdef/else/ifdef etc.
841
842Fri Mar 27 12:21:16 1992 K. Richard Pixley (rich@cygnus.com)
843
844 * symbols.c (fb_label_init): fix sizeof to memset.
845
95a925b8
RP
846Fri Mar 13 15:45:44 1992 K. Richard Pixley (rich@cygnus.com)
847
3876b4c5
SEF
848 * Makefile.in: install the man page.
849
95a925b8
RP
850 * Makefile.in: pass down MAKEINFO explicitly on info.
851
5d53038b
SC
852Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
853
854 * flonum-const.c: renamed flonum-konst.c to stop dos name
855 conflict.
856
7f2cb270
KR
857Thu Mar 12 04:42:38 1992 K. Richard Pixley (rich@cygnus.com)
858
859 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
860 tc-m68k.h to te-sun3.h.
861
8c1b25e4
RP
862Wed Mar 11 23:32:42 1992 K. Richard Pixley (rich@cygnus.com)
863
864 * configure.in: vxworks68 gets te-sun3.h.
865
866 * expr.c: remove limitation that local_labels_dollar or
867 local_labels_fb must be < 10.
868
869 * symbols.c: remove local_labels_dollar, replace with a function
870 interface for a sparse array. All users adjusted.
871
7f2cb270
KR
872 * te-sun3.h: add LOCAL_LABELS_DOLLAR.
873
8c1b25e4
RP
874Fri Mar 6 21:57:18 1992 K. Richard Pixley (rich@cygnus.com)
875
876 * Makefile.in: added check target.
877
878Tue Mar 3 15:45:56 1992 K. Richard Pixley (rich@rtl.cygnus.com)
879
880 * Makefile.in: added tooldir and program_prefix.
881
882Sun Mar 1 04:43:19 1992 Michael Tiemann (tiemann@cygnus.com)
883
884 * write.{c,h} (fix_new): Make these declarations consistent.
885
1651b22d
MT
886Sat Feb 29 13:59:10 1992 Michael Tiemann (tiemann@cygnus.com)
887
888 * Makefile.in (strerror.o): Add rule so that broken Sun make can
889 work in subdirs.
890
5373c439
SC
891Wed Feb 26 19:26:28 1992 Steve Chamberlain (sac at thepub.cygnus.com)
892
893 * read.c, obj-coffbfd.c : fix h8300 specific bit rot
894
895 * expr.c (operand): if can't work out what sort of operand it is,
896 then look through FLT_CHARS for a hint.
897
8c1b25e4
RP
898Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
899
900 * Makefile.in, configure.in: removed traces of namesubdir,
901 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
902 copyrights to '92, changed some from Cygnus to FSF.
903
f24f7577
SC
904Tue Feb 25 14:17:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
905
14d3e47b
SC
906 * expr.c: If an expression is single comma, then return with
907 SEG_ABSENT rather than an error - since the sparc front end does
908 really strange things with things like fbge,a
909
f24f7577
SC
910 * as.h: include bfd.h if using many sections
911 * expr.c: LOCAL_LABELS_FB had been changed to lower case - so
912 local labels didn't work.
913 * listing.c (list_symbol_table): don't core dump when there's no
914 symbol there.
915 * write.c, write.h: call fix_new with the right number of args on
916 the H8.
917 * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make
918 errors nices
919
c593cf41
SC
920Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com)
921
922 * app.c: MRI compatibility - allow single quote to start a string.
923 * as.c: fix typo recently introduced.
924 * as.h : Don't include aout/reloc.h - it's not right for COFF!
925 * expr.c: Much rewriting, to accomodate MRI syntax for
926 expressions. Also easier to read now.
927 * listing.c: Put back defuns
928 * read.c: modified to accept MRI syntax, put back listing pseudo
929 ops so that an assembler built with NO_LISTING ignores list ops
930 rather than pukes.
931 * write.c, write.h: fixs - only keep a reloc type in a fix if the target
932 machine is a SPARC or a 29K.
933 * config/obj-aout.c: added s_sect pseudo op
934 * config/obj-coffbfd.c: lints, set the filehdr flags right and
935 fill in the timestamp.
936 * config/obj-coffbfd.h: Since we don't include aout/reloc.h
937 anymore, define all the relocs which the tc-<x> bit will use so we
938 can translate from them to the coff types.
939 * config/tc-a29k.c: reloc_type isn't ane enum any more
940 * config/tc-m68k.c: Added NO_RELOC definition.
941
2d97273c
RP
942Fri Feb 21 06:21:07 1992 K. Richard Pixley (rich@rtl.cygnus.com)
943
c593cf41
SC
944 * Makefile.in: put header files before C source for TAGS; remove
945 references to non-existent syscalls.h.
946
2d97273c
RP
947 * read.c, write.c subsegs.c: back out the .bss changes.
948
7f2cb270
KR
949 * obj-aout.c: do not include stab.gnu.h if NO_LISTING.
950
951 * tc-i860.c, a.out.gnu.h: move i860 relocs to a proper place.
952
953 * a.out.h: removed.
954
6d5460ab
RP
955Fri Feb 21 01:08:48 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
956
957 * symbols.c (local_label_name): symbols now start with ^A.
958
959 * read.c, subsegs.c, write.c obj-coff.c: added handling of
960 `.bss` pseudo op for unitialized data. The new gcc (1.37.9x)
961 generate these sections. .align: will use NOP_OPCODE or 0
962 for padding. This is just for being nice to the
963 disassembler.
964
965 * expr.c (operand): changed to generate local label "\001L0"
966 starting with a ^A so that it is recognized as a local label.
967
968 * as.c (perform_an_assembly_pass): zero bss_fix_root, too.
969
7f2cb270
KR
970 * tc-i386.c: tc-i386.c: added handling of the following opcodes:
971 i/o opcodes - inb, inw, outb and outw. string manipulation with
972 att syntax - scmp, slod, smov, ssca, ssto.
973
974 * obj-coff.c: (for aix386) Moved the symbols .text, .data and .bss
975 to just after .file .
976
977 In obj_crawl_symbol_chain() where it tries to put the external
978 symbols apart, with the condition:
979 (!S_IS_DEFINED(symbolP) &&
980 !S_IS_DEBUG(symbolP) &&
981 !SF_GET_STATICS(symbolP))
982 it was moving too many symbols out. So I switch it back to the
983 condition:
984 (S_GET_STORAGE_CLASS(symbolP) == C_EXT && !SF_GET_FUNCTION(symbolP))
985
986 In obj_emit_relocations() added the conditional on KEEP_RELOC_INFO
987 so that we don't use the F_RELFLG which make the linker complain
988 that somebody has stripped the relocation info.
989
990 Also, the AIX ld program require that the relocation table
991 is sorted by r_vaddr like the standard ATT assembler does.
992
993 [he also changed the sizeof(struct ...)'s into the coff
994 style FOOSZ macros. I'm not sure this is right, but I can't
995 remember why. xoxorich.]
996
d6e344db
RP
997Fri Feb 21 01:08:48 1992 K. Richard Pixley (rich@cygnus.com)
998
999 * Makefile.in, configure.in, doc: use the doc. Build it, install
1000 it, clean it, etc.
1001
eb9eacd3
RP
1002Tue Feb 18 02:21:25 1992 K. Richard Pixley (rich at cygnus.com)
1003
aa3782d2
RP
1004 * read.c: white space and comments only.
1005
f816adbc
RP
1006 * configure.in: use the new atof-ns32.c for ns32k.
1007
eb9eacd3
RP
1008 * write.c: comment change only.
1009
7f2cb270
KR
1010 * tc-m88k.[hc]: pulled in from hack's unfinished work. These
1011 aren't yet integrated.
1012
1013 * tc-i860.[hc]: blew off the dust. Something must still be done
1014 about conflicting relocation types.
1015
1016 * tc-ns32k.c: Replaced previous tc_aout_fix_to_chars stub with the
1017 real thing.
1018
1019 * tc-i960.c, tc-sparc.c: white space and comments only.
1020
1021 * tc-a29k.h: delete duplicate macro definition.
1022
1023 * new file atof-ns32k.c copied from hack's last unreleased gas.
1024
542e1629 1025Mon Feb 17 07:51:06 1992 K. Richard Pixley (rich at cygnus.com)
b3ca913f 1026
eb9eacd3
RP
1027 * config/tc-ns32k.c: actually make tc_aout_fix_to_chars work
1028 rather than abort.
1029
542e1629
RP
1030 * nearly everything. flush ChangeLog, package as gas-1.92.1.
1031 ChangeLog's prior to this are sketchy at best. I have logs.
1032 They just aren't ChangeLogs.
This page took 0.08392 seconds and 4 git commands to generate.