ld: Require GCC 5 for Build pr25749-1b (-pie -fPIE)
[deliverable/binutils-gdb.git] / sim / testsuite / d10v-elf / hello.s
index 1631b861434d95bfb60a413da872452775ed3892..d060c89adb0f357784d193aff2c431bc7181c4cc 100644 (file)
@@ -1,20 +1,5 @@
-       .text
-       .align 2
-       .globl _start
-_start:
-       # write (1, "Hello World!\n", strlen ("Hello World!..")
-       ldi r6, 4
-       ldi r2, 1
-       ldi r3, hello
-       ldi r4, 13
-       trap 15
-
-       # exit (0)
-       ldi r6, 1
-       ldi r2, 0
-       trap 15
-
-.section       .rodata
-hello:
-       .string "Hello World!\n"
+       .include "t-macros.i"
 
+       start
+       hello
+       exit0
This page took 0.022921 seconds and 4 git commands to generate.