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