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