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