From 3f0305a58797f59d4e66b369af156a2016396d28 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 5 Apr 2015 21:02:22 -0400 Subject: float: i686-unknown-linux, building *without* --with-fpmath=sse --- float/fl.i686-unknown-linux-default-flags | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 float/fl.i686-unknown-linux-default-flags diff --git a/float/fl.i686-unknown-linux-default-flags b/float/fl.i686-unknown-linux-default-flags new file mode 100644 index 0000000..7245f94 --- /dev/null +++ b/float/fl.i686-unknown-linux-default-flags @@ -0,0 +1,47 @@ + +fl.o: Dateiformat elf32-i386 + + +Disassembly of section .text: + +00000000 : + 0: 55 push %ebp + 1: b9 03 00 00 00 mov $0x3,%ecx + 6: 89 e5 mov %esp,%ebp + 8: 50 push %eax + 9: 8b 45 08 mov 0x8(%ebp),%eax + c: c1 e0 02 shl $0x2,%eax + f: 99 cltd + 10: f7 f9 idiv %ecx + 12: 89 45 fc mov %eax,-0x4(%ebp) + 15: db 45 fc fildl -0x4(%ebp) + 18: c9 leave + 19: c3 ret + +0000001a : + 1a: 55 push %ebp + 1b: b9 03 00 00 00 mov $0x3,%ecx + 20: 89 e5 mov %esp,%ebp + 22: 83 ec 08 sub $0x8,%esp + 25: 8b 45 08 mov 0x8(%ebp),%eax + 28: c1 e0 02 shl $0x2,%eax + 2b: 99 cltd + 2c: f7 f9 idiv %ecx + 2e: 89 45 fc mov %eax,-0x4(%ebp) + 31: db 45 fc fildl -0x4(%ebp) + 34: c9 leave + 35: c3 ret + +00000036 : + 36: 55 push %ebp + 37: 89 e5 mov %esp,%ebp + 39: 51 push %ecx + 3a: 8b 45 08 mov 0x8(%ebp),%eax + 3d: b9 03 00 00 00 mov $0x3,%ecx + 42: c1 e0 02 shl $0x2,%eax + 45: 99 cltd + 46: f7 f9 idiv %ecx + 48: 89 45 fc mov %eax,-0x4(%ebp) + 4b: db 45 fc fildl -0x4(%ebp) + 4e: c9 leave + 4f: c3 ret -- cgit v1.2.3