summaryrefslogtreecommitdiff
path: root/gcc/config/svr4.h
diff options
context:
space:
mode:
authorcoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>1997-02-14 20:37:33 +0000
committercoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>1997-02-14 20:37:33 +0000
commit4d60def296b2982f099620244bcab2a41baa5d00 (patch)
treecc9d015af129e787f94f7f744b3caf550f790001 /gcc/config/svr4.h
parent8f40b3d40dc8327d3d206f01038a27996673b017 (diff)
downloadgcc-4d60def296b2982f099620244bcab2a41baa5d00.tar.gz
* config/svr4.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): set the current-section variable to text.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13633 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr4.h')
-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 506d1d18c10..19d566dbd72 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). */