]> gcc.gnu.org Git - gcc.git/commitdiff
Add #alloc to ASM_OUTPUT_SECTION_NAME
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 24 Aug 1994 22:30:29 +0000 (22:30 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 24 Aug 1994 22:30:29 +0000 (22:30 +0000)
From-SVN: r7971

gcc/config/sparc/sysv4.h

index 411dd3854262136e26450689c24aeb70e9cb47e8..64568e5bcca741f372c36e9589b8876fbfef3dd8 100644 (file)
@@ -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
This page took 0.05851 seconds and 5 git commands to generate.