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