[Bug 1719] ARM assembly bx without thumb

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon Nov 22 07:49:31 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1719

Sebastian Huber <sebastian.huber at embedded-brains.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |sebastian.huber at embedded-br
                   |                            |ains.de
         AssignedTo|joel.sherrill at oarcorp.com   |sebastian.huber at embedded-br
                   |                            |ains.de

--- Comment #2 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2010-11-22 01:49:30 CST ---
Processors without Thumb support sound a bit like stone age.  For which BSP do
we need this?

Why do you use

+  bne 1f
+  mov pc, lr
+  1:

instead of

moveq pc, lr

?

The line format is:

<tab>op<tab>op1, op2

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list