Commit bb2049d1 by Richard Kenner

(ASM_STABS_OP, ASM_STABN_OP): Define.

(ASM_FILE_END): Put a TAB before the .stabs directive.

From-SVN: r6173
parent 3624a679
......@@ -101,6 +101,10 @@ extern int target_flags;
#define DBX_DEBUGGING_INFO
#define DEFAULT_GDB_EXTENSIONS 1
/* Only lables should ever begin in colunm zero. */
#define ASM_STABS_OP "\t.stabs"
#define ASM_STABN_OP "\t.stabn"
#if (TARGET_DEFAULT & 1) == 0
#define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}\
%{mpa-risc-1-1:-D__hp9000s700 -D_PA_RISC1_1}"
......@@ -1692,7 +1696,7 @@ readonly_data () \
#define ASM_FILE_END(FILE) \
do { if (write_symbols == DBX_DEBUG)\
{ fputs (TEXT_SECTION_ASM_OP, FILE);\
fputs (".stabs \"end_file.\",4,0,0,Ltext_end\nLtext_end:\n",\
fputs ("\t.stabs \"end_file.\",4,0,0,Ltext_end\nLtext_end:\n",\
(FILE));\
}\
} while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment