Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/81f0aadf80af
branches:  trunk
changeset: 770947:81f0aadf80af
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Nov 03 15:13:02 2011 +0000

description:
unifdef __ELF__

diffstat:

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

diffs (21 lines):

diff -r c4c2d6f9df2a -r 81f0aadf80af sys/arch/hp300/hp300/locore.s
--- a/sys/arch/hp300/hp300/locore.s     Thu Nov 03 14:57:43 2011 +0000
+++ b/sys/arch/hp300/hp300/locore.s     Thu Nov 03 15:13:02 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.159 2011/03/06 14:51:21 tsutsui Exp $     */
+/*     $NetBSD: locore.s,v 1.160 2011/11/03 15:13:02 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -1364,11 +1364,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