http://llvm.org/bugs/show_bug.cgi?id=6162
Brian G. Lucas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Brian G. Lucas <[email protected]> 2010-01-27 17:36:51 --- I don't think that is the case for V7-M architecture chips such as the cortex-m3. My V7-m manual (ARM DDI 0405B) does not have these instructions. I do not think it is a binutils bug. This is an issue that the V7-M chips have a different implementation of thumb2. For example, they have udiv and sdiv, which are in V7-R and V7-M only. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
