3 * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
4 Motorola and MIT syntax; gas can now assemble either type of
6 tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files.
7 From Steve Chamberlain:
8 m68kcoff.mt: for m68k COFF.
9 obj-coffbfd.c: (fixup_mdeps) added
10 (size_section) removed bad sanity check
11 (fill_section) added rs_machine_dependent case
12 (write_object_file) call fixup_mdeps
13 (fixup_segment) set fx_subsy to 0.
14 obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and
16 tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala
21 * obj-bout.h, obj-bout.c (obj_header_append, obj_symbol_to_chars),
22 tc-i960.c (md_ri_to_chars): Always output bout object file in
23 little endian byte order (used to use endianness of host).
27 * z8k.c, z8k.h, z8k.mt: z8000 support stuff
31 * tc-m68k.c: use TARGET_CPU to choose default cpu type.
33 * te-generic.h: default to LOCAL_LABELS_DOLLAR and LOCAL_LABELS_FB
34 so that we can assemble hand-written libgcc code.
38 * tc-m68k.c, tc-m68kmote.c: the cas2 instruction is supposed to be
39 written with indirection on the last two operands, which can be
40 either data or address registers. Added a new operand type 'r'
41 which accepts either register type. Added '(' to notend stuff in
42 tc-m68kmote.c to accept (a0):(a2) in cas2 instruction.
50 * tc-m68k.c: ".align N" means align to N-byte boundary *only*
51 if TN_SUN3; otherwise align to 2**N-byte bounary.
55 * config/tc-h8300.c: if a :8 is seen after an operand, fill top
56 two bytes of any constant with 0xff:
58 Wed Aug 5 01:54:34 1992 John Gilmore (gnu at cygnus.com)
60 * tc-m68k.c (try_index): Error if index scaling specified and
61 assembling for an older CPU than a 68020.
65 * obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT
69 * tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
70 pcrel data stuff. (md_estimate_size_before_relax): when relaxing a
71 68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into
72 the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put
77 * tc-sparc.c: Use new ARCHITECTURES_CONFLICT_P macro. Mention new
82 * obj-coffbfd.c: use is a synonym for section, (do_relocs_for):
83 calc the base of relocs correctly.
84 * tc-a29k.c (parse_operand): allow expressions to be in any section.
88 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
89 tc-m68k.h to te-sun3.h.
93 * te-sun3.h: add LOCAL_LABELS_DOLLAR.
97 * obj-aout.c: do not include stab.gnu.h if NO_LISTING.
99 * tc-i860.c, a.out.gnu.h: move i860 relocs to a proper place.
105 * tc-i386.c: tc-i386.c: added handling of the following opcodes:
106 i/o opcodes - inb, inw, outb and outw. string manipulation with
107 att syntax - scmp, slod, smov, ssca, ssto.
111 * obj-coff.c: (for aix386) Moved the symbols .text, .data and .bss
112 to just after .file .
114 In obj_crawl_symbol_chain() where it tries to put the external
115 symbols apart, with the condition:
116 (!S_IS_DEFINED(symbolP) &&
117 !S_IS_DEBUG(symbolP) &&
118 !SF_GET_STATICS(symbolP))
119 it was moving too many symbols out. So I switch it back to the
121 (S_GET_STORAGE_CLASS(symbolP) == C_EXT && !SF_GET_FUNCTION(symbolP))
123 In obj_emit_relocations() added the conditional on KEEP_RELOC_INFO
124 so that we don't use the F_RELFLG which make the linker complain
125 that somebody has stripped the relocation info.
127 Also, the AIX ld program require that the relocation table
128 is sorted by r_vaddr like the standard ATT assembler does.
130 [he also changed the sizeof(struct ...)'s into the coff
131 style FOOSZ macros. I'm not sure this is right, but I can't
132 remember why. xoxorich.]
134 Tue Feb 18 02:11:10 1992 K. Richard Pixley (rich at cygnus.com)
136 * tc-m88k.[hc]: pulled in from hack's unfinished work. These
137 aren't yet integrated.
139 * tc-i860.[hc]: blew off the dust. Something must still be done
140 about conflicting relocation types.
142 * tc-ns32k.c: Replaced previous tc_aout_fix_to_chars stub with the
145 * tc-i960.c, tc-sparc.c: white space and comments only.
147 * tc-a29k.h: delete duplicate macro definition.
149 * new file atof-ns32k.c copied from hack's last unreleased gas.