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