Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/powerpc Change to deal with callframe changes
details: https://anonhg.NetBSD.org/src/rev/28a61d2b876c
branches: trunk
changeset: 760980:28a61d2b876c
user: matt <matt%NetBSD.org@localhost>
date: Tue Jan 18 01:23:24 2011 +0000
description:
Change to deal with callframe changes
diffstat:
lib/libc/arch/powerpc/genassym.cf | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r a88be1e96723 -r 28a61d2b876c lib/libc/arch/powerpc/genassym.cf
--- a/lib/libc/arch/powerpc/genassym.cf Tue Jan 18 01:20:06 2011 +0000
+++ b/lib/libc/arch/powerpc/genassym.cf Tue Jan 18 01:23:24 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.2 2011/01/15 07:31:12 matt Exp $
+# $NetBSD: genassym.cf,v 1.3 2011/01/18 01:23:24 matt Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -36,9 +36,9 @@
include <machine/frame.h>
define CALLFRAMELEN sizeof(struct callframe)
-define CALLFRAME_LR offsetof(struct callframe, lr)
-define CALLFRAME_R30 offsetof(struct callframe, r30)
-define CALLFRAME_R31 offsetof(struct callframe, r31)
+define CALLFRAME_LR offsetof(struct callframe, cf_lr)
+define CALLFRAME_R30 offsetof(struct callframe, cf_r30)
+define CALLFRAME_R31 offsetof(struct callframe, cf_r31)
define UC_GREGS_R1 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_R1])
define UC_GREGS_R3 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_R3])
Home |
Main Index |
Thread Index |
Old Index