diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 18f0822d744..d4df8d039d3 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -89,11 +89,11 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef ASM_STABS_OP -#define ASM_STABS_OP ".stabs" +#define ASM_STABS_OP "\t.stabs\t" #endif #ifndef ASM_STABN_OP -#define ASM_STABN_OP ".stabn" +#define ASM_STABN_OP "\t.stabn\t" #endif #ifndef DBX_TYPE_DECL_STABS_CODE |