Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
f7e9bc5a
SC
1Mon Aug 17 15:09:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2
3 * input-scrub.c (input_scrub_pop, input_scrub_push): memcpy was
4 being used with args swapped, causing occasional lossage when
5 refilling buffers after an include file.
6
c1c28543
KR
7Mon Aug 17 13:18:51 1992 Ken Raeburn (raeburn@cygnus.com)
8
9 * messages.c (as_tsktsk): Use correct ANSI form for stdarg
10 version. Discard bogus DONTDEF version.
11 (as_warn, as_bad, as_fatal): Likewise.
12
2e20e59a
KR
13Fri Aug 14 18:31:14 1992 Ken Raeburn (raeburn@cygnus.com)
14
15 * config/tc-m68k.c (m68k_ip): If instruction is invalid for the
16 selected architecture, print a message saying so and listing what
17 processors support it, rather than saying "operands mismatch".
18
c8c7e0bf
KR
19Thu Aug 13 13:53:19 1992 Ken Raeburn (raeburn@cygnus.com)
20
21 * as.h [BROKEN_ASSERT]: If defined, turn off all assertion checks.
22
23 * config/ho-rs6000.h (M_RS6000): Don't define it.
24 (free): Declare it.
25 (BROKEN_ASSERT): Define it if not __STDC__.
26
7fd3560a
SC
27Thu Aug 6 12:10:39 1992 Steve Chamberlain (sac@thepub.cygnus.com)
28
29 * read.c (s_fill): make the .fill size clamped error a warn and
30 fix bug where 0's were always placed.
31
62594bd7
SC
32Wed Aug 5 12:02:40 1992 Steve Chamberlain (sac@thepub.cygnus.com)
33
34 * config/tc-m68k.c (md_pseudo_table): fix the .align thing
4f3569fa 35 the right way; for just the 68k. Sun 3 .align is nbytes, not ptwo.
62594bd7 36
680227f3
KR
37Sat Aug 1 19:10:13 1992 Ken Raeburn (raeburn@cygnus.com)
38
39 * config/tc-sparc.c (tc_aout_fix_to_chars): If pc-relative, take
40 fx_offset into account.
41
c51ccfd5
KR
42Fri Jul 31 21:53:28 1992 Ken Raeburn (raeburn@cygnus.com)
43
44 * configure.in (mips host): Accept "ultrix" with version number.
45
46 * expr.c (floating_constant): Separate "=-" to avoid confusing
47 ancient or broken compilers.
48
49 * config/tc-m68k.c (m68k_ip): Mismatch error could also indicate
50 processor/opcode mismatch, so reword the error message.
51 (md_assemble): If no CPU has been set (even if FPU/PMMU
52 characteristics have been), default to 68020. Don't need extra
53 quotes around error string.
54
14f1fc24
JW
55Fri Jul 31 12:26:34 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
56
57 * read.c (potable): Revert sac's incorrect change made Jul 13.
58 Align really is supposed to be ptwo not nbytes.
59
60Mon Jul 20 02:51:59 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
61
62 * Makefile.in: _Do_ include libiberty. (from sef)
63
64Fri Jul 17 15:15:28 1992 Ken Raeburn (raeburn@cygnus.com)
65
66 * expr.c (integer_constant): Handle "0f" and "0b" label references
67 properly.
68
462088b8
SC
69Thu Jul 16 08:20:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
70
71 * write.c (fixup_segment): if relaxing, don't do anything.
72 * config/obj-bout.[ch] : maintain the a_relaxable file header info
73 * config/tc-i960.c: new option -linkrelax
74
75Mon Jul 13 14:11:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
76
77 * expr.c (expr): allow SEG_BSS in expressions
78 * read.c (potable): align should be nbytes, not ptwo!
79 * write.c (write_object_file): extra glue for new bss attributes
80 (relax_segment): SEG_BSS is ok now
81 * config/tc-m68k.c (m68k_ip_op): can now parse more @( modes
82
83Mon Jun 1 16:20:22 1992 Michael Tiemann (tiemann@cygnus.com)
84
85 * configure.in: recognize m680x0 as having sun3 emulation mode for
86 vxworks environment.
87
88
0b0b5dba
DHW
89Tue Jun 30 20:25:54 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
90
91 * Makefile.in: Add program_suffix (parallel to program_prefix)
92
7c2d4011
SC
93Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
94
95 * app.c (process_escape): new function to handle escapes the right
96 way, (do_scrub_next_char): use new function
97 * cond.c (s_ifdef): do ifdef/ifndef right
98 * read.c (s_fill): make the , expressions optional like the doc
99 says
100 * config/tc-h8300.[ch]: better warnings
101
90d49457
SC
102Tue Jun 9 07:54:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
103
65bfcf2e
SC
104 * subsegs.c (subsegs_begin): create bss0_frchainP in the same was
105 as data0_frchainP
106
107 * write.c (write_object_file): various changes to handle data in
108 the BSS segment in much the same was as stuff in the DATA segment.
109
462088b8
SC
110
111Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)
112
113 * expr.c(expr): allow SEG_REGISTER in expressions.
114 * read.c(pseudo_set): register expressions can be the source of a
115 set.
116 * subsegs.c (subseg_new): Now -R forces all changes to SEG_DATA to
117 goto SEG_TEXT (if a.out)
118 * write.c (write_object_file): If a.out don't use the old way for
119 -R.
120 * config/obj-a.out (s_sect): complain if the user tries to use a
121 subsegment with a value which might interfere with out -R hackery.
122 * config/tc-m68k.c (m68k_reg_parse): lookup names in symbol table
123 rather than use ugly if tree. (init_regtable): insert register
124 names into symbol table.
125
126Tue Jun 2 16:47:09 1992 Steve Chamberlain (sac@cygnus.com)
127
128 * write.c (write_object_file): keep the fix_tail clean, which
129 fixes a bug in -R where relocations were being lost.
90d49457 130
f8701a3f
SC
131Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)
132
133 * expr.c(expr): allow SEG_REGISTER in expressions.
134 * read.c(pseudo_set): register expressions can be the source of a
135 set.
136 * subsegs.c (subseg_new): Now -R forces all changes to SEG_DATA to
137 goto SEG_TEXT (if a.out)
138 * write.c (write_object_file): If a.out don't use the old way for
139 -R.
140 * config/obj-a.out (s_sect): complain if the user tries to use a
141 subsegment with a value which might interfere with out -R hackery.
142 * config/tc-m68k.c (m68k_reg_parse): lookup names in symbol table
143 rather than use ugly if tree. (init_regtable): insert register
144 names into symbol table.
145
ebfb4167
MT
146Tue Jun 2 16:47:09 1992 Steve Chamberlain (sac@cygnus.com)
147
148 * write.c (write_object_file): keep the fix_tail clean, which
149 fixes a bug in -R where relocations were being lost.
150
151Mon Jun 1 16:20:22 1992 Michael Tiemann (tiemann@cygnus.com)
152
153 * configure.in: recognize m680x0 as having sun3 emulation mode for
154 vxworks environment.
155
156Sun May 31 05:33:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
157
158 * configure.in: recognize m680x0 as an m68k
159
dfd53fe9
JW
160Thu May 28 11:22:02 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
161
162 * configure.in: Recognize sparclite as a sparc variant.
163
d312e231
SC
164Tue May 26 16:47:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
165
166 * config/tc-a29k.c: lint
167 * listing.c, expr.c: patches from Andrew Smith
168
169Mon Apr 27 13:13:31 1992 K. Richard Pixley (rich@cygnus.com)
170
171 * as.c, write.c: use -K rather than -k for the broken word warning
172 option.
173
fa493b93
RP
174Tue Apr 21 13:35:30 1992 K. Richard Pixley (rich@cygnus.com)
175
176 * Makefile.in: do not print recursion lines.
177
d96c09ed
RP
178Wed Apr 15 21:19:31 1992 K. Richard Pixley (rich@rtl.cygnus.com)
179
180 * Makefile.in: the tooldir copy of gas goes directly in tooldir.
181
182Tue Apr 14 14:50:22 1992 Ken Raeburn (Raeburn@Cygnus.COM)
183
184 * write.c (write_object_file): For b.out format, round up section
185 start addresses to match required alignment.
186
81484684
KR
187Thu Apr 9 05:45:29 1992 Ken Raeburn (Raeburn@Cygnus.COM)
188
189 * Makefile.in (install): Install into $(tooldir)/bin, since that's
190 where gcc looks for it.
191
3876b4c5
SEF
192Tue Apr 7 15:12:15 1992 Sean Eric Fagan (sef@cygnus.com)
193
194 * Makefile.in: Changed some lines to be less confusing for some
195 makes.
196
197 * input-file.c: Conditionalize on _IOFBF, not VMS.
198
199 * read.c, write.c: Change a series of ifdef/elif to
200 ifdef/else/ifdef etc.
201
202Fri Mar 27 12:21:16 1992 K. Richard Pixley (rich@cygnus.com)
203
204 * symbols.c (fb_label_init): fix sizeof to memset.
205
95a925b8
RP
206Fri Mar 13 15:45:44 1992 K. Richard Pixley (rich@cygnus.com)
207
3876b4c5
SEF
208 * Makefile.in: install the man page.
209
95a925b8
RP
210 * Makefile.in: pass down MAKEINFO explicitly on info.
211
5d53038b
SC
212Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
213
214 * flonum-const.c: renamed flonum-konst.c to stop dos name
215 conflict.
216
8c1b25e4
RP
217Wed Mar 11 23:32:42 1992 K. Richard Pixley (rich@cygnus.com)
218
219 * configure.in: vxworks68 gets te-sun3.h.
220
221 * expr.c: remove limitation that local_labels_dollar or
222 local_labels_fb must be < 10.
223
224 * symbols.c: remove local_labels_dollar, replace with a function
225 interface for a sparse array. All users adjusted.
226
227Fri Mar 6 21:57:18 1992 K. Richard Pixley (rich@cygnus.com)
228
229 * Makefile.in: added check target.
230
231Tue Mar 3 15:45:56 1992 K. Richard Pixley (rich@rtl.cygnus.com)
232
233 * Makefile.in: added tooldir and program_prefix.
234
235Sun Mar 1 04:43:19 1992 Michael Tiemann (tiemann@cygnus.com)
236
237 * write.{c,h} (fix_new): Make these declarations consistent.
238
1651b22d
MT
239Sat Feb 29 13:59:10 1992 Michael Tiemann (tiemann@cygnus.com)
240
241 * Makefile.in (strerror.o): Add rule so that broken Sun make can
242 work in subdirs.
243
5373c439
SC
244Wed Feb 26 19:26:28 1992 Steve Chamberlain (sac at thepub.cygnus.com)
245
246 * read.c, obj-coffbfd.c : fix h8300 specific bit rot
247
248 * expr.c (operand): if can't work out what sort of operand it is,
249 then look through FLT_CHARS for a hint.
250
8c1b25e4
RP
251Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
252
253 * Makefile.in, configure.in: removed traces of namesubdir,
254 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
255 copyrights to '92, changed some from Cygnus to FSF.
256
f24f7577
SC
257Tue Feb 25 14:17:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
258
14d3e47b
SC
259 * expr.c: If an expression is single comma, then return with
260 SEG_ABSENT rather than an error - since the sparc front end does
261 really strange things with things like fbge,a
262
f24f7577
SC
263 * as.h: include bfd.h if using many sections
264 * expr.c: LOCAL_LABELS_FB had been changed to lower case - so
265 local labels didn't work.
266 * listing.c (list_symbol_table): don't core dump when there's no
267 symbol there.
268 * write.c, write.h: call fix_new with the right number of args on
269 the H8.
270 * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make
271 errors nices
272
c593cf41
SC
273Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com)
274
275 * app.c: MRI compatibility - allow single quote to start a string.
276 * as.c: fix typo recently introduced.
277 * as.h : Don't include aout/reloc.h - it's not right for COFF!
278 * expr.c: Much rewriting, to accomodate MRI syntax for
279 expressions. Also easier to read now.
280 * listing.c: Put back defuns
281 * read.c: modified to accept MRI syntax, put back listing pseudo
282 ops so that an assembler built with NO_LISTING ignores list ops
283 rather than pukes.
284 * write.c, write.h: fixs - only keep a reloc type in a fix if the target
285 machine is a SPARC or a 29K.
286 * config/obj-aout.c: added s_sect pseudo op
287 * config/obj-coffbfd.c: lints, set the filehdr flags right and
288 fill in the timestamp.
289 * config/obj-coffbfd.h: Since we don't include aout/reloc.h
290 anymore, define all the relocs which the tc-<x> bit will use so we
291 can translate from them to the coff types.
292 * config/tc-a29k.c: reloc_type isn't ane enum any more
293 * config/tc-m68k.c: Added NO_RELOC definition.
294
2d97273c
RP
295Fri Feb 21 06:21:07 1992 K. Richard Pixley (rich@rtl.cygnus.com)
296
c593cf41
SC
297 * Makefile.in: put header files before C source for TAGS; remove
298 references to non-existent syscalls.h.
299
2d97273c
RP
300 * read.c, write.c subsegs.c: back out the .bss changes.
301
6d5460ab
RP
302Fri Feb 21 01:08:48 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
303
304 * symbols.c (local_label_name): symbols now start with ^A.
305
306 * read.c, subsegs.c, write.c obj-coff.c: added handling of
307 `.bss` pseudo op for unitialized data. The new gcc (1.37.9x)
308 generate these sections. .align: will use NOP_OPCODE or 0
309 for padding. This is just for being nice to the
310 disassembler.
311
312 * expr.c (operand): changed to generate local label "\001L0"
313 starting with a ^A so that it is recognized as a local label.
314
315 * as.c (perform_an_assembly_pass): zero bss_fix_root, too.
316
d6e344db
RP
317Fri Feb 21 01:08:48 1992 K. Richard Pixley (rich@cygnus.com)
318
319 * Makefile.in, configure.in, doc: use the doc. Build it, install
320 it, clean it, etc.
321
eb9eacd3
RP
322Tue Feb 18 02:21:25 1992 K. Richard Pixley (rich at cygnus.com)
323
aa3782d2
RP
324 * read.c: white space and comments only.
325
f816adbc
RP
326 * configure.in: use the new atof-ns32.c for ns32k.
327
eb9eacd3
RP
328 * write.c: comment change only.
329
542e1629 330Mon Feb 17 07:51:06 1992 K. Richard Pixley (rich at cygnus.com)
b3ca913f 331
eb9eacd3
RP
332 * config/tc-ns32k.c: actually make tc_aout_fix_to_chars work
333 rather than abort.
334
542e1629
RP
335 * nearly everything. flush ChangeLog, package as gas-1.92.1.
336 ChangeLog's prior to this are sketchy at best. I have logs.
337 They just aren't ChangeLogs.
This page took 0.046843 seconds and 4 git commands to generate.