From 76bbee81601a2978a0263ed90508f7a9bf43189f Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 25 Sep 2000 10:11:22 +0000 Subject: definitions in config/[npr]*: Changes add TABs on either or both sides, covering start of line, up to any operand for all .*ASM.*_OP definitions. From-SVN: r36611 --- gcc/config/pa/pa-64.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/config/pa/pa-64.h') diff --git a/gcc/config/pa/pa-64.h b/gcc/config/pa/pa-64.h index e26cf86..4e5b807 100644 --- a/gcc/config/pa/pa-64.h +++ b/gcc/config/pa/pa-64.h @@ -347,7 +347,7 @@ do { \ DECL_SECTION_NAME (DECL) = build_string (len, string); \ } while (0) -#define INT_ASM_OP ".dword" +#define INT_ASM_OP "\t.dword\t" /* A C statement (sans semicolon) to output an element in the table of global constructors. */ #define ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \ @@ -378,8 +378,8 @@ do { \ different pseudo-op names for these, they may be overridden in the file which includes this one. */ -#define TYPE_ASM_OP ".type" -#define SIZE_ASM_OP ".size" +#define TYPE_ASM_OP "\t.type\t" +#define SIZE_ASM_OP "\t.size\t" /* This is how we tell the assembler that a symbol is weak. */ -- cgit v1.1