changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386
[deliverable/binutils-gdb.git] / gas / config / ChangeLog
1 Fri Feb 21 02:17:22 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
2
3 * tc-i386.c: tc-i386.c: added handling of the following opcodes:
4 i/o opcodes - inb, inw, outb and outw. string manipulation with
5 att syntax - scmp, slod, smov, ssca, ssto.
6
7 Fri Feb 21 01:53:50 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
8
9 * obj-coff.c: (for aix386) Moved the symbols .text, .data and .bss
10 to just after .file .
11
12 In obj_crawl_symbol_chain() where it tries to put the external
13 symbols apart, with the condition:
14 (!S_IS_DEFINED(symbolP) &&
15 !S_IS_DEBUG(symbolP) &&
16 !SF_GET_STATICS(symbolP))
17 it was moving too many symbols out. So I switch it back to the
18 condition:
19 (S_GET_STORAGE_CLASS(symbolP) == C_EXT && !SF_GET_FUNCTION(symbolP))
20
21 In obj_emit_relocations() added the conditional on KEEP_RELOC_INFO
22 so that we don't use the F_RELFLG which make the linker complain
23 that somebody has stripped the relocation info.
24
25 Also, the AIX ld program require that the relocation table
26 is sorted by r_vaddr like the standard ATT assembler does.
27
28 [he also changed the sizeof(struct ...)'s into the coff
29 style FOOSZ macros. I'm not sure this is right, but I can't
30 remember why. xoxorich.]
31
32 Tue Feb 18 02:11:10 1992 K. Richard Pixley (rich at cygnus.com)
33
34 * tc-m88k.[hc]: pulled in from hack's unfinished work. These
35 aren't yet integrated.
36
37 * tc-i860.[hc]: blew off the dust. Something must still be done
38 about conflicting relocation types.
39
40 * tc-ns32k.c: Replaced previous tc_aout_fix_to_chars stub with the
41 real thing.
42
43 * tc-i960.c, tc-sparc.c: white space and comments only.
44
45 * tc-a29k.h: delete duplicate macro definition.
46
47 * new file atof-ns32k.c copied from hack's last unreleased gas.
48
49
This page took 0.047663 seconds and 4 git commands to generate.