aboutsummaryrefslogtreecommitdiffstats
path: root/odd.2.s
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:22:17 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:22:17 +0000
commitcd48e9a226481f9e22cae580386049b6fd9d9c4b (patch)
tree4e5cdb8762063c0f2533a553fd3cb3eaa7370126 /odd.2.s
parentbc7da847d8bae2aecb9b53804cc9bd42531b5bfe (diff)
downloadc-stuff-cd48e9a226481f9e22cae580386049b6fd9d9c4b.tar.gz
c-stuff-cd48e9a226481f9e22cae580386049b6fd9d9c4b.tar.xz
c-stuff-cd48e9a226481f9e22cae580386049b6fd9d9c4b.zip
More cleanup
Diffstat (limited to 'odd.2.s')
-rw-r--r--odd.2.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/odd.2.s b/odd.2.s
deleted file mode 100644
index cf86497..0000000
--- a/odd.2.s
+++ /dev/null
@@ -1,21 +0,0 @@
- .file "odd.2.c"
- .text
- .globl main
- .type main, @function
-main:
-.LFB0:
- .cfi_startproc
- pushq %rbp
- .cfi_def_cfa_offset 16
- .cfi_offset 6, -16
- movq %rsp, %rbp
- .cfi_def_cfa_register 6
- movb $0, -1(%rbp)
- popq %rbp
- .cfi_def_cfa 7, 8
- ret
- .cfi_endproc
-.LFE0:
- .size main, .-main
- .ident "GCC: (GNU) 4.8.2 20131219 (prerelease)"
- .section .note.GNU-stack,"",@progbits