From: David Edelsohn Date: Mon, 13 Aug 2001 18:05:43 +0000 (+0000) Subject: * config/rs6000/rs6000.c: Include optabs.h. X-Git-Tag: prereleases/libstdc++-3.0.95~2676 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc1c679ffb2567408a3c36fc4d31d599e932a74;p=thirdparty%2Fgcc.git * config/rs6000/rs6000.c: Include optabs.h. From-SVN: r44863 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb476d11de61..1a5a195a090a 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 a7221c2ceee7..0d74876bad70 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"