------- Additional Comments From rearnsha at gcc dot gnu dot org  2007-07-18 
09:44 -------
(In reply to comment #2)
The only guaranteed way is to write
  ADR r0, 0f
  ORR r0, r0, #1
  BX  r0

Note, you should use ORR (not ADD) so that it is guaranteed that the bottom bit
is set.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4649

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to