Module Name:    src
Committed By:   skrll
Date:           Sat Jan  9 15:36:44 UTC 2010

Modified Files:
        src/libexec/ld.elf_so/arch/hppa: rtld_start.S

Log Message:
Small tidyup.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/libexec/ld.elf_so/arch/hppa/rtld_start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/arch/hppa/rtld_start.S
diff -u src/libexec/ld.elf_so/arch/hppa/rtld_start.S:1.6 src/libexec/ld.elf_so/arch/hppa/rtld_start.S:1.7
--- src/libexec/ld.elf_so/arch/hppa/rtld_start.S:1.6	Mon Apr 28 20:23:03 2008
+++ src/libexec/ld.elf_so/arch/hppa/rtld_start.S	Sat Jan  9 15:36:43 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rtld_start.S,v 1.6 2008/04/28 20:23:03 martin Exp $	*/
+/*	$NetBSD: rtld_start.S,v 1.7 2010/01/09 15:36:43 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,9 +30,7 @@
  */
 
 #include <machine/asm.h>
-#define _LOCORE /* XXX fredette we MUST get rid of this */
 #include <machine/frame.h>
-#undef _LOCORE
 
 	.import _GLOBAL_OFFSET_TABLE_
 

Reply via email to