diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-07-26 08:29:17 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-07-26 08:29:17 +0100 |
commit | f8b4877a75765b14432a6f83ead11dcecc5b1985 (patch) | |
tree | 9c173bfdf8a6140be707c21cb5bfa2ff68e78483 /ports/sysdeps/aarch64/Versions | |
parent | 61a9dcb9d6c719cd0ec2b8fd871701e4ae69919e (diff) | |
download | glibc-f8b4877a75765b14432a6f83ead11dcecc5b1985.tar.gz glibc-f8b4877a75765b14432a6f83ead11dcecc5b1985.tar.xz glibc-f8b4877a75765b14432a6f83ead11dcecc5b1985.zip |
[AArch64] Provide symbol version for _mcount.
Diffstat (limited to 'ports/sysdeps/aarch64/Versions')
-rw-r--r-- | ports/sysdeps/aarch64/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/sysdeps/aarch64/Versions b/ports/sysdeps/aarch64/Versions new file mode 100644 index 0000000000..e1aa44f33d --- /dev/null +++ b/ports/sysdeps/aarch64/Versions @@ -0,0 +1,5 @@ +libc { + GLIBC_2.18 { + _mcount; + } +} |