diff options
author | Daniel Jacobowitz <dan@debian.org> | 2005-09-28 18:11:15 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:29 -0400 |
commit | ea3d710fe572f0af4d242701973f7363b2146429 (patch) | |
tree | b8c7138296d4e19b7101b51bfeb6677d27185bc7 /arch/mips/kernel/scall64-n32.S | |
parent | 9043f7e95d104795fcb03a2f762524babcd49da5 (diff) |
Revise MIPS 64-bit ptrace interface
Change the N32 debugging ABI to something more sane, and add support
for o32 and n32 debuggers to trace n64 programs.
Signed-off-by: Daniel Jacobowitz <dan@codesourcery.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index b32c566e0a24..7e66eb823bf6 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S | |||
@@ -216,7 +216,7 @@ EXPORT(sysn32_call_table) | |||
216 | PTR compat_sys_getrusage | 216 | PTR compat_sys_getrusage |
217 | PTR sys32_sysinfo | 217 | PTR sys32_sysinfo |
218 | PTR compat_sys_times | 218 | PTR compat_sys_times |
219 | PTR sys_ptrace | 219 | PTR sys32_ptrace |
220 | PTR sys_getuid /* 6100 */ | 220 | PTR sys_getuid /* 6100 */ |
221 | PTR sys_syslog | 221 | PTR sys_syslog |
222 | PTR sys_getgid | 222 | PTR sys_getgid |