summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-22 23:41:30 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-22 23:41:30 -0400
commit7a19179b0f0e22a372eacb791d2ac86155da9e11 (patch)
tree4edc25ca6ca37b4a68e6d5c53fcf447777141699 /test
parentmsim stub (diff)
downloadmips-7a19179b0f0e22a372eacb791d2ac86155da9e11.tar.gz
mips-7a19179b0f0e22a372eacb791d2ac86155da9e11.tar.bz2
mips-7a19179b0f0e22a372eacb791d2ac86155da9e11.zip
add global makefile, update tests
Diffstat (limited to 'test')
-rw-r--r--test/masm/test.asm2
-rw-r--r--test/mld/test.obin5442 -> 5426 bytes
-rw-r--r--test/msim/testbin5395 -> 9591 bytes
3 files changed, 0 insertions, 2 deletions
diff --git a/test/masm/test.asm b/test/masm/test.asm
index d70f3e7..b099c2e 100644
--- a/test/masm/test.asm
+++ b/test/masm/test.asm
@@ -18,7 +18,6 @@ null:
.text
.align 2
.globl main
-.globl _start
# init the heap
heap_init:
@@ -204,7 +203,6 @@ realloc_free:
jr $ra
-_start:
main:
# push return address
addi $sp, $sp, -4
diff --git a/test/mld/test.o b/test/mld/test.o
index c0a5e03..7cf14c0 100644
--- a/test/mld/test.o
+++ b/test/mld/test.o
Binary files differ
diff --git a/test/msim/test b/test/msim/test
index f81c617..293d241 100644
--- a/test/msim/test
+++ b/test/msim/test
Binary files differ