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