aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/bsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/bsd.h')
-rw-r--r--gcc/config/i386/bsd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/i386/bsd.h b/gcc/config/i386/bsd.h
index 1666696..82b1411 100644
--- a/gcc/config/i386/bsd.h
+++ b/gcc/config/i386/bsd.h
@@ -41,9 +41,8 @@ Boston, MA 02111-1307, USA. */
/* Assembler pseudos to introduce constants of various size. */
#define ASM_BYTE_OP "\t.byte\t"
-#define ASM_SHORT "\t.word"
-#define ASM_LONG "\t.long"
-#define ASM_DOUBLE "\t.double"
+#define ASM_SHORT "\t.word\t"
+#define ASM_LONG "\t.long\t"
/* Output at beginning of assembler file.
??? I am skeptical of this -- RMS. */