Message ID | 20240522160945.1301538-1-adhemerval.zanella@linaro.org |
---|---|
State | Accepted |
Commit | 18dbe2784768a094895500c6dc24b6d19b224101 |
Headers | show |
Series | microblaze: Remove cacheflush from libc.a (BZ 31788) | expand |
On Wed, May 22, 2024 at 9:09 AM Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote: > > microblaze does not export it in libc.so nor the kernel provides the > cacheflush syscall. > --- > sysdeps/unix/sysv/linux/microblaze/syscalls.list | 2 -- > 1 file changed, 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 > -- > 2.43.0 > LGTM. Reviewed-by: H.J. Lu <hjl.tools@gmail.com> Thanks.
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