submitted-sparc-clone
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 1 Jun 2024 21:16:35 +0000 (23:16 +0200)
committerAurelien Jarno <aurel32@debian.org>
Sat, 1 Jun 2024 21:16:35 +0000 (23:16 +0200)
https://sourceware.org/bugzilla/show_bug.cgi?id=31394
https://bugs.debian.org/1063937

Gbp-Pq: Topic sparc
Gbp-Pq: Name submitted-sparc-clone.diff

sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
sysdeps/unix/sysv/linux/sparc/sparc64/clone.S

index b48aa96ea66a5eaeddd83c732b8542ca45ab897f..0b1af3203b46007b4fc4c40df9c74e6fc0bb2ea8 100644 (file)
@@ -28,6 +28,9 @@
        .text
 ENTRY (__clone)
        save    %sp,-96,%sp
+       save    %sp,-96,%sp
+       flushw
+       restore
        cfi_def_cfa_register(%fp)
        cfi_window_save
        cfi_register(%o7, %i7)
index e6c4e12f470fd344277b2deb78f04dc2f4a5f99d..48a7152f3888fdf25d6fa1b3e90d7a5b3d173798 100644 (file)
@@ -32,6 +32,9 @@
 
 ENTRY (__clone)
        save    %sp, -192, %sp
+       save    %sp, -192, %sp
+       flushw
+       restore
        cfi_def_cfa_register(%fp)
        cfi_window_save
        cfi_register(%o7, %i7)