aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/openbsd.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-09-25 08:23:05 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2000-09-25 08:23:05 +0000
commite662a129258e40eec6547a40f0a9d72eab3e032f (patch)
tree4342cbef59597393bdaee6ccc3c944a31170df3c /gcc/config/openbsd.h
parent0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53 (diff)
downloadgcc-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/openbsd.h')
-rw-r--r--gcc/config/openbsd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h
index bcf5ff2..8074222 100644
--- a/gcc/config/openbsd.h
+++ b/gcc/config/openbsd.h
@@ -1,5 +1,5 @@
/* Base configuration file for all OpenBSD targets.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -169,9 +169,9 @@ Boston, MA 02111-1307, USA. */
#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"
/* The following macro defines the format used to output the second
operand of the .type assembler directive. */