aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/etrax-2.6/image/e100boot/src/cbl/src/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/etrax-2.6/image/e100boot/src/cbl/src/crt0.S')
-rw-r--r--target/linux/etrax-2.6/image/e100boot/src/cbl/src/crt0.S17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/etrax-2.6/image/e100boot/src/cbl/src/crt0.S b/target/linux/etrax-2.6/image/e100boot/src/cbl/src/crt0.S
deleted file mode 100644
index 466d19c7e1..0000000000
--- a/target/linux/etrax-2.6/image/e100boot/src/cbl/src/crt0.S
+++ /dev/null
@@ -1,17 +0,0 @@
- .global crt0 ; Needed because of a bug in binutils
- .global _target_address
- .global _bytes_to_read
-
- .section .startup, "ax"
-
- nop
- nop
-
-
-crt0:
- move.d 0x38001f00, sp
- jump _crt1
-
-_bytes_to_read: .dword 0x12345678
-_target_address: .dword 0x87654321
-