* app.c: MRI compatibility - allow single quote to start a string.
[external/binutils.git] / gas / ChangeLog
1 Sat Feb 22 12:26:28 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
2
3         * app.c: MRI compatibility - allow single quote to start a string.
4         * as.c: fix typo recently introduced.
5         * as.h : Don't include aout/reloc.h - it's not right for COFF!
6         * expr.c: Much rewriting, to accomodate MRI syntax for
7         expressions. Also easier to read now.
8         * listing.c: Put back defuns
9         * read.c: modified to accept MRI syntax, put back listing pseudo
10         ops so that an assembler built with NO_LISTING ignores list ops
11         rather than pukes.
12         * write.c, write.h: fixs - only keep a reloc type in a fix if the target
13         machine is a SPARC or a 29K.
14         * config/obj-aout.c: added s_sect pseudo op
15         * config/obj-coffbfd.c: lints, set the filehdr flags right and
16         fill in the timestamp.
17         * config/obj-coffbfd.h: Since we don't include aout/reloc.h
18         anymore, define all the relocs which the tc-<x> bit will use so we
19         can translate from them to the coff types.
20         * config/tc-a29k.c: reloc_type isn't ane enum any more
21         * config/tc-m68k.c: Added NO_RELOC definition.
22
23 Fri Feb 21 06:21:07 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
24
25         * Makefile.in: put header files before C source for TAGS; remove
26           references to non-existent syscalls.h.
27
28         * read.c, write.c subsegs.c: back out the .bss changes.
29
30 Fri Feb 21 01:08:48 1992  Minh Tran-Le (TRANLE@INTELLICORP.COM)
31
32         * symbols.c (local_label_name): symbols now start with ^A.
33
34         * read.c, subsegs.c, write.c obj-coff.c: added handling of
35           `.bss` pseudo op for unitialized data. The new gcc (1.37.9x)
36           generate these sections.  .align: will use NOP_OPCODE or 0
37           for padding. This is just for being nice to the
38           disassembler.
39
40         * expr.c (operand): changed to generate local label "\001L0"
41           starting with a ^A so that it is recognized as a local label.
42
43         * as.c (perform_an_assembly_pass): zero bss_fix_root, too.
44
45 Fri Feb 21 01:08:48 1992  K. Richard Pixley  (rich@cygnus.com)
46
47         * Makefile.in, configure.in, doc: use the doc.  Build it, install
48           it, clean it, etc.
49
50 Tue Feb 18 02:21:25 1992  K. Richard Pixley  (rich at cygnus.com)
51
52         * read.c: white space and comments only.
53
54         * configure.in: use the new atof-ns32.c for ns32k.
55
56         * write.c: comment change only.
57
58 Mon Feb 17 07:51:06 1992  K. Richard Pixley  (rich at cygnus.com)
59
60         * config/tc-ns32k.c: actually make tc_aout_fix_to_chars work
61           rather than abort.
62                                        
63         * nearly everything.  flush ChangeLog, package as gas-1.92.1.
64           ChangeLog's prior to this are sketchy at best.  I have logs.
65           They just aren't ChangeLogs.