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