From: dje Date: Mon, 13 Aug 2001 18:05:43 +0000 (+0000) Subject: * config/rs6000/rs6000.c: Include optabs.h. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c35617810402f34a09c15f1cf8a963099cc689e;p=thirdparty%2Fgcc.git * config/rs6000/rs6000.c: Include optabs.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44863 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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"