--- Additional Comments From rafael dot espindola at gmail dot com
2010-10-01 15:39 ---
A slightly more interesting testcase:
.fill 56, 1, 0x90
jne .LBB0_43
.fill 10, 1, 0x90
jne .LBB0_43
.fill 5, 1, 0x90
.align 16, 0x90
--- Additional Comments From rafael dot espindola at gmail dot com
2010-10-01 14:57 ---
Created an attachment (id=5024)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=5024&action=view)
test
--
http://sourceware.org/bugzilla/show_bug.cgi?id=12049
--- You are receiving th
--- Additional Comments From rafael dot espindola at gmail dot com
2010-10-01 14:57 ---
Created an attachment (id=5025)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=5025&action=view)
test
--
http://sourceware.org/bugzilla/show_bug.cgi?id=12049
--- You are receiving th
--- Additional Comments From rafael dot espindola at gmail dot com
2010-10-01 14:56 ---
It is a complete test. I will attach two .s files that show that the problems is
likely in not correctly updating the size estimates. Run:
as --64 test.s -o test.o
as --64 test2.s -o test2.o
objdump
In git head of binutils
opcodes/i386-dis.c
git://sources.redhat.com/git/binutils.git
commit 02b8e8a650538a408144a3b5d329f229036ffbde
Author: Alan Modra
Date: Wed Sep 29 06:49:32 2010 +
There is a duplicate line:
241 #define RMAL OP_REG, al_reg
242 #define RMAL OP_REG, al_reg
I dont thin