summaryrefslogtreecommitdiffstats
path: root/src/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgcc')
-rw-r--r--src/libgcc/icc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libgcc/icc.c b/src/libgcc/icc.c
new file mode 100644
index 00000000..7540bf0e
--- /dev/null
+++ b/src/libgcc/icc.c
@@ -0,0 +1,8 @@
+/*
+ * Intel's compiler creates an implicit call to this function at the
+ * start of main().
+ *
+ */
+void __attribute__ (( cdecl )) __intel_new_proc_init ( void ) {
+ /* Do nothing */
+}