From 5ed1279917f3685773eac72b673226cc63191239 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 25 Apr 2000 17:10:04 +0000 Subject: [PATCH] * config/i386/freebsd.h (INT_ASM_OP): Define. From-SVN: r33417 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/freebsd.h | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3a02e20d04..03876e42f2d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 25 14:06:40 2000 Alexandre Oliva + + * config/i386/freebsd.h (INT_ASM_OP): Define. + Tue Apr 25 14:51:07 MET DST 2000 Jan Hubicka * loop.c (strength_reduce): Fix typo in the last checkin. diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index b8342355603..ba1487fb08c 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for Intel 80386 running FreeBSD. - Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999 Free Software + Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. Contributed by Poul-Henning Kamp @@ -245,3 +245,8 @@ do { \ /* Define this so we can compile MS code for use with WINE. */ #define HANDLE_PRAGMA_PACK_PUSH_POP + +/* This is the pseudo-op used to generate a 32-bit word of data with a + specific value in some section. */ + +#define INT_ASM_OP ".long"