Hide Forgot
[dwmw2@shinybook ~]$ cat foo.S .text .code16 lea 0x34(%eax),%ebp lea 0x34(%esp),%ebp [dwmw2@shinybook ~]$ gcc -c -o foo.o foo.S -m32 [dwmw2@shinybook ~]$ objdump -d foo.o -Mi8086 foo.o: file format elf32-i386 Disassembly of section .text: 00000000 <.text>: 0: 67 66 8d 68 34 lea 0x34(%eax),%ebp 5: 67 66 8d 6c 24 34 lea 0x34(%eax,%eax,1),%ebp
Hi David, How serious is this problem ? The bug itself is fixed in rawhide, and I am wondering if it is worth trying to track down the actual patch and then backport it to F19 ? Cheers Nick
I can live with it fixed in F20. Thanks.
Oh, it's fixed in rawhide but not F20. An update for F20 would be nice, please.
binutils-2.23.88.0.1-15.fc20 contains the patch. Cheers Nick