From: Doug Evans Date: Thu, 17 Feb 1994 22:52:52 +0000 (+0000) Subject: (ASM_OUTPUT_SECTION_NAME): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12dd125a108515225adcd9b1598be76c0b76b817;p=gcc.git (ASM_OUTPUT_SECTION_NAME): Define. From-SVN: r6586 --- diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h index 9e165134e30..eee9af98c1b 100644 --- a/gcc/config/sparc/sysv4.h +++ b/gcc/config/sparc/sysv4.h @@ -154,6 +154,12 @@ do { ASM_OUTPUT_ALIGN ((FILE), 2); \ #define CTORS_SECTION_ASM_OP ".section\t\".ctors\",#alloc" #define DTORS_SECTION_ASM_OP ".section\t\".dtors\",#alloc" +/* Assemble generic sections. + This is currently only used to support section attributes. */ + +#define ASM_OUTPUT_SECTION_NAME(FILE, NAME) \ + fprintf (FILE, ".section\t\"%s\"\n", NAME) + /* If the host and target formats match, output the floats as hex. */ #if HOST_FLOAT_FORMAT == TARGET_FLOAT_FORMAT #if defined (HOST_WORDS_BIG_ENDIAN) == WORDS_BIG_ENDIAN