Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/news68k/news68k unifdef __ELF__



details:   https://anonhg.NetBSD.org/src/rev/a091607f89e9
branches:  trunk
changeset: 770945:a091607f89e9
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Nov 03 14:56:39 2011 +0000

description:
unifdef __ELF__

diffstat:

 sys/arch/news68k/news68k/locore.s |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r db54d1ed23ab -r a091607f89e9 sys/arch/news68k/news68k/locore.s
--- a/sys/arch/news68k/news68k/locore.s Thu Nov 03 14:39:05 2011 +0000
+++ b/sys/arch/news68k/news68k/locore.s Thu Nov 03 14:56:39 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.56 2011/02/08 20:20:21 rmind Exp $        */
+/*     $NetBSD: locore.s,v 1.57 2011/11/03 14:56:39 tsutsui Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -1056,11 +1056,7 @@
         * operations and that the loop will run from a single cache
         * half-line.
         */
-#ifdef __ELF__
        .align  8
-#else
-       .align  3
-#endif
 L_delay:
        subl    %d1,%d0
        jgt     L_delay



Home | Main Index | Thread Index | Old Index