You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RISC-V: Improve handling of mapping symbols with dot suffix
This commit makes minor improvements to mapping symbols (executable) with
a dot suffix.
1. Use size_t instead of int
2. Allocate minimum size for the architectural string buffer.
3. memcpy instead of strncpy because we know the exact size to copy.
4. Minor variable naming changes.
opcodes/ChangeLog:
* riscv-dis.c (riscv_get_map_state): Improve minor handling of
mapping symbols with dot suffix.
0 commit comments