From ca13100a6c969cbbca0dd75d5e8d6cf76a586cf8 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 25 Sep 2000 11:45:51 +0000 Subject: Change callers in config/* to match: Changes add TABs on either or both sides, covering start of line, up to any operand for all .*ASM.*_OP definitions. From-SVN: r36615 --- gcc/config/nextstep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/nextstep.h') diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index 82d8590..28deb16 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -295,7 +295,7 @@ extern int handle_pragma PARAMS ((int(*)(void), void (*)(int), const char *)); #undef ASM_OUTPUT_ALIGN #define ASM_OUTPUT_ALIGN(FILE,LOG) \ if ((LOG) != 0) \ - fprintf (FILE, "\t%s %d\n", ALIGN_ASM_OP, (LOG)) + fprintf (FILE, "%s%d\n", ALIGN_ASM_OP, (LOG)) /* Ensure correct alignment of bss data. */ -- cgit v1.1