* config/svr4.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): set the current-section variable...
authorStan Cox <coxs@gnu.org>
Fri, 14 Feb 1997 20:37:33 +0000 (20:37 +0000)
committerStan Cox <coxs@gnu.org>
Fri, 14 Feb 1997 20:37:33 +0000 (20:37 +0000)
From-SVN: r13633

gcc/config/svr4.h

index 506d1d1..19d566d 100644 (file)
@@ -330,8 +330,13 @@ while (0)
    embedded stabs.  */
 
 #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME)                        \
-  fprintf (FILE,                                                       \
-          "\t.text\n\t.stabs \"\",%d,0,0,.Letext\n.Letext:\n", N_SO)
+do                                                                     \
+  {                                                                    \
+    text_section ();                                                   \
+    fprintf (FILE,                                                     \
+          "\t.stabs \"\",%d,0,0,.Letext\n.Letext:\n", N_SO);           \
+  }                                                                    \
+while (0)
 
 /* Define the actual types of some ANSI-mandated types.  (These
    definitions should work for most SVR4 systems).  */