From 70b3688e9c3a03ada9fcff2be1aaee620f7ebf3f Mon Sep 17 00:00:00 2001 From: hp Date: Mon, 25 Sep 2000 08:54:42 +0000 Subject: definitions in config/[c-h]*: 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@36606 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/convex/convex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/config/convex') diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 2f216f31171..57fc56ee534 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -1225,15 +1225,15 @@ enum reg_class { /* Output before read-only data. */ -#define TEXT_SECTION_ASM_OP (current_section_is_text = 1, ".text") +#define TEXT_SECTION_ASM_OP (current_section_is_text = 1, "\t.text") /* Output before writable data. */ -#define DATA_SECTION_ASM_OP (current_section_is_text = 0, ".data") +#define DATA_SECTION_ASM_OP (current_section_is_text = 0, "\t.data") /* Output before uninitialized data. */ -#define BSS_SECTION_ASM_OP (current_section_is_text = 0, ".bss") +#define BSS_SECTION_ASM_OP (current_section_is_text = 0, "\t.bss") /* This is how to output an assembler line that says to advance the location counter -- cgit v1.2.1