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