blob: e3779293532d6cd4acfc9a796288879209da3942 (
plain)
1
2
3
4
5
6
|
/* Definitions of target machine for GCC, for SPARC
using the GNU assembler. */
/* Switch into a generic section. */
#undef TARGET_ASM_NAMED_SECTION
#define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section
|