Fri Aug 28 16:25:22 1992 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / gas / config / ChangeLog
1 Fri Aug 28 16:25:22 1992 Ian Lance Taylor (ian@cygnus.com)
2
3 * obj-bout.h, obj-bout.c (obj_header_append, obj_symbol_to_chars),
4 tc-i960.c (md_ri_to_chars): Always output bout object file in
5 little endian byte order (used to use endianness of host).
6
7 Tue Aug 25 15:11:08 1992 Steve Chamberlain (sac@thepub.cygnus.com)
8
9 * z8k.c, z8k.h, z8k.mt: z8000 support stuff
10
11 Mon Aug 24 12:45:12 1992 Ian Lance Taylor (ian@cygnus.com)
12
13 * tc-m68k.c: use TARGET_CPU to choose default cpu type.
14
15 * te-generic.h: default to LOCAL_LABELS_DOLLAR and LOCAL_LABELS_FB
16 so that we can assemble hand-written libgcc code.
17
18 Wed Aug 19 11:20:59 1992 Ian Lance Taylor (ian@cygnus.com)
19
20 * tc-m68k.c, tc-m68kmote.c: the cas2 instruction is supposed to be
21 written with indirection on the last two operands, which can be
22 either data or address registers. Added a new operand type 'r'
23 which accepts either register type. Added '(' to notend stuff in
24 tc-m68kmote.c to accept (a0):(a2) in cas2 instruction.
25
26 Tue Aug 11 12:58:14 1992 Ken Raeburn (raeburn@cygnus.com)
27
28 * sparc.mt: New file.
29
30 Mon Aug 10 14:37:08 1992 Per Bothner (bothner@cygnus.com)
31
32 * tc-m68k.c: ".align N" means align to N-byte boundary *only*
33 if TN_SUN3; otherwise align to 2**N-byte bounary.
34
35 Thu Aug 6 12:08:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
36
37 * config/tc-h8300.c: if a :8 is seen after an operand, fill top
38 two bytes of any constant with 0xff:
39
40 Wed Aug 5 01:54:34 1992 John Gilmore (gnu at cygnus.com)
41
42 * tc-m68k.c (try_index): Error if index scaling specified and
43 assembling for an older CPU than a 68020.
44
45 Mon Jul 6 17:09:32 1992 Steve Chamberlain (sac@cygnus.com)
46
47 * obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT
48
49 Tue Jun 9 07:50:46 1992 Steve Chamberlain (sac@thepub.cygnus.com)
50
51 * tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
52 pcrel data stuff. (md_estimate_size_before_relax): when relaxing a
53 68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into
54 the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put
55 it into SEG_BSS
56
57 Thu May 28 11:20:27 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
58
59 * tc-sparc.c: Use new ARCHITECTURES_CONFLICT_P macro. Mention new
60 -Asparclite flag.
61
62 Mon May 4 18:56:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
63
64 * obj-coffbfd.c: use is a synonym for section, (do_relocs_for):
65 calc the base of relocs correctly.
66 * tc-a29k.c (parse_operand): allow expressions to be in any section.
67
68 Thu Mar 12 04:42:38 1992 K. Richard Pixley (rich@cygnus.com)
69
70 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
71 tc-m68k.h to te-sun3.h.
72
73 Wed Mar 11 23:34:46 1992 K. Richard Pixley (rich@cygnus.com)
74
75 * te-sun3.h: add LOCAL_LABELS_DOLLAR.
76
77 Fri Feb 21 06:22:15 1992 K. Richard Pixley (rich@rtl.cygnus.com)
78
79 * obj-aout.c: do not include stab.gnu.h if NO_LISTING.
80
81 * tc-i860.c, a.out.gnu.h: move i860 relocs to a proper place.
82
83 * a.out.h: removed.
84
85 Fri Feb 21 02:17:22 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
86
87 * tc-i386.c: tc-i386.c: added handling of the following opcodes:
88 i/o opcodes - inb, inw, outb and outw. string manipulation with
89 att syntax - scmp, slod, smov, ssca, ssto.
90
91 Fri Feb 21 01:53:50 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
92
93 * obj-coff.c: (for aix386) Moved the symbols .text, .data and .bss
94 to just after .file .
95
96 In obj_crawl_symbol_chain() where it tries to put the external
97 symbols apart, with the condition:
98 (!S_IS_DEFINED(symbolP) &&
99 !S_IS_DEBUG(symbolP) &&
100 !SF_GET_STATICS(symbolP))
101 it was moving too many symbols out. So I switch it back to the
102 condition:
103 (S_GET_STORAGE_CLASS(symbolP) == C_EXT && !SF_GET_FUNCTION(symbolP))
104
105 In obj_emit_relocations() added the conditional on KEEP_RELOC_INFO
106 so that we don't use the F_RELFLG which make the linker complain
107 that somebody has stripped the relocation info.
108
109 Also, the AIX ld program require that the relocation table
110 is sorted by r_vaddr like the standard ATT assembler does.
111
112 [he also changed the sizeof(struct ...)'s into the coff
113 style FOOSZ macros. I'm not sure this is right, but I can't
114 remember why. xoxorich.]
115
116 Tue Feb 18 02:11:10 1992 K. Richard Pixley (rich at cygnus.com)
117
118 * tc-m88k.[hc]: pulled in from hack's unfinished work. These
119 aren't yet integrated.
120
121 * tc-i860.[hc]: blew off the dust. Something must still be done
122 about conflicting relocation types.
123
124 * tc-ns32k.c: Replaced previous tc_aout_fix_to_chars stub with the
125 real thing.
126
127 * tc-i960.c, tc-sparc.c: white space and comments only.
128
129 * tc-a29k.h: delete duplicate macro definition.
130
131 * new file atof-ns32k.c copied from hack's last unreleased gas.
132
133
This page took 0.032707 seconds and 5 git commands to generate.