aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1997-02-14 20:37:33 +0000
committerStan Cox <coxs@gnu.org>1997-02-14 20:37:33 +0000
commit26ca940ce80455d3979d04b7644b6ea78121c922 (patch)
treecc9d015af129e787f94f7f744b3caf550f790001 /gcc
parent2ed0847f87cc8954822911d4f05ef0d324307935 (diff)
downloadgcc-26ca940ce80455d3979d04b7644b6ea78121c922.zip
gcc-26ca940ce80455d3979d04b7644b6ea78121c922.tar.gz
gcc-26ca940ce80455d3979d04b7644b6ea78121c922.tar.bz2
* config/svr4.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): set the current-section variable to text.
From-SVN: r13633
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/svr4.h9
1 files changed, 7 insertions, 2 deletions
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). */