1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/glibc32/powerpc32le.patch
3 # Copyright (C) 2023 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 Do not use '-mmultiple' on little-endian PowerPC systems, since those
15 instructions do not work when the processor is in little-endian mode.
16 The exceptions are PPC740 and PPC750 which permit these instructions
17 in little-endian mode.
19 --- glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S.vanilla 2023-01-07 17:17:49.726720823 +0100
20 +++ glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S 2023-01-07 17:45:52.919816459 +0100
22 /* Set up stack frame for parent. */
24 cfi_adjust_cfa_offset (32)
31 /* Set up stack frame for child. */
36 /* Parent. Restore registers & return. */
45 b __syscall_error@local