aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@cygnus.com>1998-04-20 07:41:41 +0000
committerStan Cox <scox@gcc.gnu.org>1998-04-20 07:41:41 +0000
commitced8dd8ccde9e294e7975e1d7c79e946d26f9b1d (patch)
treea2ef41647017c846e39fb6071becbee7b6edccaa /gcc
parentf37eb5cb0952de9da535a306917b2ea1a0130112 (diff)
downloadgcc-ced8dd8ccde9e294e7975e1d7c79e946d26f9b1d.zip
gcc-ced8dd8ccde9e294e7975e1d7c79e946d26f9b1d.tar.gz
gcc-ced8dd8ccde9e294e7975e1d7c79e946d26f9b1d.tar.bz2
Include expr.h to get the change_address prototype declared.
From-SVN: r19338
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 17eab4d..7ab8d1b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 20 07:37:49 1998 Michael Meissner <meissner@cygnus.com>
+
+ * i386.c: Include expr.h to get the change_address prototype
+ declared.
+
Mon Apr 20 01:00:05 1998 H.J. Lu (hjl@gnu.org)
* reg-stack.c (subst_asm_stack_regs): Change to return the last
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index f4743fa..4a29f88 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */
#include "except.h"
#include "function.h"
#include "recog.h"
+#include "expr.h"
#if HAVE_STDLIB_H
#include <stdlib.h>