3 * subsegs.c (subseg_change): allow and handle a change into SEG_BSS.
7 * expr.c(expr): allow SEG_REGISTER in expressions.
8 * read.c(pseudo_set): register expressions can be the source of a
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
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.
22 * write.c (write_object_file): keep the fix_tail clean, which
23 fixes a bug in -R where relocations were being lost.
27 * configure.in: recognize m680x0 as having sun3 emulation mode for
32 * configure.in: recognize m680x0 as an m68k
36 * configure.in: Recognize sparclite as a sparc variant.
40 * config/tc-a29k.c: lint
41 * listing.c, expr.c: patches from Andrew Smith
45 * as.c, write.c: use -K rather than -k for the broken word warning
50 * Makefile.in: do not print recursion lines.
54 * Makefile.in: the tooldir copy of gas goes directly in tooldir.
58 * write.c (write_object_file): For b.out format, round up section
59 start addresses to match required alignment.
63 * Makefile.in (install): Install into $(tooldir)/bin, since that's
64 where gcc looks for it.
68 * Makefile.in: Changed some lines to be less confusing for some
71 * input-file.c: Conditionalize on _IOFBF, not VMS.
73 * read.c, write.c: Change a series of ifdef/elif to
78 * symbols.c (fb_label_init): fix sizeof to memset.
82 * Makefile.in: install the man page.
84 * Makefile.in: pass down MAKEINFO explicitly on info.
88 * flonum-const.c: renamed flonum-konst.c to stop dos name
93 * configure.in: vxworks68 gets te-sun3.h.
95 * expr.c: remove limitation that local_labels_dollar or
96 local_labels_fb must be < 10.
98 * symbols.c: remove local_labels_dollar, replace with a function
99 interface for a sparse array. All users adjusted.
103 * Makefile.in: added check target.
107 * Makefile.in: added tooldir and program_prefix.
111 * write.{c,h} (fix_new): Make these declarations consistent.
115 * Makefile.in (strerror.o): Add rule so that broken Sun make can
118 Wed Feb 26 19:26:28 1992 Steve Chamberlain (sac at thepub.cygnus.com)
120 * read.c, obj-coffbfd.c : fix h8300 specific bit rot
122 * expr.c (operand): if can't work out what sort of operand it is,
123 then look through FLT_CHARS for a hint.
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.
131 Tue Feb 25 14:17:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
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
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
142 * write.c, write.h: call fix_new with the right number of args on
144 * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make
147 Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com)
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
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.
171 * Makefile.in: put header files before C source for TAGS; remove
172 references to non-existent syscalls.h.
174 * read.c, write.c subsegs.c: back out the .bss changes.
178 * symbols.c (local_label_name): symbols now start with ^A.
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
186 * expr.c (operand): changed to generate local label "\001L0"
187 starting with a ^A so that it is recognized as a local label.
189 * as.c (perform_an_assembly_pass): zero bss_fix_root, too.
193 * Makefile.in, configure.in, doc: use the doc. Build it, install
196 Tue Feb 18 02:21:25 1992 K. Richard Pixley (rich at cygnus.com)
198 * read.c: white space and comments only.
200 * configure.in: use the new atof-ns32.c for ns32k.
202 * write.c: comment change only.
204 Mon Feb 17 07:51:06 1992 K. Richard Pixley (rich at cygnus.com)
206 * config/tc-ns32k.c: actually make tc_aout_fix_to_chars work
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.