* Makefile.in: Re-install 29K/UDI stuff.
[deliverable/binutils-gdb.git] / gas / config / ChangeLog
CommitLineData
4f447678
SC
1Mon Oct 5 09:28:57 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2
3 * tc-m68k.c (get_num): make it work for all segments, not just the
4 first three.
5
2f68cb54
SC
6Tue Sep 29 12:22:52 1992 Steve Chamberlain (sac@thepub.cygnus.com)
7
8 * obj-coffbfd.c (write_object_file): don't fixup for the z8k
9 * tc-z8k.c: lots of bug fixes
10
7c42ad77
ILT
11Tue Sep 29 10:51:55 1992 Ian Lance Taylor (ian@cygnus.com)
12
13 * tc-i960.h, tc-i960.c: avoid the ANSI preprocessor addition
14 #elif, since it is not supported by old compilers.
15 ho-rs6000.h, tc-m68k.c: the native RS/6000 compiler miscompiles a
16 couple of expressions in tc-m68k.c.
17
fdc6ba64
KR
18Mon Sep 28 21:16:51 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19
20 * tc-i960.c (get_cdisp): Use NO_RELOC, not 0, in call to fix_new.
21
fe86a817
ILT
22Fri Sep 25 18:18:52 1992 Ian Lance Taylor (ian@cygnus.com)
23
24 * tc-m68k.h: if M68KCOFF, define DOT_LABEL_PREFIX (to require
25 local labels to start with a .) and set REGISTER_PREFIX to %.
26 tc-m68k.c (m68k_reg_parse): accept REGISTER_PREFIX if defined.
27
b066f445
SEF
28Tue Sep 22 13:02:07 1992 Sean Eric Fagan (sef@cygnus.com)
29
30 * obj-coffbfd.c (do_relocs_for,fill_section): now allocate all
31 sections starting from zero, rather than making them consecutive.
32 This makes subsequent reloc calculations easier, esp if the object
33 format doesn't understand addends. (obj_coff_lcomm): (maybe temporarily)
34 allocate lcomm in .data rather than in .bss. It seems that some
35 tools can't cope with a non-zero sized bss before linkage.
36
ae9c717e
KR
37Tue Sep 22 15:10:51 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
38
39 * tc-m68k.c: Replace "enum m68k_architecture" with "int"
40 throughout. That enum no longer means what we thought it meant.
41
42 * tc-m68k.c (md_assemble, md_parse_option): Handle new
43 "-mno-688[58]1" options.
44
45 * tc-m68k.c: Added CPU32 support.
46
04b07d16
SC
47Fri Sep 18 08:02:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
48
49 * tc-m68k.c (m68k_ip): An(disp) is not pc relative.
50
76bf2d5d
ILT
51Sun Sep 13 20:29:39 1992 Ian Lance Taylor (ian@cygnus.com)
52
e41474b7
ILT
53 * obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD.
54 obj-coffbfd.c (fixup_segment): check for signed .word overflow if
55 WARN_SIGNED_OVERFLOW_WORD.
56
76bf2d5d
ILT
57 * obj-coffbfd.c (fixup_segment): fixed missing parens in
58 expression checking for byte or word overflow.
59
28c8c50b
SC
60Fri Sep 11 10:21:04 1992 Steve Chamberlain (sac@thepub.cygnus.com)
61
62 Support for i386 coff
63 * obj-coffbfd.h : added stuff
64 * tc-i386.c (tc_coff_fix2rtype): new function
65 * tc-i386.h : new coff defines
66
3ad9ec6a
ILT
67Wed Sep 9 11:10:24 1992 Ian Lance Taylor (ian@cygnus.com)
68
69 * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
70 Motorola and MIT syntax; gas can now assemble either type of
71 file.
72 tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files.
73 From Steve Chamberlain:
74 m68kcoff.mt: for m68k COFF.
75 obj-coffbfd.c: (fixup_mdeps) added
76 (size_section) removed bad sanity check
77 (fill_section) added rs_machine_dependent case
78 (write_object_file) call fixup_mdeps
79 (fixup_segment) set fx_subsy to 0.
80 obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and
81 handle m68k.
82 tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala
83 pseudo ops.
84
8ae35e59
ILT
85Fri Aug 28 16:25:22 1992 Ian Lance Taylor (ian@cygnus.com)
86
87 * obj-bout.h, obj-bout.c (obj_header_append, obj_symbol_to_chars),
88 tc-i960.c (md_ri_to_chars): Always output bout object file in
89 little endian byte order (used to use endianness of host).
90
163107a1
SC
91Tue Aug 25 15:11:08 1992 Steve Chamberlain (sac@thepub.cygnus.com)
92
93 * z8k.c, z8k.h, z8k.mt: z8000 support stuff
94
148eb5dd
ILT
95Mon Aug 24 12:45:12 1992 Ian Lance Taylor (ian@cygnus.com)
96
97 * tc-m68k.c: use TARGET_CPU to choose default cpu type.
98
99 * te-generic.h: default to LOCAL_LABELS_DOLLAR and LOCAL_LABELS_FB
100 so that we can assemble hand-written libgcc code.
101
c50140c8
ILT
102Wed Aug 19 11:20:59 1992 Ian Lance Taylor (ian@cygnus.com)
103
104 * tc-m68k.c, tc-m68kmote.c: the cas2 instruction is supposed to be
105 written with indirection on the last two operands, which can be
106 either data or address registers. Added a new operand type 'r'
107 which accepts either register type. Added '(' to notend stuff in
108 tc-m68kmote.c to accept (a0):(a2) in cas2 instruction.
109
0e7d3df7 110Tue Aug 11 12:58:14 1992 Ken Raeburn (raeburn@cygnus.com)
f101ac57
KR
111
112 * sparc.mt: New file.
113
bec66218
PB
114Mon Aug 10 14:37:08 1992 Per Bothner (bothner@cygnus.com)
115
116 * tc-m68k.c: ".align N" means align to N-byte boundary *only*
117 if TN_SUN3; otherwise align to 2**N-byte bounary.
118
1eaf4dd6
SC
119Thu Aug 6 12:08:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
120
121 * config/tc-h8300.c: if a :8 is seen after an operand, fill top
122 two bytes of any constant with 0xff:
123
934afcd4
JG
124Wed Aug 5 01:54:34 1992 John Gilmore (gnu at cygnus.com)
125
126 * tc-m68k.c (try_index): Error if index scaling specified and
127 assembling for an older CPU than a 68020.
128
f264b1f5
SC
129Mon Jul 6 17:09:32 1992 Steve Chamberlain (sac@cygnus.com)
130
131 * obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT
132
a1765cf0
SC
133Tue Jun 9 07:50:46 1992 Steve Chamberlain (sac@thepub.cygnus.com)
134
135 * tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
136 pcrel data stuff. (md_estimate_size_before_relax): when relaxing a
137 68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into
138 the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put
139 it into SEG_BSS
140
a0fffd0d
JW
141Thu May 28 11:20:27 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
142
143 * tc-sparc.c: Use new ARCHITECTURES_CONFLICT_P macro. Mention new
144 -Asparclite flag.
145
c58dbabf
SC
146Mon May 4 18:56:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
147
148 * obj-coffbfd.c: use is a synonym for section, (do_relocs_for):
149 calc the base of relocs correctly.
150 * tc-a29k.c (parse_operand): allow expressions to be in any section.
c58dbabf 151
df7204ad
RP
152Thu Mar 12 04:42:38 1992 K. Richard Pixley (rich@cygnus.com)
153
154 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
155 tc-m68k.h to te-sun3.h.
156
157Wed Mar 11 23:34:46 1992 K. Richard Pixley (rich@cygnus.com)
158
159 * te-sun3.h: add LOCAL_LABELS_DOLLAR.
160
1a9e2cf8
RP
161Fri Feb 21 06:22:15 1992 K. Richard Pixley (rich@rtl.cygnus.com)
162
163 * obj-aout.c: do not include stab.gnu.h if NO_LISTING.
164
165 * tc-i860.c, a.out.gnu.h: move i860 relocs to a proper place.
166
167 * a.out.h: removed.
168
6d5460ab
RP
169Fri Feb 21 02:17:22 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
170
171 * tc-i386.c: tc-i386.c: added handling of the following opcodes:
172 i/o opcodes - inb, inw, outb and outw. string manipulation with
173 att syntax - scmp, slod, smov, ssca, ssto.
174
175Fri Feb 21 01:53:50 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
176
177 * obj-coff.c: (for aix386) Moved the symbols .text, .data and .bss
178 to just after .file .
179
180 In obj_crawl_symbol_chain() where it tries to put the external
181 symbols apart, with the condition:
182 (!S_IS_DEFINED(symbolP) &&
183 !S_IS_DEBUG(symbolP) &&
184 !SF_GET_STATICS(symbolP))
185 it was moving too many symbols out. So I switch it back to the
186 condition:
187 (S_GET_STORAGE_CLASS(symbolP) == C_EXT && !SF_GET_FUNCTION(symbolP))
188
189 In obj_emit_relocations() added the conditional on KEEP_RELOC_INFO
190 so that we don't use the F_RELFLG which make the linker complain
191 that somebody has stripped the relocation info.
192
193 Also, the AIX ld program require that the relocation table
194 is sorted by r_vaddr like the standard ATT assembler does.
195
196 [he also changed the sizeof(struct ...)'s into the coff
197 style FOOSZ macros. I'm not sure this is right, but I can't
198 remember why. xoxorich.]
199
e6a125b1
RP
200Tue Feb 18 02:11:10 1992 K. Richard Pixley (rich at cygnus.com)
201
90d85bc4
RP
202 * tc-m88k.[hc]: pulled in from hack's unfinished work. These
203 aren't yet integrated.
204
4b83ef1c
RP
205 * tc-i860.[hc]: blew off the dust. Something must still be done
206 about conflicting relocation types.
207
e6a125b1
RP
208 * tc-ns32k.c: Replaced previous tc_aout_fix_to_chars stub with the
209 real thing.
210
211 * tc-i960.c, tc-sparc.c: white space and comments only.
212
213 * tc-a29k.h: delete duplicate macro definition.
214
215 * new file atof-ns32k.c copied from hack's last unreleased gas.
216
217
This page took 0.051328 seconds and 4 git commands to generate.