[Libre-soc-bugs] [Bug 982] Support PowerPC ABI in ISACaller

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Sep 5 22:56:56 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=982

--- Comment #12 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Jacob Lifshay from comment #11)
> (In reply to Luke Kenneth Casson Leighton from comment #10)
> > ah - ok i get it.  use strace -ff -o xxxx.out, it separates each
> > process by PID.

ok, tried: strace -ff -o out.txt ./a.out

out.txt.71212:
execve("./a.out", ["./a.out"], 0x7fffeb4d7bb8 /* 18 vars */) = 0
brk(NULL)                               = 0x10037460000
brk(0x10037460fe4)                      = 0x10037460fe4
uname({sysname="Linux", nodename="75-224-155-23", ...}) = 0
readlink("/proc/self/exe", "/home/jacob/a.out", 4096) = 17
brk(0x10037490fe4)                      = 0x10037490fe4
brk(0x100374a0000)                      = 0x100374a0000
openat(AT_FDCWD, "/proc/cmdline", O_RDONLY|O_CLOEXEC) = 3
read(3, "root=UUID=0ff31a9e-7434-4c47-b03"..., 4096) = 86
write(1, "root=UUID=0ff31a9e-7434-4c47-b03"..., 86) = 86
read(3, "", 4096)                       = 0
exit_group(0)                           = ?
+++ exited with 0 +++

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list