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