diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 08:08:58 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 08:08:58 +0000 |
commit | 6ae8577b639265a722fae97f3d5ced6ad1003c56 (patch) | |
tree | eac2e46819d4494fe8318e60b02ff1fb1440a909 /gcc/dbxout.c | |
parent | c678903bbbf0cc57d4c40320cb24e8a1df687fc8 (diff) | |
download | gcc-6ae8577b639265a722fae97f3d5ced6ad1003c56.tar.gz |
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36603 138bc75d-0d04-0410-961f-82ee72b054a4
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 |