* config/rs6000/rs6000.c: Include optabs.h.

From-SVN: r44863
This commit is contained in:
David Edelsohn 2001-08-13 18:05:43 +00:00 committed by David Edelsohn
parent 710fdaadee
commit 2fc1c679ff
2 changed files with 5 additions and 0 deletions

View 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

View 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"