Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/arm/aeabi.h')
-rw-r--r--newlib/libc/sys/arm/aeabi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/libc/sys/arm/aeabi.h b/newlib/libc/sys/arm/aeabi.h
new file mode 100644
index 000000000..1ce871178
--- /dev/null
+++ b/newlib/libc/sys/arm/aeabi.h
@@ -0,0 +1,7 @@
+/* Include file with common definitions used by The Arm EABI support
+ routines. */
+
+# define strong_alias(name, aliasname) _strong_alias(name, aliasname)
+# define _strong_alias(name, aliasname) \
+ extern __typeof (name) aliasname __attribute__ ((alias (#name)));
+