summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/start/rtems_crtn.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/start/rtems_crtn.S')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/rtems_crtn.S27
1 files changed, 0 insertions, 27 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/start/rtems_crtn.S b/c/src/lib/libbsp/powerpc/shared/start/rtems_crtn.S
deleted file mode 100644
index 747d83dbce..0000000000
--- a/c/src/lib/libbsp/powerpc/shared/start/rtems_crtn.S
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (c) 2017 embedded brains GmbH. All rights reserved.
- *
- * embedded brains GmbH
- * Dornierstr. 4
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#if defined(__powerpc64__)
- .section ".init","ax"
- addi 1,1,96
- ld 0,16(1)
- mtlr 0
- blr
-
- .section ".fini","ax"
- addi 1,1,96
- ld 0,16(1)
- mtlr 0
- blr
-#endif