From 2fc1c679ffb2567408a3c36fc4d31d599e932a74 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 13 Aug 2001 18:05:43 +0000 Subject: [PATCH] * config/rs6000/rs6000.c: Include optabs.h. From-SVN: r44863 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb476d11de6..1a5a195a090 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-13 David Edelsohn + + * config/rs6000/rs6000.c: Include optabs.h. + 2001-08-13 David Edelsohn * config/rs6000/eabi.asm: Define 64-bit versions of FPR diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index a7221c2ceee..0d74876bad7 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */ #include "obstack.h" #include "tree.h" #include "expr.h" +#include "optabs.h" #include "except.h" #include "function.h" #include "output.h" -- 2.30.2