aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/mingw32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/mingw32.h')
-rw-r--r--gcc/config/i386/mingw32.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h
index 19b57dbecc8..3a3b74cf8be 100644
--- a/gcc/config/i386/mingw32.h
+++ b/gcc/config/i386/mingw32.h
@@ -180,23 +180,6 @@ __enable_execute_stack (void *addr) \
#undef ENABLE_EXECUTE_STACK
#define ENABLE_EXECUTE_STACK MINGW_ENABLE_EXECUTE_STACK
-#define SUBTARGET_INIT_BUILTINS \
-do { \
- if (TARGET_64BIT_MS_ABI) \
- { \
- /* These builtin functions have a different return \
- type (intptr_t) on 64-bit MS Windows. */ \
- disable_builtin_function ("execl"); \
- disable_builtin_function ("execlp"); \
- disable_builtin_function ("execle"); \
- disable_builtin_function ("execv"); \
- disable_builtin_function ("execvp"); \
- disable_builtin_function ("execve"); \
- } \
- /* Second argument of MS scalb is long, not double. */ \
- disable_builtin_function ("scalb"); \
-} while (0) \
-
#ifdef IN_LIBGCC2
#include <windows.h>
#endif