-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* buildroot 5973648881...e2fa16125c (2): > enable strace > Adding resolv to CONFIG_EXTRA_LDLIBS is needed with glibc-2.37 * glibc 67dc98bea0...2df6d9505f (1): > fix syscall() * linux 2df4bde2f8cd...710234de2629 (2): > fix ptrace; use ptrace_report_syscall_*() > fix task_pt_regs(): must return userspace regs
- Loading branch information
1 parent
2c9ce5e
commit 100b704
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule buildroot
updated
4 files
+1 −0 | configs/pu32_defconfig | |
+1 −1 | package/busybox/busybox.config | |
+500 −0 | package/strace/0001-PU32-support.patch | |
+4 −0 | package/strace/strace.mk |
Submodule glibc
updated
2 files
+0 −44 | sysdeps/unix/sysv/linux/pu32/syscall.S | |
+43 −0 | sysdeps/unix/sysv/linux/pu32/syscall.c |
Submodule linux
updated
6 files
+1 −0 | arch/pu32/Kconfig | |
+8 −3 | arch/pu32/include/asm/ptrace.h | |
+30 −0 | arch/pu32/include/asm/syscall.h | |
+3 −1 | arch/pu32/kernel/process.c | |
+15 −2 | arch/pu32/kernel/sysOpIntr.sysrethdlr.process.c | |
+1 −1 | arch/pu32/mm/fault.c |