aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/ref
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-07 18:38:56 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-07 18:38:56 +0000
commit1e0edabcca97b60371d84879ad69f569eb9127f5 (patch)
tree2357bdf40cbd3f605b591ececda6bf2785738f09 /c_compiler/test/ref
parent81c4d63a74dd2c6d7395d2d1aeae93fbd22d4b16 (diff)
parentb810b59783a3dd32837fe4c458229cc771bd6877 (diff)
downloadCompiler-1e0edabcca97b60371d84879ad69f569eb9127f5.tar.gz
Compiler-1e0edabcca97b60371d84879ad69f569eb9127f5.zip
Merge branch 'master' into compiler
Diffstat (limited to 'c_compiler/test/ref')
-rwxr-xr-xc_compiler/test/ref/01bin2929088 -> 0 bytes
-rw-r--r--c_compiler/test/ref/01.s38
2 files changed, 0 insertions, 38 deletions
diff --git a/c_compiler/test/ref/01 b/c_compiler/test/ref/01
deleted file mode 100755
index 9655601..0000000
--- a/c_compiler/test/ref/01
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/01.s b/c_compiler/test/ref/01.s
deleted file mode 100644
index db5d0b4..0000000
--- a/c_compiler/test/ref/01.s
+++ /dev/null
@@ -1,38 +0,0 @@
- .file 1 "01.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .option pic0
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,24,$31 # vars= 8, regs= 1/0, args= 0, gp= 8
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-24
- sw $fp,20($sp)
- move $fp,$sp
- li $2,13 # 0xd
- sw $2,8($fp)
- lw $2,8($fp)
- move $sp,$fp
- lw $fp,20($sp)
- addiu $sp,$sp,24
- jr $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Codescape GNU Tools 2016.05-03 for MIPS MTI Linux) 4.9.2"