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