diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-09-25 08:23:05 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-09-25 08:23:05 +0000 |
commit | e662a129258e40eec6547a40f0a9d72eab3e032f (patch) | |
tree | 4342cbef59597393bdaee6ccc3c944a31170df3c /gcc/config/netbsd.h | |
parent | 0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53 (diff) | |
download | gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.zip gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.tar.gz gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.tar.bz2 |
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
Diffstat (limited to 'gcc/config/netbsd.h')
-rw-r--r-- | gcc/config/netbsd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index 49ff036..a9cc46a 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -88,9 +88,9 @@ #undef TYPE_ASM_OP #undef SIZE_ASM_OP #undef SET_ASM_OP -#define TYPE_ASM_OP ".type" -#define SIZE_ASM_OP ".size" -#define SET_ASM_OP ".set" +#define TYPE_ASM_OP "\t.type\t" +#define SIZE_ASM_OP "\t.size\t" +#define SET_ASM_OP "\t.set\t" /* This is how we tell the assembler that a symbol is weak. */ |