* buildsym.c (end_symtab): Make copy of dirname on symbol obstack.
[deliverable/binutils-gdb.git] / gas / config / ChangeLog
CommitLineData
934afcd4
JG
1Wed Aug 5 01:54:34 1992 John Gilmore (gnu at cygnus.com)
2
3 * tc-m68k.c (try_index): Error if index scaling specified and
4 assembling for an older CPU than a 68020.
5
f264b1f5
SC
6Mon Jul 6 17:09:32 1992 Steve Chamberlain (sac@cygnus.com)
7
8 * obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT
9
a1765cf0
SC
10Tue Jun 9 07:50:46 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11
12 * tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
13 pcrel data stuff. (md_estimate_size_before_relax): when relaxing a
14 68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into
15 the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put
16 it into SEG_BSS
17
a0fffd0d
JW
18Thu May 28 11:20:27 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
19
20 * tc-sparc.c: Use new ARCHITECTURES_CONFLICT_P macro. Mention new
21 -Asparclite flag.
22
c58dbabf
SC
23Mon May 4 18:56:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
24
25 * obj-coffbfd.c: use is a synonym for section, (do_relocs_for):
26 calc the base of relocs correctly.
27 * tc-a29k.c (parse_operand): allow expressions to be in any section.
c58dbabf 28
df7204ad
RP
29Thu Mar 12 04:42:38 1992 K. Richard Pixley (rich@cygnus.com)
30
31 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
32 tc-m68k.h to te-sun3.h.
33
34Wed Mar 11 23:34:46 1992 K. Richard Pixley (rich@cygnus.com)
35
36 * te-sun3.h: add LOCAL_LABELS_DOLLAR.
37
1a9e2cf8
RP
38Fri Feb 21 06:22:15 1992 K. Richard Pixley (rich@rtl.cygnus.com)
39
40 * obj-aout.c: do not include stab.gnu.h if NO_LISTING.
41
42 * tc-i860.c, a.out.gnu.h: move i860 relocs to a proper place.
43
44 * a.out.h: removed.
45
6d5460ab
RP
46Fri Feb 21 02:17:22 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
47
48 * tc-i386.c: tc-i386.c: added handling of the following opcodes:
49 i/o opcodes - inb, inw, outb and outw. string manipulation with
50 att syntax - scmp, slod, smov, ssca, ssto.
51
52Fri Feb 21 01:53:50 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
53
54 * obj-coff.c: (for aix386) Moved the symbols .text, .data and .bss
55 to just after .file .
56
57 In obj_crawl_symbol_chain() where it tries to put the external
58 symbols apart, with the condition:
59 (!S_IS_DEFINED(symbolP) &&
60 !S_IS_DEBUG(symbolP) &&
61 !SF_GET_STATICS(symbolP))
62 it was moving too many symbols out. So I switch it back to the
63 condition:
64 (S_GET_STORAGE_CLASS(symbolP) == C_EXT && !SF_GET_FUNCTION(symbolP))
65
66 In obj_emit_relocations() added the conditional on KEEP_RELOC_INFO
67 so that we don't use the F_RELFLG which make the linker complain
68 that somebody has stripped the relocation info.
69
70 Also, the AIX ld program require that the relocation table
71 is sorted by r_vaddr like the standard ATT assembler does.
72
73 [he also changed the sizeof(struct ...)'s into the coff
74 style FOOSZ macros. I'm not sure this is right, but I can't
75 remember why. xoxorich.]
76
e6a125b1
RP
77Tue Feb 18 02:11:10 1992 K. Richard Pixley (rich at cygnus.com)
78
90d85bc4
RP
79 * tc-m88k.[hc]: pulled in from hack's unfinished work. These
80 aren't yet integrated.
81
4b83ef1c
RP
82 * tc-i860.[hc]: blew off the dust. Something must still be done
83 about conflicting relocation types.
84
e6a125b1
RP
85 * tc-ns32k.c: Replaced previous tc_aout_fix_to_chars stub with the
86 real thing.
87
88 * tc-i960.c, tc-sparc.c: white space and comments only.
89
90 * tc-a29k.h: delete duplicate macro definition.
91
92 * new file atof-ns32k.c copied from hack's last unreleased gas.
93
94
This page took 0.035595 seconds and 4 git commands to generate.