configure.in: Allow enable_threads_flag value of "aix".
[gcc.git] / gcc / config / rs6000 / aix.h
index 9c4e341833645c2981c5140a28949f8002812276..741f6c7f830b9fc70b07d1eb780cb523661f2600 100644 (file)
@@ -425,10 +425,7 @@ toc_section ()                                             \
   RS6000_OUTPUT_BASENAME (FILE, NAME);                         \
   fputs (", TOC[tc0], 0\n", FILE);                             \
   in_section = no_section;                                     \
-  if (flag_function_sections)                                  \
-    named_section ((DECL), (char *) 0, 0);                     \
-  else                                                         \
-    text_section();                                            \
+  function_section(DECL);                                      \
   putc ('.', FILE);                                            \
   RS6000_OUTPUT_BASENAME (FILE, NAME);                         \
   fputs (":\n", FILE);                                         \