From: David Edelsohn Date: Mon, 13 Aug 2001 18:05:43 +0000 (+0000) Subject: * config/rs6000/rs6000.c: Include optabs.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fc1c679ffb2567408a3c36fc4d31d599e932a74;p=gcc.git * config/rs6000/rs6000.c: Include optabs.h. From-SVN: r44863 --- 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"