diff options
author | 2024-05-22 13:09:36 -0300 | |
---|---|---|
committer | 2024-05-23 09:36:08 -0300 | |
commit | 18dbe2784768a094895500c6dc24b6d19b224101 (patch) | |
tree | a9c4d17d7a7efe2010a85dd96a2643128fe0a785 /sysdeps/unix | |
parent | powerpc: Remove duplicated llrintf and llrintf32 from libm.a (BZ 31787) (diff) | |
download | glibc-18dbe2784768a094895500c6dc24b6d19b224101.tar.xz glibc-18dbe2784768a094895500c6dc24b6d19b224101.zip |
microblaze: Remove cacheflush from libc.a (BZ 31788)
microblaze does not export it in libc.so nor the kernel provides the
cacheflush syscall.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/syscalls.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/syscalls.list b/sysdeps/unix/sysv/linux/microblaze/syscalls.list index 878ce7e6a2..5760c657a6 100644 --- a/sysdeps/unix/sysv/linux/microblaze/syscalls.list +++ b/sysdeps/unix/sysv/linux/microblaze/syscalls.list @@ -1,5 +1,3 @@ # File name Caller Syscall name Args Strong name Weak names -cacheflush EXTRA cacheflush i:iiii __cacheflush cacheflush - personality EXTRA personality Ei:i __personality personality |