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

aeabi.h « arm « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ce8711787511b2a857f09d1a9bf6751e6ee11d0 (plain)
1
2
3
4
5
6
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)));