bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/29940] fails to correctly assemble the JAL instruction on riscv


From: address@hidden
Subject: [Bug gas/29940] fails to correctly assemble the JAL instruction on riscv64
Date: Sun, 25 Dec 2022 15:32:38 +0000

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |2.40 (HEAD)

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
I cannot reproduce that.

$ echo '1:jal zero,1b' | gas/as-new && binutils/objdump -dr

a.out:     file format elf64-littleriscv


Disassembly of section .text:

0000000000000000 <.L1^B1>:
   0:   0000006f                j       0 <.L1^B1>
                        0: R_RISCV_JAL  .L1^B1

-- 
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]