Added h8300xray target
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
fa493b93
RP
1Tue Apr 21 13:35:30 1992 K. Richard Pixley (rich@cygnus.com)
2
3 * Makefile.in: do not print recursion lines.
4
d96c09ed
RP
5Wed Apr 15 21:19:31 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6
7 * Makefile.in: the tooldir copy of gas goes directly in tooldir.
8
9Tue Apr 14 14:50:22 1992 Ken Raeburn (Raeburn@Cygnus.COM)
10
11 * write.c (write_object_file): For b.out format, round up section
12 start addresses to match required alignment.
13
81484684
KR
14Thu Apr 9 05:45:29 1992 Ken Raeburn (Raeburn@Cygnus.COM)
15
16 * Makefile.in (install): Install into $(tooldir)/bin, since that's
17 where gcc looks for it.
18
3876b4c5
SEF
19Tue Apr 7 15:12:15 1992 Sean Eric Fagan (sef@cygnus.com)
20
21 * Makefile.in: Changed some lines to be less confusing for some
22 makes.
23
24 * input-file.c: Conditionalize on _IOFBF, not VMS.
25
26 * read.c, write.c: Change a series of ifdef/elif to
27 ifdef/else/ifdef etc.
28
29Fri Mar 27 12:21:16 1992 K. Richard Pixley (rich@cygnus.com)
30
31 * symbols.c (fb_label_init): fix sizeof to memset.
32
95a925b8
RP
33Fri Mar 13 15:45:44 1992 K. Richard Pixley (rich@cygnus.com)
34
3876b4c5
SEF
35 * Makefile.in: install the man page.
36
95a925b8
RP
37 * Makefile.in: pass down MAKEINFO explicitly on info.
38
5d53038b
SC
39Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
40
41 * flonum-const.c: renamed flonum-konst.c to stop dos name
42 conflict.
43
8c1b25e4
RP
44Wed Mar 11 23:32:42 1992 K. Richard Pixley (rich@cygnus.com)
45
46 * configure.in: vxworks68 gets te-sun3.h.
47
48 * expr.c: remove limitation that local_labels_dollar or
49 local_labels_fb must be < 10.
50
51 * symbols.c: remove local_labels_dollar, replace with a function
52 interface for a sparse array. All users adjusted.
53
54Fri Mar 6 21:57:18 1992 K. Richard Pixley (rich@cygnus.com)
55
56 * Makefile.in: added check target.
57
58Tue Mar 3 15:45:56 1992 K. Richard Pixley (rich@rtl.cygnus.com)
59
60 * Makefile.in: added tooldir and program_prefix.
61
62Sun Mar 1 04:43:19 1992 Michael Tiemann (tiemann@cygnus.com)
63
64 * write.{c,h} (fix_new): Make these declarations consistent.
65
1651b22d
MT
66Sat Feb 29 13:59:10 1992 Michael Tiemann (tiemann@cygnus.com)
67
68 * Makefile.in (strerror.o): Add rule so that broken Sun make can
69 work in subdirs.
70
5373c439
SC
71Wed Feb 26 19:26:28 1992 Steve Chamberlain (sac at thepub.cygnus.com)
72
73 * read.c, obj-coffbfd.c : fix h8300 specific bit rot
74
75 * expr.c (operand): if can't work out what sort of operand it is,
76 then look through FLT_CHARS for a hint.
77
8c1b25e4
RP
78Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
79
80 * Makefile.in, configure.in: removed traces of namesubdir,
81 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
82 copyrights to '92, changed some from Cygnus to FSF.
83
f24f7577
SC
84Tue Feb 25 14:17:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
85
14d3e47b
SC
86 * expr.c: If an expression is single comma, then return with
87 SEG_ABSENT rather than an error - since the sparc front end does
88 really strange things with things like fbge,a
89
f24f7577
SC
90 * as.h: include bfd.h if using many sections
91 * expr.c: LOCAL_LABELS_FB had been changed to lower case - so
92 local labels didn't work.
93 * listing.c (list_symbol_table): don't core dump when there's no
94 symbol there.
95 * write.c, write.h: call fix_new with the right number of args on
96 the H8.
97 * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make
98 errors nices
99
c593cf41
SC
100Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com)
101
102 * app.c: MRI compatibility - allow single quote to start a string.
103 * as.c: fix typo recently introduced.
104 * as.h : Don't include aout/reloc.h - it's not right for COFF!
105 * expr.c: Much rewriting, to accomodate MRI syntax for
106 expressions. Also easier to read now.
107 * listing.c: Put back defuns
108 * read.c: modified to accept MRI syntax, put back listing pseudo
109 ops so that an assembler built with NO_LISTING ignores list ops
110 rather than pukes.
111 * write.c, write.h: fixs - only keep a reloc type in a fix if the target
112 machine is a SPARC or a 29K.
113 * config/obj-aout.c: added s_sect pseudo op
114 * config/obj-coffbfd.c: lints, set the filehdr flags right and
115 fill in the timestamp.
116 * config/obj-coffbfd.h: Since we don't include aout/reloc.h
117 anymore, define all the relocs which the tc-<x> bit will use so we
118 can translate from them to the coff types.
119 * config/tc-a29k.c: reloc_type isn't ane enum any more
120 * config/tc-m68k.c: Added NO_RELOC definition.
121
2d97273c
RP
122Fri Feb 21 06:21:07 1992 K. Richard Pixley (rich@rtl.cygnus.com)
123
c593cf41
SC
124 * Makefile.in: put header files before C source for TAGS; remove
125 references to non-existent syscalls.h.
126
2d97273c
RP
127 * read.c, write.c subsegs.c: back out the .bss changes.
128
6d5460ab
RP
129Fri Feb 21 01:08:48 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
130
131 * symbols.c (local_label_name): symbols now start with ^A.
132
133 * read.c, subsegs.c, write.c obj-coff.c: added handling of
134 `.bss` pseudo op for unitialized data. The new gcc (1.37.9x)
135 generate these sections. .align: will use NOP_OPCODE or 0
136 for padding. This is just for being nice to the
137 disassembler.
138
139 * expr.c (operand): changed to generate local label "\001L0"
140 starting with a ^A so that it is recognized as a local label.
141
142 * as.c (perform_an_assembly_pass): zero bss_fix_root, too.
143
d6e344db
RP
144Fri Feb 21 01:08:48 1992 K. Richard Pixley (rich@cygnus.com)
145
146 * Makefile.in, configure.in, doc: use the doc. Build it, install
147 it, clean it, etc.
148
eb9eacd3
RP
149Tue Feb 18 02:21:25 1992 K. Richard Pixley (rich at cygnus.com)
150
aa3782d2
RP
151 * read.c: white space and comments only.
152
f816adbc
RP
153 * configure.in: use the new atof-ns32.c for ns32k.
154
eb9eacd3
RP
155 * write.c: comment change only.
156
542e1629 157Mon Feb 17 07:51:06 1992 K. Richard Pixley (rich at cygnus.com)
b3ca913f 158
eb9eacd3
RP
159 * config/tc-ns32k.c: actually make tc_aout_fix_to_chars work
160 rather than abort.
161
542e1629
RP
162 * nearly everything. flush ChangeLog, package as gas-1.92.1.
163 ChangeLog's prior to this are sketchy at best. I have logs.
164 They just aren't ChangeLogs.
This page took 0.035189 seconds and 4 git commands to generate.