bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/16763] RL78 - Ranges of relative branches are not checked corre


From: peper03 at yahoo dot com
Subject: [Bug gas/16763] RL78 - Ranges of relative branches are not checked correctly
Date: Thu, 27 Mar 2014 09:52:06 +0000

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

--- Comment #1 from Richard Hulme <peper03 at yahoo dot com> ---
Sorry, typo in the 16-bit test:

    .list

    .global _branchTest8
    .global _branchTest16

_branchTest8:
    br      $label8
    .zero   200
    br      $_branchTest8
label8:
    ret

_branchTest16:
    br      $!label16
    .zero   32769
    br      $!_branchTest16
label16:
    ret

    .end

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]