From 794ff4dc959a8dfef4f704ef6a5bb7334e421623 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 18 Aug 1999 23:37:42 +0000 Subject: - Drop support for 32/32 fp register model - Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ... --- arch/mips/tools/offset.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/mips/tools') diff --git a/arch/mips/tools/offset.c b/arch/mips/tools/offset.c index db91ed1f4..f32f3e76e 100644 --- a/arch/mips/tools/offset.c +++ b/arch/mips/tools/offset.c @@ -1,4 +1,4 @@ -/* $Id: offset.c,v 1.10 1998/08/19 21:53:53 ralf Exp $ +/* $Id: offset.c,v 1.9 1998/08/25 09:14:52 ralf Exp $ * * offset.c: Calculate pt_regs and task_struct offsets. * @@ -82,6 +82,7 @@ void output_task_defines(void) offset("#define TASK_COUNTER ", struct task_struct, counter); offset("#define TASK_PRIORITY ", struct task_struct, priority); offset("#define TASK_MM ", struct task_struct, mm); + size("#define TASK_STRUCT_SIZE ", struct task_struct); linefeed; } -- cgit v1.2.3