]>
Commit | Line | Data |
---|---|---|
e9ca7a19 DE |
1 | Tue Jan 11 17:10:20 1994 Doug Evans ([email protected]) |
2 | ||
3 | * config/tc-sparc.c (sparc_ip): Truncate args to %hi/%lo to 32 bits. | |
4 | ||
1a12739c ILT |
5 | Tue Nov 2 18:16:31 1993 Ian Lance Taylor ([email protected]) |
6 | ||
7 | * config/tc-sparc.c (sparc_ip): Add default case to reloc switch. | |
8 | ||
9b2fd75b ILT |
9 | Mon Oct 25 14:06:17 1993 Ian Lance Taylor ([email protected]) |
10 | ||
049a1362 | 11 | * config/tc-sparc.c (sparc_ip): Fix up membar argument handling. |
9b2fd75b | 12 | |
efa0c22e KR |
13 | Wed Oct 20 12:26:33 1993 Ken Raeburn ([email protected]) |
14 | ||
15 | * config/tc-sparc.c (sparc_ip, label "immediate"): Convert relocs | |
16 | operating on upper 32 bits of immediate constants to lower-half | |
17 | relocs with adjusted constants. | |
18 | ||
d30c96ce KR |
19 | Fri Sep 3 18:17:32 1993 Ken Raeburn ([email protected]) |
20 | ||
21 | * config/obj-elf.h (elf_symbol): No longer special-cased on | |
22 | sparcv9, since elf_symbol_type is now independent of size. | |
23 | ||
d37258cc KR |
24 | Thu Aug 5 13:06:02 1993 Ken Raeburn ([email protected]) |
25 | ||
26 | * config/tc-sparc.c (md_apply_fix, case BFD_RELOC_64): Fill in | |
27 | bytes with real values, not zeros. | |
28 | (md_pseudo_table): Call cons for .uaxword. | |
29 | ||
046dc4bc KR |
30 | Mon Aug 2 11:51:41 1993 Ken Raeburn ([email protected]) |
31 | ||
32 | * config/tc-sparc.c (md_apply_fix, case BFD_RELOC_64): New case, | |
33 | parallel to BFD_RELOC_32. | |
34 | (tc_gen_reloc): Accept BFD_RELOC_64. | |
35 | ||
18464ca2 DE |
36 | Wed Jul 14 09:37:43 1993 Doug Evans ([email protected]) |
37 | ||
38 | * configure.in: Make sparc64-*-aout* use bfd gas. | |
39 | ||
e28e0b95 KR |
40 | Wed Jul 7 12:17:48 1993 Ken Raeburn ([email protected]) |
41 | ||
42 | * config/tc-sparc.h (ENV64): Define for v9. | |
43 | ||
44 | * config/tc-sparc.c (s_xword): For numbers, call big_cons. | |
45 | (sparc_ip, md_apply_fix, tc_gen_reloc): Handle some sparc64 | |
46 | relocation types. | |
47 | (md_number_to_chars): Handle 8-byte value. | |
48 | ||
49 | * config/obj-elf.h (elf_symbol): For v9, use 64-bit symbol type. | |
50 | ||
41532f54 KR |
51 | Wed Jun 30 06:21:27 1993 Ken Raeburn ([email protected]) |
52 | ||
53 | * config/tc-sparc.c (md_begin): If sparcv9 is defined, reset | |
54 | current_architecture to v9 automatically. | |
55 | ||
56 | * config/tc-sparc.h (TARGET_FORMAT): Use elf64-sparc for v9. | |
57 | ||
58 | * config/tc-sparc64.h, config/tc-sparc64.c: New files. | |
59 | * configure.in: Use sparc64 cpu files for v9, and default to elf | |
60 | format. | |
61 | ||
83f26cee DE |
62 | Fri Jun 25 10:47:24 1993 Doug Evans ([email protected]) |
63 | ||
64 | * config/tc-sparc.c (sparc_ip): Remove support for %d/%q fp regs. | |
65 | All fp regs are now specified as %f. | |
66 | (priv_reg_table): fpq -> fq. | |
67 | ||
3756b1b9 DE |
68 | Mon Jun 7 09:55:03 1993 Doug Evans ([email protected]) |
69 | ||
70 | * config/tc-sparc.c (sparc_ip): Fix parsing of asi number. | |
71 | Fix error message. | |
72 | ||
e0fd5860 JW |
73 | Mon Mar 22 16:25:57 1993 Jim Wilson ([email protected]) |
74 | ||
75 | * config/tc-sparc.c (sparc_ip): Add support for membar mask names. | |
3756b1b9 | 76 | Add missing colons in prefetch error messages. Add support for |
e0fd5860 JW |
77 | ASI names. |
78 | ||
b4d4c33d JW |
79 | Mon Mar 1 12:03:16 1993 Jim Wilson ([email protected]) |
80 | ||
81 | * config/tc-sparc.c (sparc_ip): Correctly assemble prefetch | |
82 | instructions. Accept integer prefetch function numbers. | |
83 | ||
502a5584 KR |
84 | Wed Feb 24 18:26:02 1993 Ken Raeburn ([email protected]) |
85 | ||
86 | * config/tc-sparc.c (s_xword): Now call big_cons, so large | |
87 | constants are accepted, but symbolic values are not. GCC will not | |
88 | generate the latter currently. | |
89 | ||
47eccb7d KR |
90 | Fri Jan 8 05:23:59 1993 Ken Raeburn ([email protected]) |
91 | ||
92 | * config/tc-sparc.c (sparc_ip): For %uhi and %ulo, if not | |
93 | ENV64, emit no reloc. | |
94 | (md_pseudo_table): For ".xword", call s_xword. | |
95 | (s_xword): New function. | |
96 |