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