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