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