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 Don't define _NOREGNAMES since ...
details: https://anonhg.NetBSD.org/src/rev/a653d0ee32fb
branches: trunk
changeset: 760913:a653d0ee32fb
user: matt <matt%NetBSD.org@localhost>
date: Mon Jan 17 07:07:36 2011 +0000
description:
Don't define _NOREGNAMES since all of libkern is now compiled with it.
diffstat:
sys/lib/libkern/arch/powerpc/memset.S | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 36688a20107d -r a653d0ee32fb sys/lib/libkern/arch/powerpc/memset.S
--- a/sys/lib/libkern/arch/powerpc/memset.S Mon Jan 17 07:06:10 2011 +0000
+++ b/sys/lib/libkern/arch/powerpc/memset.S Mon Jan 17 07:07:36 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: memset.S,v 1.6 2007/03/04 06:03:12 christos Exp $ */
+/* $NetBSD: memset.S,v 1.7 2011/01/17 07:07:36 matt Exp $ */
/*-
* Copyright (C) 2003 Matt Thomas <matt%3am-software.com@localhost>
@@ -29,7 +29,6 @@
*/
/*----------------------------------------------------------------------*/
-#define _NOREGNAMES
#include <machine/asm.h>
/*----------------------------------------------------------------------*/
Home |
Main Index |
Thread Index |
Old Index