[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:47:05 BST 2023


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

--- Comment #10 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Jacob Lifshay from comment #8)

> my point is that the actual syscalls strace reports don't match the
> functions I'm calling. Ignore the C program complexity, it's just a short
> demo.

ah - ok i get it.  use strace -ff -o xxxx.out, it separates each
process by PID.

openat instead of open is a new one on me.

exit_group is likely bash.  -ff will get you *only* what the a.out
actually does, in its own xxxx.out.PID file

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


More information about the libre-soc-bugs mailing list