aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/ref
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:25:34 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:25:34 +0000
commit9aaec2c562bc22b325703af925eb900894acce83 (patch)
tree2570d64378e2d89efee809db1daf58430f73f18b /c_compiler/test/ref
parent7606b62bc81fd8ea55a6a65104be273f954e70c1 (diff)
downloadCompiler-9aaec2c562bc22b325703af925eb900894acce83.tar.gz
Compiler-9aaec2c562bc22b325703af925eb900894acce83.zip
removed unneeded folders
Diffstat (limited to 'c_compiler/test/ref')
-rwxr-xr-xc_compiler/test/ref/01bin672160 -> 0 bytes
-rw-r--r--c_compiler/test/ref/01.s35
-rwxr-xr-xc_compiler/test/ref/02bin672160 -> 0 bytes
-rw-r--r--c_compiler/test/ref/02.s37
-rwxr-xr-xc_compiler/test/ref/03bin672160 -> 0 bytes
-rw-r--r--c_compiler/test/ref/03.s37
-rwxr-xr-xc_compiler/test/ref/04bin676304 -> 0 bytes
-rw-r--r--c_compiler/test/ref/04.s71
-rwxr-xr-xc_compiler/test/ref/05bin676280 -> 0 bytes
-rw-r--r--c_compiler/test/ref/05.s47
-rwxr-xr-xc_compiler/test/ref/ComplexAssignmentbin676272 -> 0 bytes
-rw-r--r--c_compiler/test/ref/ComplexAssignment.s65
-rwxr-xr-xc_compiler/test/ref/ScopeWithAddbin676264 -> 0 bytes
-rw-r--r--c_compiler/test/ref/ScopeWithAdd.s43
-rwxr-xr-xc_compiler/test/ref/SimpleAddbin676264 -> 0 bytes
-rw-r--r--c_compiler/test/ref/SimpleAdd.s41
-rwxr-xr-xc_compiler/test/ref/SimpleAdd_2bin676264 -> 0 bytes
-rw-r--r--c_compiler/test/ref/SimpleAdd_2.s40
-rwxr-xr-xc_compiler/test/ref/SimpleAssignmentbin672172 -> 0 bytes
-rw-r--r--c_compiler/test/ref/SimpleAssignment.s37
-rwxr-xr-xc_compiler/test/ref/SimpleDeclarationbin672176 -> 0 bytes
-rw-r--r--c_compiler/test/ref/SimpleDeclaration.s37
-rwxr-xr-xc_compiler/test/ref/SimpleReturnbin672168 -> 0 bytes
-rw-r--r--c_compiler/test/ref/SimpleReturn.s35
-rwxr-xr-xc_compiler/test/ref/SimpleScopebin676264 -> 0 bytes
-rw-r--r--c_compiler/test/ref/SimpleScope.s39
-rwxr-xr-xc_compiler/test/ref/SimpleShadowingbin676268 -> 0 bytes
-rw-r--r--c_compiler/test/ref/SimpleShadowing.s39
-rwxr-xr-xc_compiler/test/ref/SimpleSubtractionbin676272 -> 0 bytes
-rw-r--r--c_compiler/test/ref/SimpleSubtraction.s43
30 files changed, 0 insertions, 646 deletions
diff --git a/c_compiler/test/ref/01 b/c_compiler/test/ref/01
deleted file mode 100755
index 14d78ae..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 f7c1c41..0000000
--- a/c_compiler/test/ref/01.s
+++ /dev/null
@@ -1,35 +0,0 @@
- .file 1 "01.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,8,$31 # vars= 0, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-8
- sw $fp,4($sp)
- move $fp,$sp
- li $2,13 # 0xd
- move $sp,$fp
- lw $fp,4($sp)
- addiu $sp,$sp,8
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/02 b/c_compiler/test/ref/02
deleted file mode 100755
index 6efa3df..0000000
--- a/c_compiler/test/ref/02
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/02.s b/c_compiler/test/ref/02.s
deleted file mode 100644
index 5298142..0000000
--- a/c_compiler/test/ref/02.s
+++ /dev/null
@@ -1,37 +0,0 @@
- .file 1 "02.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,26 # 0x1a
- sw $2,4($fp)
- lw $2,4($fp)
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/03 b/c_compiler/test/ref/03
deleted file mode 100755
index 404308a..0000000
--- a/c_compiler/test/ref/03
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/03.s b/c_compiler/test/ref/03.s
deleted file mode 100644
index 2232b11..0000000
--- a/c_compiler/test/ref/03.s
+++ /dev/null
@@ -1,37 +0,0 @@
- .file 1 "03.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,15 # 0xf
- sw $2,4($fp)
- lw $2,4($fp)
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/04 b/c_compiler/test/ref/04
deleted file mode 100755
index 1ae97bf..0000000
--- a/c_compiler/test/ref/04
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/04.s b/c_compiler/test/ref/04.s
deleted file mode 100644
index c104d42..0000000
--- a/c_compiler/test/ref/04.s
+++ /dev/null
@@ -1,71 +0,0 @@
- .file 1 "04.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,3 # 0x3
- sw $2,0($fp)
- li $2,5 # 0x5
- sw $2,4($fp)
- lw $3,0($fp)
- lw $2,4($fp)
- addu $2,$3,$2
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .align 2
- .globl f
- .set nomips16
- .set nomicromips
- .ent f
- .type f, @function
-f:
- .frame $fp,8,$31 # vars= 0, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-8
- sw $fp,4($sp)
- move $fp,$sp
- sw $4,8($fp)
- sw $5,12($fp)
- lw $3,8($fp)
- lw $2,12($fp)
- addu $2,$3,$2
- move $sp,$fp
- lw $fp,4($sp)
- addiu $sp,$sp,8
- j $31
- nop
-
- .set macro
- .set reorder
- .end f
- .size f, .-f
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/05 b/c_compiler/test/ref/05
deleted file mode 100755
index b8d4c2e..0000000
--- a/c_compiler/test/ref/05
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/05.s b/c_compiler/test/ref/05.s
deleted file mode 100644
index a8a6ea5..0000000
--- a/c_compiler/test/ref/05.s
+++ /dev/null
@@ -1,47 +0,0 @@
- .file 1 "05.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
-
- .comm glob,4,4
- .rdata
- .align 2
-$LC0:
- .ascii "Yann\000"
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,8,$31 # vars= 0, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-8
- sw $fp,4($sp)
- move $fp,$sp
- lui $28,%hi(__gnu_local_gp)
- addiu $28,$28,%lo(__gnu_local_gp)
- lw $2,%got(glob)($28)
- lui $3,%hi($LC0)
- addiu $3,$3,%lo($LC0)
- sw $3,0($2)
- move $2,$0
- move $sp,$fp
- lw $fp,4($sp)
- addiu $sp,$sp,8
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/ComplexAssignment b/c_compiler/test/ref/ComplexAssignment
deleted file mode 100755
index 06111ed..0000000
--- a/c_compiler/test/ref/ComplexAssignment
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/ComplexAssignment.s b/c_compiler/test/ref/ComplexAssignment.s
deleted file mode 100644
index 079bb29..0000000
--- a/c_compiler/test/ref/ComplexAssignment.s
+++ /dev/null
@@ -1,65 +0,0 @@
- .file 1 "ComplexAssignment.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,32,$31 # vars= 24, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-32
- sw $fp,28($sp)
- move $fp,$sp
- li $2,5 # 0x5
- sw $2,0($fp)
- li $2,49 # 0x31
- sw $2,4($fp)
- li $2,239 # 0xef
- sw $2,8($fp)
- li $2,23 # 0x17
- sw $2,12($fp)
- li $2,234 # 0xea
- sw $2,16($fp)
- li $2,12 # 0xc
- sw $2,20($fp)
- lw $2,12($fp)
- sw $2,0($fp)
- lw $2,16($fp)
- sw $2,4($fp)
- lw $2,16($fp)
- sw $2,20($fp)
- lw $2,20($fp)
- sw $2,0($fp)
- lw $2,20($fp)
- sw $2,12($fp)
- lw $2,12($fp)
- sw $2,0($fp)
- lw $2,8($fp)
- sw $2,20($fp)
- lw $2,0($fp)
- sw $2,8($fp)
- lw $2,16($fp)
- sw $2,0($fp)
- lw $2,0($fp)
- move $sp,$fp
- lw $fp,28($sp)
- addiu $sp,$sp,32
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/ScopeWithAdd b/c_compiler/test/ref/ScopeWithAdd
deleted file mode 100755
index 51f517d..0000000
--- a/c_compiler/test/ref/ScopeWithAdd
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/ScopeWithAdd.s b/c_compiler/test/ref/ScopeWithAdd.s
deleted file mode 100644
index 74b98b0..0000000
--- a/c_compiler/test/ref/ScopeWithAdd.s
+++ /dev/null
@@ -1,43 +0,0 @@
- .file 1 "ScopeWithAdd.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,24,$31 # vars= 16, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-24
- sw $fp,20($sp)
- move $fp,$sp
- li $2,4 # 0x4
- sw $2,4($fp)
- li $2,35 # 0x23
- sw $2,8($fp)
- li $2,6 # 0x6
- sw $2,12($fp)
- li $2,9 # 0x9
- sw $2,4($fp)
- lw $2,4($fp)
- move $sp,$fp
- lw $fp,20($sp)
- addiu $sp,$sp,24
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/SimpleAdd b/c_compiler/test/ref/SimpleAdd
deleted file mode 100755
index 726818a..0000000
--- a/c_compiler/test/ref/SimpleAdd
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/SimpleAdd.s b/c_compiler/test/ref/SimpleAdd.s
deleted file mode 100644
index ae0189f..0000000
--- a/c_compiler/test/ref/SimpleAdd.s
+++ /dev/null
@@ -1,41 +0,0 @@
- .file 1 "SimpleAdd.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,68 # 0x44
- sw $2,0($fp)
- li $2,38 # 0x26
- sw $2,4($fp)
- lw $3,0($fp)
- lw $2,4($fp)
- addu $2,$3,$2
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/SimpleAdd_2 b/c_compiler/test/ref/SimpleAdd_2
deleted file mode 100755
index d87e5ec..0000000
--- a/c_compiler/test/ref/SimpleAdd_2
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/SimpleAdd_2.s b/c_compiler/test/ref/SimpleAdd_2.s
deleted file mode 100644
index 516f1a2..0000000
--- a/c_compiler/test/ref/SimpleAdd_2.s
+++ /dev/null
@@ -1,40 +0,0 @@
- .file 1 "SimpleAdd_2.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,4 # 0x4
- sw $2,4($fp)
- lw $2,4($fp)
- addiu $2,$2,1
- sw $2,4($fp)
- lw $2,4($fp)
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/SimpleAssignment b/c_compiler/test/ref/SimpleAssignment
deleted file mode 100755
index 8b5a267..0000000
--- a/c_compiler/test/ref/SimpleAssignment
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/SimpleAssignment.s b/c_compiler/test/ref/SimpleAssignment.s
deleted file mode 100644
index 87ba9db..0000000
--- a/c_compiler/test/ref/SimpleAssignment.s
+++ /dev/null
@@ -1,37 +0,0 @@
- .file 1 "SimpleAssignment.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,15 # 0xf
- sw $2,4($fp)
- lw $2,4($fp)
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/SimpleDeclaration b/c_compiler/test/ref/SimpleDeclaration
deleted file mode 100755
index c631eea..0000000
--- a/c_compiler/test/ref/SimpleDeclaration
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/SimpleDeclaration.s b/c_compiler/test/ref/SimpleDeclaration.s
deleted file mode 100644
index 943dca7..0000000
--- a/c_compiler/test/ref/SimpleDeclaration.s
+++ /dev/null
@@ -1,37 +0,0 @@
- .file 1 "SimpleDeclaration.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,26 # 0x1a
- sw $2,4($fp)
- lw $2,4($fp)
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/SimpleReturn b/c_compiler/test/ref/SimpleReturn
deleted file mode 100755
index f7448a9..0000000
--- a/c_compiler/test/ref/SimpleReturn
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/SimpleReturn.s b/c_compiler/test/ref/SimpleReturn.s
deleted file mode 100644
index ce724b2..0000000
--- a/c_compiler/test/ref/SimpleReturn.s
+++ /dev/null
@@ -1,35 +0,0 @@
- .file 1 "SimpleReturn.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,8,$31 # vars= 0, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-8
- sw $fp,4($sp)
- move $fp,$sp
- li $2,13 # 0xd
- move $sp,$fp
- lw $fp,4($sp)
- addiu $sp,$sp,8
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/SimpleScope b/c_compiler/test/ref/SimpleScope
deleted file mode 100755
index bb7927b..0000000
--- a/c_compiler/test/ref/SimpleScope
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/SimpleScope.s b/c_compiler/test/ref/SimpleScope.s
deleted file mode 100644
index ba0c6f9..0000000
--- a/c_compiler/test/ref/SimpleScope.s
+++ /dev/null
@@ -1,39 +0,0 @@
- .file 1 "SimpleScope.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,23 # 0x17
- sw $2,4($fp)
- li $2,123 # 0x7b
- sw $2,4($fp)
- lw $2,4($fp)
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/SimpleShadowing b/c_compiler/test/ref/SimpleShadowing
deleted file mode 100755
index c285cff..0000000
--- a/c_compiler/test/ref/SimpleShadowing
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/SimpleShadowing.s b/c_compiler/test/ref/SimpleShadowing.s
deleted file mode 100644
index 2b47586..0000000
--- a/c_compiler/test/ref/SimpleShadowing.s
+++ /dev/null
@@ -1,39 +0,0 @@
- .file 1 "SimpleShadowing.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,16,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-16
- sw $fp,12($sp)
- move $fp,$sp
- li $2,12 # 0xc
- sw $2,0($fp)
- li $2,39 # 0x27
- sw $2,4($fp)
- lw $2,0($fp)
- move $sp,$fp
- lw $fp,12($sp)
- addiu $sp,$sp,16
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"
diff --git a/c_compiler/test/ref/SimpleSubtraction b/c_compiler/test/ref/SimpleSubtraction
deleted file mode 100755
index 6436dcd..0000000
--- a/c_compiler/test/ref/SimpleSubtraction
+++ /dev/null
Binary files differ
diff --git a/c_compiler/test/ref/SimpleSubtraction.s b/c_compiler/test/ref/SimpleSubtraction.s
deleted file mode 100644
index ca1493f..0000000
--- a/c_compiler/test/ref/SimpleSubtraction.s
+++ /dev/null
@@ -1,43 +0,0 @@
- .file 1 "SimpleSubtraction.c"
- .section .mdebug.abi32
- .previous
- .nan legacy
- .module fp=xx
- .module nooddspreg
- .abicalls
- .text
- .align 2
- .globl main
- .set nomips16
- .set nomicromips
- .ent main
- .type main, @function
-main:
- .frame $fp,24,$31 # vars= 16, regs= 1/0, args= 0, gp= 0
- .mask 0x40000000,-4
- .fmask 0x00000000,0
- .set noreorder
- .set nomacro
- addiu $sp,$sp,-24
- sw $fp,20($sp)
- move $fp,$sp
- li $2,23 # 0x17
- sw $2,4($fp)
- li $2,19 # 0x13
- sw $2,8($fp)
- lw $3,4($fp)
- lw $2,8($fp)
- subu $2,$3,$2
- sw $2,12($fp)
- lw $2,12($fp)
- move $sp,$fp
- lw $fp,20($sp)
- addiu $sp,$sp,24
- j $31
- nop
-
- .set macro
- .set reorder
- .end main
- .size main, .-main
- .ident "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609"