Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/powerpc fix the names of the _END symbo...
details: https://anonhg.NetBSD.org/src/rev/3dc4fd939a56
branches: trunk
changeset: 766825:3dc4fd939a56
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Jul 02 23:36:02 2011 +0000
description:
fix the names of the _END symbols passed to .size; fixes rump issues,
and kernels still work fine, and ofwboot still links.
diffstat:
sys/lib/libkern/arch/powerpc/gprsavrest.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 6d3df3648588 -r 3dc4fd939a56 sys/lib/libkern/arch/powerpc/gprsavrest.S
--- a/sys/lib/libkern/arch/powerpc/gprsavrest.S Sat Jul 02 20:21:16 2011 +0000
+++ b/sys/lib/libkern/arch/powerpc/gprsavrest.S Sat Jul 02 23:36:02 2011 +0000
@@ -29,13 +29,13 @@
#include <powerpc/asm.h>
-__RCSID("$NetBSD: gprsavrest.S,v 1.1 2011/07/02 03:35:03 matt Exp $")
+__RCSID("$NetBSD: gprsavrest.S,v 1.2 2011/07/02 23:36:02 mrg Exp $")
#ifndef RESTGPR
#define RESTGPR(n) RESTOREXGPR(_restgpr_,n,_x)
-#define RESTGPR_END(n) RESTOREXGPR_END(_restgpr,n,_x)
+#define RESTGPR_END(n) RESTOREXGPR_END(_restgpr_,n,_x)
#define SAVEGPR(n) SAVEXGPR(_savegpr_,n,)
-#define SAVEGPR_END(n) SAVEXGPR_END(_savegpr,n,)
+#define SAVEGPR_END(n) SAVEXGPR_END(_savegpr_,n,)
#endif
#define RESTOREXGPR(a,n,b) \
Home |
Main Index |
Thread Index |
Old Index