summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bsptrap.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ppcn_60x/startup/bsptrap.S')
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/startup/bsptrap.S25
1 files changed, 0 insertions, 25 deletions
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bsptrap.S b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bsptrap.S
deleted file mode 100644
index 603adb0c36..0000000000
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bsptrap.S
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * (c) 1998, Radstone Technology plc.
- *
- *
- * This is an unpublished work the copyright in which vests
- * in Radstone Technology plc. All rights reserved.
- *
- * The information contained herein is the property of Radstone
- * Technology plc. and is supplied without liability for
- * errors or omissions and no part may be reproduced, used or
- * disclosed except as authorized by contract or other written
- * permission. The copyright and the foregoing
- * restriction on reproduction, use and disclosure extend to
- * all the media in which this information may be
- * embodied.
- *
- */
-
-#include "ppc-asm.h"
-
- .file "bsptrap.s"
- .text
-FUNC_START(bsp_trap)
- sc
-FUNC_END(bsp_trap)