|
From: | david.schultz at earthlink dot net |
Subject: | [Bug gas/19561] New: wrong code generated for rrux instruction for msp430 target |
Date: | Wed, 03 Feb 2016 19:00:57 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19561 Bug ID: 19561 Summary: wrong code generated for rrux instruction for msp430 target Product: binutils Version: 2.24 Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: david.schultz at earthlink dot net Target Milestone: --- Using rpt with the rrux.w instruction generated an error stating that this instruction could not be used with a repeat. The problem is that the assembler is generating the rrum instruction from the extended instruction set rather than the expected rrc instruction with an extension word that has the zero carry bit set. The only way to work around this is by using .word directives since there is no way to set the zero carry bit. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |