diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-09-25 08:08:58 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-09-25 08:08:58 +0000 |
commit | 0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53 (patch) | |
tree | eac2e46819d4494fe8318e60b02ff1fb1440a909 /gcc/dbxout.c | |
parent | afb2ca3dd73c61acf5f36463dcdb5c04d21d4ec8 (diff) | |
download | gcc-0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53.zip gcc-0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53.tar.gz gcc-0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53.tar.bz2 |
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
From-SVN: r36603
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 18f0822..d4df8d0 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 |