Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/arc Have .set mips3 directive to make it consis...



details:   https://anonhg.NetBSD.org/src/rev/4ebf45863d19
branches:  trunk
changeset: 481503:4ebf45863d19
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Tue Feb 01 02:30:20 2000 +0000

description:
Have .set mips3 directive to make it consistent with other *.S files.

diffstat:

 sys/arch/arc/arc/locore_machdep.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6b96996e34e4 -r 4ebf45863d19 sys/arch/arc/arc/locore_machdep.S
--- a/sys/arch/arc/arc/locore_machdep.S Tue Feb 01 02:28:23 2000 +0000
+++ b/sys/arch/arc/arc/locore_machdep.S Tue Feb 01 02:30:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_machdep.S,v 1.5 2000/01/23 21:01:51 soda Exp $  */
+/*     $NetBSD: locore_machdep.S,v 1.6 2000/02/01 02:30:20 nisimura Exp $      */
 /*     $OpenBSD: locore.S,v 1.12 1997/04/19 17:19:43 pefo Exp $        */
 
 /*
@@ -337,6 +337,7 @@
 END(mdbpanic)
 #endif /* DEBUG */
 
+       .set    mips3
 
 /*--------------------------------------------------------------------------
  *



Home | Main Index | Thread Index | Old Index