3 * config/tc-sparc.c (sparc_ip): Truncate args to %hi/%lo to 32 bits.
7 * config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
11 * config/tc-sparc.c (sparc_ip): Fix up membar argument handling.
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.
21 * config/obj-elf.h (elf_symbol): No longer special-cased on
22 sparcv9, since elf_symbol_type is now independent of size.
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.
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.
38 * configure.in: Make sparc64-*-aout* use bfd gas.
42 * config/tc-sparc.h (ENV64): Define for v9.
44 * config/tc-sparc.c (s_xword): For numbers, call big_cons.
45 (sparc_ip, md_apply_fix, tc_gen_reloc): Handle some sparc64
47 (md_number_to_chars): Handle 8-byte value.
49 * config/obj-elf.h (elf_symbol): For v9, use 64-bit symbol type.
53 * config/tc-sparc.c (md_begin): If sparcv9 is defined, reset
54 current_architecture to v9 automatically.
56 * config/tc-sparc.h (TARGET_FORMAT): Use elf64-sparc for v9.
58 * config/tc-sparc64.h, config/tc-sparc64.c: New files.
59 * configure.in: Use sparc64 cpu files for v9, and default to elf
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.
70 * config/tc-sparc.c (sparc_ip): Fix parsing of asi number.
75 * config/tc-sparc.c (sparc_ip): Add support for membar mask names.
76 Add missing colons in prefetch error messages. Add support for
81 * config/tc-sparc.c (sparc_ip): Correctly assemble prefetch
82 instructions. Accept integer prefetch function numbers.
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.
92 * config/tc-sparc.c (sparc_ip): For %uhi and %ulo, if not
94 (md_pseudo_table): For ".xword", call s_xword.
95 (s_xword): New function.