diff mbox series

microblaze: Remove cacheflush from libc.a (BZ 31788)

Message ID 20240522160945.1301538-1-adhemerval.zanella@linaro.org
State New
Headers show
Series microblaze: Remove cacheflush from libc.a (BZ 31788) | expand

Commit Message

Adhemerval Zanella Netto May 22, 2024, 4:09 p.m. UTC
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(-)

Comments

H.J. Lu May 22, 2024, 4:14 p.m. UTC | #1
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 mbox series

Patch

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