OSDN Git Service

./:
[pf3gnuchains/gcc-fork.git] / gcc / libfuncs.h
index f7f6a62..70621cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for code generation pass of GNU compiler.
-   Copyright (C) 2001, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -40,6 +40,8 @@ enum libfunc_index
   LTI_profile_function_entry,
   LTI_profile_function_exit,
 
+  LTI_synchronize,
+
   LTI_gcov_flush,
 
   LTI_MAX
@@ -69,6 +71,8 @@ extern GTY(()) rtx libfunc_table[LTI_MAX];
 #define profile_function_entry_libfunc (libfunc_table[LTI_profile_function_entry])
 #define profile_function_exit_libfunc  (libfunc_table[LTI_profile_function_exit])
 
+#define synchronize_libfunc    (libfunc_table[LTI_synchronize])
+
 #define gcov_flush_libfunc     (libfunc_table[LTI_gcov_flush])
 
 #endif /* GCC_LIBFUNCS_H */