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