From 9aaec2c562bc22b325703af925eb900894acce83 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 10 Mar 2017 21:25:34 +0000 Subject: removed unneeded folders --- c_compiler/test/ref/01 | Bin 672160 -> 0 bytes c_compiler/test/ref/01.s | 35 ---------------- c_compiler/test/ref/02 | Bin 672160 -> 0 bytes c_compiler/test/ref/02.s | 37 ----------------- c_compiler/test/ref/03 | Bin 672160 -> 0 bytes c_compiler/test/ref/03.s | 37 ----------------- c_compiler/test/ref/04 | Bin 676304 -> 0 bytes c_compiler/test/ref/04.s | 71 -------------------------------- c_compiler/test/ref/05 | Bin 676280 -> 0 bytes c_compiler/test/ref/05.s | 47 --------------------- c_compiler/test/ref/ComplexAssignment | Bin 676272 -> 0 bytes c_compiler/test/ref/ComplexAssignment.s | 65 ----------------------------- c_compiler/test/ref/ScopeWithAdd | Bin 676264 -> 0 bytes c_compiler/test/ref/ScopeWithAdd.s | 43 ------------------- c_compiler/test/ref/SimpleAdd | Bin 676264 -> 0 bytes c_compiler/test/ref/SimpleAdd.s | 41 ------------------ c_compiler/test/ref/SimpleAdd_2 | Bin 676264 -> 0 bytes c_compiler/test/ref/SimpleAdd_2.s | 40 ------------------ c_compiler/test/ref/SimpleAssignment | Bin 672172 -> 0 bytes c_compiler/test/ref/SimpleAssignment.s | 37 ----------------- c_compiler/test/ref/SimpleDeclaration | Bin 672176 -> 0 bytes c_compiler/test/ref/SimpleDeclaration.s | 37 ----------------- c_compiler/test/ref/SimpleReturn | Bin 672168 -> 0 bytes c_compiler/test/ref/SimpleReturn.s | 35 ---------------- c_compiler/test/ref/SimpleScope | Bin 676264 -> 0 bytes c_compiler/test/ref/SimpleScope.s | 39 ------------------ c_compiler/test/ref/SimpleShadowing | Bin 676268 -> 0 bytes c_compiler/test/ref/SimpleShadowing.s | 39 ------------------ c_compiler/test/ref/SimpleSubtraction | Bin 676272 -> 0 bytes c_compiler/test/ref/SimpleSubtraction.s | 43 ------------------- 30 files changed, 646 deletions(-) delete mode 100755 c_compiler/test/ref/01 delete mode 100644 c_compiler/test/ref/01.s delete mode 100755 c_compiler/test/ref/02 delete mode 100644 c_compiler/test/ref/02.s delete mode 100755 c_compiler/test/ref/03 delete mode 100644 c_compiler/test/ref/03.s delete mode 100755 c_compiler/test/ref/04 delete mode 100644 c_compiler/test/ref/04.s delete mode 100755 c_compiler/test/ref/05 delete mode 100644 c_compiler/test/ref/05.s delete mode 100755 c_compiler/test/ref/ComplexAssignment delete mode 100644 c_compiler/test/ref/ComplexAssignment.s delete mode 100755 c_compiler/test/ref/ScopeWithAdd delete mode 100644 c_compiler/test/ref/ScopeWithAdd.s delete mode 100755 c_compiler/test/ref/SimpleAdd delete mode 100644 c_compiler/test/ref/SimpleAdd.s delete mode 100755 c_compiler/test/ref/SimpleAdd_2 delete mode 100644 c_compiler/test/ref/SimpleAdd_2.s delete mode 100755 c_compiler/test/ref/SimpleAssignment delete mode 100644 c_compiler/test/ref/SimpleAssignment.s delete mode 100755 c_compiler/test/ref/SimpleDeclaration delete mode 100644 c_compiler/test/ref/SimpleDeclaration.s delete mode 100755 c_compiler/test/ref/SimpleReturn delete mode 100644 c_compiler/test/ref/SimpleReturn.s delete mode 100755 c_compiler/test/ref/SimpleScope delete mode 100644 c_compiler/test/ref/SimpleScope.s delete mode 100755 c_compiler/test/ref/SimpleShadowing delete mode 100644 c_compiler/test/ref/SimpleShadowing.s delete mode 100755 c_compiler/test/ref/SimpleSubtraction delete mode 100644 c_compiler/test/ref/SimpleSubtraction.s (limited to 'c_compiler/test/ref') diff --git a/c_compiler/test/ref/01 b/c_compiler/test/ref/01 deleted file mode 100755 index 14d78ae..0000000 Binary files a/c_compiler/test/ref/01 and /dev/null 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 Binary files a/c_compiler/test/ref/02 and /dev/null 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 Binary files a/c_compiler/test/ref/03 and /dev/null 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 Binary files a/c_compiler/test/ref/04 and /dev/null 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 Binary files a/c_compiler/test/ref/05 and /dev/null 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 Binary files a/c_compiler/test/ref/ComplexAssignment and /dev/null 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 Binary files a/c_compiler/test/ref/ScopeWithAdd and /dev/null 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 Binary files a/c_compiler/test/ref/SimpleAdd and /dev/null 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 Binary files a/c_compiler/test/ref/SimpleAdd_2 and /dev/null 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 Binary files a/c_compiler/test/ref/SimpleAssignment and /dev/null 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 Binary files a/c_compiler/test/ref/SimpleDeclaration and /dev/null 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 Binary files a/c_compiler/test/ref/SimpleReturn and /dev/null 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 Binary files a/c_compiler/test/ref/SimpleScope and /dev/null 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 Binary files a/c_compiler/test/ref/SimpleShadowing and /dev/null 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 Binary files a/c_compiler/test/ref/SimpleSubtraction and /dev/null 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" -- cgit