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