From: Stan Cox Date: Fri, 14 Feb 1997 20:37:33 +0000 (+0000) Subject: * config/svr4.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): set the current-section variable... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26ca940ce80455d3979d04b7644b6ea78121c922;p=platform%2Fupstream%2Fgcc.git * config/svr4.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): set the current-section variable to text. From-SVN: r13633 --- diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 506d1d1..19d566d 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -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). */