OSDN Git Service

* config/bfin/bfin.h (enum bfin_builtins): New.
[pf3gnuchains/gcc-fork.git] / gcc / config / bfin / bfin.h
index 608188a..82702f9 100644 (file)
@@ -989,6 +989,14 @@ do {                                              \
 #define EXTRA_CONSTRAINT(VALUE, D) \
     ((D) == 'Q' ? GET_CODE (VALUE) == SYMBOL_REF : 0)
 
+/* Codes for all the Blackfin builtins.  */
+enum bfin_builtins
+{
+  BFIN_BUILTIN_CSYNC,
+  BFIN_BUILTIN_SSYNC,
+  BFIN_BUILTIN_MAX
+};
+
 /* `FINALIZE_PIC'
      By generating position-independent code, when two different
      programs (A and B) share a common library (libC.a), the text of