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