changeset 4928:d62fa2c6ffb2

<mroman_> echo \'double f(double a, double b) { return a + b; }\' | gcc -x c - -o - -S -O3 | paste
author HackBot
date Mon, 29 Sep 2014 08:54:27 +0000
parents 1cb5e0e36251
children b4364750d576
files paste/paste.8444
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paste/paste.8444	Mon Sep 29 08:54:27 2014 +0000
@@ -0,0 +1,15 @@
+	.file	""
+	.text
+	.p2align 4,,15
+	.globl	f
+	.type	f, @function
+f:
+.LFB0:
+	.cfi_startproc
+	addsd	%xmm1, %xmm0
+	ret
+	.cfi_endproc
+.LFE0:
+	.size	f, .-f
+	.ident	"GCC: (Debian 4.7.2-5) 4.7.2"
+	.section	.note.GNU-stack,"",@progbits