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