]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
opcodes: xtensa: display loaded literal value
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 23 Apr 2021 09:03:36 +0000 (02:03 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 23 Apr 2021 10:29:39 +0000 (03:29 -0700)
commitb3ea76397a07f5ec99432ed3df9ca848a6aab115
treea2fbfc2fdfff73566082d54454d0d9336ec13282
parentc1cbb7d8a18374a815b0be38d41ee31748c54d70
opcodes: xtensa: display loaded literal value

Display literal value loaded with l32r opcode as a part of disassembly.
This significantly simplifies reading of disassembly output.

2020-04-23  Max Filippov  <jcmvbkbc@gmail.com>
opcodes/
* xtensa-dis.c (print_xtensa_operand): For PC-relative operand
of l32r fetch and display referenced literal value.
opcodes/ChangeLog
opcodes/xtensa-dis.c