I have, I apologize for this. Regards, Branislav ________________________________ From: Jan Beulich Sent: Tuesday, June 20, 2023 1:44 PM To: Branislav Brzak Cc: Dragoslav Sicarov ; Djordje Todorovic ; binutils@sourceware.org Subject: Re: [PATCH 0/1] riscv: Ensure LE instruction fetching On 20.06.2023 13:43, Branislav Brzak wrote: > Currently riscv gdb code looks at arch byte order > when fetching instructions. This works when the > target is LE, but on BE arch it will byte swap the > instruction, while the riscv spec defines all > instructions are LE encoded regardless of > system memory endianess. > > Branislav Brzak (1): > gdb/riscv: Ensure LE instruction fetching > > gdb/riscv-tdep.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Looks like you meant to send this to gdb-patches@sourceware.org? Jan