diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-09-25 10:11:22 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-09-25 10:11:22 +0000 |
commit | 76bbee81601a2978a0263ed90508f7a9bf43189f (patch) | |
tree | bcdf0f9a047d474f6937b96a6523a892a6a7428a /gcc/config/pa/pa-64.h | |
parent | 78d057d88956b3dde01a370e16b9278761109d47 (diff) | |
download | gcc-76bbee81601a2978a0263ed90508f7a9bf43189f.zip gcc-76bbee81601a2978a0263ed90508f7a9bf43189f.tar.gz gcc-76bbee81601a2978a0263ed90508f7a9bf43189f.tar.bz2 |
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
Diffstat (limited to 'gcc/config/pa/pa-64.h')
-rw-r--r-- | gcc/config/pa/pa-64.h | 6 |
1 files changed, 3 insertions, 3 deletions
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. */ |