]>
Commit | Line | Data |
---|---|---|
e0fd5860 JW |
1 | Mon Mar 22 16:25:57 1993 Jim Wilson ([email protected]) |
2 | ||
3 | * config/tc-sparc.c (sparc_ip): Add support for membar mask names. | |
4 | Add missing colons in prefectch error messages. Add support for | |
5 | ASI names. | |
6 | ||
b4d4c33d JW |
7 | Mon Mar 1 12:03:16 1993 Jim Wilson ([email protected]) |
8 | ||
9 | * config/tc-sparc.c (sparc_ip): Correctly assemble prefetch | |
10 | instructions. Accept integer prefetch function numbers. | |
11 | ||
502a5584 KR |
12 | Wed Feb 24 18:26:02 1993 Ken Raeburn ([email protected]) |
13 | ||
14 | * config/tc-sparc.c (s_xword): Now call big_cons, so large | |
15 | constants are accepted, but symbolic values are not. GCC will not | |
16 | generate the latter currently. | |
17 | ||
47eccb7d KR |
18 | Fri Jan 8 05:23:59 1993 Ken Raeburn ([email protected]) |
19 | ||
20 | * config/tc-sparc.c (sparc_ip): For %uhi and %ulo, if not | |
21 | ENV64, emit no reloc. | |
22 | (md_pseudo_table): For ".xword", call s_xword. | |
23 | (s_xword): New function. | |
24 |