# GNU C 2.7.2.1 # -O2 -fdefer-pop -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks # -fexpensive-optimizations -fthread-jumps -fstrength-reduce -fpeephole # -fforce-mem -ffunction-cse -finline -fcaller-saves -fpcc-struct-return # -frerun-cse-after-loop -fschedule-insns -fschedule-insns2 -fcommon # -fgnu-linker -mpowerpc -mnew-mnemonics .file "Trap.c" gcc2_compiled.: .section ".text" .align 2 .globl main .type main,@function .long 0x400c main: stwu 1,-16(1) mflr 0 stw 0,20(1) bl test1 lwz 0,20(1) mtlr 0 addi 1,1,16 blr .Lfe1: .size main,.Lfe1-main .align 2 .globl test4 .type test4,@function .long 0x4008 test4: stwu 1,-16(1) tw 31,0,0 addi 1,1,16 blr .Lfe2: .size test4,.Lfe2-test4 .align 2 .globl test3 .type test3,@function .long 0x400c test3: stwu 1,-16(1) mflr 0 stw 0,20(1) bl test4 lwz 0,20(1) mtlr 0 addi 1,1,16 blr .Lfe3: .size test3,.Lfe3-test3 .align 2 .globl test2 .type test2,@function .long 0x400c test2: stwu 1,-16(1) mflr 0 stw 0,20(1) bl test3 lwz 0,20(1) mtlr 0 addi 1,1,16 blr .Lfe4: .size test2,.Lfe4-test2 .align 2 .globl test1 .type test1,@function .long 0x400c test1: stwu 1,-16(1) mflr 0 stw 0,20(1) bl test2 lwz 0,20(1) mtlr 0 addi 1,1,16 blr .Lfe5: .size test1,.Lfe5-test1 .ident "GCC: (GNU) 2.7.2.1"