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