sysv4.h (ASM_OUTPUT_SECTION_NAME): Don't check for flag_function_sections.
authorCatherine Moore <clm@cygnus.com>
Tue, 6 Oct 1998 13:47:21 +0000 (13:47 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Tue, 6 Oct 1998 13:47:21 +0000 (09:47 -0400)
        * config/sparc/sysv4.h (ASM_OUTPUT_SECTION_NAME):  Don't
        check for flag_function_sections.

From-SVN: r22868

gcc/ChangeLog
gcc/config/sparc/sysv4.h

index a3e61d6ffa85f6b07c270b2f41f951a43e49fd6b..0259d7edbfcbbc2d0835141e5d22b8b7b94a1999 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct  6 15:45:15 1998  Catherine Moore  <clm@cygnus.com>
+        * config/sparc/sysv4.h (ASM_OUTPUT_SECTION_NAME):  Don't
+        check for flag_function_sections.
+
 Tue Oct  6 20:02:31 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * cse.c (insert_regs): Fix bug in Sep 24 change.
index 5a614e5ffa9d31f8d68f7fb47a07317c61364bc2..572b9dcde735cf8952b855b770ca1eb700d215f2 100644 (file)
@@ -193,8 +193,8 @@ do { ASM_OUTPUT_ALIGN ((FILE), Pmode == SImode ? 2 : 3);            \
 #define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC) \
 do {                                                                   \
   if ((DECL) && TREE_CODE (DECL) == FUNCTION_DECL)                     \
-    fprintf (FILE, ".section\t\"%s%s\",#alloc,#execinstr\n",           \
-            flag_function_sections ? ".text%" : "", (NAME));           \
+    fprintf (FILE, ".section\t\"%s\",#alloc,#execinstr\n",             \
+                                             (NAME));          \
   else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC))              \
     fprintf (FILE, ".section\t\"%s\",#alloc\n", (NAME));               \
   else                                                                 \