bfin.c: Include "langhooks.h".
[gcc.git] / gcc / config / bfin / bfin.c
index c4ee58b4ae59ea2961ff1348bb698d51883abb2e..a0c768d5a2abb4a00a3a09a72b730442f68f49de 100644 (file)
@@ -45,6 +45,7 @@
 #include "recog.h"
 #include "ggc.h"
 #include "integrate.h"
+#include "langhooks.h"
 #include "bfin-protos.h"
 #include "tm-preds.h"
 #include "gt-bfin.h"
@@ -2832,10 +2833,10 @@ enum bfin_builtins
   BFIN_BUILTIN_MAX
 };
 
-#define def_builtin(NAME, TYPE, CODE)                          \
-do {                                                           \
-  builtin_function ((NAME), (TYPE), (CODE), BUILT_IN_MD,       \
-                   NULL, NULL_TREE);                           \
+#define def_builtin(NAME, TYPE, CODE)                                  \
+do {                                                                   \
+  lang_hooks.builtin_function ((NAME), (TYPE), (CODE), BUILT_IN_MD,    \
+                              NULL, NULL_TREE);                        \
 } while (0)
 
 /* Set up all builtin functions for this target.  */