[Bug binutils/3001] New: incorrect exit status from strip (and other errors introduced 2003-11-07)

2006-08-04 Thread c dot g dot demetriou at gmail dot com
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

[Bug gas/3000] Disassembler: wrong operands are emitted with cvt* instructions

2006-08-04 Thread dwarak dot rajagopal at amd dot com
--- 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

[Bug gas/3000] New: Disassembler: wrong operands are emitted with cvt* instructions

2006-08-04 Thread dwarak dot rajagopal at amd dot com
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

[Bug gas/3000] Disassembler: wrong operands are emitted with cvt* instructions

2006-08-04 Thread dwarak dot rajagopal at amd dot com
--- 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