Files
ltrace/ppc-ptrace.patch
Andreas Schwab b9089a5a13 Accepting request 1110336 from home:Andreas_Schwab:Factory
- Update to version 0.7.91+git20230705.8eabf68:
  * Add missing semi-colon
  * ./autogen.sh is needed before ./configure
  * sysdeps: x86: update syscall tables
  * testsuite: system_calls: recognize statx
  * testsuite: system_calls: recognize newfstatat
  * PowerPC Fix HFA FP/GPR parameter logic typo
  * Add -Wno-psabi to avoid compilation warning/failure
  * Avoid infinite loop when single stepping into PLT
  * PowerPC ltrace-elf handle LEP/GEP offset
  * riscv64: add initial riscv64 support
- arm-trace.patch, ltrace-0.7.91-ppc64le-scv.patch, readdir.patch: remove
- Rediff remaining patches

OBS-URL: https://build.opensuse.org/request/show/1110336
OBS-URL: https://build.opensuse.org/package/show/Base:System/ltrace?expand=0&rev=52
2023-09-11 15:18:04 +00:00

10 lines
358 B
Diff

Index: ltrace-0.7.91+git20230705.8eabf68/sysdeps/linux-gnu/ppc/ptrace.h
===================================================================
--- ltrace-0.7.91+git20230705.8eabf68.orig/sysdeps/linux-gnu/ppc/ptrace.h
+++ ltrace-0.7.91+git20230705.8eabf68/sysdeps/linux-gnu/ppc/ptrace.h
@@ -19,3 +19,4 @@
*/
#include <sys/ptrace.h>
+#include <asm/ptrace.h>