This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sim/18407] Bfin simulator - error in handling >>> (S), when shift value > 16


https://sourceware.org/bugzilla/show_bug.cgi?id=18407

--- Comment #3 from Igor Rayak <igorr at gitatechnologies dot com> ---
r u asking which CPU I'm simulating on visualDSP++? It gives the same results
on both simulators supplied with visualDSP++, e.g. bf535 and all others. If I
recall correctly I've checked it on bf532.

in any case it's strange that objdump creates something which cannot be
compiled:
e.g. R1 = R1 >>> 1 (S) after compiled, converted to R1 = R1 << 0x3f (S) by
objdump, and later cannot be compiled by gcc. Which seems to be wrong,
unrelated to CPU type.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]