diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2018-10-23 15:39:50 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-07-10 16:08:45 -0700 |
commit | 0be8ae3679570ff9a193615a035fc8074a8c704f (patch) | |
tree | b5924dd11569bd5ca98dbdfc0a448bed440ee478 /sysdeps/unix/sysv/linux/arc/Versions | |
parent | 33ff7b398830522ef5ef39fa3bbd9249944f7404 (diff) | |
download | glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar.gz glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar.bz2 glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.zip |
ARC: Build Infrastructure
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/Versions | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/Versions b/sysdeps/unix/sysv/linux/arc/Versions new file mode 100644 index 0000000000..292f1974b0 --- /dev/null +++ b/sysdeps/unix/sysv/linux/arc/Versions @@ -0,0 +1,16 @@ +ld { + GLIBC_PRIVATE { + # used for loading by static libraries + _dl_var_init; + } +} +libc { + GLIBC_2.32 { + _flush_cache; + cacheflush; + } + GLIBC_PRIVATE { + # A copy of sigaction lives in libpthread, and needs these. + __default_rt_sa_restorer; + } +} |