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