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.

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

Reply via email to