From: Ian Lance Taylor Date: Wed, 24 Aug 1994 22:30:29 +0000 (+0000) Subject: Add #alloc to ASM_OUTPUT_SECTION_NAME X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ad24b993dd09589fb20b54d68079682c5098a3f;p=gcc.git Add #alloc to ASM_OUTPUT_SECTION_NAME From-SVN: r7971 --- diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h index 411dd385426..64568e5bcca 100644 --- a/gcc/config/sparc/sysv4.h +++ b/gcc/config/sparc/sysv4.h @@ -179,7 +179,7 @@ do { ASM_OUTPUT_ALIGN ((FILE), Pmode == SImode ? 2 : 3); \ This is currently only used to support section attributes. */ #define ASM_OUTPUT_SECTION_NAME(FILE, NAME) \ - fprintf (FILE, ".section\t\"%s\"\n", NAME) + fprintf (FILE, ".section\t\"%s\",#alloc\n", NAME) /* If the host and target formats match, output the floats as hex. */ #if HOST_FLOAT_FORMAT == TARGET_FLOAT_FORMAT