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