diff options
author | David Edelsohn <edelsohn@gnu.org> | 2001-08-13 18:05:43 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2001-08-13 14:05:43 -0400 |
commit | 2fc1c679ffb2567408a3c36fc4d31d599e932a74 (patch) | |
tree | 6f1f1d8ef370305defe76b8ff66497583e89273c | |
parent | 710fdaadeeb456ff1f8fa784dcac7ea8e74d773a (diff) | |
download | gcc-2fc1c679ffb2567408a3c36fc4d31d599e932a74.zip gcc-2fc1c679ffb2567408a3c36fc4d31d599e932a74.tar.gz gcc-2fc1c679ffb2567408a3c36fc4d31d599e932a74.tar.bz2 |
* config/rs6000/rs6000.c: Include optabs.h.
From-SVN: r44863
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb476d1..1a5a195 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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 save/restore routines. * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index a7221c2..0d74876 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" |