From e662a129258e40eec6547a40f0a9d72eab3e032f Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 25 Sep 2000 08:23:05 +0000 Subject: config: Changes add TABs on either or both sides, covering start of line, up to any operand for all .*ASM.*_OP definitions. From-SVN: r36604 --- gcc/config/nextstep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config/nextstep.h') diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index 5c0e828..82d8590 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -237,7 +237,7 @@ Boston, MA 02111-1307, USA. */ fprintf (FILE, ".reference .destructors_used\n"); \ } while (0) -#define EH_FRAME_SECTION_ASM_OP ".section __TEXT,__eh_frame,regular" +#define EH_FRAME_SECTION_ASM_OP "\t.section __TEXT,__eh_frame,regular" /* Don't output a .file directive. That is only used by the assembler for error reporting. */ @@ -290,7 +290,7 @@ extern int handle_pragma PARAMS ((int(*)(void), void (*)(int), const char *)); else asm_fprintf (FILE, "%U%s", NAME); } while (0) #undef ALIGN_ASM_OP -#define ALIGN_ASM_OP ".align" +#define ALIGN_ASM_OP "\t.align\t" #undef ASM_OUTPUT_ALIGN #define ASM_OUTPUT_ALIGN(FILE,LOG) \ -- cgit v1.1