So, first I noticed:
[EMAIL PROTECTED] binutils]$ ./strip-new foobar
./strip-new: 'foobar': No such file
[EMAIL PROTECTED] binutils]$ echo $?
0
That didn't seem right. 8-)
I originally noticed this on RHEL4u3, but verified it exists in current head.
I then tracked this down to changes made on
--- Additional Comments From dwarak dot rajagopal at amd dot com
2006-08-04 16:19 ---
Created an attachment (id=1197)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1197&action=view)
ChangeLog-all
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3000
--- You are receiv
Testcase:
test.s:
.text
Foo:
cvtpd2pi %xmm0,%mm0
cvttpd2pi %xmm0,%mm0
cvtpi2pd %mm0,%xmm0
Assemble it: as test.s
Disassemble : objdump -dw a.out
:
0: 66 0f 2d c0 cvtpd2pi %xmm0,%xmm0
4: 66 0f 2c c0
--- Additional Comments From dwarak dot rajagopal at amd dot com
2006-08-04 16:16 ---
Created an attachment (id=1196)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1196&action=view)
Fix the cvt* operand bug in disassembler by handling it specially
Handle cvt* specially in disas