bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/32382] beq is misassembled


From: address@hidden
Subject: [Bug gas/32382] beq is misassembled
Date: Mon, 02 Dec 2024 12:26:48 +0000

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

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
$ echo 'beq t0,t1,.+16' | gas/as-new -
$ binutils/objdump -dr

a.out:     file format elf64-littleriscv


Disassembly of section .text:

0000000000000000 <.text>:
   0:   00628863                beq     t0,t1,10 <.text+0x10>
                        0: R_RISCV_BRANCH       .L0 +0x10

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