Module Name: src
Committed By: matt
Date: Sun Jun 21 15:00:07 UTC 2015
Modified Files:
src/sys/arch/arm/arm32: exception.S
Log Message:
Remove duplicate ASEND(undefined_entry)
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/arm32/exception.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/arm32/exception.S
diff -u src/sys/arch/arm/arm32/exception.S:1.22 src/sys/arch/arm/arm32/exception.S:1.23
--- src/sys/arch/arm/arm32/exception.S:1.22 Thu Mar 13 01:45:35 2014
+++ src/sys/arch/arm/arm32/exception.S Sun Jun 21 15:00:06 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: exception.S,v 1.22 2014/03/13 01:45:35 matt Exp $ */
+/* $NetBSD: exception.S,v 1.23 2015/06/21 15:00:06 matt Exp $ */
/*
* Copyright (c) 1994-1997 Mark Brinicombe.
@@ -51,7 +51,7 @@
#include <arm/locore.h>
- RCSID("$NetBSD: exception.S,v 1.22 2014/03/13 01:45:35 matt Exp $")
+ RCSID("$NetBSD: exception.S,v 1.23 2015/06/21 15:00:06 matt Exp $")
.text
.align 0
@@ -265,4 +265,3 @@ ENTRY_NP(undefinedinstruction_bounce)
adr lr, .Lexception_exit
b _C_LABEL(undefinedinstruction)
END(undefinedinstruction_bounce)
-ASEND(undefined_entry)