aboutsummaryrefslogtreecommitdiff
path: root/gold/arm.cc
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2023-04-25 11:16:07 +0200
committerJan Beulich <jbeulich@suse.com>2023-04-25 11:16:07 +0200
commit408ab0161d09ff29e258c8ff1bb02ec5e084087c (patch)
treecc7107427687e6ab89aa941bc28ae061334e8af1 /gold/arm.cc
parent85bd4bfb7f4e1adf4d3864df9ee16f9597fe15b4 (diff)
downloadgdb-408ab0161d09ff29e258c8ff1bb02ec5e084087c.zip
gdb-408ab0161d09ff29e258c8ff1bb02ec5e084087c.tar.gz
gdb-408ab0161d09ff29e258c8ff1bb02ec5e084087c.tar.bz2
RISC-V: drop "percent_op" parameter from my_getOpcodeExpression()
Both callers check for no relocations, so there's no point parsing for some. Have the function pass percent_op_null into my_getSmallExpression(). Note that there's no point passing percent_op_itype: Elsewhere, especially when processing compressed alias insns ahead of non-alias ones, this has the effect of avoiding "bad expression" errors when another parsing pass may follow (and succeed). Here, however, all alternative forms of an insn type will again start with the same O4 or O2, so avoiding errors earlier on doesn't really help. Plus constructs with a relocation specifier (as percent_op_itype would permit) can't be specified anyway, as the scrubber eats the whitespace between .insn's type and the O4 or O2 expression when that starts with % or ( - i.e. these will be seen as e.g. "i%lo(x)", and riscv_ip() looks only for whitespace when finding the end of a mnemonic.
Diffstat (limited to 'gold/arm.cc')
0 files changed, 0 insertions, 0 deletions