From e6e386454af26fa4f0bccef12fcdc701f83a294c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 10 Mar 2017 20:57:45 +0000 Subject: removing test cases output --- c_compiler/test/ref/01.s | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 c_compiler/test/ref/01.s (limited to 'c_compiler/test/ref/01.s') diff --git a/c_compiler/test/ref/01.s b/c_compiler/test/ref/01.s new file mode 100644 index 0000000..f7c1c41 --- /dev/null +++ b/c_compiler/test/ref/01.s @@ -0,0 +1,35 @@ + .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" -- cgit