From 4ad24b993dd09589fb20b54d68079682c5098a3f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 24 Aug 1994 22:30:29 +0000 Subject: [PATCH] Add #alloc to ASM_OUTPUT_SECTION_NAME From-SVN: r7971 --- gcc/config/sparc/sysv4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2