]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rs6000/rs6000.c: Include optabs.h.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 18:05:43 +0000 (18:05 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 18:05:43 +0000 (18:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44863 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index eb476d11de61d6e32950685a3d3df8ad5712c30d..1a5a195a090a3dd1bd11a239c2f956c1e4a51051 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-13  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c: Include optabs.h.
+
 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/eabi.asm: Define 64-bit versions of FPR
index a7221c2ceee738ffa580fe53f9d7605562eb2235..0d74876bad70cf0756c708ac4a275cbdd1fd17e1 100644 (file)
@@ -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"